Medals Data

Medal achievement data. Medals track player accomplishments across various game activities and provide stat bonuses.

140 records GeneralMedalTable v1.1.80

Table Structure

Source medals.json Struct GeneralMedalTable Records 140 medal definitions

Medals are achievement-like milestones that reward stat bonuses. Each medal has multiple tiers with increasing requirements and rewards. Medal progress is tracked across various game activities.

Key Fields

FieldTypeNotes
IDintPrimary key (0x0)
eMainTypeMedalMainTypeMedal category (0x4)
iNameIDintLocalization string ID (0x8)
sIconNamestringSprite name (0x10)
eUnlockTypeMedalUnlockTypeHow to unlock this medal (0x18)
iUnlockConditionintUnlock threshold value (0x1C)
iPaymentIDintCurrency/item ID for upgrade cost (0x20)
fPriceQuotient / iPriceExponentfloat / intUpgrade cost = quotient × 10^exponent (0x24, 0x28)
fRatefloatBase success rate (0x30)
OwnedEffectTypesPropertyType[]Stat bonus types from owning (0x38)
OwnedEffectValuesfloat[]Stat bonus values (0x40)
iMaxEnchantCountintMaximum enchant/upgrade count (0x48)