diff options
Diffstat (limited to 'parsed/creatures/azer.json')
-rw-r--r-- | parsed/creatures/azer.json | 121 |
1 files changed, 121 insertions, 0 deletions
diff --git a/parsed/creatures/azer.json b/parsed/creatures/azer.json new file mode 100644 index 0000000..ebfea99 --- /dev/null +++ b/parsed/creatures/azer.json @@ -0,0 +1,121 @@ +{ + "entry": "creatures", + "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": [ + { + "entry": "item", + "name": "shield", + "type": "armor", + "text": "shield armor" + } + ], + "observant": false, + "givenName": "NAME", + "hpMax": -1, + "hp": -1, + "natural_armor": { + "name": "natural", + "bonus": 15 + }, + "text": "", + "features": [ + { + "entry": "feature", + "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" + }, + { + "entry": "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" + }, + { + "entry": "feature", + "name": "illumination", + "text": "The azer sheds bright light in a 10-\u00adfoot radius and dim light for an additional 10 feet.", + "type": "feature" + }, + { + "entry": "feature", + "name": "warhammer", + "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.", + "type": "attack", + "attack": { + "entry": "item", + "type": "weapons", + "name": "warhammer", + "cost": 1500, + "damage": [ + { + "dmg_die_count": 1, + "dmg_die_sides": 8, + "dmg_type": "bludgeoning", + "is_or": false + }, + { + "dmg_die_count": 1, + "dmg_die_sides": 6, + "dmg_type": "fire", + "is_or": false + } + ], + "weight": 2.0, + "range": [ + 0, + 0 + ], + "reach": 5, + "properties": [ + "versatile" + ], + "weapon_type": "unknown", + "text": ".", + "toHitOverride": null, + "dmgBonusOverride": null, + "abilityOverride": null + } + } + ], + "prof": 2 +}
\ No newline at end of file |