mirror of
https://github.com/Mestima/wanda.git
synced 2025-12-16 06:09:42 +00:00
Ageless Watch can now restore food freshness
This commit is contained in:
@ -94,6 +94,25 @@ configuration_options = {
|
||||
hover = "Use available Backtrek Watch with...",
|
||||
options = {},
|
||||
default = "D"
|
||||
},
|
||||
{
|
||||
name = "unspoil_rate",
|
||||
label = "Unspoil rate",
|
||||
hover = "Food freshness recovery percentage",
|
||||
options = {
|
||||
{ description = "none", data = 0.0 },
|
||||
{ description = "10% (fair play)", data = 0.1 },
|
||||
{ description = "20%", data = 0.2 },
|
||||
{ description = "30%", data = 0.3 },
|
||||
{ description = "40%", data = 0.4 },
|
||||
{ description = "50%", data = 0.5 },
|
||||
{ description = "60%", data = 0.6 },
|
||||
{ description = "70%", data = 0.7 },
|
||||
{ description = "80%", data = 0.8 },
|
||||
{ description = "90%", data = 0.9 },
|
||||
{ description = "100%", data = 1.0 }
|
||||
},
|
||||
default = 0.1
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user