lol-constants 1.13.0 → 2.0.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 → constants}/BootsItemNames.d.ts +6 -4
- package/assets/{Constants → constants}/BootsItemNames.js +21 -17
- package/assets/{Constants → constants}/Champion.d.ts +7668 -7621
- package/assets/constants/Champion.js +4 -0
- package/assets/{Constants → constants}/Item.d.ts +10073 -10073
- package/assets/constants/Item.js +4 -0
- package/assets/{Constants → constants}/LegendaryItemNames.d.ts +6 -4
- package/assets/{Constants → constants}/LegendaryItemNames.js +86 -82
- package/assets/{Constants → constants}/MythicItemNames.d.ts +6 -4
- package/assets/{Constants → constants}/MythicItemNames.js +40 -36
- package/assets/{Constants → constants}/RunesReforged.d.ts +512 -512
- package/assets/{Constants → constants}/RunesReforged.js +4 -4
- package/assets/{Constants → constants}/StatRunes.d.ts +15 -14
- package/assets/{Constants → constants}/StatRunes.js +17 -17
- package/assets/{Constants → constants}/StatRunesByRow.d.ts +20 -20
- package/assets/{Constants → constants}/StatRunesByRow.js +23 -23
- package/assets/{Constants → constants}/Summoner.d.ts +518 -518
- package/assets/{Constants → constants}/Summoner.js +4 -4
- package/assets/index.d.ts +9 -9
- package/assets/index.js +28 -24
- package/assets/scripts/generate-all.d.ts +17 -17
- package/assets/scripts/generate-all.js +19 -19
- package/assets/scripts/generate-categorized-item-keys.d.ts +1 -1
- package/assets/scripts/generate-categorized-item-keys.js +57 -57
- package/assets/scripts/generate-categorized-item-names.d.ts +1 -1
- package/assets/scripts/generate-categorized-item-names.js +57 -57
- package/assets/scripts/generate-champion-ids-by-name.d.ts +1 -1
- package/assets/scripts/generate-champion-ids-by-name.js +17 -17
- package/assets/scripts/generate-champion-ids.d.ts +1 -1
- package/assets/scripts/generate-champion-ids.js +17 -17
- package/assets/scripts/generate-champion-keys.d.ts +1 -1
- package/assets/scripts/generate-champion-keys.js +17 -17
- package/assets/scripts/generate-champion-names.d.ts +1 -1
- package/assets/scripts/generate-champion-names.js +17 -17
- package/assets/scripts/generate-item-keys.d.ts +1 -1
- package/assets/scripts/generate-item-keys.js +18 -18
- package/assets/scripts/generate-item-names.d.ts +1 -1
- package/assets/scripts/generate-item-names.js +18 -18
- package/assets/scripts/generate-rune-ids.d.ts +1 -1
- package/assets/scripts/generate-rune-ids.js +26 -26
- package/assets/scripts/generate-rune-names.d.ts +1 -1
- package/assets/scripts/generate-rune-names.js +26 -26
- package/assets/scripts/generate-rune-picking-relationships.d.ts +1 -1
- package/assets/scripts/generate-rune-picking-relationships.js +54 -54
- package/assets/scripts/generate-rune-sets-by-rune-names.d.ts +1 -1
- package/assets/scripts/generate-rune-sets-by-rune-names.js +116 -116
- package/assets/scripts/generate-rune-sets.d.ts +1 -1
- package/assets/scripts/generate-rune-sets.js +116 -116
- package/assets/scripts/generate-spell-ids-by-name.d.ts +1 -1
- package/assets/scripts/generate-spell-ids-by-name.js +17 -17
- package/assets/scripts/generate-spell-ids.d.ts +1 -1
- package/assets/scripts/generate-spell-ids.js +17 -17
- package/assets/scripts/generate-spell-keys.d.ts +1 -1
- package/assets/scripts/generate-spell-keys.js +17 -17
- package/assets/scripts/generate-spell-names.d.ts +1 -1
- package/assets/scripts/generate-spell-names.js +17 -17
- package/assets/scripts/generate-stat-rune-ids.d.ts +1 -1
- package/assets/scripts/generate-stat-rune-ids.js +17 -17
- package/assets/scripts/generate-stat-rune-names.d.ts +1 -1
- package/assets/scripts/generate-stat-rune-names.js +17 -17
- package/assets/scripts/generate-tree-rune-ids.d.ts +1 -1
- package/assets/scripts/generate-tree-rune-ids.js +19 -19
- package/assets/scripts/generate-tree-rune-names.d.ts +1 -1
- package/assets/scripts/generate-tree-rune-names.js +19 -19
- package/assets/scripts/{Helpers → helpers}/enableEscapedValues.d.ts +15 -15
- package/assets/scripts/{Helpers → helpers}/enableEscapedValues.js +38 -38
- package/assets/scripts/{Helpers → helpers}/getExportStatement.d.ts +6 -6
- package/assets/scripts/{Helpers → helpers}/getExportStatement.js +16 -16
- package/assets/scripts/{Helpers → helpers}/getFmtdComment.d.ts +5 -5
- package/assets/scripts/{Helpers → helpers}/getFmtdComment.js +15 -15
- package/assets/scripts/{Helpers → helpers}/writeToTmpFile.d.ts +8 -8
- package/assets/scripts/{Helpers → helpers}/writeToTmpFile.js +22 -22
- package/core/{Constants → constants}/Champions/ChampionIds.d.ts +165 -164
- package/core/{Constants → constants}/Champions/ChampionIds.js +4 -4
- package/core/{Constants → constants}/Champions/ChampionIdsByName.d.ts +165 -164
- package/core/constants/Champions/ChampionIdsByName.js +4 -0
- package/core/{Constants → constants}/Champions/ChampionKeys.d.ts +165 -164
- package/core/constants/Champions/ChampionKeys.js +4 -0
- package/core/{Constants → constants}/Champions/ChampionNames.d.ts +165 -164
- package/core/{Constants → constants}/Champions/ChampionNames.js +4 -4
- package/core/{Constants/DDPaths.d.ts → constants/DataDragonUrls.d.ts} +38 -38
- package/core/{Constants/DDPaths.js → constants/DataDragonUrls.js} +45 -45
- package/core/constants/GameModes.d.ts +12 -0
- package/core/constants/GameModes.js +17 -0
- package/core/constants/GameTypes.d.ts +7 -0
- package/core/constants/GameTypes.js +12 -0
- package/core/{Constants → constants}/Items/BootsItemKeys.d.ts +11 -11
- package/core/{Constants → constants}/Items/BootsItemKeys.js +4 -4
- package/core/{Constants → constants}/Items/BootsItemNames.d.ts +11 -11
- package/core/{Constants → constants}/Items/BootsItemNames.js +4 -4
- package/core/{Constants → constants}/Items/ItemKeys.d.ts +263 -263
- package/core/{Constants → constants}/Items/ItemKeys.js +4 -4
- package/core/{Constants → constants}/Items/ItemNames.d.ts +271 -271
- package/core/{Constants → constants}/Items/ItemNames.js +4 -4
- package/core/{Constants → constants}/Items/ItemTypes.d.ts +8 -6
- package/core/{Constants → constants}/Items/ItemTypes.js +13 -9
- package/core/{Constants → constants}/Items/LegendaryItemKeys.d.ts +76 -76
- package/core/{Constants → constants}/Items/LegendaryItemKeys.js +4 -4
- package/core/{Constants → constants}/Items/LegendaryItemNames.d.ts +76 -76
- package/core/{Constants → constants}/Items/LegendaryItemNames.js +4 -4
- package/core/{Constants → constants}/Items/MythicItemKeys.d.ts +30 -30
- package/core/{Constants → constants}/Items/MythicItemKeys.js +4 -4
- package/core/{Constants → constants}/Items/MythicItemNames.d.ts +30 -30
- package/core/{Constants → constants}/Items/MythicItemNames.js +4 -4
- package/core/{Constants → constants}/Lanes.d.ts +8 -6
- package/core/{Constants → constants}/Lanes.js +13 -9
- package/core/{Constants → constants}/Levels.d.ts +22 -20
- package/core/{Constants → constants}/Levels.js +27 -23
- package/core/constants/Locales.d.ts +32 -0
- package/core/constants/Locales.js +37 -0
- package/core/constants/PlatformIds.d.ts +15 -0
- package/core/constants/PlatformIds.js +20 -0
- package/core/{Constants → constants}/Positions.d.ts +9 -7
- package/core/{Constants → constants}/Positions.js +14 -10
- package/core/constants/Queues.d.ts +7 -0
- package/core/constants/Queues.js +12 -0
- package/core/constants/RankedRanks.d.ts +8 -0
- package/core/constants/RankedRanks.js +13 -0
- package/core/constants/RankedTiers.d.ts +13 -0
- package/core/constants/RankedTiers.js +18 -0
- package/core/constants/Regions.d.ts +21 -0
- package/core/constants/Regions.js +26 -0
- package/core/constants/RelativeTeams.d.ts +6 -0
- package/core/constants/RelativeTeams.js +11 -0
- package/core/constants/Roles.d.ts +8 -0
- package/core/constants/Roles.js +13 -0
- package/core/{Constants → constants}/Runes/RuneIconFileNames.d.ts +13 -12
- package/core/{Constants → constants}/Runes/RuneIconFileNames.js +101 -101
- package/core/{Constants → constants}/Runes/RunePickingRelationships.d.ts +77 -77
- package/core/{Constants → constants}/Runes/RunePickingRelationships.js +7 -7
- package/core/{Constants → constants}/Runes/RuneSets.d.ts +743 -743
- package/core/{Constants → constants}/Runes/RuneSets.js +14 -14
- package/core/{Constants → constants}/Runes/RuneSetsByRuneNames.d.ts +743 -743
- package/core/constants/Runes/RuneSetsByRuneNames.js +14 -0
- package/core/constants/Runes/RuneTreeIds.d.ts +11 -0
- package/core/constants/Runes/RuneTreeIds.js +19 -0
- package/core/constants/Runes/RuneTreeNames.d.ts +11 -0
- package/core/constants/Runes/RuneTreeNames.js +19 -0
- package/core/constants/Runes/RuneTreeTypes.d.ts +6 -0
- package/core/constants/Runes/RuneTreeTypes.js +11 -0
- package/core/{Constants → constants}/Runes/TreeRuneIds.d.ts +65 -65
- package/core/{Constants → constants}/Runes/TreeRuneIds.js +4 -4
- package/core/{Constants → constants}/Runes/TreeRuneNames.d.ts +65 -65
- package/core/{Constants → constants}/Runes/TreeRuneNames.js +4 -4
- package/core/{Constants → constants}/Skills.d.ts +8 -6
- package/core/constants/Skills.js +13 -0
- package/core/{Constants → constants}/Spells/SpellIds.d.ts +18 -18
- package/core/{Constants → constants}/Spells/SpellIds.js +4 -4
- package/core/{Constants → constants}/Spells/SpellIdsByName.d.ts +17 -17
- package/core/{Constants → constants}/Spells/SpellIdsByName.js +4 -4
- package/core/{Constants → constants}/Spells/SpellKeys.d.ts +18 -18
- package/core/{Constants → constants}/Spells/SpellKeys.js +4 -4
- package/core/{Constants → constants}/Spells/SpellNames.d.ts +18 -18
- package/core/{Constants → constants}/Spells/SpellNames.js +4 -4
- package/core/constants/WardTypes.d.ts +7 -0
- package/core/constants/WardTypes.js +12 -0
- package/core/{Helpers → helpers}/Champions/getChampionIdByKey.d.ts +2 -2
- package/core/{Helpers → helpers}/Champions/getChampionIdByKey.js +8 -8
- package/core/{Helpers → helpers}/Champions/getChampionIdByName.d.ts +2 -2
- package/core/{Helpers → helpers}/Champions/getChampionIdByName.js +8 -8
- package/core/{Helpers → helpers}/Champions/getChampionKeyById.d.ts +2 -2
- package/core/{Helpers → helpers}/Champions/getChampionKeyById.js +8 -8
- package/core/{Helpers → helpers}/Champions/getChampionKeyByName.d.ts +2 -2
- package/core/{Helpers → helpers}/Champions/getChampionKeyByName.js +9 -9
- package/core/{Helpers → helpers}/Champions/getChampionNameById.d.ts +2 -2
- package/core/{Helpers → helpers}/Champions/getChampionNameById.js +9 -9
- package/core/{Helpers → helpers}/Champions/getChampionNameByKey.d.ts +2 -2
- package/core/{Helpers → helpers}/Champions/getChampionNameByKey.js +8 -8
- package/core/{Helpers → helpers}/Champions/isChampionId.d.ts +2 -2
- package/core/{Helpers → helpers}/Champions/isChampionId.js +8 -8
- package/core/{Helpers → helpers}/Champions/isChampionKey.d.ts +2 -2
- package/core/{Helpers → helpers}/Champions/isChampionKey.js +8 -8
- package/core/{Helpers → helpers}/Champions/isChampionName.d.ts +2 -2
- package/core/{Helpers → helpers}/Champions/isChampionName.js +8 -8
- package/core/{Helpers → helpers}/Items/getItemKeyByName.d.ts +2 -2
- package/core/{Helpers → helpers}/Items/getItemKeyByName.js +8 -8
- package/core/{Helpers → helpers}/Items/getItemNameByKey.d.ts +2 -2
- package/core/{Helpers → helpers}/Items/getItemNameByKey.js +8 -8
- package/core/{Helpers → helpers}/Items/isBootsItemKey.d.ts +2 -2
- package/core/{Helpers → helpers}/Items/isBootsItemKey.js +8 -8
- package/core/{Helpers → helpers}/Items/isBootsItemName.d.ts +2 -2
- package/core/{Helpers → helpers}/Items/isBootsItemName.js +8 -8
- package/core/{Helpers → helpers}/Items/isItemKey.d.ts +2 -2
- package/core/{Helpers → helpers}/Items/isItemKey.js +8 -8
- package/core/{Helpers → helpers}/Items/isItemName.d.ts +2 -2
- package/core/{Helpers → helpers}/Items/isItemName.js +8 -8
- package/core/{Helpers → helpers}/Items/isLegendaryItemKey.d.ts +2 -2
- package/core/{Helpers → helpers}/Items/isLegendaryItemKey.js +8 -8
- package/core/{Helpers → helpers}/Items/isLegendaryItemName.d.ts +2 -2
- package/core/{Helpers → helpers}/Items/isLegendaryItemName.js +8 -8
- package/core/{Helpers → helpers}/Items/isMythicItemKey.d.ts +2 -2
- package/core/{Helpers → helpers}/Items/isMythicItemKey.js +8 -8
- package/core/{Helpers → helpers}/Items/isMythicItemName.d.ts +2 -2
- package/core/{Helpers → helpers}/Items/isMythicItemName.js +8 -8
- package/core/helpers/Runes/getRuneCategoryName.d.ts +3 -0
- package/core/helpers/Runes/getRuneCategoryName.js +20 -0
- package/core/helpers/Runes/getRuneCdnUrl.d.ts +3 -0
- package/core/{Helpers/Runes/getRuneCDNURL.js → helpers/Runes/getRuneCdnUrl.js} +49 -53
- package/core/{Helpers → helpers}/Runes/getRuneIdByName.d.ts +2 -2
- package/core/{Helpers → helpers}/Runes/getRuneIdByName.js +8 -8
- package/core/{Helpers → helpers}/Runes/getRuneNameById.d.ts +2 -2
- package/core/{Helpers → helpers}/Runes/getRuneNameById.js +8 -8
- package/core/{Helpers → helpers}/Runes/getStatRuneIdByName.d.ts +2 -2
- package/core/{Helpers → helpers}/Runes/getStatRuneIdByName.js +8 -8
- package/core/{Helpers → helpers}/Runes/getStatRuneNameById.d.ts +2 -2
- package/core/{Helpers → helpers}/Runes/getStatRuneNameById.js +8 -8
- package/core/{Helpers → helpers}/Runes/getTreeRuneIdByName.d.ts +2 -2
- package/core/{Helpers → helpers}/Runes/getTreeRuneIdByName.js +8 -8
- package/core/{Helpers → helpers}/Runes/getTreeRuneNameById.d.ts +2 -2
- package/core/{Helpers → helpers}/Runes/getTreeRuneNameById.js +8 -8
- package/core/{Helpers → helpers}/Runes/isDominationTreeRuneId.d.ts +2 -2
- package/core/{Helpers → helpers}/Runes/isDominationTreeRuneId.js +8 -8
- package/core/{Helpers → helpers}/Runes/isInspirationTreeRuneId.d.ts +2 -2
- package/core/{Helpers → helpers}/Runes/isInspirationTreeRuneId.js +8 -8
- package/core/{Helpers → helpers}/Runes/isKeystoneRuneId.d.ts +2 -2
- package/core/{Helpers → helpers}/Runes/isKeystoneRuneId.js +8 -8
- package/core/{Helpers → helpers}/Runes/isPrecisionTreeRuneId.d.ts +2 -2
- package/core/{Helpers → helpers}/Runes/isPrecisionTreeRuneId.js +8 -8
- package/core/{Helpers → helpers}/Runes/isResolveTreeRuneId.d.ts +2 -2
- package/core/{Helpers → helpers}/Runes/isResolveTreeRuneId.js +8 -8
- package/core/{Helpers → helpers}/Runes/isRuneId.d.ts +2 -2
- package/core/{Helpers → helpers}/Runes/isRuneId.js +8 -8
- package/core/{Helpers → helpers}/Runes/isRuneName.d.ts +2 -2
- package/core/{Helpers → helpers}/Runes/isRuneName.js +8 -8
- package/core/{Helpers → helpers}/Runes/isSorceryTreeRuneId.d.ts +2 -2
- package/core/{Helpers → helpers}/Runes/isSorceryTreeRuneId.js +8 -8
- package/core/{Helpers → helpers}/Runes/isStatRuneId.d.ts +2 -2
- package/core/{Helpers → helpers}/Runes/isStatRuneId.js +8 -8
- package/core/{Helpers → helpers}/Runes/isStatRuneName.d.ts +2 -2
- package/core/{Helpers → helpers}/Runes/isStatRuneName.js +8 -8
- package/core/{Helpers → helpers}/Runes/isTreeRuneId.d.ts +2 -2
- package/core/{Helpers → helpers}/Runes/isTreeRuneId.js +8 -8
- package/core/{Helpers → helpers}/Runes/isTreeRuneName.d.ts +2 -2
- package/core/{Helpers → helpers}/Runes/isTreeRuneName.js +8 -8
- package/core/{Helpers → helpers}/Spells/getSpellIdByKey.d.ts +2 -2
- package/core/{Helpers → helpers}/Spells/getSpellIdByKey.js +8 -8
- package/core/{Helpers → helpers}/Spells/getSpellIdByName.d.ts +2 -2
- package/core/{Helpers → helpers}/Spells/getSpellIdByName.js +8 -8
- package/core/{Helpers → helpers}/Spells/getSpellKeyById.d.ts +2 -2
- package/core/{Helpers → helpers}/Spells/getSpellKeyById.js +8 -8
- package/core/{Helpers → helpers}/Spells/getSpellKeyByName.d.ts +2 -2
- package/core/{Helpers → helpers}/Spells/getSpellKeyByName.js +9 -9
- package/core/{Helpers → helpers}/Spells/getSpellNameById.d.ts +2 -2
- package/core/{Helpers → helpers}/Spells/getSpellNameById.js +9 -9
- package/core/{Helpers → helpers}/Spells/getSpellNameByKey.d.ts +2 -2
- package/core/{Helpers → helpers}/Spells/getSpellNameByKey.js +8 -8
- package/core/{Helpers → helpers}/Spells/isSpellId.d.ts +2 -2
- package/core/{Helpers → helpers}/Spells/isSpellId.js +8 -8
- package/core/{Helpers → helpers}/Spells/isSpellKey.d.ts +2 -2
- package/core/{Helpers → helpers}/Spells/isSpellKey.js +8 -8
- package/core/{Helpers → helpers}/Spells/isSpellName.d.ts +2 -2
- package/core/{Helpers → helpers}/Spells/isSpellName.js +8 -8
- package/core/helpers/getPositionImageUrl.d.ts +2 -0
- package/core/helpers/getPositionImageUrl.js +15 -0
- package/core/index.d.ts +90 -92
- package/core/index.js +129 -229
- package/core/types/types.d.ts +210 -0
- package/core/types/{Meta.js → types.js} +2 -2
- package/package.json +4 -4
- package/assets/Constants/Champion.js +0 -4
- package/assets/Constants/Item.js +0 -4
- package/core/Constants/Champions/ChampionIdsByName.js +0 -4
- package/core/Constants/Champions/ChampionKeys.js +0 -4
- package/core/Constants/Meta/ChampionRelationTypes.d.ts +0 -4
- package/core/Constants/Meta/ChampionRelationTypes.js +0 -7
- package/core/Constants/Runes/RuneSetsByRuneNames.js +0 -14
- package/core/Constants/Runes/RuneTreeIds.d.ts +0 -7
- package/core/Constants/Runes/RuneTreeIds.js +0 -10
- package/core/Constants/Runes/RuneTreeNames.d.ts +0 -7
- package/core/Constants/Runes/RuneTreeNames.js +0 -10
- package/core/Constants/Runes/RuneTreeTypes.d.ts +0 -4
- package/core/Constants/Runes/RuneTreeTypes.js +0 -7
- package/core/Constants/Skills.js +0 -9
- package/core/Helpers/Icons/getPositionImageURL.d.ts +0 -5
- package/core/Helpers/Icons/getPositionImageURL.js +0 -15
- package/core/Helpers/Items/isItemType.d.ts +0 -2
- package/core/Helpers/Items/isItemType.js +0 -8
- package/core/Helpers/Meta/isChampionRelationType.d.ts +0 -2
- package/core/Helpers/Meta/isChampionRelationType.js +0 -8
- package/core/Helpers/Runes/getRuneCDNURL.d.ts +0 -6
- package/core/Helpers/Runes/getRuneCategoryByRuneName.d.ts +0 -5
- package/core/Helpers/Runes/getRuneCategoryByRuneName.js +0 -28
- package/core/Helpers/Runes/getRuneTreeIdByName.d.ts +0 -2
- package/core/Helpers/Runes/getRuneTreeIdByName.js +0 -8
- package/core/Helpers/Runes/getRuneTreeNameById.d.ts +0 -2
- package/core/Helpers/Runes/getRuneTreeNameById.js +0 -8
- package/core/Helpers/Runes/isRuneTreeId.d.ts +0 -2
- package/core/Helpers/Runes/isRuneTreeId.js +0 -8
- package/core/Helpers/Runes/isRuneTreeName.d.ts +0 -2
- package/core/Helpers/Runes/isRuneTreeName.js +0 -8
- package/core/Helpers/Runes/isRuneTreeType.d.ts +0 -2
- package/core/Helpers/Runes/isRuneTreeType.js +0 -8
- package/core/Helpers/isLane.d.ts +0 -2
- package/core/Helpers/isLane.js +0 -8
- package/core/Helpers/isLevel.d.ts +0 -2
- package/core/Helpers/isLevel.js +0 -8
- package/core/Helpers/isPosition.d.ts +0 -2
- package/core/Helpers/isPosition.js +0 -8
- package/core/Helpers/isSkill.d.ts +0 -2
- package/core/Helpers/isSkill.js +0 -8
- package/core/types/Meta.d.ts +0 -40
- package/core/types/index.d.ts +0 -197
- package/core/types/index.js +0 -2
@@ -1,11 +1,11 @@
|
|
1
|
-
export declare const BootsItemNames: {
|
2
|
-
readonly "1001": "Boots";
|
3
|
-
readonly "2422": "Slightly Magical Footwear";
|
4
|
-
readonly "3006": "Berserker's Greaves";
|
5
|
-
readonly "3009": "Boots of Swiftness";
|
6
|
-
readonly "3020": "Sorcerer's Shoes";
|
7
|
-
readonly "3047": "Plated Steelcaps";
|
8
|
-
readonly "3111": "Mercury's Treads";
|
9
|
-
readonly "3117": "Mobility Boots";
|
10
|
-
readonly "3158": "Ionian Boots of Lucidity";
|
11
|
-
};
|
1
|
+
export declare const BootsItemNames: {
|
2
|
+
readonly "1001": "Boots";
|
3
|
+
readonly "2422": "Slightly Magical Footwear";
|
4
|
+
readonly "3006": "Berserker's Greaves";
|
5
|
+
readonly "3009": "Boots of Swiftness";
|
6
|
+
readonly "3020": "Sorcerer's Shoes";
|
7
|
+
readonly "3047": "Plated Steelcaps";
|
8
|
+
readonly "3111": "Mercury's Treads";
|
9
|
+
readonly "3117": "Mobility Boots";
|
10
|
+
readonly "3158": "Ionian Boots of Lucidity";
|
11
|
+
};
|
@@ -1,4 +1,4 @@
|
|
1
|
-
"use strict";
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
-
exports.BootsItemNames = void 0;
|
4
|
-
exports.BootsItemNames = { "1001": "Boots", "2422": "Slightly Magical Footwear", "3006": "Berserker's Greaves", "3009": "Boots of Swiftness", "3020": "Sorcerer's Shoes", "3047": "Plated Steelcaps", "3111": "Mercury's Treads", "3117": "Mobility Boots", "3158": "Ionian Boots of Lucidity" };
|
1
|
+
"use strict";
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
+
exports.BootsItemNames = void 0;
|
4
|
+
exports.BootsItemNames = { "1001": "Boots", "2422": "Slightly Magical Footwear", "3006": "Berserker's Greaves", "3009": "Boots of Swiftness", "3020": "Sorcerer's Shoes", "3047": "Plated Steelcaps", "3111": "Mercury's Treads", "3117": "Mobility Boots", "3158": "Ionian Boots of Lucidity" };
|
@@ -1,263 +1,263 @@
|
|
1
|
-
export declare const ItemKeys: {
|
2
|
-
readonly Boots: "1001";
|
3
|
-
readonly "Faerie Charm": "1004";
|
4
|
-
readonly "Rejuvenation Bead": "1006";
|
5
|
-
readonly "Giant's Belt": "1011";
|
6
|
-
readonly "Cloak of Agility": "1018";
|
7
|
-
readonly "Blasting Wand": "1026";
|
8
|
-
readonly "Sapphire Crystal": "1027";
|
9
|
-
readonly "Ruby Crystal": "1028";
|
10
|
-
readonly "Cloth Armor": "1029";
|
11
|
-
readonly "Chain Vest": "1031";
|
12
|
-
readonly "Null-Magic Mantle": "1033";
|
13
|
-
readonly Emberknife: "1035";
|
14
|
-
readonly "Long Sword": "1036";
|
15
|
-
readonly Pickaxe: "1037";
|
16
|
-
readonly "B. F. Sword": "1038";
|
17
|
-
readonly Hailblade: "1039";
|
18
|
-
readonly "Obsidian Edge": "1040";
|
19
|
-
readonly Dagger: "1042";
|
20
|
-
readonly "Recurve Bow": "1043";
|
21
|
-
readonly "Amplifying Tome": "1052";
|
22
|
-
readonly "Vampiric Scepter": "1053";
|
23
|
-
readonly "Doran's Shield": "1054";
|
24
|
-
readonly "Doran's Blade": "1055";
|
25
|
-
readonly "Doran's Ring": "1056";
|
26
|
-
readonly "Negatron Cloak": "1057";
|
27
|
-
readonly "Needlessly Large Rod": "1058";
|
28
|
-
readonly "Dark Seal": "1082";
|
29
|
-
readonly Cull: "1083";
|
30
|
-
readonly "Scorchclaw Pup": "1101";
|
31
|
-
readonly "Gustwalker Hatchling": "1102";
|
32
|
-
readonly "Mosstomper Seedling": "1103";
|
33
|
-
readonly "Eye of the Herald": "3513";
|
34
|
-
readonly "Penetrating Bullets": "1500";
|
35
|
-
readonly Fortification: "1521";
|
36
|
-
readonly "Reinforced Armor": "1506";
|
37
|
-
readonly "Warden's Eye": "1503";
|
38
|
-
readonly Vanguard: "1504";
|
39
|
-
readonly "Lightning Rod": "1505";
|
40
|
-
readonly Overcharged: "1507";
|
41
|
-
readonly "Anti-tower Socks": "1508";
|
42
|
-
readonly Gusto: "1509";
|
43
|
-
readonly "Phreakish Gusto": "1510";
|
44
|
-
readonly "Super Mech Armor": "1511";
|
45
|
-
readonly "Super Mech Power Field": "1512";
|
46
|
-
readonly "Turret Plating": "1515";
|
47
|
-
readonly "Structure Bounty": "1519";
|
48
|
-
readonly OvererchargedHA: "1520";
|
49
|
-
readonly "Tower Power-Up": "1522";
|
50
|
-
readonly "Health Potion": "2003";
|
51
|
-
readonly "Total Biscuit of Everlasting Will": "2010";
|
52
|
-
readonly "Kircheis Shard": "2015";
|
53
|
-
readonly "Refillable Potion": "2031";
|
54
|
-
readonly "Corrupting Potion": "2033";
|
55
|
-
readonly "Guardian's Horn": "2051";
|
56
|
-
readonly "Poro-Snax": "2052";
|
57
|
-
readonly "Control Ward": "2055";
|
58
|
-
readonly "Shurelya's Battlesong": "2065";
|
59
|
-
readonly "Elixir of Iron": "2138";
|
60
|
-
readonly "Elixir of Sorcery": "2139";
|
61
|
-
readonly "Elixir of Wrath": "2140";
|
62
|
-
readonly "Minion Dematerializer": "2403";
|
63
|
-
readonly "Commencing Stopwatch": "2419";
|
64
|
-
readonly Stopwatch: "2420";
|
65
|
-
readonly "Broken Stopwatch": "2424";
|
66
|
-
readonly "Slightly Magical Footwear": "2422";
|
67
|
-
readonly "Perfectly Timed Stopwatch": "2423";
|
68
|
-
readonly Evenshroud: "3001";
|
69
|
-
readonly "Archangel's Staff": "3003";
|
70
|
-
readonly Manamune: "3004";
|
71
|
-
readonly "Berserker's Greaves": "3006";
|
72
|
-
readonly "Boots of Swiftness": "3009";
|
73
|
-
readonly "Chemtech Putrifier": "3011";
|
74
|
-
readonly "Sorcerer's Shoes": "3020";
|
75
|
-
readonly "Glacial Buckler": "3024";
|
76
|
-
readonly "Guardian Angel": "3026";
|
77
|
-
readonly "Infinity Edge": "3031";
|
78
|
-
readonly "Mortal Reminder": "3033";
|
79
|
-
readonly "Last Whisper": "3035";
|
80
|
-
readonly "Lord Dominik's Regards": "3036";
|
81
|
-
readonly "Seraph's Embrace": "3040";
|
82
|
-
readonly "Mejai's Soulstealer": "3041";
|
83
|
-
readonly Muramana: "3042";
|
84
|
-
readonly Phage: "3044";
|
85
|
-
readonly "Phantom Dancer": "3046";
|
86
|
-
readonly "Plated Steelcaps": "3047";
|
87
|
-
readonly "Zeke's Convergence": "3050";
|
88
|
-
readonly "Hearthbound Axe": "3051";
|
89
|
-
readonly "Sterak's Gage": "3053";
|
90
|
-
readonly Sheen: "3057";
|
91
|
-
readonly "Spirit Visage": "3065";
|
92
|
-
readonly "Winged Moonplate": "3066";
|
93
|
-
readonly Kindlegem: "3067";
|
94
|
-
readonly "Sunfire Aegis": "3068";
|
95
|
-
readonly "Tear of the Goddess": "3070";
|
96
|
-
readonly "Black Cleaver": "3071";
|
97
|
-
readonly Bloodthirster: "3072";
|
98
|
-
readonly "Ravenous Hydra": "3074";
|
99
|
-
readonly Thornmail: "3075";
|
100
|
-
readonly "Bramble Vest": "3076";
|
101
|
-
readonly Tiamat: "3077";
|
102
|
-
readonly "Trinity Force": "3078";
|
103
|
-
readonly "Warden's Mail": "3082";
|
104
|
-
readonly "Warmog's Armor": "3083";
|
105
|
-
readonly Heartsteel: "3084";
|
106
|
-
readonly "Runaan's Hurricane": "3085";
|
107
|
-
readonly Zeal: "3086";
|
108
|
-
readonly "Rabadon's Deathcap": "3089";
|
109
|
-
readonly "Wit's End": "3091";
|
110
|
-
readonly "Rapid Firecannon": "3094";
|
111
|
-
readonly Stormrazor: "3095";
|
112
|
-
readonly "Lich Bane": "3100";
|
113
|
-
readonly "Banshee's Veil": "3102";
|
114
|
-
readonly "Aegis of the Legion": "3105";
|
115
|
-
readonly Redemption: "3107";
|
116
|
-
readonly "Fiendish Codex": "3108";
|
117
|
-
readonly "Knight's Vow": "3109";
|
118
|
-
readonly "Frozen Heart": "3110";
|
119
|
-
readonly "Mercury's Treads": "3111";
|
120
|
-
readonly "Guardian's Orb": "3112";
|
121
|
-
readonly "Aether Wisp": "3113";
|
122
|
-
readonly "Forbidden Idol": "3114";
|
123
|
-
readonly "Nashor's Tooth": "3115";
|
124
|
-
readonly "Rylai's Crystal Scepter": "3116";
|
125
|
-
readonly "Mobility Boots": "3117";
|
126
|
-
readonly "Winter's Approach": "3119";
|
127
|
-
readonly Fimbulwinter: "3121";
|
128
|
-
readonly "Executioner's Calling": "3123";
|
129
|
-
readonly "Guinsoo's Rageblade": "3124";
|
130
|
-
readonly "Caulfield's Warhammer": "3133";
|
131
|
-
readonly "Serrated Dirk": "3134";
|
132
|
-
readonly "Void Staff": "3135";
|
133
|
-
readonly "Mercurial Scimitar": "3139";
|
134
|
-
readonly "Quicksilver Sash": "3140";
|
135
|
-
readonly "Youmuu's Ghostblade": "3142";
|
136
|
-
readonly "Randuin's Omen": "3143";
|
137
|
-
readonly "Hextech Alternator": "3145";
|
138
|
-
readonly "Hextech Rocketbelt": "3152";
|
139
|
-
readonly "Blade of The Ruined King": "3153";
|
140
|
-
readonly Hexdrinker: "3155";
|
141
|
-
readonly "Maw of Malmortius": "3156";
|
142
|
-
readonly "Zhonya's Hourglass": "3157";
|
143
|
-
readonly "Ionian Boots of Lucidity": "3158";
|
144
|
-
readonly "Spear Of Shojin": "3161";
|
145
|
-
readonly Morellonomicon: "3165";
|
146
|
-
readonly "Guardian's Blade": "3177";
|
147
|
-
readonly "Umbral Glaive": "3179";
|
148
|
-
readonly Hullbreaker: "3181";
|
149
|
-
readonly "Guardian's Hammer": "3184";
|
150
|
-
readonly "Locket of the Iron Solari": "3190";
|
151
|
-
readonly "Seeker's Armguard": "3191";
|
152
|
-
readonly "Gargoyle Stoneplate": "3193";
|
153
|
-
readonly "Spectre's Cowl": "3211";
|
154
|
-
readonly "Mikael's Blessing": "3222";
|
155
|
-
readonly "Scarecrow Effigy": "3330";
|
156
|
-
readonly "Stealth Ward": "3340";
|
157
|
-
readonly "Farsight Alteration": "3363";
|
158
|
-
readonly "Oracle Lens": "3364";
|
159
|
-
readonly "Your Cut": "3400";
|
160
|
-
readonly "Ardent Censer": "3504";
|
161
|
-
readonly "Essence Reaver": "3508";
|
162
|
-
readonly "Kalista's Black Spear": "3600";
|
163
|
-
readonly "Dead Man's Plate": "3742";
|
164
|
-
readonly "Titanic Hydra": "3748";
|
165
|
-
readonly "Crystalline Bracer": "3801";
|
166
|
-
readonly "Lost Chapter": "3802";
|
167
|
-
readonly "Catalyst of Aeons": "3803";
|
168
|
-
readonly "Edge of Night": "3814";
|
169
|
-
readonly "Spellthief's Edge": "3850";
|
170
|
-
readonly Frostfang: "3851";
|
171
|
-
readonly "Shard of True Ice": "3853";
|
172
|
-
readonly "Steel Shoulderguards": "3854";
|
173
|
-
readonly "Runesteel Spaulders": "3855";
|
174
|
-
readonly "Pauldrons of Whiterock": "3857";
|
175
|
-
readonly "Relic Shield": "3858";
|
176
|
-
readonly "Targon's Buckler": "3859";
|
177
|
-
readonly "Bulwark of the Mountain": "3860";
|
178
|
-
readonly "Spectral Sickle": "3862";
|
179
|
-
readonly "Harrowing Crescent": "3863";
|
180
|
-
readonly "Black Mist Scythe": "3864";
|
181
|
-
readonly "Fire at Will500 Silver Serpents": "3901";
|
182
|
-
readonly "Death's Daughter500 Silver Serpents": "3902";
|
183
|
-
readonly "Raise Morale500 Silver Serpents": "3903";
|
184
|
-
readonly "Oblivion Orb": "3916";
|
185
|
-
readonly "Imperial Mandate": "4005";
|
186
|
-
readonly "Force of Nature": "4401";
|
187
|
-
readonly "The Golden Spatula": "4403";
|
188
|
-
readonly "Horizon Focus": "4628";
|
189
|
-
readonly "Cosmic Drive": "4629";
|
190
|
-
readonly "Blighting Jewel": "4630";
|
191
|
-
readonly "Verdant Barrier": "4632";
|
192
|
-
readonly Riftmaker: "4633";
|
193
|
-
readonly "Leeching Leer": "4635";
|
194
|
-
readonly "Night Harvester": "4636";
|
195
|
-
readonly "Demonic Embrace": "4637";
|
196
|
-
readonly "Watchful Wardstone": "4638";
|
197
|
-
readonly "Stirring Wardstone": "4641";
|
198
|
-
readonly "Bandleglass Mirror": "4642";
|
199
|
-
readonly "Vigilant Wardstone": "4643";
|
200
|
-
readonly "Crown of the Shattered Queen": "4644";
|
201
|
-
readonly Shadowflame: "4645";
|
202
|
-
readonly "Ironspike Whip": "6029";
|
203
|
-
readonly "Silvermere Dawn": "6035";
|
204
|
-
readonly "Death's Dance": "6333";
|
205
|
-
readonly "Chempunk Chainsword": "6609";
|
206
|
-
readonly "Staff of Flowing Water": "6616";
|
207
|
-
readonly "Moonstone Renewer": "6617";
|
208
|
-
readonly Goredrinker: "6630";
|
209
|
-
readonly Stridebreaker: "6631";
|
210
|
-
readonly "Divine Sunderer": "6632";
|
211
|
-
readonly "Liandry's Anguish": "6653";
|
212
|
-
readonly "Luden's Tempest": "6655";
|
213
|
-
readonly Everfrost: "6656";
|
214
|
-
readonly "Rod of Ages": "6657";
|
215
|
-
readonly "Bami's Cinder": "6660";
|
216
|
-
readonly "Iceborn Gauntlet": "6662";
|
217
|
-
readonly "Turbo Chemtank": "6664";
|
218
|
-
readonly "Jak'Sho, The Protean": "6665";
|
219
|
-
readonly "Radiant Virtue": "6667";
|
220
|
-
readonly Noonquiver: "6670";
|
221
|
-
readonly Galeforce: "6671";
|
222
|
-
readonly "Kraken Slayer": "6672";
|
223
|
-
readonly "Immortal Shieldbow": "6673";
|
224
|
-
readonly "Navori Quickblades": "6675";
|
225
|
-
readonly "The Collector": "6676";
|
226
|
-
readonly Rageknife: "6677";
|
227
|
-
readonly "Duskblade of Draktharr": "6691";
|
228
|
-
readonly Eclipse: "6692";
|
229
|
-
readonly "Prowler's Claw": "6693";
|
230
|
-
readonly "Serylda's Grudge": "6694";
|
231
|
-
readonly "Serpent's Fang": "6695";
|
232
|
-
readonly "Axiom Arc": "6696";
|
233
|
-
readonly "Sandshrike's Claw": "7000";
|
234
|
-
readonly Syzygy: "7001";
|
235
|
-
readonly "Draktharr's Shadowcarver": "7002";
|
236
|
-
readonly "Frozen Fist": "7005";
|
237
|
-
readonly Typhoon: "7006";
|
238
|
-
readonly "Wyrmfallen Sacrifice": "7007";
|
239
|
-
readonly Bloodward: "7008";
|
240
|
-
readonly "Icathia's Curse": "7009";
|
241
|
-
readonly Vespertide: "7010";
|
242
|
-
readonly "Upgraded Aeropack": "7011";
|
243
|
-
readonly "Liandry's Lament": "7012";
|
244
|
-
readonly "Eye of Luden": "7013";
|
245
|
-
readonly "Eternal Winter": "7014";
|
246
|
-
readonly "Ceaseless Hunger": "7015";
|
247
|
-
readonly Dreamshatter: "7016";
|
248
|
-
readonly Deicide: "7017";
|
249
|
-
readonly "Infinity Force": "7018";
|
250
|
-
readonly "Reliquary of the Golden Dawn": "7019";
|
251
|
-
readonly "Shurelya's Requiem": "7020";
|
252
|
-
readonly Starcaster: "7021";
|
253
|
-
readonly "Seat of Command": "7022";
|
254
|
-
readonly Equinox: "7023";
|
255
|
-
readonly Caesura: "7024";
|
256
|
-
readonly Leviathan: "7025";
|
257
|
-
readonly "The Unspoken Parasite": "7026";
|
258
|
-
readonly "Primordial Dawn": "7027";
|
259
|
-
readonly "Infinite Convergence": "7028";
|
260
|
-
readonly "Gangplank Placeholder": "7050";
|
261
|
-
readonly "Anathema's Chains": "8001";
|
262
|
-
readonly "Abyssal Mask": "8020";
|
263
|
-
};
|
1
|
+
export declare const ItemKeys: {
|
2
|
+
readonly Boots: "1001";
|
3
|
+
readonly "Faerie Charm": "1004";
|
4
|
+
readonly "Rejuvenation Bead": "1006";
|
5
|
+
readonly "Giant's Belt": "1011";
|
6
|
+
readonly "Cloak of Agility": "1018";
|
7
|
+
readonly "Blasting Wand": "1026";
|
8
|
+
readonly "Sapphire Crystal": "1027";
|
9
|
+
readonly "Ruby Crystal": "1028";
|
10
|
+
readonly "Cloth Armor": "1029";
|
11
|
+
readonly "Chain Vest": "1031";
|
12
|
+
readonly "Null-Magic Mantle": "1033";
|
13
|
+
readonly Emberknife: "1035";
|
14
|
+
readonly "Long Sword": "1036";
|
15
|
+
readonly Pickaxe: "1037";
|
16
|
+
readonly "B. F. Sword": "1038";
|
17
|
+
readonly Hailblade: "1039";
|
18
|
+
readonly "Obsidian Edge": "1040";
|
19
|
+
readonly Dagger: "1042";
|
20
|
+
readonly "Recurve Bow": "1043";
|
21
|
+
readonly "Amplifying Tome": "1052";
|
22
|
+
readonly "Vampiric Scepter": "1053";
|
23
|
+
readonly "Doran's Shield": "1054";
|
24
|
+
readonly "Doran's Blade": "1055";
|
25
|
+
readonly "Doran's Ring": "1056";
|
26
|
+
readonly "Negatron Cloak": "1057";
|
27
|
+
readonly "Needlessly Large Rod": "1058";
|
28
|
+
readonly "Dark Seal": "1082";
|
29
|
+
readonly Cull: "1083";
|
30
|
+
readonly "Scorchclaw Pup": "1101";
|
31
|
+
readonly "Gustwalker Hatchling": "1102";
|
32
|
+
readonly "Mosstomper Seedling": "1103";
|
33
|
+
readonly "Eye of the Herald": "3513";
|
34
|
+
readonly "Penetrating Bullets": "1500";
|
35
|
+
readonly Fortification: "1521";
|
36
|
+
readonly "Reinforced Armor": "1506";
|
37
|
+
readonly "Warden's Eye": "1503";
|
38
|
+
readonly Vanguard: "1504";
|
39
|
+
readonly "Lightning Rod": "1505";
|
40
|
+
readonly Overcharged: "1507";
|
41
|
+
readonly "Anti-tower Socks": "1508";
|
42
|
+
readonly Gusto: "1509";
|
43
|
+
readonly "Phreakish Gusto": "1510";
|
44
|
+
readonly "Super Mech Armor": "1511";
|
45
|
+
readonly "Super Mech Power Field": "1512";
|
46
|
+
readonly "Turret Plating": "1515";
|
47
|
+
readonly "Structure Bounty": "1519";
|
48
|
+
readonly OvererchargedHA: "1520";
|
49
|
+
readonly "Tower Power-Up": "1522";
|
50
|
+
readonly "Health Potion": "2003";
|
51
|
+
readonly "Total Biscuit of Everlasting Will": "2010";
|
52
|
+
readonly "Kircheis Shard": "2015";
|
53
|
+
readonly "Refillable Potion": "2031";
|
54
|
+
readonly "Corrupting Potion": "2033";
|
55
|
+
readonly "Guardian's Horn": "2051";
|
56
|
+
readonly "Poro-Snax": "2052";
|
57
|
+
readonly "Control Ward": "2055";
|
58
|
+
readonly "Shurelya's Battlesong": "2065";
|
59
|
+
readonly "Elixir of Iron": "2138";
|
60
|
+
readonly "Elixir of Sorcery": "2139";
|
61
|
+
readonly "Elixir of Wrath": "2140";
|
62
|
+
readonly "Minion Dematerializer": "2403";
|
63
|
+
readonly "Commencing Stopwatch": "2419";
|
64
|
+
readonly Stopwatch: "2420";
|
65
|
+
readonly "Broken Stopwatch": "2424";
|
66
|
+
readonly "Slightly Magical Footwear": "2422";
|
67
|
+
readonly "Perfectly Timed Stopwatch": "2423";
|
68
|
+
readonly Evenshroud: "3001";
|
69
|
+
readonly "Archangel's Staff": "3003";
|
70
|
+
readonly Manamune: "3004";
|
71
|
+
readonly "Berserker's Greaves": "3006";
|
72
|
+
readonly "Boots of Swiftness": "3009";
|
73
|
+
readonly "Chemtech Putrifier": "3011";
|
74
|
+
readonly "Sorcerer's Shoes": "3020";
|
75
|
+
readonly "Glacial Buckler": "3024";
|
76
|
+
readonly "Guardian Angel": "3026";
|
77
|
+
readonly "Infinity Edge": "3031";
|
78
|
+
readonly "Mortal Reminder": "3033";
|
79
|
+
readonly "Last Whisper": "3035";
|
80
|
+
readonly "Lord Dominik's Regards": "3036";
|
81
|
+
readonly "Seraph's Embrace": "3040";
|
82
|
+
readonly "Mejai's Soulstealer": "3041";
|
83
|
+
readonly Muramana: "3042";
|
84
|
+
readonly Phage: "3044";
|
85
|
+
readonly "Phantom Dancer": "3046";
|
86
|
+
readonly "Plated Steelcaps": "3047";
|
87
|
+
readonly "Zeke's Convergence": "3050";
|
88
|
+
readonly "Hearthbound Axe": "3051";
|
89
|
+
readonly "Sterak's Gage": "3053";
|
90
|
+
readonly Sheen: "3057";
|
91
|
+
readonly "Spirit Visage": "3065";
|
92
|
+
readonly "Winged Moonplate": "3066";
|
93
|
+
readonly Kindlegem: "3067";
|
94
|
+
readonly "Sunfire Aegis": "3068";
|
95
|
+
readonly "Tear of the Goddess": "3070";
|
96
|
+
readonly "Black Cleaver": "3071";
|
97
|
+
readonly Bloodthirster: "3072";
|
98
|
+
readonly "Ravenous Hydra": "3074";
|
99
|
+
readonly Thornmail: "3075";
|
100
|
+
readonly "Bramble Vest": "3076";
|
101
|
+
readonly Tiamat: "3077";
|
102
|
+
readonly "Trinity Force": "3078";
|
103
|
+
readonly "Warden's Mail": "3082";
|
104
|
+
readonly "Warmog's Armor": "3083";
|
105
|
+
readonly Heartsteel: "3084";
|
106
|
+
readonly "Runaan's Hurricane": "3085";
|
107
|
+
readonly Zeal: "3086";
|
108
|
+
readonly "Rabadon's Deathcap": "3089";
|
109
|
+
readonly "Wit's End": "3091";
|
110
|
+
readonly "Rapid Firecannon": "3094";
|
111
|
+
readonly Stormrazor: "3095";
|
112
|
+
readonly "Lich Bane": "3100";
|
113
|
+
readonly "Banshee's Veil": "3102";
|
114
|
+
readonly "Aegis of the Legion": "3105";
|
115
|
+
readonly Redemption: "3107";
|
116
|
+
readonly "Fiendish Codex": "3108";
|
117
|
+
readonly "Knight's Vow": "3109";
|
118
|
+
readonly "Frozen Heart": "3110";
|
119
|
+
readonly "Mercury's Treads": "3111";
|
120
|
+
readonly "Guardian's Orb": "3112";
|
121
|
+
readonly "Aether Wisp": "3113";
|
122
|
+
readonly "Forbidden Idol": "3114";
|
123
|
+
readonly "Nashor's Tooth": "3115";
|
124
|
+
readonly "Rylai's Crystal Scepter": "3116";
|
125
|
+
readonly "Mobility Boots": "3117";
|
126
|
+
readonly "Winter's Approach": "3119";
|
127
|
+
readonly Fimbulwinter: "3121";
|
128
|
+
readonly "Executioner's Calling": "3123";
|
129
|
+
readonly "Guinsoo's Rageblade": "3124";
|
130
|
+
readonly "Caulfield's Warhammer": "3133";
|
131
|
+
readonly "Serrated Dirk": "3134";
|
132
|
+
readonly "Void Staff": "3135";
|
133
|
+
readonly "Mercurial Scimitar": "3139";
|
134
|
+
readonly "Quicksilver Sash": "3140";
|
135
|
+
readonly "Youmuu's Ghostblade": "3142";
|
136
|
+
readonly "Randuin's Omen": "3143";
|
137
|
+
readonly "Hextech Alternator": "3145";
|
138
|
+
readonly "Hextech Rocketbelt": "3152";
|
139
|
+
readonly "Blade of The Ruined King": "3153";
|
140
|
+
readonly Hexdrinker: "3155";
|
141
|
+
readonly "Maw of Malmortius": "3156";
|
142
|
+
readonly "Zhonya's Hourglass": "3157";
|
143
|
+
readonly "Ionian Boots of Lucidity": "3158";
|
144
|
+
readonly "Spear Of Shojin": "3161";
|
145
|
+
readonly Morellonomicon: "3165";
|
146
|
+
readonly "Guardian's Blade": "3177";
|
147
|
+
readonly "Umbral Glaive": "3179";
|
148
|
+
readonly Hullbreaker: "3181";
|
149
|
+
readonly "Guardian's Hammer": "3184";
|
150
|
+
readonly "Locket of the Iron Solari": "3190";
|
151
|
+
readonly "Seeker's Armguard": "3191";
|
152
|
+
readonly "Gargoyle Stoneplate": "3193";
|
153
|
+
readonly "Spectre's Cowl": "3211";
|
154
|
+
readonly "Mikael's Blessing": "3222";
|
155
|
+
readonly "Scarecrow Effigy": "3330";
|
156
|
+
readonly "Stealth Ward": "3340";
|
157
|
+
readonly "Farsight Alteration": "3363";
|
158
|
+
readonly "Oracle Lens": "3364";
|
159
|
+
readonly "Your Cut": "3400";
|
160
|
+
readonly "Ardent Censer": "3504";
|
161
|
+
readonly "Essence Reaver": "3508";
|
162
|
+
readonly "Kalista's Black Spear": "3600";
|
163
|
+
readonly "Dead Man's Plate": "3742";
|
164
|
+
readonly "Titanic Hydra": "3748";
|
165
|
+
readonly "Crystalline Bracer": "3801";
|
166
|
+
readonly "Lost Chapter": "3802";
|
167
|
+
readonly "Catalyst of Aeons": "3803";
|
168
|
+
readonly "Edge of Night": "3814";
|
169
|
+
readonly "Spellthief's Edge": "3850";
|
170
|
+
readonly Frostfang: "3851";
|
171
|
+
readonly "Shard of True Ice": "3853";
|
172
|
+
readonly "Steel Shoulderguards": "3854";
|
173
|
+
readonly "Runesteel Spaulders": "3855";
|
174
|
+
readonly "Pauldrons of Whiterock": "3857";
|
175
|
+
readonly "Relic Shield": "3858";
|
176
|
+
readonly "Targon's Buckler": "3859";
|
177
|
+
readonly "Bulwark of the Mountain": "3860";
|
178
|
+
readonly "Spectral Sickle": "3862";
|
179
|
+
readonly "Harrowing Crescent": "3863";
|
180
|
+
readonly "Black Mist Scythe": "3864";
|
181
|
+
readonly "Fire at Will500 Silver Serpents": "3901";
|
182
|
+
readonly "Death's Daughter500 Silver Serpents": "3902";
|
183
|
+
readonly "Raise Morale500 Silver Serpents": "3903";
|
184
|
+
readonly "Oblivion Orb": "3916";
|
185
|
+
readonly "Imperial Mandate": "4005";
|
186
|
+
readonly "Force of Nature": "4401";
|
187
|
+
readonly "The Golden Spatula": "4403";
|
188
|
+
readonly "Horizon Focus": "4628";
|
189
|
+
readonly "Cosmic Drive": "4629";
|
190
|
+
readonly "Blighting Jewel": "4630";
|
191
|
+
readonly "Verdant Barrier": "4632";
|
192
|
+
readonly Riftmaker: "4633";
|
193
|
+
readonly "Leeching Leer": "4635";
|
194
|
+
readonly "Night Harvester": "4636";
|
195
|
+
readonly "Demonic Embrace": "4637";
|
196
|
+
readonly "Watchful Wardstone": "4638";
|
197
|
+
readonly "Stirring Wardstone": "4641";
|
198
|
+
readonly "Bandleglass Mirror": "4642";
|
199
|
+
readonly "Vigilant Wardstone": "4643";
|
200
|
+
readonly "Crown of the Shattered Queen": "4644";
|
201
|
+
readonly Shadowflame: "4645";
|
202
|
+
readonly "Ironspike Whip": "6029";
|
203
|
+
readonly "Silvermere Dawn": "6035";
|
204
|
+
readonly "Death's Dance": "6333";
|
205
|
+
readonly "Chempunk Chainsword": "6609";
|
206
|
+
readonly "Staff of Flowing Water": "6616";
|
207
|
+
readonly "Moonstone Renewer": "6617";
|
208
|
+
readonly Goredrinker: "6630";
|
209
|
+
readonly Stridebreaker: "6631";
|
210
|
+
readonly "Divine Sunderer": "6632";
|
211
|
+
readonly "Liandry's Anguish": "6653";
|
212
|
+
readonly "Luden's Tempest": "6655";
|
213
|
+
readonly Everfrost: "6656";
|
214
|
+
readonly "Rod of Ages": "6657";
|
215
|
+
readonly "Bami's Cinder": "6660";
|
216
|
+
readonly "Iceborn Gauntlet": "6662";
|
217
|
+
readonly "Turbo Chemtank": "6664";
|
218
|
+
readonly "Jak'Sho, The Protean": "6665";
|
219
|
+
readonly "Radiant Virtue": "6667";
|
220
|
+
readonly Noonquiver: "6670";
|
221
|
+
readonly Galeforce: "6671";
|
222
|
+
readonly "Kraken Slayer": "6672";
|
223
|
+
readonly "Immortal Shieldbow": "6673";
|
224
|
+
readonly "Navori Quickblades": "6675";
|
225
|
+
readonly "The Collector": "6676";
|
226
|
+
readonly Rageknife: "6677";
|
227
|
+
readonly "Duskblade of Draktharr": "6691";
|
228
|
+
readonly Eclipse: "6692";
|
229
|
+
readonly "Prowler's Claw": "6693";
|
230
|
+
readonly "Serylda's Grudge": "6694";
|
231
|
+
readonly "Serpent's Fang": "6695";
|
232
|
+
readonly "Axiom Arc": "6696";
|
233
|
+
readonly "Sandshrike's Claw": "7000";
|
234
|
+
readonly Syzygy: "7001";
|
235
|
+
readonly "Draktharr's Shadowcarver": "7002";
|
236
|
+
readonly "Frozen Fist": "7005";
|
237
|
+
readonly Typhoon: "7006";
|
238
|
+
readonly "Wyrmfallen Sacrifice": "7007";
|
239
|
+
readonly Bloodward: "7008";
|
240
|
+
readonly "Icathia's Curse": "7009";
|
241
|
+
readonly Vespertide: "7010";
|
242
|
+
readonly "Upgraded Aeropack": "7011";
|
243
|
+
readonly "Liandry's Lament": "7012";
|
244
|
+
readonly "Eye of Luden": "7013";
|
245
|
+
readonly "Eternal Winter": "7014";
|
246
|
+
readonly "Ceaseless Hunger": "7015";
|
247
|
+
readonly Dreamshatter: "7016";
|
248
|
+
readonly Deicide: "7017";
|
249
|
+
readonly "Infinity Force": "7018";
|
250
|
+
readonly "Reliquary of the Golden Dawn": "7019";
|
251
|
+
readonly "Shurelya's Requiem": "7020";
|
252
|
+
readonly Starcaster: "7021";
|
253
|
+
readonly "Seat of Command": "7022";
|
254
|
+
readonly Equinox: "7023";
|
255
|
+
readonly Caesura: "7024";
|
256
|
+
readonly Leviathan: "7025";
|
257
|
+
readonly "The Unspoken Parasite": "7026";
|
258
|
+
readonly "Primordial Dawn": "7027";
|
259
|
+
readonly "Infinite Convergence": "7028";
|
260
|
+
readonly "Gangplank Placeholder": "7050";
|
261
|
+
readonly "Anathema's Chains": "8001";
|
262
|
+
readonly "Abyssal Mask": "8020";
|
263
|
+
};
|
@@ -1,4 +1,4 @@
|
|
1
|
-
"use strict";
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
-
exports.ItemKeys = void 0;
|
4
|
-
exports.ItemKeys = { "Boots": "1001", "Faerie Charm": "1004", "Rejuvenation Bead": "1006", "Giant's Belt": "1011", "Cloak of Agility": "1018", "Blasting Wand": "1026", "Sapphire Crystal": "1027", "Ruby Crystal": "1028", "Cloth Armor": "1029", "Chain Vest": "1031", "Null-Magic Mantle": "1033", "Emberknife": "1035", "Long Sword": "1036", "Pickaxe": "1037", "B. F. Sword": "1038", "Hailblade": "1039", "Obsidian Edge": "1040", "Dagger": "1042", "Recurve Bow": "1043", "Amplifying Tome": "1052", "Vampiric Scepter": "1053", "Doran's Shield": "1054", "Doran's Blade": "1055", "Doran's Ring": "1056", "Negatron Cloak": "1057", "Needlessly Large Rod": "1058", "Dark Seal": "1082", "Cull": "1083", "Scorchclaw Pup": "1101", "Gustwalker Hatchling": "1102", "Mosstomper Seedling": "1103", "Eye of the Herald": "3513", "Penetrating Bullets": "1500", "Fortification": "1521", "Reinforced Armor": "1506", "Warden's Eye": "1503", "Vanguard": "1504", "Lightning Rod": "1505", "Overcharged": "1507", "Anti-tower Socks": "1508", "Gusto": "1509", "Phreakish Gusto": "1510", "Super Mech Armor": "1511", "Super Mech Power Field": "1512", "Turret Plating": "1515", "Structure Bounty": "1519", "OvererchargedHA": "1520", "Tower Power-Up": "1522", "Health Potion": "2003", "Total Biscuit of Everlasting Will": "2010", "Kircheis Shard": "2015", "Refillable Potion": "2031", "Corrupting Potion": "2033", "Guardian's Horn": "2051", "Poro-Snax": "2052", "Control Ward": "2055", "Shurelya's Battlesong": "2065", "Elixir of Iron": "2138", "Elixir of Sorcery": "2139", "Elixir of Wrath": "2140", "Minion Dematerializer": "2403", "Commencing Stopwatch": "2419", "Stopwatch": "2420", "Broken Stopwatch": "2424", "Slightly Magical Footwear": "2422", "Perfectly Timed Stopwatch": "2423", "Evenshroud": "3001", "Archangel's Staff": "3003", "Manamune": "3004", "Berserker's Greaves": "3006", "Boots of Swiftness": "3009", "Chemtech Putrifier": "3011", "Sorcerer's Shoes": "3020", "Glacial Buckler": "3024", "Guardian Angel": "3026", "Infinity Edge": "3031", "Mortal Reminder": "3033", "Last Whisper": "3035", "Lord Dominik's Regards": "3036", "Seraph's Embrace": "3040", "Mejai's Soulstealer": "3041", "Muramana": "3042", "Phage": "3044", "Phantom Dancer": "3046", "Plated Steelcaps": "3047", "Zeke's Convergence": "3050", "Hearthbound Axe": "3051", "Sterak's Gage": "3053", "Sheen": "3057", "Spirit Visage": "3065", "Winged Moonplate": "3066", "Kindlegem": "3067", "Sunfire Aegis": "3068", "Tear of the Goddess": "3070", "Black Cleaver": "3071", "Bloodthirster": "3072", "Ravenous Hydra": "3074", "Thornmail": "3075", "Bramble Vest": "3076", "Tiamat": "3077", "Trinity Force": "3078", "Warden's Mail": "3082", "Warmog's Armor": "3083", "Heartsteel": "3084", "Runaan's Hurricane": "3085", "Zeal": "3086", "Rabadon's Deathcap": "3089", "Wit's End": "3091", "Rapid Firecannon": "3094", "Stormrazor": "3095", "Lich Bane": "3100", "Banshee's Veil": "3102", "Aegis of the Legion": "3105", "Redemption": "3107", "Fiendish Codex": "3108", "Knight's Vow": "3109", "Frozen Heart": "3110", "Mercury's Treads": "3111", "Guardian's Orb": "3112", "Aether Wisp": "3113", "Forbidden Idol": "3114", "Nashor's Tooth": "3115", "Rylai's Crystal Scepter": "3116", "Mobility Boots": "3117", "Winter's Approach": "3119", "Fimbulwinter": "3121", "Executioner's Calling": "3123", "Guinsoo's Rageblade": "3124", "Caulfield's Warhammer": "3133", "Serrated Dirk": "3134", "Void Staff": "3135", "Mercurial Scimitar": "3139", "Quicksilver Sash": "3140", "Youmuu's Ghostblade": "3142", "Randuin's Omen": "3143", "Hextech Alternator": "3145", "Hextech Rocketbelt": "3152", "Blade of The Ruined King": "3153", "Hexdrinker": "3155", "Maw of Malmortius": "3156", "Zhonya's Hourglass": "3157", "Ionian Boots of Lucidity": "3158", "Spear Of Shojin": "3161", "Morellonomicon": "3165", "Guardian's Blade": "3177", "Umbral Glaive": "3179", "Hullbreaker": "3181", "Guardian's Hammer": "3184", "Locket of the Iron Solari": "3190", "Seeker's Armguard": "3191", "Gargoyle Stoneplate": "3193", "Spectre's Cowl": "3211", "Mikael's Blessing": "3222", "Scarecrow Effigy": "3330", "Stealth Ward": "3340", "Farsight Alteration": "3363", "Oracle Lens": "3364", "Your Cut": "3400", "Ardent Censer": "3504", "Essence Reaver": "3508", "Kalista's Black Spear": "3600", "Dead Man's Plate": "3742", "Titanic Hydra": "3748", "Crystalline Bracer": "3801", "Lost Chapter": "3802", "Catalyst of Aeons": "3803", "Edge of Night": "3814", "Spellthief's Edge": "3850", "Frostfang": "3851", "Shard of True Ice": "3853", "Steel Shoulderguards": "3854", "Runesteel Spaulders": "3855", "Pauldrons of Whiterock": "3857", "Relic Shield": "3858", "Targon's Buckler": "3859", "Bulwark of the Mountain": "3860", "Spectral Sickle": "3862", "Harrowing Crescent": "3863", "Black Mist Scythe": "3864", "Fire at Will500 Silver Serpents": "3901", "Death's Daughter500 Silver Serpents": "3902", "Raise Morale500 Silver Serpents": "3903", "Oblivion Orb": "3916", "Imperial Mandate": "4005", "Force of Nature": "4401", "The Golden Spatula": "4403", "Horizon Focus": "4628", "Cosmic Drive": "4629", "Blighting Jewel": "4630", "Verdant Barrier": "4632", "Riftmaker": "4633", "Leeching Leer": "4635", "Night Harvester": "4636", "Demonic Embrace": "4637", "Watchful Wardstone": "4638", "Stirring Wardstone": "4641", "Bandleglass Mirror": "4642", "Vigilant Wardstone": "4643", "Crown of the Shattered Queen": "4644", "Shadowflame": "4645", "Ironspike Whip": "6029", "Silvermere Dawn": "6035", "Death's Dance": "6333", "Chempunk Chainsword": "6609", "Staff of Flowing Water": "6616", "Moonstone Renewer": "6617", "Goredrinker": "6630", "Stridebreaker": "6631", "Divine Sunderer": "6632", "Liandry's Anguish": "6653", "Luden's Tempest": "6655", "Everfrost": "6656", "Rod of Ages": "6657", "Bami's Cinder": "6660", "Iceborn Gauntlet": "6662", "Turbo Chemtank": "6664", "Jak'Sho, The Protean": "6665", "Radiant Virtue": "6667", "Noonquiver": "6670", "Galeforce": "6671", "Kraken Slayer": "6672", "Immortal Shieldbow": "6673", "Navori Quickblades": "6675", "The Collector": "6676", "Rageknife": "6677", "Duskblade of Draktharr": "6691", "Eclipse": "6692", "Prowler's Claw": "6693", "Serylda's Grudge": "6694", "Serpent's Fang": "6695", "Axiom Arc": "6696", "Sandshrike's Claw": "7000", "Syzygy": "7001", "Draktharr's Shadowcarver": "7002", "Frozen Fist": "7005", "Typhoon": "7006", "Wyrmfallen Sacrifice": "7007", "Bloodward": "7008", "Icathia's Curse": "7009", "Vespertide": "7010", "Upgraded Aeropack": "7011", "Liandry's Lament": "7012", "Eye of Luden": "7013", "Eternal Winter": "7014", "Ceaseless Hunger": "7015", "Dreamshatter": "7016", "Deicide": "7017", "Infinity Force": "7018", "Reliquary of the Golden Dawn": "7019", "Shurelya's Requiem": "7020", "Starcaster": "7021", "Seat of Command": "7022", "Equinox": "7023", "Caesura": "7024", "Leviathan": "7025", "The Unspoken Parasite": "7026", "Primordial Dawn": "7027", "Infinite Convergence": "7028", "Gangplank Placeholder": "7050", "Anathema's Chains": "8001", "Abyssal Mask": "8020" };
|
1
|
+
"use strict";
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
+
exports.ItemKeys = void 0;
|
4
|
+
exports.ItemKeys = { "Boots": "1001", "Faerie Charm": "1004", "Rejuvenation Bead": "1006", "Giant's Belt": "1011", "Cloak of Agility": "1018", "Blasting Wand": "1026", "Sapphire Crystal": "1027", "Ruby Crystal": "1028", "Cloth Armor": "1029", "Chain Vest": "1031", "Null-Magic Mantle": "1033", "Emberknife": "1035", "Long Sword": "1036", "Pickaxe": "1037", "B. F. Sword": "1038", "Hailblade": "1039", "Obsidian Edge": "1040", "Dagger": "1042", "Recurve Bow": "1043", "Amplifying Tome": "1052", "Vampiric Scepter": "1053", "Doran's Shield": "1054", "Doran's Blade": "1055", "Doran's Ring": "1056", "Negatron Cloak": "1057", "Needlessly Large Rod": "1058", "Dark Seal": "1082", "Cull": "1083", "Scorchclaw Pup": "1101", "Gustwalker Hatchling": "1102", "Mosstomper Seedling": "1103", "Eye of the Herald": "3513", "Penetrating Bullets": "1500", "Fortification": "1521", "Reinforced Armor": "1506", "Warden's Eye": "1503", "Vanguard": "1504", "Lightning Rod": "1505", "Overcharged": "1507", "Anti-tower Socks": "1508", "Gusto": "1509", "Phreakish Gusto": "1510", "Super Mech Armor": "1511", "Super Mech Power Field": "1512", "Turret Plating": "1515", "Structure Bounty": "1519", "OvererchargedHA": "1520", "Tower Power-Up": "1522", "Health Potion": "2003", "Total Biscuit of Everlasting Will": "2010", "Kircheis Shard": "2015", "Refillable Potion": "2031", "Corrupting Potion": "2033", "Guardian's Horn": "2051", "Poro-Snax": "2052", "Control Ward": "2055", "Shurelya's Battlesong": "2065", "Elixir of Iron": "2138", "Elixir of Sorcery": "2139", "Elixir of Wrath": "2140", "Minion Dematerializer": "2403", "Commencing Stopwatch": "2419", "Stopwatch": "2420", "Broken Stopwatch": "2424", "Slightly Magical Footwear": "2422", "Perfectly Timed Stopwatch": "2423", "Evenshroud": "3001", "Archangel's Staff": "3003", "Manamune": "3004", "Berserker's Greaves": "3006", "Boots of Swiftness": "3009", "Chemtech Putrifier": "3011", "Sorcerer's Shoes": "3020", "Glacial Buckler": "3024", "Guardian Angel": "3026", "Infinity Edge": "3031", "Mortal Reminder": "3033", "Last Whisper": "3035", "Lord Dominik's Regards": "3036", "Seraph's Embrace": "3040", "Mejai's Soulstealer": "3041", "Muramana": "3042", "Phage": "3044", "Phantom Dancer": "3046", "Plated Steelcaps": "3047", "Zeke's Convergence": "3050", "Hearthbound Axe": "3051", "Sterak's Gage": "3053", "Sheen": "3057", "Spirit Visage": "3065", "Winged Moonplate": "3066", "Kindlegem": "3067", "Sunfire Aegis": "3068", "Tear of the Goddess": "3070", "Black Cleaver": "3071", "Bloodthirster": "3072", "Ravenous Hydra": "3074", "Thornmail": "3075", "Bramble Vest": "3076", "Tiamat": "3077", "Trinity Force": "3078", "Warden's Mail": "3082", "Warmog's Armor": "3083", "Heartsteel": "3084", "Runaan's Hurricane": "3085", "Zeal": "3086", "Rabadon's Deathcap": "3089", "Wit's End": "3091", "Rapid Firecannon": "3094", "Stormrazor": "3095", "Lich Bane": "3100", "Banshee's Veil": "3102", "Aegis of the Legion": "3105", "Redemption": "3107", "Fiendish Codex": "3108", "Knight's Vow": "3109", "Frozen Heart": "3110", "Mercury's Treads": "3111", "Guardian's Orb": "3112", "Aether Wisp": "3113", "Forbidden Idol": "3114", "Nashor's Tooth": "3115", "Rylai's Crystal Scepter": "3116", "Mobility Boots": "3117", "Winter's Approach": "3119", "Fimbulwinter": "3121", "Executioner's Calling": "3123", "Guinsoo's Rageblade": "3124", "Caulfield's Warhammer": "3133", "Serrated Dirk": "3134", "Void Staff": "3135", "Mercurial Scimitar": "3139", "Quicksilver Sash": "3140", "Youmuu's Ghostblade": "3142", "Randuin's Omen": "3143", "Hextech Alternator": "3145", "Hextech Rocketbelt": "3152", "Blade of The Ruined King": "3153", "Hexdrinker": "3155", "Maw of Malmortius": "3156", "Zhonya's Hourglass": "3157", "Ionian Boots of Lucidity": "3158", "Spear Of Shojin": "3161", "Morellonomicon": "3165", "Guardian's Blade": "3177", "Umbral Glaive": "3179", "Hullbreaker": "3181", "Guardian's Hammer": "3184", "Locket of the Iron Solari": "3190", "Seeker's Armguard": "3191", "Gargoyle Stoneplate": "3193", "Spectre's Cowl": "3211", "Mikael's Blessing": "3222", "Scarecrow Effigy": "3330", "Stealth Ward": "3340", "Farsight Alteration": "3363", "Oracle Lens": "3364", "Your Cut": "3400", "Ardent Censer": "3504", "Essence Reaver": "3508", "Kalista's Black Spear": "3600", "Dead Man's Plate": "3742", "Titanic Hydra": "3748", "Crystalline Bracer": "3801", "Lost Chapter": "3802", "Catalyst of Aeons": "3803", "Edge of Night": "3814", "Spellthief's Edge": "3850", "Frostfang": "3851", "Shard of True Ice": "3853", "Steel Shoulderguards": "3854", "Runesteel Spaulders": "3855", "Pauldrons of Whiterock": "3857", "Relic Shield": "3858", "Targon's Buckler": "3859", "Bulwark of the Mountain": "3860", "Spectral Sickle": "3862", "Harrowing Crescent": "3863", "Black Mist Scythe": "3864", "Fire at Will500 Silver Serpents": "3901", "Death's Daughter500 Silver Serpents": "3902", "Raise Morale500 Silver Serpents": "3903", "Oblivion Orb": "3916", "Imperial Mandate": "4005", "Force of Nature": "4401", "The Golden Spatula": "4403", "Horizon Focus": "4628", "Cosmic Drive": "4629", "Blighting Jewel": "4630", "Verdant Barrier": "4632", "Riftmaker": "4633", "Leeching Leer": "4635", "Night Harvester": "4636", "Demonic Embrace": "4637", "Watchful Wardstone": "4638", "Stirring Wardstone": "4641", "Bandleglass Mirror": "4642", "Vigilant Wardstone": "4643", "Crown of the Shattered Queen": "4644", "Shadowflame": "4645", "Ironspike Whip": "6029", "Silvermere Dawn": "6035", "Death's Dance": "6333", "Chempunk Chainsword": "6609", "Staff of Flowing Water": "6616", "Moonstone Renewer": "6617", "Goredrinker": "6630", "Stridebreaker": "6631", "Divine Sunderer": "6632", "Liandry's Anguish": "6653", "Luden's Tempest": "6655", "Everfrost": "6656", "Rod of Ages": "6657", "Bami's Cinder": "6660", "Iceborn Gauntlet": "6662", "Turbo Chemtank": "6664", "Jak'Sho, The Protean": "6665", "Radiant Virtue": "6667", "Noonquiver": "6670", "Galeforce": "6671", "Kraken Slayer": "6672", "Immortal Shieldbow": "6673", "Navori Quickblades": "6675", "The Collector": "6676", "Rageknife": "6677", "Duskblade of Draktharr": "6691", "Eclipse": "6692", "Prowler's Claw": "6693", "Serylda's Grudge": "6694", "Serpent's Fang": "6695", "Axiom Arc": "6696", "Sandshrike's Claw": "7000", "Syzygy": "7001", "Draktharr's Shadowcarver": "7002", "Frozen Fist": "7005", "Typhoon": "7006", "Wyrmfallen Sacrifice": "7007", "Bloodward": "7008", "Icathia's Curse": "7009", "Vespertide": "7010", "Upgraded Aeropack": "7011", "Liandry's Lament": "7012", "Eye of Luden": "7013", "Eternal Winter": "7014", "Ceaseless Hunger": "7015", "Dreamshatter": "7016", "Deicide": "7017", "Infinity Force": "7018", "Reliquary of the Golden Dawn": "7019", "Shurelya's Requiem": "7020", "Starcaster": "7021", "Seat of Command": "7022", "Equinox": "7023", "Caesura": "7024", "Leviathan": "7025", "The Unspoken Parasite": "7026", "Primordial Dawn": "7027", "Infinite Convergence": "7028", "Gangplank Placeholder": "7050", "Anathema's Chains": "8001", "Abyssal Mask": "8020" };
|