微调生存模式下落速度
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
return{
|
return{
|
||||||
color=COLOR.magenta,
|
color=COLOR.magenta,
|
||||||
env={
|
env={
|
||||||
drop=30,lock=45,
|
drop=30,lock=60,
|
||||||
freshLimit=10,
|
freshLimit=10,
|
||||||
task=function(P)
|
task=function(P)
|
||||||
while true do
|
while true do
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
return{
|
return{
|
||||||
color=COLOR.red,
|
color=COLOR.red,
|
||||||
env={
|
env={
|
||||||
drop=30,lock=45,
|
drop=30,lock=60,
|
||||||
freshLimit=10,
|
freshLimit=10,
|
||||||
task=function(P)
|
task=function(P)
|
||||||
while true do
|
while true do
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
return{
|
return{
|
||||||
color=COLOR.green,
|
color=COLOR.green,
|
||||||
env={
|
env={
|
||||||
drop=30,lock=45,
|
drop=30,lock=60,
|
||||||
freshLimit=10,
|
freshLimit=10,
|
||||||
task=function(P)
|
task=function(P)
|
||||||
while true do
|
while true do
|
||||||
|
|||||||
Reference in New Issue
Block a user