From 5a813a75412ac9b8fadb90c9abd46dd95aee8e9b Mon Sep 17 00:00:00 2001 From: Your Name Date: Thu, 29 Apr 2021 14:17:08 -0400 Subject: Removed data files from repo --- parser/monsters/fire_giant.json | 86 ----------------------------------------- 1 file changed, 86 deletions(-) delete mode 100644 parser/monsters/fire_giant.json (limited to 'parser/monsters/fire_giant.json') diff --git a/parser/monsters/fire_giant.json b/parser/monsters/fire_giant.json deleted file mode 100644 index e48b12f..0000000 --- a/parser/monsters/fire_giant.json +++ /dev/null @@ -1,86 +0,0 @@ -{ - "speed": "30 ft.", - "saves": [ - "dex", - "con", - "cha" - ], - "d_resistances": [], - "d_vulnerabilities": [], - "d_immunities": [ - { - "type": "fire", - "qualifiers": [] - } - ], - "c_immunities": [], - "senses": [], - "langs": "Giant", - "skills": { - "Athletics": 1, - "Perception": 1 - }, - "hit_die_count": 13, - "hit_die_sides": 12, - "name": "Fire Giant", - "type": "giant", - "cr": 9.0, - "size": "Huge", - "alignment": "lawful evil", - "stats": { - "str": 25, - "dex": 9, - "con": 23, - "int": 10, - "wis": 14, - "cha": 13 - }, - "inventory": [ - { - "name": "plate", - "type": "armor", - "text": "plate armor" - }, - { - "name": "greatsword", - "type": "weapon", - "text": "_Melee Weapon Attack:_ +11 to hit, reach 10 ft., one target. _Hit:_ 28 (6d6 + 7) slashing damage." - } - ], - "natural_armor": { - "name": "", - "bonus": 0 - }, - "description": "", - "features": [ - { - "name": "multiattack", - "text": "The giant makes two greatsword attacks.", - "type": "action" - }, - { - "name": "rock", - "text": "_Ranged Weapon Attack:_ +11 to hit, range 60/240 ft., one target. _Hit:_ 29 (4d10 + 7) bludgeoning damage.", - "type": "action", - "attack": { - "name": "rock", - "cost": 0, - "damage": { - "dmg_type": "bludgeoning", - "dmg_die_count": 4, - "dmg_die_sides": 10 - }, - "weight": 0.0, - "range": [ - 60, - 240 - ], - "reach": 0, - "properties": [], - "type": "unknown", - "text": "_Ranged Weapon Attack:_ +11 to hit, range 60/240 ft., one target. _Hit:_ 29 (4d10 + 7) bludgeoning damage." - } - } - ], - "prof": 4 -} \ No newline at end of file -- cgit v1.2.3