lol-constants 1.9.0 → 1.10.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/assets/Constants/BootsItemNames.d.ts +3 -0
- package/assets/Constants/BootsItemNames.js +3 -0
- package/assets/Constants/LegendaryItemNames.d.ts +3 -0
- package/assets/Constants/LegendaryItemNames.js +3 -0
- package/assets/Constants/MythicItemNames.d.ts +3 -0
- package/assets/Constants/MythicItemNames.js +3 -0
- package/assets/Constants/StatRunes.d.ts +3 -0
- package/assets/Constants/StatRunes.js +3 -0
- package/assets/Constants/StatRunesV2.d.ts +3 -0
- package/assets/Constants/StatRunesV2.js +3 -0
- package/assets/Constants/champion.json +1 -1
- package/assets/Constants/item.json +1 -1
- package/assets/Constants/runesReforged.json +1 -1
- package/assets/Constants/summoner.json +1 -1
- package/dist/Constants/DDPaths.d.ts +3 -2
- package/dist/Constants/DDPaths.js +5 -4
- package/dist/Constants/Meta/ChampionRelationTypes.d.ts +4 -0
- package/dist/Constants/Meta/ChampionRelationTypes.js +7 -0
- package/dist/Helpers/Icons/getPositionImageURL.d.ts +5 -0
- package/dist/Helpers/Icons/getPositionImageURL.js +15 -0
- package/dist/Helpers/Meta/isChampionRelationType.d.ts +2 -0
- package/dist/Helpers/Meta/isChampionRelationType.js +8 -0
- package/dist/index.d.ts +3 -0
- package/dist/index.js +11 -2
- package/dist/types/Meta.d.ts +2 -1
- package/package.json +1 -1
@@ -1 +1,4 @@
|
|
1
|
+
/**
|
2
|
+
* Last updated on: `V12.14`.
|
3
|
+
*/
|
1
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"];
|
@@ -1 +1,4 @@
|
|
1
|
+
/**
|
2
|
+
* Last updated on: `V12.14`.
|
3
|
+
*/
|
1
4
|
export declare const LegendaryItemNames: readonly ["Abyssal Mask", "Anathema's Chains", "Archangel's Staff", "Ardent Censer", "Axiom Arc", "Banshee's Veil", "Black Cleaver", "Black Mist Scythe", "Blade of The Ruined King", "Bloodthirster", "Bulwark of the Mountain", "Chempunk Chainsword", "Chemtech Putrifier", "Cosmic Drive", "Dead Man's Plate", "Death's Dance", "Demonic Embrace", "Edge of Night", "Essence Reaver", "Fimbulwinter", "Force of Nature", "Frozen Heart", "Gargoyle Stoneplate", "Guardian Angel", "Guinsoo's Rageblade", "Horizon Focus", "Hullbreaker", "Infinity Edge", "Knight's Vow", "Lich Bane", "Lord Dominik's Regards", "Manamune", "Maw of Malmortius", "Mejai's Soulstealer", "Mercurial Scimitar", "Mikael's Blessing", "Morellonomicon", "Mortal Reminder", "Muramana", "Nashor's Tooth", "Navori Quickblades", "Pauldrons of Whiterock", "Phantom Dancer", "Rabadon's Deathcap", "Randuin's Omen", "Rapid Firecannon", "Ravenous Hydra", "Redemption", "Runaan's Hurricane", "Rylai's Crystal Scepter", "Seraph's Embrace", "Serpent's Fang", "Serylda's Grudge", "Shadowflame", "Shard of True Ice", "Silvermere Dawn", "Spirit Visage", "Staff of Flowing Water", "Sterak's Gage", "Stormrazor", "The Collector", "Thornmail", "Titanic Hydra", "Umbral Glaive", "Vigilant Wardstone", "Void Staff", "Warmog's Armor", "Winter's Approach", "Wit's End", "Youmuu's Ghostblade", "Zeke's Convergence", "Zhonya's Hourglass"];
|
@@ -1 +1,4 @@
|
|
1
|
+
/**
|
2
|
+
* Last updated on: `V12.14`.
|
3
|
+
*/
|
1
4
|
export declare const MythicItemNames: readonly ["Liandry's Anguish", "Locket of the Iron Solari", "Luden's Tempest", "Moonstone Renewer", "Night Harvester", "Prowler's Claw", "Riftmaker", "Shurelya's Battlesong", "Stridebreaker", "Sunfire Aegis", "Trinity Force", "Turbo Chemtank", "Crown of the Shattered Queen", "Divine Sunderer", "Duskblade of Draktharr", "Eclipse", "Evenshroud", "Everfrost", "Frostfire Gauntlet", "Galeforce", "Goredrinker", "Hextech Rocketbelt", "Immortal Shieldbow", "Imperial Mandate", "Kraken Slayer"];
|