diff options
Diffstat (limited to 'parsed/creatures/drider.json')
-rw-r--r-- | parsed/creatures/drider.json | 175 |
1 files changed, 175 insertions, 0 deletions
diff --git a/parsed/creatures/drider.json b/parsed/creatures/drider.json new file mode 100644 index 0000000..1dc6d34 --- /dev/null +++ b/parsed/creatures/drider.json @@ -0,0 +1,175 @@ +{ + "entry": "creatures", + "speed": "30 ft., climb 30 ft.", + "saves": [], + "d_resistances": [], + "d_vulnerabilities": [], + "d_immunities": [], + "c_immunities": [], + "senses": [ + "darkvision 120 ft." + ], + "langs": "Elvish, Undercommon", + "skills": { + "Perception": 1, + "Stealth": 2 + }, + "hit_die_count": 13, + "hit_die_sides": 10, + "name": "Drider", + "type": "monstrosity", + "cr": 6.0, + "size": "Large", + "alignment": "chaotic evil", + "stats": { + "str": 16, + "dex": 16, + "con": 18, + "int": 13, + "wis": 14, + "cha": 12 + }, + "inventory": [ + { + "entry": "item", + "name": "longsword", + "type": "weapons", + "text": "if used with two hands." + } + ], + "observant": false, + "givenName": "NAME", + "hpMax": -1, + "hp": -1, + "natural_armor": { + "name": "natural", + "bonus": 19 + }, + "text": "", + "features": [ + { + "entry": "feature", + "name": "fey ancestry", + "text": "The drider has advantage on saving throws against being charmed, and magic can't put the drider to sleep.", + "type": "feature" + }, + { + "entry": "feature", + "name": "spellcasting", + "text": "The drider's innate spellcasting ability is Wisdom (spell save DC 13). The drider can innately cast the following spells, requiring no material components: \nAt will: **_dancing lights_** \n1/day each: **_darkness_**, **_faerie fire_**", + "type": "spells", + "spellcasting_ability": "wis", + "innate": true, + "levels": [ + { + "slots": 0, + "spells": [ + "dancing lights" + ] + }, + { + "slots": 1, + "spells": [ + "darkness", + "faerie fire" + ] + } + ] + }, + { + "entry": "feature", + "name": "spider climb", + "text": "The drider can climb difficult surfaces, including upside down on ceilings, without needing to make an ability check. Sunlight Sensitivity. While in sunlight, the drider has disadvantage on attack rolls, as well as on Wisdom (Perception) checks that rely on sight.", + "type": "feature" + }, + { + "entry": "feature", + "name": "web walker", + "text": "The drider ignores movement restrictions caused by webbing.", + "type": "feature" + }, + { + "entry": "feature", + "name": "multiattack", + "text": "The drider makes three attacks, either with its longsword or its longbow. It can replace one of those attacks with a bite attack.", + "type": "action" + }, + { + "entry": "feature", + "name": "bite", + "text": "", + "type": "attack", + "attack": { + "entry": "item", + "type": "weapons", + "name": "bite", + "cost": -1, + "damage": [ + { + "dmg_die_count": 1, + "dmg_die_sides": 4, + "dmg_type": "piercing", + "is_or": false + }, + { + "dmg_die_count": 2, + "dmg_die_sides": 8, + "dmg_type": "poison", + "is_or": false + } + ], + "weight": -1.0, + "range": [ + 0, + 0 + ], + "reach": 5, + "properties": [], + "weapon_type": "unknown", + "text": ".", + "toHitOverride": null, + "dmgBonusOverride": 0, + "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": 1, + "dmg_die_sides": 8, + "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 |