diff options
author | Your Name <you@example.com> | 2023-05-30 18:33:10 -0400 |
---|---|---|
committer | Your Name <you@example.com> | 2023-05-30 18:33:10 -0400 |
commit | e1ef3e987a1ef87fad2e44d2023e4aa50fb28c35 (patch) | |
tree | b48a6087720d6bf69a80f0c284320320043fcdee /parsed/creatures/constrictor_snake.json | |
parent | d428ae1c5b3b0ec88c1b55c56317c3750502d5f4 (diff) | |
download | dmtool-e1ef3e987a1ef87fad2e44d2023e4aa50fb28c35.tar.gz dmtool-e1ef3e987a1ef87fad2e44d2023e4aa50fb28c35.tar.bz2 dmtool-e1ef3e987a1ef87fad2e44d2023e4aa50fb28c35.zip |
Changed makefiles, added parsed files
Diffstat (limited to 'parsed/creatures/constrictor_snake.json')
-rw-r--r-- | parsed/creatures/constrictor_snake.json | 106 |
1 files changed, 106 insertions, 0 deletions
diff --git a/parsed/creatures/constrictor_snake.json b/parsed/creatures/constrictor_snake.json new file mode 100644 index 0000000..892c0ba --- /dev/null +++ b/parsed/creatures/constrictor_snake.json @@ -0,0 +1,106 @@ +{ + "entry": "creatures", + "speed": "30 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": 10, + "name": "Constrictor Snake", + "type": "beast", + "cr": 0.25, + "size": "Large", + "alignment": "unaligned", + "stats": { + "str": 15, + "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": 1, + "dmg_die_sides": 6, + "dmg_type": "piercing", + "is_or": false + } + ], + "weight": -1.0, + "range": [ + 0, + 0 + ], + "reach": 5, + "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": 1, + "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 14). 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 |