aboutsummaryrefslogtreecommitdiff
path: root/parsed/creatures/wolf.json
diff options
context:
space:
mode:
Diffstat (limited to 'parsed/creatures/wolf.json')
-rw-r--r--parsed/creatures/wolf.json89
1 files changed, 89 insertions, 0 deletions
diff --git a/parsed/creatures/wolf.json b/parsed/creatures/wolf.json
new file mode 100644
index 0000000..c0ed01e
--- /dev/null
+++ b/parsed/creatures/wolf.json
@@ -0,0 +1,89 @@
+{
+ "entry": "creatures",
+ "speed": "40 ft.",
+ "saves": [],
+ "d_resistances": [],
+ "d_vulnerabilities": [],
+ "d_immunities": [],
+ "c_immunities": [],
+ "senses": [],
+ "langs": "--",
+ "skills": {
+ "Perception": 1,
+ "Stealth": 1
+ },
+ "hit_die_count": 2,
+ "hit_die_sides": 8,
+ "name": "Wolf",
+ "type": "beast",
+ "cr": 0.25,
+ "size": "Medium",
+ "alignment": "unaligned",
+ "stats": {
+ "str": 12,
+ "dex": 15,
+ "con": 12,
+ "int": 3,
+ "wis": 12,
+ "cha": 6
+ },
+ "inventory": [],
+ "observant": false,
+ "givenName": "NAME",
+ "hpMax": -1,
+ "hp": -1,
+ "natural_armor": {
+ "name": "natural",
+ "bonus": 13
+ },
+ "text": "",
+ "features": [
+ {
+ "entry": "feature",
+ "name": "keen hearing and smell",
+ "text": "The wolf has advantage on Wisdom (Perception) checks that rely on hearing or smell.",
+ "type": "feature"
+ },
+ {
+ "entry": "feature",
+ "name": "pack tactics",
+ "text": "The wolf has advantage on attack rolls against a creature if at least one of the wolf's allies is within 5 feet of the creature and the ally isn't incapacitated.",
+ "type": "feature"
+ },
+ {
+ "entry": "feature",
+ "name": "bite",
+ "text": "",
+ "type": "attack",
+ "attack": {
+ "entry": "item",
+ "type": "weapons",
+ "name": "bite",
+ "cost": -1,
+ "damage": [
+ {
+ "dmg_die_count": 2,
+ "dmg_die_sides": 4,
+ "dmg_type": "piercing",
+ "is_or": false
+ }
+ ],
+ "weight": -1.0,
+ "range": [
+ 0,
+ 0
+ ],
+ "reach": 5,
+ "properties": [
+ "finesse"
+ ],
+ "weapon_type": "unknown",
+ "text": ". If the target is a creature, it must succeed on a DC 11 Strength saving throw or be knocked prone.",
+ "toHitOverride": null,
+ "dmgBonusOverride": null,
+ "abilityOverride": null
+ }
+ }
+ ],
+ "prof": 2
+} \ No newline at end of file