Implement most of shield functionality using the armour implementation as a backbone

This commit is contained in:
Oliver-Akins 2025-01-19 16:13:28 -07:00
parent 27d924e336
commit 9d48794b83
9 changed files with 60 additions and 29 deletions

View file

@ -45,6 +45,7 @@
},
"Item": {
"armour": {},
"shield": {},
"weapon": {}
}
}