Randomized Bonuses

m
m
 
(2 intermediate revisions by one user not shown)
Line 1: Line 1:
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.
+
{{Mod infobox
 +
|name=Randomized Bonuses
 +
|creatorToken=62456969
 +
|creatorName=Fizzer
 +
|category=Promoted
 +
|tags=#Convenience<br>#Strategic
 +
|source=https://github.com/FizzerWL/ExampleMods/tree/master/RandomizedBonusesMod
 +
}}
 +
 
 +
This [[mod]] 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 ==
 +
* [[Extended Randomized Bonuses]]
  
==See also==
 
*[[Mods]]
 
*[https://github.com/FizzerWL/ExampleMods/tree/master/RandomizedBonusesMod Source code]
 
 
[[Category:Mods]]
 
[[Category:Mods]]

Latest revision as of 00:06, 15 November 2023





This mod 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