====== MercenaryRankTable ====== ===== Fields ===== ^ Field ^ Type ^ Offset ^ Description ^ Notes ^ | disableParam_NT | ''u8'' | ''0x0 [0]'' | Exclude from the NT version or mark the ones to be excluded. | This field is a boolean. | | disableParam_Product | ''u8'' | ''0x0 [1]'' | Exclude from the product version or mark the items to be excluded. | This field is a boolean. | | disableParamReserve1 | ''dummy8'' | ''0x0 [2-7]'' | | This field is padding. | | disableParamReserve2 | ''dummy8'' | ''0x1'' | | This field is padding. | | totalPoint | ''u32'' | ''0x4'' | The cumulative points required to rank up. | | | iconID | ''s16'' | ''0x8'' | The icon ID to use for the rank. | This field uses the following enum: MERCENARY_ICON_ID | | reserved | ''dummy8'' | ''0xa'' | | This field is padding. | ===== Enums ===== ==== MERCENARY_ICON_ID ==== ^ Option ^ Description ^ Notes ^ | ''0'' | RANK 0 | | | ''1'' | RANK 1 | | | ''2'' | RANK 2 | | | ''3'' | RANK 3 | | | ''4'' | RANK 4 | | | ''5'' | RANK 5 | | | ''6'' | RANK 6 | | | ''7'' | RANK 7 | | | ''8'' | RANK 8 | | | ''9'' | RANK 9 | | | ''10'' | RANK 10 | | | ''11'' | RANK 11 | | | ''12'' | RANK 12 | | | ''13'' | RANK 13 | | | ''14'' | RANK 14 | | | ''15'' | RANK 15 | | | ''16'' | RANK 16 | | | ''17'' | RANK 17 | | | ''18'' | RANK 18 | | | ''19'' | RANK 19 | | | ''20'' | RANK 20 | | | ''21'' | RANK 21 | | | ''22'' | RANK 22 | | | ''23'' | RANK 23 | | | ''24'' | RANK 24 | | | ''25'' | RANK 25 | |