diff options
Diffstat (limited to 'parser/items/armor/breastplate.json')
-rw-r--r-- | parser/items/armor/breastplate.json | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/parser/items/armor/breastplate.json b/parser/items/armor/breastplate.json new file mode 100644 index 0000000..c656aa9 --- /dev/null +++ b/parser/items/armor/breastplate.json @@ -0,0 +1,9 @@ +{ + "name": "breastplate", + "cost": 40000, + "ac": 14, + "strength": 0, + "disadvantage": false, + "weight": 20.0, + "type": "medium" +}
\ No newline at end of file |