diff options
Diffstat (limited to 'parser/monsters/minotaur.json')
-rw-r--r-- | parser/monsters/minotaur.json | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/parser/monsters/minotaur.json b/parser/monsters/minotaur.json index e5407a3..f00536a 100644 --- a/parser/monsters/minotaur.json +++ b/parser/monsters/minotaur.json @@ -34,12 +34,10 @@ "text": "_Melee Weapon Attack:_ +6 to hit, reach 5 ft., one target. _Hit:_ 17 (2d12 + 4) slashing damage." } ], - "natural_armor": [ - { - "name": "natural", - "bonus": 14 - } - ], + "natural_armor": { + "name": "natural", + "bonus": 14 + }, "description": "", "features": [ { |