diff options
Diffstat (limited to 'parsed/creatures/pegasus.json')
-rw-r--r-- | parsed/creatures/pegasus.json | 78 |
1 files changed, 0 insertions, 78 deletions
diff --git a/parsed/creatures/pegasus.json b/parsed/creatures/pegasus.json deleted file mode 100644 index 982fad4..0000000 --- a/parsed/creatures/pegasus.json +++ /dev/null @@ -1,78 +0,0 @@ -{ - "entry": "creatures", - "speed": "60 ft., fly 90 ft.", - "saves": [ - "dex", - "wis", - "cha" - ], - "d_resistances": [], - "d_vulnerabilities": [], - "d_immunities": [], - "c_immunities": [], - "senses": [], - "langs": "understands Celestial, Common, Elvish, and Sylvan but can't speak", - "skills": { - "Perception": 2 - }, - "hit_die_count": 7, - "hit_die_sides": 10, - "name": "Pegasus", - "type": "celestial", - "cr": 2.0, - "size": "Large", - "alignment": "chaotic good", - "stats": { - "str": 18, - "dex": 15, - "con": 16, - "int": 10, - "wis": 15, - "cha": 13 - }, - "inventory": [], - "observant": false, - "givenName": "NAME", - "hpMax": -1, - "hp": -1, - "natural_armor": { - "name": "", - "bonus": 0 - }, - "text": "", - "features": [ - { - "entry": "feature", - "name": "hooves", - "text": "", - "type": "attack", - "attack": { - "entry": "item", - "type": "weapons", - "name": "hooves", - "cost": -1, - "damage": [ - { - "dmg_die_count": 2, - "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 - } - } - ], - "prof": 2 -}
\ No newline at end of file |