diff options
Diffstat (limited to 'parser/monsters/gnoll.json')
-rw-r--r-- | parser/monsters/gnoll.json | 53 |
1 files changed, 6 insertions, 47 deletions
diff --git a/parser/monsters/gnoll.json b/parser/monsters/gnoll.json index f325c5c..af7a559 100644 --- a/parser/monsters/gnoll.json +++ b/parser/monsters/gnoll.json @@ -28,63 +28,22 @@ "inventory": [ { "name": "hide", - "cost": 1000, - "ac": 12, - "strength": 0, - "disadvantage": false, - "weight": 12.0, - "type": "medium" + "type": "armor", + "text": "hide armor" }, { "name": "shield", - "cost": 1000, - "ac": 2, - "strength": 0, - "disadvantage": false, - "weight": 6.0, - "type": "shield" + "type": "armor", + "text": "shield armor" }, { "name": "spear", - "cost": 100, - "damage": { - "dmg_type": "piercing", - "dmg_die_count": 1, - "dmg_die_sides": 6 - }, - "weight": 3.0, - "range": [ - 20, - 60 - ], - "reach": 5, - "properties": [ - "thrown", - "versatile" - ], - "type": "simple melee weapons", + "type": "weapon", "text": "_Melee_ or _Ranged Weapon Attack:_ +4 to hit, reach 5 ft. or range 20/60 ft., one target. _Hit:_ 5 (1d6 + 2) piercing damage, or 6 (1d8 + 2) piercing damage if used with two hands to make a melee attack." }, { "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:_ +3 to hit, range 150/600 ft., one target. _Hit:_ 5 (1d8 + 1) piercing damage." } ], |