@valolytics/ts-valorant-dtos 13.2.0 → 13.4.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 +270 -54
- package/dist/dtos/bundles.json +16 -0
- package/dist/dtos/contracts.json +899 -0
- package/dist/dtos/flex.json +14 -7
- package/dist/dtos/playerCards.json +341 -187
- package/dist/dtos/playerTitles.json +49 -21
- package/dist/dtos/sprays.json +2636 -2291
- package/dist/dtos/themes.json +28 -0
- package/dist/dtos/weapons.json +4740 -3853
- package/package.json +1 -1
|
@@ -349,6 +349,27 @@
|
|
|
349
349
|
"isHiddenIfNotOwned": false,
|
|
350
350
|
"assetPath": "ShooterGame/Content/Personalization/Titles/EP5_Act1_BP/PlayerTitle_Random_PrimaryAsset"
|
|
351
351
|
},
|
|
352
|
+
"c406ce13-48d8-bdad-42ce-7a9d4c967492": {
|
|
353
|
+
"uuid": "c406ce13-48d8-bdad-42ce-7a9d4c967492",
|
|
354
|
+
"displayName": "Operator Only Title",
|
|
355
|
+
"titleText": "Operator Only",
|
|
356
|
+
"isHiddenIfNotOwned": false,
|
|
357
|
+
"assetPath": "ShooterGame/Content/Personalization/Titles/EP6_Act1_BP/PlayerTitle_OperatorOnly_PrimaryAsset"
|
|
358
|
+
},
|
|
359
|
+
"37690f15-4bbb-cea6-d8bd-bd8387b77ed1": {
|
|
360
|
+
"uuid": "37690f15-4bbb-cea6-d8bd-bd8387b77ed1",
|
|
361
|
+
"displayName": "Rez Bait Title",
|
|
362
|
+
"titleText": "Rez Bait",
|
|
363
|
+
"isHiddenIfNotOwned": false,
|
|
364
|
+
"assetPath": "ShooterGame/Content/Personalization/Titles/EP6_Act1_BP/PlayerTitle_RezBait_PrimaryAsset"
|
|
365
|
+
},
|
|
366
|
+
"0053beda-44f4-47f0-3ec5-68a20f7a0505": {
|
|
367
|
+
"uuid": "0053beda-44f4-47f0-3ec5-68a20f7a0505",
|
|
368
|
+
"displayName": "Unrated Title",
|
|
369
|
+
"titleText": "Unrated",
|
|
370
|
+
"isHiddenIfNotOwned": false,
|
|
371
|
+
"assetPath": "ShooterGame/Content/Personalization/Titles/EP6_Act1_BP/PlayerTitle_Unrated_PrimaryAsset"
|
|
372
|
+
},
|
|
352
373
|
"5bdea980-4397-a1bd-1fab-659153ca196e": {
|
|
353
374
|
"uuid": "5bdea980-4397-a1bd-1fab-659153ca196e",
|
|
354
375
|
"displayName": "Boosted Title",
|
|
@@ -650,27 +671,6 @@
|
|
|
650
671
|
"isHiddenIfNotOwned": true,
|
|
651
672
|
"assetPath": "ShooterGame/Content/Personalization/Titles/Ep5_Act3_EventPass/PlayerTitle_Disruption_PrimaryAsset"
|
|
652
673
|
},
|
|
653
|
-
"c406ce13-48d8-bdad-42ce-7a9d4c967492": {
|
|
654
|
-
"uuid": "c406ce13-48d8-bdad-42ce-7a9d4c967492",
|
|
655
|
-
"displayName": "Operator Only Title",
|
|
656
|
-
"titleText": "Operator Only",
|
|
657
|
-
"isHiddenIfNotOwned": false,
|
|
658
|
-
"assetPath": "ShooterGame/Content/Personalization/Titles/Ep6_Act1_BP/PlayerTitle_OperatorOnly_PrimaryAsset"
|
|
659
|
-
},
|
|
660
|
-
"37690f15-4bbb-cea6-d8bd-bd8387b77ed1": {
|
|
661
|
-
"uuid": "37690f15-4bbb-cea6-d8bd-bd8387b77ed1",
|
|
662
|
-
"displayName": "Rez Bait Title",
|
|
663
|
-
"titleText": "Rez Bait",
|
|
664
|
-
"isHiddenIfNotOwned": false,
|
|
665
|
-
"assetPath": "ShooterGame/Content/Personalization/Titles/Ep6_Act1_BP/PlayerTitle_RezBait_PrimaryAsset"
|
|
666
|
-
},
|
|
667
|
-
"0053beda-44f4-47f0-3ec5-68a20f7a0505": {
|
|
668
|
-
"uuid": "0053beda-44f4-47f0-3ec5-68a20f7a0505",
|
|
669
|
-
"displayName": "Unrated Title",
|
|
670
|
-
"titleText": "Unrated",
|
|
671
|
-
"isHiddenIfNotOwned": false,
|
|
672
|
-
"assetPath": "ShooterGame/Content/Personalization/Titles/Ep6_Act1_BP/PlayerTitle_Unrated_PrimaryAsset"
|
|
673
|
-
},
|
|
674
674
|
"254021ec-426c-85de-3eba-faaeff17a5f5": {
|
|
675
675
|
"uuid": "254021ec-426c-85de-3eba-faaeff17a5f5",
|
|
676
676
|
"displayName": "Ace Title",
|
|
@@ -2645,6 +2645,27 @@
|
|
|
2645
2645
|
"isHiddenIfNotOwned": false,
|
|
2646
2646
|
"assetPath": "ShooterGame/Content/Personalization/Titles/V26_Act4_BP/Squad/PlayerTitle_Squad_PrimaryAsset"
|
|
2647
2647
|
},
|
|
2648
|
+
"8e757bd9-4a56-7b66-314f-97a99bf6dd01": {
|
|
2649
|
+
"uuid": "8e757bd9-4a56-7b66-314f-97a99bf6dd01",
|
|
2650
|
+
"displayName": "Fried Title",
|
|
2651
|
+
"titleText": "Fried",
|
|
2652
|
+
"isHiddenIfNotOwned": false,
|
|
2653
|
+
"assetPath": "ShooterGame/Content/Personalization/Titles/V26_Act5_BP/Fried/PlayerTitle_Fried_PrimaryAsset"
|
|
2654
|
+
},
|
|
2655
|
+
"6b20e6b1-455d-c733-568f-dfbe9c2b2ed2": {
|
|
2656
|
+
"uuid": "6b20e6b1-455d-c733-568f-dfbe9c2b2ed2",
|
|
2657
|
+
"displayName": "Left No Crumbs Title",
|
|
2658
|
+
"titleText": "Left No Crumbs",
|
|
2659
|
+
"isHiddenIfNotOwned": false,
|
|
2660
|
+
"assetPath": "ShooterGame/Content/Personalization/Titles/V26_Act5_BP/LeftNoCrumbs/PlayerTitle_LeftNoCrumbs_PrimaryAsset"
|
|
2661
|
+
},
|
|
2662
|
+
"a1dcbb64-4c9c-2ccd-e4c9-8e85a33f97f3": {
|
|
2663
|
+
"uuid": "a1dcbb64-4c9c-2ccd-e4c9-8e85a33f97f3",
|
|
2664
|
+
"displayName": "Serving Tea Title",
|
|
2665
|
+
"titleText": "Serving Tea",
|
|
2666
|
+
"isHiddenIfNotOwned": false,
|
|
2667
|
+
"assetPath": "ShooterGame/Content/Personalization/Titles/V26_Act5_BP/ServingTea/PlayerTitle_ServingTea_PrimaryAsset"
|
|
2668
|
+
},
|
|
2648
2669
|
"c402b173-403b-b3f6-f1a6-2a819a687397": {
|
|
2649
2670
|
"uuid": "c402b173-403b-b3f6-f1a6-2a819a687397",
|
|
2650
2671
|
"displayName": "YR1 Title",
|
|
@@ -2792,6 +2813,13 @@
|
|
|
2792
2813
|
"isHiddenIfNotOwned": true,
|
|
2793
2814
|
"assetPath": "ShooterGame/Content/Personalization/Titles/VCTStage1_Shotcall2026/ArmchairIGL/PlayerTitle_ArmchairIGL_PrimaryAsset"
|
|
2794
2815
|
},
|
|
2816
|
+
"5e7e40ed-4cfd-c18a-40c0-34ad2a723c11": {
|
|
2817
|
+
"uuid": "5e7e40ed-4cfd-c18a-40c0-34ad2a723c11",
|
|
2818
|
+
"displayName": "Unpaid Analyst Title",
|
|
2819
|
+
"titleText": "Unpaid Analyst",
|
|
2820
|
+
"isHiddenIfNotOwned": true,
|
|
2821
|
+
"assetPath": "ShooterGame/Content/Personalization/Titles/VCTStage2_Playoffs2026/UnpaidAnalyst/PlayerTitle_UnpaidAnalyst_PrimaryAsset"
|
|
2822
|
+
},
|
|
2795
2823
|
"8fd54857-406f-a9e7-e700-80aa8f0f3467": {
|
|
2796
2824
|
"uuid": "8fd54857-406f-a9e7-e700-80aa8f0f3467",
|
|
2797
2825
|
"displayName": "β Title",
|