aboutsummaryrefslogtreecommitdiff
path: root/parsed/creatures/ghoul.json
diff options
context:
space:
mode:
Diffstat (limited to 'parsed/creatures/ghoul.json')
-rw-r--r--parsed/creatures/ghoul.json126
1 files changed, 126 insertions, 0 deletions
diff --git a/parsed/creatures/ghoul.json b/parsed/creatures/ghoul.json
new file mode 100644
index 0000000..5f92f1d
--- /dev/null
+++ b/parsed/creatures/ghoul.json
@@ -0,0 +1,126 @@
+{
+ "entry": "creatures",
+ "speed": "30 ft.",
+ "saves": [],
+ "d_resistances": [],
+ "d_vulnerabilities": [],
+ "d_immunities": [
+ {
+ "type": "poison",
+ "qualifiers": []
+ }
+ ],
+ "c_immunities": [
+ {
+ "type": "charmed",
+ "qualifiers": []
+ },
+ {
+ "type": "exhaustion",
+ "qualifiers": []
+ },
+ {
+ "type": "poisoned",
+ "qualifiers": []
+ }
+ ],
+ "senses": [
+ "darkvision 60 ft."
+ ],
+ "langs": "Common",
+ "skills": {},
+ "hit_die_count": 5,
+ "hit_die_sides": 8,
+ "name": "Ghoul",
+ "type": "undead",
+ "cr": 1.0,
+ "size": "Medium",
+ "alignment": "chaotic evil",
+ "stats": {
+ "str": 13,
+ "dex": 15,
+ "con": 10,
+ "int": 7,
+ "wis": 10,
+ "cha": 6
+ },
+ "inventory": [],
+ "observant": false,
+ "givenName": "NAME",
+ "hpMax": -1,
+ "hp": -1,
+ "natural_armor": {
+ "name": "",
+ "bonus": 0
+ },
+ "text": "",
+ "features": [
+ {
+ "entry": "feature",
+ "name": "bite",
+ "text": "",
+ "type": "attack",
+ "attack": {
+ "entry": "item",
+ "type": "weapons",
+ "name": "bite",
+ "cost": -1,
+ "damage": [
+ {
+ "dmg_die_count": 2,
+ "dmg_die_sides": 6,
+ "dmg_type": "piercing",
+ "is_or": false
+ }
+ ],
+ "weight": -1.0,
+ "range": [
+ 0,
+ 0
+ ],
+ "reach": 5,
+ "properties": [],
+ "weapon_type": "unknown",
+ "text": ".",
+ "toHitOverride": 2,
+ "dmgBonusOverride": 2,
+ "abilityOverride": null
+ }
+ },
+ {
+ "entry": "feature",
+ "name": "claws",
+ "text": "",
+ "type": "attack",
+ "attack": {
+ "entry": "item",
+ "type": "weapons",
+ "name": "claws",
+ "cost": -1,
+ "damage": [
+ {
+ "dmg_die_count": 2,
+ "dmg_die_sides": 4,
+ "dmg_type": "slashing",
+ "is_or": false
+ }
+ ],
+ "weight": -1.0,
+ "range": [
+ 0,
+ 0
+ ],
+ "reach": 5,
+ "properties": [
+ "finesse"
+ ],
+ "weapon_type": "unknown",
+ "text": ". If the target is a creature other than an elf or undead, it must succeed on a DC 10 Constitution saving throw or be paralyzed for 1 minute. The target can repeat the saving throw at the end of each of its turns, ending the effect on itself on a success.",
+ "toHitOverride": null,
+ "dmgBonusOverride": null,
+ "abilityOverride": null
+ }
+ }
+ ],
+ "prof": 2
+} \ No newline at end of file