lol-constants 1.13.0 → 2.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (303) hide show
  1. package/assets/{Constants → constants}/BootsItemNames.d.ts +6 -4
  2. package/assets/{Constants → constants}/BootsItemNames.js +21 -17
  3. package/assets/{Constants → constants}/Champion.d.ts +7668 -7621
  4. package/assets/constants/Champion.js +4 -0
  5. package/assets/{Constants → constants}/Item.d.ts +10073 -10073
  6. package/assets/constants/Item.js +4 -0
  7. package/assets/{Constants → constants}/LegendaryItemNames.d.ts +6 -4
  8. package/assets/{Constants → constants}/LegendaryItemNames.js +86 -82
  9. package/assets/{Constants → constants}/MythicItemNames.d.ts +6 -4
  10. package/assets/{Constants → constants}/MythicItemNames.js +40 -36
  11. package/assets/{Constants → constants}/RunesReforged.d.ts +512 -512
  12. package/assets/{Constants → constants}/RunesReforged.js +4 -4
  13. package/assets/{Constants → constants}/StatRunes.d.ts +15 -14
  14. package/assets/{Constants → constants}/StatRunes.js +17 -17
  15. package/assets/{Constants → constants}/StatRunesByRow.d.ts +20 -20
  16. package/assets/{Constants → constants}/StatRunesByRow.js +23 -23
  17. package/assets/{Constants → constants}/Summoner.d.ts +518 -518
  18. package/assets/{Constants → constants}/Summoner.js +4 -4
  19. package/assets/index.d.ts +9 -9
  20. package/assets/index.js +28 -24
  21. package/assets/scripts/generate-all.d.ts +17 -17
  22. package/assets/scripts/generate-all.js +19 -19
  23. package/assets/scripts/generate-categorized-item-keys.d.ts +1 -1
  24. package/assets/scripts/generate-categorized-item-keys.js +57 -57
  25. package/assets/scripts/generate-categorized-item-names.d.ts +1 -1
  26. package/assets/scripts/generate-categorized-item-names.js +57 -57
  27. package/assets/scripts/generate-champion-ids-by-name.d.ts +1 -1
  28. package/assets/scripts/generate-champion-ids-by-name.js +17 -17
  29. package/assets/scripts/generate-champion-ids.d.ts +1 -1
  30. package/assets/scripts/generate-champion-ids.js +17 -17
  31. package/assets/scripts/generate-champion-keys.d.ts +1 -1
  32. package/assets/scripts/generate-champion-keys.js +17 -17
  33. package/assets/scripts/generate-champion-names.d.ts +1 -1
  34. package/assets/scripts/generate-champion-names.js +17 -17
  35. package/assets/scripts/generate-item-keys.d.ts +1 -1
  36. package/assets/scripts/generate-item-keys.js +18 -18
  37. package/assets/scripts/generate-item-names.d.ts +1 -1
  38. package/assets/scripts/generate-item-names.js +18 -18
  39. package/assets/scripts/generate-rune-ids.d.ts +1 -1
  40. package/assets/scripts/generate-rune-ids.js +26 -26
  41. package/assets/scripts/generate-rune-names.d.ts +1 -1
  42. package/assets/scripts/generate-rune-names.js +26 -26
  43. package/assets/scripts/generate-rune-picking-relationships.d.ts +1 -1
  44. package/assets/scripts/generate-rune-picking-relationships.js +54 -54
  45. package/assets/scripts/generate-rune-sets-by-rune-names.d.ts +1 -1
  46. package/assets/scripts/generate-rune-sets-by-rune-names.js +116 -116
  47. package/assets/scripts/generate-rune-sets.d.ts +1 -1
  48. package/assets/scripts/generate-rune-sets.js +116 -116
  49. package/assets/scripts/generate-spell-ids-by-name.d.ts +1 -1
  50. package/assets/scripts/generate-spell-ids-by-name.js +17 -17
  51. package/assets/scripts/generate-spell-ids.d.ts +1 -1
  52. package/assets/scripts/generate-spell-ids.js +17 -17
  53. package/assets/scripts/generate-spell-keys.d.ts +1 -1
  54. package/assets/scripts/generate-spell-keys.js +17 -17
  55. package/assets/scripts/generate-spell-names.d.ts +1 -1
  56. package/assets/scripts/generate-spell-names.js +17 -17
  57. package/assets/scripts/generate-stat-rune-ids.d.ts +1 -1
  58. package/assets/scripts/generate-stat-rune-ids.js +17 -17
  59. package/assets/scripts/generate-stat-rune-names.d.ts +1 -1
  60. package/assets/scripts/generate-stat-rune-names.js +17 -17
  61. package/assets/scripts/generate-tree-rune-ids.d.ts +1 -1
  62. package/assets/scripts/generate-tree-rune-ids.js +19 -19
  63. package/assets/scripts/generate-tree-rune-names.d.ts +1 -1
  64. package/assets/scripts/generate-tree-rune-names.js +19 -19
  65. package/assets/scripts/{Helpers → helpers}/enableEscapedValues.d.ts +15 -15
  66. package/assets/scripts/{Helpers → helpers}/enableEscapedValues.js +38 -38
  67. package/assets/scripts/{Helpers → helpers}/getExportStatement.d.ts +6 -6
  68. package/assets/scripts/{Helpers → helpers}/getExportStatement.js +16 -16
  69. package/assets/scripts/{Helpers → helpers}/getFmtdComment.d.ts +5 -5
  70. package/assets/scripts/{Helpers → helpers}/getFmtdComment.js +15 -15
  71. package/assets/scripts/{Helpers → helpers}/writeToTmpFile.d.ts +8 -8
  72. package/assets/scripts/{Helpers → helpers}/writeToTmpFile.js +22 -22
  73. package/core/{Constants → constants}/Champions/ChampionIds.d.ts +165 -164
  74. package/core/{Constants → constants}/Champions/ChampionIds.js +4 -4
  75. package/core/{Constants → constants}/Champions/ChampionIdsByName.d.ts +165 -164
  76. package/core/constants/Champions/ChampionIdsByName.js +4 -0
  77. package/core/{Constants → constants}/Champions/ChampionKeys.d.ts +165 -164
  78. package/core/constants/Champions/ChampionKeys.js +4 -0
  79. package/core/{Constants → constants}/Champions/ChampionNames.d.ts +165 -164
  80. package/core/{Constants → constants}/Champions/ChampionNames.js +4 -4
  81. package/core/{Constants/DDPaths.d.ts → constants/DataDragonUrls.d.ts} +38 -38
  82. package/core/{Constants/DDPaths.js → constants/DataDragonUrls.js} +45 -45
  83. package/core/constants/GameModes.d.ts +12 -0
  84. package/core/constants/GameModes.js +17 -0
  85. package/core/constants/GameTypes.d.ts +7 -0
  86. package/core/constants/GameTypes.js +12 -0
  87. package/core/{Constants → constants}/Items/BootsItemKeys.d.ts +11 -11
  88. package/core/{Constants → constants}/Items/BootsItemKeys.js +4 -4
  89. package/core/{Constants → constants}/Items/BootsItemNames.d.ts +11 -11
  90. package/core/{Constants → constants}/Items/BootsItemNames.js +4 -4
  91. package/core/{Constants → constants}/Items/ItemKeys.d.ts +263 -263
  92. package/core/{Constants → constants}/Items/ItemKeys.js +4 -4
  93. package/core/{Constants → constants}/Items/ItemNames.d.ts +271 -271
  94. package/core/{Constants → constants}/Items/ItemNames.js +4 -4
  95. package/core/{Constants → constants}/Items/ItemTypes.d.ts +8 -6
  96. package/core/{Constants → constants}/Items/ItemTypes.js +13 -9
  97. package/core/{Constants → constants}/Items/LegendaryItemKeys.d.ts +76 -76
  98. package/core/{Constants → constants}/Items/LegendaryItemKeys.js +4 -4
  99. package/core/{Constants → constants}/Items/LegendaryItemNames.d.ts +76 -76
  100. package/core/{Constants → constants}/Items/LegendaryItemNames.js +4 -4
  101. package/core/{Constants → constants}/Items/MythicItemKeys.d.ts +30 -30
  102. package/core/{Constants → constants}/Items/MythicItemKeys.js +4 -4
  103. package/core/{Constants → constants}/Items/MythicItemNames.d.ts +30 -30
  104. package/core/{Constants → constants}/Items/MythicItemNames.js +4 -4
  105. package/core/{Constants → constants}/Lanes.d.ts +8 -6
  106. package/core/{Constants → constants}/Lanes.js +13 -9
  107. package/core/{Constants → constants}/Levels.d.ts +22 -20
  108. package/core/{Constants → constants}/Levels.js +27 -23
  109. package/core/constants/Locales.d.ts +32 -0
  110. package/core/constants/Locales.js +37 -0
  111. package/core/constants/PlatformIds.d.ts +15 -0
  112. package/core/constants/PlatformIds.js +20 -0
  113. package/core/{Constants → constants}/Positions.d.ts +9 -7
  114. package/core/{Constants → constants}/Positions.js +14 -10
  115. package/core/constants/Queues.d.ts +7 -0
  116. package/core/constants/Queues.js +12 -0
  117. package/core/constants/RankedRanks.d.ts +8 -0
  118. package/core/constants/RankedRanks.js +13 -0
  119. package/core/constants/RankedTiers.d.ts +13 -0
  120. package/core/constants/RankedTiers.js +18 -0
  121. package/core/constants/Regions.d.ts +21 -0
  122. package/core/constants/Regions.js +26 -0
  123. package/core/constants/RelativeTeams.d.ts +6 -0
  124. package/core/constants/RelativeTeams.js +11 -0
  125. package/core/constants/Roles.d.ts +8 -0
  126. package/core/constants/Roles.js +13 -0
  127. package/core/{Constants → constants}/Runes/RuneIconFileNames.d.ts +13 -12
  128. package/core/{Constants → constants}/Runes/RuneIconFileNames.js +101 -101
  129. package/core/{Constants → constants}/Runes/RunePickingRelationships.d.ts +77 -77
  130. package/core/{Constants → constants}/Runes/RunePickingRelationships.js +7 -7
  131. package/core/{Constants → constants}/Runes/RuneSets.d.ts +743 -743
  132. package/core/{Constants → constants}/Runes/RuneSets.js +14 -14
  133. package/core/{Constants → constants}/Runes/RuneSetsByRuneNames.d.ts +743 -743
  134. package/core/constants/Runes/RuneSetsByRuneNames.js +14 -0
  135. package/core/constants/Runes/RuneTreeIds.d.ts +11 -0
  136. package/core/constants/Runes/RuneTreeIds.js +19 -0
  137. package/core/constants/Runes/RuneTreeNames.d.ts +11 -0
  138. package/core/constants/Runes/RuneTreeNames.js +19 -0
  139. package/core/constants/Runes/RuneTreeTypes.d.ts +6 -0
  140. package/core/constants/Runes/RuneTreeTypes.js +11 -0
  141. package/core/{Constants → constants}/Runes/TreeRuneIds.d.ts +65 -65
  142. package/core/{Constants → constants}/Runes/TreeRuneIds.js +4 -4
  143. package/core/{Constants → constants}/Runes/TreeRuneNames.d.ts +65 -65
  144. package/core/{Constants → constants}/Runes/TreeRuneNames.js +4 -4
  145. package/core/{Constants → constants}/Skills.d.ts +8 -6
  146. package/core/constants/Skills.js +13 -0
  147. package/core/{Constants → constants}/Spells/SpellIds.d.ts +18 -18
  148. package/core/{Constants → constants}/Spells/SpellIds.js +4 -4
  149. package/core/{Constants → constants}/Spells/SpellIdsByName.d.ts +17 -17
  150. package/core/{Constants → constants}/Spells/SpellIdsByName.js +4 -4
  151. package/core/{Constants → constants}/Spells/SpellKeys.d.ts +18 -18
  152. package/core/{Constants → constants}/Spells/SpellKeys.js +4 -4
  153. package/core/{Constants → constants}/Spells/SpellNames.d.ts +18 -18
  154. package/core/{Constants → constants}/Spells/SpellNames.js +4 -4
  155. package/core/constants/WardTypes.d.ts +7 -0
  156. package/core/constants/WardTypes.js +12 -0
  157. package/core/{Helpers → helpers}/Champions/getChampionIdByKey.d.ts +2 -2
  158. package/core/{Helpers → helpers}/Champions/getChampionIdByKey.js +8 -8
  159. package/core/{Helpers → helpers}/Champions/getChampionIdByName.d.ts +2 -2
  160. package/core/{Helpers → helpers}/Champions/getChampionIdByName.js +8 -8
  161. package/core/{Helpers → helpers}/Champions/getChampionKeyById.d.ts +2 -2
  162. package/core/{Helpers → helpers}/Champions/getChampionKeyById.js +8 -8
  163. package/core/{Helpers → helpers}/Champions/getChampionKeyByName.d.ts +2 -2
  164. package/core/{Helpers → helpers}/Champions/getChampionKeyByName.js +9 -9
  165. package/core/{Helpers → helpers}/Champions/getChampionNameById.d.ts +2 -2
  166. package/core/{Helpers → helpers}/Champions/getChampionNameById.js +9 -9
  167. package/core/{Helpers → helpers}/Champions/getChampionNameByKey.d.ts +2 -2
  168. package/core/{Helpers → helpers}/Champions/getChampionNameByKey.js +8 -8
  169. package/core/{Helpers → helpers}/Champions/isChampionId.d.ts +2 -2
  170. package/core/{Helpers → helpers}/Champions/isChampionId.js +8 -8
  171. package/core/{Helpers → helpers}/Champions/isChampionKey.d.ts +2 -2
  172. package/core/{Helpers → helpers}/Champions/isChampionKey.js +8 -8
  173. package/core/{Helpers → helpers}/Champions/isChampionName.d.ts +2 -2
  174. package/core/{Helpers → helpers}/Champions/isChampionName.js +8 -8
  175. package/core/{Helpers → helpers}/Items/getItemKeyByName.d.ts +2 -2
  176. package/core/{Helpers → helpers}/Items/getItemKeyByName.js +8 -8
  177. package/core/{Helpers → helpers}/Items/getItemNameByKey.d.ts +2 -2
  178. package/core/{Helpers → helpers}/Items/getItemNameByKey.js +8 -8
  179. package/core/{Helpers → helpers}/Items/isBootsItemKey.d.ts +2 -2
  180. package/core/{Helpers → helpers}/Items/isBootsItemKey.js +8 -8
  181. package/core/{Helpers → helpers}/Items/isBootsItemName.d.ts +2 -2
  182. package/core/{Helpers → helpers}/Items/isBootsItemName.js +8 -8
  183. package/core/{Helpers → helpers}/Items/isItemKey.d.ts +2 -2
  184. package/core/{Helpers → helpers}/Items/isItemKey.js +8 -8
  185. package/core/{Helpers → helpers}/Items/isItemName.d.ts +2 -2
  186. package/core/{Helpers → helpers}/Items/isItemName.js +8 -8
  187. package/core/{Helpers → helpers}/Items/isLegendaryItemKey.d.ts +2 -2
  188. package/core/{Helpers → helpers}/Items/isLegendaryItemKey.js +8 -8
  189. package/core/{Helpers → helpers}/Items/isLegendaryItemName.d.ts +2 -2
  190. package/core/{Helpers → helpers}/Items/isLegendaryItemName.js +8 -8
  191. package/core/{Helpers → helpers}/Items/isMythicItemKey.d.ts +2 -2
  192. package/core/{Helpers → helpers}/Items/isMythicItemKey.js +8 -8
  193. package/core/{Helpers → helpers}/Items/isMythicItemName.d.ts +2 -2
  194. package/core/{Helpers → helpers}/Items/isMythicItemName.js +8 -8
  195. package/core/helpers/Runes/getRuneCategoryName.d.ts +3 -0
  196. package/core/helpers/Runes/getRuneCategoryName.js +20 -0
  197. package/core/helpers/Runes/getRuneCdnUrl.d.ts +3 -0
  198. package/core/{Helpers/Runes/getRuneCDNURL.js → helpers/Runes/getRuneCdnUrl.js} +49 -53
  199. package/core/{Helpers → helpers}/Runes/getRuneIdByName.d.ts +2 -2
  200. package/core/{Helpers → helpers}/Runes/getRuneIdByName.js +8 -8
  201. package/core/{Helpers → helpers}/Runes/getRuneNameById.d.ts +2 -2
  202. package/core/{Helpers → helpers}/Runes/getRuneNameById.js +8 -8
  203. package/core/{Helpers → helpers}/Runes/getStatRuneIdByName.d.ts +2 -2
  204. package/core/{Helpers → helpers}/Runes/getStatRuneIdByName.js +8 -8
  205. package/core/{Helpers → helpers}/Runes/getStatRuneNameById.d.ts +2 -2
  206. package/core/{Helpers → helpers}/Runes/getStatRuneNameById.js +8 -8
  207. package/core/{Helpers → helpers}/Runes/getTreeRuneIdByName.d.ts +2 -2
  208. package/core/{Helpers → helpers}/Runes/getTreeRuneIdByName.js +8 -8
  209. package/core/{Helpers → helpers}/Runes/getTreeRuneNameById.d.ts +2 -2
  210. package/core/{Helpers → helpers}/Runes/getTreeRuneNameById.js +8 -8
  211. package/core/{Helpers → helpers}/Runes/isDominationTreeRuneId.d.ts +2 -2
  212. package/core/{Helpers → helpers}/Runes/isDominationTreeRuneId.js +8 -8
  213. package/core/{Helpers → helpers}/Runes/isInspirationTreeRuneId.d.ts +2 -2
  214. package/core/{Helpers → helpers}/Runes/isInspirationTreeRuneId.js +8 -8
  215. package/core/{Helpers → helpers}/Runes/isKeystoneRuneId.d.ts +2 -2
  216. package/core/{Helpers → helpers}/Runes/isKeystoneRuneId.js +8 -8
  217. package/core/{Helpers → helpers}/Runes/isPrecisionTreeRuneId.d.ts +2 -2
  218. package/core/{Helpers → helpers}/Runes/isPrecisionTreeRuneId.js +8 -8
  219. package/core/{Helpers → helpers}/Runes/isResolveTreeRuneId.d.ts +2 -2
  220. package/core/{Helpers → helpers}/Runes/isResolveTreeRuneId.js +8 -8
  221. package/core/{Helpers → helpers}/Runes/isRuneId.d.ts +2 -2
  222. package/core/{Helpers → helpers}/Runes/isRuneId.js +8 -8
  223. package/core/{Helpers → helpers}/Runes/isRuneName.d.ts +2 -2
  224. package/core/{Helpers → helpers}/Runes/isRuneName.js +8 -8
  225. package/core/{Helpers → helpers}/Runes/isSorceryTreeRuneId.d.ts +2 -2
  226. package/core/{Helpers → helpers}/Runes/isSorceryTreeRuneId.js +8 -8
  227. package/core/{Helpers → helpers}/Runes/isStatRuneId.d.ts +2 -2
  228. package/core/{Helpers → helpers}/Runes/isStatRuneId.js +8 -8
  229. package/core/{Helpers → helpers}/Runes/isStatRuneName.d.ts +2 -2
  230. package/core/{Helpers → helpers}/Runes/isStatRuneName.js +8 -8
  231. package/core/{Helpers → helpers}/Runes/isTreeRuneId.d.ts +2 -2
  232. package/core/{Helpers → helpers}/Runes/isTreeRuneId.js +8 -8
  233. package/core/{Helpers → helpers}/Runes/isTreeRuneName.d.ts +2 -2
  234. package/core/{Helpers → helpers}/Runes/isTreeRuneName.js +8 -8
  235. package/core/{Helpers → helpers}/Spells/getSpellIdByKey.d.ts +2 -2
  236. package/core/{Helpers → helpers}/Spells/getSpellIdByKey.js +8 -8
  237. package/core/{Helpers → helpers}/Spells/getSpellIdByName.d.ts +2 -2
  238. package/core/{Helpers → helpers}/Spells/getSpellIdByName.js +8 -8
  239. package/core/{Helpers → helpers}/Spells/getSpellKeyById.d.ts +2 -2
  240. package/core/{Helpers → helpers}/Spells/getSpellKeyById.js +8 -8
  241. package/core/{Helpers → helpers}/Spells/getSpellKeyByName.d.ts +2 -2
  242. package/core/{Helpers → helpers}/Spells/getSpellKeyByName.js +9 -9
  243. package/core/{Helpers → helpers}/Spells/getSpellNameById.d.ts +2 -2
  244. package/core/{Helpers → helpers}/Spells/getSpellNameById.js +9 -9
  245. package/core/{Helpers → helpers}/Spells/getSpellNameByKey.d.ts +2 -2
  246. package/core/{Helpers → helpers}/Spells/getSpellNameByKey.js +8 -8
  247. package/core/{Helpers → helpers}/Spells/isSpellId.d.ts +2 -2
  248. package/core/{Helpers → helpers}/Spells/isSpellId.js +8 -8
  249. package/core/{Helpers → helpers}/Spells/isSpellKey.d.ts +2 -2
  250. package/core/{Helpers → helpers}/Spells/isSpellKey.js +8 -8
  251. package/core/{Helpers → helpers}/Spells/isSpellName.d.ts +2 -2
  252. package/core/{Helpers → helpers}/Spells/isSpellName.js +8 -8
  253. package/core/helpers/getPositionImageUrl.d.ts +2 -0
  254. package/core/helpers/getPositionImageUrl.js +15 -0
  255. package/core/index.d.ts +90 -92
  256. package/core/index.js +129 -229
  257. package/core/types/types.d.ts +210 -0
  258. package/core/types/{Meta.js → types.js} +2 -2
  259. package/package.json +4 -4
  260. package/assets/Constants/Champion.js +0 -4
  261. package/assets/Constants/Item.js +0 -4
  262. package/core/Constants/Champions/ChampionIdsByName.js +0 -4
  263. package/core/Constants/Champions/ChampionKeys.js +0 -4
  264. package/core/Constants/Meta/ChampionRelationTypes.d.ts +0 -4
  265. package/core/Constants/Meta/ChampionRelationTypes.js +0 -7
  266. package/core/Constants/Runes/RuneSetsByRuneNames.js +0 -14
  267. package/core/Constants/Runes/RuneTreeIds.d.ts +0 -7
  268. package/core/Constants/Runes/RuneTreeIds.js +0 -10
  269. package/core/Constants/Runes/RuneTreeNames.d.ts +0 -7
  270. package/core/Constants/Runes/RuneTreeNames.js +0 -10
  271. package/core/Constants/Runes/RuneTreeTypes.d.ts +0 -4
  272. package/core/Constants/Runes/RuneTreeTypes.js +0 -7
  273. package/core/Constants/Skills.js +0 -9
  274. package/core/Helpers/Icons/getPositionImageURL.d.ts +0 -5
  275. package/core/Helpers/Icons/getPositionImageURL.js +0 -15
  276. package/core/Helpers/Items/isItemType.d.ts +0 -2
  277. package/core/Helpers/Items/isItemType.js +0 -8
  278. package/core/Helpers/Meta/isChampionRelationType.d.ts +0 -2
  279. package/core/Helpers/Meta/isChampionRelationType.js +0 -8
  280. package/core/Helpers/Runes/getRuneCDNURL.d.ts +0 -6
  281. package/core/Helpers/Runes/getRuneCategoryByRuneName.d.ts +0 -5
  282. package/core/Helpers/Runes/getRuneCategoryByRuneName.js +0 -28
  283. package/core/Helpers/Runes/getRuneTreeIdByName.d.ts +0 -2
  284. package/core/Helpers/Runes/getRuneTreeIdByName.js +0 -8
  285. package/core/Helpers/Runes/getRuneTreeNameById.d.ts +0 -2
  286. package/core/Helpers/Runes/getRuneTreeNameById.js +0 -8
  287. package/core/Helpers/Runes/isRuneTreeId.d.ts +0 -2
  288. package/core/Helpers/Runes/isRuneTreeId.js +0 -8
  289. package/core/Helpers/Runes/isRuneTreeName.d.ts +0 -2
  290. package/core/Helpers/Runes/isRuneTreeName.js +0 -8
  291. package/core/Helpers/Runes/isRuneTreeType.d.ts +0 -2
  292. package/core/Helpers/Runes/isRuneTreeType.js +0 -8
  293. package/core/Helpers/isLane.d.ts +0 -2
  294. package/core/Helpers/isLane.js +0 -8
  295. package/core/Helpers/isLevel.d.ts +0 -2
  296. package/core/Helpers/isLevel.js +0 -8
  297. package/core/Helpers/isPosition.d.ts +0 -2
  298. package/core/Helpers/isPosition.js +0 -8
  299. package/core/Helpers/isSkill.d.ts +0 -2
  300. package/core/Helpers/isSkill.js +0 -8
  301. package/core/types/Meta.d.ts +0 -40
  302. package/core/types/index.d.ts +0 -197
  303. package/core/types/index.js +0 -2
