|
|
@ -157,7 +157,7 @@ export class ControlBuff extends AttackBuff { |
|
|
|
//溃烂
|
|
|
|
//溃烂
|
|
|
|
export class KuiLan extends PercentAttackedBuff { |
|
|
|
export class KuiLan extends PercentAttackedBuff { |
|
|
|
constructor(name: string, last: number) { |
|
|
|
constructor(name: string, last: number) { |
|
|
|
super(name, 50, last); |
|
|
|
super(name, 40, last, 2); |
|
|
|
} |
|
|
|
} |
|
|
|
desc(): string { |
|
|
|
desc(): string { |
|
|
|
return replace(t('skill.kongbulingyu.2'), [this.percent]); |
|
|
|
return replace(t('skill.kongbulingyu.2'), [this.percent]); |
|
|
|