aboutsummaryrefslogtreecommitdiff
path: root/parser/monsters/werebear.json
diff options
context:
space:
mode:
authorYour Name <you@example.com>2021-04-13 15:14:34 -0400
committerYour Name <you@example.com>2021-04-13 15:14:34 -0400
commit2ab51e507d620c4479e07ca0ec47d22c8c66bc90 (patch)
tree90906ecb043c01034280c767b83a88eb6df6956f /parser/monsters/werebear.json
downloaddmtool-2ab51e507d620c4479e07ca0ec47d22c8c66bc90.tar.gz
dmtool-2ab51e507d620c4479e07ca0ec47d22c8c66bc90.tar.bz2
dmtool-2ab51e507d620c4479e07ca0ec47d22c8c66bc90.zip
Initial commit
Diffstat (limited to 'parser/monsters/werebear.json')
-rw-r--r--parser/monsters/werebear.json142
1 files changed, 142 insertions, 0 deletions
diff --git a/parser/monsters/werebear.json b/parser/monsters/werebear.json
new file mode 100644
index 0000000..b5d48ee
--- /dev/null
+++ b/parser/monsters/werebear.json
@@ -0,0 +1,142 @@
+{
+ "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