战力:修改战力公式
This commit is contained in:
@@ -154,7 +154,7 @@ export async function matchPlayers(roleId: string, scale: number, range: number,
|
||||
if(h) {
|
||||
let { star, lv, attr: heroAttrs, ce } = h;
|
||||
let dicHero = gameData.hero.get(hero.actorId);
|
||||
let { attribute } = getPlayerAttribute(heroAttrs, roleAttrs);
|
||||
let { attribute } = getPlayerAttribute(lv, heroAttrs, roleAttrs);
|
||||
let heroInfo = {
|
||||
actorId: hero.actorId,
|
||||
actorName: dicHero.name,
|
||||
|
||||
Reference in New Issue
Block a user