战力显示缩小
This commit is contained in:
@@ -70,6 +70,7 @@ export function calPlayerCe(globalCeAttr: CeAttr, hero: HeroType, type: number,
|
||||
incCe += incArr[attrName] * getAttrCeRatio(attrName);
|
||||
}
|
||||
hero.ce += incCe;
|
||||
if(hero.historyCe < hero.ce) hero.historyCe = hero.ce;
|
||||
return incCe;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user