lol-constants 2.3.0 → 2.4.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (36) 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/DragonTypes.d.ts +1 -0
  17. package/core/constants/DragonTypes.js +1 -0
  18. package/core/constants/Items/ItemKeys.d.ts +10 -0
  19. package/core/constants/Items/ItemKeys.js +1 -1
  20. package/core/constants/Items/ItemKeysNum.d.ts +10 -0
  21. package/core/constants/Items/ItemKeysNum.js +1 -1
  22. package/core/constants/Items/ItemNames.d.ts +10 -0
  23. package/core/constants/Items/ItemNames.js +1 -1
  24. package/core/constants/Items/LegendaryItemKeys.d.ts +4 -4
  25. package/core/constants/Items/LegendaryItemKeys.js +1 -1
  26. package/core/constants/Items/LegendaryItemKeysNum.d.ts +4 -4
  27. package/core/constants/Items/LegendaryItemKeysNum.js +1 -1
  28. package/core/constants/Items/LegendaryItemNames.d.ts +4 -4
  29. package/core/constants/Items/LegendaryItemNames.js +1 -1
  30. package/core/constants/Items/MythicItemKeys.d.ts +33 -3
  31. package/core/constants/Items/MythicItemKeys.js +1 -1
  32. package/core/constants/Items/MythicItemKeysNum.d.ts +33 -3
  33. package/core/constants/Items/MythicItemKeysNum.js +1 -1
  34. package/core/constants/Items/MythicItemNames.d.ts +33 -3
  35. package/core/constants/Items/MythicItemNames.js +1 -1
  36. package/package.json +1 -1
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Last updated on patch: `13.5`
2
+ * Last updated on patch: `13.10`
3
3
  */
4
4
  export declare const BootsItemNames: readonly ["Boots", "Berserker's Greaves", "Boots of Swiftness", "Ionian Boots of Lucidity", "Mercury's Treads", "Mobility Boots", "Plated Steelcaps", "Sorcerer's Shoes", "Slightly Magical Footwear"];
5
5
  export type BootsItemName = typeof BootsItemNames[number];
@@ -2,7 +2,7 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.isBootsItemName = exports.BootsItemNames = void 0;
4
4
  /**
5
- * Last updated on patch: `13.5`
5
+ * Last updated on patch: `13.10`
6
6
  */
7
7
  exports.BootsItemNames = [
8
8
  'Boots',