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/Magic_Weapon.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 parser/spells/Magic_Weapon.json (limited to 'parser/spells/Magic_Weapon.json') diff --git a/parser/spells/Magic_Weapon.json b/parser/spells/Magic_Weapon.json new file mode 100644 index 0000000..47d2af5 --- /dev/null +++ b/parser/spells/Magic_Weapon.json @@ -0,0 +1,14 @@ +{ + "name": "Magic Weapon", + "level": 2, + "school": "transmutation", + "classes": [ + "paladin", + "wizard" + ], + "casting_time": "1 bonus action", + "range": "Touch", + "components": "V, S", + "duration": "Concentration, up to 1 hour", + "text": "You touch a nonmagical weapon. Until the spell ends, that weapon becomes a magic weapon with a +1 bonus to attack rolls and damage rolls. \n\n**At Higher Levels.** When you cast this spell using a spell slot of 4th level or higher, the bonus increases to +2. When you use a spell slot of 6th level or higher, the bonus increases to +3." +} \ No newline at end of file -- cgit v1.2.3