diff options
author | Your Name <you@example.com> | 2021-04-20 12:40:37 -0400 |
---|---|---|
committer | Your Name <you@example.com> | 2021-04-20 12:40:37 -0400 |
commit | cd57ad6e208728bafcbc8c7d7b85d88603706978 (patch) | |
tree | 7cb0fc9511a0e8124e497d53edbe38d646dd8299 /parser/monsters/giant_elk.json | |
parent | 2cae1aa33f80ce0844fb54a84ce103146a7fe7ad (diff) | |
download | dmtool-cd57ad6e208728bafcbc8c7d7b85d88603706978.tar.gz dmtool-cd57ad6e208728bafcbc8c7d7b85d88603706978.tar.bz2 dmtool-cd57ad6e208728bafcbc8c7d7b85d88603706978.zip |
Updated natural armor and skills
Diffstat (limited to 'parser/monsters/giant_elk.json')
-rw-r--r-- | parser/monsters/giant_elk.json | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/parser/monsters/giant_elk.json b/parser/monsters/giant_elk.json index 1f98bd9..efb72f4 100644 --- a/parser/monsters/giant_elk.json +++ b/parser/monsters/giant_elk.json @@ -26,12 +26,10 @@ "cha": 10 }, "inventory": [], - "natural_armor": [ - { - "name": "natural", - "bonus": 14 - } - ], + "natural_armor": { + "name": "natural", + "bonus": 14 + }, "description": "The majestic giant elk is rare to the point that its appearance is often taken as a foreshadowing of an important event, such as the birth of a king. Legends tell of gods that take the form of giant elk when visiting the Material Plane. Many cultures therefore believe that to hunt these creatures is to invite divine wrath.", "features": [ { |