Damage Modifiers
A DamageModifier JSON is used to control how Damagers react to different Material. For instance, one damager could penetrate wood, another would only be able to penetrate stone.
| Keys | Description |
|---|---|
| id | The unique ID for the damage modifier |
| version | Version of the JSON. Must be 0 |
| damageType | The type of damage this modifier deals to materials, items and enemies - Unknown - Pierce - Slash - Blunt - Energy - Fire - Lightning - UnBlockable |
Collision(s)
| Keys | Description |
|---|---|
| collisions | A list of every material-based modifier, each collision has a list of modifiers for further modification |