aboutsummaryrefslogtreecommitdiff
path: root/parsed/creatures/ape.json
diff options
context:
space:
mode:
Diffstat (limited to 'parsed/creatures/ape.json')
-rw-r--r--parsed/creatures/ape.json113
1 files changed, 113 insertions, 0 deletions
diff --git a/parsed/creatures/ape.json b/parsed/creatures/ape.json
new file mode 100644
index 0000000..9cf7743
--- /dev/null
+++ b/parsed/creatures/ape.json
@@ -0,0 +1,113 @@
+{
+ "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