12121
This commit is contained in:
@@ -84,7 +84,7 @@ export class FightTool {
|
||||
if (defUser.rebound > 0) {
|
||||
let reboundRide = defUser.rebound = atkUser.reboundLess;
|
||||
if (reboundRide > 0) {
|
||||
atkHarm = defHarm * reboundRide;
|
||||
atkHarm += defHarm * reboundRide;
|
||||
}
|
||||
}
|
||||
defHarm += 0 - atkUser.harm_Add;//额外伤害
|
||||
@@ -92,7 +92,7 @@ export class FightTool {
|
||||
if (atkUser.atk_Next > 0) {
|
||||
if (this.randomTrigger(atkUser.atk_Next)) {
|
||||
defHarm = defHarm * 1.3;
|
||||
atkHarm = atkHarm * 1.3;
|
||||
atkHarm += atkHarm * 1.3;
|
||||
}
|
||||
}
|
||||
//免伤处理
|
||||
|
||||
Reference in New Issue
Block a user