猜测参数作用

This commit is contained in:
枫谷剑仙 2022-11-19 01:06:30 +08:00
parent 8170a83ac4
commit ba395defb0
1 changed files with 1 additions and 1 deletions

View File

@ -1583,7 +1583,7 @@ const parsers = {
return activeTurns(turns, boardSizeChange(width, height));
},
[245](rarity, _2, _3, hp, atk, rcv) { //全员满足某种情况,现在是全部星级不一样
return powerUp(flags(_2), null, p.mul({ hp: hp || 100, atk: atk || 100, rcv: rcv || 100 }), c.compo('team-same-rarity', rarity));
return powerUp(flags(_2), flags(_3), p.mul({ hp: hp || 100, atk: atk || 100, rcv: rcv || 100 }), c.compo('team-same-rarity', rarity));
},
[1000](type, pos, ...ids) {
const posType = (type=>{