diff options
Diffstat (limited to 'parsed/creatures/gnoll.json')
-rw-r--r-- | parsed/creatures/gnoll.json | 105 |
1 files changed, 0 insertions, 105 deletions
diff --git a/parsed/creatures/gnoll.json b/parsed/creatures/gnoll.json deleted file mode 100644 index a9d4d47..0000000 --- a/parsed/creatures/gnoll.json +++ /dev/null @@ -1,105 +0,0 @@ -{ - "entry": "creatures", - "speed": "30 ft.", - "saves": [], - "d_resistances": [], - "d_vulnerabilities": [], - "d_immunities": [], - "c_immunities": [], - "senses": [ - "darkvision 60 ft." - ], - "langs": "Gnoll", - "skills": {}, - "hit_die_count": 5, - "hit_die_sides": 8, - "name": "Gnoll", - "type": "humanoid (gnoll)", - "cr": 0.5, - "size": "Medium", - "alignment": "chaotic evil", - "stats": { - "str": 14, - "dex": 12, - "con": 11, - "int": 6, - "wis": 10, - "cha": 7 - }, - "inventory": [ - { - "entry": "item", - "name": "hide", - "type": "armor", - "text": "hide armor" - }, - { - "entry": "item", - "name": "shield", - "type": "armor", - "text": "shield armor" - }, - { - "entry": "item", - "name": "spear", - "type": "weapons", - "text": "if used with two hands to make a melee attack." - }, - { - "entry": "item", - "name": "longbow", - "type": "weapons", - "text": "." - } - ], - "observant": false, - "givenName": "NAME", - "hpMax": -1, - "hp": -1, - "natural_armor": { - "name": "", - "bonus": 0 - }, - "text": "", - "features": [ - { - "entry": "feature", - "name": "rampage", - "text": "When the gnoll reduces a creature to 0 hit points with a melee attack on its turn, the gnoll can take a bonus action to move up to half its speed and make a bite attack.", - "type": "feature" - }, - { - "entry": "feature", - "name": "bite", - "text": "_Melee Weapon Attack:_ +4 to hit, reach 5 ft., one creature. _Hit:_ 4 (1d4 + 2) piercing damage.", - "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": [], - "weapon_type": "unknown", - "text": ".", - "toHitOverride": null, - "dmgBonusOverride": null, - "abilityOverride": null - } - } - ], - "prof": 2 -}
\ No newline at end of file |