diff options
Diffstat (limited to 'parsed/creatures/flying_snake.json')
-rw-r--r-- | parsed/creatures/flying_snake.json | 88 |
1 files changed, 88 insertions, 0 deletions
diff --git a/parsed/creatures/flying_snake.json b/parsed/creatures/flying_snake.json new file mode 100644 index 0000000..403ee80 --- /dev/null +++ b/parsed/creatures/flying_snake.json @@ -0,0 +1,88 @@ +{ + "entry": "creatures", + "speed": "30 ft., fly 60 ft., swim 30 ft.", + "saves": [], + "d_resistances": [], + "d_vulnerabilities": [], + "d_immunities": [], + "c_immunities": [], + "senses": [ + "blindsight 10 ft." + ], + "langs": "--", + "skills": {}, + "hit_die_count": 2, + "hit_die_sides": 4, + "name": "Flying Snake", + "type": "beast", + "cr": 0.125, + "size": "Tiny", + "alignment": "unaligned", + "stats": { + "str": 4, + "dex": 18, + "con": 11, + "int": 2, + "wis": 12, + "cha": 5 + }, + "inventory": [], + "observant": false, + "givenName": "NAME", + "hpMax": -1, + "hp": -1, + "natural_armor": { + "name": "", + "bonus": 0 + }, + "text": "A flying snake is a brightly colored, winged serpent found in remote jungles. Tribespeople and cultists sometimes domesticate flying snakes to serve as messengers that deliver scrolls wrapped in their coils.", + "features": [ + { + "entry": "feature", + "name": "flyby", + "text": "The snake doesn't provoke opportunity attacks when it flies out of an enemy's reach.", + "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 + }, + { + "dmg_die_count": 3, + "dmg_die_sides": 4, + "dmg_type": "poison", + "is_or": false + } + ], + "weight": -1.0, + "range": [ + 0, + 0 + ], + "reach": 5, + "properties": [ + "finesse" + ], + "weapon_type": "unknown", + "text": ".", + "toHitOverride": null, + "dmgBonusOverride": null, + "abilityOverride": null + } + } + ], + "prof": 2 +}
\ No newline at end of file |