diff options
author | Your Name <you@example.com> | 2021-04-13 15:14:34 -0400 |
---|---|---|
committer | Your Name <you@example.com> | 2021-04-13 15:14:34 -0400 |
commit | 2ab51e507d620c4479e07ca0ec47d22c8c66bc90 (patch) | |
tree | 90906ecb043c01034280c767b83a88eb6df6956f /parser/monsters/azer.json | |
download | dmtool-2ab51e507d620c4479e07ca0ec47d22c8c66bc90.tar.gz dmtool-2ab51e507d620c4479e07ca0ec47d22c8c66bc90.tar.bz2 dmtool-2ab51e507d620c4479e07ca0ec47d22c8c66bc90.zip |
Initial commit
Diffstat (limited to 'parser/monsters/azer.json')
-rw-r--r-- | parser/monsters/azer.json | 98 |
1 files changed, 98 insertions, 0 deletions
diff --git a/parser/monsters/azer.json b/parser/monsters/azer.json new file mode 100644 index 0000000..8bceff9 --- /dev/null +++ b/parser/monsters/azer.json @@ -0,0 +1,98 @@ +{ + "speed": "30 ft.", + "saves": [ + "con" + ], + "d_resistances": [], + "d_vulnerabilities": [], + "d_immunities": [ + { + "type": "fire", + "qualifiers": [] + }, + { + "type": "poison", + "qualifiers": [] + } + ], + "c_immunities": [ + { + "type": "poisoned", + "qualifiers": [] + } + ], + "senses": [], + "langs": "Ignan", + "skills": {}, + "hit_die_count": 6, + "hit_die_sides": 8, + "name": "Azer", + "type": "elemental", + "cr": 2.0, + "size": "Medium", + "alignment": "lawful neutral", + "stats": { + "str": 17, + "dex": 12, + "con": 15, + "int": 12, + "wis": 13, + "cha": 10 + }, + "inventory": [ + { + "name": "shield", + "cost": 1000, + "ac": 2, + "strength": 0, + "disadvantage": false, + "weight": 6.0, + "type": "shield" + }, + { + "name": "warhammer", + "cost": 1500, + "damage": { + "dmg_type": "bludgeoning", + "dmg_die_count": 1, + "dmg_die_sides": 8 + }, + "weight": 2.0, + "range": [ + 0, + 0 + ], + "reach": 5, + "properties": [ + "versatile" + ], + "type": "martial melee weapons", + "text": "_Melee Weapon Attack:_ +5 to hit, reach 5 ft., one target. _Hit:_ 7 (1d8 + 3) bludgeoning damage, or 8 (1d10 + 3) bludgeoning damage if used with two hands to make a melee attack, plus 3 (1d6) fire damage." + } + ], + "natural_armor": [ + { + "name": "natural", + "bonus": 15 + } + ], + "description": "", + "features": [ + { + "name": "heated body", + "text": "A creature that touches the azer or hits it with a melee attack while within 5 feet of it takes 5 (1d10) fire damage.", + "type": "feature" + }, + { + "name": "heated weapons", + "text": "When the azer hits with a metal melee weapon, it deals an extra 3 (1d6) fire damage (included in the attack).", + "type": "feature" + }, + { + "name": "illumination", + "text": "The azer sheds bright light in a 10-\u00adfoot radius and dim light for an additional 10 feet.", + "type": "feature" + } + ], + "prof": 2 +}
\ No newline at end of file |