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/werebear.json | 140 ------------------------------------------ 1 file changed, 140 deletions(-) delete mode 100644 parser/monsters/werebear.json (limited to 'parser/monsters/werebear.json') diff --git a/parser/monsters/werebear.json b/parser/monsters/werebear.json deleted file mode 100644 index 70aee52..0000000 --- a/parser/monsters/werebear.json +++ /dev/null @@ -1,140 +0,0 @@ -{ - "speed": "30 ft. (40 ft., climb 30 ft. in bear or hybrid form)", - "saves": [], - "d_resistances": [], - "d_vulnerabilities": [], - "d_immunities": [ - { - "type": "bludgeoning", - "qualifiers": [ - "nonmagical" - ] - }, - { - "type": "piercing", - "qualifiers": [ - "nonmagical" - ] - }, - { - "type": "slashing", - "qualifiers": [ - "nonmagical" - ] - } - ], - "c_immunities": [], - "senses": [], - "langs": "Common (can't speak in bear form)", - "skills": { - "Perception": 2 - }, - "hit_die_count": 18, - "hit_die_sides": 8, - "name": "Werebear", - "type": "humanoid (human, shapechanger)", - "cr": 5.0, - "size": "Medium", - "alignment": "shapechanger)", - "stats": { - "str": 19, - "dex": 10, - "con": 17, - "int": 11, - "wis": 12, - "cha": 12 - }, - "inventory": [], - "natural_armor": { - "name": "natural", - "bonus": 10 - }, - "description": "", - "features": [ - { - "name": "shapechanger", - "text": "The werebear can use its action to polymorph into a Large bear-humanoid hybrid or into a Large bear, or back into its true form, which is humanoid. Its statistics, other than its size and AC, 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 smell", - "text": "The werebear has advantage on Wisdom (Perception) checks that rely on smell.", - "type": "feature" - }, - { - "name": "multiattack", - "text": "In bear form, the werebear makes two claw attacks. In humanoid form, it makes two greataxe attacks. In hybrid form, it can attack like a bear or a humanoid.", - "type": "action" - }, - { - "name": "bite (bear or hybrid form only)", - "text": "_Melee Weapon Attack:_ +7 to hit, reach 5 ft., one target. _Hit:_ 15 (2d10 + 4) piercing damage. If the target is a humanoid, it must succeed on a DC 14 Constitution saving throw or be cursed with werebear lycanthropy.", - "type": "action", - "attack": { - "name": "bite (bear or hybrid form only)", - "cost": 0, - "damage": { - "dmg_type": "piercing", - "dmg_die_count": 2, - "dmg_die_sides": 10 - }, - "weight": 0.0, - "range": [ - 0, - 0 - ], - "reach": 5, - "properties": [], - "type": "unknown", - "text": "_Melee Weapon Attack:_ +7 to hit, reach 5 ft., one target. _Hit:_ 15 (2d10 + 4) piercing damage. If the target is a humanoid, it must succeed on a DC 14 Constitution saving throw or be cursed with werebear lycanthropy." - } - }, - { - "name": "claw (bear or hybrid form only)", - "text": "_Melee Weapon Attack:_ +7 to hit, reach 5 ft., one target. _Hit:_ 13 (2d8 + 4) slashing damage.", - "type": "action", - "attack": { - "name": "claw (bear or hybrid form only)", - "cost": 0, - "damage": { - "dmg_type": "slashing", - "dmg_die_count": 2, - "dmg_die_sides": 8 - }, - "weight": 0.0, - "range": [ - 0, - 0 - ], - "reach": 5, - "properties": [], - "type": "unknown", - "text": "_Melee Weapon Attack:_ +7 to hit, reach 5 ft., one target. _Hit:_ 13 (2d8 + 4) slashing damage." - } - }, - { - "name": "greataxe (humanoid or hybrid form only)", - "text": "_Melee Weapon Attack:_ +7 to hit, reach 5 ft., one target. _Hit:_ 10 (1d12 + 4) slashing damage.", - "type": "action", - "attack": { - "name": "greataxe (humanoid or hybrid form only)", - "cost": 0, - "damage": { - "dmg_type": "slashing", - "dmg_die_count": 1, - "dmg_die_sides": 12 - }, - "weight": 0.0, - "range": [ - 0, - 0 - ], - "reach": 5, - "properties": [], - "type": "unknown", - "text": "_Melee Weapon Attack:_ +7 to hit, reach 5 ft., one target. _Hit:_ 10 (1d12 + 4) slashing damage." - } - } - ], - "prof": 3 -} \ No newline at end of file -- cgit v1.2.3