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/weretiger.json | 148 ----------------------------------------- 1 file changed, 148 deletions(-) delete mode 100644 parser/monsters/weretiger.json (limited to 'parser/monsters/weretiger.json') diff --git a/parser/monsters/weretiger.json b/parser/monsters/weretiger.json deleted file mode 100644 index 0b738e5..0000000 --- a/parser/monsters/weretiger.json +++ /dev/null @@ -1,148 +0,0 @@ -{ - "speed": "30 ft. (40 ft. in tiger form)", - "saves": [], - "d_resistances": [], - "d_vulnerabilities": [], - "d_immunities": [ - { - "type": "bludgeoning", - "qualifiers": [ - "nonmagical" - ] - }, - { - "type": "piercing", - "qualifiers": [ - "nonmagical" - ] - }, - { - "type": "slashing", - "qualifiers": [ - "nonmagical" - ] - } - ], - "c_immunities": [], - "senses": [ - "darkvision 60 ft." - ], - "langs": "Common (can't speak in tiger form)", - "skills": { - "Perception": 2, - "Stealth": 1 - }, - "hit_die_count": 16, - "hit_die_sides": 8, - "name": "Weretiger", - "type": "humanoid (human, shapechanger)", - "cr": 4.0, - "size": "Medium", - "alignment": "shapechanger)", - "stats": { - "str": 17, - "dex": 15, - "con": 16, - "int": 10, - "wis": 13, - "cha": 11 - }, - "inventory": [], - "natural_armor": { - "name": "", - "bonus": 0 - }, - "description": "", - "features": [ - { - "name": "shapechanger", - "text": "The weretiger can use its action to polymorph into a tiger-humanoid hybrid or into a tiger, or back into its true form, which is humanoid. Its statistics, other than its size, are the same in each form. Any equipment it is wearing or carrying isn't transformed. It reverts to its true form if it dies.", - "type": "feature" - }, - { - "name": "keen hearing and smell", - "text": "The weretiger has advantage on Wisdom (Perception) checks that rely on hearing or smell.", - "type": "feature" - }, - { - "name": "pounce (tiger or hybrid form only)", - "text": "If the weretiger moves at least 15 feet straight toward a creature and then hits it with a claw attack on the same turn, that target must succeed on a DC 14 Strength saving throw or be knocked prone. If the target is prone, the weretiger can make one bite attack against it as a bonus action.", - "type": "feature" - }, - { - "name": "multiattack (humanoid or hybrid form only)", - "text": "In humanoid form, the weretiger makes two scimitar attacks or two longbow attacks. In hybrid form, it can attack like a humanoid or make two claw attacks.", - "type": "action" - }, - { - "name": "bite (tiger or hybrid form only)", - "text": "_Melee Weapon Attack:_ +5 to hit, reach 5 ft., one target. _Hit:_ 8 (1d10 + 3) piercing damage. If the target is a humanoid, it must succeed on a DC 13 Constitution saving throw or be cursed with weretiger lycanthropy.", - "type": "action", - "attack": { - "name": "bite (tiger or hybrid form only)", - "cost": 0, - "damage": { - "dmg_type": "piercing", - "dmg_die_count": 1, - "dmg_die_sides": 10 - }, - "weight": 0.0, - "range": [ - 0, - 0 - ], - "reach": 5, - "properties": [], - "type": "unknown", - "text": "_Melee Weapon Attack:_ +5 to hit, reach 5 ft., one target. _Hit:_ 8 (1d10 + 3) piercing damage. If the target is a humanoid, it must succeed on a DC 13 Constitution saving throw or be cursed with weretiger lycanthropy." - } - }, - { - "name": "claw (tiger or hybrid form only)", - "text": "_Melee Weapon Attack:_ +5 to hit, reach 5 ft., one target. _Hit:_ 7 (1d8 + 3) slashing damage.", - "type": "action", - "attack": { - "name": "claw (tiger or hybrid form only)", - "cost": 0, - "damage": { - "dmg_type": "slashing", - "dmg_die_count": 1, - "dmg_die_sides": 8 - }, - "weight": 0.0, - "range": [ - 0, - 0 - ], - "reach": 5, - "properties": [], - "type": "unknown", - "text": "_Melee Weapon Attack:_ +5 to hit, reach 5 ft., one target. _Hit:_ 7 (1d8 + 3) slashing damage." - } - }, - { - "name": "scimitar (humanoid or hybrid form only)", - "text": "_Melee Weapon Attack:_ +5 to hit, reach 5 ft., one target. _Hit:_ 6 (1d6 + 3) slashing damage. Longbow (Humanoid or Hybrid Form Only). _Ranged Weapon Attack:_ +4 to hit, range 150/600 ft., one target. _Hit:_ 6 (1d8 + 2) piercing damage.", - "type": "action", - "attack": { - "name": "scimitar (humanoid or hybrid form only)", - "cost": 0, - "damage": { - "dmg_type": "slashing", - "dmg_die_count": 1, - "dmg_die_sides": 6 - }, - "weight": 0.0, - "range": [ - 150, - 600 - ], - "reach": 5, - "properties": [], - "type": "unknown", - "text": "_Melee Weapon Attack:_ +5 to hit, reach 5 ft., one target. _Hit:_ 6 (1d6 + 3) slashing damage. Longbow (Humanoid or Hybrid Form Only). _Ranged Weapon Attack:_ +4 to hit, range 150/600 ft., one target. _Hit:_ 6 (1d8 + 2) piercing damage." - } - } - ], - "prof": 2 -} \ No newline at end of file -- cgit v1.2.3