aboutsummaryrefslogtreecommitdiff
path: root/parsed/creatures/marilith.json
diff options
context:
space:
mode:
authorYour Name <you@example.com>2023-05-30 18:33:10 -0400
committerYour Name <you@example.com>2023-05-30 18:33:10 -0400
commite1ef3e987a1ef87fad2e44d2023e4aa50fb28c35 (patch)
treeb48a6087720d6bf69a80f0c284320320043fcdee /parsed/creatures/marilith.json
parentd428ae1c5b3b0ec88c1b55c56317c3750502d5f4 (diff)
downloaddmtool-e1ef3e987a1ef87fad2e44d2023e4aa50fb28c35.tar.gz
dmtool-e1ef3e987a1ef87fad2e44d2023e4aa50fb28c35.tar.bz2
dmtool-e1ef3e987a1ef87fad2e44d2023e4aa50fb28c35.zip
Changed makefiles, added parsed files
Diffstat (limited to 'parsed/creatures/marilith.json')
-rw-r--r--parsed/creatures/marilith.json188
1 files changed, 188 insertions, 0 deletions
diff --git a/parsed/creatures/marilith.json b/parsed/creatures/marilith.json
new file mode 100644
index 0000000..4480e61
--- /dev/null
+++ b/parsed/creatures/marilith.json
@@ -0,0 +1,188 @@
+{
+ "entry": "creatures",
+ "speed": "40 ft.",
+ "saves": [
+ "str",
+ "con",
+ "wis",
+ "cha"
+ ],
+ "d_resistances": [
+ {
+ "type": "cold",
+ "qualifiers": []
+ },
+ {
+ "type": "fire",
+ "qualifiers": []
+ },
+ {
+ "type": "lightning",
+ "qualifiers": []
+ },
+ {
+ "type": "bludgeoning",
+ "qualifiers": [
+ "nonmagical"
+ ]
+ },
+ {
+ "type": "piercing",
+ "qualifiers": [
+ "nonmagical"
+ ]
+ },
+ {
+ "type": "slashing",
+ "qualifiers": [
+ "nonmagical"
+ ]
+ }
+ ],
+ "d_vulnerabilities": [],
+ "d_immunities": [
+ {
+ "type": "poison",
+ "qualifiers": []
+ }
+ ],
+ "c_immunities": [
+ {
+ "type": "poisoned",
+ "qualifiers": []
+ }
+ ],
+ "senses": [
+ "truesight 120 ft."
+ ],
+ "langs": "Abyssal, telepathy 120 ft.",
+ "skills": {},
+ "hit_die_count": 18,
+ "hit_die_sides": 10,
+ "name": "Marilith",
+ "type": "fiend (demon)",
+ "cr": 16.0,
+ "size": "Large",
+ "alignment": "chaotic evil",
+ "stats": {
+ "str": 18,
+ "dex": 20,
+ "con": 20,
+ "int": 18,
+ "wis": 16,
+ "cha": 20
+ },
+ "inventory": [],
+ "observant": false,
+ "givenName": "NAME",
+ "hpMax": -1,
+ "hp": -1,
+ "natural_armor": {
+ "name": "natural",
+ "bonus": 18
+ },
+ "text": "",
+ "features": [
+ {
+ "entry": "feature",
+ "name": "magic resistance",
+ "text": "The marilith has advantage on saving throws against spells and other magical effects.",
+ "type": "feature"
+ },
+ {
+ "entry": "feature",
+ "name": "magic weapons",
+ "text": "The marilith's weapon attacks are magical.",
+ "type": "feature"
+ },
+ {
+ "entry": "feature",
+ "name": "reactive",
+ "text": "The marilith can take one reaction on every turn in a combat.",
+ "type": "feature"
+ },
+ {
+ "entry": "feature",
+ "name": "multiattack",
+ "text": "The marilith makes seven attacks: six with its longswords and one with its tail.",
+ "type": "action"
+ },
+ {
+ "entry": "feature",
+ "name": "longsword",
+ "text": "",
+ "type": "attack",
+ "attack": {
+ "entry": "item",
+ "type": "weapons",
+ "name": "longsword",
+ "cost": 1500,
+ "damage": [
+ {
+ "dmg_die_count": 2,
+ "dmg_die_sides": 8,
+ "dmg_type": "slashing",
+ "is_or": false
+ }
+ ],
+ "weight": 3.0,
+ "range": [
+ 0,
+ 0
+ ],
+ "reach": 5,
+ "properties": [],
+ "weapon_type": "unknown",
+ "text": ".",
+ "toHitOverride": null,
+ "dmgBonusOverride": null,
+ "abilityOverride": null
+ }
+ },
+ {
+ "entry": "feature",
+ "name": "tail",
+ "text": "",
+ "type": "attack",
+ "attack": {
+ "entry": "item",
+ "type": "weapons",
+ "name": "tail",
+ "cost": -1,
+ "damage": [
+ {
+ "dmg_die_count": 2,
+ "dmg_die_sides": 10,
+ "dmg_type": "bludgeoning",
+ "is_or": false
+ }
+ ],
+ "weight": -1.0,
+ "range": [
+ 0,
+ 0
+ ],
+ "reach": 10,
+ "properties": [],
+ "weapon_type": "unknown",
+ "text": ". If the target is Medium or smaller, it is grappled (escape DC 19). Until this grapple ends, the target is restrained, the marilith can automatically hit the target with its tail, and the marilith can't make tail attacks against other targets.",
+ "toHitOverride": null,
+ "dmgBonusOverride": null,
+ "abilityOverride": null
+ }
+ },
+ {
+ "entry": "feature",
+ "name": "teleport",
+ "text": "The marilith magically teleports, along with any equipment it is wearing or carrying, up to 120 feet to an unoccupied space it can see.",
+ "type": "action"
+ },
+ {
+ "entry": "feature",
+ "name": "parry",
+ "text": "The marilith adds 5 to its AC against one melee attack that would hit it. To do so, the marilith must see the attacker and be wielding a melee weapon.",
+ "type": "reaction"
+ }
+ ],
+ "prof": 5
+} \ No newline at end of file