@valolytics/ts-valorant-dtos 11.11.0 → 12.0.1
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 +471 -111
- package/dist/dtos/bundles.json +630 -0
- package/dist/dtos/contracts.json +899 -0
- package/dist/dtos/gameModes.json +47 -7
- package/dist/dtos/maps.json +9 -57
- package/dist/dtos/playerCards.json +739 -68
- package/dist/dtos/playerTitles.json +29 -8
- package/dist/dtos/sprays.json +485 -117
- package/dist/dtos/themes.json +329 -0
- package/dist/dtos/weapons.json +6099 -3319
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +3 -4
- package/dist/scripts/fetch-data.d.ts +0 -2
- package/dist/scripts/fetch-data.d.ts.map +0 -1
- package/dist/scripts/fetch-data.js +0 -76
package/dist/dtos/agents.json
CHANGED
|
@@ -312,7 +312,7 @@
|
|
|
312
312
|
{
|
|
313
313
|
"slot": "Ability1",
|
|
314
314
|
"displayName": "Special Delivery",
|
|
315
|
-
"description": "EQUIP a sticky grenade. FIRE to launch. The grenade sticks to the first surface it hits and explodes, Concussing any targets caught in the blast. ALT FIRE to launch the grenade with a single bounce instead.",
|
|
315
|
+
"description": "EQUIP a sticky grenade. FIRE to launch. The grenade sticks to the first surface it hits and explodes, Concussing and dealing damage to any targets caught in the blast. ALT FIRE to launch the grenade with a single bounce instead.",
|
|
316
316
|
"displayIcon": "https://media.valorant-api.com/agents/b444168c-4e35-8076-db47-ef9bf368f384/abilities/ability1/displayicon.png"
|
|
317
317
|
},
|
|
318
318
|
{
|