皮肤:周边相关功能影响
This commit is contained in:
@@ -157,6 +157,7 @@ export async function matchPlayers(roleId: string, scale: number, range: number,
|
||||
let { attribute } = getPlayerAttribute(lv, heroAttrs, roleAttrs);
|
||||
let heroInfo = {
|
||||
actorId: hero.actorId,
|
||||
skinId: hero.skinId,
|
||||
actorName: dicHero.name,
|
||||
skill:0,
|
||||
seid:'&',
|
||||
@@ -202,7 +203,7 @@ export async function matchRobots(scale: number, myCe: number, robotCe: number,
|
||||
const { attribute, enemyCount } = json;
|
||||
|
||||
let { attribute: newAttribute, ce } = getRobotAttribute(attribute, enemyCount, dicExpeditionSubAttr.attribute, dicExpeditionSubAttr.lv, myCe, robotCe, scale);
|
||||
enemyObj.enemies.push({...json, attribute: newAttribute, lv, ce});
|
||||
enemyObj.enemies.push({...json, skinId: json.actorId, attribute: newAttribute, lv, ce});
|
||||
allCe += ce;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user