两个新的拼花模式评分要求调整
This commit is contained in:
@@ -1,5 +1,6 @@
|
|||||||
return {
|
return {
|
||||||
env={
|
env={
|
||||||
|
fieldH=10,
|
||||||
drop=180,lock=600,
|
drop=180,lock=600,
|
||||||
hang=40,
|
hang=40,
|
||||||
infHold=true,
|
infHold=true,
|
||||||
@@ -12,11 +13,10 @@ return {
|
|||||||
getRank=function(P)
|
getRank=function(P)
|
||||||
local G=P.modeData.maxRankPts
|
local G=P.modeData.maxRankPts
|
||||||
return
|
return
|
||||||
G>=18 and 5 or
|
G>=8 and 5 or
|
||||||
G>=16 and 4 or
|
G>=6 and 4 or
|
||||||
G>=10 and 3 or
|
G>=4 and 3 or
|
||||||
G>=4 and 2 or
|
G>=2 and 2 or
|
||||||
G>=2 and 1 or
|
|
||||||
G>=1 and 0
|
G>=1 and 0
|
||||||
end,
|
end,
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,5 +1,6 @@
|
|||||||
return {
|
return {
|
||||||
env={
|
env={
|
||||||
|
fieldH=16,
|
||||||
drop=180,lock=600,
|
drop=180,lock=600,
|
||||||
hang=40,
|
hang=40,
|
||||||
infHold=true,
|
infHold=true,
|
||||||
|
|||||||
Reference in New Issue
Block a user