107号技能新参数

This commit is contained in:
枫谷剑仙 2020-07-13 12:44:43 +08:00
parent 23b1ac3b5f
commit a80d531f08
1 changed files with 2 additions and 0 deletions

View File

@ -469,6 +469,8 @@ function parseSkillDescription(skill)
break;
case 107:
str = `所有宠物的${getFixedHpAtkRcvString({hp:sk[0]})}`;
if (sk[1])
str += `${getAttrTypeString(flags(sk[1]),null)}宠物的${getFixedHpAtkRcvString({atk:sk[2]})}`;
break;
case 108:
str = `所有宠物的${getFixedHpAtkRcvString({hp:sk[0]})}${typeN(sk[1])}类型宠物的攻击力×${sk[2]/100}`;