@@ -1,4 +1,4 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.Summoner = void 0;
4
- exports.Summoner = { "type": "summoner", "version": "13.5.1", "data": { "SummonerBarrier": { "id": "SummonerBarrier", "name": "Barrier", "description": "Shields your champion from 105-411 damage (depending on champion level) for 2 seconds.", "tooltip": "Temporarily shields {{ tooltipabsorbeddamage }} damage from your champion for 2 seconds.", "maxrank": 1, "cooldown": [180], "cooldownBurn": "180", "cost": [0], "costBurn": "0", "datavalues": {}, "effect": [null, [87], [18], [0], [0], [0], [0], [0], [0], [0], [0]], "effectBurn": [null, "87", "18", "0", "0", "0", "0", "0", "0", "0", "0"], "vars": [], "key": "21", "summonerLevel": 4, "modes": ["NEXUSBLITZ", "URF", "PRACTICETOOL", "TUTORIAL", "CLASSIC", "ARAM", "DOOMBOTSTEEMO", "ULTBOOK", "ONEFORALL", "ARSR", "ASSASSINATE", "FIRSTBLOOD", "PROJECT", "STARGUARDIAN"], "costType": "No Cost", "maxammo": "-1", "range": [1200], "rangeBurn": "1200", "image": { "full": "SummonerBarrier.png", "sprite": "spell0.png", "group": "spell", "x": 0, "y": 0, "w": 48, "h": 48 }, "resource": "No Cost" }, "SummonerBoost": { "id": "SummonerBoost", "name": "Cleanse", "description": "Removes all disables (excluding suppression and airborne) and summoner spell debuffs affecting your champion and lowers the duration of incoming disables by 65% for 3 seconds.", "tooltip": "Removes all disables (excluding suppression and airborne) and summoner spell debuffs affecting your champion and reduces the duration of disables by 65% for the next {{ e2 }} seconds.", "maxrank": 1, "cooldown": [210], "cooldownBurn": "210", "cost": [0], "costBurn": "0", "datavalues": {}, "effect": [null, [0.65], [3], [0], [0], [0], [0], [0], [0], [0], [0]], "effectBurn": [null, "0.65", "3", "0", "0", "0", "0", "0", "0", "0", "0"], "vars": [], "key": "1", "summonerLevel": 9, "modes": ["URF", "NEXUSBLITZ", "ARSR", "ONEFORALL", "ARAM", "CLASSIC", "PRACTICETOOL", "DOOMBOTSTEEMO", "TUTORIAL", "ULTBOOK", "FIRSTBLOOD", "PROJECT"], "costType": "No Cost", "maxammo": "-1", "range": [200], "rangeBurn": "200", "image": { "full": "SummonerBoost.png", "sprite": "spell0.png", "group": "spell", "x": 48, "y": 0, "w": 48, "h": 48 }, "resource": "No Cost" }, "SummonerDot": { "id": "SummonerDot", "name": "Ignite", "description": "Ignites target enemy champion, dealing 70-410 true damage (depending on champion level) over 5 seconds, grants you vision of the target, and reduces healing effects on them for the duration.", "tooltip": "Ignite deals <span class=\"colorFEFCFF\">{{ tooltiptruedamagecalculation }}</span> true damage to target enemy champion over 5 seconds, grants you vision of the target and applies {{ grievousamount*100 }}% Grievous Wounds for the duration.<br /><br /><rules>(Grievous Wounds reduces healing and regeneration by a percentage equal to the highest value applied. This vision does not reveal stealthed enemies.)</rules>", "maxrank": 1, "cooldown": [180], "cooldownBurn": "180", "cost": [0], "costBurn": "0", "datavalues": {}, "effect": [null, [5], [10], [4], [100], [0], [0], [0], [0], [0], [0]], "effectBurn": [null, "5", "10", "4", "100", "0", "0", "0", "0", "0", "0"], "vars": [], "key": "14", "summonerLevel": 9, "modes": ["NEXUSBLITZ", "URF", "PRACTICETOOL", "TUTORIAL", "CLASSIC", "ARAM", "DOOMBOTSTEEMO", "ULTBOOK", "ONEFORALL", "ARSR", "ASSASSINATE", "FIRSTBLOOD"], "costType": "No Cost", "maxammo": "-1", "range": [600], "rangeBurn": "600", "image": { "full": "SummonerDot.png", "sprite": "spell0.png", "group": "spell", "x": 96, "y": 0, "w": 48, "h": 48 }, "resource": "No Cost" }, "SummonerExhaust": { "id": "SummonerExhaust", "name": "Exhaust", "description": "Exhausts target enemy champion, reducing their Move Speed by 30%, and their damage dealt by 35% for 3 seconds.", "tooltip": "Exhausts target enemy champion, reducing their Move Speed by {{ e5 }}%, and their damage dealt by {{ damagereductiontooltip }}% for 3 seconds.", "maxrank": 1, "cooldown": [210], "cooldownBurn": "210", "cost": [0], "costBurn": "0", "datavalues": {}, "effect": [null, [3], [35], [0], [0], [30], [0], [0], [0], [0], [0]], "effectBurn": [null, "3", "35", "0", "0", "30", "0", "0", "0", "0", "0"], "vars": [], "key": "3", "summonerLevel": 4, "modes": ["NEXUSBLITZ", "URF", "PRACTICETOOL", "TUTORIAL", "CLASSIC", "ARAM", "DOOMBOTSTEEMO", "ULTBOOK", "ONEFORALL", "ARSR"], "costType": "No Cost", "maxammo": "-1", "range": [650], "rangeBurn": "650", "image": { "full": "SummonerExhaust.png", "sprite": "spell0.png", "group": "spell", "x": 144, "y": 0, "w": 48, "h": 48 }, "resource": "No Cost" }, "SummonerFlash": { "id": "SummonerFlash", "name": "Flash", "description": "Teleports your champion a short distance toward your cursor's location.", "tooltip": "Teleports your champion a short distance toward your cursor's location.", "maxrank": 1, "cooldown": [300], "cooldownBurn": "300", "cost": [0], "costBurn": "0", "datavalues": {}, "effect": [null, [400], [0], [0], [0], [0], [0], [0], [0], [0], [0]], "effectBurn": [null, "400", "0", "0", "0", "0", "0", "0", "0", "0", "0"], "vars": [], "key": "4", "summonerLevel": 7, "modes": ["NEXUSBLITZ", "URF", "PRACTICETOOL", "SNOWURF", "TUTORIAL", "CLASSIC", "ARAM", "DOOMBOTSTEEMO", "ULTBOOK", "ONEFORALL", "ARSR", "ASSASSINATE", "FIRSTBLOOD", "PROJECT", "STARGUARDIAN"], "costType": "No Cost", "maxammo": "-1", "range": [425], "rangeBurn": "425", "image": { "full": "SummonerFlash.png", "sprite": "spell0.png", "group": "spell", "x": 192, "y": 0, "w": 48, "h": 48 }, "resource": "No Cost" }, "SummonerHaste": { "id": "SummonerHaste", "name": "Ghost", "description": "For 10 seconds, your champion can move through units and gains 24 - 48% Move Speed (depending on champion level). Ghost extends its duration on takedown.", "tooltip": "For {{ duration }} seconds, your champion can move through units and gains {{ movespeedmod }} Move Speed.<br /><br />Ghost extends its duration by {{ takedownextension }} seconds on takedown.", "maxrank": 1, "cooldown": [210], "cooldownBurn": "210", "cost": [0], "costBurn": "0", "datavalues": {}, "effect": [null, [0], [0], [0], [0], [0], [0], [0], [0], [0], [0]], "effectBurn": [null, "0", "0", "0", "0", "0", "0", "0", "0", "0", "0"], "vars": [], "key": "6", "summonerLevel": 1, "modes": ["NEXUSBLITZ", "TUTORIAL_MODULE_2", "URF", "PRACTICETOOL", "TUTORIAL", "CLASSIC", "ARAM", "DOOMBOTSTEEMO", "ULTBOOK", "TUTORIAL_MODULE_1", "ONEFORALL", "ARSR", "ASSASSINATE", "FIRSTBLOOD", "PROJECT", "STARGUARDIAN"], "costType": "No Cost", "maxammo": "-1", "range": [200], "rangeBurn": "200", "image": { "full": "SummonerHaste.png", "sprite": "spell0.png", "group": "spell", "x": 240, "y": 0, "w": 48, "h": 48 }, "resource": "No Cost" }, "SummonerHeal": { "id": "SummonerHeal", "name": "Heal", "description": "Restores 80-318 Health (depending on champion level) and grants 30% Move Speed for 1 second to you and target allied champion. This healing is halved for units recently affected by Summoner Heal.", "tooltip": "Restores {{ tooltiphealamount }} Health and grants 30% Move Speed for 1 second to your champion and target allied champion. This healing is halved for units recently affected by Summoner Heal.<br /><br /><span class=\"colorFFFF00\">If this spell cannot find a target, it will cast on the most wounded allied champion in range.</span>", "maxrank": 1, "cooldown": [240], "cooldownBurn": "240", "cost": [0], "costBurn": "0", "datavalues": {}, "effect": [null, [0.3], [66], [14], [0.5], [826], [0.5], [0], [0], [0], [0]], "effectBurn": [null, "0.3", "66", "14", "0.5", "826", "0.5", "0", "0", "0", "0"], "vars": [], "key": "7", "summonerLevel": 1, "modes": ["NEXUSBLITZ", "TUTORIAL_MODULE_2", "URF", "PRACTICETOOL", "TUTORIAL", "CLASSIC", "ARAM", "DOOMBOTSTEEMO", "ULTBOOK", "TUTORIAL_MODULE_1", "ONEFORALL", "ARSR", "ASSASSINATE", "PROJECT", "STARGUARDIAN"], "costType": "No Cost", "maxammo": "-1", "range": [850], "rangeBurn": "850", "image": { "full": "SummonerHeal.png", "sprite": "spell0.png", "group": "spell", "x": 288, "y": 0, "w": 48, "h": 48 }, "resource": "No Cost" }, "SummonerMana": { "id": "SummonerMana", "name": "Clarity", "description": "Restores 50% of your champion's maximum Mana. Also restores allies for 25% of their maximum Mana.", "tooltip": "Restores {{ e1 }}% maximum Mana to your Champion and {{ e2 }}% to nearby allies.", "maxrank": 1, "cooldown": [240], "cooldownBurn": "240", "cost": [0], "costBurn": "0", "datavalues": {}, "effect": [null, [50], [25], [0], [0], [0], [0], [0], [0], [0], [0]], "effectBurn": [null, "50", "25", "0", "0", "0", "0", "0", "0", "0", "0"], "vars": [], "key": "13", "summonerLevel": 6, "modes": ["ARAM", "FIRSTBLOOD"], "costType": "No Cost", "maxammo": "-1", "range": [600], "rangeBurn": "600", "image": { "full": "SummonerMana.png", "sprite": "spell0.png", "group": "spell", "x": 336, "y": 0, "w": 48, "h": 48 }, "resource": "No Cost" }, "SummonerPoroRecall": { "id": "SummonerPoroRecall", "name": "To the King!", "description": "Quickly travel to the Poro King's side.", "tooltip": "<span class=\"colorFFE076\">Passive:</span> Hitting an enemy champion with a Poro gives your team a Poro Mark. Upon reaching 10 Poro Marks, your team summons the Poro King to fight alongside them. While the Poro King is active, no Poro Marks can be scored by either team.<br /><br /><span class=\"colorFFE076\">Active:</span> Quickly dash to King Poro's side. Can only be cast while the Poro King is summoned for your team. <br /><br /><i><span class=\"colorFDD017\">''Poros tug the heartstrings. The rest of you just comes along for the ride.''</span></i></mainText>", "maxrank": 1, "cooldown": [10], "cooldownBurn": "10", "cost": [0], "costBurn": "0", "datavalues": {}, "effect": [null, [3000], [0], [0], [0], [0], [0], [0], [0], [0], [0]], "effectBurn": [null, "3000", "0", "0", "0", "0", "0", "0", "0", "0", "0"], "vars": [], "key": "30", "summonerLevel": 1, "modes": ["KINGPORO"], "costType": "No Cost", "maxammo": "-1", "range": [200], "rangeBurn": "200", "image": { "full": "SummonerPoroRecall.png", "sprite": "spell0.png", "group": "spell", "x": 384, "y": 0, "w": 48, "h": 48 }, "resource": "No Cost" }, "SummonerPoroThrow": { "id": "SummonerPoroThrow", "name": "Poro Toss", "description": "Toss a Poro at your enemies. If it hits, you can quickly travel to your target as a follow up.", "tooltip": "Toss a Poro a long distance, dealing {{ f2 }} true damage to the first enemy unit hit, granting <span class=\"coloree91d7\">True Sight</span> of the target.<br /><br />This ability can be recast for 3 seconds if it hits an enemy to dash to the target hit, dealing {{ f2 }} more true damage and reducing the cooldown of the next Poro Toss by {{ e4 }} seconds.<br /><br />Poros are not blocked by spell shields or wind walls because they are animals, not spells!<br /><br /><i><span class=\"colorFDD017\">''Poros are a model for Runeterran aerodynamics.''</span></i></mainText>", "maxrank": 1, "cooldown": [20], "cooldownBurn": "20", "cost": [0], "costBurn": "0", "datavalues": {}, "effect": [null, [20], [10], [3], [5], [0], [0], [0], [0], [0], [0]], "effectBurn": [null, "20", "10", "3", "5", "0", "0", "0", "0", "0", "0"], "vars": [], "key": "31", "summonerLevel": 1, "modes": ["KINGPORO"], "costType": "No Cost", "maxammo": "-1", "range": [2500], "rangeBurn": "2500", "image": { "full": "SummonerPoroThrow.png", "sprite": "spell0.png", "group": "spell", "x": 432, "y": 0, "w": 48, "h": 48 }, "resource": "No Cost" }, "SummonerSmite": { "id": "SummonerSmite", "name": "Smite", "description": "Deals 600-1200 true damage to target monster or minion.", "tooltip": "Deals <span class=\"colorFEFCFF\">{{ f1 }}</span> true damage to target monster or minion.<br />", "maxrank": 1, "cooldown": [15], "cooldownBurn": "15", "cost": [0], "costBurn": "0", "datavalues": {}, "effect": [null, [15], [0], [0], [0], [0], [0], [0], [0], [0], [0]], "effectBurn": [null, "15", "0", "0", "0", "0", "0", "0", "0", "0", "0"], "vars": [], "key": "11", "summonerLevel": 9, "modes": ["URF", "CLASSIC", "ARSR", "ONEFORALL", "PRACTICETOOL", "NEXUSBLITZ", "TUTORIAL", "DOOMBOTSTEEMO"], "costType": "No Cost", "maxammo": "2", "range": [500], "rangeBurn": "500", "image": { "full": "SummonerSmite.png", "sprite": "spell0.png", "group": "spell", "x": 0, "y": 48, "w": 48, "h": 48 }, "resource": "No Cost" }, "SummonerSnowURFSnowball_Mark": { "id": "SummonerSnowURFSnowball_Mark", "name": "Mark", "description": "Throw a snowball in a straight line at your enemies. If it hits an enemy, they become marked, granting True Sight, and your champion can quickly travel to the marked target as a follow up.", "tooltip": "Throw a snowball a long distance, dealing {{ tooltipdamagetotal }} true damage to the first enemy unit hit and granting <span class=\"coloree91d7\">True Sight</span> of the target. If it hits an enemy, this ability can be recast for {{ e3 }} seconds to Dash to the tagged unit, dealing an additional {{ tooltipdamagetotal }} true damage. Dashing to the target will reduce the cooldown of Mark by {{ e4 }}%.<br /><br /><span class=\"colorFFFF00\">Mark projectiles are not stopped by spell shields or projectile mitigation.</span>", "maxrank": 1, "cooldown": [80], "cooldownBurn": "80", "cost": [0], "costBurn": "0", "datavalues": {}, "effect": [null, [10], [5], [3], [25], [0], [0], [0], [0], [0], [0]], "effectBurn": [null, "10", "5", "3", "25", "0", "0", "0", "0", "0", "0"], "vars": [], "key": "39", "summonerLevel": 6, "modes": ["SNOWURF"], "costType": "No Cost", "maxammo": "-1", "range": [8000], "rangeBurn": "8000", "image": { "full": "SummonerSnowURFSnowball_Mark.png", "sprite": "spell0.png", "group": "spell", "x": 48, "y": 48, "w": 48, "h": 48 }, "resource": "No Cost" }, "SummonerSnowball": { "id": "SummonerSnowball", "name": "Mark", "description": "Throw a snowball in a straight line at your enemies. If it hits an enemy, they become marked, granting True Sight, and your champion can quickly travel to the marked target as a follow up.", "tooltip": "Throw a snowball a long distance, dealing {{ tooltipdamagetotal }} true damage to the first enemy unit hit and granting <span class=\"coloree91d7\">True Sight</span> of the target. If it hits an enemy, this ability can be recast for {{ e3 }} seconds to Dash to the tagged unit, dealing an additional {{ tooltipdamagetotal }} true damage. Dashing to the target will reduce the cooldown of Mark by {{ e4 }}%.<br /><br /><span class=\"colorFFFF00\">Mark projectiles are not stopped by spell shields or projectile mitigation.</span>", "maxrank": 1, "cooldown": [80], "cooldownBurn": "80", "cost": [0], "costBurn": "0", "datavalues": {}, "effect": [null, [10], [5], [3], [25], [0], [0], [0], [0], [0], [0]], "effectBurn": [null, "10", "5", "3", "25", "0", "0", "0", "0", "0", "0"], "vars": [], "key": "32", "summonerLevel": 6, "modes": ["ARAM", "FIRSTBLOOD"], "costType": "No Cost", "maxammo": "-1", "range": [1600], "rangeBurn": "1600", "image": { "full": "SummonerSnowball.png", "sprite": "spell0.png", "group": "spell", "x": 96, "y": 48, "w": 48, "h": 48 }, "resource": "No Cost" }, "SummonerTeleport": { "id": "SummonerTeleport", "name": "Teleport", "description": "After channeling for 4 seconds, teleports your champion to target allied structure. Upgrades to Unleashed Teleport at 14 minutes, which teleports your champion to target allied structure, minion, or ward.", "tooltip": "After channeling for {{ channelduration }} seconds, your champion teleports to target allied structure.<br /><br />Upgrades to Unleashed Teleport when Turret Plates fall at 14 minutes. Unleashed Teleport has a {{ upgradedcooldown }}s cooldown, can be used on allied structures, minions, or wards, and grants a {{ msamount*100 }}% Move Speed boost for {{ msduration }} seconds.", "maxrank": 1, "cooldown": [360], "cooldownBurn": "360", "cost": [0], "costBurn": "0", "datavalues": {}, "effect": [null, [0], [0], [0], [0], [0], [0], [0], [0], [0], [0]], "effectBurn": [null, "0", "0", "0", "0", "0", "0", "0", "0", "0", "0"], "vars": [], "key": "12", "summonerLevel": 7, "modes": ["ONEFORALL", "PRACTICETOOL", "CLASSIC", "TUTORIAL", "ULTBOOK", "ARSR", "ASSASSINATE", "DOOMBOTSTEEMO"], "costType": "No Cost", "maxammo": "-1", "range": [25000], "rangeBurn": "25000", "image": { "full": "SummonerTeleport.png", "sprite": "spell0.png", "group": "spell", "x": 144, "y": 48, "w": 48, "h": 48 }, "resource": "No Cost" }, "Summoner_UltBookPlaceholder": { "id": "Summoner_UltBookPlaceholder", "name": "Placeholder", "description": "This slot will be replaced by another champion's ultimate selected at the start of the game. There will be 30 seconds to select an ultimate. Be prepared!", "tooltip": "Will be replaced by your Ultimate Summoner Spell selection.{{ spellmodifierdescriptionappend }}", "maxrank": 1, "cooldown": [0], "cooldownBurn": "0", "cost": [0], "costBurn": "0", "datavalues": {}, "effect": [null, [0], [0], [0], [0], [0], [0], [0], [0], [0], [0]], "effectBurn": [null, "0", "0", "0", "0", "0", "0", "0", "0", "0", "0"], "vars": [], "key": "54", "summonerLevel": 1, "modes": ["ULTBOOK"], "costType": "&nbsp;", "maxammo": "-1", "range": [400], "rangeBurn": "400", "image": { "full": "Summoner_UltBookPlaceholder.png", "sprite": "spell0.png", "group": "spell", "x": 192, "y": 48, "w": 48, "h": 48 }, "resource": "&nbsp;" }, "Summoner_UltBookSmitePlaceholder": { "id": "Summoner_UltBookSmitePlaceholder", "name": "Placeholder and Attack-Smite", "description": "This slot will be replaced by another champion's ultimate and you will gain Attack-Smite. There will be 30 seconds to select an ultimate. Be prepared!", "tooltip": "Will be replaced by your Ultimate Summoner Spell.<br /><br />Gain Attack-Smite. Attack-Smite will execute allied Buff Monsters, Epic Monsters, and Scuttle Crabs when you attack them.<br /><br /><attention>Attack-Smite does not have a cooldown.</attention>{{ spellmodifierdescriptionappend }}", "maxrank": 1, "cooldown": [0], "cooldownBurn": "0", "cost": [0], "costBurn": "0", "datavalues": {}, "effect": [null, [0], [0], [0], [0], [0], [0], [0], [0], [0], [0]], "effectBurn": [null, "0", "0", "0", "0", "0", "0", "0", "0", "0", "0"], "vars": [], "key": "55", "summonerLevel": 1, "modes": ["ULTBOOK"], "costType": "&nbsp;", "maxammo": "-1", "range": [400], "rangeBurn": "400", "image": { "full": "Summoner_UltBookSmitePlaceholder.png", "sprite": "spell0.png", "group": "spell", "x": 240, "y": 48, "w": 48, "h": 48 }, "resource": "&nbsp;" } } };
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.Summoner = void 0;
4
+ exports.Summoner = { "type": "summoner", "version": "13.9.1", "data": { "SummonerBarrier": { "id": "SummonerBarrier", "name": "Barrier", "description": "Shields your champion from 105-411 damage (depending on champion level) for 2 seconds.", "tooltip": "Temporarily shields {{ tooltipabsorbeddamage }} damage from your champion for 2 seconds.", "maxrank": 1, "cooldown": [180], "cooldownBurn": "180", "cost": [0], "costBurn": "0", "datavalues": {}, "effect": [null, [87], [18], [0], [0], [0], [0], [0], [0], [0], [0]], "effectBurn": [null, "87", "18", "0", "0", "0", "0", "0", "0", "0", "0"], "vars": [], "key": "21", "summonerLevel": 4, "modes": ["NEXUSBLITZ", "URF", "PRACTICETOOL", "TUTORIAL", "CLASSIC", "ARAM", "DOOMBOTSTEEMO", "ULTBOOK", "ONEFORALL", "ARSR", "ASSASSINATE", "FIRSTBLOOD", "PROJECT", "STARGUARDIAN"], "costType": "No Cost", "maxammo": "-1", "range": [1200], "rangeBurn": "1200", "image": { "full": "SummonerBarrier.png", "sprite": "spell0.png", "group": "spell", "x": 0, "y": 0, "w": 48, "h": 48 }, "resource": "No Cost" }, "SummonerBoost": { "id": "SummonerBoost", "name": "Cleanse", "description": "Removes all disables (excluding suppression and airborne) and summoner spell debuffs affecting your champion and lowers the duration of incoming disables by 65% for 3 seconds.", "tooltip": "Removes all disables (excluding suppression and airborne) and summoner spell debuffs affecting your champion and reduces the duration of disables by 65% for the next {{ e2 }} seconds.", "maxrank": 1, "cooldown": [210], "cooldownBurn": "210", "cost": [0], "costBurn": "0", "datavalues": {}, "effect": [null, [0.65], [3], [0], [0], [0], [0], [0], [0], [0], [0]], "effectBurn": [null, "0.65", "3", "0", "0", "0", "0", "0", "0", "0", "0"], "vars": [], "key": "1", "summonerLevel": 9, "modes": ["URF", "NEXUSBLITZ", "ARSR", "ONEFORALL", "ARAM", "CLASSIC", "PRACTICETOOL", "DOOMBOTSTEEMO", "TUTORIAL", "ULTBOOK", "FIRSTBLOOD", "PROJECT"], "costType": "No Cost", "maxammo": "-1", "range": [200], "rangeBurn": "200", "image": { "full": "SummonerBoost.png", "sprite": "spell0.png", "group": "spell", "x": 48, "y": 0, "w": 48, "h": 48 }, "resource": "No Cost" }, "SummonerDot": { "id": "SummonerDot", "name": "Ignite", "description": "Ignites target enemy champion, dealing 70-410 true damage (depending on champion level) over 5 seconds, grants you vision of the target, and reduces healing effects on them for the duration.", "tooltip": "Ignite deals <span class=\"colorFEFCFF\">{{ tooltiptruedamagecalculation }}</span> true damage to target enemy champion over 5 seconds, grants you vision of the target and applies {{ grievousamount*100 }}% Grievous Wounds for the duration.<br /><br /><rules>(Grievous Wounds reduces healing and regeneration by a percentage equal to the highest value applied. This vision does not reveal stealthed enemies.)</rules>", "maxrank": 1, "cooldown": [180], "cooldownBurn": "180", "cost": [0], "costBurn": "0", "datavalues": {}, "effect": [null, [5], [10], [4], [100], [0], [0], [0], [0], [0], [0]], "effectBurn": [null, "5", "10", "4", "100", "0", "0", "0", "0", "0", "0"], "vars": [], "key": "14", "summonerLevel": 9, "modes": ["NEXUSBLITZ", "URF", "PRACTICETOOL", "TUTORIAL", "CLASSIC", "ARAM", "DOOMBOTSTEEMO", "ULTBOOK", "ONEFORALL", "ARSR", "ASSASSINATE", "FIRSTBLOOD"], "costType": "No Cost", "maxammo": "-1", "range": [600], "rangeBurn": "600", "image": { "full": "SummonerDot.png", "sprite": "spell0.png", "group": "spell", "x": 96, "y": 0, "w": 48, "h": 48 }, "resource": "No Cost" }, "SummonerExhaust": { "id": "SummonerExhaust", "name": "Exhaust", "description": "Exhausts target enemy champion, reducing their Move Speed by 30%, and their damage dealt by 35% for 3 seconds.", "tooltip": "Exhausts target enemy champion, reducing their Move Speed by {{ e5 }}%, and their damage dealt by {{ damagereductiontooltip }}% for 3 seconds.", "maxrank": 1, "cooldown": [210], "cooldownBurn": "210", "cost": [0], "costBurn": "0", "datavalues": {}, "effect": [null, [3], [35], [0], [0], [30], [0], [0], [0], [0], [0]], "effectBurn": [null, "3", "35", "0", "0", "30", "0", "0", "0", "0", "0"], "vars": [], "key": "3", "summonerLevel": 4, "modes": ["NEXUSBLITZ", "URF", "PRACTICETOOL", "TUTORIAL", "CLASSIC", "ARAM", "DOOMBOTSTEEMO", "ULTBOOK", "ONEFORALL", "ARSR"], "costType": "No Cost", "maxammo": "-1", "range": [650], "rangeBurn": "650", "image": { "full": "SummonerExhaust.png", "sprite": "spell0.png", "group": "spell", "x": 144, "y": 0, "w": 48, "h": 48 }, "resource": "No Cost" }, "SummonerFlash": { "id": "SummonerFlash", "name": "Flash", "description": "Teleports your champion a short distance toward your cursor's location.", "tooltip": "Teleports your champion a short distance toward your cursor's location.", "maxrank": 1, "cooldown": [300], "cooldownBurn": "300", "cost": [0], "costBurn": "0", "datavalues": {}, "effect": [null, [400], [0], [0], [0], [0], [0], [0], [0], [0], [0]], "effectBurn": [null, "400", "0", "0", "0", "0", "0", "0", "0", "0", "0"], "vars": [], "key": "4", "summonerLevel": 7, "modes": ["NEXUSBLITZ", "URF", "PRACTICETOOL", "SNOWURF", "TUTORIAL", "CLASSIC", "ARAM", "DOOMBOTSTEEMO", "ULTBOOK", "ONEFORALL", "ARSR", "ASSASSINATE", "FIRSTBLOOD", "PROJECT", "STARGUARDIAN"], "costType": "No Cost", "maxammo": "-1", "range": [425], "rangeBurn": "425", "image": { "full": "SummonerFlash.png", "sprite": "spell0.png", "group": "spell", "x": 192, "y": 0, "w": 48, "h": 48 }, "resource": "No Cost" }, "SummonerHaste": { "id": "SummonerHaste", "name": "Ghost", "description": "For 10 seconds, your champion can move through units and gains 24 - 48% Move Speed (depending on champion level). Ghost extends its duration on takedown.", "tooltip": "For {{ duration }} seconds, your champion can move through units and gains {{ movespeedmod }} Move Speed.<br /><br />Ghost extends its duration by {{ takedownextension }} seconds on takedown.", "maxrank": 1, "cooldown": [210], "cooldownBurn": "210", "cost": [0], "costBurn": "0", "datavalues": {}, "effect": [null, [0], [0], [0], [0], [0], [0], [0], [0], [0], [0]], "effectBurn": [null, "0", "0", "0", "0", "0", "0", "0", "0", "0", "0"], "vars": [], "key": "6", "summonerLevel": 1, "modes": ["NEXUSBLITZ", "TUTORIAL_MODULE_2", "URF", "PRACTICETOOL", "TUTORIAL", "CLASSIC", "ARAM", "DOOMBOTSTEEMO", "ULTBOOK", "TUTORIAL_MODULE_1", "ONEFORALL", "ARSR", "ASSASSINATE", "FIRSTBLOOD", "PROJECT", "STARGUARDIAN"], "costType": "No Cost", "maxammo": "-1", "range": [200], "rangeBurn": "200", "image": { "full": "SummonerHaste.png", "sprite": "spell0.png", "group": "spell", "x": 240, "y": 0, "w": 48, "h": 48 }, "resource": "No Cost" }, "SummonerHeal": { "id": "SummonerHeal", "name": "Heal", "description": "Restores 80-318 Health (depending on champion level) and grants 30% Move Speed for 1 second to you and target allied champion. This healing is halved for units recently affected by Summoner Heal.", "tooltip": "Restores {{ tooltiphealamount }} Health and grants 30% Move Speed for 1 second to your champion and target allied champion. This healing is halved for units recently affected by Summoner Heal.<br /><br /><span class=\"colorFFFF00\">If this spell cannot find a target, it will cast on the most wounded allied champion in range.</span>", "maxrank": 1, "cooldown": [240], "cooldownBurn": "240", "cost": [0], "costBurn": "0", "datavalues": {}, "effect": [null, [0.3], [66], [14], [0.5], [826], [0.5], [0], [0], [0], [0]], "effectBurn": [null, "0.3", "66", "14", "0.5", "826", "0.5", "0", "0", "0", "0"], "vars": [], "key": "7", "summonerLevel": 1, "modes": ["NEXUSBLITZ", "TUTORIAL_MODULE_2", "URF", "PRACTICETOOL", "TUTORIAL", "CLASSIC", "ARAM", "DOOMBOTSTEEMO", "ULTBOOK", "TUTORIAL_MODULE_1", "ONEFORALL", "ARSR", "ASSASSINATE", "PROJECT", "STARGUARDIAN"], "costType": "No Cost", "maxammo": "-1", "range": [850], "rangeBurn": "850", "image": { "full": "SummonerHeal.png", "sprite": "spell0.png", "group": "spell", "x": 288, "y": 0, "w": 48, "h": 48 }, "resource": "No Cost" }, "SummonerMana": { "id": "SummonerMana", "name": "Clarity", "description": "Restores 50% of your champion's maximum Mana. Also restores allies for 25% of their maximum Mana.", "tooltip": "Restores {{ e1 }}% maximum Mana to your Champion and {{ e2 }}% to nearby allies.", "maxrank": 1, "cooldown": [240], "cooldownBurn": "240", "cost": [0], "costBurn": "0", "datavalues": {}, "effect": [null, [50], [25], [0], [0], [0], [0], [0], [0], [0], [0]], "effectBurn": [null, "50", "25", "0", "0", "0", "0", "0", "0", "0", "0"], "vars": [], "key": "13", "summonerLevel": 6, "modes": ["ARAM", "FIRSTBLOOD"], "costType": "No Cost", "maxammo": "-1", "range": [600], "rangeBurn": "600", "image": { "full": "SummonerMana.png", "sprite": "spell0.png", "group": "spell", "x": 336, "y": 0, "w": 48, "h": 48 }, "resource": "No Cost" }, "SummonerPoroRecall": { "id": "SummonerPoroRecall", "name": "To the King!", "description": "Quickly travel to the Poro King's side.", "tooltip": "<span class=\"colorFFE076\">Passive:</span> Hitting an enemy champion with a Poro gives your team a Poro Mark. Upon reaching 10 Poro Marks, your team summons the Poro King to fight alongside them. While the Poro King is active, no Poro Marks can be scored by either team.<br /><br /><span class=\"colorFFE076\">Active:</span> Quickly dash to King Poro's side. Can only be cast while the Poro King is summoned for your team. <br /><br /><i><span class=\"colorFDD017\">''Poros tug the heartstrings. The rest of you just comes along for the ride.''</span></i></mainText>", "maxrank": 1, "cooldown": [10], "cooldownBurn": "10", "cost": [0], "costBurn": "0", "datavalues": {}, "effect": [null, [3000], [0], [0], [0], [0], [0], [0], [0], [0], [0]], "effectBurn": [null, "3000", "0", "0", "0", "0", "0", "0", "0", "0", "0"], "vars": [], "key": "30", "summonerLevel": 1, "modes": ["KINGPORO"], "costType": "No Cost", "maxammo": "-1", "range": [200], "rangeBurn": "200", "image": { "full": "SummonerPoroRecall.png", "sprite": "spell0.png", "group": "spell", "x": 384, "y": 0, "w": 48, "h": 48 }, "resource": "No Cost" }, "SummonerPoroThrow": { "id": "SummonerPoroThrow", "name": "Poro Toss", "description": "Toss a Poro at your enemies. If it hits, you can quickly travel to your target as a follow up.", "tooltip": "Toss a Poro a long distance, dealing {{ f2 }} true damage to the first enemy unit hit, granting <span class=\"coloree91d7\">True Sight</span> of the target.<br /><br />This ability can be recast for 3 seconds if it hits an enemy to dash to the target hit, dealing {{ f2 }} more true damage and reducing the cooldown of the next Poro Toss by {{ e4 }} seconds.<br /><br />Poros are not blocked by spell shields or wind walls because they are animals, not spells!<br /><br /><i><span class=\"colorFDD017\">''Poros are a model for Runeterran aerodynamics.''</span></i></mainText>", "maxrank": 1, "cooldown": [20], "cooldownBurn": "20", "cost": [0], "costBurn": "0", "datavalues": {}, "effect": [null, [20], [10], [3], [5], [0], [0], [0], [0], [0], [0]], "effectBurn": [null, "20", "10", "3", "5", "0", "0", "0", "0", "0", "0"], "vars": [], "key": "31", "summonerLevel": 1, "modes": ["KINGPORO"], "costType": "No Cost", "maxammo": "-1", "range": [2500], "rangeBurn": "2500", "image": { "full": "SummonerPoroThrow.png", "sprite": "spell0.png", "group": "spell", "x": 432, "y": 0, "w": 48, "h": 48 }, "resource": "No Cost" }, "SummonerSmite": { "id": "SummonerSmite", "name": "Smite", "description": "Deals 600-1200 true damage to target monster or minion.", "tooltip": "Deals <span class=\"colorFEFCFF\">{{ f1 }}</span> true damage to target monster or minion.<br />", "maxrank": 1, "cooldown": [15], "cooldownBurn": "15", "cost": [0], "costBurn": "0", "datavalues": {}, "effect": [null, [15], [0], [0], [0], [0], [0], [0], [0], [0], [0]], "effectBurn": [null, "15", "0", "0", "0", "0", "0", "0", "0", "0", "0"], "vars": [], "key": "11", "summonerLevel": 9, "modes": ["URF", "CLASSIC", "ARSR", "ONEFORALL", "PRACTICETOOL", "NEXUSBLITZ", "TUTORIAL", "DOOMBOTSTEEMO"], "costType": "No Cost", "maxammo": "2", "range": [500], "rangeBurn": "500", "image": { "full": "SummonerSmite.png", "sprite": "spell0.png", "group": "spell", "x": 0, "y": 48, "w": 48, "h": 48 }, "resource": "No Cost" }, "SummonerSnowURFSnowball_Mark": { "id": "SummonerSnowURFSnowball_Mark", "name": "Mark", "description": "Throw a snowball in a straight line at your enemies. If it hits an enemy, they become marked, granting True Sight, and your champion can quickly travel to the marked target as a follow up.", "tooltip": "Throw a snowball a long distance, dealing {{ tooltipdamagetotal }} true damage to the first enemy unit hit and granting <span class=\"coloree91d7\">True Sight</span> of the target. If it hits an enemy, this ability can be recast for {{ e3 }} seconds to Dash to the tagged unit, dealing an additional {{ tooltipdamagetotal }} true damage. Dashing to the target will reduce the cooldown of Mark by {{ e4 }}%.<br /><br /><span class=\"colorFFFF00\">Mark projectiles are not stopped by spell shields or projectile mitigation.</span>", "maxrank": 1, "cooldown": [80], "cooldownBurn": "80", "cost": [0], "costBurn": "0", "datavalues": {}, "effect": [null, [10], [5], [3], [25], [0], [0], [0], [0], [0], [0]], "effectBurn": [null, "10", "5", "3", "25", "0", "0", "0", "0", "0", "0"], "vars": [], "key": "39", "summonerLevel": 6, "modes": ["SNOWURF"], "costType": "No Cost", "maxammo": "-1", "range": [8000], "rangeBurn": "8000", "image": { "full": "SummonerSnowURFSnowball_Mark.png", "sprite": "spell0.png", "group": "spell", "x": 48, "y": 48, "w": 48, "h": 48 }, "resource": "No Cost" }, "SummonerSnowball": { "id": "SummonerSnowball", "name": "Mark", "description": "Throw a snowball in a straight line at your enemies. If it hits an enemy, they become marked, granting True Sight, and your champion can quickly travel to the marked target as a follow up.", "tooltip": "Throw a snowball a long distance, dealing {{ tooltipdamagetotal }} true damage to the first enemy unit hit and granting <span class=\"coloree91d7\">True Sight</span> of the target. If it hits an enemy, this ability can be recast for {{ e3 }} seconds to Dash to the tagged unit, dealing an additional {{ tooltipdamagetotal }} true damage. Dashing to the target will reduce the cooldown of Mark by {{ e4 }}%.<br /><br /><span class=\"colorFFFF00\">Mark projectiles are not stopped by spell shields or projectile mitigation.</span>", "maxrank": 1, "cooldown": [80], "cooldownBurn": "80", "cost": [0], "costBurn": "0", "datavalues": {}, "effect": [null, [10], [5], [3], [25], [0], [0], [0], [0], [0], [0]], "effectBurn": [null, "10", "5", "3", "25", "0", "0", "0", "0", "0", "0"], "vars": [], "key": "32", "summonerLevel": 6, "modes": ["ARAM", "FIRSTBLOOD"], "costType": "No Cost", "maxammo": "-1", "range": [1600], "rangeBurn": "1600", "image": { "full": "SummonerSnowball.png", "sprite": "spell0.png", "group": "spell", "x": 96, "y": 48, "w": 48, "h": 48 }, "resource": "No Cost" }, "SummonerTeleport": { "id": "SummonerTeleport", "name": "Teleport", "description": "After channeling for 4 seconds, teleports your champion to target allied structure. Upgrades to Unleashed Teleport at 14 minutes, which teleports your champion to target allied structure, minion, or ward.", "tooltip": "After channeling for {{ channelduration }} seconds, your champion teleports to target allied structure.<br /><br />Upgrades to Unleashed Teleport when Turret Plates fall at 14 minutes. Unleashed Teleport has a {{ upgradedcooldown }}s cooldown, can be used on allied structures, minions, or wards, and grants a {{ msamount*100 }}% Move Speed boost for {{ msduration }} seconds.", "maxrank": 1, "cooldown": [360], "cooldownBurn": "360", "cost": [0], "costBurn": "0", "datavalues": {}, "effect": [null, [0], [0], [0], [0], [0], [0], [0], [0], [0], [0]], "effectBurn": [null, "0", "0", "0", "0", "0", "0", "0", "0", "0", "0"], "vars": [], "key": "12", "summonerLevel": 7, "modes": ["ONEFORALL", "PRACTICETOOL", "CLASSIC", "TUTORIAL", "ULTBOOK", "ARSR", "ASSASSINATE", "DOOMBOTSTEEMO"], "costType": "No Cost", "maxammo": "-1", "range": [25000], "rangeBurn": "25000", "image": { "full": "SummonerTeleport.png", "sprite": "spell0.png", "group": "spell", "x": 144, "y": 48, "w": 48, "h": 48 }, "resource": "No Cost" }, "Summoner_UltBookPlaceholder": { "id": "Summoner_UltBookPlaceholder", "name": "Placeholder", "description": "This slot will be replaced by another champion's ultimate selected at the start of the game. There will be 30 seconds to select an ultimate. Be prepared!", "tooltip": "Will be replaced by your Ultimate Summoner Spell selection.{{ spellmodifierdescriptionappend }}", "maxrank": 1, "cooldown": [0], "cooldownBurn": "0", "cost": [0], "costBurn": "0", "datavalues": {}, "effect": [null, [0], [0], [0], [0], [0], [0], [0], [0], [0], [0]], "effectBurn": [null, "0", "0", "0", "0", "0", "0", "0", "0", "0", "0"], "vars": [], "key": "54", "summonerLevel": 1, "modes": ["ULTBOOK"], "costType": "&nbsp;", "maxammo": "-1", "range": [400], "rangeBurn": "400", "image": { "full": "Summoner_UltBookPlaceholder.png", "sprite": "spell0.png", "group": "spell", "x": 192, "y": 48, "w": 48, "h": 48 }, "resource": "&nbsp;" }, "Summoner_UltBookSmitePlaceholder": { "id": "Summoner_UltBookSmitePlaceholder", "name": "Placeholder and Attack-Smite", "description": "This slot will be replaced by another champion's ultimate and you will gain Attack-Smite. There will be 30 seconds to select an ultimate. Be prepared!", "tooltip": "Will be replaced by your Ultimate Summoner Spell.<br /><br />Gain Attack-Smite. Attack-Smite will execute allied Buff Monsters, Epic Monsters, and Scuttle Crabs when you attack them.<br /><br /><attention>Attack-Smite does not have a cooldown.</attention>{{ spellmodifierdescriptionappend }}", "maxrank": 1, "cooldown": [0], "cooldownBurn": "0", "cost": [0], "costBurn": "0", "datavalues": {}, "effect": [null, [0], [0], [0], [0], [0], [0], [0], [0], [0], [0]], "effectBurn": [null, "0", "0", "0", "0", "0", "0", "0", "0", "0", "0"], "vars": [], "key": "55", "summonerLevel": 1, "modes": ["ULTBOOK"], "costType": "&nbsp;", "maxammo": "-1", "range": [400], "rangeBurn": "400", "image": { "full": "Summoner_UltBookSmitePlaceholder.png", "sprite": "spell0.png", "group": "spell", "x": 240, "y": 48, "w": 48, "h": 48 }, "resource": "&nbsp;" } } };
package/assets/index.d.ts CHANGED
@@ -1,9 +1,9 @@
1
- export { BootsItemNames } from './Constants/BootsItemNames';
2
- export { Champion } from './Constants/Champion';
3
- export { Item } from './Constants/Item';
4
- export { LegendaryItemNames } from './Constants/LegendaryItemNames';
5
- export { MythicItemNames } from './Constants/MythicItemNames';
6
- export { RunesReforged } from './Constants/RunesReforged';
7
- export { StatRunes } from './Constants/StatRunes';
8
- export { StatRunesByRow } from './Constants/StatRunesByRow';
9
- export { Summoner } from './Constants/Summoner';
1
+ export * from './constants/BootsItemNames';
2
+ export * from './constants/Champion';
3
+ export * from './constants/Item';
4
+ export * from './constants/LegendaryItemNames';
5
+ export * from './constants/MythicItemNames';
6
+ export * from './constants/RunesReforged';
7
+ export * from './constants/StatRunes';
8
+ export * from './constants/StatRunesByRow';
9
+ export * from './constants/Summoner';
package/assets/index.js CHANGED
@@ -1,24 +1,28 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.Summoner = exports.StatRunesByRow = exports.StatRunes = exports.RunesReforged = exports.MythicItemNames = exports.LegendaryItemNames = exports.Item = exports.Champion = exports.BootsItemNames = void 0;
4
- // # Constants
5
- var BootsItemNames_1 = require("./Constants/BootsItemNames");
6
- Object.defineProperty(exports, "BootsItemNames", { enumerable: true, get: function () { return BootsItemNames_1.BootsItemNames; } });
7
- var Champion_1 = require("./Constants/Champion");
8
- Object.defineProperty(exports, "Champion", { enumerable: true, get: function () { return Champion_1.Champion; } });
9
- var Item_1 = require("./Constants/Item");
10
- Object.defineProperty(exports, "Item", { enumerable: true, get: function () { return Item_1.Item; } });
11
- var LegendaryItemNames_1 = require("./Constants/LegendaryItemNames");
12
- Object.defineProperty(exports, "LegendaryItemNames", { enumerable: true, get: function () { return LegendaryItemNames_1.LegendaryItemNames; } });
13
- var MythicItemNames_1 = require("./Constants/MythicItemNames");
14
- Object.defineProperty(exports, "MythicItemNames", { enumerable: true, get: function () { return MythicItemNames_1.MythicItemNames; } });
15
- var RunesReforged_1 = require("./Constants/RunesReforged");
16
- Object.defineProperty(exports, "RunesReforged", { enumerable: true, get: function () { return RunesReforged_1.RunesReforged; } });
17
- var StatRunes_1 = require("./Constants/StatRunes");
18
- Object.defineProperty(exports, "StatRunes", { enumerable: true, get: function () { return StatRunes_1.StatRunes; } });
19
- var StatRunesByRow_1 = require("./Constants/StatRunesByRow");
20
- Object.defineProperty(exports, "StatRunesByRow", { enumerable: true, get: function () { return StatRunesByRow_1.StatRunesByRow; } });
21
- var Summoner_1 = require("./Constants/Summoner");
22
- Object.defineProperty(exports, "Summoner", { enumerable: true, get: function () { return Summoner_1.Summoner; } });
23
- // # scripts
24
- //
1
+ "use strict";
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ var desc = Object.getOwnPropertyDescriptor(m, k);
5
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
+ desc = { enumerable: true, get: function() { return m[k]; } };
7
+ }
8
+ Object.defineProperty(o, k2, desc);
9
+ }) : (function(o, m, k, k2) {
10
+ if (k2 === undefined) k2 = k;
11
+ o[k2] = m[k];
12
+ }));
13
+ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
+ for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
+ };
16
+ Object.defineProperty(exports, "__esModule", { value: true });
17
+ // # constants
18
+ __exportStar(require("./constants/BootsItemNames"), exports);
19
+ __exportStar(require("./constants/Champion"), exports);
20
+ __exportStar(require("./constants/Item"), exports);
21
+ __exportStar(require("./constants/LegendaryItemNames"), exports);
22
+ __exportStar(require("./constants/MythicItemNames"), exports);
23
+ __exportStar(require("./constants/RunesReforged"), exports);
24
+ __exportStar(require("./constants/StatRunes"), exports);
25
+ __exportStar(require("./constants/StatRunesByRow"), exports);
26
+ __exportStar(require("./constants/Summoner"), exports);
27
+ // # scripts
28
+ // —
@@ -1,17 +1,17 @@
1
- import './generate-categorized-item-keys';
2
- import './generate-categorized-item-names';
3
- import './generate-champion-ids-by-name';
4
- import './generate-champion-ids';
5
- import './generate-champion-keys';
6
- import './generate-champion-names';
7
- import './generate-item-keys';
8
- import './generate-item-names';
9
- import './generate-rune-picking-relationships';
10
- import './generate-rune-sets-by-rune-names';
11
- import './generate-rune-sets';
12
- import './generate-spell-ids-by-name';
13
- import './generate-spell-ids';
14
- import './generate-spell-keys';
15
- import './generate-spell-names';
16
- import './generate-tree-rune-ids';
17
- import './generate-tree-rune-names';
1
+ import './generate-categorized-item-keys';
2
+ import './generate-categorized-item-names';
3
+ import './generate-champion-ids-by-name';
4
+ import './generate-champion-ids';
5
+ import './generate-champion-keys';
6
+ import './generate-champion-names';
7
+ import './generate-item-keys';
8
+ import './generate-item-names';
9
+ import './generate-rune-picking-relationships';
10
+ import './generate-rune-sets-by-rune-names';
11
+ import './generate-rune-sets';
12
+ import './generate-spell-ids-by-name';
13
+ import './generate-spell-ids';
14
+ import './generate-spell-keys';
15
+ import './generate-spell-names';
16
+ import './generate-tree-rune-ids';
17
+ import './generate-tree-rune-names';
@@ -1,19 +1,19 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- require("./generate-categorized-item-keys");
4
- require("./generate-categorized-item-names");
5
- require("./generate-champion-ids-by-name");
6
- require("./generate-champion-ids");
7
- require("./generate-champion-keys");
8
- require("./generate-champion-names");
9
- require("./generate-item-keys");
10
- require("./generate-item-names");
11
- require("./generate-rune-picking-relationships");
12
- require("./generate-rune-sets-by-rune-names");
13
- require("./generate-rune-sets");
14
- require("./generate-spell-ids-by-name");
15
- require("./generate-spell-ids");
16
- require("./generate-spell-keys");
17
- require("./generate-spell-names");
18
- require("./generate-tree-rune-ids");
19
- require("./generate-tree-rune-names");
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ require("./generate-categorized-item-keys");
4
+ require("./generate-categorized-item-names");
5
+ require("./generate-champion-ids-by-name");
6
+ require("./generate-champion-ids");
7
+ require("./generate-champion-keys");
8
+ require("./generate-champion-names");
9
+ require("./generate-item-keys");
10
+ require("./generate-item-names");
11
+ require("./generate-rune-picking-relationships");
12
+ require("./generate-rune-sets-by-rune-names");
13
+ require("./generate-rune-sets");
14
+ require("./generate-spell-ids-by-name");
15
+ require("./generate-spell-ids");
16
+ require("./generate-spell-keys");
17
+ require("./generate-spell-names");
18
+ require("./generate-tree-rune-ids");
19
+ require("./generate-tree-rune-names");
@@ -1 +1 @@
1
- export {};
1
+ export {};
@@ -1,57 +1,57 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- const BootsItemNames_1 = require("../Constants/BootsItemNames");
4
- const Item_1 = require("../Constants/Item");
5
- const LegendaryItemNames_1 = require("../Constants/LegendaryItemNames");
6
- const MythicItemNames_1 = require("../Constants/MythicItemNames");
7
- const writeToTmpFile_1 = require("./Helpers/writeToTmpFile");
8
- (async () => {
9
- const itemKeys = {
10
- mythic: {},
11
- legendary: {},
12
- boots: {},
13
- };
14
- // Add Mythic Items
15
- for (const mythicItemName of MythicItemNames_1.MythicItemNames) {
16
- let itemKey;
17
- for (itemKey in Item_1.Item.data) {
18
- const itemData = Item_1.Item.data[itemKey];
19
- if (itemData.name == mythicItemName) {
20
- itemKeys.mythic[itemData.name] = itemKey;
21
- }
22
- }
23
- }
24
- // Add Legendary Items
25
- for (const itemName of LegendaryItemNames_1.LegendaryItemNames) {
26
- let itemKey;
27
- for (itemKey in Item_1.Item.data) {
28
- const itemData = Item_1.Item.data[itemKey];
29
- if (itemData.name == itemName) {
30
- itemKeys.legendary[itemData.name] = itemKey;
31
- }
32
- }
33
- }
34
- // Add Boots
35
- for (const itemName of BootsItemNames_1.BootsItemNames) {
36
- let itemKey;
37
- for (itemKey in Item_1.Item.data) {
38
- const itemData = Item_1.Item.data[itemKey];
39
- if (itemData.name == itemName) {
40
- itemKeys.boots[itemData.name] = itemKey;
41
- }
42
- }
43
- }
44
- (0, writeToTmpFile_1.writeToTmpFile)('MythicItemKeys', {
45
- constName: 'MythicItemKeys',
46
- json: itemKeys.mythic,
47
- });
48
- (0, writeToTmpFile_1.writeToTmpFile)('LegendaryItemKeys', {
49
- constName: 'LegendaryItemKeys',
50
- json: itemKeys.legendary,
51
- });
52
- (0, writeToTmpFile_1.writeToTmpFile)('BootsItemKeys', {
53
- constName: 'BootsItemKeys',
54
- json: itemKeys.boots,
55
- });
56
- console.log(`\n--= Categorized Item Keys =--`, `\ngenerated:`, `\n Mythic Items: ${Object.values(itemKeys.mythic).length}`, `\n Legendary Items: ${Object.values(itemKeys.legendary).length}`, `\n Boots Items: ${Object.values(itemKeys.boots).length}`, `\n`);
57
- })();
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const BootsItemNames_1 = require("../constants/BootsItemNames");
4
+ const Item_1 = require("../constants/Item");
5
+ const LegendaryItemNames_1 = require("../constants/LegendaryItemNames");
6
+ const MythicItemNames_1 = require("../constants/MythicItemNames");
7
+ const writeToTmpFile_1 = require("./helpers/writeToTmpFile");
8
+ (async () => {
9
+ const itemKeys = {
10
+ mythic: {},
11
+ legendary: {},
12
+ boots: {},
13
+ };
14
+ // Add Mythic Items
15
+ for (const mythicItemName of MythicItemNames_1.MythicItemNames) {
16
+ let itemKey;
17
+ for (itemKey in Item_1.Item.data) {
18
+ const itemData = Item_1.Item.data[itemKey];
19
+ if (itemData.name == mythicItemName) {
20
+ itemKeys.mythic[itemData.name] = itemKey;
21
+ }
22
+ }
23
+ }
24
+ // Add Legendary Items
25
+ for (const itemName of LegendaryItemNames_1.LegendaryItemNames) {
26
+ let itemKey;
27
+ for (itemKey in Item_1.Item.data) {
28
+ const itemData = Item_1.Item.data[itemKey];
29
+ if (itemData.name == itemName) {
30
+ itemKeys.legendary[itemData.name] = itemKey;
31
+ }
32
+ }
33
+ }
34
+ // Add Boots
35
+ for (const itemName of BootsItemNames_1.BootsItemNames) {
36
+ let itemKey;
37
+ for (itemKey in Item_1.Item.data) {
38
+ const itemData = Item_1.Item.data[itemKey];
39
+ if (itemData.name == itemName) {
40
+ itemKeys.boots[itemData.name] = itemKey;
41
+ }
42
+ }
43
+ }
44
+ (0, writeToTmpFile_1.writeToTmpFile)('MythicItemKeys', {
45
+ constName: 'MythicItemKeys',
46
+ json: itemKeys.mythic,
47
+ });
48
+ (0, writeToTmpFile_1.writeToTmpFile)('LegendaryItemKeys', {
49
+ constName: 'LegendaryItemKeys',
50
+ json: itemKeys.legendary,
51
+ });
52
+ (0, writeToTmpFile_1.writeToTmpFile)('BootsItemKeys', {
53
+ constName: 'BootsItemKeys',
54
+ json: itemKeys.boots,
55
+ });
56
+ console.log(`\n--= Categorized Item Keys =--`, `\ngenerated:`, `\n Mythic Items: ${Object.values(itemKeys.mythic).length}`, `\n Legendary Items: ${Object.values(itemKeys.legendary).length}`, `\n Boots Items: ${Object.values(itemKeys.boots).length}`, `\n`);
57
+ })();
@@ -1 +1 @@
1
- export {};
1
+ export {};
@@ -1,57 +1,57 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- const BootsItemNames_1 = require("../Constants/BootsItemNames");
4
- const Item_1 = require("../Constants/Item");
5
- const LegendaryItemNames_1 = require("../Constants/LegendaryItemNames");
6
- const MythicItemNames_1 = require("../Constants/MythicItemNames");
7
- const writeToTmpFile_1 = require("./Helpers/writeToTmpFile");
8
- (async () => {
9
- const itemNames = {
10
- mythic: {},
11
- legendary: {},
12
- boots: {},
13
- };
14
- // Add Mythic Items
15
- for (const mythicItemName of MythicItemNames_1.MythicItemNames) {
16
- let itemKey;
17
- for (itemKey in Item_1.Item.data) {
18
- const itemData = Item_1.Item.data[itemKey];
19
- if (itemData.name == mythicItemName) {
20
- itemNames.mythic[itemKey] = itemData.name;
21
- }
22
- }
23
- }
24
- // Add Legendary Items
25
- for (const itemName of LegendaryItemNames_1.LegendaryItemNames) {
26
- let itemKey;
27
- for (itemKey in Item_1.Item.data) {
28
- const itemData = Item_1.Item.data[itemKey];
29
- if (itemData.name == itemName) {
30
- itemNames.legendary[itemKey] = itemData.name;
31
- }
32
- }
33
- }
34
- // Add Boots
35
- for (const itemName of BootsItemNames_1.BootsItemNames) {
36
- let itemKey;
37
- for (itemKey in Item_1.Item.data) {
38
- const itemData = Item_1.Item.data[itemKey];
39
- if (itemData.name == itemName) {
40
- itemNames.boots[itemKey] = itemData.name;
41
- }
42
- }
43
- }
44
- (0, writeToTmpFile_1.writeToTmpFile)('MythicItemNames', {
45
- constName: 'MythicItemNames',
46
- json: itemNames.mythic,
47
- });
48
- (0, writeToTmpFile_1.writeToTmpFile)('LegendaryItemNames', {
49
- constName: 'LegendaryItemNames',
50
- json: itemNames.legendary,
51
- });
52
- (0, writeToTmpFile_1.writeToTmpFile)('BootsItemNames', {
53
- constName: 'BootsItemNames',
54
- json: itemNames.boots,
55
- });
56
- console.log(`\n--= Categorized Item Names =--`, `\ngenerated:`, `\n Mythic Items: ${Object.values(itemNames.mythic).length}`, `\n Legendary Items: ${Object.values(itemNames.legendary).length}`, `\n Boots Items: ${Object.values(itemNames.boots).length}`, `\n`);
57
- })();
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const BootsItemNames_1 = require("../constants/BootsItemNames");
4
+ const Item_1 = require("../constants/Item");
5
+ const LegendaryItemNames_1 = require("../constants/LegendaryItemNames");
6
+ const MythicItemNames_1 = require("../constants/MythicItemNames");
7
+ const writeToTmpFile_1 = require("./helpers/writeToTmpFile");
8
+ (async () => {
9
+ const itemNames = {
10
+ mythic: {},
11
+ legendary: {},
12
+ boots: {},
13
+ };
14
+ // Add Mythic Items
15
+ for (const mythicItemName of MythicItemNames_1.MythicItemNames) {
16
+ let itemKey;
17
+ for (itemKey in Item_1.Item.data) {
18
+ const itemData = Item_1.Item.data[itemKey];
19
+ if (itemData.name == mythicItemName) {
20
+ itemNames.mythic[itemKey] = itemData.name;
21
+ }
22
+ }
23
+ }
24
+ // Add Legendary Items
25
+ for (const itemName of LegendaryItemNames_1.LegendaryItemNames) {
26
+ let itemKey;
27
+ for (itemKey in Item_1.Item.data) {
28
+ const itemData = Item_1.Item.data[itemKey];
29
+ if (itemData.name == itemName) {
30
+ itemNames.legendary[itemKey] = itemData.name;
31
+ }
32
+ }
33
+ }
34
+ // Add Boots
35
+ for (const itemName of BootsItemNames_1.BootsItemNames) {
36
+ let itemKey;
37
+ for (itemKey in Item_1.Item.data) {
38
+ const itemData = Item_1.Item.data[itemKey];
39
+ if (itemData.name == itemName) {
40
+ itemNames.boots[itemKey] = itemData.name;
41
+ }
42
+ }
43
+ }
44
+ (0, writeToTmpFile_1.writeToTmpFile)('MythicItemNames', {
45
+ constName: 'MythicItemNames',
46
+ json: itemNames.mythic,
47
+ });
48
+ (0, writeToTmpFile_1.writeToTmpFile)('LegendaryItemNames', {
49
+ constName: 'LegendaryItemNames',
50
+ json: itemNames.legendary,
51
+ });
52
+ (0, writeToTmpFile_1.writeToTmpFile)('BootsItemNames', {
53
+ constName: 'BootsItemNames',
54
+ json: itemNames.boots,
55
+ });
56
+ console.log(`\n--= Categorized Item Names =--`, `\ngenerated:`, `\n Mythic Items: ${Object.values(itemNames.mythic).length}`, `\n Legendary Items: ${Object.values(itemNames.legendary).length}`, `\n Boots Items: ${Object.values(itemNames.boots).length}`, `\n`);
57
+ })();
@@ -1 +1 @@
1
- export {};
1
+ export {};
@@ -1,17 +1,17 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- const fs_1 = require("fs");
4
- const Champion_1 = require("../Constants/Champion");
5
- const getExportStatement_1 = require("./Helpers/getExportStatement");
6
- (async () => {
7
- const championIds = {};
8
- // Extract all Champion IDs
9
- let championId;
10
- for (championId in Champion_1.Champion.data) {
11
- const championData = Champion_1.Champion.data[championId];
12
- championIds[championData.name] = championId;
13
- }
14
- // Write to tmp file
15
- const constName = 'ChampionIdsByName';
16
- (0, fs_1.writeFileSync)(`tmp/${constName}.ts`, (0, getExportStatement_1.getExportStatement)(constName, championIds));
17
- })();
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const fs_1 = require("fs");
4
+ const Champion_1 = require("../constants/Champion");
5
+ const getExportStatement_1 = require("./helpers/getExportStatement");
6
+ (async () => {
7
+ const championIds = {};
8
+ // Extract all Champion IDs
9
+ let championId;
10
+ for (championId in Champion_1.Champion.data) {
11
+ const championData = Champion_1.Champion.data[championId];
12
+ championIds[championData.name] = championId;
13
+ }
14
+ // Write to tmp file
15
+ const constName = 'ChampionIdsByName';
16
+ (0, fs_1.writeFileSync)(`tmp/${constName}.ts`, (0, getExportStatement_1.getExportStatement)(constName, championIds));
17
+ })();
@@ -1 +1 @@
1
- export {};
1
+ export {};
@@ -1,17 +1,17 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- const fs_1 = require("fs");
4
- const Champion_1 = require("../Constants/Champion");
5
- const getExportStatement_1 = require("./Helpers/getExportStatement");
6
- (async () => {
7
- const championIds = {};
8
- // Extract all Champion IDs
9
- let championId;
10
- for (championId in Champion_1.Champion.data) {
11
- const championData = Champion_1.Champion.data[championId];
12
- championIds[championData.key] = championId;
13
- }
14
- // Write to tmp file
15
- const constName = 'ChampionIds';
16
- (0, fs_1.writeFileSync)(`tmp/${constName}.ts`, (0, getExportStatement_1.getExportStatement)(constName, championIds));
17
- })();
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const fs_1 = require("fs");
4
+ const Champion_1 = require("../constants/Champion");
5
+ const getExportStatement_1 = require("./helpers/getExportStatement");
6
+ (async () => {
7
+ const championIds = {};
8
+ // Extract all Champion IDs
9
+ let championId;
10
+ for (championId in Champion_1.Champion.data) {
11
+ const championData = Champion_1.Champion.data[championId];
12
+ championIds[championData.key] = championId;
13
+ }
14
+ // Write to tmp file
15
+ const constName = 'ChampionIds';
16
+ (0, fs_1.writeFileSync)(`tmp/${constName}.ts`, (0, getExportStatement_1.getExportStatement)(constName, championIds));
17
+ })();
@@ -1 +1 @@
1
- export {};
1
+ export {};