diff options
Diffstat (limited to 'parsed/creatures/giant_constrictor_snake.json')
-rw-r--r-- | parsed/creatures/giant_constrictor_snake.json | 108 |
1 files changed, 108 insertions, 0 deletions
diff --git a/parsed/creatures/giant_constrictor_snake.json b/parsed/creatures/giant_constrictor_snake.json new file mode 100644 index 0000000..186b35b --- /dev/null +++ b/parsed/creatures/giant_constrictor_snake.json @@ -0,0 +1,108 @@ +{ + "entry": "creatures", + "speed": "30 ft., swim 30 ft.", + "saves": [], + "d_resistances": [], + "d_vulnerabilities": [], + "d_immunities": [], + "c_immunities": [], + "senses": [ + "blindsight 10 ft." + ], + "langs": "--", + "skills": { + "Perception": 1 + }, + "hit_die_count": 8, + "hit_die_sides": 12, + "name": "Giant Constrictor Snake", + "type": "beast", + "cr": 2.0, + "size": "Huge", + "alignment": "unaligned", + "stats": { + "str": 19, + "dex": 14, + "con": 12, + "int": 1, + "wis": 10, + "cha": 3 + }, + "inventory": [], + "observant": false, + "givenName": "NAME", + "hpMax": -1, + "hp": -1, + "natural_armor": { + "name": "", + "bonus": 0 + }, + "text": "", + "features": [ + { + "entry": "feature", + "name": "bite", + "text": "", + "type": "attack", + "attack": { + "entry": "item", + "type": "weapons", + "name": "bite", + "cost": -1, + "damage": [ + { + "dmg_die_count": 2, + "dmg_die_sides": 6, + "dmg_type": "piercing", + "is_or": false + } + ], + "weight": -1.0, + "range": [ + 0, + 0 + ], + "reach": 10, + "properties": [], + "weapon_type": "unknown", + "text": ".", + "toHitOverride": null, + "dmgBonusOverride": null, + "abilityOverride": null + } + }, + { + "entry": "feature", + "name": "constrict", + "text": "", + "type": "attack", + "attack": { + "entry": "item", + "type": "weapons", + "name": "constrict", + "cost": -1, + "damage": [ + { + "dmg_die_count": 2, + "dmg_die_sides": 8, + "dmg_type": "bludgeoning", + "is_or": false + } + ], + "weight": -1.0, + "range": [ + 0, + 0 + ], + "reach": 5, + "properties": [], + "weapon_type": "unknown", + "text": ", and the target is grappled (escape DC 16). Until this grapple ends, the creature is restrained, and the snake can't constrict another target.", + "toHitOverride": null, + "dmgBonusOverride": null, + "abilityOverride": null + } + } + ], + "prof": 2 +}
\ No newline at end of file |