From 9034c3d2533177f7cb7a7ce939ec53f7fa63f60e Mon Sep 17 00:00:00 2001 From: Your Name Date: Tue, 13 Apr 2021 16:16:27 -0400 Subject: Added spells --- parser/spells/Enhance_Ability.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 parser/spells/Enhance_Ability.json (limited to 'parser/spells/Enhance_Ability.json') diff --git a/parser/spells/Enhance_Ability.json b/parser/spells/Enhance_Ability.json new file mode 100644 index 0000000..2364c68 --- /dev/null +++ b/parser/spells/Enhance_Ability.json @@ -0,0 +1,16 @@ +{ + "name": "Enhance Ability", + "level": 2, + "school": "transmutation", + "classes": [ + "bard", + "cleric", + "druid", + "sorcerer" + ], + "casting_time": "1 action", + "range": "Touch", + "components": "V, S, M (fur or a feather from a beast)", + "duration": "Concentration, up to 1 hour.", + "text": "You touch a creature and bestow upon it a magical enhancement. Choose one of the following effects; the target gains that effect until the spell ends. \n**Bear's Endurance.** The target has advantage on Constitution checks. It also gains 2d6 temporary hit points, which are lost when the spell ends. \n**Bull's Strength.** The target has advantage on Strength checks, and his or her carrying capacity doubles. \n**Cat's Grace.** The target has advantage on Dexterity checks. It also doesn't take damage from falling 20 feet or less if it isn't incapacitated. \n**Eagle's Splendor.** The target has advantage on Charisma checks. \n**Fox's Cunning.** The target has advantage on Intelligence checks. \n**Owl's Wisdom.** The target has advantage on Wisdom checks. \n\n**At Higher Levels.** When you cast this spell using a spell slot of 3rd level or higher, you can target one additional creature for each slot level above 2nd." +} \ No newline at end of file -- cgit v1.2.3