Files
core/hwe/ts/utilGame/index.ts
T
Hide_D c9dd873019 refac, wip: 벌점(connect, con) 변경
- 벌점: refreshScoreTotal
- 순간벌점: refreshScore
2023-07-07 10:57:52 +00:00

17 lines
944 B
TypeScript

export { calcInjury } from './calcInjury';
export { formatCityName } from './formatCityName';
export { formatRefreshScore } from './formatRefreshScore';
export { formatDefenceTrain } from './formatDefenceTrain';
export { formatDexLevel } from './formatDexLevel';
export { formatGeneralTypeCall } from './formatGeneralTypeCall';
export { formatHonor } from './formatHonor';
export { formatInjury } from './formatInjury';
export { formatLog } from './formatLog';
export { formatOfficerLevelText } from './formatOfficerLevelText';
export { formatVoteColor } from "./formatVoteColor";
export { getNPCColor } from "./getNPCColor";
export { isValidObjKey } from "./isValidObjKey";
export { nextExpLevelRemain } from "./nextExpLevelRemain";
export { postFilterNationCommandGen } from "./postFilterNationCommandGen";
export { isTechLimited, convTechLevel, getMaxRelativeTechLevel } from "./techLevel";
export { calcTournamentTerm } from "./tournament";