战力系数

This commit is contained in:
mamengke01
2020-12-25 14:30:58 +08:00
parent 04fa4e79cf
commit 1b1b8581bc

View File

@@ -147,7 +147,7 @@ export function getAtrrNameById(attrId: number):string {
};
export function getAttrCeRatio(attr: string):number {
return ;
return CE_RATIO[attr];
};
export function getAttrNameByJobStage(jobStage: number) {