diff options
Diffstat (limited to 'parsed/creatures/jackal.json')
-rw-r--r-- | parsed/creatures/jackal.json | 79 |
1 files changed, 79 insertions, 0 deletions
diff --git a/parsed/creatures/jackal.json b/parsed/creatures/jackal.json new file mode 100644 index 0000000..d2c6b56 --- /dev/null +++ b/parsed/creatures/jackal.json @@ -0,0 +1,79 @@ +{ + "entry": "creatures", + "speed": "40 ft.", + "saves": [], + "d_resistances": [], + "d_vulnerabilities": [], + "d_immunities": [], + "c_immunities": [], + "senses": [], + "langs": "--", + "skills": { + "Perception": 1 + }, + "hit_die_count": 1, + "hit_die_sides": 6, + "name": "Jackal", + "type": "beast", + "cr": 0.0, + "size": "Small", + "alignment": "unaligned", + "stats": { + "str": 8, + "dex": 15, + "con": 11, + "int": 3, + "wis": 12, + "cha": 6 + }, + "inventory": [], + "observant": false, + "givenName": "NAME", + "hpMax": -1, + "hp": -1, + "natural_armor": { + "name": "", + "bonus": 0 + }, + "text": "", + "features": [ + { + "entry": "feature", + "name": "keen hearing and smell", + "text": "The jackal has advantage on Wisdom (Perception) checks that rely on hearing or smell.", + "type": "feature" + }, + { + "entry": "feature", + "name": "pack tactics", + "text": "The jackal has advantage on an attack roll against a creature if at least one of the jackal'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": [], + "weight": -1.0, + "range": [ + 0, + 0 + ], + "reach": 5, + "properties": [], + "weapon_type": "unknown", + "text": "1 (1d4 \u2013 1) piercing damage.", + "toHitOverride": null, + "dmgBonusOverride": null, + "abilityOverride": null + } + } + ], + "prof": 2 +}
\ No newline at end of file |