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/thug.json | |
parent | 9034c3d2533177f7cb7a7ce939ec53f7fa63f60e (diff) | |
download | dmtool-dfce4d0398a8bafbb7ad7a31345af181c0269c09.tar.gz dmtool-dfce4d0398a8bafbb7ad7a31345af181c0269c09.tar.bz2 dmtool-dfce4d0398a8bafbb7ad7a31345af181c0269c09.zip |
Added spells
Diffstat (limited to 'parser/monsters/thug.json')
-rw-r--r-- | parser/monsters/thug.json | 43 |
1 files changed, 4 insertions, 39 deletions
diff --git a/parser/monsters/thug.json b/parser/monsters/thug.json index 802dc7a..02eac96 100644 --- a/parser/monsters/thug.json +++ b/parser/monsters/thug.json @@ -28,52 +28,17 @@ "inventory": [ { "name": "leather", - "cost": 1000, - "ac": 11, - "strength": 0, - "disadvantage": false, - "weight": 10.0, - "type": "light" + "type": "armor", + "text": "leather armor" }, { "name": "mace", - "cost": 500, - "damage": { - "dmg_type": "bludgeoning", - "dmg_die_count": 1, - "dmg_die_sides": 6 - }, - "weight": 4.0, - "range": [ - 0, - 0 - ], - "reach": 5, - "properties": [], - "type": "simple melee weapons", + "type": "weapon", "text": "_Melee Weapon Attack:_ +4 to hit, reach 5 ft., one creature. _Hit:_ 5 (1d6 + 2) bludgeoning damage." }, { "name": "heavy crossbow", - "cost": 5000, - "damage": { - "dmg_type": "piercing", - "dmg_die_count": 1, - "dmg_die_sides": 10 - }, - "weight": 18.0, - "range": [ - 100, - 400 - ], - "reach": 0, - "properties": [ - "ammunition", - "heavy", - "loading", - "two-handed" - ], - "type": "martial ranged weapons", + "type": "weapon", "text": "_Ranged Weapon Attack:_ +2 to hit, range 100/400 ft., one target. _Hit:_ 5 (1d10) piercing damage." } ], |