diff --git a/hwe/ts/utilGame/index.ts b/hwe/ts/utilGame/index.ts new file mode 100644 index 00000000..949fdc8c --- /dev/null +++ b/hwe/ts/utilGame/index.ts @@ -0,0 +1,15 @@ +export { calcInjury } from './calcInjury'; +export { formatCityName } from './formatCityName'; +export { formatConnectScore } from './formatConnectScore'; +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 { isValidObjKey } from "./isValidObjKey"; +export { nextExpLevelRemain } from "./nextExpLevelRemain"; +export { postFilterNationCommandGen } from "./postFilterNationCommandGen"; +export { isTechLimited, convTechLevel, getMaxRelativeTechLevel } from "./techLevel"; \ No newline at end of file