大罪龙的新的技能参数

This commit is contained in:
枫谷剑仙 2021-04-28 20:54:49 +08:00
parent fdb012db16
commit ca9d6b3714
1 changed files with 2 additions and 1 deletions

View File

@ -1136,7 +1136,8 @@ function parseSkillDescription(skill) {
if (!atSameTime) str+=`${sk[1]}种属性以上`;
else if(sk[0] == 31) str += `5色`;
str += `同时攻击时`;
if (sk[2] && sk[2] !== 100) str += `,所有宠物的${getFixedHpAtkRcvString({atk:sk[2]})}`;
if (sk[2] && sk[2] !== 100 || sk[4]) str += `,所有宠物的攻击力×${sk[2]/100}`;
if (sk[4]) str += `每多1种属性+${sk[4]/100}倍,最大${sk[1] + (sk[5] - 1)}种属性时${(sk[5] - 1) * sk[4]/100 + sk[2]/100}倍。`;
if (sk[3]) str += `,受到的伤害减少${sk[3]}%`;
break;
case 171: