diff options
Diffstat (limited to 'parsed/creatures/cockatrice.json')
-rw-r--r-- | parsed/creatures/cockatrice.json | 76 |
1 files changed, 0 insertions, 76 deletions
diff --git a/parsed/creatures/cockatrice.json b/parsed/creatures/cockatrice.json deleted file mode 100644 index 0470f01..0000000 --- a/parsed/creatures/cockatrice.json +++ /dev/null @@ -1,76 +0,0 @@ -{ - "entry": "creatures", - "speed": "20 ft., fly 40 ft.", - "saves": [], - "d_resistances": [], - "d_vulnerabilities": [], - "d_immunities": [], - "c_immunities": [], - "senses": [ - "darkvision 60 ft." - ], - "langs": "--", - "skills": {}, - "hit_die_count": 6, - "hit_die_sides": 6, - "name": "Cockatrice", - "type": "monstrosity", - "cr": 0.5, - "size": "Small", - "alignment": "unaligned", - "stats": { - "str": 6, - "dex": 12, - "con": 12, - "int": 2, - "wis": 13, - "cha": 5 - }, - "inventory": [], - "observant": false, - "givenName": "NAME", - "hpMax": -1, - "hp": -1, - "natural_armor": { - "name": "", - "bonus": 0 - }, - "text": "", - "features": [ - { - "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": ", and the target must succeed on a DC 11 Constitution saving throw against being magically petrified. On a failed save, the creature begins to turn to stone and is restrained. It must repeat the saving throw at the end of its next turn. On a success, the effect ends. On a failure, the creature is petrified for 24 hours.", - "toHitOverride": null, - "dmgBonusOverride": null, - "abilityOverride": null - } - } - ], - "prof": 2 -}
\ No newline at end of file |