削弱激光钢琴:绿色次要攻击(topRain)频率降至原20%(minorT 50→250帧)

This commit is contained in:
JOJO 2026-08-06 18:59:21 +08:00
parent 8e10ea2cf0
commit 18cf37aa7a

View File

@ -544,7 +544,7 @@ function bossMinor(b,mk,fm){
b.turrIs=idxs;b.turrT=8; b.turrIs=idxs;b.turrT=8;
for(const ti of idxs){const tx=b.x+(-75+ti*30)+(ti<3?-1:1)*off2; for(const ti of idxs){const tx=b.x+(-75+ti*30)+(ti<3?-1:1)*off2;
ebul(tx+rnd(-3,3),b.y-2,Math.PI/2+rnd(-0.12,0.12),2.0,"orbG",13);} ebul(tx+rnd(-3,3),b.y-2,Math.PI/2+rnd(-0.12,0.12),2.0,"orbG",13);}
b.minorT=Math.round(50/fm);break;} // 绿色子弹攻击频率翻三倍 b.minorT=Math.round(250/fm);break;} // 绿色子弹攻击频率降至原20%50→250帧用户2026-08-06调
case "pedal": { // 钢琴踏板重音——左右大炮塔慢速大弹统一紫色P2随外环滑开16炮位与drawPiano同源 case "pedal": { // 钢琴踏板重音——左右大炮塔慢速大弹统一紫色P2随外环滑开16炮位与drawPiano同源
const off0=b.phase>=1?16:0; const off0=b.phase>=1?16:0;
for(const sd of[-1,1]){const bb=ebul(b.x+sd*(112+off0),b.y+10,Math.PI/2+sd*0.08,1.1,"orbP",18); for(const sd of[-1,1]){const bb=ebul(b.x+sd*(112+off0),b.y+10,Math.PI/2+sd*0.08,1.1,"orbP",18);