@valolytics/ts-valorant-dtos 13.2.0 → 13.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 +6 -0
- package/dist/dtos/buddies.json +362 -38
- package/dist/dtos/bundles.json +48 -0
- package/dist/dtos/contracts.json +3599 -2598
- package/dist/dtos/events.json +8 -0
- package/dist/dtos/flex.json +14 -7
- package/dist/dtos/gameModes.json +0 -4
- package/dist/dtos/playerCards.json +281 -39
- package/dist/dtos/playerTitles.json +89 -5
- package/dist/dtos/sprays.json +531 -48
- package/dist/dtos/themes.json +28 -0
- package/dist/dtos/weapons.json +4483 -3596
- package/package.json +1 -1
package/dist/dtos/agents.json
CHANGED
|
@@ -766,6 +766,12 @@
|
|
|
766
766
|
"endDate": "2026-04-15T22:00:00Z"
|
|
767
767
|
},
|
|
768
768
|
"abilities": [
|
|
769
|
+
{
|
|
770
|
+
"slot": "Grenade",
|
|
771
|
+
"displayName": "M-pulse",
|
|
772
|
+
"description": "EQUIP M-pulse. ALT-FIRE to toggle between Concuss and Healing outputs. FIRE to throw the device. Upon landing, M-pulse sends out sound waves, either Concussing or Healing players.",
|
|
773
|
+
"displayIcon": "https://media.valorant-api.com/agents/7c8a4701-4de6-9355-b254-e09bc2a34b72/abilities/grenade/displayicon.png"
|
|
774
|
+
},
|
|
769
775
|
{
|
|
770
776
|
"slot": "Ability2",
|
|
771
777
|
"displayName": "Waveform",
|
package/dist/dtos/buddies.json
CHANGED
|
@@ -485,6 +485,24 @@
|
|
|
485
485
|
}
|
|
486
486
|
]
|
|
487
487
|
},
|
|
488
|
+
"825715ea-45db-55b2-fdad-37aa5c7bbd2a": {
|
|
489
|
+
"uuid": "825715ea-45db-55b2-fdad-37aa5c7bbd2a",
|
|
490
|
+
"displayName": "Good Boy Buddy",
|
|
491
|
+
"isHiddenIfNotOwned": false,
|
|
492
|
+
"themeUuid": null,
|
|
493
|
+
"displayIcon": "https://media.valorant-api.com/buddies/825715ea-45db-55b2-fdad-37aa5c7bbd2a/displayicon.png",
|
|
494
|
+
"assetPath": "ShooterGame/Content/Equippables/Buddies/Bark/GunBuddy_Bark_PrimaryAsset",
|
|
495
|
+
"levels": [
|
|
496
|
+
{
|
|
497
|
+
"uuid": "5ff2ffdc-49c9-ffbe-2009-1cb63d4ff9d7",
|
|
498
|
+
"charmLevel": 1,
|
|
499
|
+
"hideIfNotOwned": false,
|
|
500
|
+
"displayName": "Bark",
|
|
501
|
+
"displayIcon": "https://media.valorant-api.com/buddylevels/5ff2ffdc-49c9-ffbe-2009-1cb63d4ff9d7/displayicon.png",
|
|
502
|
+
"assetPath": "ShooterGame/Content/Equippables/Buddies/Bark/GunBuddy_Bark_Lv1_PrimaryAsset"
|
|
503
|
+
}
|
|
504
|
+
]
|
|
505
|
+
},
|
|
488
506
|
"3d1a73a2-47cf-d82a-c884-b486084c5b42": {
|
|
489
507
|
"uuid": "3d1a73a2-47cf-d82a-c884-b486084c5b42",
|
|
490
508
|
"displayName": "Alley-oop Buddy",
|
|
@@ -1061,6 +1079,24 @@
|
|
|
1061
1079
|
}
|
|
1062
1080
|
]
|
|
1063
1081
|
},
|
|
1082
|
+
"42bbf7d4-41e1-85d4-f743-439ee4fe4443": {
|
|
1083
|
+
"uuid": "42bbf7d4-41e1-85d4-f743-439ee4fe4443",
|
|
1084
|
+
"displayName": "Toasted Buddy",
|
|
1085
|
+
"isHiddenIfNotOwned": false,
|
|
1086
|
+
"themeUuid": null,
|
|
1087
|
+
"displayIcon": "https://media.valorant-api.com/buddies/42bbf7d4-41e1-85d4-f743-439ee4fe4443/displayicon.png",
|
|
1088
|
+
"assetPath": "ShooterGame/Content/Equippables/Buddies/BurntToast/GunBuddy_BurntToast_PrimaryAsset",
|
|
1089
|
+
"levels": [
|
|
1090
|
+
{
|
|
1091
|
+
"uuid": "1aa15bbf-418e-5f6e-97fd-5eb3b420dbdb",
|
|
1092
|
+
"charmLevel": 1,
|
|
1093
|
+
"hideIfNotOwned": false,
|
|
1094
|
+
"displayName": "BurntToast",
|
|
1095
|
+
"displayIcon": "https://media.valorant-api.com/buddylevels/1aa15bbf-418e-5f6e-97fd-5eb3b420dbdb/displayicon.png",
|
|
1096
|
+
"assetPath": "ShooterGame/Content/Equippables/Buddies/BurntToast/GunBuddy_BurntToast_Lv1_PrimaryAsset"
|
|
1097
|
+
}
|
|
1098
|
+
]
|
|
1099
|
+
},
|
|
1064
1100
|
"5cb098fa-4a93-24e8-4b6c-2396d262de1e": {
|
|
1065
1101
|
"uuid": "5cb098fa-4a93-24e8-4b6c-2396d262de1e",
|
|
1066
1102
|
"displayName": "Call Me Buddy",
|
|
@@ -1097,6 +1133,24 @@
|
|
|
1097
1133
|
}
|
|
1098
1134
|
]
|
|
1099
1135
|
},
|
|
1136
|
+
"6ca9aa09-452f-606a-5b6a-37912082dba2": {
|
|
1137
|
+
"uuid": "6ca9aa09-452f-606a-5b6a-37912082dba2",
|
|
1138
|
+
"displayName": "Downtime Buddy",
|
|
1139
|
+
"isHiddenIfNotOwned": true,
|
|
1140
|
+
"themeUuid": null,
|
|
1141
|
+
"displayIcon": "https://media.valorant-api.com/buddies/6ca9aa09-452f-606a-5b6a-37912082dba2/displayicon.png",
|
|
1142
|
+
"assetPath": "ShooterGame/Content/Equippables/Buddies/CPXBlindStitch/GunBuddy_CPXBlindStitch_PrimaryAsset",
|
|
1143
|
+
"levels": [
|
|
1144
|
+
{
|
|
1145
|
+
"uuid": "77157c3f-450b-307c-ca58-f2b204a1cf54",
|
|
1146
|
+
"charmLevel": 1,
|
|
1147
|
+
"hideIfNotOwned": false,
|
|
1148
|
+
"displayName": "CPXBlindStitch",
|
|
1149
|
+
"displayIcon": "https://media.valorant-api.com/buddylevels/77157c3f-450b-307c-ca58-f2b204a1cf54/displayicon.png",
|
|
1150
|
+
"assetPath": "ShooterGame/Content/Equippables/Buddies/CPXBlindStitch/GunBuddy_CPXBlindStitch_Lv1_PrimaryAsset"
|
|
1151
|
+
}
|
|
1152
|
+
]
|
|
1153
|
+
},
|
|
1100
1154
|
"c3e0cecf-44ef-a147-c426-be9dbfcd810b": {
|
|
1101
1155
|
"uuid": "c3e0cecf-44ef-a147-c426-be9dbfcd810b",
|
|
1102
1156
|
"displayName": "Nanowire Cartridge Buddy",
|
|
@@ -1421,6 +1475,24 @@
|
|
|
1421
1475
|
}
|
|
1422
1476
|
]
|
|
1423
1477
|
},
|
|
1478
|
+
"0e26667d-4ca1-93ad-28f4-948bb5149b3b": {
|
|
1479
|
+
"uuid": "0e26667d-4ca1-93ad-28f4-948bb5149b3b",
|
|
1480
|
+
"displayName": "Head Chef Buddy",
|
|
1481
|
+
"isHiddenIfNotOwned": false,
|
|
1482
|
+
"themeUuid": null,
|
|
1483
|
+
"displayIcon": "https://media.valorant-api.com/buddies/0e26667d-4ca1-93ad-28f4-948bb5149b3b/displayicon.png",
|
|
1484
|
+
"assetPath": "ShooterGame/Content/Equippables/Buddies/ChefHat/GunBuddy_ChefHat_PrimaryAsset",
|
|
1485
|
+
"levels": [
|
|
1486
|
+
{
|
|
1487
|
+
"uuid": "c6490839-4820-d135-4edf-24af823d23e3",
|
|
1488
|
+
"charmLevel": 1,
|
|
1489
|
+
"hideIfNotOwned": false,
|
|
1490
|
+
"displayName": "ChefHat",
|
|
1491
|
+
"displayIcon": "https://media.valorant-api.com/buddylevels/c6490839-4820-d135-4edf-24af823d23e3/displayicon.png",
|
|
1492
|
+
"assetPath": "ShooterGame/Content/Equippables/Buddies/ChefHat/GunBuddy_ChefHat_Lv1_PrimaryAsset"
|
|
1493
|
+
}
|
|
1494
|
+
]
|
|
1495
|
+
},
|
|
1424
1496
|
"cd30a144-4b8b-e9b4-30e8-32a121b1d98d": {
|
|
1425
1497
|
"uuid": "cd30a144-4b8b-e9b4-30e8-32a121b1d98d",
|
|
1426
1498
|
"displayName": "VALORANT GO! Vol. 3 Chamber Buddy",
|
|
@@ -2555,6 +2627,24 @@
|
|
|
2555
2627
|
}
|
|
2556
2628
|
]
|
|
2557
2629
|
},
|
|
2630
|
+
"683a56b8-46f8-9b0d-251a-2db015cf1083": {
|
|
2631
|
+
"uuid": "683a56b8-46f8-9b0d-251a-2db015cf1083",
|
|
2632
|
+
"displayName": "V26 ACT V Coin Buddy",
|
|
2633
|
+
"isHiddenIfNotOwned": false,
|
|
2634
|
+
"themeUuid": null,
|
|
2635
|
+
"displayIcon": "https://media.valorant-api.com/buddies/683a56b8-46f8-9b0d-251a-2db015cf1083/displayicon.png",
|
|
2636
|
+
"assetPath": "ShooterGame/Content/Equippables/Buddies/Coin_V26_A5/GunBuddy_Coin_V26_A5_PrimaryAsset",
|
|
2637
|
+
"levels": [
|
|
2638
|
+
{
|
|
2639
|
+
"uuid": "2f3f4ae4-4760-bade-e4f9-018e011c0dcf",
|
|
2640
|
+
"charmLevel": 1,
|
|
2641
|
+
"hideIfNotOwned": false,
|
|
2642
|
+
"displayName": "Coin_V26_A5",
|
|
2643
|
+
"displayIcon": "https://media.valorant-api.com/buddylevels/2f3f4ae4-4760-bade-e4f9-018e011c0dcf/displayicon.png",
|
|
2644
|
+
"assetPath": "ShooterGame/Content/Equippables/Buddies/Coin_V26_A5/GunBuddy_Coin_V26_A5_Lv1_PrimaryAsset"
|
|
2645
|
+
}
|
|
2646
|
+
]
|
|
2647
|
+
},
|
|
2558
2648
|
"e826de1b-4c4e-5ef7-45bf-a9b360b7daf5": {
|
|
2559
2649
|
"uuid": "e826de1b-4c4e-5ef7-45bf-a9b360b7daf5",
|
|
2560
2650
|
"displayName": "Comet Buddy",
|
|
@@ -2735,6 +2825,24 @@
|
|
|
2735
2825
|
}
|
|
2736
2826
|
]
|
|
2737
2827
|
},
|
|
2828
|
+
"c609f6da-4ec4-8da7-53dd-85b420addce8": {
|
|
2829
|
+
"uuid": "c609f6da-4ec4-8da7-53dd-85b420addce8",
|
|
2830
|
+
"displayName": "Verdant Cafe Buddy",
|
|
2831
|
+
"isHiddenIfNotOwned": false,
|
|
2832
|
+
"themeUuid": null,
|
|
2833
|
+
"displayIcon": "https://media.valorant-api.com/buddies/c609f6da-4ec4-8da7-53dd-85b420addce8/displayicon.png",
|
|
2834
|
+
"assetPath": "ShooterGame/Content/Equippables/Buddies/CozyCafe/GunBuddy_CozyCafe_PrimaryAsset",
|
|
2835
|
+
"levels": [
|
|
2836
|
+
{
|
|
2837
|
+
"uuid": "6923d4cf-4943-5797-ec95-c1a5001fe927",
|
|
2838
|
+
"charmLevel": 1,
|
|
2839
|
+
"hideIfNotOwned": false,
|
|
2840
|
+
"displayName": "CozyCafe",
|
|
2841
|
+
"displayIcon": "https://media.valorant-api.com/buddylevels/6923d4cf-4943-5797-ec95-c1a5001fe927/displayicon.png",
|
|
2842
|
+
"assetPath": "ShooterGame/Content/Equippables/Buddies/CozyCafe/GunBuddy_CozyCafe_Lv1_PrimaryAsset"
|
|
2843
|
+
}
|
|
2844
|
+
]
|
|
2845
|
+
},
|
|
2738
2846
|
"526c278b-49c1-53cc-4395-c68128c29fe4": {
|
|
2739
2847
|
"uuid": "526c278b-49c1-53cc-4395-c68128c29fe4",
|
|
2740
2848
|
"displayName": "Completely Cracked Buddy",
|
|
@@ -2753,6 +2861,24 @@
|
|
|
2753
2861
|
}
|
|
2754
2862
|
]
|
|
2755
2863
|
},
|
|
2864
|
+
"e225176e-4bac-fcb9-2370-f69f1d76b8a8": {
|
|
2865
|
+
"uuid": "e225176e-4bac-fcb9-2370-f69f1d76b8a8",
|
|
2866
|
+
"displayName": "Sunset Sips Buddy",
|
|
2867
|
+
"isHiddenIfNotOwned": false,
|
|
2868
|
+
"themeUuid": null,
|
|
2869
|
+
"displayIcon": "https://media.valorant-api.com/buddies/e225176e-4bac-fcb9-2370-f69f1d76b8a8/displayicon.png",
|
|
2870
|
+
"assetPath": "ShooterGame/Content/Equippables/Buddies/CrackedSunsetMug/GunBuddy_CrackedSunsetMug_PrimaryAsset",
|
|
2871
|
+
"levels": [
|
|
2872
|
+
{
|
|
2873
|
+
"uuid": "d7de9b74-4c5f-004b-7052-5180c597cb96",
|
|
2874
|
+
"charmLevel": 1,
|
|
2875
|
+
"hideIfNotOwned": false,
|
|
2876
|
+
"displayName": "CrackedSunsetMug",
|
|
2877
|
+
"displayIcon": "https://media.valorant-api.com/buddylevels/d7de9b74-4c5f-004b-7052-5180c597cb96/displayicon.png",
|
|
2878
|
+
"assetPath": "ShooterGame/Content/Equippables/Buddies/CrackedSunsetMug/GunBuddy_CrackedSunsetMug_Lv1_PrimaryAsset"
|
|
2879
|
+
}
|
|
2880
|
+
]
|
|
2881
|
+
},
|
|
2756
2882
|
"8d81e492-4fcd-1b8a-377e-029ed21d11f7": {
|
|
2757
2883
|
"uuid": "8d81e492-4fcd-1b8a-377e-029ed21d11f7",
|
|
2758
2884
|
"displayName": "Crash Out Buddy",
|
|
@@ -2807,6 +2933,24 @@
|
|
|
2807
2933
|
}
|
|
2808
2934
|
]
|
|
2809
2935
|
},
|
|
2936
|
+
"55b4c32b-41b7-e99b-d4b3-1b84756d21fe": {
|
|
2937
|
+
"uuid": "55b4c32b-41b7-e99b-d4b3-1b84756d21fe",
|
|
2938
|
+
"displayName": "Nuggetman Buddy",
|
|
2939
|
+
"isHiddenIfNotOwned": false,
|
|
2940
|
+
"themeUuid": null,
|
|
2941
|
+
"displayIcon": "https://media.valorant-api.com/buddies/55b4c32b-41b7-e99b-d4b3-1b84756d21fe/displayicon.png",
|
|
2942
|
+
"assetPath": "ShooterGame/Content/Equippables/Buddies/CreatureNugget/GunBuddy_CreatureNugget_PrimaryAsset",
|
|
2943
|
+
"levels": [
|
|
2944
|
+
{
|
|
2945
|
+
"uuid": "010cfee6-43bf-2a2e-caa9-cfbe3a67d1cf",
|
|
2946
|
+
"charmLevel": 1,
|
|
2947
|
+
"hideIfNotOwned": false,
|
|
2948
|
+
"displayName": "CreatureNugget",
|
|
2949
|
+
"displayIcon": "https://media.valorant-api.com/buddylevels/010cfee6-43bf-2a2e-caa9-cfbe3a67d1cf/displayicon.png",
|
|
2950
|
+
"assetPath": "ShooterGame/Content/Equippables/Buddies/CreatureNugget/GunBuddy_CreatureNugget_Lv1_PrimaryAsset"
|
|
2951
|
+
}
|
|
2952
|
+
]
|
|
2953
|
+
},
|
|
2810
2954
|
"fe997250-41ef-444a-a12b-7ca8ca87cb40": {
|
|
2811
2955
|
"uuid": "fe997250-41ef-444a-a12b-7ca8ca87cb40",
|
|
2812
2956
|
"displayName": "Red Alert Buddy",
|
|
@@ -3203,6 +3347,42 @@
|
|
|
3203
3347
|
}
|
|
3204
3348
|
]
|
|
3205
3349
|
},
|
|
3350
|
+
"9a2463f9-4e7a-f967-bcc5-8c89fa44bde0": {
|
|
3351
|
+
"uuid": "9a2463f9-4e7a-f967-bcc5-8c89fa44bde0",
|
|
3352
|
+
"displayName": "Diet Milk Buddy",
|
|
3353
|
+
"isHiddenIfNotOwned": false,
|
|
3354
|
+
"themeUuid": null,
|
|
3355
|
+
"displayIcon": "https://media.valorant-api.com/buddies/9a2463f9-4e7a-f967-bcc5-8c89fa44bde0/displayicon.png",
|
|
3356
|
+
"assetPath": "ShooterGame/Content/Equippables/Buddies/DietMilk/GunBuddy_DietMilk_PrimaryAsset",
|
|
3357
|
+
"levels": [
|
|
3358
|
+
{
|
|
3359
|
+
"uuid": "81c906cb-4eff-fcf4-7a01-01bdce3757e7",
|
|
3360
|
+
"charmLevel": 1,
|
|
3361
|
+
"hideIfNotOwned": false,
|
|
3362
|
+
"displayName": "DietMilk",
|
|
3363
|
+
"displayIcon": "https://media.valorant-api.com/buddylevels/81c906cb-4eff-fcf4-7a01-01bdce3757e7/displayicon.png",
|
|
3364
|
+
"assetPath": "ShooterGame/Content/Equippables/Buddies/DietMilk/GunBuddy_DietMilk_Lv1_PrimaryAsset"
|
|
3365
|
+
}
|
|
3366
|
+
]
|
|
3367
|
+
},
|
|
3368
|
+
"8b6be2ef-4aae-e921-ff92-229b77c12900": {
|
|
3369
|
+
"uuid": "8b6be2ef-4aae-e921-ff92-229b77c12900",
|
|
3370
|
+
"displayName": "Epilogue: Diet Milk Buddy",
|
|
3371
|
+
"isHiddenIfNotOwned": false,
|
|
3372
|
+
"themeUuid": null,
|
|
3373
|
+
"displayIcon": "https://media.valorant-api.com/buddies/8b6be2ef-4aae-e921-ff92-229b77c12900/displayicon.png",
|
|
3374
|
+
"assetPath": "ShooterGame/Content/Equippables/Buddies/DietMilkGold/GunBuddy_DietMilkGold_PrimaryAsset",
|
|
3375
|
+
"levels": [
|
|
3376
|
+
{
|
|
3377
|
+
"uuid": "b6c1af29-4f7d-8a73-9353-c1a42fb8c4f1",
|
|
3378
|
+
"charmLevel": 1,
|
|
3379
|
+
"hideIfNotOwned": false,
|
|
3380
|
+
"displayName": "DietMilkGold",
|
|
3381
|
+
"displayIcon": "https://media.valorant-api.com/buddylevels/b6c1af29-4f7d-8a73-9353-c1a42fb8c4f1/displayicon.png",
|
|
3382
|
+
"assetPath": "ShooterGame/Content/Equippables/Buddies/DietMilkGold/GunBuddy_DietMilkGold_Lv1_PrimaryAsset"
|
|
3383
|
+
}
|
|
3384
|
+
]
|
|
3385
|
+
},
|
|
3206
3386
|
"42afb96b-4d11-e465-55a4-0b87bdfbf244": {
|
|
3207
3387
|
"uuid": "42afb96b-4d11-e465-55a4-0b87bdfbf244",
|
|
3208
3388
|
"displayName": "Discotech Buddy",
|
|
@@ -3995,6 +4175,24 @@
|
|
|
3995
4175
|
}
|
|
3996
4176
|
]
|
|
3997
4177
|
},
|
|
4178
|
+
"800d2a6c-4605-1378-85aa-7898cb180ef5": {
|
|
4179
|
+
"uuid": "800d2a6c-4605-1378-85aa-7898cb180ef5",
|
|
4180
|
+
"displayName": "Gourmand Buddy",
|
|
4181
|
+
"isHiddenIfNotOwned": false,
|
|
4182
|
+
"themeUuid": null,
|
|
4183
|
+
"displayIcon": "https://media.valorant-api.com/buddies/800d2a6c-4605-1378-85aa-7898cb180ef5/displayicon.png",
|
|
4184
|
+
"assetPath": "ShooterGame/Content/Equippables/Buddies/FineDining/GunBuddy_FineDining_PrimaryAsset",
|
|
4185
|
+
"levels": [
|
|
4186
|
+
{
|
|
4187
|
+
"uuid": "86cc0f4b-4549-22b0-cce8-1cb5ec9c6845",
|
|
4188
|
+
"charmLevel": 1,
|
|
4189
|
+
"hideIfNotOwned": false,
|
|
4190
|
+
"displayName": "FineDining",
|
|
4191
|
+
"displayIcon": "https://media.valorant-api.com/buddylevels/86cc0f4b-4549-22b0-cce8-1cb5ec9c6845/displayicon.png",
|
|
4192
|
+
"assetPath": "ShooterGame/Content/Equippables/Buddies/FineDining/GunBuddy_FineDining_Lv1_PrimaryAsset"
|
|
4193
|
+
}
|
|
4194
|
+
]
|
|
4195
|
+
},
|
|
3998
4196
|
"b9926112-49d0-b049-b078-798851912eb7": {
|
|
3999
4197
|
"uuid": "b9926112-49d0-b049-b078-798851912eb7",
|
|
4000
4198
|
"displayName": "Lunar Firework Buddy",
|
|
@@ -4013,6 +4211,24 @@
|
|
|
4013
4211
|
}
|
|
4014
4212
|
]
|
|
4015
4213
|
},
|
|
4214
|
+
"809cd43d-4fcb-50aa-60c1-58ae07296c56": {
|
|
4215
|
+
"uuid": "809cd43d-4fcb-50aa-60c1-58ae07296c56",
|
|
4216
|
+
"displayName": "Missed Call Buddy",
|
|
4217
|
+
"isHiddenIfNotOwned": true,
|
|
4218
|
+
"themeUuid": null,
|
|
4219
|
+
"displayIcon": "https://media.valorant-api.com/buddies/809cd43d-4fcb-50aa-60c1-58ae07296c56/displayicon.png",
|
|
4220
|
+
"assetPath": "ShooterGame/Content/Equippables/Buddies/FlipPhone/GunBuddy_FlipPhone_PrimaryAsset",
|
|
4221
|
+
"levels": [
|
|
4222
|
+
{
|
|
4223
|
+
"uuid": "52f86c26-4a0c-2faf-f9a9-51a6e72815cc",
|
|
4224
|
+
"charmLevel": 1,
|
|
4225
|
+
"hideIfNotOwned": false,
|
|
4226
|
+
"displayName": "FlipPhone",
|
|
4227
|
+
"displayIcon": "https://media.valorant-api.com/buddylevels/52f86c26-4a0c-2faf-f9a9-51a6e72815cc/displayicon.png",
|
|
4228
|
+
"assetPath": "ShooterGame/Content/Equippables/Buddies/FlipPhone/GunBuddy_FlipPhone_Lv1_PrimaryAsset"
|
|
4229
|
+
}
|
|
4230
|
+
]
|
|
4231
|
+
},
|
|
4016
4232
|
"0262276c-4ede-a858-cad0-1ca4e877052b": {
|
|
4017
4233
|
"uuid": "0262276c-4ede-a858-cad0-1ca4e877052b",
|
|
4018
4234
|
"displayName": "Ascent Rising Buddy",
|
|
@@ -4301,6 +4517,24 @@
|
|
|
4301
4517
|
}
|
|
4302
4518
|
]
|
|
4303
4519
|
},
|
|
4520
|
+
"786a1c3f-4d16-7ab7-d7b3-36bec100f459": {
|
|
4521
|
+
"uuid": "786a1c3f-4d16-7ab7-d7b3-36bec100f459",
|
|
4522
|
+
"displayName": "Last Stop Buddy",
|
|
4523
|
+
"isHiddenIfNotOwned": false,
|
|
4524
|
+
"themeUuid": null,
|
|
4525
|
+
"displayIcon": "https://media.valorant-api.com/buddies/786a1c3f-4d16-7ab7-d7b3-36bec100f459/displayicon.png",
|
|
4526
|
+
"assetPath": "ShooterGame/Content/Equippables/Buddies/Gastropub/GunBuddy_Gastropub_PrimaryAsset",
|
|
4527
|
+
"levels": [
|
|
4528
|
+
{
|
|
4529
|
+
"uuid": "6eda86e6-4e6c-3ec8-492d-9dbdf042700a",
|
|
4530
|
+
"charmLevel": 1,
|
|
4531
|
+
"hideIfNotOwned": false,
|
|
4532
|
+
"displayName": "Gastropub",
|
|
4533
|
+
"displayIcon": "https://media.valorant-api.com/buddylevels/6eda86e6-4e6c-3ec8-492d-9dbdf042700a/displayicon.png",
|
|
4534
|
+
"assetPath": "ShooterGame/Content/Equippables/Buddies/Gastropub/GunBuddy_Gastropub_Lv1_PrimaryAsset"
|
|
4535
|
+
}
|
|
4536
|
+
]
|
|
4537
|
+
},
|
|
4304
4538
|
"ab361eac-4cc7-c896-b3ae-0e8a17a97e14": {
|
|
4305
4539
|
"uuid": "ab361eac-4cc7-c896-b3ae-0e8a17a97e14",
|
|
4306
4540
|
"displayName": "Duck Chillin' Buddy",
|
|
@@ -4463,6 +4697,24 @@
|
|
|
4463
4697
|
}
|
|
4464
4698
|
]
|
|
4465
4699
|
},
|
|
4700
|
+
"7f625bc9-4f70-66bc-7381-cfb1336ddb5b": {
|
|
4701
|
+
"uuid": "7f625bc9-4f70-66bc-7381-cfb1336ddb5b",
|
|
4702
|
+
"displayName": "Give Back // 2024 Buddy",
|
|
4703
|
+
"isHiddenIfNotOwned": true,
|
|
4704
|
+
"themeUuid": null,
|
|
4705
|
+
"displayIcon": "https://media.valorant-api.com/buddies/7f625bc9-4f70-66bc-7381-cfb1336ddb5b/displayicon.png",
|
|
4706
|
+
"assetPath": "ShooterGame/Content/Equippables/Buddies/GiveBackBundle24/GunBuddy_Givebackbundle24_PrimaryAsset",
|
|
4707
|
+
"levels": [
|
|
4708
|
+
{
|
|
4709
|
+
"uuid": "53ab7633-4c44-4d6a-5e87-81abf8507254",
|
|
4710
|
+
"charmLevel": 1,
|
|
4711
|
+
"hideIfNotOwned": false,
|
|
4712
|
+
"displayName": "Givebackbundle24",
|
|
4713
|
+
"displayIcon": "https://media.valorant-api.com/buddylevels/53ab7633-4c44-4d6a-5e87-81abf8507254/displayicon.png",
|
|
4714
|
+
"assetPath": "ShooterGame/Content/Equippables/Buddies/Givebackbundle24/GunBuddy_Givebackbundle24_Lv1_PrimaryAsset"
|
|
4715
|
+
}
|
|
4716
|
+
]
|
|
4717
|
+
},
|
|
4466
4718
|
"6b36634f-4ee1-bdb3-fa82-a5b0987e08e1": {
|
|
4467
4719
|
"uuid": "6b36634f-4ee1-bdb3-fa82-a5b0987e08e1",
|
|
4468
4720
|
"displayName": "Give Back // V25 Buddy",
|
|
@@ -4499,24 +4751,6 @@
|
|
|
4499
4751
|
}
|
|
4500
4752
|
]
|
|
4501
4753
|
},
|
|
4502
|
-
"7f625bc9-4f70-66bc-7381-cfb1336ddb5b": {
|
|
4503
|
-
"uuid": "7f625bc9-4f70-66bc-7381-cfb1336ddb5b",
|
|
4504
|
-
"displayName": "Give Back // 2024 Buddy",
|
|
4505
|
-
"isHiddenIfNotOwned": true,
|
|
4506
|
-
"themeUuid": null,
|
|
4507
|
-
"displayIcon": "https://media.valorant-api.com/buddies/7f625bc9-4f70-66bc-7381-cfb1336ddb5b/displayicon.png",
|
|
4508
|
-
"assetPath": "ShooterGame/Content/Equippables/Buddies/Givebackbundle24/GunBuddy_Givebackbundle24_PrimaryAsset",
|
|
4509
|
-
"levels": [
|
|
4510
|
-
{
|
|
4511
|
-
"uuid": "53ab7633-4c44-4d6a-5e87-81abf8507254",
|
|
4512
|
-
"charmLevel": 1,
|
|
4513
|
-
"hideIfNotOwned": false,
|
|
4514
|
-
"displayName": "Givebackbundle24",
|
|
4515
|
-
"displayIcon": "https://media.valorant-api.com/buddylevels/53ab7633-4c44-4d6a-5e87-81abf8507254/displayicon.png",
|
|
4516
|
-
"assetPath": "ShooterGame/Content/Equippables/Buddies/Givebackbundle24/GunBuddy_Givebackbundle24_Lv1_PrimaryAsset"
|
|
4517
|
-
}
|
|
4518
|
-
]
|
|
4519
|
-
},
|
|
4520
4754
|
"7ec6d6d9-4af2-9e60-5531-a28c5f03ffb4": {
|
|
4521
4755
|
"uuid": "7ec6d6d9-4af2-9e60-5531-a28c5f03ffb4",
|
|
4522
4756
|
"displayName": "Give Back // V26 Buddy",
|
|
@@ -5705,6 +5939,24 @@
|
|
|
5705
5939
|
}
|
|
5706
5940
|
]
|
|
5707
5941
|
},
|
|
5942
|
+
"e7c5747f-49cd-50b2-141c-7f8ef1e9eb7c": {
|
|
5943
|
+
"uuid": "e7c5747f-49cd-50b2-141c-7f8ef1e9eb7c",
|
|
5944
|
+
"displayName": "Fragment Shell Buddy",
|
|
5945
|
+
"isHiddenIfNotOwned": true,
|
|
5946
|
+
"themeUuid": null,
|
|
5947
|
+
"displayIcon": "https://media.valorant-api.com/buddies/e7c5747f-49cd-50b2-141c-7f8ef1e9eb7c/displayicon.png",
|
|
5948
|
+
"assetPath": "ShooterGame/Content/Equippables/Buddies/KintsugiBullet/GunBuddy_KintsugiBullet_PrimaryAsset",
|
|
5949
|
+
"levels": [
|
|
5950
|
+
{
|
|
5951
|
+
"uuid": "cbf85422-4f1a-99dc-5af2-0883d12a2433",
|
|
5952
|
+
"charmLevel": 1,
|
|
5953
|
+
"hideIfNotOwned": false,
|
|
5954
|
+
"displayName": "KintsugiBullet",
|
|
5955
|
+
"displayIcon": "https://media.valorant-api.com/buddylevels/cbf85422-4f1a-99dc-5af2-0883d12a2433/displayicon.png",
|
|
5956
|
+
"assetPath": "ShooterGame/Content/Equippables/Buddies/KintsugiBullet/GunBuddy_KintsugiBullet_Lv1_PrimaryAsset"
|
|
5957
|
+
}
|
|
5958
|
+
]
|
|
5959
|
+
},
|
|
5708
5960
|
"7c62571f-49ce-2af5-0e0c-f38845168da7": {
|
|
5709
5961
|
"uuid": "7c62571f-49ce-2af5-0e0c-f38845168da7",
|
|
5710
5962
|
"displayName": "Kitsune Mask Buddy",
|
|
@@ -6479,6 +6731,24 @@
|
|
|
6479
6731
|
}
|
|
6480
6732
|
]
|
|
6481
6733
|
},
|
|
6734
|
+
"78dfb181-4299-f56f-5041-4cbeff8934f6": {
|
|
6735
|
+
"uuid": "78dfb181-4299-f56f-5041-4cbeff8934f6",
|
|
6736
|
+
"displayName": "Crab Mentality Buddy",
|
|
6737
|
+
"isHiddenIfNotOwned": true,
|
|
6738
|
+
"themeUuid": null,
|
|
6739
|
+
"displayIcon": "https://media.valorant-api.com/buddies/78dfb181-4299-f56f-5041-4cbeff8934f6/displayicon.png",
|
|
6740
|
+
"assetPath": "ShooterGame/Content/Equippables/Buddies/MittenCrab/GunBuddy_MittenCrab_PrimaryAsset",
|
|
6741
|
+
"levels": [
|
|
6742
|
+
{
|
|
6743
|
+
"uuid": "a009e93e-4cbf-3e8f-a4d9-bea1e517a8b5",
|
|
6744
|
+
"charmLevel": 1,
|
|
6745
|
+
"hideIfNotOwned": false,
|
|
6746
|
+
"displayName": "MittenCrab",
|
|
6747
|
+
"displayIcon": "https://media.valorant-api.com/buddylevels/a009e93e-4cbf-3e8f-a4d9-bea1e517a8b5/displayicon.png",
|
|
6748
|
+
"assetPath": "ShooterGame/Content/Equippables/Buddies/MittenCrab/GunBuddy_MittenCrab_Lv1_PrimaryAsset"
|
|
6749
|
+
}
|
|
6750
|
+
]
|
|
6751
|
+
},
|
|
6482
6752
|
"814acc56-4cc0-f896-7751-9494b27f2b7c": {
|
|
6483
6753
|
"uuid": "814acc56-4cc0-f896-7751-9494b27f2b7c",
|
|
6484
6754
|
"displayName": "Orange Juice Dreams Buddy",
|
|
@@ -12275,6 +12545,42 @@
|
|
|
12275
12545
|
}
|
|
12276
12546
|
]
|
|
12277
12547
|
},
|
|
12548
|
+
"d40f3e04-46e3-fe26-c2d2-8e9da6787199": {
|
|
12549
|
+
"uuid": "d40f3e04-46e3-fe26-c2d2-8e9da6787199",
|
|
12550
|
+
"displayName": "Stone of Heaven Buddy",
|
|
12551
|
+
"isHiddenIfNotOwned": true,
|
|
12552
|
+
"themeUuid": null,
|
|
12553
|
+
"displayIcon": "https://media.valorant-api.com/buddies/d40f3e04-46e3-fe26-c2d2-8e9da6787199/displayicon.png",
|
|
12554
|
+
"assetPath": "ShooterGame/Content/Equippables/Buddies/ShanghaiJadeSage/GunBuddy_ShanghaiJadeSage_PrimaryAsset",
|
|
12555
|
+
"levels": [
|
|
12556
|
+
{
|
|
12557
|
+
"uuid": "0f1796a9-4303-3e05-8ed5-a38144d69d64",
|
|
12558
|
+
"charmLevel": 1,
|
|
12559
|
+
"hideIfNotOwned": false,
|
|
12560
|
+
"displayName": "ShanghaiJadeSage",
|
|
12561
|
+
"displayIcon": "https://media.valorant-api.com/buddylevels/0f1796a9-4303-3e05-8ed5-a38144d69d64/displayicon.png",
|
|
12562
|
+
"assetPath": "ShooterGame/Content/Equippables/Buddies/ShanghaiJadeSage/GunBuddy_ShanghaiJadeSage_Lv1_PrimaryAsset"
|
|
12563
|
+
}
|
|
12564
|
+
]
|
|
12565
|
+
},
|
|
12566
|
+
"da961ef5-4e12-501f-4d9a-768454bc3d2c": {
|
|
12567
|
+
"uuid": "da961ef5-4e12-501f-4d9a-768454bc3d2c",
|
|
12568
|
+
"displayName": "Pick'Ems Master: Stone of Heaven Buddy",
|
|
12569
|
+
"isHiddenIfNotOwned": true,
|
|
12570
|
+
"themeUuid": null,
|
|
12571
|
+
"displayIcon": "https://media.valorant-api.com/buddies/da961ef5-4e12-501f-4d9a-768454bc3d2c/displayicon.png",
|
|
12572
|
+
"assetPath": "ShooterGame/Content/Equippables/Buddies/ShanghaiJadeSageGold/GunBuddy_ShanghaiJadeSageGold_PrimaryAsset",
|
|
12573
|
+
"levels": [
|
|
12574
|
+
{
|
|
12575
|
+
"uuid": "599a28e8-41b6-7622-2e12-afa1bc743e37",
|
|
12576
|
+
"charmLevel": 1,
|
|
12577
|
+
"hideIfNotOwned": false,
|
|
12578
|
+
"displayName": "ShanghaiJadeSageGold",
|
|
12579
|
+
"displayIcon": "https://media.valorant-api.com/buddylevels/599a28e8-41b6-7622-2e12-afa1bc743e37/displayicon.png",
|
|
12580
|
+
"assetPath": "ShooterGame/Content/Equippables/Buddies/ShanghaiJadeSageGold/GunBuddy_ShanghaiJadeSageGold_Lv1_PrimaryAsset"
|
|
12581
|
+
}
|
|
12582
|
+
]
|
|
12583
|
+
},
|
|
12278
12584
|
"912110cb-4f40-ada7-e338-518244fff9b2": {
|
|
12279
12585
|
"uuid": "912110cb-4f40-ada7-e338-518244fff9b2",
|
|
12280
12586
|
"displayName": "Fishbones Buddy",
|
|
@@ -12473,6 +12779,24 @@
|
|
|
12473
12779
|
}
|
|
12474
12780
|
]
|
|
12475
12781
|
},
|
|
12782
|
+
"79e08389-4041-b8ef-35e8-feb5d659c366": {
|
|
12783
|
+
"uuid": "79e08389-4041-b8ef-35e8-feb5d659c366",
|
|
12784
|
+
"displayName": "Aeris Buddy",
|
|
12785
|
+
"isHiddenIfNotOwned": false,
|
|
12786
|
+
"themeUuid": null,
|
|
12787
|
+
"displayIcon": "https://media.valorant-api.com/buddies/79e08389-4041-b8ef-35e8-feb5d659c366/displayicon.png",
|
|
12788
|
+
"assetPath": "ShooterGame/Content/Equippables/Buddies/Skymage/GunBuddy_Skymage_PrimaryAsset",
|
|
12789
|
+
"levels": [
|
|
12790
|
+
{
|
|
12791
|
+
"uuid": "0f7bab6f-4658-cb35-ea4d-758634c4b14a",
|
|
12792
|
+
"charmLevel": 1,
|
|
12793
|
+
"hideIfNotOwned": false,
|
|
12794
|
+
"displayName": "Skymage",
|
|
12795
|
+
"displayIcon": "https://media.valorant-api.com/buddylevels/0f7bab6f-4658-cb35-ea4d-758634c4b14a/displayicon.png",
|
|
12796
|
+
"assetPath": "ShooterGame/Content/Equippables/Buddies/Skymage/GunBuddy_Skymage_Lv1_PrimaryAsset"
|
|
12797
|
+
}
|
|
12798
|
+
]
|
|
12799
|
+
},
|
|
12476
12800
|
"2909e14e-4da8-d1ed-9327-21869f09782d": {
|
|
12477
12801
|
"uuid": "2909e14e-4da8-d1ed-9327-21869f09782d",
|
|
12478
12802
|
"displayName": "Byteshift Buddy",
|
|
@@ -12749,7 +13073,7 @@
|
|
|
12749
13073
|
"isHiddenIfNotOwned": false,
|
|
12750
13074
|
"themeUuid": "4479eea8-4820-c69b-3912-f5ac678fcedc",
|
|
12751
13075
|
"displayIcon": "https://media.valorant-api.com/buddies/0eab96da-ed34-4bdb-978f-b02b2fb4ebcc/displayicon.png",
|
|
12752
|
-
"assetPath": "ShooterGame/Content/Equippables/Buddies/
|
|
13076
|
+
"assetPath": "ShooterGame/Content/Equippables/Buddies/SoulStealer/GunBuddy_Soulstealer_PrimaryAsset",
|
|
12753
13077
|
"levels": [
|
|
12754
13078
|
{
|
|
12755
13079
|
"uuid": "f344bead-bb25-4226-a990-b5d9694d475d",
|
|
@@ -13109,7 +13433,7 @@
|
|
|
13109
13433
|
"isHiddenIfNotOwned": false,
|
|
13110
13434
|
"themeUuid": null,
|
|
13111
13435
|
"displayIcon": "https://media.valorant-api.com/buddies/6360723f-4ac0-10d4-02ab-ef935ed224e2/displayicon.png",
|
|
13112
|
-
"assetPath": "ShooterGame/Content/Equippables/Buddies/
|
|
13436
|
+
"assetPath": "ShooterGame/Content/Equippables/Buddies/Starpower/GunBuddy_Starpower_PrimaryAsset",
|
|
13113
13437
|
"levels": [
|
|
13114
13438
|
{
|
|
13115
13439
|
"uuid": "c18d97cd-4590-5488-ca45-adae7d785420",
|
|
@@ -14129,24 +14453,6 @@
|
|
|
14129
14453
|
}
|
|
14130
14454
|
]
|
|
14131
14455
|
},
|
|
14132
|
-
"ada5f921-4d81-f439-0017-0e86877a02bd": {
|
|
14133
|
-
"uuid": "ada5f921-4d81-f439-0017-0e86877a02bd",
|
|
14134
|
-
"displayName": "Exquisitely Wrapped Buddy",
|
|
14135
|
-
"isHiddenIfNotOwned": false,
|
|
14136
|
-
"themeUuid": null,
|
|
14137
|
-
"displayIcon": "https://media.valorant-api.com/buddies/ada5f921-4d81-f439-0017-0e86877a02bd/displayicon.png",
|
|
14138
|
-
"assetPath": "ShooterGame/Content/Equippables/Buddies/URF/GunBuddy_URFPresent_PrimaryAsset",
|
|
14139
|
-
"levels": [
|
|
14140
|
-
{
|
|
14141
|
-
"uuid": "7a098e59-49e4-55ed-7190-e68476edb927",
|
|
14142
|
-
"charmLevel": 1,
|
|
14143
|
-
"hideIfNotOwned": false,
|
|
14144
|
-
"displayName": "URF",
|
|
14145
|
-
"displayIcon": "https://media.valorant-api.com/buddylevels/7a098e59-49e4-55ed-7190-e68476edb927/displayicon.png",
|
|
14146
|
-
"assetPath": "ShooterGame/Content/Equippables/Buddies/URF/GunBuddy_URF_Lv1_PrimaryAsset"
|
|
14147
|
-
}
|
|
14148
|
-
]
|
|
14149
|
-
},
|
|
14150
14456
|
"c40fd3cc-41d7-20f2-fef4-6b954d8813c5": {
|
|
14151
14457
|
"uuid": "c40fd3cc-41d7-20f2-fef4-6b954d8813c5",
|
|
14152
14458
|
"displayName": "Stringed Soprano Buddy",
|
|
@@ -14201,6 +14507,24 @@
|
|
|
14201
14507
|
}
|
|
14202
14508
|
]
|
|
14203
14509
|
},
|
|
14510
|
+
"ada5f921-4d81-f439-0017-0e86877a02bd": {
|
|
14511
|
+
"uuid": "ada5f921-4d81-f439-0017-0e86877a02bd",
|
|
14512
|
+
"displayName": "Exquisitely Wrapped Buddy",
|
|
14513
|
+
"isHiddenIfNotOwned": false,
|
|
14514
|
+
"themeUuid": null,
|
|
14515
|
+
"displayIcon": "https://media.valorant-api.com/buddies/ada5f921-4d81-f439-0017-0e86877a02bd/displayicon.png",
|
|
14516
|
+
"assetPath": "ShooterGame/Content/Equippables/Buddies/Urf/GunBuddy_URFPresent_PrimaryAsset",
|
|
14517
|
+
"levels": [
|
|
14518
|
+
{
|
|
14519
|
+
"uuid": "7a098e59-49e4-55ed-7190-e68476edb927",
|
|
14520
|
+
"charmLevel": 1,
|
|
14521
|
+
"hideIfNotOwned": false,
|
|
14522
|
+
"displayName": "URF",
|
|
14523
|
+
"displayIcon": "https://media.valorant-api.com/buddylevels/7a098e59-49e4-55ed-7190-e68476edb927/displayicon.png",
|
|
14524
|
+
"assetPath": "ShooterGame/Content/Equippables/Buddies/URF/GunBuddy_URF_Lv1_PrimaryAsset"
|
|
14525
|
+
}
|
|
14526
|
+
]
|
|
14527
|
+
},
|
|
14204
14528
|
"10cc794b-4180-4e7e-e546-7abe50039d80": {
|
|
14205
14529
|
"uuid": "10cc794b-4180-4e7e-e546-7abe50039d80",
|
|
14206
14530
|
"displayName": "Utility Belt Buddy",
|
package/dist/dtos/bundles.json
CHANGED
|
@@ -335,6 +335,22 @@
|
|
|
335
335
|
"verticalPromoImage": null,
|
|
336
336
|
"assetPath": "ShooterGame/Content/UI/OutOfGame/MainMenu/Store/Bundles/StorefrontItem_AvalancheThemeBundle_DataAsset"
|
|
337
337
|
},
|
|
338
|
+
"1aefc04b-4455-8b2f-6332-79b4260aaffe": {
|
|
339
|
+
"uuid": "1aefc04b-4455-8b2f-6332-79b4260aaffe",
|
|
340
|
+
"contentEditionUuid": null,
|
|
341
|
+
"displayName": "Dog Days",
|
|
342
|
+
"displayNameSubText": "CAPSULE",
|
|
343
|
+
"description": "Dog Days",
|
|
344
|
+
"extraDescription": "Win or lose, this Good Boy is there for you in this limited-edition capsule! Items can only be purchased as a bundle.",
|
|
345
|
+
"promoDescription": "Win or lose, this Good Boy is there for you in this limited-edition capsule! Items can only be purchased as a bundle.",
|
|
346
|
+
"useAdditionalContext": true,
|
|
347
|
+
"displayIcon": "https://media.valorant-api.com/bundles/1aefc04b-4455-8b2f-6332-79b4260aaffe/displayicon.png",
|
|
348
|
+
"displayIcon2": "https://media.valorant-api.com/bundles/1aefc04b-4455-8b2f-6332-79b4260aaffe/displayicon2.png",
|
|
349
|
+
"displayIcon3": null,
|
|
350
|
+
"logoIcon": null,
|
|
351
|
+
"verticalPromoImage": "https://media.valorant-api.com/bundles/1aefc04b-4455-8b2f-6332-79b4260aaffe/verticalpromoimage.png",
|
|
352
|
+
"assetPath": "ShooterGame/Content/UI/OutOfGame/MainMenu/Store/Bundles/StorefrontItem_BarkThemeBundle_DataAsset"
|
|
353
|
+
},
|
|
338
354
|
"ba0f18a9-4b4b-4a1a-15c8-1cb5d8e81a66": {
|
|
339
355
|
"uuid": "ba0f18a9-4b4b-4a1a-15c8-1cb5d8e81a66",
|
|
340
356
|
"contentEditionUuid": null,
|
|
@@ -1935,6 +1951,22 @@
|
|
|
1935
1951
|
"verticalPromoImage": "https://media.valorant-api.com/bundles/5b90e018-4581-ffbb-50ad-afb6ccf268cf/verticalpromoimage.png",
|
|
1936
1952
|
"assetPath": "ShooterGame/Content/UI/OutOfGame/MainMenu/Store/Bundles/StorefrontItem_RIBV25ThemeBundle_DataAsset"
|
|
1937
1953
|
},
|
|
1954
|
+
"e2c2f38c-49c5-55c1-e0d1-1fbb3aabde3f": {
|
|
1955
|
+
"uuid": "e2c2f38c-49c5-55c1-e0d1-1fbb3aabde3f",
|
|
1956
|
+
"contentEditionUuid": null,
|
|
1957
|
+
"displayName": "Run It Back V26",
|
|
1958
|
+
"displayNameSubText": "CAPSULE",
|
|
1959
|
+
"description": "Run It Back V26",
|
|
1960
|
+
"extraDescription": "Pick up a new skin from a hand-picked selection of some of our favorites. Items can only be purchased as a bundle.",
|
|
1961
|
+
"promoDescription": "Pick up a new skin from a hand-picked selection of some of our favorites. Items can only be purchased as a bundle.",
|
|
1962
|
+
"useAdditionalContext": true,
|
|
1963
|
+
"displayIcon": "https://media.valorant-api.com/bundles/e2c2f38c-49c5-55c1-e0d1-1fbb3aabde3f/displayicon.png",
|
|
1964
|
+
"displayIcon2": "https://media.valorant-api.com/bundles/e2c2f38c-49c5-55c1-e0d1-1fbb3aabde3f/displayicon2.png",
|
|
1965
|
+
"displayIcon3": null,
|
|
1966
|
+
"logoIcon": null,
|
|
1967
|
+
"verticalPromoImage": "https://media.valorant-api.com/bundles/e2c2f38c-49c5-55c1-e0d1-1fbb3aabde3f/verticalpromoimage.png",
|
|
1968
|
+
"assetPath": "ShooterGame/Content/UI/OutOfGame/MainMenu/Store/Bundles/StorefrontItem_RIBV26ThemeBundle_DataAsset"
|
|
1969
|
+
},
|
|
1938
1970
|
"4ad50dc6-4e84-75ef-89f3-5ca098901398": {
|
|
1939
1971
|
"uuid": "4ad50dc6-4e84-75ef-89f3-5ca098901398",
|
|
1940
1972
|
"contentEditionUuid": null,
|
|
@@ -2143,6 +2175,22 @@
|
|
|
2143
2175
|
"verticalPromoImage": "https://media.valorant-api.com/bundles/e5769905-466c-c8ff-f96a-dbabed9150de/verticalpromoimage.png",
|
|
2144
2176
|
"assetPath": "ShooterGame/Content/UI/OutOfGame/MainMenu/Store/Bundles/StorefrontItem_ShatterThemeBundle_PrimaryAsset"
|
|
2145
2177
|
},
|
|
2178
|
+
"d087f4fd-4942-d782-c76c-5e84dc307a66": {
|
|
2179
|
+
"uuid": "d087f4fd-4942-d782-c76c-5e84dc307a66",
|
|
2180
|
+
"contentEditionUuid": null,
|
|
2181
|
+
"displayName": "Aeris",
|
|
2182
|
+
"displayNameSubText": null,
|
|
2183
|
+
"description": "Aeris",
|
|
2184
|
+
"extraDescription": null,
|
|
2185
|
+
"promoDescription": null,
|
|
2186
|
+
"useAdditionalContext": false,
|
|
2187
|
+
"displayIcon": "https://media.valorant-api.com/bundles/d087f4fd-4942-d782-c76c-5e84dc307a66/displayicon.png",
|
|
2188
|
+
"displayIcon2": "https://media.valorant-api.com/bundles/d087f4fd-4942-d782-c76c-5e84dc307a66/displayicon2.png",
|
|
2189
|
+
"displayIcon3": null,
|
|
2190
|
+
"logoIcon": null,
|
|
2191
|
+
"verticalPromoImage": "https://media.valorant-api.com/bundles/d087f4fd-4942-d782-c76c-5e84dc307a66/verticalpromoimage.png",
|
|
2192
|
+
"assetPath": "ShooterGame/Content/UI/OutOfGame/MainMenu/Store/Bundles/StorefrontItem_SkymageThemeBundle_DataAsset"
|
|
2193
|
+
},
|
|
2146
2194
|
"0b77a2a9-458c-6772-0f76-339b278f744c": {
|
|
2147
2195
|
"uuid": "0b77a2a9-458c-6772-0f76-339b278f744c",
|
|
2148
2196
|
"contentEditionUuid": null,
|