解析修改:playerCeService
This commit is contained in:
@@ -124,11 +124,11 @@ export const ABI_TYPE_TO_STAGE = new Map<number, number | ((jobType: number) =>
|
||||
[ABI_STAGE.LUK, ABI_TYPE.ABI_LUK]
|
||||
]);
|
||||
|
||||
export function getAtrrNameById(attrId: number) {
|
||||
export function getAtrrNameById(attrId: number):string {
|
||||
return HERO_ATTR[attrId];
|
||||
};
|
||||
|
||||
export function getAttrCeRatio(attr: string) {
|
||||
export function getAttrCeRatio(attr: string):number {
|
||||
return CE_RATIO[attr];
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user