Refreshes spoil timers at tribute terminals. Works at all supply drops, obelisks, and other loot crates. This applies to downloaded items, items received from the tribute tab, and any other item stack changes inside the player inventory while viewing a tribute terminal.
This is most useful when used in a cluster, as it allows transfer of perishables without spoilage. This especially includes single stack items such as wyvern milk and fertilized eggs. On servers without downloads enabled, this still allows tribute terminals to be used to refresh spoil timers.
Players are required to respawn at least once before the persistent buff becomes active. This buff can be applied manually using ForceGiveBuff Buff_ObeliskNoSpoil True
Configuration
Default -
[UploadSpoilTimerFix]
TargetSpoilPercent=1
Recommended for dedicated servers -
[UploadSpoilTimerFix]
TargetSpoilPercent=1
Blacklist=PrimalItemResource_Polymer_Organic_C,PrimalItemConsumable_RawPrimeMeat_C,PrimalItemConsumable_RawPrimeMeat_Fish_C,PrimalItemConsumable_RawMutton_C,PrimalItemConsumable_Honey_C
BlacklistPreventUpload=True
Configuration keys -
TargetSpoilPercent - Float The percentage of the maximum spoil time that the item should be increased to. Spoil timers will never be reduced. A value of 1 indicates that items should be restored to 100% of their spoil time if they are below 100% of their spoil time. A value of 0.5 will restore items to 50% if they are below 50% of their spoil time.
Blacklist - String A comma separated list of item class names to ignore. Must be an exact match, does not include parent or child classes.
BlacklistPreventUpload - Bool Whether items which are prevented from being uploaded should also be prevented from having their spoil time restored.
Fully compatible with any mod that sets a structure as a tribute terminal. Respects spoil time multipliers. Will not clamp spoil times.