@valolytics/ts-valorant-dtos 12.7.0 → 12.9.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 +2 -2
- package/dist/dtos/buddies.json +325 -19
- package/dist/dtos/bundles.json +45 -0
- package/dist/dtos/contracts.json +900 -1
- package/dist/dtos/flex.json +7 -0
- package/dist/dtos/gameModes.json +33 -0
- package/dist/dtos/maps.json +1 -1
- package/dist/dtos/playerCards.json +224 -15
- package/dist/dtos/playerTitles.json +92 -8
- package/dist/dtos/sprays.json +514 -31
- package/dist/dtos/themes.json +28 -0
- package/dist/dtos/weapons.json +4284 -3370
- package/package.json +1 -1
package/dist/dtos/agents.json
CHANGED
|
@@ -578,7 +578,7 @@
|
|
|
578
578
|
{
|
|
579
579
|
"slot": "Ultimate",
|
|
580
580
|
"displayName": "Seekers",
|
|
581
|
-
"description": "EQUIP a Seeker trinket. FIRE to send out three Seekers to track down the three closest enemies. If a Seeker reaches its target, it Nearsights them. Enemies can destroy the Seekers.",
|
|
581
|
+
"description": "EQUIP a Seeker trinket. FIRE to send out three Seekers to track down the three closest enemies. If a Seeker reaches its target, it Nearsights and slows them. Enemies can destroy the Seekers.",
|
|
582
582
|
"displayIcon": "https://media.valorant-api.com/agents/6f2a04ca-43e0-be17-7f36-b3908627744d/abilities/ultimate/displayicon.png"
|
|
583
583
|
}
|
|
584
584
|
],
|
|
@@ -781,7 +781,7 @@
|
|
|
781
781
|
{
|
|
782
782
|
"slot": "Ability1",
|
|
783
783
|
"displayName": "Harmonize",
|
|
784
|
-
"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.",
|
|
784
|
+
"description": "EQUIP Harmonize. Target an ally and FIRE to activate a Combat Stim and a speed boost on yourself and the ally that refreshes with each kill. ALT-FIRE to grant Combat Stim and speed boost to yourself.",
|
|
785
785
|
"displayIcon": "https://media.valorant-api.com/agents/7c8a4701-4de6-9355-b254-e09bc2a34b72/abilities/ability1/displayicon.png"
|
|
786
786
|
},
|
|
787
787
|
{
|
package/dist/dtos/buddies.json
CHANGED
|
@@ -395,6 +395,42 @@
|
|
|
395
395
|
}
|
|
396
396
|
]
|
|
397
397
|
},
|
|
398
|
+
"785319d1-4819-89e0-5870-63b6d3d54a70": {
|
|
399
|
+
"uuid": "785319d1-4819-89e0-5870-63b6d3d54a70",
|
|
400
|
+
"displayName": "Burnard Buddy",
|
|
401
|
+
"isHiddenIfNotOwned": false,
|
|
402
|
+
"themeUuid": null,
|
|
403
|
+
"displayIcon": "https://media.valorant-api.com/buddies/785319d1-4819-89e0-5870-63b6d3d54a70/displayicon.png",
|
|
404
|
+
"assetPath": "ShooterGame/Content/Equippables/Buddies/BadDuck/GunBuddy_BadDuck_PrimaryAsset",
|
|
405
|
+
"levels": [
|
|
406
|
+
{
|
|
407
|
+
"uuid": "8e7ff164-438b-ae1c-7435-8b9fd4ce9a2d",
|
|
408
|
+
"charmLevel": 1,
|
|
409
|
+
"hideIfNotOwned": false,
|
|
410
|
+
"displayName": "BadDuck",
|
|
411
|
+
"displayIcon": "https://media.valorant-api.com/buddylevels/8e7ff164-438b-ae1c-7435-8b9fd4ce9a2d/displayicon.png",
|
|
412
|
+
"assetPath": "ShooterGame/Content/Equippables/Buddies/BadDuck/GunBuddy_BadDuck_Lv1_PrimaryAsset"
|
|
413
|
+
}
|
|
414
|
+
]
|
|
415
|
+
},
|
|
416
|
+
"b33221a7-4fdb-507a-e4aa-1ba18111a3d9": {
|
|
417
|
+
"uuid": "b33221a7-4fdb-507a-e4aa-1ba18111a3d9",
|
|
418
|
+
"displayName": "Shadow Kitty Buddy",
|
|
419
|
+
"isHiddenIfNotOwned": false,
|
|
420
|
+
"themeUuid": null,
|
|
421
|
+
"displayIcon": "https://media.valorant-api.com/buddies/b33221a7-4fdb-507a-e4aa-1ba18111a3d9/displayicon.png",
|
|
422
|
+
"assetPath": "ShooterGame/Content/Equippables/Buddies/BagCharm/GunBuddy_BagCharm_PrimaryAsset",
|
|
423
|
+
"levels": [
|
|
424
|
+
{
|
|
425
|
+
"uuid": "83202d5c-42ff-2ce1-5579-f7a2fe900a16",
|
|
426
|
+
"charmLevel": 1,
|
|
427
|
+
"hideIfNotOwned": false,
|
|
428
|
+
"displayName": "BagCharm",
|
|
429
|
+
"displayIcon": "https://media.valorant-api.com/buddylevels/83202d5c-42ff-2ce1-5579-f7a2fe900a16/displayicon.png",
|
|
430
|
+
"assetPath": "ShooterGame/Content/Equippables/Buddies/BagCharm/GunBuddy_BagCharm_Lv1_PrimaryAsset"
|
|
431
|
+
}
|
|
432
|
+
]
|
|
433
|
+
},
|
|
398
434
|
"49d304e1-4e20-4a0b-ede3-698422dc8cde": {
|
|
399
435
|
"uuid": "49d304e1-4e20-4a0b-ede3-698422dc8cde",
|
|
400
436
|
"displayName": "Composite Buddy",
|
|
@@ -737,6 +773,24 @@
|
|
|
737
773
|
}
|
|
738
774
|
]
|
|
739
775
|
},
|
|
776
|
+
"4726b751-493b-3c00-825d-539d75df4db9": {
|
|
777
|
+
"uuid": "4726b751-493b-3c00-825d-539d75df4db9",
|
|
778
|
+
"displayName": "Afterboom Buddy",
|
|
779
|
+
"isHiddenIfNotOwned": false,
|
|
780
|
+
"themeUuid": null,
|
|
781
|
+
"displayIcon": "https://media.valorant-api.com/buddies/4726b751-493b-3c00-825d-539d75df4db9/displayicon.png",
|
|
782
|
+
"assetPath": "ShooterGame/Content/Equippables/Buddies/Boombot/GunBuddy_Boombot_PrimaryAsset",
|
|
783
|
+
"levels": [
|
|
784
|
+
{
|
|
785
|
+
"uuid": "60586b16-4fed-d337-ce84-4b8beebea636",
|
|
786
|
+
"charmLevel": 1,
|
|
787
|
+
"hideIfNotOwned": false,
|
|
788
|
+
"displayName": "Boombot",
|
|
789
|
+
"displayIcon": "https://media.valorant-api.com/buddylevels/60586b16-4fed-d337-ce84-4b8beebea636/displayicon.png",
|
|
790
|
+
"assetPath": "ShooterGame/Content/Equippables/Buddies/Boombot/GunBuddy_Boombot_Lv1_PrimaryAsset"
|
|
791
|
+
}
|
|
792
|
+
]
|
|
793
|
+
},
|
|
740
794
|
"dc76a487-4604-397e-43c8-f3a79181ee71": {
|
|
741
795
|
"uuid": "dc76a487-4604-397e-43c8-f3a79181ee71",
|
|
742
796
|
"displayName": "Prize Size KAY/O Buddy",
|
|
@@ -1097,6 +1151,24 @@
|
|
|
1097
1151
|
}
|
|
1098
1152
|
]
|
|
1099
1153
|
},
|
|
1154
|
+
"da5e2770-4b11-6c60-b468-979d0942b386": {
|
|
1155
|
+
"uuid": "da5e2770-4b11-6c60-b468-979d0942b386",
|
|
1156
|
+
"displayName": "Last Light Buddy",
|
|
1157
|
+
"isHiddenIfNotOwned": false,
|
|
1158
|
+
"themeUuid": null,
|
|
1159
|
+
"displayIcon": "https://media.valorant-api.com/buddies/da5e2770-4b11-6c60-b468-979d0942b386/displayicon.png",
|
|
1160
|
+
"assetPath": "ShooterGame/Content/Equippables/Buddies/Candelabra/GunBuddy_Candelabra_PrimaryAsset",
|
|
1161
|
+
"levels": [
|
|
1162
|
+
{
|
|
1163
|
+
"uuid": "60daddd1-4b86-6fe0-3808-9d9b963ad051",
|
|
1164
|
+
"charmLevel": 1,
|
|
1165
|
+
"hideIfNotOwned": false,
|
|
1166
|
+
"displayName": "Candelabra",
|
|
1167
|
+
"displayIcon": "https://media.valorant-api.com/buddylevels/60daddd1-4b86-6fe0-3808-9d9b963ad051/displayicon.png",
|
|
1168
|
+
"assetPath": "ShooterGame/Content/Equippables/Buddies/Candelabra/GunBuddy_Candelabra_Lv1_PrimaryAsset"
|
|
1169
|
+
}
|
|
1170
|
+
]
|
|
1171
|
+
},
|
|
1100
1172
|
"30f2297a-48ed-7a0d-edbb-6fb9769ad6b1": {
|
|
1101
1173
|
"uuid": "30f2297a-48ed-7a0d-edbb-6fb9769ad6b1",
|
|
1102
1174
|
"displayName": "Edible Ornament Buddy",
|
|
@@ -2411,6 +2483,24 @@
|
|
|
2411
2483
|
}
|
|
2412
2484
|
]
|
|
2413
2485
|
},
|
|
2486
|
+
"996795a4-408a-0e71-2e23-5ea4aeecf76b": {
|
|
2487
|
+
"uuid": "996795a4-408a-0e71-2e23-5ea4aeecf76b",
|
|
2488
|
+
"displayName": "V26 ACT III Coin Buddy",
|
|
2489
|
+
"isHiddenIfNotOwned": false,
|
|
2490
|
+
"themeUuid": null,
|
|
2491
|
+
"displayIcon": "https://media.valorant-api.com/buddies/996795a4-408a-0e71-2e23-5ea4aeecf76b/displayicon.png",
|
|
2492
|
+
"assetPath": "ShooterGame/Content/Equippables/Buddies/Coin_V26_A3/GunBuddy_Coin_V26_A3_PrimaryAsset",
|
|
2493
|
+
"levels": [
|
|
2494
|
+
{
|
|
2495
|
+
"uuid": "49fa2250-4bf1-1e83-af80-62b05320cff0",
|
|
2496
|
+
"charmLevel": 1,
|
|
2497
|
+
"hideIfNotOwned": false,
|
|
2498
|
+
"displayName": "Coin_V26_A3",
|
|
2499
|
+
"displayIcon": "https://media.valorant-api.com/buddylevels/49fa2250-4bf1-1e83-af80-62b05320cff0/displayicon.png",
|
|
2500
|
+
"assetPath": "ShooterGame/Content/Equippables/Buddies/Coin_V26_A3/GunBuddy_Coin_V26_A3_Lv1_PrimaryAsset"
|
|
2501
|
+
}
|
|
2502
|
+
]
|
|
2503
|
+
},
|
|
2414
2504
|
"e826de1b-4c4e-5ef7-45bf-a9b360b7daf5": {
|
|
2415
2505
|
"uuid": "e826de1b-4c4e-5ef7-45bf-a9b360b7daf5",
|
|
2416
2506
|
"displayName": "Comet Buddy",
|
|
@@ -2609,6 +2699,24 @@
|
|
|
2609
2699
|
}
|
|
2610
2700
|
]
|
|
2611
2701
|
},
|
|
2702
|
+
"8d81e492-4fcd-1b8a-377e-029ed21d11f7": {
|
|
2703
|
+
"uuid": "8d81e492-4fcd-1b8a-377e-029ed21d11f7",
|
|
2704
|
+
"displayName": "Crash Out Buddy",
|
|
2705
|
+
"isHiddenIfNotOwned": false,
|
|
2706
|
+
"themeUuid": null,
|
|
2707
|
+
"displayIcon": "https://media.valorant-api.com/buddies/8d81e492-4fcd-1b8a-377e-029ed21d11f7/displayicon.png",
|
|
2708
|
+
"assetPath": "ShooterGame/Content/Equippables/Buddies/CrashOut/GunBuddy_CrashOut_PrimaryAsset",
|
|
2709
|
+
"levels": [
|
|
2710
|
+
{
|
|
2711
|
+
"uuid": "64e31f84-42fe-c50d-d56b-31b2c82887b9",
|
|
2712
|
+
"charmLevel": 1,
|
|
2713
|
+
"hideIfNotOwned": false,
|
|
2714
|
+
"displayName": "CrashOut",
|
|
2715
|
+
"displayIcon": "https://media.valorant-api.com/buddylevels/64e31f84-42fe-c50d-d56b-31b2c82887b9/displayicon.png",
|
|
2716
|
+
"assetPath": "ShooterGame/Content/Equippables/Buddies/CrashOut/GunBuddy_CrashOut_Lv1_PrimaryAsset"
|
|
2717
|
+
}
|
|
2718
|
+
]
|
|
2719
|
+
},
|
|
2612
2720
|
"e0462e6c-4188-06cc-e28d-ac9abcc16bc2": {
|
|
2613
2721
|
"uuid": "e0462e6c-4188-06cc-e28d-ac9abcc16bc2",
|
|
2614
2722
|
"displayName": "Crate Buddy",
|
|
@@ -4445,6 +4553,42 @@
|
|
|
4445
4553
|
}
|
|
4446
4554
|
]
|
|
4447
4555
|
},
|
|
4556
|
+
"6338becc-4151-c9a1-e130-af8a72d745f1": {
|
|
4557
|
+
"uuid": "6338becc-4151-c9a1-e130-af8a72d745f1",
|
|
4558
|
+
"displayName": "Flower Buddy",
|
|
4559
|
+
"isHiddenIfNotOwned": false,
|
|
4560
|
+
"themeUuid": null,
|
|
4561
|
+
"displayIcon": "https://media.valorant-api.com/buddies/6338becc-4151-c9a1-e130-af8a72d745f1/displayicon.png",
|
|
4562
|
+
"assetPath": "ShooterGame/Content/Equippables/Buddies/GoodDuck/GunBuddy_GoodDuck_PrimaryAsset",
|
|
4563
|
+
"levels": [
|
|
4564
|
+
{
|
|
4565
|
+
"uuid": "5cb99a45-46ae-96c0-20bd-509a95c9f5d3",
|
|
4566
|
+
"charmLevel": 1,
|
|
4567
|
+
"hideIfNotOwned": false,
|
|
4568
|
+
"displayName": "GoodDuck",
|
|
4569
|
+
"displayIcon": "https://media.valorant-api.com/buddylevels/5cb99a45-46ae-96c0-20bd-509a95c9f5d3/displayicon.png",
|
|
4570
|
+
"assetPath": "ShooterGame/Content/Equippables/Buddies/GoodDuck/GunBuddy_GoodDuck_Lv1_PrimaryAsset"
|
|
4571
|
+
}
|
|
4572
|
+
]
|
|
4573
|
+
},
|
|
4574
|
+
"495920f9-48b8-891a-5e52-888a2204396a": {
|
|
4575
|
+
"uuid": "495920f9-48b8-891a-5e52-888a2204396a",
|
|
4576
|
+
"displayName": "Brioche Buddy",
|
|
4577
|
+
"isHiddenIfNotOwned": false,
|
|
4578
|
+
"themeUuid": null,
|
|
4579
|
+
"displayIcon": "https://media.valorant-api.com/buddies/495920f9-48b8-891a-5e52-888a2204396a/displayicon.png",
|
|
4580
|
+
"assetPath": "ShooterGame/Content/Equippables/Buddies/Goose/GunBuddy_Goose_PrimaryAsset",
|
|
4581
|
+
"levels": [
|
|
4582
|
+
{
|
|
4583
|
+
"uuid": "14d6a543-4f4c-ab0e-2dad-ad98f35b8628",
|
|
4584
|
+
"charmLevel": 1,
|
|
4585
|
+
"hideIfNotOwned": false,
|
|
4586
|
+
"displayName": "Goose",
|
|
4587
|
+
"displayIcon": "https://media.valorant-api.com/buddylevels/14d6a543-4f4c-ab0e-2dad-ad98f35b8628/displayicon.png",
|
|
4588
|
+
"assetPath": "ShooterGame/Content/Equippables/Buddies/Goose/GunBuddy_Goose_Lv1_PrimaryAsset"
|
|
4589
|
+
}
|
|
4590
|
+
]
|
|
4591
|
+
},
|
|
4448
4592
|
"41859a85-4344-aeee-483a-468bad39e5fd": {
|
|
4449
4593
|
"uuid": "41859a85-4344-aeee-483a-468bad39e5fd",
|
|
4450
4594
|
"displayName": "Ruin Watcher Buddy",
|
|
@@ -4463,6 +4607,42 @@
|
|
|
4463
4607
|
}
|
|
4464
4608
|
]
|
|
4465
4609
|
},
|
|
4610
|
+
"c05b209d-4a09-d7a3-634b-9bb23d63348d": {
|
|
4611
|
+
"uuid": "c05b209d-4a09-d7a3-634b-9bb23d63348d",
|
|
4612
|
+
"displayName": "Night Regent Buddy",
|
|
4613
|
+
"isHiddenIfNotOwned": false,
|
|
4614
|
+
"themeUuid": null,
|
|
4615
|
+
"displayIcon": "https://media.valorant-api.com/buddies/c05b209d-4a09-d7a3-634b-9bb23d63348d/displayicon.png",
|
|
4616
|
+
"assetPath": "ShooterGame/Content/Equippables/Buddies/GothicCrown/GunBuddy_GothicCrown_PrimaryAsset",
|
|
4617
|
+
"levels": [
|
|
4618
|
+
{
|
|
4619
|
+
"uuid": "c0046e9d-48f1-0006-896a-3c8336a16c9e",
|
|
4620
|
+
"charmLevel": 1,
|
|
4621
|
+
"hideIfNotOwned": false,
|
|
4622
|
+
"displayName": "GothicCrown",
|
|
4623
|
+
"displayIcon": "https://media.valorant-api.com/buddylevels/c0046e9d-48f1-0006-896a-3c8336a16c9e/displayicon.png",
|
|
4624
|
+
"assetPath": "ShooterGame/Content/Equippables/Buddies/GothicCrown/GunBuddy_GothicCrown_Lv1_PrimaryAsset"
|
|
4625
|
+
}
|
|
4626
|
+
]
|
|
4627
|
+
},
|
|
4628
|
+
"66118783-462e-165c-fff7-768bb9a4d8cf": {
|
|
4629
|
+
"uuid": "66118783-462e-165c-fff7-768bb9a4d8cf",
|
|
4630
|
+
"displayName": "Epilogue: Night Regent Buddy",
|
|
4631
|
+
"isHiddenIfNotOwned": false,
|
|
4632
|
+
"themeUuid": null,
|
|
4633
|
+
"displayIcon": "https://media.valorant-api.com/buddies/66118783-462e-165c-fff7-768bb9a4d8cf/displayicon.png",
|
|
4634
|
+
"assetPath": "ShooterGame/Content/Equippables/Buddies/GothicCrownGold/GunBuddy_GothicCrownGold_PrimaryAsset",
|
|
4635
|
+
"levels": [
|
|
4636
|
+
{
|
|
4637
|
+
"uuid": "e0379a0c-4917-e53d-8262-449135d72f60",
|
|
4638
|
+
"charmLevel": 1,
|
|
4639
|
+
"hideIfNotOwned": false,
|
|
4640
|
+
"displayName": "GothicCrownGold",
|
|
4641
|
+
"displayIcon": "https://media.valorant-api.com/buddylevels/e0379a0c-4917-e53d-8262-449135d72f60/displayicon.png",
|
|
4642
|
+
"assetPath": "ShooterGame/Content/Equippables/Buddies/GothicCrownGold/GunBuddy_GothicCrownGold_Lv1_PrimaryAsset"
|
|
4643
|
+
}
|
|
4644
|
+
]
|
|
4645
|
+
},
|
|
4466
4646
|
"4827e248-43f0-bc82-e346-91813aefc88f": {
|
|
4467
4647
|
"uuid": "4827e248-43f0-bc82-e346-91813aefc88f",
|
|
4468
4648
|
"displayName": "Nanobreak Buddy",
|
|
@@ -4535,6 +4715,24 @@
|
|
|
4535
4715
|
}
|
|
4536
4716
|
]
|
|
4537
4717
|
},
|
|
4718
|
+
"fc6aa217-41f6-eb78-fb26-c6981ad182a0": {
|
|
4719
|
+
"uuid": "fc6aa217-41f6-eb78-fb26-c6981ad182a0",
|
|
4720
|
+
"displayName": "Sweet Calls Buddy",
|
|
4721
|
+
"isHiddenIfNotOwned": true,
|
|
4722
|
+
"themeUuid": null,
|
|
4723
|
+
"displayIcon": "https://media.valorant-api.com/buddies/fc6aa217-41f6-eb78-fb26-c6981ad182a0/displayicon.png",
|
|
4724
|
+
"assetPath": "ShooterGame/Content/Equippables/Buddies/GumballMachine/GunBuddy_GumballMachine_PrimaryAsset",
|
|
4725
|
+
"levels": [
|
|
4726
|
+
{
|
|
4727
|
+
"uuid": "44559310-45bd-6dc8-4d2f-2195f02b719c",
|
|
4728
|
+
"charmLevel": 1,
|
|
4729
|
+
"hideIfNotOwned": false,
|
|
4730
|
+
"displayName": "GumballMachine",
|
|
4731
|
+
"displayIcon": "https://media.valorant-api.com/buddylevels/44559310-45bd-6dc8-4d2f-2195f02b719c/displayicon.png",
|
|
4732
|
+
"assetPath": "ShooterGame/Content/Equippables/Buddies/GumballMachine/GunBuddy_GumballMachine_Lv1_PrimaryAsset"
|
|
4733
|
+
}
|
|
4734
|
+
]
|
|
4735
|
+
},
|
|
4538
4736
|
"e058e4f5-40c4-a26a-e6c7-33a4baf2e21f": {
|
|
4539
4737
|
"uuid": "e058e4f5-40c4-a26a-e6c7-33a4baf2e21f",
|
|
4540
4738
|
"displayName": "White Hat Buddy",
|
|
@@ -5651,6 +5849,24 @@
|
|
|
5651
5849
|
}
|
|
5652
5850
|
]
|
|
5653
5851
|
},
|
|
5852
|
+
"228bcacd-49d6-66a2-746a-8b8c1ae68669": {
|
|
5853
|
+
"uuid": "228bcacd-49d6-66a2-746a-8b8c1ae68669",
|
|
5854
|
+
"displayName": "Strawberry Lippie Buddy",
|
|
5855
|
+
"isHiddenIfNotOwned": false,
|
|
5856
|
+
"themeUuid": null,
|
|
5857
|
+
"displayIcon": "https://media.valorant-api.com/buddies/228bcacd-49d6-66a2-746a-8b8c1ae68669/displayicon.png",
|
|
5858
|
+
"assetPath": "ShooterGame/Content/Equippables/Buddies/LipBalm/GunBuddy_LipBalm_PrimaryAsset",
|
|
5859
|
+
"levels": [
|
|
5860
|
+
{
|
|
5861
|
+
"uuid": "3024c097-4a80-fc31-1ae8-03a684d99cd6",
|
|
5862
|
+
"charmLevel": 1,
|
|
5863
|
+
"hideIfNotOwned": false,
|
|
5864
|
+
"displayName": "LipBalm",
|
|
5865
|
+
"displayIcon": "https://media.valorant-api.com/buddylevels/3024c097-4a80-fc31-1ae8-03a684d99cd6/displayicon.png",
|
|
5866
|
+
"assetPath": "ShooterGame/Content/Equippables/Buddies/LipBalm/GunBuddy_LipBalm_Lv1_PrimaryAsset"
|
|
5867
|
+
}
|
|
5868
|
+
]
|
|
5869
|
+
},
|
|
5654
5870
|
"89d92aa5-4d95-d65a-c515-a1aee5b64657": {
|
|
5655
5871
|
"uuid": "89d92aa5-4d95-d65a-c515-a1aee5b64657",
|
|
5656
5872
|
"displayName": "Blush Buddy",
|
|
@@ -6461,6 +6677,24 @@
|
|
|
6461
6677
|
}
|
|
6462
6678
|
]
|
|
6463
6679
|
},
|
|
6680
|
+
"076d1997-4ec1-d582-fc18-c790f4c3336f": {
|
|
6681
|
+
"uuid": "076d1997-4ec1-d582-fc18-c790f4c3336f",
|
|
6682
|
+
"displayName": "Insidious Buddy",
|
|
6683
|
+
"isHiddenIfNotOwned": false,
|
|
6684
|
+
"themeUuid": null,
|
|
6685
|
+
"displayIcon": "https://media.valorant-api.com/buddies/076d1997-4ec1-d582-fc18-c790f4c3336f/displayicon.png",
|
|
6686
|
+
"assetPath": "ShooterGame/Content/Equippables/Buddies/NightmareIncarnate/GunBuddy_NightmareIncarnate_PrimaryAsset",
|
|
6687
|
+
"levels": [
|
|
6688
|
+
{
|
|
6689
|
+
"uuid": "40d69543-4777-3475-afdc-cb8af48fe453",
|
|
6690
|
+
"charmLevel": 1,
|
|
6691
|
+
"hideIfNotOwned": false,
|
|
6692
|
+
"displayName": "NightmareIncarnate",
|
|
6693
|
+
"displayIcon": "https://media.valorant-api.com/buddylevels/40d69543-4777-3475-afdc-cb8af48fe453/displayicon.png",
|
|
6694
|
+
"assetPath": "ShooterGame/Content/Equippables/Buddies/NightmareIncarnate/GunBuddy_NightmareIncarnate_Lv1_PrimaryAsset"
|
|
6695
|
+
}
|
|
6696
|
+
]
|
|
6697
|
+
},
|
|
6464
6698
|
"ea9729a1-4c95-4a3b-62c8-1684cdc2568e": {
|
|
6465
6699
|
"uuid": "ea9729a1-4c95-4a3b-62c8-1684cdc2568e",
|
|
6466
6700
|
"displayName": "Salmon Nigiri Buddy",
|
|
@@ -6515,6 +6749,24 @@
|
|
|
6515
6749
|
}
|
|
6516
6750
|
]
|
|
6517
6751
|
},
|
|
6752
|
+
"1bfef02b-4c98-8210-3afb-1a8dcf8a963d": {
|
|
6753
|
+
"uuid": "1bfef02b-4c98-8210-3afb-1a8dcf8a963d",
|
|
6754
|
+
"displayName": "Kuronami, V26 Buddy",
|
|
6755
|
+
"isHiddenIfNotOwned": false,
|
|
6756
|
+
"themeUuid": null,
|
|
6757
|
+
"displayIcon": "https://media.valorant-api.com/buddies/1bfef02b-4c98-8210-3afb-1a8dcf8a963d/displayicon.png",
|
|
6758
|
+
"assetPath": "ShooterGame/Content/Equippables/Buddies/Ninja2/GunBuddy_Ninja2_PrimaryAsset",
|
|
6759
|
+
"levels": [
|
|
6760
|
+
{
|
|
6761
|
+
"uuid": "f6beceb8-49a7-7525-d76c-9b9486cd82da",
|
|
6762
|
+
"charmLevel": 1,
|
|
6763
|
+
"hideIfNotOwned": false,
|
|
6764
|
+
"displayName": "Ninja2",
|
|
6765
|
+
"displayIcon": "https://media.valorant-api.com/buddylevels/f6beceb8-49a7-7525-d76c-9b9486cd82da/displayicon.png",
|
|
6766
|
+
"assetPath": "ShooterGame/Content/Equippables/Buddies/Ninja2/GunBuddy_Ninja2_Lv1_PrimaryAsset"
|
|
6767
|
+
}
|
|
6768
|
+
]
|
|
6769
|
+
},
|
|
6518
6770
|
"1f2bf8a7-45a9-9969-7a55-01833ce34fb1": {
|
|
6519
6771
|
"uuid": "1f2bf8a7-45a9-9969-7a55-01833ce34fb1",
|
|
6520
6772
|
"displayName": "Deadly Precision Buddy",
|
|
@@ -11195,6 +11447,42 @@
|
|
|
11195
11447
|
}
|
|
11196
11448
|
]
|
|
11197
11449
|
},
|
|
11450
|
+
"bbbdd279-41dc-99c1-83a3-77a19494f705": {
|
|
11451
|
+
"uuid": "bbbdd279-41dc-99c1-83a3-77a19494f705",
|
|
11452
|
+
"displayName": "REF?!? Buddy",
|
|
11453
|
+
"isHiddenIfNotOwned": true,
|
|
11454
|
+
"themeUuid": null,
|
|
11455
|
+
"displayIcon": "https://media.valorant-api.com/buddies/bbbdd279-41dc-99c1-83a3-77a19494f705/displayicon.png",
|
|
11456
|
+
"assetPath": "ShooterGame/Content/Equippables/Buddies/SageBlowingWhistle/GunBuddy_SageBlowingWhistle_PrimaryAsset",
|
|
11457
|
+
"levels": [
|
|
11458
|
+
{
|
|
11459
|
+
"uuid": "66e0e491-41ad-2814-0f51-f192fa147f5b",
|
|
11460
|
+
"charmLevel": 1,
|
|
11461
|
+
"hideIfNotOwned": false,
|
|
11462
|
+
"displayName": "SageBlowingWhistle",
|
|
11463
|
+
"displayIcon": "https://media.valorant-api.com/buddylevels/66e0e491-41ad-2814-0f51-f192fa147f5b/displayicon.png",
|
|
11464
|
+
"assetPath": "ShooterGame/Content/Equippables/Buddies/SageBlowingWhistle/GunBuddy_SageBlowingWhistle_Lv1_PrimaryAsset"
|
|
11465
|
+
}
|
|
11466
|
+
]
|
|
11467
|
+
},
|
|
11468
|
+
"5c998fbe-42d1-9a01-4dde-b2b11c580162": {
|
|
11469
|
+
"uuid": "5c998fbe-42d1-9a01-4dde-b2b11c580162",
|
|
11470
|
+
"displayName": "Pick'Ems Master: REF?!? Buddy",
|
|
11471
|
+
"isHiddenIfNotOwned": true,
|
|
11472
|
+
"themeUuid": null,
|
|
11473
|
+
"displayIcon": "https://media.valorant-api.com/buddies/5c998fbe-42d1-9a01-4dde-b2b11c580162/displayicon.png",
|
|
11474
|
+
"assetPath": "ShooterGame/Content/Equippables/Buddies/SageBlowingWhistleGold/GunBuddy_SageBlowingWhistleGold_PrimaryAsset",
|
|
11475
|
+
"levels": [
|
|
11476
|
+
{
|
|
11477
|
+
"uuid": "afca98af-4016-64a7-ed79-0390b4d73af8",
|
|
11478
|
+
"charmLevel": 1,
|
|
11479
|
+
"hideIfNotOwned": false,
|
|
11480
|
+
"displayName": "SageBlowingWhistleGold",
|
|
11481
|
+
"displayIcon": "https://media.valorant-api.com/buddylevels/afca98af-4016-64a7-ed79-0390b4d73af8/displayicon.png",
|
|
11482
|
+
"assetPath": "ShooterGame/Content/Equippables/Buddies/SageBlowingWhistleGold/GunBuddy_SageBlowingWhistleGold_Lv1_PrimaryAsset"
|
|
11483
|
+
}
|
|
11484
|
+
]
|
|
11485
|
+
},
|
|
11198
11486
|
"1ab94e60-428a-0037-53ba-c3b9da93a36b": {
|
|
11199
11487
|
"uuid": "1ab94e60-428a-0037-53ba-c3b9da93a36b",
|
|
11200
11488
|
"displayName": "Salt Shaker Buddy",
|
|
@@ -11303,6 +11591,24 @@
|
|
|
11303
11591
|
}
|
|
11304
11592
|
]
|
|
11305
11593
|
},
|
|
11594
|
+
"bfc0e6c2-49b2-7253-6838-158e86394f3a": {
|
|
11595
|
+
"uuid": "bfc0e6c2-49b2-7253-6838-158e86394f3a",
|
|
11596
|
+
"displayName": "Keys to Elysium Buddy",
|
|
11597
|
+
"isHiddenIfNotOwned": false,
|
|
11598
|
+
"themeUuid": null,
|
|
11599
|
+
"displayIcon": "https://media.valorant-api.com/buddies/bfc0e6c2-49b2-7253-6838-158e86394f3a/displayicon.png",
|
|
11600
|
+
"assetPath": "ShooterGame/Content/Equippables/Buddies/ScorchTheSky/GunBuddy_ScorchTheSky_PrimaryAsset",
|
|
11601
|
+
"levels": [
|
|
11602
|
+
{
|
|
11603
|
+
"uuid": "50e36e46-4da9-20cc-748e-7f843d627c70",
|
|
11604
|
+
"charmLevel": 1,
|
|
11605
|
+
"hideIfNotOwned": false,
|
|
11606
|
+
"displayName": "ScorchTheSky",
|
|
11607
|
+
"displayIcon": "https://media.valorant-api.com/buddylevels/50e36e46-4da9-20cc-748e-7f843d627c70/displayicon.png",
|
|
11608
|
+
"assetPath": "ShooterGame/Content/Equippables/Buddies/ScorchTheSky/GunBuddy_ScorchTheSky_Lv1_PrimaryAsset"
|
|
11609
|
+
}
|
|
11610
|
+
]
|
|
11611
|
+
},
|
|
11306
11612
|
"daec60f4-45c1-f15a-2a31-a98bb120cb93": {
|
|
11307
11613
|
"uuid": "daec60f4-45c1-f15a-2a31-a98bb120cb93",
|
|
11308
11614
|
"displayName": "Death Stalker Buddy",
|
|
@@ -11831,7 +12137,7 @@
|
|
|
11831
12137
|
"isHiddenIfNotOwned": false,
|
|
11832
12138
|
"themeUuid": "4479eea8-4820-c69b-3912-f5ac678fcedc",
|
|
11833
12139
|
"displayIcon": "https://media.valorant-api.com/buddies/0eab96da-ed34-4bdb-978f-b02b2fb4ebcc/displayicon.png",
|
|
11834
|
-
"assetPath": "ShooterGame/Content/Equippables/Buddies/
|
|
12140
|
+
"assetPath": "ShooterGame/Content/Equippables/Buddies/Soulstealer/GunBuddy_Soulstealer_PrimaryAsset",
|
|
11835
12141
|
"levels": [
|
|
11836
12142
|
{
|
|
11837
12143
|
"uuid": "f344bead-bb25-4226-a990-b5d9694d475d",
|
|
@@ -14327,24 +14633,6 @@
|
|
|
14327
14633
|
}
|
|
14328
14634
|
]
|
|
14329
14635
|
},
|
|
14330
|
-
"3cbaee5a-42d9-9ba4-062c-aab1c3f05ef0": {
|
|
14331
|
-
"uuid": "3cbaee5a-42d9-9ba4-062c-aab1c3f05ef0",
|
|
14332
|
-
"displayName": "5 Years // Beta Remastered Buddy",
|
|
14333
|
-
"isHiddenIfNotOwned": false,
|
|
14334
|
-
"themeUuid": null,
|
|
14335
|
-
"displayIcon": "https://media.valorant-api.com/buddies/3cbaee5a-42d9-9ba4-062c-aab1c3f05ef0/displayicon.png",
|
|
14336
|
-
"assetPath": "ShooterGame/Content/Equippables/Buddies/Val5Beta/GunBuddy_Val5Beta_PrimaryAsset",
|
|
14337
|
-
"levels": [
|
|
14338
|
-
{
|
|
14339
|
-
"uuid": "8adfc33d-43f3-24d2-9ad7-4ab1ac9a1e36",
|
|
14340
|
-
"charmLevel": 1,
|
|
14341
|
-
"hideIfNotOwned": false,
|
|
14342
|
-
"displayName": "Val5Beta",
|
|
14343
|
-
"displayIcon": "https://media.valorant-api.com/buddylevels/8adfc33d-43f3-24d2-9ad7-4ab1ac9a1e36/displayicon.png",
|
|
14344
|
-
"assetPath": "ShooterGame/Content/Equippables/Buddies/Val5Beta/GunBuddy_Val5Beta_Lv1_PrimaryAsset"
|
|
14345
|
-
}
|
|
14346
|
-
]
|
|
14347
|
-
},
|
|
14348
14636
|
"1cb1cfef-4976-ad93-27bc-7a89b5e6fb2f": {
|
|
14349
14637
|
"uuid": "1cb1cfef-4976-ad93-27bc-7a89b5e6fb2f",
|
|
14350
14638
|
"displayName": "5 Years Buddy",
|
|
@@ -14399,6 +14687,24 @@
|
|
|
14399
14687
|
}
|
|
14400
14688
|
]
|
|
14401
14689
|
},
|
|
14690
|
+
"3cbaee5a-42d9-9ba4-062c-aab1c3f05ef0": {
|
|
14691
|
+
"uuid": "3cbaee5a-42d9-9ba4-062c-aab1c3f05ef0",
|
|
14692
|
+
"displayName": "5 Years // Beta Remastered Buddy",
|
|
14693
|
+
"isHiddenIfNotOwned": false,
|
|
14694
|
+
"themeUuid": null,
|
|
14695
|
+
"displayIcon": "https://media.valorant-api.com/buddies/3cbaee5a-42d9-9ba4-062c-aab1c3f05ef0/displayicon.png",
|
|
14696
|
+
"assetPath": "ShooterGame/Content/Equippables/Buddies/Val5beta/GunBuddy_Val5Beta_PrimaryAsset",
|
|
14697
|
+
"levels": [
|
|
14698
|
+
{
|
|
14699
|
+
"uuid": "8adfc33d-43f3-24d2-9ad7-4ab1ac9a1e36",
|
|
14700
|
+
"charmLevel": 1,
|
|
14701
|
+
"hideIfNotOwned": false,
|
|
14702
|
+
"displayName": "Val5Beta",
|
|
14703
|
+
"displayIcon": "https://media.valorant-api.com/buddylevels/8adfc33d-43f3-24d2-9ad7-4ab1ac9a1e36/displayicon.png",
|
|
14704
|
+
"assetPath": "ShooterGame/Content/Equippables/Buddies/Val5Beta/GunBuddy_Val5Beta_Lv1_PrimaryAsset"
|
|
14705
|
+
}
|
|
14706
|
+
]
|
|
14707
|
+
},
|
|
14402
14708
|
"86bbce95-4b76-c933-9939-9aa0f0f2c169": {
|
|
14403
14709
|
"uuid": "86bbce95-4b76-c933-9939-9aa0f0f2c169",
|
|
14404
14710
|
"displayName": "The Wheel of Steel Buddy",
|
package/dist/dtos/bundles.json
CHANGED
|
@@ -719,6 +719,36 @@
|
|
|
719
719
|
"verticalPromoImage": "https://media.valorant-api.com/bundles/b0730caa-4a94-c796-c8dc-1fb2430818a9/verticalpromoimage.png",
|
|
720
720
|
"assetPath": "ShooterGame/Content/UI/OutOfGame/MainMenu/Store/Bundles/StorefrontItem_DuosDay2025ThemeBundle_DataAsset"
|
|
721
721
|
},
|
|
722
|
+
"20de500a-4551-2584-eaa2-8ab0231f13a9": {
|
|
723
|
+
"uuid": "20de500a-4551-2584-eaa2-8ab0231f13a9",
|
|
724
|
+
"displayName": "Duo's Day // Duckling Duo",
|
|
725
|
+
"displayNameSubText": "CAPSULE",
|
|
726
|
+
"description": "Duo's Day // Duckling Duo",
|
|
727
|
+
"extraDescription": "Celebrate Duo's Day with this limited edition capsule collection. Gift it to your Duo, or claim it for yourself. Items can only be purchased as a bundle.",
|
|
728
|
+
"promoDescription": "Celebrate Duo's Day with this limited edition capsule collection. Gift it to your Duo, or claim it for yourself. Items can only be purchased as a bundle.",
|
|
729
|
+
"useAdditionalContext": true,
|
|
730
|
+
"displayIcon": "https://media.valorant-api.com/bundles/20de500a-4551-2584-eaa2-8ab0231f13a9/displayicon.png",
|
|
731
|
+
"displayIcon2": "https://media.valorant-api.com/bundles/20de500a-4551-2584-eaa2-8ab0231f13a9/displayicon2.png",
|
|
732
|
+
"displayIcon3": null,
|
|
733
|
+
"logoIcon": null,
|
|
734
|
+
"verticalPromoImage": "https://media.valorant-api.com/bundles/20de500a-4551-2584-eaa2-8ab0231f13a9/verticalpromoimage.png",
|
|
735
|
+
"assetPath": "ShooterGame/Content/UI/OutOfGame/MainMenu/Store/Bundles/StorefrontItem_DuosDay2026MegaThemeBundle_DataAsset"
|
|
736
|
+
},
|
|
737
|
+
"905db1c9-4ce0-d0c3-93e3-7f8b5d8fb86a": {
|
|
738
|
+
"uuid": "905db1c9-4ce0-d0c3-93e3-7f8b5d8fb86a",
|
|
739
|
+
"displayName": "Duo's Day // Odd Egg",
|
|
740
|
+
"displayNameSubText": "CAPSULE",
|
|
741
|
+
"description": "Duo's Day // Odd Egg",
|
|
742
|
+
"extraDescription": "Celebrate Duo's Day with this limited edition capsule collection. Gift it to the Odd Egg in your life, or claim it for yourself. Items can only be purchased as a bundle.",
|
|
743
|
+
"promoDescription": "Celebrate Duo's Day with this limited edition capsule collection. Gift it to the Odd Egg in your life, or claim it for yourself. Items can only be purchased as a bundle.",
|
|
744
|
+
"useAdditionalContext": true,
|
|
745
|
+
"displayIcon": "https://media.valorant-api.com/bundles/905db1c9-4ce0-d0c3-93e3-7f8b5d8fb86a/displayicon.png",
|
|
746
|
+
"displayIcon2": "https://media.valorant-api.com/bundles/905db1c9-4ce0-d0c3-93e3-7f8b5d8fb86a/displayicon2.png",
|
|
747
|
+
"displayIcon3": null,
|
|
748
|
+
"logoIcon": null,
|
|
749
|
+
"verticalPromoImage": "https://media.valorant-api.com/bundles/905db1c9-4ce0-d0c3-93e3-7f8b5d8fb86a/verticalpromoimage.png",
|
|
750
|
+
"assetPath": "ShooterGame/Content/UI/OutOfGame/MainMenu/Store/Bundles/StorefrontItem_DuosDay2026MiniThemeBundle_DataAsset"
|
|
751
|
+
},
|
|
722
752
|
"e6032bbf-403e-47e4-8fbc-a1b212d966e7": {
|
|
723
753
|
"uuid": "e6032bbf-403e-47e4-8fbc-a1b212d966e7",
|
|
724
754
|
"displayName": "Imperium",
|
|
@@ -1514,6 +1544,21 @@
|
|
|
1514
1544
|
"verticalPromoImage": "https://media.valorant-api.com/bundles/bd4f586d-469c-731d-5018-19835db2b086/verticalpromoimage.png",
|
|
1515
1545
|
"assetPath": "ShooterGame/Content/UI/OutOfGame/MainMenu/Store/Bundles/StorefrontItem_MythicThemeBundle_DataAsset"
|
|
1516
1546
|
},
|
|
1547
|
+
"69d9b2be-4439-0785-780b-ba8951053683": {
|
|
1548
|
+
"uuid": "69d9b2be-4439-0785-780b-ba8951053683",
|
|
1549
|
+
"displayName": "Kuronami",
|
|
1550
|
+
"displayNameSubText": null,
|
|
1551
|
+
"description": "Kuronami",
|
|
1552
|
+
"extraDescription": null,
|
|
1553
|
+
"promoDescription": null,
|
|
1554
|
+
"useAdditionalContext": false,
|
|
1555
|
+
"displayIcon": "https://media.valorant-api.com/bundles/69d9b2be-4439-0785-780b-ba8951053683/displayicon.png",
|
|
1556
|
+
"displayIcon2": "https://media.valorant-api.com/bundles/69d9b2be-4439-0785-780b-ba8951053683/displayicon2.png",
|
|
1557
|
+
"displayIcon3": null,
|
|
1558
|
+
"logoIcon": null,
|
|
1559
|
+
"verticalPromoImage": "https://media.valorant-api.com/bundles/69d9b2be-4439-0785-780b-ba8951053683/verticalpromoimage.png",
|
|
1560
|
+
"assetPath": "ShooterGame/Content/UI/OutOfGame/MainMenu/Store/Bundles/StorefrontItem_Ninja2ThemeBundle_DataAsset"
|
|
1561
|
+
},
|
|
1517
1562
|
"a012ba57-4a6a-db6b-fad2-bebb84a9a588": {
|
|
1518
1563
|
"uuid": "a012ba57-4a6a-db6b-fad2-bebb84a9a588",
|
|
1519
1564
|
"displayName": "Kuronami",
|