diff options
Diffstat (limited to 'parser/monsters/spider.json')
-rw-r--r-- | parser/monsters/spider.json | 74 |
1 files changed, 74 insertions, 0 deletions
diff --git a/parser/monsters/spider.json b/parser/monsters/spider.json new file mode 100644 index 0000000..064bf10 --- /dev/null +++ b/parser/monsters/spider.json @@ -0,0 +1,74 @@ +{ + "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": [], + "natural_armor": [], + "description": "", + "features": [ + { + "name": "spider climb", + "text": "The spider can climb difficult surfaces, including upside down on ceilings, without needing to make an ability check.", + "type": "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" + }, + { + "name": "web walker", + "text": "The spider ignores movement restrictions caused by webbing.", + "type": "feature" + }, + { + "name": "bite", + "text": "_Melee Weapon Attack:_ +4 to hit, reach 5 ft., one creature. _Hit:_ 1 piercing damage, and the target must succeed on a DC 9 Constitution saving throw or take 2 (1d4) poison damage.", + "type": "action", + "attack": { + "name": "bite", + "cost": 0, + "damage": { + "dmg_type": "piercing", + "dmg_die_count": 1, + "dmg_die_sides": 1 + }, + "weight": 0.0, + "range": [ + 0, + 0 + ], + "reach": 5, + "properties": [], + "type": "unknown", + "text": "_Melee Weapon Attack:_ +4 to hit, reach 5 ft., one creature. _Hit:_ 1 piercing damage, and the target must succeed on a DC 9 Constitution saving throw or take 2 (1d4) poison damage." + } + } + ], + "prof": 2 +}
\ No newline at end of file |