lol-constants 2.24.1 → 2.24.2
Sign up to get free protection for your applications and to get access to all the features.
- package/assets/constants/LegendaryItemNames.d.ts +1 -1
- package/assets/constants/LegendaryItemNames.js +0 -1
- package/core/constants/DataDragonUrls.d.ts +16 -16
- package/core/constants/Items/LegendaryItemKeys.d.ts +0 -1
- package/core/constants/Items/LegendaryItemKeys.js +1 -1
- package/core/constants/Items/LegendaryItemKeysNum.d.ts +0 -1
- package/core/constants/Items/LegendaryItemKeysNum.js +1 -1
- package/core/constants/Items/LegendaryItemNames.d.ts +0 -1
- package/core/constants/Items/LegendaryItemNames.js +1 -1
- package/core/index.d.ts +1 -0
- package/core/index.js +1 -0
- package/package.json +1 -1
@@ -1,4 +1,4 @@
|
|
1
1
|
/**
|
2
2
|
* @see https://leagueoflegends.fandom.com/wiki/Legendary_item
|
3
3
|
*/
|
4
|
-
export declare const LegendaryItemNames: readonly ["Abyssal Mask", "Anathema's Chains", "Archangel's Staff", "Ardent Censer", "Atma's Reckoning", "Axiom Arc", "Banshee's Veil", "Black Cleaver", "Black Mist Scythe", "Blackfire Torch", "Blade of the Ruined King", "Bloodletter's Curse", "Bloodsong", "Bloodthirster", "Bounty of Worlds", "Bulwark of the Mountain", "Celestial Opposition", "Chempunk Chainsword", "Cosmic Drive", "Cryptbloom", "Dawncore", "Dead Man's Plate", "Death's Dance", "Demonic Embrace", "Dream Maker", "Edge of Night", "Elixir of Avarice", "Elixir of Force", "Essence Reaver", "Experimental Hexplate", "Fimbulwinter", "Force of Nature", "Frozen Heart", "
|
4
|
+
export declare const LegendaryItemNames: readonly ["Abyssal Mask", "Anathema's Chains", "Archangel's Staff", "Ardent Censer", "Atma's Reckoning", "Axiom Arc", "Banshee's Veil", "Black Cleaver", "Black Mist Scythe", "Blackfire Torch", "Blade of the Ruined King", "Bloodletter's Curse", "Bloodsong", "Bloodthirster", "Bounty of Worlds", "Bulwark of the Mountain", "Celestial Opposition", "Chempunk Chainsword", "Cosmic Drive", "Cryptbloom", "Dawncore", "Dead Man's Plate", "Death's Dance", "Demonic Embrace", "Dream Maker", "Edge of Night", "Elixir of Avarice", "Elixir of Force", "Essence Reaver", "Experimental Hexplate", "Fimbulwinter", "Force of Nature", "Frozen Heart", "Guardian Angel", "Hellfire Hatchet", "Hextech Gunblade", "Hollow Radiance", "Horizon Focus", "Hubris", "Hullbreaker", "Immortal Shieldbow", "Imperial Mandate", "Kaenic Rookern", "Knight's Vow", "Kraken Slayer", "Lich Bane", "Lord Dominik's Regards", "Luden's Companion", "Malignance", "Manamune", "Maw of Malmortius", "Mejai's Soulstealer", "Mercurial Scimitar", "Mikael's Blessing", "Morellonomicon", "Mortal Reminder", "Muramana", "Nashor's Tooth", "Opportunity", "Overlord's Bloodmail", "Pauldrons of Whiterock", "Perplexity", "Phantom Dancer", "Profane Hydra", "Rabadon's Deathcap", "Randuin's Omen", "Rapid Firecannon", "Ravenous Hydra", "Rectrix", "Redemption", "Rite of Ruin", "Runaan's Hurricane", "Rylai's Crystal Scepter", "Seraph's Embrace", "Serpent's Fang", "Serylda's Grudge", "Shadowflame", "Shard of True Ice", "Shattered Armguard", "Solstice Sleigh", "Spear of Shojin", "Spectral Cutlass", "Spirit Visage", "Staff of Flowing Water", "Statikk Shiv", "Sterak's Gage", "Stormrazor", "Stormsurge", "Sundered Sky", "Sunfire Aegis", "Sword of the Blossoming Dawn", "Terminus", "The Collector", "Thornmail", "Titanic Hydra", "Trailblazer", "Umbral Glaive", "Unending Despair", "Vigilant Wardstone", "Void Staff", "Voltaic Cyclosword", "Warmog's Armor", "Winter's Approach", "Wit's End", "Wordless Promise", "Zaz'Zak's Realmspike", "Zeke's Convergence", "Zephyr", "Zhonya's Hourglass", "Echoes of Helia", "Liandry's Torment", "Locket of the Iron Solari", "Luden's Tempest", "Moonstone Renewer", "Navori Flickerblade", "Night Harvester", "Riftmaker", "Shurelya's Battlesong", "Stridebreaker", "Trinity Force", "Eclipse", "Iceborn Gauntlet", "Infinity Edge", "Guinsoo's Rageblade", "Hextech Rocketbelt", "Jak'Sho, The Protean", "Heartsteel", "Rod of Ages", "Youmuu's Ghostblade", "Yun Tal Wildarrows", "Chemtech Putrifier", "Sword of Blossoming Dawn"];
|
@@ -3,50 +3,50 @@ export declare const dataDragonVersion = "14.13.1";
|
|
3
3
|
* Data Dragon CDN Paths.
|
4
4
|
*/
|
5
5
|
export declare const DataDragonUrls: {
|
6
|
-
readonly DATA_DRAGON_BASE:
|
7
|
-
readonly COMMUNITY_DRAGON_BASE:
|
6
|
+
readonly DATA_DRAGON_BASE: string;
|
7
|
+
readonly COMMUNITY_DRAGON_BASE: string;
|
8
8
|
/**
|
9
9
|
* Append with `/MonkeyKing.png` (`/{championId}.png`).
|
10
10
|
*/
|
11
|
-
readonly CHAMPION_ICON_BASE:
|
11
|
+
readonly CHAMPION_ICON_BASE: `${string}/img/champion`;
|
12
12
|
/**
|
13
13
|
* Append with `/MonkeyKing_0.png` (`/{championId}_{skinNum}.png`).
|
14
14
|
*/
|
15
|
-
readonly CHAMPION_LOADING_BASE:
|
15
|
+
readonly CHAMPION_LOADING_BASE: `${string}/img/champion/loading`;
|
16
16
|
/**
|
17
17
|
* Append with `/MonkeyKing_0.png` (`/{championId}_{skinNum}.png`).
|
18
18
|
*/
|
19
|
-
readonly CHAMPION_SPLASH_BASE:
|
19
|
+
readonly CHAMPION_SPLASH_BASE: `${string}/img/champion/splash`;
|
20
20
|
/**
|
21
21
|
* Append with `/FlashFrost.png` (`/{abilityKey}.png`).
|
22
22
|
*/
|
23
|
-
readonly ABILITY_ICON_BASE:
|
23
|
+
readonly ABILITY_ICON_BASE: `${string}/img/spell`;
|
24
24
|
/**
|
25
25
|
* Append with `/685.png` (`/{iconId}.png`).
|
26
26
|
*/
|
27
|
-
readonly PROFILE_ICON_BASE:
|
27
|
+
readonly PROFILE_ICON_BASE: `${string}/img/profileicon`;
|
28
28
|
/**
|
29
29
|
* Append with `/1001.png` (`/{itemId}.png`).
|
30
30
|
*/
|
31
|
-
readonly ITEM_ICON_BASE:
|
31
|
+
readonly ITEM_ICON_BASE: `${string}/img/item`;
|
32
32
|
/**
|
33
33
|
* Append with `/MonkeyKing.json` (`/{championId}.json`).
|
34
34
|
*/
|
35
|
-
readonly CHAMPION_BASE:
|
36
|
-
readonly CHAMPION:
|
37
|
-
readonly ITEM:
|
38
|
-
readonly RUNES_REFORGED:
|
39
|
-
readonly SUMMONER:
|
35
|
+
readonly CHAMPION_BASE: `${string}/data/en_US/champion`;
|
36
|
+
readonly CHAMPION: `${string}/data/en_US/champion.json`;
|
37
|
+
readonly ITEM: `${string}/data/en_US/item.json`;
|
38
|
+
readonly RUNES_REFORGED: `${string}/data/en_US/runesReforged.json`;
|
39
|
+
readonly SUMMONER: `${string}/data/en_US/summoner.json`;
|
40
40
|
/**
|
41
41
|
* @see https://raw.communitydragon.org/latest/plugins/rcp-be-lol-game-data/global/default/v1/perk-images/statmods
|
42
42
|
*/
|
43
|
-
readonly STAT_RUNE_ICON_BASE:
|
43
|
+
readonly STAT_RUNE_ICON_BASE: `${string}/plugins/rcp-be-lol-game-data/global/default/v1/perk-images/statmods`;
|
44
44
|
/**
|
45
45
|
* @see https://raw.communitydragon.org/latest/plugins/rcp-be-lol-game-data/global/default/v1/perk-images/styles
|
46
46
|
*/
|
47
|
-
readonly TREE_RUNE_ICON_BASE:
|
47
|
+
readonly TREE_RUNE_ICON_BASE: `${string}/plugins/rcp-be-lol-game-data/global/default/v1/perk-images/styles`;
|
48
48
|
/**
|
49
49
|
* @see https://raw.communitydragon.org/latest/plugins/rcp-fe-lol-static-assets/global/default/svg
|
50
50
|
*/
|
51
|
-
readonly POSITION_ICON_BASE:
|
51
|
+
readonly POSITION_ICON_BASE: `${string}/plugins/rcp-fe-lol-static-assets/global/default/svg`;
|
52
52
|
};
|
@@ -27,7 +27,6 @@ export declare const LegendaryItemKeys: {
|
|
27
27
|
readonly Fimbulwinter: "3121";
|
28
28
|
readonly "Force of Nature": "4401";
|
29
29
|
readonly "Frozen Heart": "3110";
|
30
|
-
readonly "Glowing Mote": "2022";
|
31
30
|
readonly "Guardian Angel": "3026";
|
32
31
|
readonly "Hollow Radiance": "6664";
|
33
32
|
readonly "Horizon Focus": "4628";
|
@@ -1 +1 @@
|
|
1
|
-
export const LegendaryItemKeys = { "Abyssal Mask": "8020", "Anathema's Chains": "8001", "Archangel's Staff": "3003", "Ardent Censer": "3504", "Axiom Arc": "6696", "Banshee's Veil": "3102", "Black Cleaver": "3071", "Blackfire Torch": "2503", "Bloodsong": "3877", "Bloodthirster": "3072", "Bounty of Worlds": "3867", "Celestial Opposition": "3869", "Chempunk Chainsword": "6609", "Cosmic Drive": "4629", "Cryptbloom": "3137", "Dawncore": "6621", "Dead Man's Plate": "3742", "Death's Dance": "6333", "Demonic Embrace": "4637", "Dream Maker": "3870", "Edge of Night": "3814", "Elixir of Avarice": "2151", "Elixir of Force": "2152", "Essence Reaver": "3508", "Experimental Hexplate": "3073", "Fimbulwinter": "3121", "Force of Nature": "4401", "Frozen Heart": "3110", "
|
1
|
+
export const LegendaryItemKeys = { "Abyssal Mask": "8020", "Anathema's Chains": "8001", "Archangel's Staff": "3003", "Ardent Censer": "3504", "Axiom Arc": "6696", "Banshee's Veil": "3102", "Black Cleaver": "3071", "Blackfire Torch": "2503", "Bloodsong": "3877", "Bloodthirster": "3072", "Bounty of Worlds": "3867", "Celestial Opposition": "3869", "Chempunk Chainsword": "6609", "Cosmic Drive": "4629", "Cryptbloom": "3137", "Dawncore": "6621", "Dead Man's Plate": "3742", "Death's Dance": "6333", "Demonic Embrace": "4637", "Dream Maker": "3870", "Edge of Night": "3814", "Elixir of Avarice": "2151", "Elixir of Force": "2152", "Essence Reaver": "3508", "Experimental Hexplate": "3073", "Fimbulwinter": "3121", "Force of Nature": "4401", "Frozen Heart": "3110", "Guardian Angel": "3026", "Hollow Radiance": "6664", "Horizon Focus": "4628", "Hubris": "6697", "Hullbreaker": "3181", "Immortal Shieldbow": "6673", "Imperial Mandate": "4005", "Kaenic Rookern": "2504", "Knight's Vow": "3109", "Kraken Slayer": "6672", "Lich Bane": "3100", "Lord Dominik's Regards": "3036", "Luden's Companion": "6655", "Malignance": "3118", "Manamune": "3004", "Maw of Malmortius": "3156", "Mejai's Soulstealer": "3041", "Mercurial Scimitar": "3139", "Mikael's Blessing": "3222", "Morellonomicon": "3165", "Mortal Reminder": "3033", "Muramana": "3042", "Nashor's Tooth": "3115", "Opportunity": "6701", "Overlord's Bloodmail": "2501", "Phantom Dancer": "3046", "Profane Hydra": "6698", "Rabadon's Deathcap": "3089", "Randuin's Omen": "3143", "Rapid Firecannon": "3094", "Ravenous Hydra": "3074", "Rectrix": "6690", "Redemption": "3107", "Runaan's Hurricane": "3085", "Rylai's Crystal Scepter": "3116", "Seraph's Embrace": "3040", "Serpent's Fang": "6695", "Serylda's Grudge": "6694", "Shadowflame": "4645", "Shattered Armguard": "2421", "Solstice Sleigh": "3876", "Spear of Shojin": "3161", "Spirit Visage": "3065", "Staff of Flowing Water": "6616", "Statikk Shiv": "3087", "Sterak's Gage": "3053", "Stormsurge": "4646", "Sundered Sky": "6610", "Sunfire Aegis": "3068", "Terminus": "3302", "The Collector": "6676", "Thornmail": "3075", "Titanic Hydra": "3748", "Trailblazer": "3002", "Umbral Glaive": "3179", "Unending Despair": "2502", "Vigilant Wardstone": "4643", "Void Staff": "3135", "Voltaic Cyclosword": "6699", "Warmog's Armor": "3083", "Winter's Approach": "3119", "Wit's End": "3091", "Zaz'Zak's Realmspike": "3871", "Zeke's Convergence": "3050", "Zephyr": "3172", "Zhonya's Hourglass": "3157", "Echoes of Helia": "6620", "Liandry's Torment": "6653", "Locket of the Iron Solari": "3190", "Moonstone Renewer": "6617", "Navori Flickerblade": "6675", "Night Harvester": "4636", "Riftmaker": "4633", "Shurelya's Battlesong": "2065", "Stridebreaker": "6631", "Trinity Force": "3078", "Eclipse": "6692", "Iceborn Gauntlet": "6662", "Infinity Edge": "3031", "Guinsoo's Rageblade": "3124", "Hextech Rocketbelt": "3152", "Jak'Sho, The Protean": "6665", "Heartsteel": "3084", "Rod of Ages": "6657", "Youmuu's Ghostblade": "3142", "Yun Tal Wildarrows": "3032", "Chemtech Putrifier": "3011" };
|
@@ -27,7 +27,6 @@ export declare const LegendaryItemKeysNum: {
|
|
27
27
|
readonly Fimbulwinter: 3121;
|
28
28
|
readonly "Force of Nature": 4401;
|
29
29
|
readonly "Frozen Heart": 3110;
|
30
|
-
readonly "Glowing Mote": 2022;
|
31
30
|
readonly "Guardian Angel": 3026;
|
32
31
|
readonly "Hollow Radiance": 6664;
|
33
32
|
readonly "Horizon Focus": 4628;
|
@@ -1 +1 @@
|
|
1
|
-
export const LegendaryItemKeysNum = { "Abyssal Mask": 8020, "Anathema's Chains": 8001, "Archangel's Staff": 3003, "Ardent Censer": 3504, "Axiom Arc": 6696, "Banshee's Veil": 3102, "Black Cleaver": 3071, "Blackfire Torch": 2503, "Bloodsong": 3877, "Bloodthirster": 3072, "Bounty of Worlds": 3867, "Celestial Opposition": 3869, "Chempunk Chainsword": 6609, "Cosmic Drive": 4629, "Cryptbloom": 3137, "Dawncore": 6621, "Dead Man's Plate": 3742, "Death's Dance": 6333, "Demonic Embrace": 4637, "Dream Maker": 3870, "Edge of Night": 3814, "Elixir of Avarice": 2151, "Elixir of Force": 2152, "Essence Reaver": 3508, "Experimental Hexplate": 3073, "Fimbulwinter": 3121, "Force of Nature": 4401, "Frozen Heart": 3110, "
|
1
|
+
export const LegendaryItemKeysNum = { "Abyssal Mask": 8020, "Anathema's Chains": 8001, "Archangel's Staff": 3003, "Ardent Censer": 3504, "Axiom Arc": 6696, "Banshee's Veil": 3102, "Black Cleaver": 3071, "Blackfire Torch": 2503, "Bloodsong": 3877, "Bloodthirster": 3072, "Bounty of Worlds": 3867, "Celestial Opposition": 3869, "Chempunk Chainsword": 6609, "Cosmic Drive": 4629, "Cryptbloom": 3137, "Dawncore": 6621, "Dead Man's Plate": 3742, "Death's Dance": 6333, "Demonic Embrace": 4637, "Dream Maker": 3870, "Edge of Night": 3814, "Elixir of Avarice": 2151, "Elixir of Force": 2152, "Essence Reaver": 3508, "Experimental Hexplate": 3073, "Fimbulwinter": 3121, "Force of Nature": 4401, "Frozen Heart": 3110, "Guardian Angel": 3026, "Hollow Radiance": 6664, "Horizon Focus": 4628, "Hubris": 6697, "Hullbreaker": 3181, "Immortal Shieldbow": 6673, "Imperial Mandate": 4005, "Kaenic Rookern": 2504, "Knight's Vow": 3109, "Kraken Slayer": 6672, "Lich Bane": 3100, "Lord Dominik's Regards": 3036, "Luden's Companion": 6655, "Malignance": 3118, "Manamune": 3004, "Maw of Malmortius": 3156, "Mejai's Soulstealer": 3041, "Mercurial Scimitar": 3139, "Mikael's Blessing": 3222, "Morellonomicon": 3165, "Mortal Reminder": 3033, "Muramana": 3042, "Nashor's Tooth": 3115, "Opportunity": 6701, "Overlord's Bloodmail": 2501, "Phantom Dancer": 3046, "Profane Hydra": 6698, "Rabadon's Deathcap": 3089, "Randuin's Omen": 3143, "Rapid Firecannon": 3094, "Ravenous Hydra": 3074, "Rectrix": 6690, "Redemption": 3107, "Runaan's Hurricane": 3085, "Rylai's Crystal Scepter": 3116, "Seraph's Embrace": 3040, "Serpent's Fang": 6695, "Serylda's Grudge": 6694, "Shadowflame": 4645, "Shattered Armguard": 2421, "Solstice Sleigh": 3876, "Spear of Shojin": 3161, "Spirit Visage": 3065, "Staff of Flowing Water": 6616, "Statikk Shiv": 3087, "Sterak's Gage": 3053, "Stormsurge": 4646, "Sundered Sky": 6610, "Sunfire Aegis": 3068, "Terminus": 3302, "The Collector": 6676, "Thornmail": 3075, "Titanic Hydra": 3748, "Trailblazer": 3002, "Umbral Glaive": 3179, "Unending Despair": 2502, "Vigilant Wardstone": 4643, "Void Staff": 3135, "Voltaic Cyclosword": 6699, "Warmog's Armor": 3083, "Winter's Approach": 3119, "Wit's End": 3091, "Zaz'Zak's Realmspike": 3871, "Zeke's Convergence": 3050, "Zephyr": 3172, "Zhonya's Hourglass": 3157, "Echoes of Helia": 6620, "Liandry's Torment": 6653, "Locket of the Iron Solari": 3190, "Moonstone Renewer": 6617, "Navori Flickerblade": 6675, "Night Harvester": 4636, "Riftmaker": 4633, "Shurelya's Battlesong": 2065, "Stridebreaker": 6631, "Trinity Force": 3078, "Eclipse": 6692, "Iceborn Gauntlet": 6662, "Infinity Edge": 3031, "Guinsoo's Rageblade": 3124, "Hextech Rocketbelt": 3152, "Jak'Sho, The Protean": 6665, "Heartsteel": 3084, "Rod of Ages": 6657, "Youmuu's Ghostblade": 3142, "Yun Tal Wildarrows": 3032, "Chemtech Putrifier": 3011 };
|
@@ -1 +1 @@
|
|
1
|
-
export const LegendaryItemNames = { "
|
1
|
+
export const LegendaryItemNames = { "2065": "Shurelya's Battlesong", "2151": "Elixir of Avarice", "2152": "Elixir of Force", "2421": "Shattered Armguard", "2501": "Overlord's Bloodmail", "2502": "Unending Despair", "2503": "Blackfire Torch", "2504": "Kaenic Rookern", "3002": "Trailblazer", "3003": "Archangel's Staff", "3004": "Manamune", "3011": "Chemtech Putrifier", "3026": "Guardian Angel", "3031": "Infinity Edge", "3032": "Yun Tal Wildarrows", "3033": "Mortal Reminder", "3036": "Lord Dominik's Regards", "3040": "Seraph's Embrace", "3041": "Mejai's Soulstealer", "3042": "Muramana", "3046": "Phantom Dancer", "3050": "Zeke's Convergence", "3053": "Sterak's Gage", "3065": "Spirit Visage", "3068": "Sunfire Aegis", "3071": "Black Cleaver", "3072": "Bloodthirster", "3073": "Experimental Hexplate", "3074": "Ravenous Hydra", "3075": "Thornmail", "3078": "Trinity Force", "3083": "Warmog's Armor", "3084": "Heartsteel", "3085": "Runaan's Hurricane", "3087": "Statikk Shiv", "3089": "Rabadon's Deathcap", "3091": "Wit's End", "3094": "Rapid Firecannon", "3100": "Lich Bane", "3102": "Banshee's Veil", "3107": "Redemption", "3109": "Knight's Vow", "3110": "Frozen Heart", "3115": "Nashor's Tooth", "3116": "Rylai's Crystal Scepter", "3118": "Malignance", "3119": "Winter's Approach", "3121": "Fimbulwinter", "3124": "Guinsoo's Rageblade", "3135": "Void Staff", "3137": "Cryptbloom", "3139": "Mercurial Scimitar", "3142": "Youmuu's Ghostblade", "3143": "Randuin's Omen", "3152": "Hextech Rocketbelt", "3156": "Maw of Malmortius", "3157": "Zhonya's Hourglass", "3161": "Spear of Shojin", "3165": "Morellonomicon", "3172": "Zephyr", "3179": "Umbral Glaive", "3181": "Hullbreaker", "3190": "Locket of the Iron Solari", "3222": "Mikael's Blessing", "3302": "Terminus", "3504": "Ardent Censer", "3508": "Essence Reaver", "3742": "Dead Man's Plate", "3748": "Titanic Hydra", "3814": "Edge of Night", "3867": "Bounty of Worlds", "3869": "Celestial Opposition", "3870": "Dream Maker", "3871": "Zaz'Zak's Realmspike", "3876": "Solstice Sleigh", "3877": "Bloodsong", "4005": "Imperial Mandate", "4401": "Force of Nature", "4628": "Horizon Focus", "4629": "Cosmic Drive", "4633": "Riftmaker", "4636": "Night Harvester", "4637": "Demonic Embrace", "4643": "Vigilant Wardstone", "4645": "Shadowflame", "4646": "Stormsurge", "6333": "Death's Dance", "6609": "Chempunk Chainsword", "6610": "Sundered Sky", "6616": "Staff of Flowing Water", "6617": "Moonstone Renewer", "6620": "Echoes of Helia", "6621": "Dawncore", "6631": "Stridebreaker", "6653": "Liandry's Torment", "6655": "Luden's Companion", "6657": "Rod of Ages", "6662": "Iceborn Gauntlet", "6664": "Hollow Radiance", "6665": "Jak'Sho, The Protean", "6672": "Kraken Slayer", "6673": "Immortal Shieldbow", "6675": "Navori Flickerblade", "6676": "The Collector", "6690": "Rectrix", "6692": "Eclipse", "6694": "Serylda's Grudge", "6695": "Serpent's Fang", "6696": "Axiom Arc", "6697": "Hubris", "6698": "Profane Hydra", "6699": "Voltaic Cyclosword", "6701": "Opportunity", "8001": "Anathema's Chains", "8020": "Abyssal Mask" };
|
package/core/index.d.ts
CHANGED
@@ -77,6 +77,7 @@ export * from './helpers/Champions/isChampionKey';
|
|
77
77
|
export * from './helpers/Champions/isChampionKeyNum';
|
78
78
|
export * from './helpers/Champions/isChampionName';
|
79
79
|
export * from './helpers/Items/getItemKeyByName';
|
80
|
+
export * from './helpers/Items/getItemKeyNumByName';
|
80
81
|
export * from './helpers/Items/getItemNameByKey';
|
81
82
|
export * from './helpers/Items/isBootsItemKey';
|
82
83
|
export * from './helpers/Items/isBootsItemKeyNum';
|
package/core/index.js
CHANGED
@@ -85,6 +85,7 @@ export * from './helpers/Champions/isChampionKeyNum';
|
|
85
85
|
export * from './helpers/Champions/isChampionName';
|
86
86
|
// ## Items
|
87
87
|
export * from './helpers/Items/getItemKeyByName';
|
88
|
+
export * from './helpers/Items/getItemKeyNumByName';
|
88
89
|
export * from './helpers/Items/getItemNameByKey';
|
89
90
|
export * from './helpers/Items/isBootsItemKey';
|
90
91
|
export * from './helpers/Items/isBootsItemKeyNum';
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "lol-constants",
|
3
|
-
"version": "2.24.
|
3
|
+
"version": "2.24.2",
|
4
4
|
"description": "League of Legends constants and data resources, such as champion, item, runes reforged, summoner spells. Provides a plathera of functions to easily convert between ID, Name, and Key for champions and other game constants.",
|
5
5
|
"main": "core/index.js",
|
6
6
|
"types": "core/index.d.ts",
|