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/gynosphinx.json | 203 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 203 insertions(+) create mode 100644 parsed/creatures/gynosphinx.json (limited to 'parsed/creatures/gynosphinx.json') diff --git a/parsed/creatures/gynosphinx.json b/parsed/creatures/gynosphinx.json new file mode 100644 index 0000000..b69aff4 --- /dev/null +++ b/parsed/creatures/gynosphinx.json @@ -0,0 +1,203 @@ +{ + "entry": "creatures", + "speed": "40 ft., fly 60 ft.", + "saves": [], + "d_resistances": [ + { + "type": "bludgeoning", + "qualifiers": [ + "nonmagical" + ] + }, + { + "type": "piercing", + "qualifiers": [ + "nonmagical" + ] + }, + { + "type": "slashing", + "qualifiers": [ + "nonmagical" + ] + } + ], + "d_vulnerabilities": [], + "d_immunities": [ + { + "type": "psychic", + "qualifiers": [] + } + ], + "c_immunities": [ + { + "type": "charmed", + "qualifiers": [] + }, + { + "type": "frightened", + "qualifiers": [] + } + ], + "senses": [ + "truesight 120 ft." + ], + "langs": "Common, Sphinx", + "skills": { + "Arcana": 2, + "History": 2, + "Perception": 1, + "Religion": 1 + }, + "hit_die_count": 16, + "hit_die_sides": 10, + "name": "Gynosphinx", + "type": "monstrosity", + "cr": 11.0, + "size": "Large", + "alignment": "lawful neutral", + "stats": { + "str": 18, + "dex": 15, + "con": 16, + "int": 18, + "wis": 18, + "cha": 18 + }, + "inventory": [], + "observant": false, + "givenName": "NAME", + "hpMax": -1, + "hp": -1, + "natural_armor": { + "name": "natural", + "bonus": 17 + }, + "text": "", + "features": [ + { + "entry": "feature", + "name": "inscrutable", + "text": "The sphinx is immune to any effect that would sense its emotions or read its thoughts, as well as any divination spell that it refuses. Wisdom (Insight) checks made to ascertain the sphinx's intentions or sincerity have disadvantage.", + "type": "feature" + }, + { + "entry": "feature", + "name": "magic weapons", + "text": "The sphinx's weapon attacks are magical.", + "type": "feature" + }, + { + "entry": "feature", + "name": "spellcasting", + "text": "The sphinx is a 9th-level spellcaster. Its spellcasting ability is Intelligence (spell save DC 16, +8 to hit with spell attacks). It requires no material components to cast its spells. The sphinx has the following wizard spells prepared: \nCantrips (at will): **_mage hand, minor illusion, prestidigitation_** \n1st level (4 slots): **_detect magic, identify, shield_** \n2nd level (3 slots): **_darkness, locate object, suggestion_** \n3rd level (3 slots): **_dispel magic, remove curse, tongues_** \n4th level (3 slots): **_banishment, greater invisibility_** \n5th level (1 slot): **_legend lore_**", + "type": "spells", + "spellcasting_ability": "int", + "innate": false, + "levels": [ + { + "slots": 0, + "spells": [ + "mage hand", + "minor illusion", + "prestidigitation" + ] + }, + { + "slots": 4, + "spells": [ + "detect magic", + "identify", + "shield" + ] + }, + { + "slots": 3, + "spells": [ + "darkness", + "locate object", + "suggestion" + ] + }, + { + "slots": 3, + "spells": [ + "dispel magic", + "remove curse", + "tongues" + ] + }, + { + "slots": 3, + "spells": [ + "banishment", + "greater invisibility" + ] + }, + { + "slots": 1, + "spells": [ + "legend lore" + ] + } + ] + }, + { + "entry": "feature", + "name": "multiattack", + "text": "The sphinx makes two claw attacks.", + "type": "action" + }, + { + "entry": "feature", + "name": "claw", + "text": "_Melee Weapon Attack:_ +8 to hit, reach 5 ft., one target. _Hit:_ 13 (2d8 + 4) slashing damage.", + "type": "attack", + "attack": { + "entry": "item", + "type": "weapons", + "name": "claw", + "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": "claw attack", + "text": "The sphinx makes one claw attack.", + "type": "legendary_action" + }, + { + "entry": "feature", + "name": "teleport (costs 2 actions)", + "text": "The sphinx magically teleports, along with any equipment it is wearing or carrying, up to 120 feet to an unoccupied space it can see.", + "type": "legendary_action" + }, + { + "entry": "feature", + "name": "cast a spell (costs 3 actions)", + "text": "The sphinx casts a spell from its list of prepared spells, using a spell slot as normal.", + "type": "legendary_action" + } + ], + "prof": 4 +} \ No newline at end of file -- cgit v1.2.3