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/satyr.json | 44 ++++---------------------------------------- 1 file changed, 4 insertions(+), 40 deletions(-) (limited to 'parser/monsters/satyr.json') diff --git a/parser/monsters/satyr.json b/parser/monsters/satyr.json index e3407fc..3721336 100644 --- a/parser/monsters/satyr.json +++ b/parser/monsters/satyr.json @@ -30,53 +30,17 @@ "inventory": [ { "name": "leather", - "cost": 1000, - "ac": 11, - "strength": 0, - "disadvantage": false, - "weight": 10.0, - "type": "light" + "type": "armor", + "text": "leather armor" }, { "name": "shortsword", - "cost": 1000, - "damage": { - "dmg_type": "piercing", - "dmg_die_count": 1, - "dmg_die_sides": 6 - }, - "weight": 2.0, - "range": [ - 0, - 0 - ], - "reach": 5, - "properties": [ - "finesse", - "light" - ], - "type": "martial melee weapons", + "type": "weapon", "text": "_Melee Weapon Attack:_ +5 to hit, reach 5 ft., one target. _Hit:_ 6 (1d6 + 3) piercing damage." }, { "name": "shortbow", - "cost": 2500, - "damage": { - "dmg_type": "piercing", - "dmg_die_count": 1, - "dmg_die_sides": 6 - }, - "weight": 2.0, - "range": [ - 80, - 320 - ], - "reach": 0, - "properties": [ - "ammunition", - "two-handed" - ], - "type": "simple ranged weapons", + "type": "weapon", "text": "_Ranged Weapon Attack:_ +5 to hit, range 80/320 ft., one target. _Hit:_ 6 (1d6 + 3) piercing damage." } ], -- cgit v1.2.3