修正钢琴注释(光束完整22帧)

This commit is contained in:
JOJO 2026-08-06 13:54:02 +08:00
parent 8e46ab7367
commit 9481b6d351

View File

@ -410,7 +410,7 @@ function bossMain(b,def,fm){
ks.i=0;ks.t=Math.round(14/fm); // 局间停顿统一P1/P2同节奏不再阶段差异
}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%
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秒扫完配合6帧短光束=干净扫射)
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(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帧)
}
}