From 2ab51e507d620c4479e07ca0ec47d22c8c66bc90 Mon Sep 17 00:00:00 2001 From: Your Name Date: Tue, 13 Apr 2021 15:14:34 -0400 Subject: Initial commit --- parser/monsters/lemure.json | 94 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 94 insertions(+) create mode 100644 parser/monsters/lemure.json (limited to 'parser/monsters/lemure.json') diff --git a/parser/monsters/lemure.json b/parser/monsters/lemure.json new file mode 100644 index 0000000..cb83f43 --- /dev/null +++ b/parser/monsters/lemure.json @@ -0,0 +1,94 @@ +{ + "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": [], + "natural_armor": [], + "description": "", + "features": [ + { + "name": "devil's sight", + "text": "Magical darkness doesn't impede the lemure's darkvision.", + "type": "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" + }, + { + "name": "fist", + "text": "_Melee Weapon Attack:_ +3 to hit, reach 5 ft., one target. _Hit:_ 2 (1d4) bludgeoning damage.", + "type": "action", + "attack": { + "name": "fist", + "cost": 0, + "damage": { + "dmg_type": "bludgeoning", + "dmg_die_count": 1, + "dmg_die_sides": 4 + }, + "weight": 0.0, + "range": [ + 0, + 0 + ], + "reach": 5, + "properties": [], + "type": "unknown", + "text": "_Melee Weapon Attack:_ +3 to hit, reach 5 ft., one target. _Hit:_ 2 (1d4) bludgeoning damage." + } + } + ], + "prof": 2 +} \ No newline at end of file -- cgit v1.2.3