diff options
Diffstat (limited to 'parsed/creatures/lizardfolk.json')
-rw-r--r-- | parsed/creatures/lizardfolk.json | 165 |
1 files changed, 0 insertions, 165 deletions
diff --git a/parsed/creatures/lizardfolk.json b/parsed/creatures/lizardfolk.json deleted file mode 100644 index 83f35c1..0000000 --- a/parsed/creatures/lizardfolk.json +++ /dev/null @@ -1,165 +0,0 @@ -{ - "entry": "creatures", - "speed": "30 ft., swim 30 ft.", - "saves": [], - "d_resistances": [], - "d_vulnerabilities": [], - "d_immunities": [], - "c_immunities": [], - "senses": [], - "langs": "Draconic", - "skills": { - "Perception": 1, - "Stealth": 2, - "Survival": 2 - }, - "hit_die_count": 4, - "hit_die_sides": 8, - "name": "Lizardfolk", - "type": "humanoid (lizardfolk)", - "cr": 0.5, - "size": "Medium", - "alignment": "neutral", - "stats": { - "str": 15, - "dex": 10, - "con": 13, - "int": 7, - "wis": 12, - "cha": 7 - }, - "inventory": [ - { - "entry": "item", - "name": "shield", - "type": "armor", - "text": "shield armor" - }, - { - "entry": "item", - "name": "javelin", - "type": "weapons", - "text": "." - } - ], - "observant": false, - "givenName": "NAME", - "hpMax": -1, - "hp": -1, - "natural_armor": { - "name": "natural", - "bonus": 13 - }, - "text": "", - "features": [ - { - "entry": "feature", - "name": "hold breath", - "text": "The lizardfolk can hold its breath for 15 minutes.", - "type": "feature" - }, - { - "entry": "feature", - "name": "multiattack", - "text": "The lizardfolk makes two melee attacks, each one with a different weapon.", - "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": 6, - "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": "heavy club", - "text": "", - "type": "attack", - "attack": { - "entry": "item", - "type": "weapons", - "name": "heavy club", - "cost": -1, - "damage": [ - { - "dmg_die_count": 1, - "dmg_die_sides": 6, - "dmg_type": "bludgeoning", - "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": "spiked shield", - "text": "", - "type": "attack", - "attack": { - "entry": "item", - "type": "weapons", - "name": "spiked shield", - "cost": -1, - "damage": [ - { - "dmg_die_count": 1, - "dmg_die_sides": 6, - "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 |