diff options
Diffstat (limited to 'parsed/creatures/unicorn.json')
-rw-r--r-- | parsed/creatures/unicorn.json | 204 |
1 files changed, 204 insertions, 0 deletions
diff --git a/parsed/creatures/unicorn.json b/parsed/creatures/unicorn.json new file mode 100644 index 0000000..3f85b04 --- /dev/null +++ b/parsed/creatures/unicorn.json @@ -0,0 +1,204 @@ +{ + "entry": "creatures", + "speed": "50 ft.", + "saves": [], + "d_resistances": [], + "d_vulnerabilities": [], + "d_immunities": [ + { + "type": "poison", + "qualifiers": [] + } + ], + "c_immunities": [ + { + "type": "charmed", + "qualifiers": [] + }, + { + "type": "paralyzed", + "qualifiers": [] + }, + { + "type": "poisoned", + "qualifiers": [] + } + ], + "senses": [ + "darkvision 60 ft." + ], + "langs": "Celestial, Elvish, Sylvan, telepathy 60 ft.", + "skills": {}, + "hit_die_count": 9, + "hit_die_sides": 10, + "name": "Unicorn", + "type": "celestial", + "cr": 5.0, + "size": "Large", + "alignment": "lawful good", + "stats": { + "str": 18, + "dex": 14, + "con": 15, + "int": 11, + "wis": 17, + "cha": 16 + }, + "inventory": [], + "observant": false, + "givenName": "NAME", + "hpMax": -1, + "hp": -1, + "natural_armor": { + "name": "", + "bonus": 0 + }, + "text": "", + "features": [ + { + "entry": "feature", + "name": "charge", + "text": "If the unicorn moves at least 20 feet straight toward a target and then hits it with a horn attack on the same turn, the target takes an extra 9 (2d8) piercing damage. If the target is a creature, it must succeed on a DC 15 Strength saving throw or be knocked prone.", + "type": "feature" + }, + { + "entry": "feature", + "name": "spellcasting", + "text": "The unicorn's innate spellcasting ability is Charisma (spell save DC 14). The unicorn can innately cast the following spells, requiring no components: \nAt will: **_detect evil and good, druidcraft, pass without trace_** \n1/day each: **_calm emotions, dispel evil and good, entangle_**", + "type": "spells", + "spellcasting_ability": "cha", + "innate": true, + "levels": [ + { + "slots": 0, + "spells": [ + "detect evil and good", + "druidcraft", + "pass without trace" + ] + }, + { + "slots": 1, + "spells": [ + "calm emotions", + "dispel evil and good", + "entangle" + ] + } + ] + }, + { + "entry": "feature", + "name": "magic resistance", + "text": "The unicorn has advantage on saving throws against spells and other magical effects.", + "type": "feature" + }, + { + "entry": "feature", + "name": "magic weapons", + "text": "The unicorn's weapon attacks are magical.", + "type": "feature" + }, + { + "entry": "feature", + "name": "multiattack", + "text": "The unicorn makes two attacks: one with its hooves and one with its horn.", + "type": "action" + }, + { + "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 + } + }, + { + "entry": "feature", + "name": "horn", + "text": "", + "type": "attack", + "attack": { + "entry": "item", + "type": "weapons", + "name": "horn", + "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": "healing touch (3/day)", + "text": "The unicorn touches another creature with its horn. The target magically regains 11 (2d8 + 2) hit points. In addition, the touch removes all diseases and neutralizes all poisons afflicting the target.", + "type": "action" + }, + { + "entry": "feature", + "name": "teleport (1/day)", + "text": "The unicorn magically teleports itself and up to three willing creatures it can see within 5 feet of it, along with any equipment they are wearing or carrying, to a location the unicorn is familiar with, up to 1 mile away.", + "type": "action" + }, + { + "entry": "feature", + "name": "hooves", + "text": "The unicorn makes one attack with its hooves.", + "type": "legendary_action" + }, + { + "entry": "feature", + "name": "shimmering shield (costs 2 actions)", + "text": "The unicorn creates a shimmering, magical field around itself or another creature it can see within 60 feet of it. The target gains a +2 bonus to AC until the end of the unicorn's next turn.", + "type": "legendary_action" + }, + { + "entry": "feature", + "name": "heal self (costs 3 actions)", + "text": "The unicorn magically regains 11 (2d8 + 2) hit points.", + "type": "legendary_action" + } + ], + "prof": 3 +}
\ No newline at end of file |