diff options
Diffstat (limited to 'json/items/armor/torso_armor.json')
-rw-r--r-- | json/items/armor/torso_armor.json | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/json/items/armor/torso_armor.json b/json/items/armor/torso_armor.json new file mode 100644 index 0000000..e82ed7c --- /dev/null +++ b/json/items/armor/torso_armor.json @@ -0,0 +1,11 @@ +[ + { + "id": "chestguard_hard", + "copy-from": "chestguard_hard", + "type": "ARMOR", + "name": { "str": "hard chest guard" }, + "material_thickness": 4, + "encumbrance": 4, + "//": "Buff this to be as durable as the other hard plastic armor pieces." + } +] |