Meta upgrades

This commit is contained in:
Martin
2022-12-16 13:52:54 +01:00
parent c85345cba0
commit 499fbac2b2
15 changed files with 688 additions and 415 deletions

View File

@@ -8,10 +8,10 @@ export enum UpgradeType {
}
export enum MetaUpgradeType {
MaxHp,
OverallDamage,
ProjectilePiercing,
MovementSpeed,
XPGatherer,
GoldGatherer
Health = "META_HEALTH",
OverallDamage = "META_OVERALL_DAMAGE",
ProjectilePiercing = "META_PROJECTILE_PIERCING",
MovementSpeed = "META_MOVEMENT_SPEED",
XPGatherer = "META_XP_GATHERER",
GoldGatherer = "META_GOLD_GATHERER"
}