diff options
Diffstat (limited to 'parser/monsters/marilith.json')
-rw-r--r-- | parser/monsters/marilith.json | 17 |
1 files changed, 1 insertions, 16 deletions
diff --git a/parser/monsters/marilith.json b/parser/monsters/marilith.json index 11e8c19..041c07c 100644 --- a/parser/monsters/marilith.json +++ b/parser/monsters/marilith.json @@ -74,22 +74,7 @@ "inventory": [ { "name": "longsword", - "cost": 1500, - "damage": { - "dmg_type": "slashing", - "dmg_die_count": 2, - "dmg_die_sides": 8 - }, - "weight": 3.0, - "range": [ - 0, - 0 - ], - "reach": 5, - "properties": [ - "versatile" - ], - "type": "martial melee weapons", + "type": "weapon", "text": "_Melee Weapon Attack:_ +9 to hit, reach 5 ft., one target. _Hit:_ 13 (2d8 + 4) slashing damage." } ], |