lol-constants 2.3.1 → 2.4.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (34) hide show
  1. package/assets/constants/BootsItemNames.d.ts +1 -1
  2. package/assets/constants/BootsItemNames.js +1 -1
  3. package/assets/constants/Champion.d.ts +164 -164
  4. package/assets/constants/Champion.js +1 -1
  5. package/assets/constants/Item.d.ts +1051 -647
  6. package/assets/constants/Item.js +1 -1
  7. package/assets/constants/LegendaryItemNames.d.ts +1 -1
  8. package/assets/constants/LegendaryItemNames.js +4 -4
  9. package/assets/constants/MythicItemNames.d.ts +1 -1
  10. package/assets/constants/MythicItemNames.js +34 -3
  11. package/assets/constants/RunesReforged.d.ts +1 -1
  12. package/assets/constants/RunesReforged.js +1 -1
  13. package/assets/constants/Summoner.d.ts +2 -2
  14. package/assets/constants/Summoner.js +1 -1
  15. package/core/constants/DataDragonUrls.js +2 -2
  16. package/core/constants/Items/ItemKeys.d.ts +10 -0
  17. package/core/constants/Items/ItemKeys.js +1 -1
  18. package/core/constants/Items/ItemKeysNum.d.ts +10 -0
  19. package/core/constants/Items/ItemKeysNum.js +1 -1
  20. package/core/constants/Items/ItemNames.d.ts +10 -0
  21. package/core/constants/Items/ItemNames.js +1 -1
  22. package/core/constants/Items/LegendaryItemKeys.d.ts +4 -4
  23. package/core/constants/Items/LegendaryItemKeys.js +1 -1
  24. package/core/constants/Items/LegendaryItemKeysNum.d.ts +4 -4
  25. package/core/constants/Items/LegendaryItemKeysNum.js +1 -1
  26. package/core/constants/Items/LegendaryItemNames.d.ts +4 -4
  27. package/core/constants/Items/LegendaryItemNames.js +1 -1
  28. package/core/constants/Items/MythicItemKeys.d.ts +33 -3
  29. package/core/constants/Items/MythicItemKeys.js +1 -1
  30. package/core/constants/Items/MythicItemKeysNum.d.ts +33 -3
  31. package/core/constants/Items/MythicItemKeysNum.js +1 -1
  32. package/core/constants/Items/MythicItemNames.d.ts +33 -3
  33. package/core/constants/Items/MythicItemNames.js +1 -1
  34. package/package.json +1 -1
