mirror of
https://github.com/SashLilac/cambridge.git
synced 2024-11-22 16:19:03 -06:00
parent
1d6ac62d7d
commit
31b0f60475
@ -33,23 +33,23 @@ function SurvivalA1Game:new()
|
|||||||
self.next_queue_length = 1
|
self.next_queue_length = 1
|
||||||
end
|
end
|
||||||
|
|
||||||
function MarathonA1Game:getARE()
|
function SurvivalA1Game:getARE()
|
||||||
return 30
|
return 30
|
||||||
end
|
end
|
||||||
|
|
||||||
function MarathonA1Game:getLineARE()
|
function SurvivalA1Game:getLineARE()
|
||||||
return 27
|
return 27
|
||||||
end
|
end
|
||||||
|
|
||||||
function MarathonA1Game:getDasLimit()
|
function SurvivalA1Game:getDasLimit()
|
||||||
return 15
|
return 15
|
||||||
end
|
end
|
||||||
|
|
||||||
function MarathonA1Game:getLineClearDelay()
|
function SurvivalA1Game:getLineClearDelay()
|
||||||
return 44
|
return 44
|
||||||
end
|
end
|
||||||
|
|
||||||
function MarathonA1Game:getLockDelay()
|
function SurvivalA1Game:getLockDelay()
|
||||||
return 30
|
return 30
|
||||||
end
|
end
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user