12121
This commit is contained in:
@@ -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";
|
||||
}
|
||||
|
||||
@@ -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