diff options
Diffstat (limited to 'parsed/creatures/giant_ape.json')
-rw-r--r-- | parsed/creatures/giant_ape.json | 113 |
1 files changed, 0 insertions, 113 deletions
diff --git a/parsed/creatures/giant_ape.json b/parsed/creatures/giant_ape.json deleted file mode 100644 index 1a80bc1..0000000 --- a/parsed/creatures/giant_ape.json +++ /dev/null @@ -1,113 +0,0 @@ -{ - "entry": "creatures", - "speed": "40 ft., climb 40 ft.", - "saves": [], - "d_resistances": [], - "d_vulnerabilities": [], - "d_immunities": [], - "c_immunities": [], - "senses": [], - "langs": "--", - "skills": { - "Athletics": 1, - "Perception": 1 - }, - "hit_die_count": 15, - "hit_die_sides": 12, - "name": "Giant Ape", - "type": "beast", - "cr": 7.0, - "size": "Huge", - "alignment": "unaligned", - "stats": { - "str": 23, - "dex": 14, - "con": 18, - "int": 7, - "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": 3, - "dmg_die_sides": 10, - "dmg_type": "bludgeoning", - "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": "rock", - "text": "", - "type": "attack", - "attack": { - "entry": "item", - "type": "weapons", - "name": "rock", - "cost": -1, - "damage": [ - { - "dmg_die_count": 7, - "dmg_die_sides": 6, - "dmg_type": "bludgeoning", - "is_or": false - } - ], - "weight": -1.0, - "range": [ - 50, - 100 - ], - "reach": 0, - "properties": [], - "weapon_type": "unknown", - "text": ".", - "toHitOverride": null, - "dmgBonusOverride": null, - "abilityOverride": "str" - } - } - ], - "prof": 3 -}
\ No newline at end of file |