diff options
Diffstat (limited to 'parsed/creatures/brown_bear.json')
-rw-r--r-- | parsed/creatures/brown_bear.json | 118 |
1 files changed, 0 insertions, 118 deletions
diff --git a/parsed/creatures/brown_bear.json b/parsed/creatures/brown_bear.json deleted file mode 100644 index 563892e..0000000 --- a/parsed/creatures/brown_bear.json +++ /dev/null @@ -1,118 +0,0 @@ -{ - "entry": "creatures", - "speed": "40 ft., climb 30 ft.", - "saves": [], - "d_resistances": [], - "d_vulnerabilities": [], - "d_immunities": [], - "c_immunities": [], - "senses": [], - "langs": "--", - "skills": { - "Perception": 1 - }, - "hit_die_count": 4, - "hit_die_sides": 10, - "name": "Brown Bear", - "type": "beast", - "cr": 1.0, - "size": "Large", - "alignment": "unaligned", - "stats": { - "str": 19, - "dex": 10, - "con": 16, - "int": 2, - "wis": 13, - "cha": 7 - }, - "inventory": [], - "observant": false, - "givenName": "NAME", - "hpMax": -1, - "hp": -1, - "natural_armor": { - "name": "natural", - "bonus": 11 - }, - "text": "", - "features": [ - { - "entry": "feature", - "name": "keen smell", - "text": "The bear has advantage on Wisdom (Perception) checks that rely on smell.", - "type": "feature" - }, - { - "entry": "feature", - "name": "multiattack", - "text": "The bear makes two attacks: one with its bite and one with its claws.", - "type": "action" - }, - { - "entry": "feature", - "name": "bite", - "text": "", - "type": "attack", - "attack": { - "entry": "item", - "type": "weapons", - "name": "bite", - "cost": -1, - "damage": [ - { - "dmg_die_count": 1, - "dmg_die_sides": 8, - "dmg_type": "piercing", - "is_or": false - } - ], - "weight": -1.0, - "range": [ - 0, - 0 - ], - "reach": 5, - "properties": [], - "weapon_type": "unknown", - "text": ".", - "toHitOverride": 5, - "dmgBonusOverride": null, - "abilityOverride": null - } - }, - { - "entry": "feature", - "name": "claws", - "text": "", - "type": "attack", - "attack": { - "entry": "item", - "type": "weapons", - "name": "claws", - "cost": -1, - "damage": [ - { - "dmg_die_count": 2, - "dmg_die_sides": 6, - "dmg_type": "slashing", - "is_or": false - } - ], - "weight": -1.0, - "range": [ - 0, - 0 - ], - "reach": 5, - "properties": [], - "weapon_type": "unknown", - "text": ".", - "toHitOverride": 5, - "dmgBonusOverride": null, - "abilityOverride": null - } - } - ], - "prof": 2 -}
\ No newline at end of file |