diff options
Diffstat (limited to 'parsed/creatures/lion.json')
-rw-r--r-- | parsed/creatures/lion.json | 125 |
1 files changed, 0 insertions, 125 deletions
diff --git a/parsed/creatures/lion.json b/parsed/creatures/lion.json deleted file mode 100644 index daedee1..0000000 --- a/parsed/creatures/lion.json +++ /dev/null @@ -1,125 +0,0 @@ -{ - "entry": "creatures", - "speed": "50 ft.", - "saves": [], - "d_resistances": [], - "d_vulnerabilities": [], - "d_immunities": [], - "c_immunities": [], - "senses": [], - "langs": "--", - "skills": { - "Perception": 1, - "Stealth": 2 - }, - "hit_die_count": 4, - "hit_die_sides": 10, - "name": "Lion", - "type": "beast", - "cr": 1.0, - "size": "Large", - "alignment": "unaligned", - "stats": { - "str": 17, - "dex": 15, - "con": 13, - "int": 3, - "wis": 12, - "cha": 8 - }, - "inventory": [], - "observant": false, - "givenName": "NAME", - "hpMax": -1, - "hp": -1, - "natural_armor": { - "name": "", - "bonus": 0 - }, - "text": "", - "features": [ - { - "entry": "feature", - "name": "keen smell", - "text": "The lion has advantage on Wisdom (Perception) checks that rely on smell. Pack Tactics. The lion has advantage on an attack roll against a creature if at least one of the lion's allies is within 5 feet of the creature and the ally isn't incapacitated.", - "type": "feature" - }, - { - "entry": "feature", - "name": "pounce", - "text": "If the lion moves at least 20 feet straight toward a creature and then hits it with a claw attack on the same turn, that target must succeed on a DC 13 Strength saving throw or be knocked prone. If the target is prone, the lion can make one bite attack against it as a bonus action.", - "type": "feature" - }, - { - "entry": "feature", - "name": "running leap", - "text": "With a 10-foot running start, the lion can long jump up to 25 feet.", - "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": 8, - "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 - } - }, - { - "entry": "feature", - "name": "claw", - "text": "", - "type": "attack", - "attack": { - "entry": "item", - "type": "weapons", - "name": "claw", - "cost": -1, - "damage": [ - { - "dmg_die_count": 1, - "dmg_die_sides": 6, - "dmg_type": "slashing", - "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 |