@valolytics/ts-valorant-dtos 13.1.0 → 13.2.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 +0 -6
- package/dist/dtos/buddies.json +181 -73
- package/dist/dtos/bundles.json +32 -0
- package/dist/dtos/contracts.json +1 -1
- package/dist/dtos/flex.json +7 -7
- package/dist/dtos/gameModes.json +1 -1
- package/dist/dtos/maps.json +27 -1
- package/dist/dtos/playerCards.json +223 -179
- package/dist/dtos/playerTitles.json +72 -30
- package/dist/dtos/sprays.json +2250 -2227
- package/dist/dtos/themes.json +7 -0
- package/dist/dtos/weapons.json +4080 -3850
- package/package.json +1 -1
package/dist/dtos/agents.json
CHANGED
|
@@ -766,12 +766,6 @@
|
|
|
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
|
-
},
|
|
775
769
|
{
|
|
776
770
|
"slot": "Ability2",
|
|
777
771
|
"displayName": "Waveform",
|
package/dist/dtos/buddies.json
CHANGED
|
@@ -4481,24 +4481,6 @@
|
|
|
4481
4481
|
}
|
|
4482
4482
|
]
|
|
4483
4483
|
},
|
|
4484
|
-
"7ec6d6d9-4af2-9e60-5531-a28c5f03ffb4": {
|
|
4485
|
-
"uuid": "7ec6d6d9-4af2-9e60-5531-a28c5f03ffb4",
|
|
4486
|
-
"displayName": "Give Back // V26 Buddy",
|
|
4487
|
-
"isHiddenIfNotOwned": true,
|
|
4488
|
-
"themeUuid": null,
|
|
4489
|
-
"displayIcon": "https://media.valorant-api.com/buddies/7ec6d6d9-4af2-9e60-5531-a28c5f03ffb4/displayicon.png",
|
|
4490
|
-
"assetPath": "ShooterGame/Content/Equippables/Buddies/GiveBackBundle26/GunBuddy_Givebackbundle26_PrimaryAsset",
|
|
4491
|
-
"levels": [
|
|
4492
|
-
{
|
|
4493
|
-
"uuid": "5089cc06-4f6f-b691-4747-cbbece397e3c",
|
|
4494
|
-
"charmLevel": 1,
|
|
4495
|
-
"hideIfNotOwned": false,
|
|
4496
|
-
"displayName": "Givebackbundle26",
|
|
4497
|
-
"displayIcon": "https://media.valorant-api.com/buddylevels/5089cc06-4f6f-b691-4747-cbbece397e3c/displayicon.png",
|
|
4498
|
-
"assetPath": "ShooterGame/Content/Equippables/Buddies/Givebackbundle26/GunBuddy_Givebackbundle26_Lv1_PrimaryAsset"
|
|
4499
|
-
}
|
|
4500
|
-
]
|
|
4501
|
-
},
|
|
4502
4484
|
"f2bda332-4920-a2f7-86da-a982150de91f": {
|
|
4503
4485
|
"uuid": "f2bda332-4920-a2f7-86da-a982150de91f",
|
|
4504
4486
|
"displayName": "Give Back // 2023 Buddy",
|
|
@@ -4535,6 +4517,24 @@
|
|
|
4535
4517
|
}
|
|
4536
4518
|
]
|
|
4537
4519
|
},
|
|
4520
|
+
"7ec6d6d9-4af2-9e60-5531-a28c5f03ffb4": {
|
|
4521
|
+
"uuid": "7ec6d6d9-4af2-9e60-5531-a28c5f03ffb4",
|
|
4522
|
+
"displayName": "Give Back // V26 Buddy",
|
|
4523
|
+
"isHiddenIfNotOwned": true,
|
|
4524
|
+
"themeUuid": null,
|
|
4525
|
+
"displayIcon": "https://media.valorant-api.com/buddies/7ec6d6d9-4af2-9e60-5531-a28c5f03ffb4/displayicon.png",
|
|
4526
|
+
"assetPath": "ShooterGame/Content/Equippables/Buddies/Givebackbundle26/GunBuddy_Givebackbundle26_PrimaryAsset",
|
|
4527
|
+
"levels": [
|
|
4528
|
+
{
|
|
4529
|
+
"uuid": "5089cc06-4f6f-b691-4747-cbbece397e3c",
|
|
4530
|
+
"charmLevel": 1,
|
|
4531
|
+
"hideIfNotOwned": false,
|
|
4532
|
+
"displayName": "Givebackbundle26",
|
|
4533
|
+
"displayIcon": "https://media.valorant-api.com/buddylevels/5089cc06-4f6f-b691-4747-cbbece397e3c/displayicon.png",
|
|
4534
|
+
"assetPath": "ShooterGame/Content/Equippables/Buddies/Givebackbundle26/GunBuddy_Givebackbundle26_Lv1_PrimaryAsset"
|
|
4535
|
+
}
|
|
4536
|
+
]
|
|
4537
|
+
},
|
|
4538
4538
|
"8efb8d51-453b-2acb-75f5-049f4d33bdfb": {
|
|
4539
4539
|
"uuid": "8efb8d51-453b-2acb-75f5-049f4d33bdfb",
|
|
4540
4540
|
"displayName": "Terrarium Treasure Buddy",
|
|
@@ -5129,6 +5129,24 @@
|
|
|
5129
5129
|
}
|
|
5130
5130
|
]
|
|
5131
5131
|
},
|
|
5132
|
+
"8ac9948e-4c40-bcec-4f7d-e6bd5c8b349c": {
|
|
5133
|
+
"uuid": "8ac9948e-4c40-bcec-4f7d-e6bd5c8b349c",
|
|
5134
|
+
"displayName": "Prime Buddy",
|
|
5135
|
+
"isHiddenIfNotOwned": false,
|
|
5136
|
+
"themeUuid": "9436fe00-4156-e115-b11f-f69cac91a6a5",
|
|
5137
|
+
"displayIcon": "https://media.valorant-api.com/buddies/8ac9948e-4c40-bcec-4f7d-e6bd5c8b349c/displayicon.png",
|
|
5138
|
+
"assetPath": "ShooterGame/Content/Equippables/Buddies/HypeBeast/GunBuddy_Hypebeast_PrimaryAsset",
|
|
5139
|
+
"levels": [
|
|
5140
|
+
{
|
|
5141
|
+
"uuid": "80bbcdff-4b2c-2370-0806-498c0f4e1d06",
|
|
5142
|
+
"charmLevel": 1,
|
|
5143
|
+
"hideIfNotOwned": false,
|
|
5144
|
+
"displayName": "Prime Buddy",
|
|
5145
|
+
"displayIcon": "https://media.valorant-api.com/buddylevels/80bbcdff-4b2c-2370-0806-498c0f4e1d06/displayicon.png",
|
|
5146
|
+
"assetPath": "ShooterGame/Content/Equippables/Buddies/Hypebeast/GunBuddy_Hypebeast_Lv1_PrimaryAsset"
|
|
5147
|
+
}
|
|
5148
|
+
]
|
|
5149
|
+
},
|
|
5132
5150
|
"32910c32-45e3-4959-9322-1a9fda1126ca": {
|
|
5133
5151
|
"uuid": "32910c32-45e3-4959-9322-1a9fda1126ca",
|
|
5134
5152
|
"displayName": "Prime//2.0 Buddy",
|
|
@@ -5153,7 +5171,7 @@
|
|
|
5153
5171
|
"isHiddenIfNotOwned": false,
|
|
5154
5172
|
"themeUuid": null,
|
|
5155
5173
|
"displayIcon": "https://media.valorant-api.com/buddies/37bb5fa0-40c7-2247-2b0b-6a82a16b04f1/displayicon.png",
|
|
5156
|
-
"assetPath": "ShooterGame/Content/Equippables/Buddies/
|
|
5174
|
+
"assetPath": "ShooterGame/Content/Equippables/Buddies/Hypedragon/GunBuddy_Hypedragon_PrimaryAsset",
|
|
5157
5175
|
"levels": [
|
|
5158
5176
|
{
|
|
5159
5177
|
"uuid": "f1cd02c0-44ca-79b8-1737-ecbdb9b46ae2",
|
|
@@ -5165,24 +5183,6 @@
|
|
|
5165
5183
|
}
|
|
5166
5184
|
]
|
|
5167
5185
|
},
|
|
5168
|
-
"8ac9948e-4c40-bcec-4f7d-e6bd5c8b349c": {
|
|
5169
|
-
"uuid": "8ac9948e-4c40-bcec-4f7d-e6bd5c8b349c",
|
|
5170
|
-
"displayName": "Prime Buddy",
|
|
5171
|
-
"isHiddenIfNotOwned": false,
|
|
5172
|
-
"themeUuid": "9436fe00-4156-e115-b11f-f69cac91a6a5",
|
|
5173
|
-
"displayIcon": "https://media.valorant-api.com/buddies/8ac9948e-4c40-bcec-4f7d-e6bd5c8b349c/displayicon.png",
|
|
5174
|
-
"assetPath": "ShooterGame/Content/Equippables/Buddies/Hypebeast/GunBuddy_Hypebeast_PrimaryAsset",
|
|
5175
|
-
"levels": [
|
|
5176
|
-
{
|
|
5177
|
-
"uuid": "80bbcdff-4b2c-2370-0806-498c0f4e1d06",
|
|
5178
|
-
"charmLevel": 1,
|
|
5179
|
-
"hideIfNotOwned": false,
|
|
5180
|
-
"displayName": "Prime Buddy",
|
|
5181
|
-
"displayIcon": "https://media.valorant-api.com/buddylevels/80bbcdff-4b2c-2370-0806-498c0f4e1d06/displayicon.png",
|
|
5182
|
-
"assetPath": "ShooterGame/Content/Equippables/Buddies/Hypebeast/GunBuddy_Hypebeast_Lv1_PrimaryAsset"
|
|
5183
|
-
}
|
|
5184
|
-
]
|
|
5185
|
-
},
|
|
5186
5186
|
"14b87153-4fc2-707f-46e5-15b5ffe2f529": {
|
|
5187
5187
|
"uuid": "14b87153-4fc2-707f-46e5-15b5ffe2f529",
|
|
5188
5188
|
"displayName": "Frozen Solid Buddy",
|
|
@@ -9449,6 +9449,114 @@
|
|
|
9449
9449
|
}
|
|
9450
9450
|
]
|
|
9451
9451
|
},
|
|
9452
|
+
"435035c0-4b44-3f8a-392b-4fa3fd70d9df": {
|
|
9453
|
+
"uuid": "435035c0-4b44-3f8a-392b-4fa3fd70d9df",
|
|
9454
|
+
"displayName": "PREMIER V26A4 CHAMPION // ADV Buddy",
|
|
9455
|
+
"isHiddenIfNotOwned": true,
|
|
9456
|
+
"themeUuid": null,
|
|
9457
|
+
"displayIcon": "https://media.valorant-api.com/buddies/435035c0-4b44-3f8a-392b-4fa3fd70d9df/displayicon.png",
|
|
9458
|
+
"assetPath": "ShooterGame/Content/Equippables/Buddies/PremierV26A4_Advanced/GunBuddy_PremierV26A4_Advanced_PrimaryAsset",
|
|
9459
|
+
"levels": [
|
|
9460
|
+
{
|
|
9461
|
+
"uuid": "277b2fa0-4e67-53c1-7d61-9cbebcb8e4e7",
|
|
9462
|
+
"charmLevel": 1,
|
|
9463
|
+
"hideIfNotOwned": false,
|
|
9464
|
+
"displayName": "PremierV26A4_Advanced",
|
|
9465
|
+
"displayIcon": "https://media.valorant-api.com/buddylevels/277b2fa0-4e67-53c1-7d61-9cbebcb8e4e7/displayicon.png",
|
|
9466
|
+
"assetPath": "ShooterGame/Content/Equippables/Buddies/PremierV26A4_Advanced/GunBuddy_PremierV26A4_Advanced_Lv1_PrimaryAsset"
|
|
9467
|
+
}
|
|
9468
|
+
]
|
|
9469
|
+
},
|
|
9470
|
+
"e46e56ff-4a55-6889-ed85-b1b7215cfb8b": {
|
|
9471
|
+
"uuid": "e46e56ff-4a55-6889-ed85-b1b7215cfb8b",
|
|
9472
|
+
"displayName": "PREMIER V26A4 CHAMPION // CTD Buddy",
|
|
9473
|
+
"isHiddenIfNotOwned": true,
|
|
9474
|
+
"themeUuid": null,
|
|
9475
|
+
"displayIcon": "https://media.valorant-api.com/buddies/e46e56ff-4a55-6889-ed85-b1b7215cfb8b/displayicon.png",
|
|
9476
|
+
"assetPath": "ShooterGame/Content/Equippables/Buddies/PremierV26A4_Contender/GunBuddy_PremierV26A4_Contender_PrimaryAsset",
|
|
9477
|
+
"levels": [
|
|
9478
|
+
{
|
|
9479
|
+
"uuid": "d849ed95-4501-fc4c-fa32-95a736a9706e",
|
|
9480
|
+
"charmLevel": 1,
|
|
9481
|
+
"hideIfNotOwned": false,
|
|
9482
|
+
"displayName": "PremierV26A4_Contender",
|
|
9483
|
+
"displayIcon": "https://media.valorant-api.com/buddylevels/d849ed95-4501-fc4c-fa32-95a736a9706e/displayicon.png",
|
|
9484
|
+
"assetPath": "ShooterGame/Content/Equippables/Buddies/PremierV26A4_Contender/GunBuddy_PremierV26A4_Contender_Lv1_PrimaryAsset"
|
|
9485
|
+
}
|
|
9486
|
+
]
|
|
9487
|
+
},
|
|
9488
|
+
"d2620559-4ec1-7bd3-34b9-11826f39e0fb": {
|
|
9489
|
+
"uuid": "d2620559-4ec1-7bd3-34b9-11826f39e0fb",
|
|
9490
|
+
"displayName": "PREMIER V26A4 CHAMPION // ELT Buddy",
|
|
9491
|
+
"isHiddenIfNotOwned": true,
|
|
9492
|
+
"themeUuid": null,
|
|
9493
|
+
"displayIcon": "https://media.valorant-api.com/buddies/d2620559-4ec1-7bd3-34b9-11826f39e0fb/displayicon.png",
|
|
9494
|
+
"assetPath": "ShooterGame/Content/Equippables/Buddies/PremierV26A4_Elite/GunBuddy_PremierV26A4_Elite_PrimaryAsset",
|
|
9495
|
+
"levels": [
|
|
9496
|
+
{
|
|
9497
|
+
"uuid": "ec6d06ad-4c08-4983-9230-d89e1898b3c8",
|
|
9498
|
+
"charmLevel": 1,
|
|
9499
|
+
"hideIfNotOwned": false,
|
|
9500
|
+
"displayName": "PremierV26A4_Elite",
|
|
9501
|
+
"displayIcon": "https://media.valorant-api.com/buddylevels/ec6d06ad-4c08-4983-9230-d89e1898b3c8/displayicon.png",
|
|
9502
|
+
"assetPath": "ShooterGame/Content/Equippables/Buddies/PremierV26A4_Elite/GunBuddy_PremierV26A4_Elite_Lv1_PrimaryAsset"
|
|
9503
|
+
}
|
|
9504
|
+
]
|
|
9505
|
+
},
|
|
9506
|
+
"3a32d17e-4f07-989f-3a83-7e979fc2d93a": {
|
|
9507
|
+
"uuid": "3a32d17e-4f07-989f-3a83-7e979fc2d93a",
|
|
9508
|
+
"displayName": "PREMIER V26A4 CHAMPION // INT Buddy",
|
|
9509
|
+
"isHiddenIfNotOwned": true,
|
|
9510
|
+
"themeUuid": null,
|
|
9511
|
+
"displayIcon": "https://media.valorant-api.com/buddies/3a32d17e-4f07-989f-3a83-7e979fc2d93a/displayicon.png",
|
|
9512
|
+
"assetPath": "ShooterGame/Content/Equippables/Buddies/PremierV26A4_Intermediate/GunBuddy_PremierV26A4_Intermediate_PrimaryAsset",
|
|
9513
|
+
"levels": [
|
|
9514
|
+
{
|
|
9515
|
+
"uuid": "1004e13d-44ba-05f3-5491-c48d18b9211b",
|
|
9516
|
+
"charmLevel": 1,
|
|
9517
|
+
"hideIfNotOwned": false,
|
|
9518
|
+
"displayName": "PremierV26A4_Intermediate",
|
|
9519
|
+
"displayIcon": "https://media.valorant-api.com/buddylevels/1004e13d-44ba-05f3-5491-c48d18b9211b/displayicon.png",
|
|
9520
|
+
"assetPath": "ShooterGame/Content/Equippables/Buddies/PremierV26A4_Intermediate/GunBuddy_PremierV26A4_Intermediate_Lv1_PrimaryAsset"
|
|
9521
|
+
}
|
|
9522
|
+
]
|
|
9523
|
+
},
|
|
9524
|
+
"ed619365-4e2d-1b96-2132-3db249b0337e": {
|
|
9525
|
+
"uuid": "ed619365-4e2d-1b96-2132-3db249b0337e",
|
|
9526
|
+
"displayName": "PREMIER V26A4 GRAND CHAMP Buddy",
|
|
9527
|
+
"isHiddenIfNotOwned": true,
|
|
9528
|
+
"themeUuid": null,
|
|
9529
|
+
"displayIcon": "https://media.valorant-api.com/buddies/ed619365-4e2d-1b96-2132-3db249b0337e/displayicon.png",
|
|
9530
|
+
"assetPath": "ShooterGame/Content/Equippables/Buddies/PremierV26A4_Invite/GunBuddy_PremierV26A4_Invite_PrimaryAsset",
|
|
9531
|
+
"levels": [
|
|
9532
|
+
{
|
|
9533
|
+
"uuid": "fb5dadc9-4ff2-2e6d-d496-2e88cf603684",
|
|
9534
|
+
"charmLevel": 1,
|
|
9535
|
+
"hideIfNotOwned": false,
|
|
9536
|
+
"displayName": "PremierV26A4_Invite",
|
|
9537
|
+
"displayIcon": "https://media.valorant-api.com/buddylevels/fb5dadc9-4ff2-2e6d-d496-2e88cf603684/displayicon.png",
|
|
9538
|
+
"assetPath": "ShooterGame/Content/Equippables/Buddies/PremierV26A4_Invite/GunBuddy_PremierV26A4_Invite_Lv1_PrimaryAsset"
|
|
9539
|
+
}
|
|
9540
|
+
]
|
|
9541
|
+
},
|
|
9542
|
+
"952da407-4bd6-3d06-ed47-53ae7c745999": {
|
|
9543
|
+
"uuid": "952da407-4bd6-3d06-ed47-53ae7c745999",
|
|
9544
|
+
"displayName": "PREMIER V26A4 CHAMPION // OPN Buddy",
|
|
9545
|
+
"isHiddenIfNotOwned": true,
|
|
9546
|
+
"themeUuid": null,
|
|
9547
|
+
"displayIcon": "https://media.valorant-api.com/buddies/952da407-4bd6-3d06-ed47-53ae7c745999/displayicon.png",
|
|
9548
|
+
"assetPath": "ShooterGame/Content/Equippables/Buddies/PremierV26A4_Open/GunBuddy_PremierV26A4_Open_PrimaryAsset",
|
|
9549
|
+
"levels": [
|
|
9550
|
+
{
|
|
9551
|
+
"uuid": "716a055f-4b92-cc50-f454-519e78f2b808",
|
|
9552
|
+
"charmLevel": 1,
|
|
9553
|
+
"hideIfNotOwned": false,
|
|
9554
|
+
"displayName": "PremierV26A4_Open",
|
|
9555
|
+
"displayIcon": "https://media.valorant-api.com/buddylevels/716a055f-4b92-cc50-f454-519e78f2b808/displayicon.png",
|
|
9556
|
+
"assetPath": "ShooterGame/Content/Equippables/Buddies/PremierV26A4_Open/GunBuddy_PremierV26A4_Open_Lv1_PrimaryAsset"
|
|
9557
|
+
}
|
|
9558
|
+
]
|
|
9559
|
+
},
|
|
9452
9560
|
"839c6e7d-4821-157b-fd38-71b3debc874f": {
|
|
9453
9561
|
"uuid": "839c6e7d-4821-157b-fd38-71b3debc874f",
|
|
9454
9562
|
"displayName": "Pay Respects Buddy",
|
|
@@ -11879,24 +11987,6 @@
|
|
|
11879
11987
|
}
|
|
11880
11988
|
]
|
|
11881
11989
|
},
|
|
11882
|
-
"d655890d-47fb-9f93-73a0-e2bd661f9c45": {
|
|
11883
|
-
"uuid": "d655890d-47fb-9f93-73a0-e2bd661f9c45",
|
|
11884
|
-
"displayName": "Sentinels of Light, Ep 7 Buddy",
|
|
11885
|
-
"isHiddenIfNotOwned": false,
|
|
11886
|
-
"themeUuid": null,
|
|
11887
|
-
"displayIcon": "https://media.valorant-api.com/buddies/d655890d-47fb-9f93-73a0-e2bd661f9c45/displayicon.png",
|
|
11888
|
-
"assetPath": "ShooterGame/Content/Equippables/Buddies/SOL2/GunBuddy_SOL2_PrimaryAsset",
|
|
11889
|
-
"levels": [
|
|
11890
|
-
{
|
|
11891
|
-
"uuid": "cc12019a-4bc9-34e9-8d94-8eb9df5d7f35",
|
|
11892
|
-
"charmLevel": 1,
|
|
11893
|
-
"hideIfNotOwned": false,
|
|
11894
|
-
"displayName": "SOL2",
|
|
11895
|
-
"displayIcon": "https://media.valorant-api.com/buddylevels/cc12019a-4bc9-34e9-8d94-8eb9df5d7f35/displayicon.png",
|
|
11896
|
-
"assetPath": "ShooterGame/Content/Equippables/Buddies/SOL2/GunBuddy_SOL2_Lv1_PrimaryAsset"
|
|
11897
|
-
}
|
|
11898
|
-
]
|
|
11899
|
-
},
|
|
11900
11990
|
"bbbdd279-41dc-99c1-83a3-77a19494f705": {
|
|
11901
11991
|
"uuid": "bbbdd279-41dc-99c1-83a3-77a19494f705",
|
|
11902
11992
|
"displayName": "REF?!? Buddy",
|
|
@@ -12617,6 +12707,24 @@
|
|
|
12617
12707
|
}
|
|
12618
12708
|
]
|
|
12619
12709
|
},
|
|
12710
|
+
"d655890d-47fb-9f93-73a0-e2bd661f9c45": {
|
|
12711
|
+
"uuid": "d655890d-47fb-9f93-73a0-e2bd661f9c45",
|
|
12712
|
+
"displayName": "Sentinels of Light, Ep 7 Buddy",
|
|
12713
|
+
"isHiddenIfNotOwned": false,
|
|
12714
|
+
"themeUuid": null,
|
|
12715
|
+
"displayIcon": "https://media.valorant-api.com/buddies/d655890d-47fb-9f93-73a0-e2bd661f9c45/displayicon.png",
|
|
12716
|
+
"assetPath": "ShooterGame/Content/Equippables/Buddies/SoL2/GunBuddy_SOL2_PrimaryAsset",
|
|
12717
|
+
"levels": [
|
|
12718
|
+
{
|
|
12719
|
+
"uuid": "cc12019a-4bc9-34e9-8d94-8eb9df5d7f35",
|
|
12720
|
+
"charmLevel": 1,
|
|
12721
|
+
"hideIfNotOwned": false,
|
|
12722
|
+
"displayName": "SOL2",
|
|
12723
|
+
"displayIcon": "https://media.valorant-api.com/buddylevels/cc12019a-4bc9-34e9-8d94-8eb9df5d7f35/displayicon.png",
|
|
12724
|
+
"assetPath": "ShooterGame/Content/Equippables/Buddies/SOL2/GunBuddy_SOL2_Lv1_PrimaryAsset"
|
|
12725
|
+
}
|
|
12726
|
+
]
|
|
12727
|
+
},
|
|
12620
12728
|
"21dea727-4b7a-a6e5-b9b5-af8a17a1ba89": {
|
|
12621
12729
|
"uuid": "21dea727-4b7a-a6e5-b9b5-af8a17a1ba89",
|
|
12622
12730
|
"displayName": "Boom-Bola Buddy",
|
|
@@ -15173,6 +15281,24 @@
|
|
|
15173
15281
|
}
|
|
15174
15282
|
]
|
|
15175
15283
|
},
|
|
15284
|
+
"3cbaee5a-42d9-9ba4-062c-aab1c3f05ef0": {
|
|
15285
|
+
"uuid": "3cbaee5a-42d9-9ba4-062c-aab1c3f05ef0",
|
|
15286
|
+
"displayName": "5 Years // Beta Remastered Buddy",
|
|
15287
|
+
"isHiddenIfNotOwned": false,
|
|
15288
|
+
"themeUuid": null,
|
|
15289
|
+
"displayIcon": "https://media.valorant-api.com/buddies/3cbaee5a-42d9-9ba4-062c-aab1c3f05ef0/displayicon.png",
|
|
15290
|
+
"assetPath": "ShooterGame/Content/Equippables/Buddies/Val5Beta/GunBuddy_Val5Beta_PrimaryAsset",
|
|
15291
|
+
"levels": [
|
|
15292
|
+
{
|
|
15293
|
+
"uuid": "8adfc33d-43f3-24d2-9ad7-4ab1ac9a1e36",
|
|
15294
|
+
"charmLevel": 1,
|
|
15295
|
+
"hideIfNotOwned": false,
|
|
15296
|
+
"displayName": "Val5Beta",
|
|
15297
|
+
"displayIcon": "https://media.valorant-api.com/buddylevels/8adfc33d-43f3-24d2-9ad7-4ab1ac9a1e36/displayicon.png",
|
|
15298
|
+
"assetPath": "ShooterGame/Content/Equippables/Buddies/Val5Beta/GunBuddy_Val5Beta_Lv1_PrimaryAsset"
|
|
15299
|
+
}
|
|
15300
|
+
]
|
|
15301
|
+
},
|
|
15176
15302
|
"1cb1cfef-4976-ad93-27bc-7a89b5e6fb2f": {
|
|
15177
15303
|
"uuid": "1cb1cfef-4976-ad93-27bc-7a89b5e6fb2f",
|
|
15178
15304
|
"displayName": "5 Years Buddy",
|
|
@@ -15227,24 +15353,6 @@
|
|
|
15227
15353
|
}
|
|
15228
15354
|
]
|
|
15229
15355
|
},
|
|
15230
|
-
"3cbaee5a-42d9-9ba4-062c-aab1c3f05ef0": {
|
|
15231
|
-
"uuid": "3cbaee5a-42d9-9ba4-062c-aab1c3f05ef0",
|
|
15232
|
-
"displayName": "5 Years // Beta Remastered Buddy",
|
|
15233
|
-
"isHiddenIfNotOwned": false,
|
|
15234
|
-
"themeUuid": null,
|
|
15235
|
-
"displayIcon": "https://media.valorant-api.com/buddies/3cbaee5a-42d9-9ba4-062c-aab1c3f05ef0/displayicon.png",
|
|
15236
|
-
"assetPath": "ShooterGame/Content/Equippables/Buddies/Val5beta/GunBuddy_Val5Beta_PrimaryAsset",
|
|
15237
|
-
"levels": [
|
|
15238
|
-
{
|
|
15239
|
-
"uuid": "8adfc33d-43f3-24d2-9ad7-4ab1ac9a1e36",
|
|
15240
|
-
"charmLevel": 1,
|
|
15241
|
-
"hideIfNotOwned": false,
|
|
15242
|
-
"displayName": "Val5Beta",
|
|
15243
|
-
"displayIcon": "https://media.valorant-api.com/buddylevels/8adfc33d-43f3-24d2-9ad7-4ab1ac9a1e36/displayicon.png",
|
|
15244
|
-
"assetPath": "ShooterGame/Content/Equippables/Buddies/Val5Beta/GunBuddy_Val5Beta_Lv1_PrimaryAsset"
|
|
15245
|
-
}
|
|
15246
|
-
]
|
|
15247
|
-
},
|
|
15248
15356
|
"86bbce95-4b76-c933-9939-9aa0f0f2c169": {
|
|
15249
15357
|
"uuid": "86bbce95-4b76-c933-9939-9aa0f0f2c169",
|
|
15250
15358
|
"displayName": "The Wheel of Steel Buddy",
|
package/dist/dtos/bundles.json
CHANGED
|
@@ -1103,6 +1103,38 @@
|
|
|
1103
1103
|
"verticalPromoImage": "https://media.valorant-api.com/bundles/4a21cfb3-4bb5-4046-7958-219725a89961/verticalpromoimage.png",
|
|
1104
1104
|
"assetPath": "ShooterGame/Content/UI/OutOfGame/MainMenu/Store/Bundles/StorefrontItem_GummyThemeBundle_DataAsset"
|
|
1105
1105
|
},
|
|
1106
|
+
"4d368017-4f98-1e89-dbec-31abd2533eb9": {
|
|
1107
|
+
"uuid": "4d368017-4f98-1e89-dbec-31abd2533eb9",
|
|
1108
|
+
"contentEditionUuid": null,
|
|
1109
|
+
"displayName": "Neo Frontier",
|
|
1110
|
+
"displayNameSubText": null,
|
|
1111
|
+
"description": "Neo Frontier",
|
|
1112
|
+
"extraDescription": null,
|
|
1113
|
+
"promoDescription": null,
|
|
1114
|
+
"useAdditionalContext": false,
|
|
1115
|
+
"displayIcon": "https://media.valorant-api.com/bundles/4d368017-4f98-1e89-dbec-31abd2533eb9/displayicon.png",
|
|
1116
|
+
"displayIcon2": "https://media.valorant-api.com/bundles/4d368017-4f98-1e89-dbec-31abd2533eb9/displayicon2.png",
|
|
1117
|
+
"displayIcon3": null,
|
|
1118
|
+
"logoIcon": null,
|
|
1119
|
+
"verticalPromoImage": "https://media.valorant-api.com/bundles/4d368017-4f98-1e89-dbec-31abd2533eb9/verticalpromoimage.png",
|
|
1120
|
+
"assetPath": "ShooterGame/Content/UI/OutOfGame/MainMenu/Store/Bundles/StorefrontItem_Gunslinger2MegaThemeBundle_DataAsset"
|
|
1121
|
+
},
|
|
1122
|
+
"8d29f5fe-402a-94ee-2d67-e29b97dda6f4": {
|
|
1123
|
+
"uuid": "8d29f5fe-402a-94ee-2d67-e29b97dda6f4",
|
|
1124
|
+
"contentEditionUuid": null,
|
|
1125
|
+
"displayName": "Run It Back: Neo Frontier",
|
|
1126
|
+
"displayNameSubText": null,
|
|
1127
|
+
"description": "Run It Back: Neo Frontier",
|
|
1128
|
+
"extraDescription": "Pick up the new Neo Frontier Vandal, Shorty, Lasso and some old favorites from the original Neo Frontier Collection.",
|
|
1129
|
+
"promoDescription": "Pick up the new Neo Frontier Vandal, Shorty, Lasso and some old favorites from the original Neo Frontier Collection.",
|
|
1130
|
+
"useAdditionalContext": true,
|
|
1131
|
+
"displayIcon": "https://media.valorant-api.com/bundles/8d29f5fe-402a-94ee-2d67-e29b97dda6f4/displayicon.png",
|
|
1132
|
+
"displayIcon2": "https://media.valorant-api.com/bundles/8d29f5fe-402a-94ee-2d67-e29b97dda6f4/displayicon2.png",
|
|
1133
|
+
"displayIcon3": null,
|
|
1134
|
+
"logoIcon": null,
|
|
1135
|
+
"verticalPromoImage": "https://media.valorant-api.com/bundles/8d29f5fe-402a-94ee-2d67-e29b97dda6f4/verticalpromoimage.png",
|
|
1136
|
+
"assetPath": "ShooterGame/Content/UI/OutOfGame/MainMenu/Store/Bundles/StorefrontItem_Gunslinger2ThemeBundle_DataAsset"
|
|
1137
|
+
},
|
|
1106
1138
|
"550d9d34-4942-a605-ba3c-b09452e52f83": {
|
|
1107
1139
|
"uuid": "550d9d34-4942-a605-ba3c-b09452e52f83",
|
|
1108
1140
|
"contentEditionUuid": null,
|
package/dist/dtos/contracts.json
CHANGED
|
@@ -151,7 +151,7 @@
|
|
|
151
151
|
"premiumRewardScheduleUuid": null,
|
|
152
152
|
"premiumVPCost": -1
|
|
153
153
|
},
|
|
154
|
-
"assetPath": "ShooterGame/Content/Contracts/Characters/
|
|
154
|
+
"assetPath": "ShooterGame/Content/Contracts/Characters/Aggrobot/Contract_Aggrobot_DataAssetV2"
|
|
155
155
|
},
|
|
156
156
|
"7ae5ad85-400b-beba-989d-42924ccf39be": {
|
|
157
157
|
"uuid": "7ae5ad85-400b-beba-989d-42924ccf39be",
|
package/dist/dtos/flex.json
CHANGED
|
@@ -132,6 +132,13 @@
|
|
|
132
132
|
"displayIcon": "https://media.valorant-api.com/flex/90f0a554-41b3-355b-6846-74a27aa3f7b9/displayicon.png",
|
|
133
133
|
"assetPath": "ShooterGame/Content/Equippables/Totems/UnequipTotem/UnequipTotem_DataAsset"
|
|
134
134
|
},
|
|
135
|
+
"a348bfba-429d-8cf3-e671-1db93db5f793": {
|
|
136
|
+
"uuid": "a348bfba-429d-8cf3-e671-1db93db5f793",
|
|
137
|
+
"displayName": "5 Years Flex",
|
|
138
|
+
"displayNameAllCaps": "5 YEARS FLEX",
|
|
139
|
+
"displayIcon": "https://media.valorant-api.com/flex/a348bfba-429d-8cf3-e671-1db93db5f793/displayicon.png",
|
|
140
|
+
"assetPath": "ShooterGame/Content/Equippables/Totems/VAL5/Totem_Val5_PrimaryAsset"
|
|
141
|
+
},
|
|
135
142
|
"1e55c382-4a00-0e7b-38f8-e8b148fb2e78": {
|
|
136
143
|
"uuid": "1e55c382-4a00-0e7b-38f8-e8b148fb2e78",
|
|
137
144
|
"displayName": "VCT 2026 Flex",
|
|
@@ -139,13 +146,6 @@
|
|
|
139
146
|
"displayIcon": "https://media.valorant-api.com/flex/1e55c382-4a00-0e7b-38f8-e8b148fb2e78/displayicon.png",
|
|
140
147
|
"assetPath": "ShooterGame/Content/Equippables/Totems/VCT26Season/Totem_VCT26Season_PrimaryAsset"
|
|
141
148
|
},
|
|
142
|
-
"a348bfba-429d-8cf3-e671-1db93db5f793": {
|
|
143
|
-
"uuid": "a348bfba-429d-8cf3-e671-1db93db5f793",
|
|
144
|
-
"displayName": "5 Years Flex",
|
|
145
|
-
"displayNameAllCaps": "5 YEARS FLEX",
|
|
146
|
-
"displayIcon": "https://media.valorant-api.com/flex/a348bfba-429d-8cf3-e671-1db93db5f793/displayicon.png",
|
|
147
|
-
"assetPath": "ShooterGame/Content/Equippables/Totems/Val5/Totem_Val5_PrimaryAsset"
|
|
148
|
-
},
|
|
149
149
|
"a99fca6c-4943-5dca-faf0-53990dddbaf6": {
|
|
150
150
|
"uuid": "a99fca6c-4943-5dca-faf0-53990dddbaf6",
|
|
151
151
|
"displayName": "SharkX Flex",
|
package/dist/dtos/gameModes.json
CHANGED
|
@@ -225,7 +225,7 @@
|
|
|
225
225
|
"customDefeatMessage": null,
|
|
226
226
|
"economyType": "EEconomyTypes::Other",
|
|
227
227
|
"allowsMatchTimeouts": false,
|
|
228
|
-
"allowsCustomGameReplays":
|
|
228
|
+
"allowsCustomGameReplays": false,
|
|
229
229
|
"isTeamVoiceAllowed": true,
|
|
230
230
|
"isMinimapHidden": false,
|
|
231
231
|
"orbCount": 1,
|