ItsABadger (talk | contribs) (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 difference)
|
Revision as of 09:13, 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.