diff options
Diffstat (limited to 'parsed/creatures/lemure.json')
-rw-r--r-- | parsed/creatures/lemure.json | 113 |
1 files changed, 113 insertions, 0 deletions
diff --git a/parsed/creatures/lemure.json b/parsed/creatures/lemure.json new file mode 100644 index 0000000..a73749e --- /dev/null +++ b/parsed/creatures/lemure.json @@ -0,0 +1,113 @@ +{ + "entry": "creatures", + "speed": "15 ft.", + "saves": [], + "d_resistances": [ + { + "type": "cold", + "qualifiers": [] + } + ], + "d_vulnerabilities": [], + "d_immunities": [ + { + "type": "fire", + "qualifiers": [] + }, + { + "type": "poison", + "qualifiers": [] + } + ], + "c_immunities": [ + { + "type": "charmed", + "qualifiers": [] + }, + { + "type": "frightened", + "qualifiers": [] + }, + { + "type": "poisoned", + "qualifiers": [] + } + ], + "senses": [ + "darkvision 120 ft." + ], + "langs": "understands Infernal but can't speak", + "skills": {}, + "hit_die_count": 3, + "hit_die_sides": 8, + "name": "Lemure", + "type": "fiend (devil)", + "cr": 0.0, + "size": "Medium", + "alignment": "lawful evil", + "stats": { + "str": 10, + "dex": 5, + "con": 11, + "int": 1, + "wis": 11, + "cha": 3 + }, + "inventory": [], + "observant": false, + "givenName": "NAME", + "hpMax": -1, + "hp": -1, + "natural_armor": { + "name": "", + "bonus": 0 + }, + "text": "", + "features": [ + { + "entry": "feature", + "name": "devil's sight", + "text": "Magical darkness doesn't impede the lemure's darkvision.", + "type": "feature" + }, + { + "entry": "feature", + "name": "hellish rejuvenation", + "text": "A lemure that dies in the Nine Hells comes back to life with all its hit points in 1d10 days unless it is killed by a good\u2010aligned creature with a bless spell cast on that creature or its remains are sprinkled with holy water.", + "type": "feature" + }, + { + "entry": "feature", + "name": "fist", + "text": "", + "type": "attack", + "attack": { + "entry": "item", + "type": "weapons", + "name": "fist", + "cost": -1, + "damage": [ + { + "dmg_die_count": 1, + "dmg_die_sides": 4, + "dmg_type": "bludgeoning", + "is_or": false + } + ], + "weight": -1.0, + "range": [ + 0, + 0 + ], + "reach": 5, + "properties": [], + "weapon_type": "unknown", + "text": ".", + "toHitOverride": 3, + "dmgBonusOverride": null, + "abilityOverride": null + } + } + ], + "prof": 2 +}
\ No newline at end of file |