diff options
Diffstat (limited to 'parser/monsters/giant_weasel.json')
-rw-r--r-- | parser/monsters/giant_weasel.json | 68 |
1 files changed, 0 insertions, 68 deletions
diff --git a/parser/monsters/giant_weasel.json b/parser/monsters/giant_weasel.json deleted file mode 100644 index 73004a8..0000000 --- a/parser/monsters/giant_weasel.json +++ /dev/null @@ -1,68 +0,0 @@ -{ - "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": [], - "natural_armor": { - "name": "", - "bonus": 0 - }, - "description": "", - "features": [ - { - "name": "keen hearing and smell", - "text": "The weasel has advantage on Wisdom (Perception) checks that rely on hearing or smell.", - "type": "feature" - }, - { - "name": "bite", - "text": "_Melee Weapon Attack:_ +5 to hit, reach 5 ft., one target. _Hit:_ 5 (1d4 + 3) piercing damage.", - "type": "action", - "attack": { - "name": "bite", - "cost": 0, - "damage": { - "dmg_type": "piercing", - "dmg_die_count": 1, - "dmg_die_sides": 4 - }, - "weight": 0.0, - "range": [ - 0, - 0 - ], - "reach": 5, - "properties": [], - "type": "unknown", - "text": "_Melee Weapon Attack:_ +5 to hit, reach 5 ft., one target. _Hit:_ 5 (1d4 + 3) piercing damage." - } - } - ], - "prof": 2 -}
\ No newline at end of file |