钢琴扫射极限速度:每帧1条(0.3秒扫完全屏),光束动画保持完整22帧

This commit is contained in:
JOJO 2026-08-06 13:55:22 +08:00
parent 9481b6d351
commit 94c7f1da7b

View File

@ -410,7 +410,7 @@ function bossMain(b,def,fm){
ks.i=0;ks.t=Math.round(14/fm); // 局间停顿统一P1/P2同节奏不再阶段差异 ks.i=0;ks.t=Math.round(14/fm); // 局间停顿统一P1/P2同节奏不再阶段差异
}else{const cur=ks.seq[ks.i++]; }else{const cur=ks.seq[ks.i++];
if(cur===-1){const pool=shuffled(n);ks.hotList=pool.slice(0,4+ph*2);ks.hotT=9;ks.hotT0=9;ks.t=Math.round((ph?21:30)/fm);} // 齐射慢50% if(cur===-1){const pool=shuffled(n);ks.hotList=pool.slice(0,4+ph*2);ks.hotT=9;ks.hotT0=9;ks.t=Math.round((ph?21:30)/fm);} // 齐射慢50%
else if(ks.mode<=1||ks.mode===4){ks.hot=cur;ks.hotT=1;ks.hotT0=1;ks.t=Math.max(2,Math.round(2/(1.6*fm)));} // 顺扫/反扫/滑奏:键间隔统一2帧P1/P2同速≈0.6秒扫完光束动画完整22帧不缩短 else if(ks.mode<=1||ks.mode===4){ks.hot=cur;ks.hotT=1;ks.hotT0=1;ks.t=1;} // 顺扫/反扫/滑奏:极限扫速每帧一条0.3秒扫完全屏光束动画完整22帧不缩短
else{if(ph>=1){ks.hotList=[cur,ks.i<ks.seq.length?ks.seq[ks.i++]:cur];ks.hot=-1;}else{ks.hot=cur;}ks.hotT=9;ks.hotT0=9;ks.t=Math.round((ph?3:5)/fm);} // 乱序P2一次点2键和音前摇与齐射一致(9帧) else{if(ph>=1){ks.hotList=[cur,ks.i<ks.seq.length?ks.seq[ks.i++]:cur];ks.hot=-1;}else{ks.hot=cur;}ks.hotT=9;ks.hotT0=9;ks.t=Math.round((ph?3:5)/fm);} // 乱序P2一次点2键和音前摇与齐射一致(9帧)
} }
} }