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/salamander.json | 110 ---------------------------------------- 1 file changed, 110 deletions(-) delete mode 100644 parser/monsters/salamander.json (limited to 'parser/monsters/salamander.json') diff --git a/parser/monsters/salamander.json b/parser/monsters/salamander.json deleted file mode 100644 index 2ba7cad..0000000 --- a/parser/monsters/salamander.json +++ /dev/null @@ -1,110 +0,0 @@ -{ - "speed": "30 ft.", - "saves": [], - "d_resistances": [ - { - "type": "bludgeoning", - "qualifiers": [ - "nonmagical" - ] - }, - { - "type": "piercing", - "qualifiers": [ - "nonmagical" - ] - }, - { - "type": "slashing", - "qualifiers": [ - "nonmagical" - ] - } - ], - "d_vulnerabilities": [ - { - "type": "cold", - "qualifiers": [] - } - ], - "d_immunities": [ - { - "type": "fire", - "qualifiers": [] - } - ], - "c_immunities": [], - "senses": [ - "darkvision 60 ft." - ], - "langs": "Ignan", - "skills": {}, - "hit_die_count": 12, - "hit_die_sides": 10, - "name": "Salamander", - "type": "elemental", - "cr": 5.0, - "size": "Large", - "alignment": "neutral evil", - "stats": { - "str": 18, - "dex": 14, - "con": 15, - "int": 11, - "wis": 10, - "cha": 12 - }, - "inventory": [ - { - "name": "spear", - "type": "weapon", - "text": "_Melee or _Ranged Weapon Attack:__ +7 to hit, reach 5 ft. or range 20 ft./60 ft., one target. _Hit:_ 11 (2d6 + 4) piercing damage, or 13 (2d8 + 4) piercing damage if used with two hands to make a melee attack, plus 3 (1d6) fire damage." - } - ], - "natural_armor": { - "name": "natural", - "bonus": 15 - }, - "description": "", - "features": [ - { - "name": "heated body", - "text": "A creature that touches the salamander or hits it with a melee attack while within 5 feet of it takes 7 (2d6) fire damage.", - "type": "feature" - }, - { - "name": "heated weapons", - "text": "Any metal melee weapon the salamander wields deals an extra 3 (1d6) fire damage on a hit (included in the attack).", - "type": "feature" - }, - { - "name": "multiattack", - "text": "The salamander makes two attacks: one with its spear and one with its tail.", - "type": "action" - }, - { - "name": "tail", - "text": "_Melee Weapon Attack:_ +7 to hit, reach 10 ft., one target. _Hit:_ 11 (2d6 + 4) bludgeoning damage plus 7 (2d6) fire damage, and the target is grappled (escape DC 14). Until this grapple ends, the target is restrained, the salamander can automatically hit the target with its tail, and the salamander can't make tail attacks against other targets.", - "type": "action", - "attack": { - "name": "tail", - "cost": 0, - "damage": { - "dmg_type": "bludgeoning", - "dmg_die_count": 2, - "dmg_die_sides": 6 - }, - "weight": 0.0, - "range": [ - 0, - 0 - ], - "reach": 10, - "properties": [], - "type": "unknown", - "text": "_Melee Weapon Attack:_ +7 to hit, reach 10 ft., one target. _Hit:_ 11 (2d6 + 4) bludgeoning damage plus 7 (2d6) fire damage, and the target is grappled (escape DC 14). Until this grapple ends, the target is restrained, the salamander can automatically hit the target with its tail, and the salamander can't make tail attacks against other targets." - } - } - ], - "prof": 3 -} \ No newline at end of file -- cgit v1.2.3