Add more boxes, implement weapon that gets stronger on lower HP

This commit is contained in:
2026-02-04 23:51:07 -08:00
parent d45bc67722
commit 8a99771491
11 changed files with 165 additions and 2 deletions

View File

@@ -7,4 +7,5 @@ public enum WeaponTag
IgnoreAffinity,
IgnoreDefense,
Knockback,
InverseHPAttackPower,
}