mirror of
https://github.com/azerothcore/mod-ale
synced 2025-11-29 15:38:17 +08:00
Enhance parser
This commit is contained in:
@@ -62,10 +62,11 @@ namespace LuaWeather
|
||||
|
||||
/**
|
||||
* Regenerates the &Weather, causing it to change based on the below statistics.
|
||||
* - 30% chance of no change
|
||||
* - 30% chance of &Weather getting better (if not fine) or changing &Weather type
|
||||
* - 30% chance of &Weather getting worse (if not fine)
|
||||
* - 10% chance of radical change (if not fine)
|
||||
*
|
||||
* * 30% chance of no change
|
||||
* * 30% chance of &Weather getting better (if not fine) or changing &Weather type
|
||||
* * 30% chance of &Weather getting worse (if not fine)
|
||||
* * 10% chance of radical change (if not fine)
|
||||
*
|
||||
* @return bool changed : returns 'true' if &Weather changed
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user