Weather Tool: Difference between revisions

From Sinfar
(Created page with "The Weather Tool is a dungeon reward that lets the user change the weather in their area. === Builder Notes === Area variables: {| class="wikitable" |+ ! colspan="2" |WEATHER_CHANGE(int) |- | -1 |Disable the weather tool |- |0 |Default, all weather allowed |- |1 |Allows user to clear weather |- |2 |Allows user to make rain |- |4 |Allows user to make snow |} Combine numbers to mix abilities, ie 1+2 = 3 to allow clear + rain.")
 
No edit summary
 
(One intermediate revision by the same user not shown)
Line 23: Line 23:
|}
|}
Combine numbers to mix abilities, ie 1+2 = 3 to allow clear + rain.
Combine numbers to mix abilities, ie 1+2 = 3 to allow clear + rain.
==== Note ====
The option to 'give control back to nature' is always possible.

Latest revision as of 10:34, 22 April 2025

The Weather Tool is a dungeon reward that lets the user change the weather in their area.

Builder Notes

Area variables:

WEATHER_CHANGE(int)
-1 Disable the weather tool
0 Default, all weather allowed
1 Allows user to clear weather
2 Allows user to make rain
4 Allows user to make snow

Combine numbers to mix abilities, ie 1+2 = 3 to allow clear + rain.

Note

The option to 'give control back to nature' is always possible.