diff options
Diffstat (limited to 'parsed/creatures/spider.json')
-rw-r--r-- | parsed/creatures/spider.json | 96 |
1 files changed, 96 insertions, 0 deletions
diff --git a/parsed/creatures/spider.json b/parsed/creatures/spider.json new file mode 100644 index 0000000..2921dbf --- /dev/null +++ b/parsed/creatures/spider.json @@ -0,0 +1,96 @@ +{ + "entry": "creatures", + "speed": "20 ft., climb 20 ft.", + "saves": [], + "d_resistances": [], + "d_vulnerabilities": [], + "d_immunities": [], + "c_immunities": [], + "senses": [ + "darkvision 30 ft." + ], + "langs": "--", + "skills": { + "Stealth": 1 + }, + "hit_die_count": 1, + "hit_die_sides": 4, + "name": "Spider", + "type": "beast", + "cr": 0.0, + "size": "Tiny", + "alignment": "unaligned", + "stats": { + "str": 2, + "dex": 14, + "con": 8, + "int": 1, + "wis": 10, + "cha": 2 + }, + "inventory": [], + "observant": false, + "givenName": "NAME", + "hpMax": -1, + "hp": -1, + "natural_armor": { + "name": "", + "bonus": 0 + }, + "text": "", + "features": [ + { + "entry": "feature", + "name": "spider climb", + "text": "The spider can climb difficult surfaces, including upside down on ceilings, without needing to make an ability check.", + "type": "feature" + }, + { + "entry": "feature", + "name": "web sense", + "text": "While in contact with a web, the spider knows the exact location of any other creature in contact with the same web.", + "type": "feature" + }, + { + "entry": "feature", + "name": "web walker", + "text": "The spider ignores movement restrictions caused by webbing.", + "type": "feature" + }, + { + "entry": "feature", + "name": "bite", + "text": "", + "type": "attack", + "attack": { + "entry": "item", + "type": "weapons", + "name": "bite", + "cost": -1, + "damage": [ + { + "dmg_die_count": 1, + "dmg_die_sides": 1, + "dmg_type": "piercing", + "is_or": false + } + ], + "weight": -1.0, + "range": [ + 0, + 0 + ], + "reach": 5, + "properties": [ + "finesse" + ], + "weapon_type": "unknown", + "text": ", and the target must succeed on a DC 9 Constitution saving throw or take 2 (1d4) poison damage.", + "toHitOverride": null, + "dmgBonusOverride": null, + "abilityOverride": null + } + } + ], + "prof": 2 +}
\ No newline at end of file |