aboutsummaryrefslogtreecommitdiff
path: root/parsed/creatures/medusa.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/medusa.json
parentd428ae1c5b3b0ec88c1b55c56317c3750502d5f4 (diff)
downloaddmtool-e1ef3e987a1ef87fad2e44d2023e4aa50fb28c35.tar.gz
dmtool-e1ef3e987a1ef87fad2e44d2023e4aa50fb28c35.tar.bz2
dmtool-e1ef3e987a1ef87fad2e44d2023e4aa50fb28c35.zip
Changed makefiles, added parsed files
Diffstat (limited to 'parsed/creatures/medusa.json')
-rw-r--r--parsed/creatures/medusa.json144
1 files changed, 144 insertions, 0 deletions
diff --git a/parsed/creatures/medusa.json b/parsed/creatures/medusa.json
new file mode 100644
index 0000000..db1ca11
--- /dev/null
+++ b/parsed/creatures/medusa.json
@@ -0,0 +1,144 @@
+{
+ "entry": "creatures",
+ "speed": "30 ft.",
+ "saves": [],
+ "d_resistances": [],
+ "d_vulnerabilities": [],
+ "d_immunities": [],
+ "c_immunities": [],
+ "senses": [
+ "darkvision 60 ft."
+ ],
+ "langs": "Common",
+ "skills": {
+ "Deception": 1,
+ "Insight": 1,
+ "Perception": 1,
+ "Stealth": 1
+ },
+ "hit_die_count": 17,
+ "hit_die_sides": 8,
+ "name": "Medusa",
+ "type": "monstrosity",
+ "cr": 6.0,
+ "size": "Medium",
+ "alignment": "lawful evil",
+ "stats": {
+ "str": 10,
+ "dex": 15,
+ "con": 16,
+ "int": 12,
+ "wis": 13,
+ "cha": 15
+ },
+ "inventory": [
+ {
+ "entry": "item",
+ "name": "shortsword",
+ "type": "weapons",
+ "text": "."
+ }
+ ],
+ "observant": false,
+ "givenName": "NAME",
+ "hpMax": -1,
+ "hp": -1,
+ "natural_armor": {
+ "name": "natural",
+ "bonus": 15
+ },
+ "text": "",
+ "features": [
+ {
+ "entry": "feature",
+ "name": "petrifying gaze",
+ "text": "When a creature that can see the medusa's eyes starts its turn within 30 feet of the medusa, the medusa can force it to make a DC 14 Constitution saving throw if the medusa isn't incapacitated and can see the creature. If the saving throw fails by 5 or more, the creature is instantly petrified. Otherwise, a creature that fails the save begins to turn to stone and is restrained. The restrained creature must repeat the saving throw at the end of its next turn, becoming petrified on a failure or ending the effect on a success. The petrification lasts until the creature is freed by the greater restoration spell or other magic. \nUnless surprised, a creature can avert its eyes to avoid the saving throw at the start of its turn. If the creature does so, it can't see the medusa until the start of its next turn, when it can avert its eyes again. If the creature looks at the medusa in the meantime, it must immediately make the save. \nIf the medusa sees itself reflected on a polished surface within 30 feet of it and in an area of bright light, the medusa is, due to its curse, affected by its own gaze.",
+ "type": "feature"
+ },
+ {
+ "entry": "feature",
+ "name": "multiattack",
+ "text": "The medusa makes either three melee attacks--one with its snake hair and two with its shortsword--or two ranged attacks with its longbow.",
+ "type": "action"
+ },
+ {
+ "entry": "feature",
+ "name": "snake hair",
+ "text": "",
+ "type": "attack",
+ "attack": {
+ "entry": "item",
+ "type": "weapons",
+ "name": "snake hair",
+ "cost": -1,
+ "damage": [
+ {
+ "dmg_die_count": 1,
+ "dmg_die_sides": 4,
+ "dmg_type": "piercing",
+ "is_or": false
+ },
+ {
+ "dmg_die_count": 4,
+ "dmg_die_sides": 6,
+ "dmg_type": "poison",
+ "is_or": false
+ }
+ ],
+ "weight": -1.0,
+ "range": [
+ 0,
+ 0
+ ],
+ "reach": 5,
+ "properties": [
+ "finesse"
+ ],
+ "weapon_type": "unknown",
+ "text": ".",
+ "toHitOverride": null,
+ "dmgBonusOverride": null,
+ "abilityOverride": null
+ }
+ },
+ {
+ "entry": "feature",
+ "name": "longbow",
+ "text": "",
+ "type": "attack",
+ "attack": {
+ "entry": "item",
+ "type": "weapons",
+ "name": "longbow",
+ "cost": 5000,
+ "damage": [
+ {
+ "dmg_die_count": 1,
+ "dmg_die_sides": 8,
+ "dmg_type": "piercing",
+ "is_or": false
+ },
+ {
+ "dmg_die_count": 2,
+ "dmg_die_sides": 6,
+ "dmg_type": "poison",
+ "is_or": false
+ }
+ ],
+ "weight": 2.0,
+ "range": [
+ 150,
+ 600
+ ],
+ "reach": 0,
+ "properties": [],
+ "weapon_type": "unknown",
+ "text": ".",
+ "toHitOverride": null,
+ "dmgBonusOverride": null,
+ "abilityOverride": null
+ }
+ }
+ ],
+ "prof": 3
+} \ No newline at end of file