diff options
Diffstat (limited to 'parsed/creatures/baboon.json')
-rw-r--r-- | parsed/creatures/baboon.json | 78 |
1 files changed, 0 insertions, 78 deletions
diff --git a/parsed/creatures/baboon.json b/parsed/creatures/baboon.json deleted file mode 100644 index 3d32d05..0000000 --- a/parsed/creatures/baboon.json +++ /dev/null @@ -1,78 +0,0 @@ -{ - "entry": "creatures", - "speed": "30 ft., climb 30 ft.", - "saves": [], - "d_resistances": [], - "d_vulnerabilities": [], - "d_immunities": [], - "c_immunities": [], - "senses": [], - "langs": "--", - "skills": {}, - "hit_die_count": 1, - "hit_die_sides": 6, - "name": "Baboon", - "type": "beast", - "cr": 0.0, - "size": "Small", - "alignment": "unaligned", - "stats": { - "str": 8, - "dex": 14, - "con": 11, - "int": 4, - "wis": 12, - "cha": 6 - }, - "inventory": [], - "observant": false, - "givenName": "NAME", - "hpMax": -1, - "hp": -1, - "natural_armor": { - "name": "", - "bonus": 0 - }, - "text": "", - "features": [ - { - "entry": "feature", - "name": "pack tactics", - "text": "The baboon has advantage on an attack roll against a creature if at least one of the baboon'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": 1, - "dmg_die_sides": 4, - "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 - } - } - ], - "prof": 2 -}
\ No newline at end of file |