This commit is contained in:
Putoo
2026-07-18 11:24:44 +08:00
parent e4d39f3f2f
commit 723a6861a0
9 changed files with 158 additions and 41 deletions

View File

@@ -2,8 +2,8 @@
统一配置中心
*/
export class BaseConfig {
// public static BaseUrl: string = 'https://localhost:7198'
// public static BaseMediaUrl: string = 'https://localhost:7198/'
public static BaseUrl:string="http://v3.pccsh.com";
public static BaseMediaUrl:string="http://v3.pccsh.com";
public static BaseUrl: string = 'https://localhost:7198'
public static BaseMediaUrl: string = 'https://localhost:7198/'
// public static BaseUrl:string="http://v3.pccsh.com";
// public static BaseMediaUrl:string="http://v3.pccsh.com";
}

View File

@@ -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;
}
}
//免伤处理