This commit is contained in:
2vb 2024-05-29 00:15:34 -07:00
parent 5e4cae659e
commit f301bfd90e
2 changed files with 18 additions and 4 deletions

View File

@ -26,8 +26,22 @@
"PrimaryAssetName": "Athena_BattlePassDiscountToken_S08"
}
],
"FreeLevelsThatNavigateToBattlePass": [2, 6, 14, 22, 30, 38, 46, 54, 62],
"FreeLevelsThatAutoOpenTheAboutScreen": [1, 14, 46],
"FreeLevelsThatNavigateToBattlePass": [
2,
6,
14,
22,
30,
38,
46,
54,
62
],
"FreeLevelsThatAutoOpenTheAboutScreen": [
1,
14,
46
],
"SeasonXpScheduleFree": {
"Levels": [
{
@ -6527,4 +6541,4 @@
}
}
}
]
]

View File

@ -186,7 +186,7 @@ func convertAssetPathToTemplateId(assetPath string) string {
case strings.Contains(assetPath, "Game/Athena/Items/Cosmetics/ItemWraps"):
templateIdParts[0] = "AthenaItemWrap"
case strings.Contains(assetPath, "Game/Athena/Items/Cosmetics/Contrails"):
templateIdParts[0] = "AthenaSkydiveContrail"
templateIdParts[0] = "AthenaSkyDiveContrail"
case strings.Contains(assetPath, "Game/Athena/Items/CosmeticVariantTokens"):
templateIdParts[0] = "CosmeticVariantToken"
default: