@valolytics/ts-valorant-dtos 12.8.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 +3 -3
- package/dist/dtos/buddies.json +687 -21
- package/dist/dtos/bundles.json +441 -2
- package/dist/dtos/competitiveTiers.json +3 -3
- package/dist/dtos/contracts.json +4148 -2261
- package/dist/dtos/currencies.json +2 -2
- package/dist/dtos/events.json +10 -2
- package/dist/dtos/flex.json +21 -0
- package/dist/dtos/gameModes.json +121 -0
- package/dist/dtos/maps.json +542 -1
- package/dist/dtos/playerCards.json +582 -329
- package/dist/dtos/playerTitles.json +161 -7
- package/dist/dtos/sprays.json +1098 -109
- package/dist/dtos/themes.json +70 -0
- package/dist/dtos/weapons.json +5570 -2808
- 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
|
{
|
|
@@ -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
|
{
|