From dfce4d0398a8bafbb7ad7a31345af181c0269c09 Mon Sep 17 00:00:00 2001 From: Your Name Date: Thu, 15 Apr 2021 15:23:23 -0400 Subject: Added spells --- parser/monsters/unicorn.json | 24 ++++++++++++++++++++++-- 1 file changed, 22 insertions(+), 2 deletions(-) (limited to 'parser/monsters/unicorn.json') diff --git a/parser/monsters/unicorn.json b/parser/monsters/unicorn.json index a1014ac..fa9ff39 100644 --- a/parser/monsters/unicorn.json +++ b/parser/monsters/unicorn.json @@ -53,9 +53,29 @@ "type": "feature" }, { - "name": "innate spellcasting", + "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": "feature" + "type": "spellcasting", + "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" + ] + } + ] }, { "name": "magic resistance", -- cgit v1.2.3