@valolytics/ts-valorant-dtos 12.9.0 → 13.1.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 +1 -1
- package/dist/dtos/buddies.json +614 -56
- package/dist/dtos/bundles.json +396 -2
- package/dist/dtos/competitiveTiers.json +3 -3
- package/dist/dtos/contracts.json +3512 -2524
- package/dist/dtos/currencies.json +2 -2
- package/dist/dtos/events.json +10 -2
- package/dist/dtos/flex.json +14 -0
- package/dist/dtos/gameModes.json +88 -0
- package/dist/dtos/maps.json +542 -1
- package/dist/dtos/playerCards.json +254 -34
- package/dist/dtos/playerTitles.json +73 -3
- package/dist/dtos/sprays.json +547 -41
- package/dist/dtos/themes.json +42 -0
- package/dist/dtos/weapons.json +6099 -3337
- package/package.json +1 -1
package/dist/dtos/agents.json
CHANGED
|
@@ -1523,7 +1523,7 @@
|
|
|
1523
1523
|
{
|
|
1524
1524
|
"slot": "Ability2",
|
|
1525
1525
|
"displayName": "High Gear",
|
|
1526
|
-
"description": "INSTANTLY channel Neon’s power for Increased Speed. When charged, ALT FIRE to trigger an electric slide dash. Slide charge resets every two kills.
|
|
1526
|
+
"description": "INSTANTLY channel Neon’s power for Increased Speed. When charged, ALT FIRE to trigger an electric slide dash. Slide charge resets every two kills.",
|
|
1527
1527
|
"displayIcon": "https://media.valorant-api.com/agents/bb2a4828-46eb-8cd1-e765-15848195d751/abilities/ability2/displayicon.png"
|
|
1528
1528
|
},
|
|
1529
1529
|
{
|