@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user