调低竞速模式部分评价要求,科研模式通关条件改为100攻击(原200)
This commit is contained in:
@@ -22,10 +22,10 @@ return{
|
||||
local T=P.stat.time
|
||||
return
|
||||
T<=750 and 5 or
|
||||
T<=950 and 4 or
|
||||
T<=1100 and 3 or
|
||||
T<=1260 and 2 or
|
||||
T<=1600 and 1 or
|
||||
T<=900 and 4 or
|
||||
T<=1260 and 3 or
|
||||
T<=1620 and 2 or
|
||||
T<=2000 and 1 or
|
||||
0
|
||||
end,
|
||||
}
|
||||
@@ -23,9 +23,9 @@ return{
|
||||
return
|
||||
T<=70 and 5 or
|
||||
T<=90 and 4 or
|
||||
T<=120 and 3 or
|
||||
T<=150 and 2 or
|
||||
T<=200 and 1 or
|
||||
T<=126 and 3 or
|
||||
T<=162 and 2 or
|
||||
T<=226 and 1 or
|
||||
0
|
||||
end,
|
||||
}
|
||||
@@ -23,9 +23,9 @@ return{
|
||||
return
|
||||
T<=300 and 5 or
|
||||
T<=380 and 4 or
|
||||
T<=440 and 3 or
|
||||
T<=500 and 2 or
|
||||
T<=640 and 1 or
|
||||
T<=500 and 3 or
|
||||
T<=626 and 2 or
|
||||
T<=800 and 1 or
|
||||
0
|
||||
end,
|
||||
}
|
||||
@@ -23,7 +23,7 @@ return{
|
||||
local T=P.stat.time
|
||||
return
|
||||
T<=26 and 5 or
|
||||
T<=32.6 and 4 or
|
||||
T<=36 and 4 or
|
||||
T<=52.6 and 3 or
|
||||
T<=92.9 and 2 or
|
||||
T<=183 and 1 or
|
||||
|
||||
@@ -6,7 +6,7 @@ return{
|
||||
arr=0,
|
||||
drop=1e99,lock=60,
|
||||
freshLimit=15,
|
||||
function(P)if P.stat.atk>=200 then P:win("finish")end end,
|
||||
function(P)if P.stat.atk>=100 then P:win("finish")end end,
|
||||
fineKill=true,
|
||||
bg="flink",bgm="infinite",
|
||||
},
|
||||
|
||||
@@ -7,7 +7,7 @@ local function tech_check_hard(P)
|
||||
return
|
||||
end
|
||||
end
|
||||
if P.stat.atk>=200 then
|
||||
if P.stat.atk>=100 then
|
||||
P:win("finish")
|
||||
end
|
||||
end
|
||||
|
||||
@@ -6,7 +6,7 @@ return{
|
||||
drop=20,lock=60,
|
||||
freshLimit=15,
|
||||
b2bKill=true,
|
||||
function(P)if P.stat.atk>=200 then P:win("finish")end end,
|
||||
function(P)if P.stat.atk>=100 then P:win("finish")end end,
|
||||
bg="matrix",bgm="down",
|
||||
},
|
||||
load=function()
|
||||
|
||||
@@ -7,7 +7,7 @@ local function tech_check_hard(P)
|
||||
return
|
||||
end
|
||||
end
|
||||
if P.stat.atk>=200 then
|
||||
if P.stat.atk>=100 then
|
||||
P:win("finish")
|
||||
end
|
||||
end
|
||||
|
||||
@@ -6,7 +6,7 @@ return{
|
||||
drop=0,lock=60,
|
||||
freshLimit=15,
|
||||
b2bKill=true,
|
||||
function(P)if P.stat.atk>=200 then P:win("finish")end end,
|
||||
function(P)if P.stat.atk>=100 then P:win("finish")end end,
|
||||
bg="matrix",bgm="warped",
|
||||
},
|
||||
load=function()
|
||||
|
||||
@@ -7,7 +7,7 @@ local function tech_check_hard(P)
|
||||
return
|
||||
end
|
||||
end
|
||||
if P.stat.atk>=200 then
|
||||
if P.stat.atk>=100 then
|
||||
P:win("finish")
|
||||
end
|
||||
end
|
||||
|
||||
@@ -6,7 +6,7 @@ return{
|
||||
infHold=true,
|
||||
drop=1e99,lock=1e99,
|
||||
b2bKill=true,
|
||||
function(P)if P.stat.atk>=200 then P:win("finish")end end,
|
||||
function(P)if P.stat.atk>=100 then P:win("finish")end end,
|
||||
bg="matrix",bgm="new era",
|
||||
},
|
||||
load=function()
|
||||
|
||||
@@ -7,7 +7,7 @@ local function tech_check_hard(P)
|
||||
return
|
||||
end
|
||||
end
|
||||
if P.stat.atk>=200 then
|
||||
if P.stat.atk>=100 then
|
||||
P:win("finish")
|
||||
end
|
||||
end
|
||||
|
||||
@@ -33,6 +33,7 @@ return SPLITSTR([=[
|
||||
加强消四,增加b2b点数(100→150)
|
||||
增强hpc攻击力(2→4)
|
||||
修改pc和hpc对b2b点数的影响
|
||||
调低竞速模式部分评价要求,科研模式通关条件改为100攻击(原200)
|
||||
调整master-ph命数奖励
|
||||
对战背景改为主题默认背景
|
||||
修改硬降音效
|
||||
|
||||
Reference in New Issue
Block a user