ItemOfTheDayRates - blcm/modcabinet GitHub Wiki
Author: azakhi
Last Updated: January 31, 2018
In Categories: Vending Machines
| Link to Mod File (right click and "Save Link As") | 
| View on Github (after clicking on a mod, right click on "Raw" or "Download," and then "Save Link As") | 
Affects ratio of rarities of item of the day items in shops. Probably also affect some of the chests
The related item pools are modified. In those pools there is a record for each sub item category, the ratios of those categories are defined in Probability properties, initialized using Weight_X_XXXX values and scaled by BaseValueScaleConstant property.
Changes:
| Rarity | Old Value | New Value | 
|---|---|---|
| Weight_2_Uncommon | 1 | 1 | 
| Weight_4_Rare | 1 | 1 | 
| Weight_5_VeryRare | 2.5 | 5 | 
| Weight_6_Legendary | 3 | 15 | 
Weapon Shop Item of the Day Pool. Probably affects some chests too