diff options
Diffstat (limited to 'parsed/creatures/ape.json')
-rw-r--r-- | parsed/creatures/ape.json | 113 |
1 files changed, 0 insertions, 113 deletions
diff --git a/parsed/creatures/ape.json b/parsed/creatures/ape.json deleted file mode 100644 index 9cf7743..0000000 --- a/parsed/creatures/ape.json +++ /dev/null @@ -1,113 +0,0 @@ -{ - "entry": "creatures", - "speed": "30 ft., climb 30 ft.", - "saves": [], - "d_resistances": [], - "d_vulnerabilities": [], - "d_immunities": [], - "c_immunities": [], - "senses": [], - "langs": "--", - "skills": { - "Athletics": 1, - "Perception": 1 - }, - "hit_die_count": 3, - "hit_die_sides": 8, - "name": "Ape", - "type": "beast", - "cr": 0.5, - "size": "Medium", - "alignment": "unaligned", - "stats": { - "str": 16, - "dex": 14, - "con": 14, - "int": 6, - "wis": 12, - "cha": 7 - }, - "inventory": [], - "observant": false, - "givenName": "NAME", - "hpMax": -1, - "hp": -1, - "natural_armor": { - "name": "", - "bonus": 0 - }, - "text": "", - "features": [ - { - "entry": "feature", - "name": "multiattack", - "text": "The ape makes two fist attacks.", - "type": "action" - }, - { - "entry": "feature", - "name": "fist", - "text": "", - "type": "attack", - "attack": { - "entry": "item", - "type": "weapons", - "name": "fist", - "cost": -1, - "damage": [ - { - "dmg_die_count": 1, - "dmg_die_sides": 6, - "dmg_type": "bludgeoning", - "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": "rock", - "text": "", - "type": "attack", - "attack": { - "entry": "item", - "type": "weapons", - "name": "rock", - "cost": -1, - "damage": [ - { - "dmg_die_count": 1, - "dmg_die_sides": 6, - "dmg_type": "bludgeoning", - "is_or": false - } - ], - "weight": -1.0, - "range": [ - 25, - 50 - ], - "reach": 0, - "properties": [], - "weapon_type": "unknown", - "text": ".", - "toHitOverride": null, - "dmgBonusOverride": null, - "abilityOverride": "str" - } - } - ], - "prof": 2 -}
\ No newline at end of file |