@valolytics/ts-valorant-dtos 12.4.0 → 12.5.0
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 +65 -0
- package/dist/dtos/buddies.json +292 -76
- package/dist/dtos/bundles.json +15 -0
- package/dist/dtos/contracts.json +3433 -2380
- package/dist/dtos/flex.json +14 -0
- package/dist/dtos/gameModes.json +61 -0
- package/dist/dtos/playerCards.json +369 -193
- package/dist/dtos/playerTitles.json +69 -34
- package/dist/dtos/sprays.json +2471 -2080
- package/dist/dtos/themes.json +36 -1
- package/dist/dtos/weapons.json +3962 -3045
- package/package.json +1 -1
package/dist/dtos/agents.json
CHANGED
|
@@ -722,6 +722,71 @@
|
|
|
722
722
|
],
|
|
723
723
|
"voiceLine": null
|
|
724
724
|
},
|
|
725
|
+
"7c8a4701-4de6-9355-b254-e09bc2a34b72": {
|
|
726
|
+
"uuid": "7c8a4701-4de6-9355-b254-e09bc2a34b72",
|
|
727
|
+
"displayName": "Miks",
|
|
728
|
+
"description": "Straight from Croatia, Miks takes the stage channeling pure sound energy. With his infectious passion and sonic powers, he rallies his squad to move as one as they set the tempo on the battlefield together.",
|
|
729
|
+
"developerName": "Iris",
|
|
730
|
+
"releaseDate": "2026-03-18T15:00:00Z",
|
|
731
|
+
"characterTags": null,
|
|
732
|
+
"displayIcon": "https://media.valorant-api.com/agents/7c8a4701-4de6-9355-b254-e09bc2a34b72/displayicon.png",
|
|
733
|
+
"displayIconSmall": "https://media.valorant-api.com/agents/7c8a4701-4de6-9355-b254-e09bc2a34b72/displayicon.png",
|
|
734
|
+
"bustPortrait": "https://media.valorant-api.com/agents/7c8a4701-4de6-9355-b254-e09bc2a34b72/fullportrait.png",
|
|
735
|
+
"fullPortrait": "https://media.valorant-api.com/agents/7c8a4701-4de6-9355-b254-e09bc2a34b72/fullportrait.png",
|
|
736
|
+
"fullPortraitV2": "https://media.valorant-api.com/agents/7c8a4701-4de6-9355-b254-e09bc2a34b72/fullportrait.png",
|
|
737
|
+
"killfeedPortrait": "https://media.valorant-api.com/agents/7c8a4701-4de6-9355-b254-e09bc2a34b72/killfeedportrait.png",
|
|
738
|
+
"minimapPortrait": "https://media.valorant-api.com/agents/7c8a4701-4de6-9355-b254-e09bc2a34b72/minimapportrait.png",
|
|
739
|
+
"homeScreenPromoTileImage": "https://media.valorant-api.com/agents/7c8a4701-4de6-9355-b254-e09bc2a34b72/homescreenpromotileimage.png",
|
|
740
|
+
"background": "https://media.valorant-api.com/agents/7c8a4701-4de6-9355-b254-e09bc2a34b72/background.png",
|
|
741
|
+
"backgroundGradientColors": [
|
|
742
|
+
"462b75ff",
|
|
743
|
+
"0f1923ff",
|
|
744
|
+
"344673ff",
|
|
745
|
+
"0f192300"
|
|
746
|
+
],
|
|
747
|
+
"assetPath": "ShooterGame/Content/Characters/Iris/Iris_PrimaryAsset",
|
|
748
|
+
"isFullPortraitRightFacing": false,
|
|
749
|
+
"isPlayableCharacter": true,
|
|
750
|
+
"isAvailableForTest": true,
|
|
751
|
+
"isBaseContent": false,
|
|
752
|
+
"role": {
|
|
753
|
+
"uuid": "4ee40330-ecdd-4f2f-98a8-eb1243428373",
|
|
754
|
+
"displayName": "Controller",
|
|
755
|
+
"description": "Controllers are experts in slicing up dangerous territory to set their team up for success.",
|
|
756
|
+
"displayIcon": "https://media.valorant-api.com/agents/roles/4ee40330-ecdd-4f2f-98a8-eb1243428373/displayicon.png",
|
|
757
|
+
"assetPath": "ShooterGame/Content/Characters/_Core/Roles/Strategist_PrimaryDataAsset"
|
|
758
|
+
},
|
|
759
|
+
"recruitmentData": {
|
|
760
|
+
"counterId": "7c8a4701-4de6-9355-b254-e09bc2a34b72",
|
|
761
|
+
"milestoneId": "0e5f4b8f-4f50-4a07-fa17-c7b55a1c72d1",
|
|
762
|
+
"milestoneThreshold": 200000,
|
|
763
|
+
"useLevelVpCostOverride": false,
|
|
764
|
+
"levelVpCostOverride": 0,
|
|
765
|
+
"startDate": "2026-03-17T22:00:00Z",
|
|
766
|
+
"endDate": "2026-04-15T22:00:00Z"
|
|
767
|
+
},
|
|
768
|
+
"abilities": [
|
|
769
|
+
{
|
|
770
|
+
"slot": "Ability2",
|
|
771
|
+
"displayName": "Waveform",
|
|
772
|
+
"description": "EQUIP a Map Targeter. FIRE to set locations. ALT-FIRE to spawn Smokes at selected locations.",
|
|
773
|
+
"displayIcon": "https://media.valorant-api.com/agents/7c8a4701-4de6-9355-b254-e09bc2a34b72/abilities/ability2/displayicon.png"
|
|
774
|
+
},
|
|
775
|
+
{
|
|
776
|
+
"slot": "Ability1",
|
|
777
|
+
"displayName": "Harmonize",
|
|
778
|
+
"description": "EQUIP Harmonize. Target an ally and FIRE to activate a Combat Stim on yourself and the ally that refreshes with each kill. ALT-FIRE to grant Combat Stim to yourself.",
|
|
779
|
+
"displayIcon": "https://media.valorant-api.com/agents/7c8a4701-4de6-9355-b254-e09bc2a34b72/abilities/ability1/displayicon.png"
|
|
780
|
+
},
|
|
781
|
+
{
|
|
782
|
+
"slot": "Ultimate",
|
|
783
|
+
"displayName": "Bassquake",
|
|
784
|
+
"description": "EQUIP Bassquake. FIRE to build up and unleash Sonic Radiance forward, knocking back, Deafening, and Slowing players.",
|
|
785
|
+
"displayIcon": "https://media.valorant-api.com/agents/7c8a4701-4de6-9355-b254-e09bc2a34b72/abilities/ultimate/displayicon.png"
|
|
786
|
+
}
|
|
787
|
+
],
|
|
788
|
+
"voiceLine": null
|
|
789
|
+
},
|
|
725
790
|
"1e58de9c-4950-5125-93e9-a0aee9f98746": {
|
|
726
791
|
"uuid": "1e58de9c-4950-5125-93e9-a0aee9f98746",
|
|
727
792
|
"displayName": "Killjoy",
|
package/dist/dtos/buddies.json
CHANGED
|
@@ -629,6 +629,24 @@
|
|
|
629
629
|
}
|
|
630
630
|
]
|
|
631
631
|
},
|
|
632
|
+
"3bff23db-431e-8ef3-476f-39b5d90c89b2": {
|
|
633
|
+
"uuid": "3bff23db-431e-8ef3-476f-39b5d90c89b2",
|
|
634
|
+
"displayName": "Happy Petal Buddy",
|
|
635
|
+
"isHiddenIfNotOwned": false,
|
|
636
|
+
"themeUuid": null,
|
|
637
|
+
"displayIcon": "https://media.valorant-api.com/buddies/3bff23db-431e-8ef3-476f-39b5d90c89b2/displayicon.png",
|
|
638
|
+
"assetPath": "ShooterGame/Content/Equippables/Buddies/Blossy/GunBuddy_Blossy_PrimaryAsset",
|
|
639
|
+
"levels": [
|
|
640
|
+
{
|
|
641
|
+
"uuid": "198e77a1-4708-1f80-7c5a-ca9d1da93808",
|
|
642
|
+
"charmLevel": 1,
|
|
643
|
+
"hideIfNotOwned": false,
|
|
644
|
+
"displayName": "Blossy",
|
|
645
|
+
"displayIcon": "https://media.valorant-api.com/buddylevels/198e77a1-4708-1f80-7c5a-ca9d1da93808/displayicon.png",
|
|
646
|
+
"assetPath": "ShooterGame/Content/Equippables/Buddies/Blossy/GunBuddy_Blossy_Lv1_PrimaryAsset"
|
|
647
|
+
}
|
|
648
|
+
]
|
|
649
|
+
},
|
|
632
650
|
"5d3744e9-4c9d-1a45-e79b-6b8004041a30": {
|
|
633
651
|
"uuid": "5d3744e9-4c9d-1a45-e79b-6b8004041a30",
|
|
634
652
|
"displayName": "Blueberry Buddy",
|
|
@@ -2375,6 +2393,24 @@
|
|
|
2375
2393
|
}
|
|
2376
2394
|
]
|
|
2377
2395
|
},
|
|
2396
|
+
"5dcc7d9e-4ef4-2189-698d-539e6257ea9e": {
|
|
2397
|
+
"uuid": "5dcc7d9e-4ef4-2189-698d-539e6257ea9e",
|
|
2398
|
+
"displayName": "V26 ACT II Coin Buddy",
|
|
2399
|
+
"isHiddenIfNotOwned": false,
|
|
2400
|
+
"themeUuid": null,
|
|
2401
|
+
"displayIcon": "https://media.valorant-api.com/buddies/5dcc7d9e-4ef4-2189-698d-539e6257ea9e/displayicon.png",
|
|
2402
|
+
"assetPath": "ShooterGame/Content/Equippables/Buddies/Coin_V26_A2/GunBuddy_Coin_V26_A2_PrimaryAsset",
|
|
2403
|
+
"levels": [
|
|
2404
|
+
{
|
|
2405
|
+
"uuid": "b934b9d2-4dfe-3667-4362-86aaf170ab1d",
|
|
2406
|
+
"charmLevel": 1,
|
|
2407
|
+
"hideIfNotOwned": false,
|
|
2408
|
+
"displayName": "Coin_V26_A2",
|
|
2409
|
+
"displayIcon": "https://media.valorant-api.com/buddylevels/b934b9d2-4dfe-3667-4362-86aaf170ab1d/displayicon.png",
|
|
2410
|
+
"assetPath": "ShooterGame/Content/Equippables/Buddies/Coin_V26_A2/GunBuddy_Coin_V26_A2_Lv1_PrimaryAsset"
|
|
2411
|
+
}
|
|
2412
|
+
]
|
|
2413
|
+
},
|
|
2378
2414
|
"e826de1b-4c4e-5ef7-45bf-a9b360b7daf5": {
|
|
2379
2415
|
"uuid": "e826de1b-4c4e-5ef7-45bf-a9b360b7daf5",
|
|
2380
2416
|
"displayName": "Comet Buddy",
|
|
@@ -2957,7 +2993,7 @@
|
|
|
2957
2993
|
"isHiddenIfNotOwned": false,
|
|
2958
2994
|
"themeUuid": null,
|
|
2959
2995
|
"displayIcon": "https://media.valorant-api.com/buddies/cd1500f0-470c-9753-1cb9-43924c98fc84/displayicon.png",
|
|
2960
|
-
"assetPath": "ShooterGame/Content/Equippables/Buddies/
|
|
2996
|
+
"assetPath": "ShooterGame/Content/Equippables/Buddies/DemonStone/GunBuddy_Demonstone_PrimaryAsset",
|
|
2961
2997
|
"levels": [
|
|
2962
2998
|
{
|
|
2963
2999
|
"uuid": "ced74427-4530-5a19-9c55-cbb81c150bcc",
|
|
@@ -3047,7 +3083,7 @@
|
|
|
3047
3083
|
"isHiddenIfNotOwned": false,
|
|
3048
3084
|
"themeUuid": null,
|
|
3049
3085
|
"displayIcon": "https://media.valorant-api.com/buddies/67592092-4c30-79b7-1a03-bc83deeadd59/displayicon.png",
|
|
3050
|
-
"assetPath": "ShooterGame/Content/Equippables/Buddies/
|
|
3086
|
+
"assetPath": "ShooterGame/Content/Equippables/Buddies/DoubleSniperStarterPack/GunBuddy_DoubleSniperStarterPack_PrimaryAsset",
|
|
3051
3087
|
"levels": [
|
|
3052
3088
|
{
|
|
3053
3089
|
"uuid": "843d042c-4695-a011-583d-e5bf8f42e6b3",
|
|
@@ -3095,6 +3131,24 @@
|
|
|
3095
3131
|
}
|
|
3096
3132
|
]
|
|
3097
3133
|
},
|
|
3134
|
+
"3d86f44a-4c85-dd03-4429-31b6409f3300": {
|
|
3135
|
+
"uuid": "3d86f44a-4c85-dd03-4429-31b6409f3300",
|
|
3136
|
+
"displayName": "Dragon Gate Buddy",
|
|
3137
|
+
"isHiddenIfNotOwned": false,
|
|
3138
|
+
"themeUuid": null,
|
|
3139
|
+
"displayIcon": "https://media.valorant-api.com/buddies/3d86f44a-4c85-dd03-4429-31b6409f3300/displayicon.png",
|
|
3140
|
+
"assetPath": "ShooterGame/Content/Equippables/Buddies/DragonsGate/GunBuddy_DragonsGate_PrimaryAsset",
|
|
3141
|
+
"levels": [
|
|
3142
|
+
{
|
|
3143
|
+
"uuid": "a518311a-4b45-d8ab-bb97-98b4e59f3229",
|
|
3144
|
+
"charmLevel": 1,
|
|
3145
|
+
"hideIfNotOwned": false,
|
|
3146
|
+
"displayName": "DragonsGate",
|
|
3147
|
+
"displayIcon": "https://media.valorant-api.com/buddylevels/a518311a-4b45-d8ab-bb97-98b4e59f3229/displayicon.png",
|
|
3148
|
+
"assetPath": "ShooterGame/Content/Equippables/Buddies/DragonsGate/GunBuddy_DragonsGate_Lv1_PrimaryAsset"
|
|
3149
|
+
}
|
|
3150
|
+
]
|
|
3151
|
+
},
|
|
3098
3152
|
"df7fdf8c-4c92-b44a-9020-e1b6e4ccd50f": {
|
|
3099
3153
|
"uuid": "df7fdf8c-4c92-b44a-9020-e1b6e4ccd50f",
|
|
3100
3154
|
"displayName": "Message in a Bottle Buddy",
|
|
@@ -3311,6 +3365,24 @@
|
|
|
3311
3365
|
}
|
|
3312
3366
|
]
|
|
3313
3367
|
},
|
|
3368
|
+
"89ac98ec-495d-680b-22cb-d3afe04eae6e": {
|
|
3369
|
+
"uuid": "89ac98ec-495d-680b-22cb-d3afe04eae6e",
|
|
3370
|
+
"displayName": "Nest Egg Buddy",
|
|
3371
|
+
"isHiddenIfNotOwned": false,
|
|
3372
|
+
"themeUuid": null,
|
|
3373
|
+
"displayIcon": "https://media.valorant-api.com/buddies/89ac98ec-495d-680b-22cb-d3afe04eae6e/displayicon.png",
|
|
3374
|
+
"assetPath": "ShooterGame/Content/Equippables/Buddies/EggieBasket/GunBuddy_EggieBasket_PrimaryAsset",
|
|
3375
|
+
"levels": [
|
|
3376
|
+
{
|
|
3377
|
+
"uuid": "a00272db-423d-1d9c-36f7-caa95a178e8c",
|
|
3378
|
+
"charmLevel": 1,
|
|
3379
|
+
"hideIfNotOwned": false,
|
|
3380
|
+
"displayName": "EggieBasket",
|
|
3381
|
+
"displayIcon": "https://media.valorant-api.com/buddylevels/a00272db-423d-1d9c-36f7-caa95a178e8c/displayicon.png",
|
|
3382
|
+
"assetPath": "ShooterGame/Content/Equippables/Buddies/EggieBasket/GunBuddy_EggieBasket_Lv1_PrimaryAsset"
|
|
3383
|
+
}
|
|
3384
|
+
]
|
|
3385
|
+
},
|
|
3314
3386
|
"b681672d-497d-9d2b-10e7-3dbfd8a759c4": {
|
|
3315
3387
|
"uuid": "b681672d-497d-9d2b-10e7-3dbfd8a759c4",
|
|
3316
3388
|
"displayName": "Sunny Side Buddy",
|
|
@@ -4211,6 +4283,24 @@
|
|
|
4211
4283
|
}
|
|
4212
4284
|
]
|
|
4213
4285
|
},
|
|
4286
|
+
"6b36634f-4ee1-bdb3-fa82-a5b0987e08e1": {
|
|
4287
|
+
"uuid": "6b36634f-4ee1-bdb3-fa82-a5b0987e08e1",
|
|
4288
|
+
"displayName": "Give Back // V25 Buddy",
|
|
4289
|
+
"isHiddenIfNotOwned": true,
|
|
4290
|
+
"themeUuid": null,
|
|
4291
|
+
"displayIcon": "https://media.valorant-api.com/buddies/6b36634f-4ee1-bdb3-fa82-a5b0987e08e1/displayicon.png",
|
|
4292
|
+
"assetPath": "ShooterGame/Content/Equippables/Buddies/GiveBackBundle25/GunBuddy_Givebackbundle25_PrimaryAsset",
|
|
4293
|
+
"levels": [
|
|
4294
|
+
{
|
|
4295
|
+
"uuid": "fdedc1d9-4f68-ad07-2a1a-e3b679ee0c0a",
|
|
4296
|
+
"charmLevel": 1,
|
|
4297
|
+
"hideIfNotOwned": false,
|
|
4298
|
+
"displayName": "Givebackbundle25",
|
|
4299
|
+
"displayIcon": "https://media.valorant-api.com/buddylevels/fdedc1d9-4f68-ad07-2a1a-e3b679ee0c0a/displayicon.png",
|
|
4300
|
+
"assetPath": "ShooterGame/Content/Equippables/Buddies/Givebackbundle25/GunBuddy_Givebackbundle25_Lv1_PrimaryAsset"
|
|
4301
|
+
}
|
|
4302
|
+
]
|
|
4303
|
+
},
|
|
4214
4304
|
"f2bda332-4920-a2f7-86da-a982150de91f": {
|
|
4215
4305
|
"uuid": "f2bda332-4920-a2f7-86da-a982150de91f",
|
|
4216
4306
|
"displayName": "Give Back // 2023 Buddy",
|
|
@@ -4247,24 +4337,6 @@
|
|
|
4247
4337
|
}
|
|
4248
4338
|
]
|
|
4249
4339
|
},
|
|
4250
|
-
"6b36634f-4ee1-bdb3-fa82-a5b0987e08e1": {
|
|
4251
|
-
"uuid": "6b36634f-4ee1-bdb3-fa82-a5b0987e08e1",
|
|
4252
|
-
"displayName": "Give Back // V25 Buddy",
|
|
4253
|
-
"isHiddenIfNotOwned": true,
|
|
4254
|
-
"themeUuid": null,
|
|
4255
|
-
"displayIcon": "https://media.valorant-api.com/buddies/6b36634f-4ee1-bdb3-fa82-a5b0987e08e1/displayicon.png",
|
|
4256
|
-
"assetPath": "ShooterGame/Content/Equippables/Buddies/Givebackbundle25/GunBuddy_Givebackbundle25_PrimaryAsset",
|
|
4257
|
-
"levels": [
|
|
4258
|
-
{
|
|
4259
|
-
"uuid": "fdedc1d9-4f68-ad07-2a1a-e3b679ee0c0a",
|
|
4260
|
-
"charmLevel": 1,
|
|
4261
|
-
"hideIfNotOwned": false,
|
|
4262
|
-
"displayName": "Givebackbundle25",
|
|
4263
|
-
"displayIcon": "https://media.valorant-api.com/buddylevels/fdedc1d9-4f68-ad07-2a1a-e3b679ee0c0a/displayicon.png",
|
|
4264
|
-
"assetPath": "ShooterGame/Content/Equippables/Buddies/Givebackbundle25/GunBuddy_Givebackbundle25_Lv1_PrimaryAsset"
|
|
4265
|
-
}
|
|
4266
|
-
]
|
|
4267
|
-
},
|
|
4268
4340
|
"8efb8d51-453b-2acb-75f5-049f4d33bdfb": {
|
|
4269
4341
|
"uuid": "8efb8d51-453b-2acb-75f5-049f4d33bdfb",
|
|
4270
4342
|
"displayName": "Terrarium Treasure Buddy",
|
|
@@ -4769,24 +4841,6 @@
|
|
|
4769
4841
|
}
|
|
4770
4842
|
]
|
|
4771
4843
|
},
|
|
4772
|
-
"8ac9948e-4c40-bcec-4f7d-e6bd5c8b349c": {
|
|
4773
|
-
"uuid": "8ac9948e-4c40-bcec-4f7d-e6bd5c8b349c",
|
|
4774
|
-
"displayName": "Prime Buddy",
|
|
4775
|
-
"isHiddenIfNotOwned": false,
|
|
4776
|
-
"themeUuid": "9436fe00-4156-e115-b11f-f69cac91a6a5",
|
|
4777
|
-
"displayIcon": "https://media.valorant-api.com/buddies/8ac9948e-4c40-bcec-4f7d-e6bd5c8b349c/displayicon.png",
|
|
4778
|
-
"assetPath": "ShooterGame/Content/Equippables/Buddies/HypeBeast/GunBuddy_Hypebeast_PrimaryAsset",
|
|
4779
|
-
"levels": [
|
|
4780
|
-
{
|
|
4781
|
-
"uuid": "80bbcdff-4b2c-2370-0806-498c0f4e1d06",
|
|
4782
|
-
"charmLevel": 1,
|
|
4783
|
-
"hideIfNotOwned": false,
|
|
4784
|
-
"displayName": "Prime Buddy",
|
|
4785
|
-
"displayIcon": "https://media.valorant-api.com/buddylevels/80bbcdff-4b2c-2370-0806-498c0f4e1d06/displayicon.png",
|
|
4786
|
-
"assetPath": "ShooterGame/Content/Equippables/Buddies/Hypebeast/GunBuddy_Hypebeast_Lv1_PrimaryAsset"
|
|
4787
|
-
}
|
|
4788
|
-
]
|
|
4789
|
-
},
|
|
4790
4844
|
"32910c32-45e3-4959-9322-1a9fda1126ca": {
|
|
4791
4845
|
"uuid": "32910c32-45e3-4959-9322-1a9fda1126ca",
|
|
4792
4846
|
"displayName": "Prime//2.0 Buddy",
|
|
@@ -4805,6 +4859,24 @@
|
|
|
4805
4859
|
}
|
|
4806
4860
|
]
|
|
4807
4861
|
},
|
|
4862
|
+
"8ac9948e-4c40-bcec-4f7d-e6bd5c8b349c": {
|
|
4863
|
+
"uuid": "8ac9948e-4c40-bcec-4f7d-e6bd5c8b349c",
|
|
4864
|
+
"displayName": "Prime Buddy",
|
|
4865
|
+
"isHiddenIfNotOwned": false,
|
|
4866
|
+
"themeUuid": "9436fe00-4156-e115-b11f-f69cac91a6a5",
|
|
4867
|
+
"displayIcon": "https://media.valorant-api.com/buddies/8ac9948e-4c40-bcec-4f7d-e6bd5c8b349c/displayicon.png",
|
|
4868
|
+
"assetPath": "ShooterGame/Content/Equippables/Buddies/Hypebeast/GunBuddy_Hypebeast_PrimaryAsset",
|
|
4869
|
+
"levels": [
|
|
4870
|
+
{
|
|
4871
|
+
"uuid": "80bbcdff-4b2c-2370-0806-498c0f4e1d06",
|
|
4872
|
+
"charmLevel": 1,
|
|
4873
|
+
"hideIfNotOwned": false,
|
|
4874
|
+
"displayName": "Prime Buddy",
|
|
4875
|
+
"displayIcon": "https://media.valorant-api.com/buddylevels/80bbcdff-4b2c-2370-0806-498c0f4e1d06/displayicon.png",
|
|
4876
|
+
"assetPath": "ShooterGame/Content/Equippables/Buddies/Hypebeast/GunBuddy_Hypebeast_Lv1_PrimaryAsset"
|
|
4877
|
+
}
|
|
4878
|
+
]
|
|
4879
|
+
},
|
|
4808
4880
|
"37bb5fa0-40c7-2247-2b0b-6a82a16b04f1": {
|
|
4809
4881
|
"uuid": "37bb5fa0-40c7-2247-2b0b-6a82a16b04f1",
|
|
4810
4882
|
"displayName": "XERØFANG Buddy ",
|
|
@@ -5507,6 +5579,24 @@
|
|
|
5507
5579
|
}
|
|
5508
5580
|
]
|
|
5509
5581
|
},
|
|
5582
|
+
"7a22dad5-49f3-7404-744e-1590aa49dff8": {
|
|
5583
|
+
"uuid": "7a22dad5-49f3-7404-744e-1590aa49dff8",
|
|
5584
|
+
"displayName": "Soulburst Buddy",
|
|
5585
|
+
"isHiddenIfNotOwned": false,
|
|
5586
|
+
"themeUuid": null,
|
|
5587
|
+
"displayIcon": "https://media.valorant-api.com/buddies/7a22dad5-49f3-7404-744e-1590aa49dff8/displayicon.png",
|
|
5588
|
+
"assetPath": "ShooterGame/Content/Equippables/Buddies/Liberate/GunBuddy_Liberate_PrimaryAsset",
|
|
5589
|
+
"levels": [
|
|
5590
|
+
{
|
|
5591
|
+
"uuid": "81de0c30-4d90-ac3c-ab2b-55bcedbfb428",
|
|
5592
|
+
"charmLevel": 1,
|
|
5593
|
+
"hideIfNotOwned": false,
|
|
5594
|
+
"displayName": "Liberate",
|
|
5595
|
+
"displayIcon": "https://media.valorant-api.com/buddylevels/81de0c30-4d90-ac3c-ab2b-55bcedbfb428/displayicon.png",
|
|
5596
|
+
"assetPath": "ShooterGame/Content/Equippables/Buddies/Liberate/GunBuddy_Liberate_Lv1_PrimaryAsset"
|
|
5597
|
+
}
|
|
5598
|
+
]
|
|
5599
|
+
},
|
|
5510
5600
|
"9219f3fa-4c89-7d7d-f2dc-ed8ad3c7bf6e": {
|
|
5511
5601
|
"uuid": "9219f3fa-4c89-7d7d-f2dc-ed8ad3c7bf6e",
|
|
5512
5602
|
"displayName": "Light Stick Buddy",
|
|
@@ -6029,6 +6119,24 @@
|
|
|
6029
6119
|
}
|
|
6030
6120
|
]
|
|
6031
6121
|
},
|
|
6122
|
+
"814acc56-4cc0-f896-7751-9494b27f2b7c": {
|
|
6123
|
+
"uuid": "814acc56-4cc0-f896-7751-9494b27f2b7c",
|
|
6124
|
+
"displayName": "Orange Juice Dreams Buddy",
|
|
6125
|
+
"isHiddenIfNotOwned": false,
|
|
6126
|
+
"themeUuid": null,
|
|
6127
|
+
"displayIcon": "https://media.valorant-api.com/buddies/814acc56-4cc0-f896-7751-9494b27f2b7c/displayicon.png",
|
|
6128
|
+
"assetPath": "ShooterGame/Content/Equippables/Buddies/Mocktailt/GunBuddy_Mocktailt_PrimaryAsset",
|
|
6129
|
+
"levels": [
|
|
6130
|
+
{
|
|
6131
|
+
"uuid": "bf6cfa6c-473a-c4a4-23e3-24b0741a949f",
|
|
6132
|
+
"charmLevel": 1,
|
|
6133
|
+
"hideIfNotOwned": false,
|
|
6134
|
+
"displayName": "Mocktailt",
|
|
6135
|
+
"displayIcon": "https://media.valorant-api.com/buddylevels/bf6cfa6c-473a-c4a4-23e3-24b0741a949f/displayicon.png",
|
|
6136
|
+
"assetPath": "ShooterGame/Content/Equippables/Buddies/Mocktailt/GunBuddy_Mocktailt_Lv1_PrimaryAsset"
|
|
6137
|
+
}
|
|
6138
|
+
]
|
|
6139
|
+
},
|
|
6032
6140
|
"58de9852-48ef-57f8-d6f0-8a885b4c27b0": {
|
|
6033
6141
|
"uuid": "58de9852-48ef-57f8-d6f0-8a885b4c27b0",
|
|
6034
6142
|
"displayName": "Monkey Business Buddy",
|
|
@@ -6803,6 +6911,42 @@
|
|
|
6803
6911
|
}
|
|
6804
6912
|
]
|
|
6805
6913
|
},
|
|
6914
|
+
"c39e4abb-47bd-3d9f-7f7a-a8a87213672f": {
|
|
6915
|
+
"uuid": "c39e4abb-47bd-3d9f-7f7a-a8a87213672f",
|
|
6916
|
+
"displayName": "Super Saver Buddy",
|
|
6917
|
+
"isHiddenIfNotOwned": false,
|
|
6918
|
+
"themeUuid": null,
|
|
6919
|
+
"displayIcon": "https://media.valorant-api.com/buddies/c39e4abb-47bd-3d9f-7f7a-a8a87213672f/displayicon.png",
|
|
6920
|
+
"assetPath": "ShooterGame/Content/Equippables/Buddies/PiggyBank/GunBuddy_PiggyBank_PrimaryAsset",
|
|
6921
|
+
"levels": [
|
|
6922
|
+
{
|
|
6923
|
+
"uuid": "f72f4db9-4fb4-a24d-b863-bf80573f761a",
|
|
6924
|
+
"charmLevel": 1,
|
|
6925
|
+
"hideIfNotOwned": false,
|
|
6926
|
+
"displayName": "PiggyBank",
|
|
6927
|
+
"displayIcon": "https://media.valorant-api.com/buddylevels/f72f4db9-4fb4-a24d-b863-bf80573f761a/displayicon.png",
|
|
6928
|
+
"assetPath": "ShooterGame/Content/Equippables/Buddies/PiggyBank/GunBuddy_PiggyBank_Lv1_PrimaryAsset"
|
|
6929
|
+
}
|
|
6930
|
+
]
|
|
6931
|
+
},
|
|
6932
|
+
"8fd7deb8-4696-6452-aa4d-7cb35efacd69": {
|
|
6933
|
+
"uuid": "8fd7deb8-4696-6452-aa4d-7cb35efacd69",
|
|
6934
|
+
"displayName": "Epilogue: Super Saver Buddy",
|
|
6935
|
+
"isHiddenIfNotOwned": false,
|
|
6936
|
+
"themeUuid": null,
|
|
6937
|
+
"displayIcon": "https://media.valorant-api.com/buddies/8fd7deb8-4696-6452-aa4d-7cb35efacd69/displayicon.png",
|
|
6938
|
+
"assetPath": "ShooterGame/Content/Equippables/Buddies/PiggyBank2/GunBuddy_PiggyBank2_PrimaryAsset",
|
|
6939
|
+
"levels": [
|
|
6940
|
+
{
|
|
6941
|
+
"uuid": "23de1428-4add-c82c-5062-e7b225485c63",
|
|
6942
|
+
"charmLevel": 1,
|
|
6943
|
+
"hideIfNotOwned": false,
|
|
6944
|
+
"displayName": "PiggyBank2",
|
|
6945
|
+
"displayIcon": "https://media.valorant-api.com/buddylevels/23de1428-4add-c82c-5062-e7b225485c63/displayicon.png",
|
|
6946
|
+
"assetPath": "ShooterGame/Content/Equippables/Buddies/PiggyBank2/GunBuddy_PiggyBank2_Lv1_PrimaryAsset"
|
|
6947
|
+
}
|
|
6948
|
+
]
|
|
6949
|
+
},
|
|
6806
6950
|
"022534ce-41f1-c4f9-b953-2e9f19e82e24": {
|
|
6807
6951
|
"uuid": "022534ce-41f1-c4f9-b953-2e9f19e82e24",
|
|
6808
6952
|
"displayName": "Can't Break Me Buddy",
|
|
@@ -10889,6 +11033,24 @@
|
|
|
10889
11033
|
}
|
|
10890
11034
|
]
|
|
10891
11035
|
},
|
|
11036
|
+
"d70ae9a4-4ac0-fbcc-432a-3cadc5e8fdaa": {
|
|
11037
|
+
"uuid": "d70ae9a4-4ac0-fbcc-432a-3cadc5e8fdaa",
|
|
11038
|
+
"displayName": "Blackthorn Buddy",
|
|
11039
|
+
"isHiddenIfNotOwned": false,
|
|
11040
|
+
"themeUuid": null,
|
|
11041
|
+
"displayIcon": "https://media.valorant-api.com/buddies/d70ae9a4-4ac0-fbcc-432a-3cadc5e8fdaa/displayicon.png",
|
|
11042
|
+
"assetPath": "ShooterGame/Content/Equippables/Buddies/Rose2025/GunBuddy_Rose2025_PrimaryAsset",
|
|
11043
|
+
"levels": [
|
|
11044
|
+
{
|
|
11045
|
+
"uuid": "8a76e135-4ed2-47f4-7aa6-c4bb8610bc2b",
|
|
11046
|
+
"charmLevel": 1,
|
|
11047
|
+
"hideIfNotOwned": false,
|
|
11048
|
+
"displayName": "Rose2025",
|
|
11049
|
+
"displayIcon": "https://media.valorant-api.com/buddylevels/8a76e135-4ed2-47f4-7aa6-c4bb8610bc2b/displayicon.png",
|
|
11050
|
+
"assetPath": "ShooterGame/Content/Equippables/Buddies/Rose2025/GunBuddy_Rose2025_Lv1_PrimaryAsset"
|
|
11051
|
+
}
|
|
11052
|
+
]
|
|
11053
|
+
},
|
|
10892
11054
|
"72a48d20-40b8-8a99-1c96-c7a549af4640": {
|
|
10893
11055
|
"uuid": "72a48d20-40b8-8a99-1c96-c7a549af4640",
|
|
10894
11056
|
"displayName": "Sentinels of Light Buddy",
|
|
@@ -10907,6 +11069,24 @@
|
|
|
10907
11069
|
}
|
|
10908
11070
|
]
|
|
10909
11071
|
},
|
|
11072
|
+
"d655890d-47fb-9f93-73a0-e2bd661f9c45": {
|
|
11073
|
+
"uuid": "d655890d-47fb-9f93-73a0-e2bd661f9c45",
|
|
11074
|
+
"displayName": "Sentinels of Light, Ep 7 Buddy",
|
|
11075
|
+
"isHiddenIfNotOwned": false,
|
|
11076
|
+
"themeUuid": null,
|
|
11077
|
+
"displayIcon": "https://media.valorant-api.com/buddies/d655890d-47fb-9f93-73a0-e2bd661f9c45/displayicon.png",
|
|
11078
|
+
"assetPath": "ShooterGame/Content/Equippables/Buddies/SOL2/GunBuddy_SOL2_PrimaryAsset",
|
|
11079
|
+
"levels": [
|
|
11080
|
+
{
|
|
11081
|
+
"uuid": "cc12019a-4bc9-34e9-8d94-8eb9df5d7f35",
|
|
11082
|
+
"charmLevel": 1,
|
|
11083
|
+
"hideIfNotOwned": false,
|
|
11084
|
+
"displayName": "SOL2",
|
|
11085
|
+
"displayIcon": "https://media.valorant-api.com/buddylevels/cc12019a-4bc9-34e9-8d94-8eb9df5d7f35/displayicon.png",
|
|
11086
|
+
"assetPath": "ShooterGame/Content/Equippables/Buddies/SOL2/GunBuddy_SOL2_Lv1_PrimaryAsset"
|
|
11087
|
+
}
|
|
11088
|
+
]
|
|
11089
|
+
},
|
|
10910
11090
|
"1ab94e60-428a-0037-53ba-c3b9da93a36b": {
|
|
10911
11091
|
"uuid": "1ab94e60-428a-0037-53ba-c3b9da93a36b",
|
|
10912
11092
|
"displayName": "Salt Shaker Buddy",
|
|
@@ -11519,31 +11699,13 @@
|
|
|
11519
11699
|
}
|
|
11520
11700
|
]
|
|
11521
11701
|
},
|
|
11522
|
-
"d655890d-47fb-9f93-73a0-e2bd661f9c45": {
|
|
11523
|
-
"uuid": "d655890d-47fb-9f93-73a0-e2bd661f9c45",
|
|
11524
|
-
"displayName": "Sentinels of Light, Ep 7 Buddy",
|
|
11525
|
-
"isHiddenIfNotOwned": false,
|
|
11526
|
-
"themeUuid": null,
|
|
11527
|
-
"displayIcon": "https://media.valorant-api.com/buddies/d655890d-47fb-9f93-73a0-e2bd661f9c45/displayicon.png",
|
|
11528
|
-
"assetPath": "ShooterGame/Content/Equippables/Buddies/SoL2/GunBuddy_SOL2_PrimaryAsset",
|
|
11529
|
-
"levels": [
|
|
11530
|
-
{
|
|
11531
|
-
"uuid": "cc12019a-4bc9-34e9-8d94-8eb9df5d7f35",
|
|
11532
|
-
"charmLevel": 1,
|
|
11533
|
-
"hideIfNotOwned": false,
|
|
11534
|
-
"displayName": "SOL2",
|
|
11535
|
-
"displayIcon": "https://media.valorant-api.com/buddylevels/cc12019a-4bc9-34e9-8d94-8eb9df5d7f35/displayicon.png",
|
|
11536
|
-
"assetPath": "ShooterGame/Content/Equippables/Buddies/SOL2/GunBuddy_SOL2_Lv1_PrimaryAsset"
|
|
11537
|
-
}
|
|
11538
|
-
]
|
|
11539
|
-
},
|
|
11540
11702
|
"0eab96da-ed34-4bdb-978f-b02b2fb4ebcc": {
|
|
11541
11703
|
"uuid": "0eab96da-ed34-4bdb-978f-b02b2fb4ebcc",
|
|
11542
11704
|
"displayName": "Reaver Buddy",
|
|
11543
11705
|
"isHiddenIfNotOwned": false,
|
|
11544
11706
|
"themeUuid": "4479eea8-4820-c69b-3912-f5ac678fcedc",
|
|
11545
11707
|
"displayIcon": "https://media.valorant-api.com/buddies/0eab96da-ed34-4bdb-978f-b02b2fb4ebcc/displayicon.png",
|
|
11546
|
-
"assetPath": "ShooterGame/Content/Equippables/Buddies/
|
|
11708
|
+
"assetPath": "ShooterGame/Content/Equippables/Buddies/SoulStealer/GunBuddy_Soulstealer_PrimaryAsset",
|
|
11547
11709
|
"levels": [
|
|
11548
11710
|
{
|
|
11549
11711
|
"uuid": "f344bead-bb25-4226-a990-b5d9694d475d",
|
|
@@ -11663,6 +11825,24 @@
|
|
|
11663
11825
|
}
|
|
11664
11826
|
]
|
|
11665
11827
|
},
|
|
11828
|
+
"e5b58dea-4c01-58af-c67e-b48a585d2d18": {
|
|
11829
|
+
"uuid": "e5b58dea-4c01-58af-c67e-b48a585d2d18",
|
|
11830
|
+
"displayName": "Paceline Buddy",
|
|
11831
|
+
"isHiddenIfNotOwned": false,
|
|
11832
|
+
"themeUuid": null,
|
|
11833
|
+
"displayIcon": "https://media.valorant-api.com/buddies/e5b58dea-4c01-58af-c67e-b48a585d2d18/displayicon.png",
|
|
11834
|
+
"assetPath": "ShooterGame/Content/Equippables/Buddies/Speedster/GunBuddy_Speedster_PrimaryAsset",
|
|
11835
|
+
"levels": [
|
|
11836
|
+
{
|
|
11837
|
+
"uuid": "5a988a31-46f1-6518-30de-46b2b90b1b85",
|
|
11838
|
+
"charmLevel": 1,
|
|
11839
|
+
"hideIfNotOwned": false,
|
|
11840
|
+
"displayName": "Speedster",
|
|
11841
|
+
"displayIcon": "https://media.valorant-api.com/buddylevels/5a988a31-46f1-6518-30de-46b2b90b1b85/displayicon.png",
|
|
11842
|
+
"assetPath": "ShooterGame/Content/Equippables/Buddies/Speedster/GunBuddy_Speedster_Lv1_PrimaryAsset"
|
|
11843
|
+
}
|
|
11844
|
+
]
|
|
11845
|
+
},
|
|
11666
11846
|
"278e4d19-4026-02ac-263e-bca2b69df8fb": {
|
|
11667
11847
|
"uuid": "278e4d19-4026-02ac-263e-bca2b69df8fb",
|
|
11668
11848
|
"displayName": "Hot Take Buddy",
|
|
@@ -11885,7 +12065,7 @@
|
|
|
11885
12065
|
"isHiddenIfNotOwned": false,
|
|
11886
12066
|
"themeUuid": null,
|
|
11887
12067
|
"displayIcon": "https://media.valorant-api.com/buddies/6360723f-4ac0-10d4-02ab-ef935ed224e2/displayicon.png",
|
|
11888
|
-
"assetPath": "ShooterGame/Content/Equippables/Buddies/
|
|
12068
|
+
"assetPath": "ShooterGame/Content/Equippables/Buddies/StarPower/GunBuddy_Starpower_PrimaryAsset",
|
|
11889
12069
|
"levels": [
|
|
11890
12070
|
{
|
|
11891
12071
|
"uuid": "c18d97cd-4590-5488-ca45-adae7d785420",
|
|
@@ -12095,6 +12275,24 @@
|
|
|
12095
12275
|
}
|
|
12096
12276
|
]
|
|
12097
12277
|
},
|
|
12278
|
+
"542bbefc-4f38-02f8-2a2c-42bd4d4170f2": {
|
|
12279
|
+
"uuid": "542bbefc-4f38-02f8-2a2c-42bd4d4170f2",
|
|
12280
|
+
"displayName": "Student TactiBear Buddy",
|
|
12281
|
+
"isHiddenIfNotOwned": false,
|
|
12282
|
+
"themeUuid": null,
|
|
12283
|
+
"displayIcon": "https://media.valorant-api.com/buddies/542bbefc-4f38-02f8-2a2c-42bd4d4170f2/displayicon.png",
|
|
12284
|
+
"assetPath": "ShooterGame/Content/Equippables/Buddies/TactiJob_Student/GunBuddy_TactiJob_Student_PrimaryAsset",
|
|
12285
|
+
"levels": [
|
|
12286
|
+
{
|
|
12287
|
+
"uuid": "944b8228-430c-73f8-bab1-4f8fffeb6457",
|
|
12288
|
+
"charmLevel": 1,
|
|
12289
|
+
"hideIfNotOwned": false,
|
|
12290
|
+
"displayName": "TactiJob_Student",
|
|
12291
|
+
"displayIcon": "https://media.valorant-api.com/buddylevels/944b8228-430c-73f8-bab1-4f8fffeb6457/displayicon.png",
|
|
12292
|
+
"assetPath": "ShooterGame/Content/Equippables/Buddies/TactiJob_Student/GunBuddy_TactiJob_Student_Lv1_PrimaryAsset"
|
|
12293
|
+
}
|
|
12294
|
+
]
|
|
12295
|
+
},
|
|
12098
12296
|
"5d91fa1b-4bd2-7cc9-692f-f798a7f3ef11": {
|
|
12099
12297
|
"uuid": "5d91fa1b-4bd2-7cc9-692f-f798a7f3ef11",
|
|
12100
12298
|
"displayName": "Astro Bear Buddy",
|
|
@@ -13913,6 +14111,42 @@
|
|
|
13913
14111
|
}
|
|
13914
14112
|
]
|
|
13915
14113
|
},
|
|
14114
|
+
"49f5f52f-4991-4b12-6787-61a425e0bf21": {
|
|
14115
|
+
"uuid": "49f5f52f-4991-4b12-6787-61a425e0bf21",
|
|
14116
|
+
"displayName": "All Access Buddy",
|
|
14117
|
+
"isHiddenIfNotOwned": false,
|
|
14118
|
+
"themeUuid": null,
|
|
14119
|
+
"displayIcon": "https://media.valorant-api.com/buddies/49f5f52f-4991-4b12-6787-61a425e0bf21/displayicon.png",
|
|
14120
|
+
"assetPath": "ShooterGame/Content/Equippables/Buddies/VIPLanyard/GunBuddy_VIPLanyard_PrimaryAsset",
|
|
14121
|
+
"levels": [
|
|
14122
|
+
{
|
|
14123
|
+
"uuid": "539e87b2-407d-1163-db13-7383dbeb2785",
|
|
14124
|
+
"charmLevel": 1,
|
|
14125
|
+
"hideIfNotOwned": false,
|
|
14126
|
+
"displayName": "VIPLanyard",
|
|
14127
|
+
"displayIcon": "https://media.valorant-api.com/buddylevels/539e87b2-407d-1163-db13-7383dbeb2785/displayicon.png",
|
|
14128
|
+
"assetPath": "ShooterGame/Content/Equippables/Buddies/VIPLanyard/GunBuddy_VIPLanyard_Lv1_PrimaryAsset"
|
|
14129
|
+
}
|
|
14130
|
+
]
|
|
14131
|
+
},
|
|
14132
|
+
"3cbaee5a-42d9-9ba4-062c-aab1c3f05ef0": {
|
|
14133
|
+
"uuid": "3cbaee5a-42d9-9ba4-062c-aab1c3f05ef0",
|
|
14134
|
+
"displayName": "5 Years // Beta Remastered Buddy",
|
|
14135
|
+
"isHiddenIfNotOwned": false,
|
|
14136
|
+
"themeUuid": null,
|
|
14137
|
+
"displayIcon": "https://media.valorant-api.com/buddies/3cbaee5a-42d9-9ba4-062c-aab1c3f05ef0/displayicon.png",
|
|
14138
|
+
"assetPath": "ShooterGame/Content/Equippables/Buddies/Val5Beta/GunBuddy_Val5Beta_PrimaryAsset",
|
|
14139
|
+
"levels": [
|
|
14140
|
+
{
|
|
14141
|
+
"uuid": "8adfc33d-43f3-24d2-9ad7-4ab1ac9a1e36",
|
|
14142
|
+
"charmLevel": 1,
|
|
14143
|
+
"hideIfNotOwned": false,
|
|
14144
|
+
"displayName": "Val5Beta",
|
|
14145
|
+
"displayIcon": "https://media.valorant-api.com/buddylevels/8adfc33d-43f3-24d2-9ad7-4ab1ac9a1e36/displayicon.png",
|
|
14146
|
+
"assetPath": "ShooterGame/Content/Equippables/Buddies/Val5Beta/GunBuddy_Val5Beta_Lv1_PrimaryAsset"
|
|
14147
|
+
}
|
|
14148
|
+
]
|
|
14149
|
+
},
|
|
13916
14150
|
"1cb1cfef-4976-ad93-27bc-7a89b5e6fb2f": {
|
|
13917
14151
|
"uuid": "1cb1cfef-4976-ad93-27bc-7a89b5e6fb2f",
|
|
13918
14152
|
"displayName": "5 Years Buddy",
|
|
@@ -13967,24 +14201,6 @@
|
|
|
13967
14201
|
}
|
|
13968
14202
|
]
|
|
13969
14203
|
},
|
|
13970
|
-
"3cbaee5a-42d9-9ba4-062c-aab1c3f05ef0": {
|
|
13971
|
-
"uuid": "3cbaee5a-42d9-9ba4-062c-aab1c3f05ef0",
|
|
13972
|
-
"displayName": "5 Years // Beta Remastered Buddy",
|
|
13973
|
-
"isHiddenIfNotOwned": false,
|
|
13974
|
-
"themeUuid": null,
|
|
13975
|
-
"displayIcon": "https://media.valorant-api.com/buddies/3cbaee5a-42d9-9ba4-062c-aab1c3f05ef0/displayicon.png",
|
|
13976
|
-
"assetPath": "ShooterGame/Content/Equippables/Buddies/Val5beta/GunBuddy_Val5Beta_PrimaryAsset",
|
|
13977
|
-
"levels": [
|
|
13978
|
-
{
|
|
13979
|
-
"uuid": "8adfc33d-43f3-24d2-9ad7-4ab1ac9a1e36",
|
|
13980
|
-
"charmLevel": 1,
|
|
13981
|
-
"hideIfNotOwned": false,
|
|
13982
|
-
"displayName": "Val5Beta",
|
|
13983
|
-
"displayIcon": "https://media.valorant-api.com/buddylevels/8adfc33d-43f3-24d2-9ad7-4ab1ac9a1e36/displayicon.png",
|
|
13984
|
-
"assetPath": "ShooterGame/Content/Equippables/Buddies/Val5Beta/GunBuddy_Val5Beta_Lv1_PrimaryAsset"
|
|
13985
|
-
}
|
|
13986
|
-
]
|
|
13987
|
-
},
|
|
13988
14204
|
"86bbce95-4b76-c933-9939-9aa0f0f2c169": {
|
|
13989
14205
|
"uuid": "86bbce95-4b76-c933-9939-9aa0f0f2c169",
|
|
13990
14206
|
"displayName": "The Wheel of Steel Buddy",
|
package/dist/dtos/bundles.json
CHANGED
|
@@ -1769,6 +1769,21 @@
|
|
|
1769
1769
|
"verticalPromoImage": "https://media.valorant-api.com/bundles/e4c7da33-4e16-8eb5-ad4d-388753a0e179/verticalpromoimage.png",
|
|
1770
1770
|
"assetPath": "ShooterGame/Content/UI/OutOfGame/MainMenu/Store/Bundles/StorefrontItem_RoboMechaThemeBundle_DataAsset"
|
|
1771
1771
|
},
|
|
1772
|
+
"1d0f4bbc-4237-1338-5712-1081e21295a1": {
|
|
1773
|
+
"uuid": "1d0f4bbc-4237-1338-5712-1081e21295a1",
|
|
1774
|
+
"displayName": "Blackthorn",
|
|
1775
|
+
"displayNameSubText": null,
|
|
1776
|
+
"description": "Blackthorn",
|
|
1777
|
+
"extraDescription": null,
|
|
1778
|
+
"promoDescription": null,
|
|
1779
|
+
"useAdditionalContext": false,
|
|
1780
|
+
"displayIcon": "https://media.valorant-api.com/bundles/1d0f4bbc-4237-1338-5712-1081e21295a1/displayicon.png",
|
|
1781
|
+
"displayIcon2": "https://media.valorant-api.com/bundles/1d0f4bbc-4237-1338-5712-1081e21295a1/displayicon2.png",
|
|
1782
|
+
"displayIcon3": "https://media.valorant-api.com/bundles/1d0f4bbc-4237-1338-5712-1081e21295a1/displayicon3.png",
|
|
1783
|
+
"logoIcon": null,
|
|
1784
|
+
"verticalPromoImage": "https://media.valorant-api.com/bundles/1d0f4bbc-4237-1338-5712-1081e21295a1/verticalpromoimage.png",
|
|
1785
|
+
"assetPath": "ShooterGame/Content/UI/OutOfGame/MainMenu/Store/Bundles/StorefrontItem_RoseThemeBundle_DataAsset"
|
|
1786
|
+
},
|
|
1772
1787
|
"9d801e67-4b33-4d99-04b8-aab317819a4e": {
|
|
1773
1788
|
"uuid": "9d801e67-4b33-4d99-04b8-aab317819a4e",
|
|
1774
1789
|
"displayName": "Run It Back",
|