Randomized Bonuses: Difference between revisions

From Warzone Wiki
Jump to navigation Jump to search
Avioane (talk | contribs)
Created page with "Randomizes the value of each bonus by the given amount. For example, if you set the +/- limit to 2, each bonus will have its value changed by -2, -1, 0, +1, or +2 randomly wh..."
 
DanWL60 (talk | contribs)
mNo edit summary
Line 3: Line 3:
==See also==
==See also==
*[[Mods]]
*[[Mods]]
*[https://github.com/FizzerWL/ExampleMods/tree/master/RandomizedBonusesMod]source code
*[https://github.com/FizzerWL/ExampleMods/tree/master/RandomizedBonusesMod Source code]
[[Category:Mods]]

Revision as of 16:32, 4 December 2018

Randomizes the value of each bonus by the given amount. For example, if you set the +/- limit to 2, each bonus will have its value changed by -2, -1, 0, +1, or +2 randomly when the game starts.

See also