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/fire_giant.json | |
parent | 9034c3d2533177f7cb7a7ce939ec53f7fa63f60e (diff) | |
download | dmtool-dfce4d0398a8bafbb7ad7a31345af181c0269c09.tar.gz dmtool-dfce4d0398a8bafbb7ad7a31345af181c0269c09.tar.bz2 dmtool-dfce4d0398a8bafbb7ad7a31345af181c0269c09.zip |
Added spells
Diffstat (limited to 'parser/monsters/fire_giant.json')
-rw-r--r-- | parser/monsters/fire_giant.json | 26 |
1 files changed, 3 insertions, 23 deletions
diff --git a/parser/monsters/fire_giant.json b/parser/monsters/fire_giant.json index fe8bd0c..33983ab 100644 --- a/parser/monsters/fire_giant.json +++ b/parser/monsters/fire_giant.json @@ -38,32 +38,12 @@ "inventory": [ { "name": "plate", - "cost": 150000, - "ac": 18, - "strength": 15, - "disadvantage": false, - "weight": 65.0, - "type": "heavy" + "type": "armor", + "text": "plate armor" }, { "name": "greatsword", - "cost": 5000, - "damage": { - "dmg_type": "slashing", - "dmg_die_count": 6, - "dmg_die_sides": 6 - }, - "weight": 6.0, - "range": [ - 0, - 0 - ], - "reach": 10, - "properties": [ - "heavy", - "two-handed" - ], - "type": "martial melee weapons", + "type": "weapon", "text": "_Melee Weapon Attack:_ +11 to hit, reach 10 ft., one target. _Hit:_ 28 (6d6 + 7) slashing damage." } ], |