Skip to content

Commit

Permalink
hypersonic选子模式的限时门槛降低
Browse files Browse the repository at this point in the history
  • Loading branch information
MrZ626 committed Jul 25, 2024
1 parent 6220066 commit 15528bf
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions assets/game/mode/brik/exterior/hypersonic.lua
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ return {
end
if clear.line>=4 then

if #P.holdQueue==0 and P.gameTime<=8e3 then
-- Titanium: Techrash in 8s without hold
if #P.holdQueue==0 and P.gameTime<=10e3 then
-- Titanium: Techrash in 10s without hold
if not PROGRESS.getExteriorModeScore('hypersonic','showTitanium') then
T.add(P,'hypersonic_titanium','modeTask_hypersonic_titanium_title','modeTask_hypersonic_titanium_desc')
end
Expand All @@ -53,7 +53,7 @@ return {
initFunc=mechLib.brik.marathon.hypersonic_titanium_event_playerInit
playBgm('secret7th remix_hypersonic_titanium')

elseif P.gameTime<=6e3 then
elseif P.gameTime<=8e3 then
-- Hidden: Techrash in 6s
T.set(P,'hypersonic_hidden',true)
T.setTitle(P,'hypersonic_hidden','modeTask_hypersonic_hidden_title','modeTask_hypersonic_hidden_desc')
Expand Down
4 changes: 2 additions & 2 deletions assets/language/lang_en.lua
Original file line number Diff line number Diff line change
Expand Up @@ -256,9 +256,9 @@ local L={
modeTask_hypersonic_high_title="High",
modeTask_hypersonic_high_desc="Clear a Techrash",
modeTask_hypersonic_hidden_title="Hidden",
modeTask_hypersonic_hidden_desc="Techrash in 6s",
modeTask_hypersonic_hidden_desc="Techrash in 8s",
modeTask_hypersonic_titanium_title="Titanium",
modeTask_hypersonic_titanium_desc="no-hold Techrash in 8s ",
modeTask_hypersonic_titanium_desc="no-hold Techrash in 10s ",

modeTask_excavate_shale_title="Shale",
modeTask_excavate_shale_desc="Dig with Double-",
Expand Down
4 changes: 2 additions & 2 deletions assets/language/lang_zh.lua
Original file line number Diff line number Diff line change
Expand Up @@ -256,9 +256,9 @@ local L={
modeTask_hypersonic_high_title="High",
modeTask_hypersonic_high_desc="消四",
modeTask_hypersonic_hidden_title="Hidden",
modeTask_hypersonic_hidden_desc="6秒内消四",
modeTask_hypersonic_hidden_desc="8秒内消四",
modeTask_hypersonic_titanium_title="Titanium",
modeTask_hypersonic_titanium_desc="8秒内消四 且 不使用暂存",
modeTask_hypersonic_titanium_desc="10秒内消四 且 不使用暂存",

modeTask_excavate_shale_title="Shale",
modeTask_excavate_shale_desc="用消二-挖掘",
Expand Down

0 comments on commit 15528bf

Please sign in to comment.