微调生存模式下落速度

This commit is contained in:
MrZ626
2021-03-16 20:02:09 +08:00
parent 416534b99c
commit 2cfd373463
3 changed files with 3 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
return{
color=COLOR.magenta,
env={
drop=30,lock=45,
drop=30,lock=60,
freshLimit=10,
task=function(P)
while true do

View File

@@ -1,7 +1,7 @@
return{
color=COLOR.red,
env={
drop=30,lock=45,
drop=30,lock=60,
freshLimit=10,
task=function(P)
while true do

View File

@@ -1,7 +1,7 @@
return{
color=COLOR.green,
env={
drop=30,lock=45,
drop=30,lock=60,
freshLimit=10,
task=function(P)
while true do