Test masks and finish implementing armor

This commit is contained in:
2026-02-17 00:50:19 -08:00
parent 0ec0ff2e23
commit 02e6ee2f70
28 changed files with 175 additions and 18 deletions

View File

@@ -5,4 +5,6 @@ public interface IArmor : IEquipableItem, IAugmentableItem
public void IncreaseArmorDefense(int bonus);
public void DecreaseArmorDefense(int lowerAmount);
public ArmorTag ArmorTag { get; }
}