Currently, all towers share the same basic upgrades. Implement one unique upgrade per tower using the existing Upgrade class to add variety and specialization.
Requirements:
- Each tower gets one distinct upgrade
- Reuse the current
Upgrade system
- Balance for fair gameplay.
Priority: Medium
Currently, all towers share the same basic upgrades. Implement one unique upgrade per tower using the existing
Upgradeclass to add variety and specialization.Requirements:
UpgradesystemPriority:
Medium