diff options
Diffstat (limited to 'parsed/creatures/gargoyle.json')
-rw-r--r-- | parsed/creatures/gargoyle.json | 158 |
1 files changed, 0 insertions, 158 deletions
diff --git a/parsed/creatures/gargoyle.json b/parsed/creatures/gargoyle.json deleted file mode 100644 index cbc1d48..0000000 --- a/parsed/creatures/gargoyle.json +++ /dev/null @@ -1,158 +0,0 @@ -{ - "entry": "creatures", - "speed": "30 ft., fly 60 ft.", - "saves": [], - "d_resistances": [ - { - "type": "bludgeoning", - "qualifiers": [ - "nonmagical", - "non-adamantine" - ] - }, - { - "type": "piercing", - "qualifiers": [ - "nonmagical", - "non-adamantine" - ] - }, - { - "type": "slashing", - "qualifiers": [ - "nonmagical", - "non-adamantine" - ] - } - ], - "d_vulnerabilities": [], - "d_immunities": [ - { - "type": "poison", - "qualifiers": [] - } - ], - "c_immunities": [ - { - "type": "exhaustion", - "qualifiers": [] - }, - { - "type": "petrified", - "qualifiers": [] - }, - { - "type": "poisoned", - "qualifiers": [] - } - ], - "senses": [ - "darkvision 60 ft." - ], - "langs": "Terran", - "skills": {}, - "hit_die_count": 7, - "hit_die_sides": 8, - "name": "Gargoyle", - "type": "elemental", - "cr": 2.0, - "size": "Medium", - "alignment": "chaotic evil", - "stats": { - "str": 15, - "dex": 11, - "con": 16, - "int": 6, - "wis": 11, - "cha": 7 - }, - "inventory": [], - "observant": false, - "givenName": "NAME", - "hpMax": -1, - "hp": -1, - "natural_armor": { - "name": "natural", - "bonus": 15 - }, - "text": "", - "features": [ - { - "entry": "feature", - "name": "false appearance", - "text": "While the gargoyle remains motionless, it is indistinguishable from an inanimate statue.", - "type": "feature" - }, - { - "entry": "feature", - "name": "multiattack", - "text": "The gargoyle makes two attacks: one with its bite and one with its claws.", - "type": "action" - }, - { - "entry": "feature", - "name": "bite", - "text": "", - "type": "attack", - "attack": { - "entry": "item", - "type": "weapons", - "name": "bite", - "cost": -1, - "damage": [ - { - "dmg_die_count": 1, - "dmg_die_sides": 6, - "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 - } - }, - { - "entry": "feature", - "name": "claws", - "text": "", - "type": "attack", - "attack": { - "entry": "item", - "type": "weapons", - "name": "claws", - "cost": -1, - "damage": [ - { - "dmg_die_count": 1, - "dmg_die_sides": 6, - "dmg_type": "slashing", - "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 |