diff options
Diffstat (limited to 'parser/monsters/cultist.json')
-rw-r--r-- | parser/monsters/cultist.json | 26 |
1 files changed, 3 insertions, 23 deletions
diff --git a/parser/monsters/cultist.json b/parser/monsters/cultist.json index 2802267..51c2aa6 100644 --- a/parser/monsters/cultist.json +++ b/parser/monsters/cultist.json @@ -29,32 +29,12 @@ "inventory": [ { "name": "leather", - "cost": 1000, - "ac": 11, - "strength": 0, - "disadvantage": false, - "weight": 10.0, - "type": "light" + "type": "armor", + "text": "leather armor" }, { "name": "scimitar", - "cost": 2500, - "damage": { - "dmg_type": "slashing", - "dmg_die_count": 1, - "dmg_die_sides": 6 - }, - "weight": 3.0, - "range": [ - 0, - 0 - ], - "reach": 5, - "properties": [ - "finesse", - "light" - ], - "type": "martial melee weapons", + "type": "weapon", "text": "_Melee Weapon Attack:_ +3 to hit, reach 5 ft., one creature. _Hit:_ 4 (1d6 + 1) slashing damage." } ], |