@@ -1,8 +1,11 @@
1
1
  export declare const MythicItemNames: {
2
2
  readonly "2065": "Shurelya's Battlesong";
3
3
  readonly "3001": "Evenshroud";
4
+ readonly "3031": "Infinity Edge";
4
5
  readonly "3078": "Trinity Force";
5
6
  readonly "3084": "Heartsteel";
7
+ readonly "3124": "Guinsoo's Rageblade";
8
+ readonly "3142": "Youmuu's Ghostblade";
6
9
  readonly "3152": "Hextech Rocketbelt";
7
10
  readonly "3190": "Locket of the Iron Solari";
8
11
  readonly "4005": "Imperial Mandate";
@@ -10,6 +13,7 @@ export declare const MythicItemNames: {
10
13
  readonly "4636": "Night Harvester";
11
14
  readonly "4644": "Crown of the Shattered Queen";
12
15
  readonly "6617": "Moonstone Renewer";
16
+ readonly "6620": "Echoes of Helia";
13
17
  readonly "6630": "Goredrinker";
14
18
  readonly "6631": "Stridebreaker";
15
19
  readonly "6632": "Divine Sunderer";
@@ -22,10 +26,36 @@ export declare const MythicItemNames: {
22
26
  readonly "6665": "Jak'Sho, The Protean";
23
27
  readonly "6667": "Radiant Virtue";
24
28
  readonly "6671": "Galeforce";
25
- readonly "6672": "Kraken Slayer";
26
- readonly "6673": "Immortal Shieldbow";
29
+ readonly "6675": "Navori Quickblades";
27
30
  readonly "6691": "Duskblade of Draktharr";
28
31
  readonly "6692": "Eclipse";
29
- readonly "6693": "Prowler's Claw";
32
+ readonly "7001": "Syzygy";
33
+ readonly "7002": "Draktharr's Shadowcarver";
34
+ readonly "7005": "Frozen Fist";
35
+ readonly "7006": "Typhoon";
36
+ readonly "7009": "Icathia's Curse";
37
+ readonly "7010": "Vespertide";
38
+ readonly "7011": "Upgraded Aeropack";
39
+ readonly "7012": "Liandry's Lament";
40
+ readonly "7013": "Eye of Luden";
41
+ readonly "7014": "Eternal Winter";
42
+ readonly "7015": "Ceaseless Hunger";
43
+ readonly "7016": "Dreamshatter";
44
+ readonly "7017": "Deicide";
45
+ readonly "7018": "Infinity Force";
46
+ readonly "7019": "Reliquary of the Golden Dawn";
47
+ readonly "7020": "Shurelya's Requiem";
48
+ readonly "7021": "Starcaster";
49
+ readonly "7023": "Equinox";
50
+ readonly "7024": "Caesura";
51
+ readonly "7025": "Leviathan";
52
+ readonly "7026": "The Unspoken Parasite";
53
+ readonly "7027": "Primordial Dawn";
54
+ readonly "7028": "Infinite Convergence";
55
+ readonly "7029": "Youmuu's Wake";
56
+ readonly "7030": "Seething Sorrow";
57
+ readonly "7031": "Edge of Finality";
58
+ readonly "7032": "Flicker";
59
+ readonly "7033": "Cry of the Shrieking City";
30
60
  };
31
61
  export type MythicItemName = typeof MythicItemNames[keyof typeof MythicItemNames];
@@ -1,4 +1,4 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.MythicItemNames = void 0;
4
- exports.MythicItemNames = { "2065": "Shurelya's Battlesong", "3001": "Evenshroud", "3078": "Trinity Force", "3084": "Heartsteel", "3152": "Hextech Rocketbelt", "3190": "Locket of the Iron Solari", "4005": "Imperial Mandate", "4633": "Riftmaker", "4636": "Night Harvester", "4644": "Crown of the Shattered Queen", "6617": "Moonstone Renewer", "6630": "Goredrinker", "6631": "Stridebreaker", "6632": "Divine Sunderer", "6653": "Liandry's Anguish", "6655": "Luden's Tempest", "6656": "Everfrost", "6657": "Rod of Ages", "6662": "Iceborn Gauntlet", "6664": "Turbo Chemtank", "6665": "Jak'Sho, The Protean", "6667": "Radiant Virtue", "6671": "Galeforce", "6672": "Kraken Slayer", "6673": "Immortal Shieldbow", "6691": "Duskblade of Draktharr", "6692": "Eclipse", "6693": "Prowler's Claw" };
4
+ exports.MythicItemNames = { "2065": "Shurelya's Battlesong", "3001": "Evenshroud", "3031": "Infinity Edge", "3078": "Trinity Force", "3084": "Heartsteel", "3124": "Guinsoo's Rageblade", "3142": "Youmuu's Ghostblade", "3152": "Hextech Rocketbelt", "3190": "Locket of the Iron Solari", "4005": "Imperial Mandate", "4633": "Riftmaker", "4636": "Night Harvester", "4644": "Crown of the Shattered Queen", "6617": "Moonstone Renewer", "6620": "Echoes of Helia", "6630": "Goredrinker", "6631": "Stridebreaker", "6632": "Divine Sunderer", "6653": "Liandry's Anguish", "6655": "Luden's Tempest", "6656": "Everfrost", "6657": "Rod of Ages", "6662": "Iceborn Gauntlet", "6664": "Turbo Chemtank", "6665": "Jak'Sho, The Protean", "6667": "Radiant Virtue", "6671": "Galeforce", "6675": "Navori Quickblades", "6691": "Duskblade of Draktharr", "6692": "Eclipse", "7001": "Syzygy", "7002": "Draktharr's Shadowcarver", "7005": "Frozen Fist", "7006": "Typhoon", "7009": "Icathia's Curse", "7010": "Vespertide", "7011": "Upgraded Aeropack", "7012": "Liandry's Lament", "7013": "Eye of Luden", "7014": "Eternal Winter", "7015": "Ceaseless Hunger", "7016": "Dreamshatter", "7017": "Deicide", "7018": "Infinity Force", "7019": "Reliquary of the Golden Dawn", "7020": "Shurelya's Requiem", "7021": "Starcaster", "7023": "Equinox", "7024": "Caesura", "7025": "Leviathan", "7026": "The Unspoken Parasite", "7027": "Primordial Dawn", "7028": "Infinite Convergence", "7029": "Youmuu's Wake", "7030": "Seething Sorrow", "7031": "Edge of Finality", "7032": "Flicker", "7033": "Cry of the Shrieking City" };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lol-constants",
3
- "version": "2.3.1",
3
+ "version": "2.4.0",
4
4
  "description": "League of Legends constants and data resources, such as champion, item, runes reforged, summoner spells.",
5
5
  "main": "core/index.js",
6
6
  "types": "core/index.d.ts",