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/thug.json | 43 ++++--------------------------------------- 1 file changed, 4 insertions(+), 39 deletions(-) (limited to 'parser/monsters/thug.json') 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." } ], -- cgit v1.2.3