diff options
Diffstat (limited to 'parsed/creatures/giant_weasel.json')
-rw-r--r-- | parsed/creatures/giant_weasel.json | 85 |
1 files changed, 0 insertions, 85 deletions
diff --git a/parsed/creatures/giant_weasel.json b/parsed/creatures/giant_weasel.json deleted file mode 100644 index 414fc60..0000000 --- a/parsed/creatures/giant_weasel.json +++ /dev/null @@ -1,85 +0,0 @@ -{ - "entry": "creatures", - "speed": "40 ft.", - "saves": [], - "d_resistances": [], - "d_vulnerabilities": [], - "d_immunities": [], - "c_immunities": [], - "senses": [ - "darkvision 60 ft." - ], - "langs": "--", - "skills": { - "Perception": 1, - "Stealth": 1 - }, - "hit_die_count": 2, - "hit_die_sides": 8, - "name": "Giant Weasel", - "type": "beast", - "cr": 0.125, - "size": "Medium", - "alignment": "unaligned", - "stats": { - "str": 11, - "dex": 16, - "con": 10, - "int": 4, - "wis": 12, - "cha": 5 - }, - "inventory": [], - "observant": false, - "givenName": "NAME", - "hpMax": -1, - "hp": -1, - "natural_armor": { - "name": "", - "bonus": 0 - }, - "text": "", - "features": [ - { - "entry": "feature", - "name": "keen hearing and smell", - "text": "The weasel has advantage on Wisdom (Perception) checks that rely on hearing or smell.", - "type": "feature" - }, - { - "entry": "feature", - "name": "bite", - "text": "", - "type": "attack", - "attack": { - "entry": "item", - "type": "weapons", - "name": "bite", - "cost": -1, - "damage": [ - { - "dmg_die_count": 1, - "dmg_die_sides": 4, - "dmg_type": "piercing", - "is_or": false - } - ], - "weight": -1.0, - "range": [ - 0, - 0 - ], - "reach": 5, - "properties": [ - "finesse" - ], - "weapon_type": "unknown", - "text": ".", - "toHitOverride": null, - "dmgBonusOverride": null, - "abilityOverride": null - } - } - ], - "prof": 2 -}
\ No newline at end of file |