From dfce4d0398a8bafbb7ad7a31345af181c0269c09 Mon Sep 17 00:00:00 2001 From: Your Name Date: Thu, 15 Apr 2021 15:23:23 -0400 Subject: Added spells --- parser/monsters/balor.json | 35 ++--------------------------------- 1 file changed, 2 insertions(+), 33 deletions(-) (limited to 'parser/monsters/balor.json') diff --git a/parser/monsters/balor.json b/parser/monsters/balor.json index 3c5aea2..5c5bf1d 100644 --- a/parser/monsters/balor.json +++ b/parser/monsters/balor.json @@ -74,43 +74,12 @@ "inventory": [ { "name": "longsword", - "cost": 1500, - "damage": { - "dmg_type": "slashing", - "dmg_die_count": 3, - "dmg_die_sides": 8 - }, - "weight": 3.0, - "range": [ - 0, - 0 - ], - "reach": 10, - "properties": [ - "versatile" - ], - "type": "martial melee weapons", + "type": "weapon", "text": "_Melee Weapon Attack:_ +14 to hit, reach 10 ft., one target. _Hit:_ 21 (3d8 + 8) slashing damage plus 13 (3d8) lightning damage. If the balor scores a critical hit, it rolls damage dice three times, instead of twice." }, { "name": "whip", - "cost": 200, - "damage": { - "dmg_type": "slashing", - "dmg_die_count": 2, - "dmg_die_sides": 6 - }, - "weight": 3.0, - "range": [ - 0, - 0 - ], - "reach": 30, - "properties": [ - "finesse", - "reach" - ], - "type": "martial melee weapons", + "type": "weapon", "text": "_Melee Weapon Attack:_ +14 to hit, reach 30 ft., one target. _Hit:_ 15 (2d6 + 8) slashing damage plus 10 (3d6) fire damage, and the target must succeed on a DC 20 Strength saving throw or be pulled up to 25 feet toward the balor." } ], -- cgit v1.2.3