@valolytics/ts-valorant-dtos 12.5.1 → 12.6.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/dtos/agents.json +1 -1
- package/dist/dtos/buddies.json +92 -20
- package/dist/dtos/bundles.json +76 -1
- package/dist/dtos/flex.json +7 -7
- package/dist/dtos/playerCards.json +221 -166
- package/dist/dtos/playerTitles.json +22 -22
- package/dist/dtos/sprays.json +2488 -2396
- package/dist/dtos/themes.json +35 -0
- package/dist/dtos/weapons.json +2907 -2573
- package/package.json +1 -1
package/dist/dtos/agents.json
CHANGED
|
@@ -1663,7 +1663,7 @@
|
|
|
1663
1663
|
{
|
|
1664
1664
|
"slot": "Grenade",
|
|
1665
1665
|
"displayName": "Saturate",
|
|
1666
|
-
"description": "
|
|
1666
|
+
"description": "EQUIP a cluster of light. FIRE to throw the cluster, which upon contact with the ground explodes, Hindering nearby players with a powerful movement and weapon slow.",
|
|
1667
1667
|
"displayIcon": "https://media.valorant-api.com/agents/df1cb487-4902-002e-5c17-d28e83e78588/abilities/grenade/displayicon.png"
|
|
1668
1668
|
},
|
|
1669
1669
|
{
|
package/dist/dtos/buddies.json
CHANGED
|
@@ -3083,7 +3083,7 @@
|
|
|
3083
3083
|
"isHiddenIfNotOwned": false,
|
|
3084
3084
|
"themeUuid": null,
|
|
3085
3085
|
"displayIcon": "https://media.valorant-api.com/buddies/67592092-4c30-79b7-1a03-bc83deeadd59/displayicon.png",
|
|
3086
|
-
"assetPath": "ShooterGame/Content/Equippables/Buddies/
|
|
3086
|
+
"assetPath": "ShooterGame/Content/Equippables/Buddies/DoublesniperStarterPack/GunBuddy_DoubleSniperStarterPack_PrimaryAsset",
|
|
3087
3087
|
"levels": [
|
|
3088
3088
|
{
|
|
3089
3089
|
"uuid": "843d042c-4695-a011-583d-e5bf8f42e6b3",
|
|
@@ -4283,6 +4283,24 @@
|
|
|
4283
4283
|
}
|
|
4284
4284
|
]
|
|
4285
4285
|
},
|
|
4286
|
+
"7f625bc9-4f70-66bc-7381-cfb1336ddb5b": {
|
|
4287
|
+
"uuid": "7f625bc9-4f70-66bc-7381-cfb1336ddb5b",
|
|
4288
|
+
"displayName": "Give Back // 2024 Buddy",
|
|
4289
|
+
"isHiddenIfNotOwned": true,
|
|
4290
|
+
"themeUuid": null,
|
|
4291
|
+
"displayIcon": "https://media.valorant-api.com/buddies/7f625bc9-4f70-66bc-7381-cfb1336ddb5b/displayicon.png",
|
|
4292
|
+
"assetPath": "ShooterGame/Content/Equippables/Buddies/GiveBackBundle24/GunBuddy_Givebackbundle24_PrimaryAsset",
|
|
4293
|
+
"levels": [
|
|
4294
|
+
{
|
|
4295
|
+
"uuid": "53ab7633-4c44-4d6a-5e87-81abf8507254",
|
|
4296
|
+
"charmLevel": 1,
|
|
4297
|
+
"hideIfNotOwned": false,
|
|
4298
|
+
"displayName": "Givebackbundle24",
|
|
4299
|
+
"displayIcon": "https://media.valorant-api.com/buddylevels/53ab7633-4c44-4d6a-5e87-81abf8507254/displayicon.png",
|
|
4300
|
+
"assetPath": "ShooterGame/Content/Equippables/Buddies/Givebackbundle24/GunBuddy_Givebackbundle24_Lv1_PrimaryAsset"
|
|
4301
|
+
}
|
|
4302
|
+
]
|
|
4303
|
+
},
|
|
4286
4304
|
"6b36634f-4ee1-bdb3-fa82-a5b0987e08e1": {
|
|
4287
4305
|
"uuid": "6b36634f-4ee1-bdb3-fa82-a5b0987e08e1",
|
|
4288
4306
|
"displayName": "Give Back // V25 Buddy",
|
|
@@ -4319,24 +4337,6 @@
|
|
|
4319
4337
|
}
|
|
4320
4338
|
]
|
|
4321
4339
|
},
|
|
4322
|
-
"7f625bc9-4f70-66bc-7381-cfb1336ddb5b": {
|
|
4323
|
-
"uuid": "7f625bc9-4f70-66bc-7381-cfb1336ddb5b",
|
|
4324
|
-
"displayName": "Give Back // 2024 Buddy",
|
|
4325
|
-
"isHiddenIfNotOwned": true,
|
|
4326
|
-
"themeUuid": null,
|
|
4327
|
-
"displayIcon": "https://media.valorant-api.com/buddies/7f625bc9-4f70-66bc-7381-cfb1336ddb5b/displayicon.png",
|
|
4328
|
-
"assetPath": "ShooterGame/Content/Equippables/Buddies/Givebackbundle24/GunBuddy_Givebackbundle24_PrimaryAsset",
|
|
4329
|
-
"levels": [
|
|
4330
|
-
{
|
|
4331
|
-
"uuid": "53ab7633-4c44-4d6a-5e87-81abf8507254",
|
|
4332
|
-
"charmLevel": 1,
|
|
4333
|
-
"hideIfNotOwned": false,
|
|
4334
|
-
"displayName": "Givebackbundle24",
|
|
4335
|
-
"displayIcon": "https://media.valorant-api.com/buddylevels/53ab7633-4c44-4d6a-5e87-81abf8507254/displayicon.png",
|
|
4336
|
-
"assetPath": "ShooterGame/Content/Equippables/Buddies/Givebackbundle24/GunBuddy_Givebackbundle24_Lv1_PrimaryAsset"
|
|
4337
|
-
}
|
|
4338
|
-
]
|
|
4339
|
-
},
|
|
4340
4340
|
"8efb8d51-453b-2acb-75f5-049f4d33bdfb": {
|
|
4341
4341
|
"uuid": "8efb8d51-453b-2acb-75f5-049f4d33bdfb",
|
|
4342
4342
|
"displayName": "Terrarium Treasure Buddy",
|
|
@@ -11705,7 +11705,7 @@
|
|
|
11705
11705
|
"isHiddenIfNotOwned": false,
|
|
11706
11706
|
"themeUuid": "4479eea8-4820-c69b-3912-f5ac678fcedc",
|
|
11707
11707
|
"displayIcon": "https://media.valorant-api.com/buddies/0eab96da-ed34-4bdb-978f-b02b2fb4ebcc/displayicon.png",
|
|
11708
|
-
"assetPath": "ShooterGame/Content/Equippables/Buddies/
|
|
11708
|
+
"assetPath": "ShooterGame/Content/Equippables/Buddies/Soulstealer/GunBuddy_Soulstealer_PrimaryAsset",
|
|
11709
11709
|
"levels": [
|
|
11710
11710
|
{
|
|
11711
11711
|
"uuid": "f344bead-bb25-4226-a990-b5d9694d475d",
|
|
@@ -14093,6 +14093,78 @@
|
|
|
14093
14093
|
}
|
|
14094
14094
|
]
|
|
14095
14095
|
},
|
|
14096
|
+
"1973fd6e-4cb1-1d51-2082-62b3d735ca9a": {
|
|
14097
|
+
"uuid": "1973fd6e-4cb1-1d51-2082-62b3d735ca9a",
|
|
14098
|
+
"displayName": "VCT x FS Buddy",
|
|
14099
|
+
"isHiddenIfNotOwned": false,
|
|
14100
|
+
"themeUuid": null,
|
|
14101
|
+
"displayIcon": "https://media.valorant-api.com/buddies/1973fd6e-4cb1-1d51-2082-62b3d735ca9a/displayicon.png",
|
|
14102
|
+
"assetPath": "ShooterGame/Content/Equippables/Buddies/VCTCaps26/VCTCaps26_FS/GunBuddy_VCTCaps26_FS_PrimaryAsset",
|
|
14103
|
+
"levels": [
|
|
14104
|
+
{
|
|
14105
|
+
"uuid": "4245c8ef-4084-aceb-c14e-f0b6b324dba5",
|
|
14106
|
+
"charmLevel": 1,
|
|
14107
|
+
"hideIfNotOwned": false,
|
|
14108
|
+
"displayName": "VCTCaps25_VCTCaps25_Base",
|
|
14109
|
+
"displayIcon": "https://media.valorant-api.com/buddylevels/4245c8ef-4084-aceb-c14e-f0b6b324dba5/displayicon.png",
|
|
14110
|
+
"assetPath": "ShooterGame/Content/Equippables/Buddies/VCTCaps26/VCTCaps26_FS/GunBuddy_VCTCaps26_FS_Lv1_PrimaryAsset"
|
|
14111
|
+
}
|
|
14112
|
+
]
|
|
14113
|
+
},
|
|
14114
|
+
"83ace9b8-4182-1f6b-98a8-4485c20f8d59": {
|
|
14115
|
+
"uuid": "83ace9b8-4182-1f6b-98a8-4485c20f8d59",
|
|
14116
|
+
"displayName": "VCT x NV Buddy",
|
|
14117
|
+
"isHiddenIfNotOwned": false,
|
|
14118
|
+
"themeUuid": null,
|
|
14119
|
+
"displayIcon": "https://media.valorant-api.com/buddies/83ace9b8-4182-1f6b-98a8-4485c20f8d59/displayicon.png",
|
|
14120
|
+
"assetPath": "ShooterGame/Content/Equippables/Buddies/VCTCaps26/VCTCaps26_NV/GunBuddy_VCTCaps26_NV_PrimaryAsset",
|
|
14121
|
+
"levels": [
|
|
14122
|
+
{
|
|
14123
|
+
"uuid": "61ac2628-414b-d131-d547-189178d6472a",
|
|
14124
|
+
"charmLevel": 1,
|
|
14125
|
+
"hideIfNotOwned": false,
|
|
14126
|
+
"displayName": "VCTCaps25_VCTCaps25_Base",
|
|
14127
|
+
"displayIcon": "https://media.valorant-api.com/buddylevels/61ac2628-414b-d131-d547-189178d6472a/displayicon.png",
|
|
14128
|
+
"assetPath": "ShooterGame/Content/Equippables/Buddies/VCTCaps26/VCTCaps26_NV/GunBuddy_VCTCaps26_NV_Lv1_PrimaryAsset"
|
|
14129
|
+
}
|
|
14130
|
+
]
|
|
14131
|
+
},
|
|
14132
|
+
"d4e06267-4d8b-3da9-6bf7-7f8c1884fbff": {
|
|
14133
|
+
"uuid": "d4e06267-4d8b-3da9-6bf7-7f8c1884fbff",
|
|
14134
|
+
"displayName": "VCT x PCF Buddy",
|
|
14135
|
+
"isHiddenIfNotOwned": false,
|
|
14136
|
+
"themeUuid": null,
|
|
14137
|
+
"displayIcon": "https://media.valorant-api.com/buddies/d4e06267-4d8b-3da9-6bf7-7f8c1884fbff/displayicon.png",
|
|
14138
|
+
"assetPath": "ShooterGame/Content/Equippables/Buddies/VCTCaps26/VCTCaps26_PCF/GunBuddy_VCTCaps26_PCF_PrimaryAsset",
|
|
14139
|
+
"levels": [
|
|
14140
|
+
{
|
|
14141
|
+
"uuid": "694233d9-4bd3-dfef-72b8-de919ae9e392",
|
|
14142
|
+
"charmLevel": 1,
|
|
14143
|
+
"hideIfNotOwned": false,
|
|
14144
|
+
"displayName": "VCTCaps25_VCTCaps25_Base",
|
|
14145
|
+
"displayIcon": "https://media.valorant-api.com/buddylevels/694233d9-4bd3-dfef-72b8-de919ae9e392/displayicon.png",
|
|
14146
|
+
"assetPath": "ShooterGame/Content/Equippables/Buddies/VCTCaps26/VCTCaps26_PCF/GunBuddy_VCTCaps26_PCF_Lv1_PrimaryAsset"
|
|
14147
|
+
}
|
|
14148
|
+
]
|
|
14149
|
+
},
|
|
14150
|
+
"75b3be74-4e11-ee2d-d979-ad965d8122b9": {
|
|
14151
|
+
"uuid": "75b3be74-4e11-ee2d-d979-ad965d8122b9",
|
|
14152
|
+
"displayName": "VCT x VL Buddy",
|
|
14153
|
+
"isHiddenIfNotOwned": false,
|
|
14154
|
+
"themeUuid": null,
|
|
14155
|
+
"displayIcon": "https://media.valorant-api.com/buddies/75b3be74-4e11-ee2d-d979-ad965d8122b9/displayicon.png",
|
|
14156
|
+
"assetPath": "ShooterGame/Content/Equippables/Buddies/VCTCaps26/VCTCaps26_VL/GunBuddy_VCTCaps26_VL_PrimaryAsset",
|
|
14157
|
+
"levels": [
|
|
14158
|
+
{
|
|
14159
|
+
"uuid": "c0694b09-41bd-3eb9-1513-608fb0b8b292",
|
|
14160
|
+
"charmLevel": 1,
|
|
14161
|
+
"hideIfNotOwned": false,
|
|
14162
|
+
"displayName": "VCTCaps25_VCTCaps25_Base",
|
|
14163
|
+
"displayIcon": "https://media.valorant-api.com/buddylevels/c0694b09-41bd-3eb9-1513-608fb0b8b292/displayicon.png",
|
|
14164
|
+
"assetPath": "ShooterGame/Content/Equippables/Buddies/VCTCaps26/VCTCaps26_VL/GunBuddy_VCTCaps26_VL_Lv1_PrimaryAsset"
|
|
14165
|
+
}
|
|
14166
|
+
]
|
|
14167
|
+
},
|
|
14096
14168
|
"27842e23-4db9-c633-928a-a183d0b00ea0": {
|
|
14097
14169
|
"uuid": "27842e23-4db9-c633-928a-a183d0b00ea0",
|
|
14098
14170
|
"displayName": "Duo's Day Buddy",
|
package/dist/dtos/bundles.json
CHANGED
|
@@ -974,6 +974,21 @@
|
|
|
974
974
|
"verticalPromoImage": "https://media.valorant-api.com/bundles/f4015c5e-4c32-20ad-11bc-7ebc39293bc1/verticalpromoimage.png",
|
|
975
975
|
"assetPath": "ShooterGame/Content/UI/OutOfGame/MainMenu/Store/Bundles/StorefrontItem_GolemThemeBundle_DataAsset"
|
|
976
976
|
},
|
|
977
|
+
"4a21cfb3-4bb5-4046-7958-219725a89961": {
|
|
978
|
+
"uuid": "4a21cfb3-4bb5-4046-7958-219725a89961",
|
|
979
|
+
"displayName": "Jellybeam",
|
|
980
|
+
"displayNameSubText": null,
|
|
981
|
+
"description": "Jellybeam",
|
|
982
|
+
"extraDescription": null,
|
|
983
|
+
"promoDescription": null,
|
|
984
|
+
"useAdditionalContext": false,
|
|
985
|
+
"displayIcon": "https://media.valorant-api.com/bundles/4a21cfb3-4bb5-4046-7958-219725a89961/displayicon.png",
|
|
986
|
+
"displayIcon2": "https://media.valorant-api.com/bundles/4a21cfb3-4bb5-4046-7958-219725a89961/displayicon2.png",
|
|
987
|
+
"displayIcon3": "https://media.valorant-api.com/bundles/4a21cfb3-4bb5-4046-7958-219725a89961/displayicon3.png",
|
|
988
|
+
"logoIcon": null,
|
|
989
|
+
"verticalPromoImage": "https://media.valorant-api.com/bundles/4a21cfb3-4bb5-4046-7958-219725a89961/verticalpromoimage.png",
|
|
990
|
+
"assetPath": "ShooterGame/Content/UI/OutOfGame/MainMenu/Store/Bundles/StorefrontItem_GummyThemeBundle_DataAsset"
|
|
991
|
+
},
|
|
977
992
|
"550d9d34-4942-a605-ba3c-b09452e52f83": {
|
|
978
993
|
"uuid": "550d9d34-4942-a605-ba3c-b09452e52f83",
|
|
979
994
|
"displayName": "Neo Frontier",
|
|
@@ -3419,6 +3434,21 @@
|
|
|
3419
3434
|
"verticalPromoImage": "https://media.valorant-api.com/bundles/b1631019-4d74-fa7e-69e6-bbba4506a4fd/verticalpromoimage.png",
|
|
3420
3435
|
"assetPath": "ShooterGame/Content/UI/OutOfGame/MainMenu/Store/Bundles/VCTCaps26/StorefrontItem_VCTCaps26_FPXThemeBundle_DataAsset"
|
|
3421
3436
|
},
|
|
3437
|
+
"18bb141e-49de-364e-2c04-30b0b980d9e7": {
|
|
3438
|
+
"uuid": "18bb141e-49de-364e-2c04-30b0b980d9e7",
|
|
3439
|
+
"displayName": "VCT x FS",
|
|
3440
|
+
"displayNameSubText": "CAPSULE",
|
|
3441
|
+
"description": "VCT x FS",
|
|
3442
|
+
"extraDescription": "Support your favorite team with the VCT Team Capsules. Throughout the 2026 VCT season, teams will earn a portion of proceeds from their respective Capsules. Please note: This content may change (even frequently) to reflect the team's branding choices.",
|
|
3443
|
+
"promoDescription": "Teams will earn a portion of proceeds from their respective Capsules.",
|
|
3444
|
+
"useAdditionalContext": true,
|
|
3445
|
+
"displayIcon": "https://media.valorant-api.com/bundles/18bb141e-49de-364e-2c04-30b0b980d9e7/displayicon.png",
|
|
3446
|
+
"displayIcon2": "https://media.valorant-api.com/bundles/18bb141e-49de-364e-2c04-30b0b980d9e7/displayicon2.png",
|
|
3447
|
+
"displayIcon3": "https://media.valorant-api.com/bundles/18bb141e-49de-364e-2c04-30b0b980d9e7/displayicon3.png",
|
|
3448
|
+
"logoIcon": "https://media.valorant-api.com/bundles/18bb141e-49de-364e-2c04-30b0b980d9e7/logoicon.png",
|
|
3449
|
+
"verticalPromoImage": "https://media.valorant-api.com/bundles/18bb141e-49de-364e-2c04-30b0b980d9e7/verticalpromoimage.png",
|
|
3450
|
+
"assetPath": "ShooterGame/Content/UI/OutOfGame/MainMenu/Store/Bundles/VCTCaps26/StorefrontItem_VCTCaps26_FSThemeBundle_DataAsset"
|
|
3451
|
+
},
|
|
3422
3452
|
"2f4a8190-4f89-d039-321b-15a58517eae3": {
|
|
3423
3453
|
"uuid": "2f4a8190-4f89-d039-321b-15a58517eae3",
|
|
3424
3454
|
"displayName": "VCT x FUR",
|
|
@@ -3519,7 +3549,7 @@
|
|
|
3519
3549
|
"useAdditionalContext": true,
|
|
3520
3550
|
"displayIcon": "https://media.valorant-api.com/bundles/c3fcfdb0-4a30-3935-a49e-13a119b7ca8b/displayicon.png",
|
|
3521
3551
|
"displayIcon2": "https://media.valorant-api.com/bundles/c3fcfdb0-4a30-3935-a49e-13a119b7ca8b/displayicon2.png",
|
|
3522
|
-
"displayIcon3":
|
|
3552
|
+
"displayIcon3": "https://media.valorant-api.com/bundles/c3fcfdb0-4a30-3935-a49e-13a119b7ca8b/displayicon3.png",
|
|
3523
3553
|
"logoIcon": null,
|
|
3524
3554
|
"verticalPromoImage": "https://media.valorant-api.com/bundles/c3fcfdb0-4a30-3935-a49e-13a119b7ca8b/verticalpromoimage.png",
|
|
3525
3555
|
"assetPath": "ShooterGame/Content/UI/OutOfGame/MainMenu/Store/Bundles/VCTCaps26/StorefrontItem_VCTCaps26_GenericThemeBundle_DataAsset"
|
|
@@ -3689,6 +3719,36 @@
|
|
|
3689
3719
|
"verticalPromoImage": "https://media.valorant-api.com/bundles/4d41253f-4eee-9c38-9ed2-7e97b855abb6/verticalpromoimage.png",
|
|
3690
3720
|
"assetPath": "ShooterGame/Content/UI/OutOfGame/MainMenu/Store/Bundles/VCTCaps26/StorefrontItem_VCTCaps26_NSThemeBundle_DataAsset"
|
|
3691
3721
|
},
|
|
3722
|
+
"a23ad5ec-48f6-9539-d98e-9798af062b99": {
|
|
3723
|
+
"uuid": "a23ad5ec-48f6-9539-d98e-9798af062b99",
|
|
3724
|
+
"displayName": "VCT x NV",
|
|
3725
|
+
"displayNameSubText": "CAPSULE",
|
|
3726
|
+
"description": "VCT x NV",
|
|
3727
|
+
"extraDescription": "Support your favorite team with the VCT Team Capsules. Throughout the 2026 VCT season, teams will earn a portion of proceeds from their respective Capsules. Please note: This content may change (even frequently) to reflect the team's branding choices.",
|
|
3728
|
+
"promoDescription": "Teams will earn a portion of proceeds from their respective Capsules.",
|
|
3729
|
+
"useAdditionalContext": true,
|
|
3730
|
+
"displayIcon": "https://media.valorant-api.com/bundles/a23ad5ec-48f6-9539-d98e-9798af062b99/displayicon.png",
|
|
3731
|
+
"displayIcon2": "https://media.valorant-api.com/bundles/a23ad5ec-48f6-9539-d98e-9798af062b99/displayicon2.png",
|
|
3732
|
+
"displayIcon3": "https://media.valorant-api.com/bundles/a23ad5ec-48f6-9539-d98e-9798af062b99/displayicon3.png",
|
|
3733
|
+
"logoIcon": "https://media.valorant-api.com/bundles/a23ad5ec-48f6-9539-d98e-9798af062b99/logoicon.png",
|
|
3734
|
+
"verticalPromoImage": "https://media.valorant-api.com/bundles/a23ad5ec-48f6-9539-d98e-9798af062b99/verticalpromoimage.png",
|
|
3735
|
+
"assetPath": "ShooterGame/Content/UI/OutOfGame/MainMenu/Store/Bundles/VCTCaps26/StorefrontItem_VCTCaps26_NVThemeBundle_DataAsset"
|
|
3736
|
+
},
|
|
3737
|
+
"09d01495-4843-c2bb-d0fa-119d4240f791": {
|
|
3738
|
+
"uuid": "09d01495-4843-c2bb-d0fa-119d4240f791",
|
|
3739
|
+
"displayName": "VCT x PCF",
|
|
3740
|
+
"displayNameSubText": "CAPSULE",
|
|
3741
|
+
"description": "VCT x PCF",
|
|
3742
|
+
"extraDescription": "Support your favorite team with the VCT Team Capsules. Throughout the 2026 VCT season, teams will earn a portion of proceeds from their respective Capsules. Please note: This content may change (even frequently) to reflect the team's branding choices.",
|
|
3743
|
+
"promoDescription": "Teams will earn a portion of proceeds from their respective Capsules.",
|
|
3744
|
+
"useAdditionalContext": true,
|
|
3745
|
+
"displayIcon": "https://media.valorant-api.com/bundles/09d01495-4843-c2bb-d0fa-119d4240f791/displayicon.png",
|
|
3746
|
+
"displayIcon2": "https://media.valorant-api.com/bundles/09d01495-4843-c2bb-d0fa-119d4240f791/displayicon2.png",
|
|
3747
|
+
"displayIcon3": "https://media.valorant-api.com/bundles/09d01495-4843-c2bb-d0fa-119d4240f791/displayicon3.png",
|
|
3748
|
+
"logoIcon": "https://media.valorant-api.com/bundles/09d01495-4843-c2bb-d0fa-119d4240f791/logoicon.png",
|
|
3749
|
+
"verticalPromoImage": "https://media.valorant-api.com/bundles/09d01495-4843-c2bb-d0fa-119d4240f791/verticalpromoimage.png",
|
|
3750
|
+
"assetPath": "ShooterGame/Content/UI/OutOfGame/MainMenu/Store/Bundles/VCTCaps26/StorefrontItem_VCTCaps26_PCFThemeBundle_DataAsset"
|
|
3751
|
+
},
|
|
3692
3752
|
"f33e2654-4579-5062-b87e-a2bd181371d5": {
|
|
3693
3753
|
"uuid": "f33e2654-4579-5062-b87e-a2bd181371d5",
|
|
3694
3754
|
"displayName": "VCT x PRX",
|
|
@@ -3854,6 +3914,21 @@
|
|
|
3854
3914
|
"verticalPromoImage": "https://media.valorant-api.com/bundles/e7ce2a70-46c2-61e2-bcdd-82a88a9d0d5c/verticalpromoimage.png",
|
|
3855
3915
|
"assetPath": "ShooterGame/Content/UI/OutOfGame/MainMenu/Store/Bundles/VCTCaps26/StorefrontItem_VCTCaps26_VITThemeBundle_DataAsset"
|
|
3856
3916
|
},
|
|
3917
|
+
"e3f4558b-4e66-a64a-b6b8-988fdbe90389": {
|
|
3918
|
+
"uuid": "e3f4558b-4e66-a64a-b6b8-988fdbe90389",
|
|
3919
|
+
"displayName": "VCT x VL",
|
|
3920
|
+
"displayNameSubText": "CAPSULE",
|
|
3921
|
+
"description": "VCT x VL",
|
|
3922
|
+
"extraDescription": "Support your favorite team with the VCT Team Capsules. Throughout the 2026 VCT season, teams will earn a portion of proceeds from their respective Capsules. Please note: This content may change (even frequently) to reflect the team's branding choices.",
|
|
3923
|
+
"promoDescription": "Teams will earn a portion of proceeds from their respective Capsules.",
|
|
3924
|
+
"useAdditionalContext": true,
|
|
3925
|
+
"displayIcon": "https://media.valorant-api.com/bundles/e3f4558b-4e66-a64a-b6b8-988fdbe90389/displayicon.png",
|
|
3926
|
+
"displayIcon2": "https://media.valorant-api.com/bundles/e3f4558b-4e66-a64a-b6b8-988fdbe90389/displayicon2.png",
|
|
3927
|
+
"displayIcon3": "https://media.valorant-api.com/bundles/e3f4558b-4e66-a64a-b6b8-988fdbe90389/displayicon3.png",
|
|
3928
|
+
"logoIcon": "https://media.valorant-api.com/bundles/e3f4558b-4e66-a64a-b6b8-988fdbe90389/logoicon.png",
|
|
3929
|
+
"verticalPromoImage": "https://media.valorant-api.com/bundles/e3f4558b-4e66-a64a-b6b8-988fdbe90389/verticalpromoimage.png",
|
|
3930
|
+
"assetPath": "ShooterGame/Content/UI/OutOfGame/MainMenu/Store/Bundles/VCTCaps26/StorefrontItem_VCTCaps26_VLThemeBundle_DataAsset"
|
|
3931
|
+
},
|
|
3857
3932
|
"9474d4bc-4c89-2d0a-5fd0-bdb23506bf0c": {
|
|
3858
3933
|
"uuid": "9474d4bc-4c89-2d0a-5fd0-bdb23506bf0c",
|
|
3859
3934
|
"displayName": "VCT x WOL",
|
package/dist/dtos/flex.json
CHANGED
|
@@ -111,6 +111,13 @@
|
|
|
111
111
|
"displayIcon": "https://media.valorant-api.com/flex/90f0a554-41b3-355b-6846-74a27aa3f7b9/displayicon.png",
|
|
112
112
|
"assetPath": "ShooterGame/Content/Equippables/Totems/UnequipTotem/UnequipTotem_DataAsset"
|
|
113
113
|
},
|
|
114
|
+
"a348bfba-429d-8cf3-e671-1db93db5f793": {
|
|
115
|
+
"uuid": "a348bfba-429d-8cf3-e671-1db93db5f793",
|
|
116
|
+
"displayName": "5 Years Flex",
|
|
117
|
+
"displayNameAllCaps": "5 YEARS FLEX",
|
|
118
|
+
"displayIcon": "https://media.valorant-api.com/flex/a348bfba-429d-8cf3-e671-1db93db5f793/displayicon.png",
|
|
119
|
+
"assetPath": "ShooterGame/Content/Equippables/Totems/VAL5/Totem_Val5_PrimaryAsset"
|
|
120
|
+
},
|
|
114
121
|
"1e55c382-4a00-0e7b-38f8-e8b148fb2e78": {
|
|
115
122
|
"uuid": "1e55c382-4a00-0e7b-38f8-e8b148fb2e78",
|
|
116
123
|
"displayName": "VCT 2026 Flex",
|
|
@@ -118,13 +125,6 @@
|
|
|
118
125
|
"displayIcon": "https://media.valorant-api.com/flex/1e55c382-4a00-0e7b-38f8-e8b148fb2e78/displayicon.png",
|
|
119
126
|
"assetPath": "ShooterGame/Content/Equippables/Totems/VCT26Season/Totem_VCT26Season_PrimaryAsset"
|
|
120
127
|
},
|
|
121
|
-
"a348bfba-429d-8cf3-e671-1db93db5f793": {
|
|
122
|
-
"uuid": "a348bfba-429d-8cf3-e671-1db93db5f793",
|
|
123
|
-
"displayName": "5 Years Flex",
|
|
124
|
-
"displayNameAllCaps": "5 YEARS FLEX",
|
|
125
|
-
"displayIcon": "https://media.valorant-api.com/flex/a348bfba-429d-8cf3-e671-1db93db5f793/displayicon.png",
|
|
126
|
-
"assetPath": "ShooterGame/Content/Equippables/Totems/Val5/Totem_Val5_PrimaryAsset"
|
|
127
|
-
},
|
|
128
128
|
"a99fca6c-4943-5dca-faf0-53990dddbaf6": {
|
|
129
129
|
"uuid": "a99fca6c-4943-5dca-faf0-53990dddbaf6",
|
|
130
130
|
"displayName": "SharkX Flex",
|