Food Funk

Food Funk

443k Downloads

Additional config for Vanilla Food Pantry

darloth opened this issue ยท 1 comments

commented

I went through the list of VFP items and produced a config set which I believe hits all of the outliers as of today. Feel free to integrate it if you want, if not hopefully it'll help someone else.

Here's a summary of the changes from the default:
salted and heavily sugared things do not decay
cookies take 14 days to decay.
water (and related bottles of almost-water) do not decay
fizzy drinks do not decay
snowcones decay in only one day (presuming can't specify half days), and decay into nothing
gelos do not decay
wolf spirits do not decay (no idea why these are in food)
the oredictionary list foodJerky does not decay
powdered dried food does not decay
flour etc decays in 28 days (representing becoming infested rather than rotting)
Santizied meat does not decay
pickled eggs don't decay.
bricks of butter DO decay.
Bags of things decay like their contents do (or do not).

    I:foodJerky=-1
    I:"vanillafoodpantry:acornmeal_portion"=28
            I:"vanillafoodpantry:bag_of@1"=-1
            I:"vanillafoodpantry:bag_of@9"=-1
            I:"vanillafoodpantry:bag_of@10"=-1
            I:"vanillafoodpantry:bag_of@283"=-1
            I:"vanillafoodpantry:bag_of@544"=10
            I:"vanillafoodpantry:bag_of@545"=10
            I:"vanillafoodpantry:bag_of@1360"=28
            I:"vanillafoodpantry:bag_of@276"=14
            I:"vanillafoodpantry:butter_brick"=7
            I:"vanillafoodpantry:cod_salted"=-1
            I:"vanillafoodpantry:cookie"=14
            I:"vanillafoodpantry:fizzydrink"=-1
            I:"vanillafoodpantry:flour_portion"=28
            I:"vanillafoodpantry:foodpowder"=-1
            I:"vanillafoodpantry:fudge_portion"=-1
            I:"vanillafoodpantry:gelo"=-1
            I:"vanillafoodpantry:golden_sugar"=-1
            I:"vanillafoodpantry:hardened_sugar"=-1
            I:"vanillafoodpantry:molasses_ball"=-1
            I:"vanillafoodpantry:pickled_egg"=-1
            I:"vanillafoodpantry:pork_meat_product@1"=-1
            I:"vanillafoodpantry:pork_meat_product@2"=-1
            I:"vanillafoodpantry:pork_meat_product@4"=-1
            I:"vanillafoodpantry:salt_pork"=-1
            I:"vanillafoodpantry:sanitized_flesh"=-1
            I:"vanillafoodpantry:snowcone"=1
            I:"vanillafoodpantry:taffy_blob"=-1
            I:"vanillafoodpantry:water_bottle"=-1
            I:"vanillafoodpantry:water_portion"=-1
            I:"vanillafoodpantry:wolf_spirit_element"=-1
        }

"rotten id" {
    S:"vanillafoodpantry:snowcone"=
}
commented

this is helpful!