Wave of item effects and implementation

This commit is contained in:
2026-02-15 22:44:43 -08:00
parent 5233da4225
commit f09d6ac8e8
57 changed files with 508 additions and 86 deletions

View File

@@ -15,6 +15,7 @@ public enum UsableItemTag
RaiseCurrentWeaponAttack,
RaiseCurrentDefenseArmor,
RaiseLevel,
LowerLevel,
RandomEffect,
DoubleExp,
LowerTargetTo1HP,
@@ -26,5 +27,8 @@ public enum UsableItemTag
IncreaseAttack,
DecreaseDefense,
DecreaseLuck,
DecreaseAttack
DecreaseAttack,
DecreaseAllStats,
Clone,
MeltAllEquipment
}