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/spells/heat_metal.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 parser/spells/heat_metal.json (limited to 'parser/spells/heat_metal.json') diff --git a/parser/spells/heat_metal.json b/parser/spells/heat_metal.json new file mode 100644 index 0000000..1260980 --- /dev/null +++ b/parser/spells/heat_metal.json @@ -0,0 +1,14 @@ +{ + "name": "heat metal", + "level": 2, + "school": "transmutation", + "classes": [ + "bard", + "druid" + ], + "casting_time": "1 action", + "range": "60 feet", + "components": "V, S, M (a piece of iron and a flame)", + "duration": "Concentration, up to 1 minute", + "text": "Choose a manufactured metal object, such as a metal weapon or a suit of heavy or medium metal armor, that you can see within range. You cause the object to glow red-hot. Any creature in physical contact with the object takes 2d8 fire damage when you cast the spell. Until the spell ends, you can use a bonus action on each of your subsequent turns to cause this damage again. \nIf a creature is holding or wearing the object and takes the damage from it, the creature must succeed on a Constitution saving throw or drop the object if it can. If it doesn't drop the object, it has disadvantage on attack rolls and ability checks until the start of your next turn. \n\n**At Higher Levels.** When you cast this spell using a spell slot of 3rd level or higher, the damage increases by 1d8 for each slot level above 2nd." +} \ No newline at end of file -- cgit v1.2.3