diff options
Diffstat (limited to 'parser/monsters/lemure.json')
-rw-r--r-- | parser/monsters/lemure.json | 97 |
1 files changed, 0 insertions, 97 deletions
diff --git a/parser/monsters/lemure.json b/parser/monsters/lemure.json deleted file mode 100644 index 237283b..0000000 --- a/parser/monsters/lemure.json +++ /dev/null @@ -1,97 +0,0 @@ -{ - "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": { - "name": "", - "bonus": 0 - }, - "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 |