|
|
|
@ -138,7 +138,7 @@ export class BlocPercentBuff extends PercentAttackedBuff {
@@ -138,7 +138,7 @@ export class BlocPercentBuff extends PercentAttackedBuff {
|
|
|
|
|
return replace(t('skill.blocbuff.2'), [this.percent * this.layer]); |
|
|
|
|
} |
|
|
|
|
takeEffect(owner: BattleRole): void { |
|
|
|
|
owner.extraAttr.bloc += Math.ceil(owner.attr.bloc * this.percent); |
|
|
|
|
owner.extraAttr.bloc += Math.ceil((owner.attr.bloc * this.percent) / 100); |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
//控制异常
|
|
|
|
|