aboutsummaryrefslogtreecommitdiff
path: root/parser/monsters/lemure.json
diff options
context:
space:
mode:
authorYour Name <you@example.com>2021-04-13 15:14:34 -0400
committerYour Name <you@example.com>2021-04-13 15:14:34 -0400
commit2ab51e507d620c4479e07ca0ec47d22c8c66bc90 (patch)
tree90906ecb043c01034280c767b83a88eb6df6956f /parser/monsters/lemure.json
downloaddmtool-2ab51e507d620c4479e07ca0ec47d22c8c66bc90.tar.gz
dmtool-2ab51e507d620c4479e07ca0ec47d22c8c66bc90.tar.bz2
dmtool-2ab51e507d620c4479e07ca0ec47d22c8c66bc90.zip
Initial commit
Diffstat (limited to 'parser/monsters/lemure.json')
-rw-r--r--parser/monsters/lemure.json94
1 files changed, 94 insertions, 0 deletions
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