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

@@ -4,5 +4,6 @@ public enum AccessoryTag
{
None,
HalfVTConsumption,
StatusEffectImmunity
StatusEffectImmunity,
BoostEXPGainRate
}

View File

@@ -0,0 +1,7 @@
namespace Zennysoft.Ma.Adapter;
public enum ArmorTag
{
None,
DegradeOnHit
}

View File

@@ -15,4 +15,4 @@ public enum WeaponTag
TripleAttack,
ElementalProjectile,
KineticProjectile
}
}