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/erinyes.json | |
parent | 9034c3d2533177f7cb7a7ce939ec53f7fa63f60e (diff) | |
download | dmtool-dfce4d0398a8bafbb7ad7a31345af181c0269c09.tar.gz dmtool-dfce4d0398a8bafbb7ad7a31345af181c0269c09.tar.bz2 dmtool-dfce4d0398a8bafbb7ad7a31345af181c0269c09.zip |
Added spells
Diffstat (limited to 'parser/monsters/erinyes.json')
-rw-r--r-- | parser/monsters/erinyes.json | 44 |
1 files changed, 4 insertions, 40 deletions
diff --git a/parser/monsters/erinyes.json b/parser/monsters/erinyes.json index a40ce63..cbeb5f6 100644 --- a/parser/monsters/erinyes.json +++ b/parser/monsters/erinyes.json @@ -73,53 +73,17 @@ "inventory": [ { "name": "plate", - "cost": 150000, - "ac": 18, - "strength": 15, - "disadvantage": false, - "weight": 65.0, - "type": "heavy" + "type": "armor", + "text": "plate armor" }, { "name": "longsword", - "cost": 1500, - "damage": { - "dmg_type": "slashing", - "dmg_die_count": 1, - "dmg_die_sides": 8 - }, - "weight": 3.0, - "range": [ - 0, - 0 - ], - "reach": 5, - "properties": [ - "versatile" - ], - "type": "martial melee weapons", + "type": "weapon", "text": "_Melee Weapon Attack:_ +8 to hit, reach 5 ft., one target. _Hit:_ 8 (1d8 + 4) slashing damage, or 9 (1d10 + 4) slashing damage if used with two hands, plus 13 (3d8) poison damage." }, { "name": "longbow", - "cost": 5000, - "damage": { - "dmg_type": "piercing", - "dmg_die_count": 1, - "dmg_die_sides": 8 - }, - "weight": 2.0, - "range": [ - 150, - 600 - ], - "reach": 0, - "properties": [ - "ammunition", - "heavy", - "two-handed" - ], - "type": "martial ranged weapons", + "type": "weapon", "text": "_Ranged Weapon Attack:_ +7 to hit, range 150/600 ft., one target. _Hit:_ 7 (1d8 + 3) piercing damage plus 13 (3d8) poison damage, and the target must succeed on a DC 14 Constitution saving throw or be poisoned. The poison lasts until it is removed by the lesser restoration spell or similar magic." } ], |