@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
package/dist/dtos/flex.json
CHANGED
|
@@ -90,6 +90,13 @@
|
|
|
90
90
|
"displayIcon": "https://media.valorant-api.com/flex/d00237ba-487b-142c-64dd-4f91eef9aabf/displayicon.png",
|
|
91
91
|
"assetPath": "ShooterGame/Content/Equippables/Totems/Rose/Totem_Rose_PrimaryAsset"
|
|
92
92
|
},
|
|
93
|
+
"1ff7899e-4c5b-1e49-e2d3-479a6b61c1a0": {
|
|
94
|
+
"uuid": "1ff7899e-4c5b-1e49-e2d3-479a6b61c1a0",
|
|
95
|
+
"displayName": "Aeris Flex",
|
|
96
|
+
"displayNameAllCaps": "AERIS FLEX",
|
|
97
|
+
"displayIcon": "https://media.valorant-api.com/flex/1ff7899e-4c5b-1e49-e2d3-479a6b61c1a0/displayicon.png",
|
|
98
|
+
"assetPath": "ShooterGame/Content/Equippables/Totems/Skymage/Totem_Skymage_PrimaryAsset"
|
|
99
|
+
},
|
|
93
100
|
"f3d05346-4ca8-0f25-6e8e-38bbe0d5bcf0": {
|
|
94
101
|
"uuid": "f3d05346-4ca8-0f25-6e8e-38bbe0d5bcf0",
|
|
95
102
|
"displayName": "Helix Flex",
|
|
@@ -132,13 +139,6 @@
|
|
|
132
139
|
"displayIcon": "https://media.valorant-api.com/flex/90f0a554-41b3-355b-6846-74a27aa3f7b9/displayicon.png",
|
|
133
140
|
"assetPath": "ShooterGame/Content/Equippables/Totems/UnequipTotem/UnequipTotem_DataAsset"
|
|
134
141
|
},
|
|
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
|
-
},
|
|
142
142
|
"1e55c382-4a00-0e7b-38f8-e8b148fb2e78": {
|
|
143
143
|
"uuid": "1e55c382-4a00-0e7b-38f8-e8b148fb2e78",
|
|
144
144
|
"displayName": "VCT 2026 Flex",
|
|
@@ -146,6 +146,13 @@
|
|
|
146
146
|
"displayIcon": "https://media.valorant-api.com/flex/1e55c382-4a00-0e7b-38f8-e8b148fb2e78/displayicon.png",
|
|
147
147
|
"assetPath": "ShooterGame/Content/Equippables/Totems/VCT26Season/Totem_VCT26Season_PrimaryAsset"
|
|
148
148
|
},
|
|
149
|
+
"a348bfba-429d-8cf3-e671-1db93db5f793": {
|
|
150
|
+
"uuid": "a348bfba-429d-8cf3-e671-1db93db5f793",
|
|
151
|
+
"displayName": "5 Years Flex",
|
|
152
|
+
"displayNameAllCaps": "5 YEARS FLEX",
|
|
153
|
+
"displayIcon": "https://media.valorant-api.com/flex/a348bfba-429d-8cf3-e671-1db93db5f793/displayicon.png",
|
|
154
|
+
"assetPath": "ShooterGame/Content/Equippables/Totems/Val5/Totem_Val5_PrimaryAsset"
|
|
155
|
+
},
|
|
149
156
|
"a99fca6c-4943-5dca-faf0-53990dddbaf6": {
|
|
150
157
|
"uuid": "a99fca6c-4943-5dca-faf0-53990dddbaf6",
|
|
151
158
|
"displayName": "SharkX Flex",
|