aboutsummaryrefslogtreecommitdiff
path: root/parsed/creatures/wyvern.json
diff options
context:
space:
mode:
Diffstat (limited to 'parsed/creatures/wyvern.json')
-rw-r--r--parsed/creatures/wyvern.json146
1 files changed, 146 insertions, 0 deletions
diff --git a/parsed/creatures/wyvern.json b/parsed/creatures/wyvern.json
new file mode 100644
index 0000000..2352590
--- /dev/null
+++ b/parsed/creatures/wyvern.json
@@ -0,0 +1,146 @@
+{
+ "entry": "creatures",
+ "speed": "20 ft., fly 80 ft.",
+ "saves": [],
+ "d_resistances": [],
+ "d_vulnerabilities": [],
+ "d_immunities": [],
+ "c_immunities": [],
+ "senses": [
+ "darkvision 60 ft."
+ ],
+ "langs": "--",
+ "skills": {
+ "Perception": 1
+ },
+ "hit_die_count": 13,
+ "hit_die_sides": 10,
+ "name": "Wyvern",
+ "type": "dragon",
+ "cr": 6.0,
+ "size": "Large",
+ "alignment": "unaligned",
+ "stats": {
+ "str": 19,
+ "dex": 10,
+ "con": 16,
+ "int": 5,
+ "wis": 12,
+ "cha": 6
+ },
+ "inventory": [],
+ "observant": false,
+ "givenName": "NAME",
+ "hpMax": -1,
+ "hp": -1,
+ "natural_armor": {
+ "name": "natural",
+ "bonus": 13
+ },
+ "text": "",
+ "features": [
+ {
+ "entry": "feature",
+ "name": "multiattack",
+ "text": "The wyvern makes two attacks: one with its bite and one with its stinger. While flying, it can use its claws in place of one other attack.",
+ "type": "action"
+ },
+ {
+ "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": "claws",
+ "text": "",
+ "type": "attack",
+ "attack": {
+ "entry": "item",
+ "type": "weapons",
+ "name": "claws",
+ "cost": -1,
+ "damage": [
+ {
+ "dmg_die_count": 2,
+ "dmg_die_sides": 8,
+ "dmg_type": "slashing",
+ "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": "stinger",
+ "text": "",
+ "type": "attack",
+ "attack": {
+ "entry": "item",
+ "type": "weapons",
+ "name": "stinger",
+ "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": ". The target must make a DC 15 Constitution saving throw, taking 24 (7d6) poison damage on a failed save, or half as much damage on a successful one.",
+ "toHitOverride": null,
+ "dmgBonusOverride": null,
+ "abilityOverride": null
+ }
+ }
+ ],
+ "prof": 3
+} \ No newline at end of file