diff options
author | Your Name <you@example.com> | 2023-05-30 18:33:10 -0400 |
---|---|---|
committer | Your Name <you@example.com> | 2023-05-30 18:33:10 -0400 |
commit | e1ef3e987a1ef87fad2e44d2023e4aa50fb28c35 (patch) | |
tree | b48a6087720d6bf69a80f0c284320320043fcdee /parsed/spells/control_weather.json | |
parent | d428ae1c5b3b0ec88c1b55c56317c3750502d5f4 (diff) | |
download | dmtool-e1ef3e987a1ef87fad2e44d2023e4aa50fb28c35.tar.gz dmtool-e1ef3e987a1ef87fad2e44d2023e4aa50fb28c35.tar.bz2 dmtool-e1ef3e987a1ef87fad2e44d2023e4aa50fb28c35.zip |
Changed makefiles, added parsed files
Diffstat (limited to 'parsed/spells/control_weather.json')
-rw-r--r-- | parsed/spells/control_weather.json | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/parsed/spells/control_weather.json b/parsed/spells/control_weather.json new file mode 100644 index 0000000..9b2eef1 --- /dev/null +++ b/parsed/spells/control_weather.json @@ -0,0 +1,16 @@ +{ + "entry": "spells", + "name": "control weather", + "level": 8, + "type": "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 |