From cd57ad6e208728bafcbc8c7d7b85d88603706978 Mon Sep 17 00:00:00 2001 From: Your Name Date: Tue, 20 Apr 2021 12:40:37 -0400 Subject: Updated natural armor and skills --- parser/monsters/giant_spider.json | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'parser/monsters/giant_spider.json') diff --git a/parser/monsters/giant_spider.json b/parser/monsters/giant_spider.json index fbcdd6e..8f65e4b 100644 --- a/parser/monsters/giant_spider.json +++ b/parser/monsters/giant_spider.json @@ -29,12 +29,10 @@ "cha": 4 }, "inventory": [], - "natural_armor": [ - { - "name": "natural", - "bonus": 14 - } - ], + "natural_armor": { + "name": "natural", + "bonus": 14 + }, "description": "To snare its prey, a giant spider spins elaborate webs or shoots sticky strands of webbing from its abdomen. Giant spiders are most commonly found underground, making their lairs on ceilings or in dark, web-filled crevices. Such lairs are often festooned with web cocoons holding past victims.", "features": [ { -- cgit v1.2.3