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/control_weather.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 parser/spells/control_weather.json (limited to 'parser/spells/control_weather.json') diff --git a/parser/spells/control_weather.json b/parser/spells/control_weather.json new file mode 100644 index 0000000..794cd54 --- /dev/null +++ b/parser/spells/control_weather.json @@ -0,0 +1,15 @@ +{ + "name": "control weather", + "level": 8, + "school": "transmutation", + "classes": [ + "cleric", + "druid", + "wizard" + ], + "casting_time": "10 minutes", + "range": "Self (5-mile radius)", + "components": "V, S, M (burning incense and bits of earth and wood mixed in water)", + "duration": "Concentration, up to 8 hours", + "text": "You take control of the weather within 5 miles of you for the duration. You must be outdoors to cast this spell. Moving to a place where you don't have a clear path to the sky ends the spell early. \nWhen you cast the spell, you change the current weather conditions, which are determined by the GM based on the climate and season. You can change precipitation, temperature, and wind. It takes 1d4 \u00d7 10 minutes for the new conditions to take effect. Once they do so, you can change the conditions again. When the spell ends, the weather gradually returns to normal. \nWhen you change the weather conditions, find a current condition on the following tables and change its stage by one, up or down. When changing the wind, you can change its direction. \n\n### Precipitation \n| Stage | Condition |\n|-------|--------------------------------------------|\n| 1 | Clear |\n| 2 | Light clouds |\n| 3 | Overcast or ground fog |\n| 4 | Rain, hail or snow |\n| 5 | Torrential rain, driving hail, or blizzard |\n\n### Temperature \n| Stage | Condition |\n|-------|-----------------|\n| 1 | Unbearable heat |\n| 2 | Hot |\n| 3 | Warm |\n| 4 | Cool |\n| 5 | Cold |\n| 6 | Arctic cold |\n\n### Wind \n| Stage | Condition |\n|-------|---------------|\n| 1 | Calm |\n| 2 | Moderate wind |\n| 3 | Strong wind |\n| 4 | Gale |\n| 5 | Storm |" +} \ No newline at end of file -- cgit v1.2.3