diff options
author | Your Name <you@example.com> | 2021-04-15 15:23:23 -0400 |
---|---|---|
committer | Your Name <you@example.com> | 2021-04-15 15:23:23 -0400 |
commit | dfce4d0398a8bafbb7ad7a31345af181c0269c09 (patch) | |
tree | 695162ff8cc25e146f52d9e26fe19ffa9934b3d6 /parser/monsters/gladiator.json | |
parent | 9034c3d2533177f7cb7a7ce939ec53f7fa63f60e (diff) | |
download | dmtool-dfce4d0398a8bafbb7ad7a31345af181c0269c09.tar.gz dmtool-dfce4d0398a8bafbb7ad7a31345af181c0269c09.tar.bz2 dmtool-dfce4d0398a8bafbb7ad7a31345af181c0269c09.zip |
Added spells
Diffstat (limited to 'parser/monsters/gladiator.json')
-rw-r--r-- | parser/monsters/gladiator.json | 34 |
1 files changed, 5 insertions, 29 deletions
diff --git a/parser/monsters/gladiator.json b/parser/monsters/gladiator.json index 3c9a31b..bff8bd1 100644 --- a/parser/monsters/gladiator.json +++ b/parser/monsters/gladiator.json @@ -33,41 +33,17 @@ "inventory": [ { "name": "studded leather", - "cost": 4500, - "ac": 12, - "strength": 0, - "disadvantage": false, - "weight": 13.0, - "type": "light" + "type": "armor", + "text": "studded leather armor" }, { "name": "shield", - "cost": 1000, - "ac": 2, - "strength": 0, - "disadvantage": false, - "weight": 6.0, - "type": "shield" + "type": "armor", + "text": "shield armor" }, { "name": "spear", - "cost": 100, - "damage": { - "dmg_type": "piercing", - "dmg_die_count": 2, - "dmg_die_sides": 6 - }, - "weight": 3.0, - "range": [ - 20, - 60 - ], - "reach": 5, - "properties": [ - "thrown", - "versatile" - ], - "type": "simple melee weapons", + "type": "weapon", "text": "_Melee or _Ranged Weapon Attack:__ +7 to hit, reach 5 ft. and range 20/60 ft., one target. _Hit:_ 11 (2d6 + 4) piercing damage, or 13 (2d8 + 4) piercing damage if used with two hands to make a melee attack." } ], |