From e1ef3e987a1ef87fad2e44d2023e4aa50fb28c35 Mon Sep 17 00:00:00 2001 From: Your Name Date: Tue, 30 May 2023 18:33:10 -0400 Subject: Changed makefiles, added parsed files --- parsed/creatures/green_hag.json | 121 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 121 insertions(+) create mode 100644 parsed/creatures/green_hag.json (limited to 'parsed/creatures/green_hag.json') diff --git a/parsed/creatures/green_hag.json b/parsed/creatures/green_hag.json new file mode 100644 index 0000000..f3973e0 --- /dev/null +++ b/parsed/creatures/green_hag.json @@ -0,0 +1,121 @@ +{ + "entry": "creatures", + "speed": "30 ft.", + "saves": [], + "d_resistances": [], + "d_vulnerabilities": [], + "d_immunities": [], + "c_immunities": [], + "senses": [ + "darkvision 60 ft." + ], + "langs": "Common, Draconic, Sylvan", + "skills": { + "Arcana": 1, + "Deception": 1, + "Perception": 1, + "Stealth": 1 + }, + "hit_die_count": 11, + "hit_die_sides": 8, + "name": "Green Hag", + "type": "fey", + "cr": 3.0, + "size": "Medium", + "alignment": "neutral evil", + "stats": { + "str": 18, + "dex": 12, + "con": 16, + "int": 13, + "wis": 14, + "cha": 14 + }, + "inventory": [], + "observant": false, + "givenName": "NAME", + "hpMax": -1, + "hp": -1, + "natural_armor": { + "name": "natural", + "bonus": 17 + }, + "text": "", + "features": [ + { + "entry": "feature", + "name": "amphibious", + "text": "The hag can breathe air and water.", + "type": "feature" + }, + { + "entry": "feature", + "name": "spellcasting", + "text": "The hag's innate spellcasting ability is Charisma (spell save DC 12). She can innately cast the following spells, requiring no material components: \nAt will: **_dancing lights_**, **_minor illusion_**, **_vicious mockery_**", + "type": "spells", + "spellcasting_ability": "cha", + "innate": true, + "levels": [ + { + "slots": 0, + "spells": [ + "dancing lights", + "minor illusion", + "vicious mockery" + ] + } + ] + }, + { + "entry": "feature", + "name": "mimicry", + "text": "The hag can mimic animal sounds and humanoid voices. A creature that hears the sounds can tell they are imitations with a successful DC 14 Wisdom (Insight) check.", + "type": "feature" + }, + { + "entry": "feature", + "name": "claws", + "text": "_Melee Weapon Attack:_ +6 to hit, reach 5 ft., one target. _Hit:_ 13 (2d8 + 4) slashing damage.", + "type": "attack", + "attack": { + "entry": "item", + "type": "weapons", + "name": "claws", + "cost": -1, + "damage": [ + { + "dmg_die_count": 2, + "dmg_die_sides": 8, + "dmg_type": "slashing", + "is_or": false + } + ], + "weight": -1.0, + "range": [ + 0, + 0 + ], + "reach": 5, + "properties": [], + "weapon_type": "unknown", + "text": ".", + "toHitOverride": null, + "dmgBonusOverride": null, + "abilityOverride": null + } + }, + { + "entry": "feature", + "name": "illusory appearance", + "text": "The hag covers herself and anything she is wearing or carrying with a magical illusion that makes her look like another creature of her general size and humanoid shape. The illusion ends if the hag takes a bonus action to end it or if she dies. \nThe changes wrought by this effect fail to hold up to physical inspection. For example, the hag could appear to have smooth skin, but someone touching her would feel her rough flesh. Otherwise, a creature must take an action to visually inspect the illusion and succeed on a DC 20 Intelligence (Investigation) check to discern that the hag is disguised.", + "type": "action" + }, + { + "entry": "feature", + "name": "invisible passage", + "text": "The hag magically turns invisible until she attacks or casts a spell, or until her concentration ends (as if concentrating on a spell). While invisible, she leaves no physical evidence of her passage, so she can be tracked only by magic. Any equipment she wears or carries is invisible with her.", + "type": "action" + } + ], + "prof": 2 +} \ No newline at end of file -- cgit v1.2.3