This commit is contained in:
Putoo
2026-07-05 18:51:01 +08:00
parent fdb16f5d91
commit a1dbce8a96
15 changed files with 468 additions and 47 deletions

View File

@@ -57,7 +57,6 @@ export class FightTool {
}
}
}
//士气处理
if (atkUser.upMorale > 0) {
atkUser.minAtk = atkUser.minAtk * (1.0 + (atkUser.morale / atkUser.upMorale) * 0.3);
@@ -75,7 +74,6 @@ export class FightTool {
else {
defHarm = -1;
}
//暴击处理
if (atkUser.crit > 0) {
if (this.randomTrigger(atkUser.crit)) {