diff options
Diffstat (limited to 'parsed/creatures/frost_giant.json')
-rw-r--r-- | parsed/creatures/frost_giant.json | 122 |
1 files changed, 0 insertions, 122 deletions
diff --git a/parsed/creatures/frost_giant.json b/parsed/creatures/frost_giant.json deleted file mode 100644 index df71fe0..0000000 --- a/parsed/creatures/frost_giant.json +++ /dev/null @@ -1,122 +0,0 @@ -{ - "entry": "creatures", - "speed": "40 ft.", - "saves": [ - "con", - "wis", - "cha" - ], - "d_resistances": [], - "d_vulnerabilities": [], - "d_immunities": [ - { - "type": "cold", - "qualifiers": [] - } - ], - "c_immunities": [], - "senses": [], - "langs": "Giant", - "skills": { - "Athletics": 1, - "Perception": 1 - }, - "hit_die_count": 12, - "hit_die_sides": 12, - "name": "Frost Giant", - "type": "giant", - "cr": 8.0, - "size": "Huge", - "alignment": "neutral evil", - "stats": { - "str": 23, - "dex": 9, - "con": 21, - "int": 9, - "wis": 10, - "cha": 12 - }, - "inventory": [], - "observant": false, - "givenName": "NAME", - "hpMax": -1, - "hp": -1, - "natural_armor": { - "name": "patchwork", - "bonus": 15 - }, - "text": "", - "features": [ - { - "entry": "feature", - "name": "multiattack", - "text": "The giant makes two greataxe attacks.", - "type": "action" - }, - { - "entry": "feature", - "name": "greataxe", - "text": "", - "type": "attack", - "attack": { - "entry": "item", - "type": "weapons", - "name": "greataxe", - "cost": 3000, - "damage": [ - { - "dmg_die_count": 3, - "dmg_die_sides": 12, - "dmg_type": "slashing", - "is_or": false - } - ], - "weight": 7.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": 4, - "dmg_die_sides": 10, - "dmg_type": "bludgeoning", - "is_or": false - } - ], - "weight": -1.0, - "range": [ - 60, - 240 - ], - "reach": 0, - "properties": [], - "weapon_type": "unknown", - "text": ".", - "toHitOverride": null, - "dmgBonusOverride": null, - "abilityOverride": "str" - } - } - ], - "prof": 3 -}
\ No newline at end of file |