The Spice of Life

The Spice of Life

16M Downloads

Support for Enabling/Disabling per Food Group

damonmensch opened this issue ยท 1 comments

commented

I would like to see the ability to set specific food groups with higher/lower rates. Fit example: raw foods drop faster than cooked, and vegetables at a least rate than sweets.

Also without saying, being able to disable it on one group but not another.

commented

Disabling is possible using:

    // If true, the foods in this food group will be excluded from diminishing returns
    "blacklist": true

Per-food-group formulas are also possible:

    // If defined, this formula will be used for this food group
    // instead of the main diminishing returns formula 
    // See the food.modifier.formula config option in the main SpiceOfLife.cfg for documentation
    // Optional; default if not defined: food.modifier.formula from SpiceOfLife.cfg
    "formula": "MAX(0, 1 - count/2)"