WARFRAME Wiki
Advertisement
WARFRAME Wiki

Database for all Mods in WARFRAME (with the exception of unveiled Riven Mods). Preferably put new mods in the correct alphabetical order, but it is not necessary.

Last updated: Mon, 08 Mar 2021 16:09:22 +0000 (UTC) by User:Flaicher

Mod Entry Schema

	["Mod Name"] = {
		BaseDrain = 0,
		Conclave = false,
		Description = "Description on mod card at max rank",
		Icon = "ModName.png",
		Image = "ModNameMod.png",
		InternalName = "",
		Incompatible = { "Primed Mod Name", "Flawed Mod Name" },
		Introduced = "29",
		IsExilus = false,
		IsFlawed = false,
		Link = "Page Name",
		MaxRank = 5,
		Name = "Mod Name",
		Polarity = "Madurai",
		Rarity = "Rare",
		Tradable = true,
		Transmutable = false,
		Type = "Primary",
	},
Key/Column Name Arsenal EN L10n Public Export Equivalent Internal Equivalent Data Type Required? Explanation/Description Example(s)
_IgnoreEntry N/A N/A N/A Boolean For wiki internal use, denotes entries to ignore for purposes of usage on the wiki (e.g. total mod count) and data validation true
BaseDrain N/A baseDrain BaseDrain Number (integer) ✔️ (except Exalted melee stances) Base mod capacity drain at Rank 0 2
Class N/A N/A IsImmortal, IsGalvanized String For mods with a special material on their mod card, the class name that describes these types of mods (different from rarity) "Galvanized" or "Requiem"
CodexSecret N/A codexSecret CodexSecret Boolean ✔️ Whether or not the mod has an entry in the Codex before the player acquires it; defaults to false false
CompatibilityTags N/A N/A CompatibilityTags Table (array of strings) Tags that denote item compatibility. In other words, an item with one these tags can/cannot have this particular mod installed. { "POWER_WEAPON" }
Conclave N/A N/A AvailableOnPvp Boolean Whether or not the mod can be used in Conclave false
Description N/A levelStats or/and description (some mods like auras have their in-game descriptions split between levelStats and description) LocTag String ✔️ Description of mod at max rank "+165% Damage"
Icon N/A textureLocation Icon String ✔️ Image file name of the mod image as uploaded to the wiki. Preferably using the "ModName.png" naming convention. "BattleStations.png"
Image N/A N/A N/A String ✔️ Image file name of the full mod card (with text) as uploaded to the wiki. Preferably using the "ModNameMod.png" naming convention. "BattleStationsMod.png"
Incompatible N/A N/A N/A Table Table containing the mods that cannot be equipped with at the same time { "Primed Flow", "Flawed Flow" }
IncompatibilityTags N/A N/A IncompatibilityTags Table (array of strings) Tags that denote item incompatibility. In other words, items with these tags cannot have this particular mod installed. { "POWER_WEAPON" }
InternalName N/A uniqueName TypeName String ✔️ The full unique name of a mod formatted as a file path "/Lotus/Upgrades/Mods/Rifle/WeaponDamageAmountMod"
Introduced N/A N/A N/A String ✔️ The game version in which the mod was first introduced in the global build of WARFRAME "30.5" or "Specters of the Rail"
IsAbilityAugment N/A N/A IsAbilityAugment Boolean Whether or not the mod is classified as Warframe Augment Mods or augment mods for abilities (including Archwing) true
IsDefaultUpgrade N/A N/A N/A Boolean Whether or not the mod is a hidden innate upgrade to some weapons (e.g. Komorex Komorex's innate ammo mutation) true
IsExilus N/A isUtility IsUtility Boolean Whether or not the mod can be installed to the Exilus slot true
IsFlawed N/A N/A IsStarter Boolean Whether or not the mod is a Flawed mod true
IsWeaponAugment N/A N/A N/A Boolean Whether or not the mod is classified as Weapon Augments or augment mods for weapons. Note that there are exceptions like Mod TT 20px Harkonar Scope and Mod TT 20px Medi-Ray which are classified as augments b/c they drop from Kela De Thaym true
Link N/A N/A N/A String ✔️ Page/article link to the mod on the wiki "Scorch (Mod)"
MaxRank N/A fusionLimit FusionLimit Number (integer) ✔️ Maximum rank that mod can be upgraded to using Endo 10
Name N/A name LocalizeTag String ✔️ Name of mod "Scorch"
NotUpgradable N/A N/A N/A Boolean Denotes whether or not a mod can be upgraded by the player using Endo true
NumUpgradesInSet N/A numUpgradesInSet N/A Number (integer) For set bonuses, the total number of mods that are part of this set 4
Polarity N/A polarity ArtifactPolarity String ✔️ Full name of the mod's polarity "Naramon" or "Universal"
Rarity N/A rarity Rarity String ✔️ Rarity of the mod; this also determines their Endo cost to upgrade. Not required for Endo entry. "Legendary"
Set N/A modSet ModSet String For Set Mods, the name of the set that the mod belongs to "Vigilante"
Tradable N/A N/A TradeCapability Boolean ✔️ Whether or not the mod can be traded with other players true
Transmutable N/A N/A IncludeInBoosterPack Boolean ✔️ Whether or not the mod can be obtained from Transmutation true
Type N/A compatName or type ItemCompatibility and ItemCompatibilityLocTag String ✔️ The class of items that the mod can be equipped on as seen on the mod card; there may be additional information for exceptions "Rifle", "Trinity", or "Bow (non-AoE bows and crossbows)"
UpgradeTypes N/A N/A UpgradeType String Upgrade tags associated with the mod for categorization and to reflect the specific internal bonus it adds (sometimes localized description does not explain full functionality). Mods whose functionality are derived from Lua scripts (i.e. complex/unorthodox behavior) will not have this key set. This key is solely for mods that provide simple stat bonuses. GAMEPLAY_FACTION_DAMAGE

Mod Images

Mod images without border styling, image filter, and description text can be sourced from Public Export. However, full mod images are NOT provided by Digital Extremes since they are generated within the engine (presumably they are modularly built to support different localizations and styling).[1][2] There are two ways to source full mod images:

  • Cropping high quality screenshot of mod from a Chat link or Trading preview
  • Ripping from the game

Programmatically Creating Mod Cards

It is possible to programmatically build mod cards using individual image assets sourced from Public Export (mod image) and Warframe Arsenal Twitch Extension (mod image frames and background). For example, see the following resources as reference for mimicking the Mod TT 20px Serration mod card:

One benefit of this method is to be flexible to different localizations that WARFRAME supports. The same mod card template can be adapted to multiple languages if the localized mod name and descriptions are stored in this data store.

Assets

Where To Find Mod Metadata

The in-game UI does not thoroughly present all the data and interactions that is provided from a mod (or any Upgrade for that matter). Here are some methods and sources to get more insight on the internal mechanics on mods:

  • Public Export's ExportUpgrades manifest
  • https://overframe.gg/ has access to more metadata than what Digital Extremes provide to the public. This JSON data is cached locally on the client in these tags: <script id="__NEXT_DATA__" type="application/json"></script>
    • For example, for more metadata on Mod TT 20px Serration, go to https://overframe.gg/items/arsenal/626/serration/ and inspect the HTML element on the page using your browser's development tools. The relevant metadata should be under the <script id="__NEXT_DATA__" type="application/json"></script> tags. If not, hard refresh the browser's cache so the underlying data is updated to reflect on the actual item.
      "data": {
          "ArtifactPolarity": "AP_ATTACK",
          "BaseDrain": "QA_MEDIUM",
          "ExcludeFromCodex": 0,
          "FusionLimit": "QA_VERY_HIGH",
          "Icon": "/Lotus/Interface/Cards/Images/Rifle/RifleDamageAmountMod.png",
          "IncludeInBoosterPack": 1,
          "ItemCompatibility": "/Lotus/Weapons/Tenno/Rifle/LotusRifle",
          "ItemCompatibilityLocTag": "/Lotus/Language/Items/RifleCategoryName",
          "LocalizeDescTag": "",
          "LocalizeTag": "/Lotus/Language/Items/RifleModDamageAmount",
          "MarketMode": "MM_HIDDEN",
          "ProductCategory": "Upgrades",
          "Rarity": "UNCOMMON",
          "RectangleIcon": 1,
          "Slotted": 0,
          "Upgrades": [{
                  "AutoType": 1,
                  "DamageType": "DT_ANY",
                  "DisplayAsMultiplier": 0,
                  "DisplayAsPercent": 1,
                  "LocKeyWordScript": {
                      "Script": ""
                  },
                  "LocTag": "/Lotus/Language/Upgrades/WeaponDamageModDesc",
                  "OperationType": "STACKING_MULTIPLY",
                  "OverrideLocalization": 1,
                  "ReverseValueSymbol": 0,
                  "RoundTo": 0.1,
                  "RoundingMode": "RM_ROUND",
                  "SmallerIsBetter": 0,
                  "SymbolFilter": "",
                  "UpgradeObject": "",
                  "UpgradeType": "WEAPON_DAMAGE_AMOUNT",
                  "ValidModifiers": [],
                  "ValidPostures": [],
                  "ValidProcTypes": [],
                  "ValidType": "",
                  "Value": 0.15000001
              }]
          },
          "id": 626,
          "parent": "/Lotus/Types/Game/LotusArtifactUpgrades/BaseArtifactUpgrade",
          "parents": ["/Lotus/Types/Game/LotusArtifactUpgrades/BaseArtifactUpgrade", "/Lotus/Types/Game/LotusArtifactUpgrade"],
          "path": "/Lotus/Upgrades/Mods/Rifle/WeaponDamageAmountMod",
          "storeData": {
              "Giftable": 0,
              "ProductCategory": "Upgrades",
              "SearchTags": ["/Lotus/Language/Items/RifleCategoryName"],
              "SellingPrice": 500,
              "ShowInMarket": 0,
              "TypeName": "/Lotus/Upgrades/Mods/Rifle/WeaponDamageAmountMod"
          },
          "storeItemType": "/Lotus/StoreItems/Upgrades/Mods/Rifle/WeaponDamageAmountMod",
          "tag": "Mod",
          "texture": "/Lotus/Interface/Cards/Images/Rifle/RifleDamageAmountMod.jpg",
          "texture_new": "/Lotus/Interface/Cards/Images/Rifle/RifleDamageAmountMod.jpg"
      },
      
    • Adding some comments for context:
      "data": {
          "ArtifactPolarity": "AP_ATTACK", -- Mod polarity as stored as an string enum
          "BaseDrain": "QA_MEDIUM", -- Base mod capacity drain as stored as a string enum
          "ExcludeFromCodex": 0, -- Boolean value as an integer (0 or 1) to determine whether to hide mod from Codex or not
          "FusionLimit": "QA_VERY_HIGH", -- Mod's max rank as stored a a string enum
          "Icon": "/Lotus/Interface/Cards/Images/Rifle/RifleDamageAmountMod.png", -- Game's internal file path to the mod image
          "IncludeInBoosterPack": 1, -- Boolean value as an integer to determine if mod is transmutable or not
          "ItemCompatibility": "/Lotus/Weapons/Tenno/Rifle/LotusRifle", - Mod item compatibility as location to object definition
          "ItemCompatibilityLocTag": "/Lotus/Language/Items/RifleCategoryName", -- Location of mod item compatibility localization string (e.g. "Rifle")
          "LocalizeDescTag": "",
          "LocalizeTag": "/Lotus/Language/Items/RifleModDamageAmount", -- Location of localization string of mod description
          "MarketMode": "MM_HIDDEN", -- Whether or not mod is available in in-game market as a string enum
          "ProductCategory": "Upgrades", - Item category
          "Rarity": "UNCOMMON", - Mod rarity as a string enum
          "RectangleIcon": 1, -- Boolean value as an integer to determine whether or not mod image has a dimensions of a rectangle
          "Slotted": 0, -- Boolean value as an integer to determine if mod is installed
          "Upgrades": [{ -- Array of stat modifiers that the mod provides
                  "AutoType": 1,
                  "DamageType": "DT_ANY", -- If mod's effect provides damage stat modifiers, this will determine damage type that it will apply to as a string enum
                  "DisplayAsMultiplier": 0,
                  "DisplayAsPercent": 1,
                  "LocKeyWordScript": {
                      "Script": ""
                  },
                  "LocTag": "/Lotus/Language/Upgrades/WeaponDamageModDesc", -- Location of localization string of stat modifier
                  "OperationType": "STACKING_MULTIPLY", -- How stat modifier is applied to base stat and how it interacts with other similar stat modifiers as a string enum
                  "OverrideLocalization": 1,
                  "ReverseValueSymbol": 0,
                  "RoundTo": 0.1,
                  "RoundingMode": "RM_ROUND", -- Value rounding mode as a string enum
                  "SmallerIsBetter": 0, -- Boolean value as an integer to determine if smaller stat modifier is a buff or not
                  "SymbolFilter": "", -- Search filter for any symbols present in mod description (e.g. damage icons)
                  "UpgradeObject": "",
                  "UpgradeType": "WEAPON_DAMAGE_AMOUNT", -- Stat modifier as a string enum
                  "ValidModifiers": [],
                  "ValidPostures": [], -- Array of valid avatar movement states to trigger mod's effect
                  "ValidProcTypes": [], -- Array of valid status effects to trigger mod's effect
                  "ValidType": "",
                  "Value": 0.15000001 -- Value of said stat modifier as a floating-point value
              }]
          },
          "id": 626,
          "parent": "/Lotus/Types/Game/LotusArtifactUpgrades/BaseArtifactUpgrade", -- Parent game object of mod for inheritance
          "parents": ["/Lotus/Types/Game/LotusArtifactUpgrades/BaseArtifactUpgrade", "/Lotus/Types/Game/LotusArtifactUpgrade"],
          "path": "/Lotus/Upgrades/Mods/Rifle/WeaponDamageAmountMod", -- Unique path to mod data
          "storeData": { -- In-game market data for mod
              "Giftable": 0,
              "ProductCategory": "Upgrades",
              "SearchTags": ["/Lotus/Language/Items/RifleCategoryName"],
              "SellingPrice": 500, -- Mod's sell price in Credits
              "ShowInMarket": 0,
              "TypeName": "/Lotus/Upgrades/Mods/Rifle/WeaponDamageAmountMod"
          },
          "storeItemType": "/Lotus/StoreItems/Upgrades/Mods/Rifle/WeaponDamageAmountMod",
          "tag": "Mod",
          "texture": "/Lotus/Interface/Cards/Images/Rifle/RifleDamageAmountMod.jpg",
          "texture_new": "/Lotus/Interface/Cards/Images/Rifle/RifleDamageAmountMod.jpg"
      },

Data Validation

Checking for required keys

p.checkRequiredKeysExist(frame): There are a total of 9818 key-value errors

  1. "Abating Link" is missing BaseDrain
  2. "Abating Link" is missing Description
  3. "Abating Link" is missing Icon
  4. "Abating Link" is missing InternalName
  5. "Abating Link" is missing Link
  6. "Abating Link" is missing MaxRank
  7. "Abating Link" is missing Tradable
  8. "Abating Link" is missing Type
  9. "Abundant Mutation" is missing BaseDrain
  10. "Abundant Mutation" is missing Description
  11. "Abundant Mutation" is missing Icon
  12. "Abundant Mutation" is missing InternalName
  13. "Abundant Mutation" is missing Link
  14. "Abundant Mutation" is missing MaxRank
  15. "Abundant Mutation" is missing Tradable
  16. "Abundant Mutation" is missing Type
  17. "Accelerated Blast" is missing BaseDrain
  18. "Accelerated Blast" is missing Description
  19. "Accelerated Blast" is missing Icon
  20. "Accelerated Blast" is missing InternalName
  21. "Accelerated Blast" is missing Link
  22. "Accelerated Blast" is missing MaxRank
  23. "Accelerated Blast" is missing Tradable
  24. "Accelerated Blast" is missing Type
  25. "Accelerated Deflection" is missing BaseDrain
  26. "Accelerated Deflection" is missing Description
  27. "Accelerated Deflection" is missing Icon
  28. "Accelerated Deflection" is missing InternalName
  29. "Accelerated Deflection" is missing Link
  30. "Accelerated Deflection" is missing MaxRank
  31. "Accelerated Deflection" is missing Tradable
  32. "Accelerated Deflection" is missing Type
  33. "Accumulating Whipclaw" is missing BaseDrain
  34. "Accumulating Whipclaw" is missing Description
  35. "Accumulating Whipclaw" is missing Icon
  36. "Accumulating Whipclaw" is missing InternalName
  37. "Accumulating Whipclaw" is missing Link
  38. "Accumulating Whipclaw" is missing MaxRank
  39. "Accumulating Whipclaw" is missing Tradable
  40. "Accumulating Whipclaw" is missing Type
  41. "Acid Shells" is missing BaseDrain
  42. "Acid Shells" is missing Description
  43. "Acid Shells" is missing Icon
  44. "Acid Shells" is missing InternalName
  45. "Acid Shells" is missing Link
  46. "Acid Shells" is missing MaxRank
  47. "Acid Shells" is missing Tradable
  48. "Acid Shells" is missing Type
  49. "Acidic Spittle" is missing BaseDrain
  50. "Acidic Spittle" is missing Description
  51. "Acidic Spittle" is missing Icon
  52. "Acidic Spittle" is missing InternalName
  53. "Acidic Spittle" is missing Link
  54. "Acidic Spittle" is missing MaxRank
  55. "Acidic Spittle" is missing Tradable
  56. "Acidic Spittle" is missing Type
  57. "Adaptation" is missing BaseDrain
  58. "Adaptation" is missing Description
  59. "Adaptation" is missing Icon
  60. "Adaptation" is missing InternalName
  61. "Adaptation" is missing Link
  62. "Adaptation" is missing MaxRank
  63. "Adaptation" is missing Tradable
  64. "Adaptation" is missing Type
  65. "Adept Surge" is missing BaseDrain
  66. "Adept Surge" is missing Description
  67. "Adept Surge" is missing Icon
  68. "Adept Surge" is missing InternalName
  69. "Adept Surge" is missing Link
  70. "Adept Surge" is missing MaxRank
  71. "Adept Surge" is missing Tradable
  72. "Adept Surge" is missing Type
  73. "Adhesive Blast" is missing BaseDrain
  74. "Adhesive Blast" is missing Description
  75. "Adhesive Blast" is missing Icon
  76. "Adhesive Blast" is missing InternalName
  77. "Adhesive Blast" is missing Link
  78. "Adhesive Blast" is missing MaxRank
  79. "Adhesive Blast" is missing Tradable
  80. "Adhesive Blast" is missing Type
  81. "Adrenaline Boost" is missing BaseDrain
  82. "Adrenaline Boost" is missing Description
  83. "Adrenaline Boost" is missing Icon
  84. "Adrenaline Boost" is missing InternalName
  85. "Adrenaline Boost" is missing Link
  86. "Adrenaline Boost" is missing MaxRank
  87. "Adrenaline Boost" is missing Tradable
  88. "Adrenaline Boost" is missing Type
  89. "Aerial Ace" is missing BaseDrain
  90. "Aerial Ace" is missing Description
  91. "Aerial Ace" is missing Icon
  92. "Aerial Ace" is missing InternalName
  93. "Aerial Ace" is missing Introduced
  94. "Aerial Ace" is missing Link
  95. "Aerial Ace" is missing MaxRank
  96. "Aerial Ace" is missing Tradable
  97. "Aerial Ace" is missing Type
  98. "Aero Agility" is missing BaseDrain
  99. "Aero Agility" is missing Description
  100. "Aero Agility" is missing Icon
  101. "Aero Agility" is missing InternalName
  102. "Aero Agility" is missing Introduced
  103. "Aero Agility" is missing Link
  104. "Aero Agility" is missing MaxRank
  105. "Aero Agility" is missing Tradable
  106. "Aero Agility" is missing Type
  107. "Aero Periphery" is missing BaseDrain
  108. "Aero Periphery" is missing Description
  109. "Aero Periphery" is missing Icon
  110. "Aero Periphery" is missing InternalName
  111. "Aero Periphery" is missing Introduced
  112. "Aero Periphery" is missing Link
  113. "Aero Periphery" is missing MaxRank
  114. "Aero Periphery" is missing Tradable
  115. "Aero Periphery" is missing Type
  116. "Aero Vantage" is missing BaseDrain
  117. "Aero Vantage" is missing Description
  118. "Aero Vantage" is missing Icon
  119. "Aero Vantage" is missing InternalName
  120. "Aero Vantage" is missing Introduced
  121. "Aero Vantage" is missing Link
  122. "Aero Vantage" is missing MaxRank
  123. "Aero Vantage" is missing Tradable
  124. "Aero Vantage" is missing Type
  125. "Aerodynamic" is missing BaseDrain
  126. "Aerodynamic" is missing Description
  127. "Aerodynamic" is missing Icon
  128. "Aerodynamic" is missing InternalName
  129. "Aerodynamic" is missing Introduced
  130. "Aerodynamic" is missing Link
  131. "Aerodynamic" is missing MaxRank
  132. "Aerodynamic" is missing Tradable
  133. "Aerodynamic" is missing Type
  134. "Affinity Amp" is missing BaseDrain
  135. "Affinity Amp" is missing Description
  136. "Affinity Amp" is missing Icon
  137. "Affinity Amp" is missing InternalName
  138. "Affinity Amp" is missing Introduced
  139. "Affinity Amp" is missing Link
  140. "Affinity Amp" is missing MaxRank
  141. "Affinity Amp" is missing Tradable
  142. "Affinity Amp" is missing Type
  143. "Afterburn" is missing BaseDrain
  144. "Afterburn" is missing Description
  145. "Afterburn" is missing Icon
  146. "Afterburn" is missing InternalName
  147. "Afterburn" is missing Introduced
  148. "Afterburn" is missing Link
  149. "Afterburn" is missing MaxRank
  150. "Afterburn" is missing Tradable
  151. "Afterburn" is missing Type
  152. "Afterburner" is missing BaseDrain
  153. "Afterburner" is missing Description
  154. "Afterburner" is missing Icon
  155. "Afterburner" is missing InternalName
  156. "Afterburner" is missing Introduced
  157. "Afterburner" is missing Link
  158. "Afterburner" is missing MaxRank
  159. "Afterburner" is missing Tradable
  160. "Afterburner" is missing Type
  161. "Agile Aim" is missing BaseDrain
  162. "Agile Aim" is missing Description
  163. "Agile Aim" is missing Icon
  164. "Agile Aim" is missing InternalName
  165. "Agile Aim" is missing Introduced
  166. "Agile Aim" is missing Link
  167. "Agile Aim" is missing MaxRank
  168. "Agile Aim" is missing Tradable
  169. "Agile Aim" is missing Type
  170. "Agility Drift" is missing BaseDrain
  171. "Agility Drift" is missing Description
  172. "Agility Drift" is missing Icon
  173. "Agility Drift" is missing InternalName
  174. "Agility Drift" is missing Link
  175. "Agility Drift" is missing MaxRank
  176. "Agility Drift" is missing Tradable
  177. "Agility Drift" is missing Type
  178. "Air Recon" is missing BaseDrain
  179. "Air Recon" is missing Description
  180. "Air Recon" is missing Icon
  181. "Air Recon" is missing InternalName
  182. "Air Recon" is missing Introduced
  183. "Air Recon" is missing Link
  184. "Air Recon" is missing MaxRank
  185. "Air Recon" is missing Tradable
  186. "Air Recon" is missing Type
  187. "Air Thrusters" is missing BaseDrain
  188. "Air Thrusters" is missing Description
  189. "Air Thrusters" is missing Icon
  190. "Air Thrusters" is missing InternalName
  191. "Air Thrusters" is missing Introduced
  192. "Air Thrusters" is missing Link
  193. "Air Thrusters" is missing MaxRank
  194. "Air Thrusters" is missing Tradable
  195. "Air Thrusters" is missing Type
  196. "Air Time" is missing BaseDrain
  197. "Air Time" is missing Description
  198. "Air Time" is missing Icon
  199. "Air Time" is missing InternalName
  200. "Air Time" is missing Introduced
  201. "Air Time" is missing Link
  202. "Air Time" is missing MaxRank
  203. "Air Time" is missing Tradable
  204. "Air Time" is missing Type
  205. "Amalgam Argonak Metal Auger" is missing BaseDrain
  206. "Amalgam Argonak Metal Auger" is missing Description
  207. "Amalgam Argonak Metal Auger" is missing Icon
  208. "Amalgam Argonak Metal Auger" is missing InternalName
  209. "Amalgam Argonak Metal Auger" is missing Link
  210. "Amalgam Argonak Metal Auger" is missing MaxRank
  211. "Amalgam Argonak Metal Auger" is missing Tradable
  212. "Amalgam Argonak Metal Auger" is missing Type
  213. "Amalgam Barrel Diffusion" is missing BaseDrain
  214. "Amalgam Barrel Diffusion" is missing Description
  215. "Amalgam Barrel Diffusion" is missing Icon
  216. "Amalgam Barrel Diffusion" is missing InternalName
  217. "Amalgam Barrel Diffusion" is missing Link
  218. "Amalgam Barrel Diffusion" is missing MaxRank
  219. "Amalgam Barrel Diffusion" is missing Tradable
  220. "Amalgam Barrel Diffusion" is missing Type
  221. "Amalgam Daikyu Target Acquired" is missing BaseDrain
  222. "Amalgam Daikyu Target Acquired" is missing Description
  223. "Amalgam Daikyu Target Acquired" is missing Icon
  224. "Amalgam Daikyu Target Acquired" is missing InternalName
  225. "Amalgam Daikyu Target Acquired" is missing Link
  226. "Amalgam Daikyu Target Acquired" is missing MaxRank
  227. "Amalgam Daikyu Target Acquired" is missing Tradable
  228. "Amalgam Daikyu Target Acquired" is missing Type
  229. "Amalgam Furax Body Count" is missing BaseDrain
  230. "Amalgam Furax Body Count" is missing Description
  231. "Amalgam Furax Body Count" is missing Icon
  232. "Amalgam Furax Body Count" is missing InternalName
  233. "Amalgam Furax Body Count" is missing Link
  234. "Amalgam Furax Body Count" is missing MaxRank
  235. "Amalgam Furax Body Count" is missing Tradable
  236. "Amalgam Furax Body Count" is missing Type
  237. "Amalgam Javlok Magazine Warp" is missing BaseDrain
  238. "Amalgam Javlok Magazine Warp" is missing Description
  239. "Amalgam Javlok Magazine Warp" is missing Icon
  240. "Amalgam Javlok Magazine Warp" is missing InternalName
  241. "Amalgam Javlok Magazine Warp" is missing Link
  242. "Amalgam Javlok Magazine Warp" is missing MaxRank
  243. "Amalgam Javlok Magazine Warp" is missing Tradable
  244. "Amalgam Javlok Magazine Warp" is missing Type
  245. "Amalgam Organ Shatter" is missing BaseDrain
  246. "Amalgam Organ Shatter" is missing Description
  247. "Amalgam Organ Shatter" is missing Icon
  248. "Amalgam Organ Shatter" is missing InternalName
  249. "Amalgam Organ Shatter" is missing Link
  250. "Amalgam Organ Shatter" is missing MaxRank
  251. "Amalgam Organ Shatter" is missing Tradable
  252. "Amalgam Organ Shatter" is missing Type
  253. "Amalgam Ripkas True Steel" is missing BaseDrain
  254. "Amalgam Ripkas True Steel" is missing Description
  255. "Amalgam Ripkas True Steel" is missing Icon
  256. "Amalgam Ripkas True Steel" is missing InternalName
  257. "Amalgam Ripkas True Steel" is missing Link
  258. "Amalgam Ripkas True Steel" is missing MaxRank
  259. "Amalgam Ripkas True Steel" is missing Tradable
  260. "Amalgam Ripkas True Steel" is missing Type
  261. "Amalgam Serration" is missing BaseDrain
  262. "Amalgam Serration" is missing Description
  263. "Amalgam Serration" is missing Icon
  264. "Amalgam Serration" is missing InternalName
  265. "Amalgam Serration" is missing Link
  266. "Amalgam Serration" is missing MaxRank
  267. "Amalgam Serration" is missing Tradable
  268. "Amalgam Serration" is missing Type
  269. "Amalgam Shotgun Spazz" is missing BaseDrain
  270. "Amalgam Shotgun Spazz" is missing Description
  271. "Amalgam Shotgun Spazz" is missing Icon
  272. "Amalgam Shotgun Spazz" is missing InternalName
  273. "Amalgam Shotgun Spazz" is missing Link
  274. "Amalgam Shotgun Spazz" is missing MaxRank
  275. "Amalgam Shotgun Spazz" is missing Tradable
  276. "Amalgam Shotgun Spazz" is missing Type
  277. "Ambush" is missing BaseDrain
  278. "Ambush" is missing Description
  279. "Ambush" is missing Icon
  280. "Ambush" is missing InternalName
  281. "Ambush" is missing Introduced
  282. "Ambush" is missing Link
  283. "Ambush" is missing MaxRank
  284. "Ambush" is missing Tradable
  285. "Ambush" is missing Type
  286. "Ambush Optics" is missing BaseDrain
  287. "Ambush Optics" is missing Description
  288. "Ambush Optics" is missing Icon
  289. "Ambush Optics" is missing InternalName
  290. "Ambush Optics" is missing Link
  291. "Ambush Optics" is missing MaxRank
  292. "Ambush Optics" is missing Tradable
  293. "Ambush Optics" is missing Type
  294. "Ammo Case" is missing BaseDrain
  295. "Ammo Case" is missing Description
  296. "Ammo Case" is missing Icon
  297. "Ammo Case" is missing InternalName
  298. "Ammo Case" is missing Introduced
  299. "Ammo Case" is missing Link
  300. "Ammo Case" is missing MaxRank
  301. "Ammo Case" is missing Tradable
  302. "Ammo Case" is missing Type
  303. "Ammo Chain" is missing BaseDrain
  304. "Ammo Chain" is missing Description
  305. "Ammo Chain" is missing Icon
  306. "Ammo Chain" is missing InternalName
  307. "Ammo Chain" is missing Link
  308. "Ammo Chain" is missing MaxRank
  309. "Ammo Chain" is missing Tradable
  310. "Ammo Chain" is missing Type
  311. "Ammo Drum" is missing BaseDrain
  312. "Ammo Drum" is missing Description
  313. "Ammo Drum" is missing Icon
  314. "Ammo Drum" is missing InternalName
  315. "Ammo Drum" is missing Introduced
  316. "Ammo Drum" is missing Link
  317. "Ammo Drum" is missing MaxRank
  318. "Ammo Drum" is missing Tradable
  319. "Ammo Drum" is missing Type
  320. "Ammo Stock" is missing BaseDrain
  321. "Ammo Stock" is missing Description
  322. "Ammo Stock" is missing Icon
  323. "Ammo Stock" is missing InternalName
  324. "Ammo Stock" is missing Link
  325. "Ammo Stock" is missing MaxRank
  326. "Ammo Stock" is missing Tradable
  327. "Ammo Stock" is missing Type
  328. "Anabolic Pollination" is missing BaseDrain
  329. "Anabolic Pollination" is missing Description
  330. "Anabolic Pollination" is missing Icon
  331. "Anabolic Pollination" is missing InternalName
  332. "Anabolic Pollination" is missing Link
  333. "Anabolic Pollination" is missing MaxRank
  334. "Anabolic Pollination" is missing Tradable
  335. "Anabolic Pollination" is missing Type
  336. "Anchored Glide" is missing BaseDrain
  337. "Anchored Glide" is missing Description
  338. "Anchored Glide" is missing Icon
  339. "Anchored Glide" is missing InternalName
  340. "Anchored Glide" is missing Introduced
  341. "Anchored Glide" is missing Link
  342. "Anchored Glide" is missing MaxRank
  343. "Anchored Glide" is missing Tradable
  344. "Anchored Glide" is missing Type
  345. "Ancient Fusion Core" is missing BaseDrain
  346. "Ancient Fusion Core" is missing Description
  347. "Ancient Fusion Core" is missing Icon
  348. "Ancient Fusion Core" is missing InternalName
  349. "Ancient Fusion Core" is missing Introduced
  350. "Ancient Fusion Core" is missing Link
  351. "Ancient Fusion Core" is missing MaxRank
  352. "Ancient Fusion Core" is missing Tradable
  353. "Ancient Fusion Core" is missing Type
  354. "Anemic Agility" is missing BaseDrain
  355. "Anemic Agility" is missing Description
  356. "Anemic Agility" is missing Icon
  357. "Anemic Agility" is missing InternalName
  358. "Anemic Agility" is missing Link
  359. "Anemic Agility" is missing MaxRank
  360. "Anemic Agility" is missing Tradable
  361. "Anemic Agility" is missing Type
  362. "Animal Instinct" is missing BaseDrain
  363. "Animal Instinct" is missing Description
  364. "Animal Instinct" is missing Icon
  365. "Animal Instinct" is missing InternalName
  366. "Animal Instinct" is missing Link
  367. "Animal Instinct" is missing MaxRank
  368. "Animal Instinct" is missing Tradable
  369. "Animal Instinct" is missing Type
  370. "Anti-Flak Plating" is missing BaseDrain
  371. "Anti-Flak Plating" is missing Description
  372. "Anti-Flak Plating" is missing Icon
  373. "Anti-Flak Plating" is missing InternalName
  374. "Anti-Flak Plating" is missing Link
  375. "Anti-Flak Plating" is missing MaxRank
  376. "Anti-Flak Plating" is missing Tradable
  377. "Anti-Flak Plating" is missing Type
  378. "Anti-Grav Array" is missing BaseDrain
  379. "Anti-Grav Array" is missing Description
  380. "Anti-Grav Array" is missing Icon
  381. "Anti-Grav Array" is missing InternalName
  382. "Anti-Grav Array" is missing Introduced
  383. "Anti-Grav Array" is missing Link
  384. "Anti-Grav Array" is missing MaxRank
  385. "Anti-Grav Array" is missing Tradable
  386. "Anti-Grav Array" is missing Type
  387. "Anti-Grav Grenade" is missing BaseDrain
  388. "Anti-Grav Grenade" is missing Description
  389. "Anti-Grav Grenade" is missing Icon
  390. "Anti-Grav Grenade" is missing InternalName
  391. "Anti-Grav Grenade" is missing Introduced
  392. "Anti-Grav Grenade" is missing Link
  393. "Anti-Grav Grenade" is missing MaxRank
  394. "Anti-Grav Grenade" is missing Tradable
  395. "Anti-Grav Grenade" is missing Type
  396. "Anticipation" is missing BaseDrain
  397. "Anticipation" is missing Description
  398. "Anticipation" is missing Icon
  399. "Anticipation" is missing InternalName
  400. "Anticipation" is missing Introduced
  401. "Anticipation" is missing Link
  402. "Anticipation" is missing MaxRank
  403. "Anticipation" is missing Tradable
  404. "Anticipation" is missing Type
  405. "Antimatter Absorb" is missing BaseDrain
  406. "Antimatter Absorb" is missing Description
  407. "Antimatter Absorb" is missing Icon
  408. "Antimatter Absorb" is missing InternalName
  409. "Antimatter Absorb" is missing Introduced
  410. "Antimatter Absorb" is missing Link
  411. "Antimatter Absorb" is missing MaxRank
  412. "Antimatter Absorb" is missing Tradable
  413. "Antimatter Absorb" is missing Type
  414. "Antimatter Mine" is missing BaseDrain
  415. "Antimatter Mine" is missing Description
  416. "Antimatter Mine" is missing Icon
  417. "Antimatter Mine" is missing InternalName
  418. "Antimatter Mine" is missing Link
  419. "Antimatter Mine" is missing MaxRank
  420. "Antimatter Mine" is missing Tradable
  421. "Antimatter Mine" is missing Type
  422. "Antitoxin" is missing BaseDrain
  423. "Antitoxin" is missing Description
  424. "Antitoxin" is missing Icon
  425. "Antitoxin" is missing InternalName
  426. "Antitoxin" is missing Introduced
  427. "Antitoxin" is missing MaxRank
  428. "Antitoxin" is missing Tradable
  429. "Antitoxin" is missing Type
  430. "Apex Predator" is missing BaseDrain
  431. "Apex Predator" is missing Description
  432. "Apex Predator" is missing Icon
  433. "Apex Predator" is missing InternalName
  434. "Apex Predator" is missing Introduced
  435. "Apex Predator" is missing Link
  436. "Apex Predator" is missing MaxRank
  437. "Apex Predator" is missing Tradable
  438. "Apex Predator" is missing Type
  439. "Arc Coil" is missing BaseDrain
  440. "Arc Coil" is missing Description
  441. "Arc Coil" is missing Icon
  442. "Arc Coil" is missing InternalName
  443. "Arc Coil" is missing Introduced
  444. "Arc Coil" is missing Link
  445. "Arc Coil" is missing MaxRank
  446. "Arc Coil" is missing Tradable
  447. "Arc Coil" is missing Type
  448. "Archgun Ace" is missing BaseDrain
  449. "Archgun Ace" is missing Description
  450. "Archgun Ace" is missing Icon
  451. "Archgun Ace" is missing InternalName
  452. "Archgun Ace" is missing Introduced
  453. "Archgun Ace" is missing Link
  454. "Archgun Ace" is missing MaxRank
  455. "Archgun Ace" is missing Tradable
  456. "Archgun Ace" is missing Type
  457. "Argent Scourge" is missing BaseDrain
  458. "Argent Scourge" is missing Description
  459. "Argent Scourge" is missing Icon
  460. "Argent Scourge" is missing InternalName
  461. "Argent Scourge" is missing Introduced
  462. "Argent Scourge" is missing Link
  463. "Argent Scourge" is missing MaxRank
  464. "Argent Scourge" is missing Tradable
  465. "Argent Scourge" is missing Type
  466. "Argon Plating" is missing BaseDrain
  467. "Argon Plating" is missing Description
  468. "Argon Plating" is missing Icon
  469. "Argon Plating" is missing InternalName
  470. "Argon Plating" is missing Introduced
  471. "Argon Plating" is missing Link
  472. "Argon Plating" is missing MaxRank
  473. "Argon Plating" is missing Tradable
  474. "Argon Plating" is missing Type
  475. "Argon Scope" is missing BaseDrain
  476. "Argon Scope" is missing Description
  477. "Argon Scope" is missing Icon
  478. "Argon Scope" is missing InternalName
  479. "Argon Scope" is missing Link
  480. "Argon Scope" is missing MaxRank
  481. "Argon Scope" is missing Tradable
  482. "Argon Scope" is missing Type
  483. "Armored Acrobatics" is missing BaseDrain
  484. "Armored Acrobatics" is missing Description
  485. "Armored Acrobatics" is missing Icon
  486. "Armored Acrobatics" is missing InternalName
  487. "Armored Acrobatics" is missing Introduced
  488. "Armored Acrobatics" is missing Link
  489. "Armored Acrobatics" is missing MaxRank
  490. "Armored Acrobatics" is missing Tradable
  491. "Armored Acrobatics" is missing Type
  492. "Armored Agility" is missing BaseDrain
  493. "Armored Agility" is missing Description
  494. "Armored Agility" is missing Icon
  495. "Armored Agility" is missing InternalName
  496. "Armored Agility" is missing Introduced
  497. "Armored Agility" is missing Link
  498. "Armored Agility" is missing MaxRank
  499. "Armored Agility" is missing Tradable
  500. "Armored Agility" is missing Type
  501. "Armored Evade" is missing BaseDrain
  502. "Armored Evade" is missing Description
  503. "Armored Evade" is missing Icon
  504. "Armored Evade" is missing InternalName
  505. "Armored Evade" is missing Introduced
  506. "Armored Evade" is missing Link
  507. "Armored Evade" is missing MaxRank
  508. "Armored Evade" is missing Tradable
  509. "Armored Evade" is missing Type
  510. "Armored Recovery" is missing BaseDrain
  511. "Armored Recovery" is missing Description
  512. "Armored Recovery" is missing Icon
  513. "Armored Recovery" is missing InternalName
  514. "Armored Recovery" is missing Introduced
  515. "Armored Recovery" is missing Link
  516. "Armored Recovery" is missing MaxRank
  517. "Armored Recovery" is missing Tradable
  518. "Armored Recovery" is missing Type
  519. "Arrow Mutation" is missing BaseDrain
  520. "Arrow Mutation" is missing Description
  521. "Arrow Mutation" is missing Icon
  522. "Arrow Mutation" is missing InternalName
  523. "Arrow Mutation" is missing Introduced
  524. "Arrow Mutation" is missing Link
  525. "Arrow Mutation" is missing MaxRank
  526. "Arrow Mutation" is missing Tradable
  527. "Arrow Mutation" is missing Transmutable
  528. "Arrow Mutation" is missing Type
  529. "Assault Mode" is missing BaseDrain
  530. "Assault Mode" is missing Description
  531. "Assault Mode" is missing Icon
  532. "Assault Mode" is missing InternalName
  533. "Assault Mode" is missing Link
  534. "Assault Mode" is missing MaxRank
  535. "Assault Mode" is missing Tradable
  536. "Assault Mode" is missing Type
  537. "Assimilate" is missing BaseDrain
  538. "Assimilate" is missing Description
  539. "Assimilate" is missing Icon
  540. "Assimilate" is missing InternalName
  541. "Assimilate" is missing Introduced
  542. "Assimilate" is missing Link
  543. "Assimilate" is missing MaxRank
  544. "Assimilate" is missing Tradable
  545. "Assimilate" is missing Type
  546. "Astral Autopsy" is missing BaseDrain
  547. "Astral Autopsy" is missing Description
  548. "Astral Autopsy" is missing Icon
  549. "Astral Autopsy" is missing InternalName
  550. "Astral Autopsy" is missing Link
  551. "Astral Autopsy" is missing MaxRank
  552. "Astral Autopsy" is missing Tradable
  553. "Astral Autopsy" is missing Type
  554. "Astral Slash" is missing BaseDrain
  555. "Astral Slash" is missing Description
  556. "Astral Slash" is missing Icon
  557. "Astral Slash" is missing InternalName
  558. "Astral Slash" is missing Introduced
  559. "Astral Slash" is missing Link
  560. "Astral Slash" is missing MaxRank
  561. "Astral Slash" is missing Tradable
  562. "Astral Slash" is missing Type
  563. "Astral Twilight" is missing BaseDrain
  564. "Astral Twilight" is missing Description
  565. "Astral Twilight" is missing Icon
  566. "Astral Twilight" is missing InternalName
  567. "Astral Twilight" is missing Introduced
  568. "Astral Twilight" is missing Link
  569. "Astral Twilight" is missing MaxRank
  570. "Astral Twilight" is missing Tradable
  571. "Astral Twilight" is missing Type
  572. "Atlantis Vulcan" is missing BaseDrain
  573. "Atlantis Vulcan" is missing Description
  574. "Atlantis Vulcan" is missing Icon
  575. "Atlantis Vulcan" is missing InternalName
  576. "Atlantis Vulcan" is missing Introduced
  577. "Atlantis Vulcan" is missing Link
  578. "Atlantis Vulcan" is missing MaxRank
  579. "Atlantis Vulcan" is missing Tradable
  580. "Atlantis Vulcan" is missing Type
  581. "Auger Strike" is missing BaseDrain
  582. "Auger Strike" is missing Description
  583. "Auger Strike" is missing Icon
  584. "Auger Strike" is missing InternalName
  585. "Auger Strike" is missing Introduced
  586. "Auger Strike" is missing Link
  587. "Auger Strike" is missing MaxRank
  588. "Auger Strike" is missing Tradable
  589. "Auger Strike" is missing Type
  590. "Augur Accord" is missing BaseDrain
  591. "Augur Accord" is missing Description
  592. "Augur Accord" is missing Icon
  593. "Augur Accord" is missing InternalName
  594. "Augur Accord" is missing Introduced
  595. "Augur Accord" is missing Link
  596. "Augur Accord" is missing MaxRank
  597. "Augur Accord" is missing Tradable
  598. "Augur Accord" is missing Type
  599. "Augur Message" is missing BaseDrain
  600. "Augur Message" is missing Description
  601. "Augur Message" is missing Icon
  602. "Augur Message" is missing InternalName
  603. "Augur Message" is missing Introduced
  604. "Augur Message" is missing Link
  605. "Augur Message" is missing MaxRank
  606. "Augur Message" is missing Tradable
  607. "Augur Message" is missing Type
  608. "Augur Pact" is missing BaseDrain
  609. "Augur Pact" is missing Description
  610. "Augur Pact" is missing Icon
  611. "Augur Pact" is missing InternalName
  612. "Augur Pact" is missing Link
  613. "Augur Pact" is missing MaxRank
  614. "Augur Pact" is missing Tradable
  615. "Augur Pact" is missing Type
  616. "Augur Reach" is missing BaseDrain
  617. "Augur Reach" is missing Description
  618. "Augur Reach" is missing Icon
  619. "Augur Reach" is missing InternalName
  620. "Augur Reach" is missing Introduced
  621. "Augur Reach" is missing Link
  622. "Augur Reach" is missing MaxRank
  623. "Augur Reach" is missing Tradable
  624. "Augur Reach" is missing Type
  625. "Augur Secrets" is missing BaseDrain
  626. "Augur Secrets" is missing Description
  627. "Augur Secrets" is missing Icon
  628. "Augur Secrets" is missing InternalName
  629. "Augur Secrets" is missing Introduced
  630. "Augur Secrets" is missing Link
  631. "Augur Secrets" is missing MaxRank
  632. "Augur Secrets" is missing Tradable
  633. "Augur Secrets" is missing Type
  634. "Augur Seeker" is missing BaseDrain
  635. "Augur Seeker" is missing Description
  636. "Augur Seeker" is missing Icon
  637. "Augur Seeker" is missing InternalName
  638. "Augur Seeker" is missing Introduced
  639. "Augur Seeker" is missing Link
  640. "Augur Seeker" is missing MaxRank
  641. "Augur Seeker" is missing Tradable
  642. "Augur Seeker" is missing Type
  643. "Auto Breach" is missing BaseDrain
  644. "Auto Breach" is missing Description
  645. "Auto Breach" is missing Icon
  646. "Auto Breach" is missing InternalName
  647. "Auto Breach" is missing Link
  648. "Auto Breach" is missing MaxRank
  649. "Auto Breach" is missing Polarity
  650. "Auto Breach" is missing Tradable
  651. "Auto Breach" is missing Type
  652. "Automatic Trigger" is missing BaseDrain
  653. "Automatic Trigger" is missing Description
  654. "Automatic Trigger" is missing Icon
  655. "Automatic Trigger" is missing InternalName
  656. "Automatic Trigger" is missing Introduced
  657. "Automatic Trigger" is missing Link
  658. "Automatic Trigger" is missing MaxRank
  659. "Automatic Trigger" is missing Tradable
  660. "Automatic Trigger" is missing Type
  661. "Auxiliary Power" is missing BaseDrain
  662. "Auxiliary Power" is missing Description
  663. "Auxiliary Power" is missing Icon
  664. "Auxiliary Power" is missing InternalName
  665. "Auxiliary Power" is missing Introduced
  666. "Auxiliary Power" is missing Link
  667. "Auxiliary Power" is missing MaxRank
  668. "Auxiliary Power" is missing Tradable
  669. "Auxiliary Power" is missing Type
  670. "Avenging Truth" is missing BaseDrain
  671. "Avenging Truth" is missing Description
  672. "Avenging Truth" is missing Icon
  673. "Avenging Truth" is missing InternalName
  674. "Avenging Truth" is missing Introduced
  675. "Avenging Truth" is missing Link
  676. "Avenging Truth" is missing MaxRank
  677. "Avenging Truth" is missing Tradable
  678. "Avenging Truth" is missing Type
  679. "Aviator" is missing BaseDrain
  680. "Aviator" is missing Description
  681. "Aviator" is missing Icon
  682. "Aviator" is missing InternalName
  683. "Aviator" is missing Introduced
  684. "Aviator" is missing Link
  685. "Aviator" is missing MaxRank
  686. "Aviator" is missing Tradable
  687. "Aviator" is missing Type
  688. "Balefire Surge" is missing BaseDrain
  689. "Balefire Surge" is missing Description
  690. "Balefire Surge" is missing Icon
  691. "Balefire Surge" is missing InternalName
  692. "Balefire Surge" is missing Introduced
  693. "Balefire Surge" is missing Link
  694. "Balefire Surge" is missing MaxRank
  695. "Balefire Surge" is missing Tradable
  696. "Balefire Surge" is missing Type
  697. "Ballista Measure" is missing BaseDrain
  698. "Ballista Measure" is missing Description
  699. "Ballista Measure" is missing Icon
  700. "Ballista Measure" is missing InternalName
  701. "Ballista Measure" is missing Introduced
  702. "Ballista Measure" is missing Link
  703. "Ballista Measure" is missing MaxRank
  704. "Ballista Measure" is missing Tradable
  705. "Ballista Measure" is missing Type
  706. "Ballistic Bullseye" is missing BaseDrain
  707. "Ballistic Bullseye" is missing Description
  708. "Ballistic Bullseye" is missing Icon
  709. "Ballistic Bullseye" is missing InternalName
  710. "Ballistic Bullseye" is missing Introduced
  711. "Ballistic Bullseye" is missing Link
  712. "Ballistic Bullseye" is missing MaxRank
  713. "Ballistic Bullseye" is missing Tradable
  714. "Ballistic Bullseye" is missing Type
  715. "Bane of Corpus" is missing BaseDrain
  716. "Bane of Corpus" is missing Description
  717. "Bane of Corpus" is missing Icon
  718. "Bane of Corpus" is missing InternalName
  719. "Bane of Corpus" is missing Introduced
  720. "Bane of Corpus" is missing Link
  721. "Bane of Corpus" is missing MaxRank
  722. "Bane of Corpus" is missing Tradable
  723. "Bane of Corpus" is missing Transmutable
  724. "Bane of Corpus" is missing Type
  725. "Bane of Corrupted" is missing BaseDrain
  726. "Bane of Corrupted" is missing Description
  727. "Bane of Corrupted" is missing Icon
  728. "Bane of Corrupted" is missing InternalName
  729. "Bane of Corrupted" is missing Introduced
  730. "Bane of Corrupted" is missing Link
  731. "Bane of Corrupted" is missing MaxRank
  732. "Bane of Corrupted" is missing Tradable
  733. "Bane of Corrupted" is missing Transmutable
  734. "Bane of Corrupted" is missing Type
  735. "Bane of Grineer" is missing BaseDrain
  736. "Bane of Grineer" is missing Description
  737. "Bane of Grineer" is missing Icon
  738. "Bane of Grineer" is missing InternalName
  739. "Bane of Grineer" is missing Introduced
  740. "Bane of Grineer" is missing Link
  741. "Bane of Grineer" is missing MaxRank
  742. "Bane of Grineer" is missing Tradable
  743. "Bane of Grineer" is missing Transmutable
  744. "Bane of Grineer" is missing Type
  745. "Bane of Infested" is missing BaseDrain
  746. "Bane of Infested" is missing Description
  747. "Bane of Infested" is missing Icon
  748. "Bane of Infested" is missing InternalName
  749. "Bane of Infested" is missing Link
  750. "Bane of Infested" is missing MaxRank
  751. "Bane of Infested" is missing Tradable
  752. "Bane of Infested" is missing Transmutable
  753. "Bane of Infested" is missing Type
  754. "Barrel Diffusion" is missing BaseDrain
  755. "Barrel Diffusion" is missing Description
  756. "Barrel Diffusion" is missing Icon
  757. "Barrel Diffusion" is missing InternalName
  758. "Barrel Diffusion" is missing Link
  759. "Barrel Diffusion" is missing MaxRank
  760. "Barrel Diffusion" is missing Tradable
  761. "Barrel Diffusion" is missing Transmutable
  762. "Barrel Diffusion" is missing Type
  763. "Battering Maneuver" is missing BaseDrain
  764. "Battering Maneuver" is missing Description
  765. "Battering Maneuver" is missing Icon
  766. "Battering Maneuver" is missing InternalName
  767. "Battering Maneuver" is missing Introduced
  768. "Battering Maneuver" is missing Link
  769. "Battering Maneuver" is missing MaxRank
  770. "Battering Maneuver" is missing Tradable
  771. "Battering Maneuver" is missing Transmutable
  772. "Battering Maneuver" is missing Type
  773. "Beguiling Lantern" is missing BaseDrain
  774. "Beguiling Lantern" is missing Description
  775. "Beguiling Lantern" is missing Icon
  776. "Beguiling Lantern" is missing InternalName
  777. "Beguiling Lantern" is missing Introduced
  778. "Beguiling Lantern" is missing Link
  779. "Beguiling Lantern" is missing MaxRank
  780. "Beguiling Lantern" is missing Tradable
  781. "Beguiling Lantern" is missing Type
  782. "Berserker" is missing BaseDrain
  783. "Berserker" is missing Description
  784. "Berserker" is missing Icon
  785. "Berserker" is missing InternalName
  786. "Berserker" is missing Introduced
  787. "Berserker" is missing Link
  788. "Berserker" is missing MaxRank
  789. "Berserker" is missing Tradable
  790. "Berserker" is missing Transmutable
  791. "Berserker" is missing Type
  792. "Bhisaj-Bal" is missing BaseDrain
  793. "Bhisaj-Bal" is missing Description
  794. "Bhisaj-Bal" is missing Icon
  795. "Bhisaj-Bal" is missing InternalName
  796. "Bhisaj-Bal" is missing Link
  797. "Bhisaj-Bal" is missing MaxRank
  798. "Bhisaj-Bal" is missing Tradable
  799. "Bhisaj-Bal" is missing Type
  800. "Bite" is missing BaseDrain
  801. "Bite" is missing Description
  802. "Bite" is missing Icon
  803. "Bite" is missing InternalName
  804. "Bite" is missing Introduced
  805. "Bite" is missing Link
  806. "Bite" is missing MaxRank
  807. "Bite" is missing Tradable
  808. "Bite" is missing Transmutable
  809. "Bite" is missing Type
  810. "Biting Piranha" is missing BaseDrain
  811. "Biting Piranha" is missing Description
  812. "Biting Piranha" is missing Icon
  813. "Biting Piranha" is missing InternalName
  814. "Biting Piranha" is missing Introduced
  815. "Biting Piranha" is missing Link
  816. "Biting Piranha" is missing MaxRank
  817. "Biting Piranha" is missing Tradable
  818. "Biting Piranha" is missing Type
  819. "Blade of Truth" is missing BaseDrain
  820. "Blade of Truth" is missing Description
  821. "Blade of Truth" is missing Icon
  822. "Blade of Truth" is missing InternalName
  823. "Blade of Truth" is missing Introduced
  824. "Blade of Truth" is missing Link
  825. "Blade of Truth" is missing MaxRank
  826. "Blade of Truth" is missing Tradable
  827. "Blade of Truth" is missing Type
  828. "Bladed Rounds" is missing BaseDrain
  829. "Bladed Rounds" is missing Description
  830. "Bladed Rounds" is missing Icon
  831. "Bladed Rounds" is missing InternalName
  832. "Bladed Rounds" is missing Introduced
  833. "Bladed Rounds" is missing Link
  834. "Bladed Rounds" is missing MaxRank
  835. "Bladed Rounds" is missing Tradable
  836. "Bladed Rounds" is missing Type
  837. "Blast Shield" is missing BaseDrain
  838. "Blast Shield" is missing Description
  839. "Blast Shield" is missing Icon
  840. "Blast Shield" is missing InternalName
  841. "Blast Shield" is missing Introduced
  842. "Blast Shield" is missing Link
  843. "Blast Shield" is missing MaxRank
  844. "Blast Shield" is missing Tradable
  845. "Blast Shield" is missing Type
  846. "Blaze" is missing BaseDrain
  847. "Blaze" is missing Description
  848. "Blaze" is missing Icon
  849. "Blaze" is missing InternalName
  850. "Blaze" is missing Introduced
  851. "Blaze" is missing Link
  852. "Blaze" is missing MaxRank
  853. "Blaze" is missing Tradable
  854. "Blaze" is missing Type
  855. "Blazing Pillage" is missing BaseDrain
  856. "Blazing Pillage" is missing Description
  857. "Blazing Pillage" is missing Icon
  858. "Blazing Pillage" is missing InternalName
  859. "Blazing Pillage" is missing Introduced
  860. "Blazing Pillage" is missing Link
  861. "Blazing Pillage" is missing MaxRank
  862. "Blazing Pillage" is missing Tradable
  863. "Blazing Pillage" is missing Type
  864. "Blazing Steel" is missing BaseDrain
  865. "Blazing Steel" is missing Description
  866. "Blazing Steel" is missing Icon
  867. "Blazing Steel" is missing InternalName
  868. "Blazing Steel" is missing Introduced
  869. "Blazing Steel" is missing Link
  870. "Blazing Steel" is missing MaxRank
  871. "Blazing Steel" is missing Tradable
  872. "Blazing Steel" is missing Transmutable
  873. "Blazing Steel" is missing Type
  874. "Bleeding Edge" is missing BaseDrain
  875. "Bleeding Edge" is missing Description
  876. "Bleeding Edge" is missing Icon
  877. "Bleeding Edge" is missing InternalName
  878. "Bleeding Edge" is missing Introduced
  879. "Bleeding Edge" is missing Link
  880. "Bleeding Edge" is missing MaxRank
  881. "Bleeding Edge" is missing Tradable
  882. "Bleeding Edge" is missing Transmutable
  883. "Bleeding Edge" is missing Type
  884. "Bleeding Willow" is missing BaseDrain
  885. "Bleeding Willow" is missing Description
  886. "Bleeding Willow" is missing Icon
  887. "Bleeding Willow" is missing InternalName
  888. "Bleeding Willow" is missing Introduced
  889. "Bleeding Willow" is missing Link
  890. "Bleeding Willow" is missing MaxRank
  891. "Bleeding Willow" is missing Tradable
  892. "Bleeding Willow" is missing Transmutable
  893. "Bleeding Willow" is missing Type
  894. "Blending Talons" is missing BaseDrain
  895. "Blending Talons" is missing Description
  896. "Blending Talons" is missing Icon
  897. "Blending Talons" is missing InternalName
  898. "Blending Talons" is missing Link
  899. "Blending Talons" is missing MaxRank
  900. "Blending Talons" is missing Tradable
  901. "Blending Talons" is missing Type
  902. "Blind Justice" is missing BaseDrain
  903. "Blind Justice" is missing Description
  904. "Blind Justice" is missing Icon
  905. "Blind Justice" is missing InternalName
  906. "Blind Justice" is missing Introduced
  907. "Blind Justice" is missing Link
  908. "Blind Justice" is missing MaxRank
  909. "Blind Justice" is missing Tradable
  910. "Blind Justice" is missing Transmutable
  911. "Blind Justice" is missing Type
  912. "Blind Rage" is missing BaseDrain
  913. "Blind Rage" is missing Description
  914. "Blind Rage" is missing Icon
  915. "Blind Rage" is missing InternalName
  916. "Blind Rage" is missing Link
  917. "Blind Rage" is missing MaxRank
  918. "Blind Rage" is missing Tradable
  919. "Blind Rage" is missing Type
  920. "Blind Shot" is missing BaseDrain
  921. "Blind Shot" is missing Description
  922. "Blind Shot" is missing Icon
  923. "Blind Shot" is missing InternalName
  924. "Blind Shot" is missing Introduced
  925. "Blind Shot" is missing Link
  926. "Blind Shot" is missing MaxRank
  927. "Blind Shot" is missing Tradable
  928. "Blind Shot" is missing Type
  929. "Blinding Reave" is missing BaseDrain
  930. "Blinding Reave" is missing Description
  931. "Blinding Reave" is missing Icon
  932. "Blinding Reave" is missing InternalName
  933. "Blinding Reave" is missing Introduced
  934. "Blinding Reave" is missing Link
  935. "Blinding Reave" is missing MaxRank
  936. "Blinding Reave" is missing Tradable
  937. "Blinding Reave" is missing Type
  938. "Blood For Ammo" is missing BaseDrain
  939. "Blood For Ammo" is missing Description
  940. "Blood For Ammo" is missing Icon
  941. "Blood For Ammo" is missing InternalName
  942. "Blood For Ammo" is missing Link
  943. "Blood For Ammo" is missing MaxRank
  944. "Blood For Ammo" is missing Polarity
  945. "Blood For Ammo" is missing Tradable
  946. "Blood For Ammo" is missing Type
  947. "Blood For Energy" is missing BaseDrain
  948. "Blood For Energy" is missing Description
  949. "Blood For Energy" is missing Icon
  950. "Blood For Energy" is missing InternalName
  951. "Blood For Energy" is missing Link
  952. "Blood For Energy" is missing MaxRank
  953. "Blood For Energy" is missing Polarity
  954. "Blood For Energy" is missing Tradable
  955. "Blood For Energy" is missing Type
  956. "Blood For Life" is missing BaseDrain
  957. "Blood For Life" is missing Description
  958. "Blood For Life" is missing Icon
  959. "Blood For Life" is missing InternalName
  960. "Blood For Life" is missing Link
  961. "Blood For Life" is missing MaxRank
  962. "Blood For Life" is missing Polarity
  963. "Blood For Life" is missing Tradable
  964. "Blood For Life" is missing Type
  965. "Blood Forge" is missing BaseDrain
  966. "Blood Forge" is missing Description
  967. "Blood Forge" is missing Icon
  968. "Blood Forge" is missing InternalName
  969. "Blood Forge" is missing Introduced
  970. "Blood Forge" is missing Link
  971. "Blood Forge" is missing MaxRank
  972. "Blood Forge" is missing Tradable
  973. "Blood Forge" is missing Type
  974. "Blood Rush" is missing BaseDrain
  975. "Blood Rush" is missing Description
  976. "Blood Rush" is missing Icon
  977. "Blood Rush" is missing InternalName
  978. "Blood Rush" is missing Introduced
  979. "Blood Rush" is missing Link
  980. "Blood Rush" is missing MaxRank
  981. "Blood Rush" is missing Tradable
  982. "Blood Rush" is missing Type
  983. "Blunderbuss" is missing BaseDrain
  984. "Blunderbuss" is missing Description
  985. "Blunderbuss" is missing Icon
  986. "Blunderbuss" is missing InternalName
  987. "Blunderbuss" is missing Introduced
  988. "Blunderbuss" is missing Link
  989. "Blunderbuss" is missing MaxRank
  990. "Blunderbuss" is missing Tradable
  991. "Blunderbuss" is missing Transmutable
  992. "Blunderbuss" is missing Type
  993. "Body Count" is missing BaseDrain
  994. "Body Count" is missing Description
  995. "Body Count" is missing Icon
  996. "Body Count" is missing InternalName
  997. "Body Count" is missing Introduced
  998. "Body Count" is missing Link
  999. "Body Count" is missing MaxRank
  1000. "Body Count" is missing Tradable
  1001. "Body Count" is missing Type
  1002. "Bomb The Landin'" is missing BaseDrain
  1003. "Bomb The Landin'" is missing Description
  1004. "Bomb The Landin'" is missing Icon
  1005. "Bomb The Landin'" is missing InternalName
  1006. "Bomb The Landin'" is missing Link
  1007. "Bomb The Landin'" is missing MaxRank
  1008. "Bomb The Landin'" is missing Tradable
  1009. "Bomb The Landin'" is missing Type
  1010. "Bore" is missing BaseDrain
  1011. "Bore" is missing Description
  1012. "Bore" is missing Icon
  1013. "Bore" is missing InternalName
  1014. "Bore" is missing Introduced
  1015. "Bore" is missing Link
  1016. "Bore" is missing MaxRank
  1017. "Bore" is missing Tradable
  1018. "Bore" is missing Type
  1019. "Botanist" is missing BaseDrain
  1020. "Botanist" is missing Description
  1021. "Botanist" is missing Icon
  1022. "Botanist" is missing InternalName
  1023. "Botanist" is missing Introduced
  1024. "Botanist" is missing Link
  1025. "Botanist" is missing MaxRank
  1026. "Botanist" is missing Tradable
  1027. "Botanist" is missing Type
  1028. "Bounty Hunter" is missing BaseDrain
  1029. "Bounty Hunter" is missing Description
  1030. "Bounty Hunter" is missing Icon
  1031. "Bounty Hunter" is missing InternalName
  1032. "Bounty Hunter" is missing Introduced
  1033. "Bounty Hunter" is missing Link
  1034. "Bounty Hunter" is missing MaxRank
  1035. "Bounty Hunter" is missing Tradable
  1036. "Bounty Hunter" is missing Type
  1037. "Brain Storm" is missing BaseDrain
  1038. "Brain Storm" is missing Description
  1039. "Brain Storm" is missing Icon
  1040. "Brain Storm" is missing InternalName
  1041. "Brain Storm" is missing Link
  1042. "Brain Storm" is missing MaxRank
  1043. "Brain Storm" is missing Tradable
  1044. "Brain Storm" is missing Type
  1045. "Breach Loader" is missing BaseDrain
  1046. "Breach Loader" is missing Description
  1047. "Breach Loader" is missing Icon
  1048. "Breach Loader" is missing InternalName
  1049. "Breach Loader" is missing Introduced
  1050. "Breach Loader" is missing Link
  1051. "Breach Loader" is missing MaxRank
  1052. "Breach Loader" is missing Tradable
  1053. "Breach Loader" is missing Type
  1054. "Brief Respite" is missing BaseDrain
  1055. "Brief Respite" is missing Description
  1056. "Brief Respite" is missing Icon
  1057. "Brief Respite" is missing InternalName
  1058. "Brief Respite" is missing Introduced
  1059. "Brief Respite" is missing Link
  1060. "Brief Respite" is missing MaxRank
  1061. "Brief Respite" is missing Tradable
  1062. "Brief Respite" is missing Type
  1063. "Bright Purity" is missing BaseDrain
  1064. "Bright Purity" is missing Description
  1065. "Bright Purity" is missing Icon
  1066. "Bright Purity" is missing InternalName
  1067. "Bright Purity" is missing Introduced
  1068. "Bright Purity" is missing Link
  1069. "Bright Purity" is missing MaxRank
  1070. "Bright Purity" is missing Tradable
  1071. "Bright Purity" is missing Type
  1072. "Broad Eye" is missing BaseDrain
  1073. "Broad Eye" is missing Description
  1074. "Broad Eye" is missing Icon
  1075. "Broad Eye" is missing InternalName
  1076. "Broad Eye" is missing Introduced
  1077. "Broad Eye" is missing Link
  1078. "Broad Eye" is missing MaxRank
  1079. "Broad Eye" is missing Tradable
  1080. "Broad Eye" is missing Type
  1081. "Brutal Tide" is missing BaseDrain
  1082. "Brutal Tide" is missing Description
  1083. "Brutal Tide" is missing Icon
  1084. "Brutal Tide" is missing InternalName
  1085. "Brutal Tide" is missing Introduced
  1086. "Brutal Tide" is missing Link
  1087. "Brutal Tide" is missing MaxRank
  1088. "Brutal Tide" is missing Tradable
  1089. "Brutal Tide" is missing Transmutable
  1090. "Brutal Tide" is missing Type
  1091. "Bullet Dance" is missing BaseDrain
  1092. "Bullet Dance" is missing Description
  1093. "Bullet Dance" is missing Icon
  1094. "Bullet Dance" is missing InternalName
  1095. "Bullet Dance" is missing Introduced
  1096. "Bullet Dance" is missing Link
  1097. "Bullet Dance" is missing MaxRank
  1098. "Bullet Dance" is missing Tradable
  1099. "Bullet Dance" is missing Transmutable
  1100. "Bullet Dance" is missing Type
  1101. "Burdened Magazine" is missing BaseDrain
  1102. "Burdened Magazine" is missing Description
  1103. "Burdened Magazine" is missing Icon
  1104. "Burdened Magazine" is missing InternalName
  1105. "Burdened Magazine" is missing Introduced
  1106. "Burdened Magazine" is missing Link
  1107. "Burdened Magazine" is missing MaxRank
  1108. "Burdened Magazine" is missing Tradable
  1109. "Burdened Magazine" is missing Type
  1110. "Burning Wasp" is missing BaseDrain
  1111. "Burning Wasp" is missing Description
  1112. "Burning Wasp" is missing Icon
  1113. "Burning Wasp" is missing InternalName
  1114. "Burning Wasp" is missing Introduced
  1115. "Burning Wasp" is missing Link
  1116. "Burning Wasp" is missing MaxRank
  1117. "Burning Wasp" is missing Tradable
  1118. "Burning Wasp" is missing Transmutable
  1119. "Burning Wasp" is missing Type
  1120. "Bursting Mass" is missing BaseDrain
  1121. "Bursting Mass" is missing Description
  1122. "Bursting Mass" is missing Icon
  1123. "Bursting Mass" is missing InternalName
  1124. "Bursting Mass" is missing Introduced
  1125. "Bursting Mass" is missing Link
  1126. "Bursting Mass" is missing MaxRank
  1127. "Bursting Mass" is missing Tradable
  1128. "Bursting Mass" is missing Type
  1129. "Buzz Kill" is missing BaseDrain
  1130. "Buzz Kill" is missing Description
  1131. "Buzz Kill" is missing Icon
  1132. "Buzz Kill" is missing InternalName
  1133. "Buzz Kill" is missing Introduced
  1134. "Buzz Kill" is missing Link
  1135. "Buzz Kill" is missing MaxRank
  1136. "Buzz Kill" is missing Tradable
  1137. "Buzz Kill" is missing Type
  1138. "Calculated Redirection" is missing BaseDrain
  1139. "Calculated Redirection" is missing Description
  1140. "Calculated Redirection" is missing Icon
  1141. "Calculated Redirection" is missing InternalName
  1142. "Calculated Redirection" is missing Introduced
  1143. "Calculated Redirection" is missing Link
  1144. "Calculated Redirection" is missing MaxRank
  1145. "Calculated Redirection" is missing Tradable
  1146. "Calculated Redirection" is missing Type
  1147. "Calculated Shot" is missing BaseDrain
  1148. "Calculated Shot" is missing Description
  1149. "Calculated Shot" is missing Icon
  1150. "Calculated Shot" is missing InternalName
  1151. "Calculated Shot" is missing Introduced
  1152. "Calculated Shot" is missing Link
  1153. "Calculated Shot" is missing MaxRank
  1154. "Calculated Shot" is missing Tradable
  1155. "Calculated Shot" is missing Type
  1156. "Calculated Spring" is missing BaseDrain
  1157. "Calculated Spring" is missing Description
  1158. "Calculated Spring" is missing Icon
  1159. "Calculated Spring" is missing InternalName
  1160. "Calculated Spring" is missing Introduced
  1161. "Calculated Spring" is missing Link
  1162. "Calculated Spring" is missing MaxRank
  1163. "Calculated Spring" is missing Tradable
  1164. "Calculated Spring" is missing Type
  1165. "Calculated Victory" is missing BaseDrain
  1166. "Calculated Victory" is missing Description
  1167. "Calculated Victory" is missing Icon
  1168. "Calculated Victory" is missing InternalName
  1169. "Calculated Victory" is missing Introduced
  1170. "Calculated Victory" is missing Link
  1171. "Calculated Victory" is missing MaxRank
  1172. "Calculated Victory" is missing Tradable
  1173. "Calculated Victory" is missing Type
  1174. "Calm & Frenzy" is missing BaseDrain
  1175. "Calm & Frenzy" is missing Description
  1176. "Calm & Frenzy" is missing Icon
  1177. "Calm & Frenzy" is missing InternalName
  1178. "Calm & Frenzy" is missing Introduced
  1179. "Calm & Frenzy" is missing Link
  1180. "Calm & Frenzy" is missing MaxRank
  1181. "Calm & Frenzy" is missing Tradable
  1182. "Calm & Frenzy" is missing Type
  1183. "Cannonade" is missing BaseDrain
  1184. "Cannonade" is missing Description
  1185. "Cannonade" is missing Icon
  1186. "Cannonade" is missing InternalName
  1187. "Cannonade" is missing Introduced
  1188. "Cannonade" is missing Link
  1189. "Cannonade" is missing MaxRank
  1190. "Cannonade" is missing Tradable
  1191. "Cannonade" is missing Type
  1192. "Capacitance" is missing BaseDrain
  1193. "Capacitance" is missing Description
  1194. "Capacitance" is missing Icon
  1195. "Capacitance" is missing InternalName
  1196. "Capacitance" is missing Introduced
  1197. "Capacitance" is missing Link
  1198. "Capacitance" is missing MaxRank
  1199. "Capacitance" is missing Tradable
  1200. "Capacitance" is missing Type
  1201. "Carnis Carapace" is missing BaseDrain
  1202. "Carnis Carapace" is missing Description
  1203. "Carnis Carapace" is missing Icon
  1204. "Carnis Carapace" is missing InternalName
  1205. "Carnis Carapace" is missing Link
  1206. "Carnis Carapace" is missing MaxRank
  1207. "Carnis Carapace" is missing Tradable
  1208. "Carnis Carapace" is missing Type
  1209. "Carnis Mandible" is missing BaseDrain
  1210. "Carnis Mandible" is missing Description
  1211. "Carnis Mandible" is missing Icon
  1212. "Carnis Mandible" is missing InternalName
  1213. "Carnis Mandible" is missing Link
  1214. "Carnis Mandible" is missing MaxRank
  1215. "Carnis Mandible" is missing Tradable
  1216. "Carnis Mandible" is missing Type
  1217. "Carnis Stinger" is missing BaseDrain
  1218. "Carnis Stinger" is missing Description
  1219. "Carnis Stinger" is missing Icon
  1220. "Carnis Stinger" is missing InternalName
  1221. "Carnis Stinger" is missing Link
  1222. "Carnis Stinger" is missing MaxRank
  1223. "Carnis Stinger" is missing Tradable
  1224. "Carnis Stinger" is missing Type
  1225. "Carving Mantis" is missing BaseDrain
  1226. "Carving Mantis" is missing Description
  1227. "Carving Mantis" is missing Icon
  1228. "Carving Mantis" is missing InternalName
  1229. "Carving Mantis" is missing Introduced
  1230. "Carving Mantis" is missing Link
  1231. "Carving Mantis" is missing MaxRank
  1232. "Carving Mantis" is missing Tradable
  1233. "Carving Mantis" is missing Transmutable
  1234. "Carving Mantis" is missing Type
  1235. "Cat's Eye" is missing BaseDrain
  1236. "Cat's Eye" is missing Description
  1237. "Cat's Eye" is missing Icon
  1238. "Cat's Eye" is missing InternalName
  1239. "Cat's Eye" is missing Introduced
  1240. "Cat's Eye" is missing Link
  1241. "Cat's Eye" is missing MaxRank
  1242. "Cat's Eye" is missing Tradable
  1243. "Cat's Eye" is missing Transmutable
  1244. "Cat's Eye" is missing Type
  1245. "Cataclysmic Continuum" is missing BaseDrain
  1246. "Cataclysmic Continuum" is missing Description
  1247. "Cataclysmic Continuum" is missing Icon
  1248. "Cataclysmic Continuum" is missing InternalName
  1249. "Cataclysmic Continuum" is missing Introduced
  1250. "Cataclysmic Continuum" is missing Link
  1251. "Cataclysmic Continuum" is missing MaxRank
  1252. "Cataclysmic Continuum" is missing Tradable
  1253. "Cataclysmic Continuum" is missing Type
  1254. "Catalyzer Link" is missing BaseDrain
  1255. "Catalyzer Link" is missing Description
  1256. "Catalyzer Link" is missing Icon
  1257. "Catalyzer Link" is missing InternalName
  1258. "Catalyzer Link" is missing Introduced
  1259. "Catalyzer Link" is missing Link
  1260. "Catalyzer Link" is missing MaxRank
  1261. "Catalyzer Link" is missing Tradable
  1262. "Catalyzer Link" is missing Type
  1263. "Catapult" is missing BaseDrain
  1264. "Catapult" is missing Description
  1265. "Catapult" is missing Icon
  1266. "Catapult" is missing InternalName
  1267. "Catapult" is missing Introduced
  1268. "Catapult" is missing Link
  1269. "Catapult" is missing MaxRank
  1270. "Catapult" is missing Tradable
  1271. "Catapult" is missing Type
  1272. "Cautious Shot" is missing BaseDrain
  1273. "Cautious Shot" is missing Description
  1274. "Cautious Shot" is missing Icon
  1275. "Cautious Shot" is missing InternalName
  1276. "Cautious Shot" is missing Link
  1277. "Cautious Shot" is missing MaxRank
  1278. "Cautious Shot" is missing Tradable
  1279. "Cautious Shot" is missing Type
  1280. "Celestial Nightfall" is missing BaseDrain
  1281. "Celestial Nightfall" is missing Description
  1282. "Celestial Nightfall" is missing Icon
  1283. "Celestial Nightfall" is missing InternalName
  1284. "Celestial Nightfall" is missing Introduced
  1285. "Celestial Nightfall" is missing Link
  1286. "Celestial Nightfall" is missing MaxRank
  1287. "Celestial Nightfall" is missing Tradable
  1288. "Celestial Nightfall" is missing Type
  1289. "Celestial Stomp" is missing BaseDrain
  1290. "Celestial Stomp" is missing Description
  1291. "Celestial Stomp" is missing Icon
  1292. "Celestial Stomp" is missing InternalName
  1293. "Celestial Stomp" is missing Introduced
  1294. "Celestial Stomp" is missing Link
  1295. "Celestial Stomp" is missing MaxRank
  1296. "Celestial Stomp" is missing Tradable
  1297. "Celestial Stomp" is missing Type
  1298. "Chaos Sphere" is missing BaseDrain
  1299. "Chaos Sphere" is missing Description
  1300. "Chaos Sphere" is missing Icon
  1301. "Chaos Sphere" is missing InternalName
  1302. "Chaos Sphere" is missing Introduced
  1303. "Chaos Sphere" is missing Link
  1304. "Chaos Sphere" is missing MaxRank
  1305. "Chaos Sphere" is missing Tradable
  1306. "Chaos Sphere" is missing Type
  1307. "Charged Bullets" is missing BaseDrain
  1308. "Charged Bullets" is missing Description
  1309. "Charged Bullets" is missing Icon
  1310. "Charged Bullets" is missing InternalName
  1311. "Charged Bullets" is missing Introduced
  1312. "Charged Bullets" is missing Link
  1313. "Charged Bullets" is missing MaxRank
  1314. "Charged Bullets" is missing Tradable
  1315. "Charged Bullets" is missing Transmutable
  1316. "Charged Bullets" is missing Type
  1317. "Charged Chamber" is missing BaseDrain
  1318. "Charged Chamber" is missing Description
  1319. "Charged Chamber" is missing Icon
  1320. "Charged Chamber" is missing InternalName
  1321. "Charged Chamber" is missing Link
  1322. "Charged Chamber" is missing MaxRank
  1323. "Charged Chamber" is missing Tradable
  1324. "Charged Chamber" is missing Transmutable
  1325. "Charged Chamber" is missing Type
  1326. "Charged Shell" is missing BaseDrain
  1327. "Charged Shell" is missing Description
  1328. "Charged Shell" is missing Icon
  1329. "Charged Shell" is missing InternalName
  1330. "Charged Shell" is missing Introduced
  1331. "Charged Shell" is missing Link
  1332. "Charged Shell" is missing MaxRank
  1333. "Charged Shell" is missing Tradable
  1334. "Charged Shell" is missing Transmutable
  1335. "Charged Shell" is missing Type
  1336. "Charm" is missing BaseDrain
  1337. "Charm" is missing Description
  1338. "Charm" is missing Icon
  1339. "Charm" is missing InternalName
  1340. "Charm" is missing Introduced
  1341. "Charm" is missing Link
  1342. "Charm" is missing MaxRank
  1343. "Charm" is missing Tradable
  1344. "Charm" is missing Transmutable
  1345. "Charm" is missing Type
  1346. "Chilling Globe" is missing BaseDrain
  1347. "Chilling Globe" is missing Description
  1348. "Chilling Globe" is missing Icon
  1349. "Chilling Globe" is missing InternalName
  1350. "Chilling Globe" is missing Introduced
  1351. "Chilling Globe" is missing Link
  1352. "Chilling Globe" is missing MaxRank
  1353. "Chilling Globe" is missing Tradable
  1354. "Chilling Globe" is missing Type
  1355. "Chilling Grasp" is missing BaseDrain
  1356. "Chilling Grasp" is missing Description
  1357. "Chilling Grasp" is missing Icon
  1358. "Chilling Grasp" is missing InternalName
  1359. "Chilling Grasp" is missing Introduced
  1360. "Chilling Grasp" is missing Link
  1361. "Chilling Grasp" is missing MaxRank
  1362. "Chilling Grasp" is missing Tradable
  1363. "Chilling Grasp" is missing Transmutable
  1364. "Chilling Grasp" is missing Type
  1365. "Chilling Reload" is missing BaseDrain
  1366. "Chilling Reload" is missing Description
  1367. "Chilling Reload" is missing Icon
  1368. "Chilling Reload" is missing InternalName
  1369. "Chilling Reload" is missing Introduced
  1370. "Chilling Reload" is missing Link
  1371. "Chilling Reload" is missing MaxRank
  1372. "Chilling Reload" is missing Tradable
  1373. "Chilling Reload" is missing Type
  1374. "Chromatic Blade" is missing BaseDrain
  1375. "Chromatic Blade" is missing Description
  1376. "Chromatic Blade" is missing Icon
  1377. "Chromatic Blade" is missing InternalName
  1378. "Chromatic Blade" is missing Link
  1379. "Chromatic Blade" is missing MaxRank
  1380. "Chromatic Blade" is missing Tradable
  1381. "Chromatic Blade" is missing Type
  1382. "Clashing Forest" is missing BaseDrain
  1383. "Clashing Forest" is missing Description
  1384. "Clashing Forest" is missing Icon
  1385. "Clashing Forest" is missing InternalName
  1386. "Clashing Forest" is missing Introduced
  1387. "Clashing Forest" is missing Link
  1388. "Clashing Forest" is missing MaxRank
  1389. "Clashing Forest" is missing Tradable
  1390. "Clashing Forest" is missing Transmutable
  1391. "Clashing Forest" is missing Type
  1392. "Cleanse Corpus" is missing BaseDrain
  1393. "Cleanse Corpus" is missing Description
  1394. "Cleanse Corpus" is missing Icon
  1395. "Cleanse Corpus" is missing InternalName
  1396. "Cleanse Corpus" is missing Introduced
  1397. "Cleanse Corpus" is missing Link
  1398. "Cleanse Corpus" is missing MaxRank
  1399. "Cleanse Corpus" is missing Tradable
  1400. "Cleanse Corpus" is missing Transmutable
  1401. "Cleanse Corpus" is missing Type
  1402. "Cleanse Corrupted" is missing BaseDrain
  1403. "Cleanse Corrupted" is missing Description
  1404. "Cleanse Corrupted" is missing Icon
  1405. "Cleanse Corrupted" is missing InternalName
  1406. "Cleanse Corrupted" is missing Introduced
  1407. "Cleanse Corrupted" is missing Link
  1408. "Cleanse Corrupted" is missing MaxRank
  1409. "Cleanse Corrupted" is missing Tradable
  1410. "Cleanse Corrupted" is missing Transmutable
  1411. "Cleanse Corrupted" is missing Type
  1412. "Cleanse Grineer" is missing BaseDrain
  1413. "Cleanse Grineer" is missing Description
  1414. "Cleanse Grineer" is missing Icon
  1415. "Cleanse Grineer" is missing InternalName
  1416. "Cleanse Grineer" is missing Introduced
  1417. "Cleanse Grineer" is missing Link
  1418. "Cleanse Grineer" is missing MaxRank
  1419. "Cleanse Grineer" is missing Tradable
  1420. "Cleanse Grineer" is missing Transmutable
  1421. "Cleanse Grineer" is missing Type
  1422. "Cleanse Infested" is missing BaseDrain
  1423. "Cleanse Infested" is missing Description
  1424. "Cleanse Infested" is missing Icon
  1425. "Cleanse Infested" is missing InternalName
  1426. "Cleanse Infested" is missing Introduced
  1427. "Cleanse Infested" is missing Link
  1428. "Cleanse Infested" is missing MaxRank
  1429. "Cleanse Infested" is missing Tradable
  1430. "Cleanse Infested" is missing Transmutable
  1431. "Cleanse Infested" is missing Type
  1432. "Cleaving Whirlwind" is missing BaseDrain
  1433. "Cleaving Whirlwind" is missing Description
  1434. "Cleaving Whirlwind" is missing Icon
  1435. "Cleaving Whirlwind" is missing InternalName
  1436. "Cleaving Whirlwind" is missing Introduced
  1437. "Cleaving Whirlwind" is missing Link
  1438. "Cleaving Whirlwind" is missing MaxRank
  1439. "Cleaving Whirlwind" is missing Tradable
  1440. "Cleaving Whirlwind" is missing Transmutable
  1441. "Cleaving Whirlwind" is missing Type
  1442. "Coaction Drift" is missing BaseDrain
  1443. "Coaction Drift" is missing Description
  1444. "Coaction Drift" is missing Icon
  1445. "Coaction Drift" is missing InternalName
  1446. "Coaction Drift" is missing Link
  1447. "Coaction Drift" is missing MaxRank
  1448. "Coaction Drift" is missing Tradable
  1449. "Coaction Drift" is missing Type
  1450. "Coiling Viper" is missing BaseDrain
  1451. "Coiling Viper" is missing Description
  1452. "Coiling Viper" is missing Icon
  1453. "Coiling Viper" is missing InternalName
  1454. "Coiling Viper" is missing Introduced
  1455. "Coiling Viper" is missing Link
  1456. "Coiling Viper" is missing MaxRank
  1457. "Coiling Viper" is missing Tradable
  1458. "Coiling Viper" is missing Transmutable
  1459. "Coiling Viper" is missing Type
  1460. "Cold Arrival" is missing BaseDrain
  1461. "Cold Arrival" is missing Description
  1462. "Cold Arrival" is missing Icon
  1463. "Cold Arrival" is missing InternalName
  1464. "Cold Arrival" is missing Introduced
  1465. "Cold Arrival" is missing Link
  1466. "Cold Arrival" is missing MaxRank
  1467. "Cold Arrival" is missing Tradable
  1468. "Cold Arrival" is missing Type
  1469. "Cold Snap" is missing BaseDrain
  1470. "Cold Snap" is missing Description
  1471. "Cold Snap" is missing Icon
  1472. "Cold Snap" is missing InternalName
  1473. "Cold Snap" is missing Introduced
  1474. "Cold Snap" is missing Link
  1475. "Cold Snap" is missing MaxRank
  1476. "Cold Snap" is missing Tradable
  1477. "Cold Snap" is missing Transmutable
  1478. "Cold Snap" is missing Type
  1479. "Collision Force" is missing BaseDrain
  1480. "Collision Force" is missing Description
  1481. "Collision Force" is missing Icon
  1482. "Collision Force" is missing InternalName
  1483. "Collision Force" is missing Introduced
  1484. "Collision Force" is missing Link
  1485. "Collision Force" is missing MaxRank
  1486. "Collision Force" is missing Tradable
  1487. "Collision Force" is missing Type
  1488. "Combat Discipline" is missing BaseDrain
  1489. "Combat Discipline" is missing Description
  1490. "Combat Discipline" is missing Icon
  1491. "Combat Discipline" is missing InternalName
  1492. "Combat Discipline" is missing Introduced
  1493. "Combat Discipline" is missing Link
  1494. "Combat Discipline" is missing MaxRank
  1495. "Combat Discipline" is missing Tradable
  1496. "Combat Discipline" is missing Type
  1497. "Combo Fury" is missing BaseDrain
  1498. "Combo Fury" is missing Description
  1499. "Combo Fury" is missing Icon
  1500. "Combo Fury" is missing InternalName
  1501. "Combo Fury" is missing Link
  1502. "Combo Fury" is missing MaxRank
  1503. "Combo Fury" is missing Tradable
  1504. "Combo Fury" is missing Type
  1505. "Combo Killer" is missing BaseDrain
  1506. "Combo Killer" is missing Description
  1507. "Combo Killer" is missing Icon
  1508. "Combo Killer" is missing InternalName
  1509. "Combo Killer" is missing Link
  1510. "Combo Killer" is missing MaxRank
  1511. "Combo Killer" is missing Tradable
  1512. "Combo Killer" is missing Type
  1513. "Combustion Beam" is missing BaseDrain
  1514. "Combustion Beam" is missing Description
  1515. "Combustion Beam" is missing Icon
  1516. "Combustion Beam" is missing InternalName
  1517. "Combustion Beam" is missing Introduced
  1518. "Combustion Beam" is missing Link
  1519. "Combustion Beam" is missing MaxRank
  1520. "Combustion Beam" is missing Tradable
  1521. "Combustion Beam" is missing Transmutable
  1522. "Combustion Beam" is missing Type
  1523. "Combustion Rounds" is missing BaseDrain
  1524. "Combustion Rounds" is missing Description
  1525. "Combustion Rounds" is missing Icon
  1526. "Combustion Rounds" is missing InternalName
  1527. "Combustion Rounds" is missing Introduced
  1528. "Combustion Rounds" is missing Link
  1529. "Combustion Rounds" is missing MaxRank
  1530. "Combustion Rounds" is missing Tradable
  1531. "Combustion Rounds" is missing Transmutable
  1532. "Combustion Rounds" is missing Type
  1533. "Comet Blast" is missing BaseDrain
  1534. "Comet Blast" is missing Description
  1535. "Comet Blast" is missing Icon
  1536. "Comet Blast" is missing InternalName
  1537. "Comet Blast" is missing Introduced
  1538. "Comet Blast" is missing Link
  1539. "Comet Blast" is missing MaxRank
  1540. "Comet Blast" is missing Tradable
  1541. "Comet Blast" is missing Type
  1542. "Comet Rounds" is missing BaseDrain
  1543. "Comet Rounds" is missing Description
  1544. "Comet Rounds" is missing Icon
  1545. "Comet Rounds" is missing InternalName
  1546. "Comet Rounds" is missing Introduced
  1547. "Comet Rounds" is missing Link
  1548. "Comet Rounds" is missing MaxRank
  1549. "Comet Rounds" is missing Tradable
  1550. "Comet Rounds" is missing Type
  1551. "Concealed Explosives" is missing BaseDrain
  1552. "Concealed Explosives" is missing Description
  1553. "Concealed Explosives" is missing Icon
  1554. "Concealed Explosives" is missing InternalName
  1555. "Concealed Explosives" is missing Link
  1556. "Concealed Explosives" is missing MaxRank
  1557. "Concealed Explosives" is missing Tradable
  1558. "Concealed Explosives" is missing Transmutable
  1559. "Concealed Explosives" is missing Type
  1560. "Concentrated Arrow" is missing BaseDrain
  1561. "Concentrated Arrow" is missing Description
  1562. "Concentrated Arrow" is missing Icon
  1563. "Concentrated Arrow" is missing InternalName
  1564. "Concentrated Arrow" is missing Link
  1565. "Concentrated Arrow" is missing MaxRank
  1566. "Concentrated Arrow" is missing Tradable
  1567. "Concentrated Arrow" is missing Type
  1568. "Concussion Rounds" is missing BaseDrain
  1569. "Concussion Rounds" is missing Description
  1570. "Concussion Rounds" is missing Icon
  1571. "Concussion Rounds" is missing InternalName
  1572. "Concussion Rounds" is missing Link
  1573. "Concussion Rounds" is missing MaxRank
  1574. "Concussion Rounds" is missing Tradable
  1575. "Concussion Rounds" is missing Transmutable
  1576. "Concussion Rounds" is missing Type
  1577. "Condition Overload" is missing BaseDrain
  1578. "Condition Overload" is missing Description
  1579. "Condition Overload" is missing Icon
  1580. "Condition Overload" is missing InternalName
  1581. "Condition Overload" is missing Introduced
  1582. "Condition Overload" is missing Link
  1583. "Condition Overload" is missing MaxRank
  1584. "Condition Overload" is missing Tradable
  1585. "Condition Overload" is missing Transmutable
  1586. "Condition Overload" is missing Type
  1587. "Conductor" is missing BaseDrain
  1588. "Conductor" is missing Description
  1589. "Conductor" is missing Icon
  1590. "Conductor" is missing InternalName
  1591. "Conductor" is missing Introduced
  1592. "Conductor" is missing Link
  1593. "Conductor" is missing MaxRank
  1594. "Conductor" is missing Tradable
  1595. "Conductor" is missing Type
  1596. "Constitution" is missing BaseDrain
  1597. "Constitution" is missing Description
  1598. "Constitution" is missing Icon
  1599. "Constitution" is missing InternalName
  1600. "Constitution" is missing Introduced
  1601. "Constitution" is missing Link
  1602. "Constitution" is missing MaxRank
  1603. "Constitution" is missing Tradable
  1604. "Constitution" is missing Type
  1605. "Contagion Cloud" is missing BaseDrain
  1606. "Contagion Cloud" is missing Description
  1607. "Contagion Cloud" is missing Icon
  1608. "Contagion Cloud" is missing InternalName
  1609. "Contagion Cloud" is missing Introduced
  1610. "Contagion Cloud" is missing Link
  1611. "Contagion Cloud" is missing MaxRank
  1612. "Contagion Cloud" is missing Tradable
  1613. "Contagion Cloud" is missing Type
  1614. "Contagious Spread" is missing BaseDrain
  1615. "Contagious Spread" is missing Description
  1616. "Contagious Spread" is missing Icon
  1617. "Contagious Spread" is missing InternalName
  1618. "Contagious Spread" is missing Link
  1619. "Contagious Spread" is missing MaxRank
  1620. "Contagious Spread" is missing Tradable
  1621. "Contagious Spread" is missing Transmutable
  1622. "Contagious Spread" is missing Type
  1623. "Contamination Casing" is missing BaseDrain
  1624. "Contamination Casing" is missing Description
  1625. "Contamination Casing" is missing Icon
  1626. "Contamination Casing" is missing InternalName
  1627. "Contamination Casing" is missing Introduced
  1628. "Contamination Casing" is missing Link
  1629. "Contamination Casing" is missing MaxRank
  1630. "Contamination Casing" is missing Tradable
  1631. "Contamination Casing" is missing Transmutable
  1632. "Contamination Casing" is missing Type
  1633. "Continuity" is missing BaseDrain
  1634. "Continuity" is missing Description
  1635. "Continuity" is missing Icon
  1636. "Continuity" is missing InternalName
  1637. "Continuity" is missing Introduced
  1638. "Continuity" is missing Link
  1639. "Continuity" is missing MaxRank
  1640. "Continuity" is missing Tradable
  1641. "Continuity" is missing Transmutable
  1642. "Continuity" is missing Type
  1643. "Continuous Misery" is missing BaseDrain
  1644. "Continuous Misery" is missing Description
  1645. "Continuous Misery" is missing Icon
  1646. "Continuous Misery" is missing InternalName
  1647. "Continuous Misery" is missing Introduced
  1648. "Continuous Misery" is missing Link
  1649. "Continuous Misery" is missing MaxRank
  1650. "Continuous Misery" is missing Tradable
  1651. "Continuous Misery" is missing Transmutable
  1652. "Continuous Misery" is missing Type
  1653. "Controlled Slide" is missing BaseDrain
  1654. "Controlled Slide" is missing Description
  1655. "Controlled Slide" is missing Icon
  1656. "Controlled Slide" is missing InternalName
  1657. "Controlled Slide" is missing Introduced
  1658. "Controlled Slide" is missing Link
  1659. "Controlled Slide" is missing MaxRank
  1660. "Controlled Slide" is missing Tradable
  1661. "Controlled Slide" is missing Type
  1662. "Convulsion" is missing BaseDrain
  1663. "Convulsion" is missing Description
  1664. "Convulsion" is missing Icon
  1665. "Convulsion" is missing InternalName
  1666. "Convulsion" is missing Introduced
  1667. "Convulsion" is missing Link
  1668. "Convulsion" is missing MaxRank
  1669. "Convulsion" is missing Tradable
  1670. "Convulsion" is missing Transmutable
  1671. "Convulsion" is missing Type
  1672. "Coolant Leak" is missing BaseDrain
  1673. "Coolant Leak" is missing Description
  1674. "Coolant Leak" is missing Icon
  1675. "Coolant Leak" is missing InternalName
  1676. "Coolant Leak" is missing Link
  1677. "Coolant Leak" is missing MaxRank
  1678. "Coolant Leak" is missing Tradable
  1679. "Coolant Leak" is missing Transmutable
  1680. "Coolant Leak" is missing Type
  1681. "Corroding Barrage" is missing BaseDrain
  1682. "Corroding Barrage" is missing Description
  1683. "Corroding Barrage" is missing Icon
  1684. "Corroding Barrage" is missing InternalName
  1685. "Corroding Barrage" is missing Introduced
  1686. "Corroding Barrage" is missing Link
  1687. "Corroding Barrage" is missing MaxRank
  1688. "Corroding Barrage" is missing Tradable
  1689. "Corroding Barrage" is missing Type
  1690. "Corrosive Projection" is missing BaseDrain
  1691. "Corrosive Projection" is missing Description
  1692. "Corrosive Projection" is missing Icon
  1693. "Corrosive Projection" is missing InternalName
  1694. "Corrosive Projection" is missing Introduced
  1695. "Corrosive Projection" is missing Link
  1696. "Corrosive Projection" is missing MaxRank
  1697. "Corrosive Projection" is missing Tradable
  1698. "Corrosive Projection" is missing Type
  1699. "Corrupt Charge" is missing BaseDrain
  1700. "Corrupt Charge" is missing Description
  1701. "Corrupt Charge" is missing Icon
  1702. "Corrupt Charge" is missing InternalName
  1703. "Corrupt Charge" is missing Introduced
  1704. "Corrupt Charge" is missing Link
  1705. "Corrupt Charge" is missing MaxRank
  1706. "Corrupt Charge" is missing Tradable
  1707. "Corrupt Charge" is missing Type
  1708. "Counter Pulse" is missing BaseDrain
  1709. "Counter Pulse" is missing Description
  1710. "Counter Pulse" is missing Icon
  1711. "Counter Pulse" is missing InternalName
  1712. "Counter Pulse" is missing Introduced
  1713. "Counter Pulse" is missing Link
  1714. "Counter Pulse" is missing MaxRank
  1715. "Counter Pulse" is missing Tradable
  1716. "Counter Pulse" is missing Type
  1717. "Counterweight" is missing BaseDrain
  1718. "Counterweight" is missing Description
  1719. "Counterweight" is missing Icon
  1720. "Counterweight" is missing InternalName
  1721. "Counterweight" is missing Introduced
  1722. "Counterweight" is missing Link
  1723. "Counterweight" is missing MaxRank
  1724. "Counterweight" is missing Tradable
  1725. "Counterweight" is missing Type
  1726. "Covert Lethality" is missing BaseDrain
  1727. "Covert Lethality" is missing Description
  1728. "Covert Lethality" is missing Icon
  1729. "Covert Lethality" is missing InternalName
  1730. "Covert Lethality" is missing Introduced
  1731. "Covert Lethality" is missing Link
  1732. "Covert Lethality" is missing MaxRank
  1733. "Covert Lethality" is missing Tradable
  1734. "Covert Lethality" is missing Transmutable
  1735. "Covert Lethality" is missing Type
  1736. "Crash Course" is missing BaseDrain
  1737. "Crash Course" is missing Description
  1738. "Crash Course" is missing Icon
  1739. "Crash Course" is missing InternalName
  1740. "Crash Course" is missing Introduced
  1741. "Crash Course" is missing Link
  1742. "Crash Course" is missing MaxRank
  1743. "Crash Course" is missing Tradable
  1744. "Crash Course" is missing Type
  1745. "Crash Shot" is missing BaseDrain
  1746. "Crash Shot" is missing Description
  1747. "Crash Shot" is missing Icon
  1748. "Crash Shot" is missing InternalName
  1749. "Crash Shot" is missing Introduced
  1750. "Crash Shot" is missing Link
  1751. "Crash Shot" is missing MaxRank
  1752. "Crash Shot" is missing Tradable
  1753. "Crash Shot" is missing Type
  1754. "Crashing Havoc" is missing BaseDrain
  1755. "Crashing Havoc" is missing Description
  1756. "Crashing Havoc" is missing Icon
  1757. "Crashing Havoc" is missing InternalName
  1758. "Crashing Havoc" is missing Introduced
  1759. "Crashing Havoc" is missing Link
  1760. "Crashing Havoc" is missing MaxRank
  1761. "Crashing Havoc" is missing Tradable
  1762. "Crashing Havoc" is missing Type
  1763. "Crashing Timber" is missing BaseDrain
  1764. "Crashing Timber" is missing Description
  1765. "Crashing Timber" is missing Icon
  1766. "Crashing Timber" is missing InternalName
  1767. "Crashing Timber" is missing Introduced
  1768. "Crashing Timber" is missing Link
  1769. "Crashing Timber" is missing MaxRank
  1770. "Crashing Timber" is missing Tradable
  1771. "Crashing Timber" is missing Type
  1772. "Creeping Bullseye" is missing BaseDrain
  1773. "Creeping Bullseye" is missing Description
  1774. "Creeping Bullseye" is missing Icon
  1775. "Creeping Bullseye" is missing InternalName
  1776. "Creeping Bullseye" is missing Introduced
  1777. "Creeping Bullseye" is missing Link
  1778. "Creeping Bullseye" is missing MaxRank
  1779. "Creeping Bullseye" is missing Tradable
  1780. "Creeping Bullseye" is missing Type
  1781. "Creeping Terrify" is missing BaseDrain
  1782. "Creeping Terrify" is missing Description
  1783. "Creeping Terrify" is missing Icon
  1784. "Creeping Terrify" is missing InternalName
  1785. "Creeping Terrify" is missing Introduced
  1786. "Creeping Terrify" is missing Link
  1787. "Creeping Terrify" is missing MaxRank
  1788. "Creeping Terrify" is missing Tradable
  1789. "Creeping Terrify" is missing Type
  1790. "Crescent Charge" is missing BaseDrain
  1791. "Crescent Charge" is missing Description
  1792. "Crescent Charge" is missing Icon
  1793. "Crescent Charge" is missing InternalName
  1794. "Crescent Charge" is missing Introduced
  1795. "Crescent Charge" is missing Link
  1796. "Crescent Charge" is missing MaxRank
  1797. "Crescent Charge" is missing Tradable
  1798. "Crescent Charge" is missing Type
  1799. "Crescent Devolution" is missing BaseDrain
  1800. "Crescent Devolution" is missing Description
  1801. "Crescent Devolution" is missing Icon
  1802. "Crescent Devolution" is missing InternalName
  1803. "Crescent Devolution" is missing Introduced
  1804. "Crescent Devolution" is missing Link
  1805. "Crescent Devolution" is missing MaxRank
  1806. "Crescent Devolution" is missing Tradable
  1807. "Crescent Devolution" is missing Type
  1808. "Crimson Dervish" is missing BaseDrain
  1809. "Crimson Dervish" is missing Description
  1810. "Crimson Dervish" is missing Icon
  1811. "Crimson Dervish" is missing InternalName
  1812. "Crimson Dervish" is missing Introduced
  1813. "Crimson Dervish" is missing Link
  1814. "Crimson Dervish" is missing MaxRank
  1815. "Crimson Dervish" is missing Tradable
  1816. "Crimson Dervish" is missing Transmutable
  1817. "Crimson Dervish" is missing Type
  1818. "Critical Deceleration" is missing BaseDrain
  1819. "Critical Deceleration" is missing Description
  1820. "Critical Deceleration" is missing Icon
  1821. "Critical Deceleration" is missing InternalName
  1822. "Critical Deceleration" is missing Introduced
  1823. "Critical Deceleration" is missing Link
  1824. "Critical Deceleration" is missing MaxRank
  1825. "Critical Deceleration" is missing Tradable
  1826. "Critical Deceleration" is missing Type
  1827. "Critical Delay" is missing BaseDrain
  1828. "Critical Delay" is missing Description
  1829. "Critical Delay" is missing Icon
  1830. "Critical Delay" is missing InternalName
  1831. "Critical Delay" is missing Link
  1832. "Critical Delay" is missing MaxRank
  1833. "Critical Delay" is missing Tradable
  1834. "Critical Delay" is missing Type
  1835. "Critical Focus" is missing BaseDrain
  1836. "Critical Focus" is missing Description
  1837. "Critical Focus" is missing Icon
  1838. "Critical Focus" is missing InternalName
  1839. "Critical Focus" is missing Introduced
  1840. "Critical Focus" is missing Link
  1841. "Critical Focus" is missing MaxRank
  1842. "Critical Focus" is missing Tradable
  1843. "Critical Focus" is missing Transmutable
  1844. "Critical Focus" is missing Type
  1845. "Critical Surge" is missing BaseDrain
  1846. "Critical Surge" is missing Description
  1847. "Critical Surge" is missing Icon
  1848. "Critical Surge" is missing InternalName
  1849. "Critical Surge" is missing Link
  1850. "Critical Surge" is missing MaxRank
  1851. "Critical Surge" is missing Tradable
  1852. "Critical Surge" is missing Type
  1853. "Crossing Snakes" is missing BaseDrain
  1854. "Crossing Snakes" is missing Description
  1855. "Crossing Snakes" is missing Icon
  1856. "Crossing Snakes" is missing InternalName
  1857. "Crossing Snakes" is missing Introduced
  1858. "Crossing Snakes" is missing Link
  1859. "Crossing Snakes" is missing MaxRank
  1860. "Crossing Snakes" is missing Tradable
  1861. "Crossing Snakes" is missing Transmutable
  1862. "Crossing Snakes" is missing Type
  1863. "Crowd Dispersion" is missing BaseDrain
  1864. "Crowd Dispersion" is missing Description
  1865. "Crowd Dispersion" is missing Icon
  1866. "Crowd Dispersion" is missing InternalName
  1867. "Crowd Dispersion" is missing Introduced
  1868. "Crowd Dispersion" is missing Link
  1869. "Crowd Dispersion" is missing MaxRank
  1870. "Crowd Dispersion" is missing Tradable
  1871. "Crowd Dispersion" is missing Transmutable
  1872. "Crowd Dispersion" is missing Type
  1873. "Crushing Ruin" is missing BaseDrain
  1874. "Crushing Ruin" is missing Description
  1875. "Crushing Ruin" is missing Icon
  1876. "Crushing Ruin" is missing InternalName
  1877. "Crushing Ruin" is missing Introduced
  1878. "Crushing Ruin" is missing Link
  1879. "Crushing Ruin" is missing MaxRank
  1880. "Crushing Ruin" is missing Tradable
  1881. "Crushing Ruin" is missing Transmutable
  1882. "Crushing Ruin" is missing Type
  1883. "Cryo Coating" is missing BaseDrain
  1884. "Cryo Coating" is missing Description
  1885. "Cryo Coating" is missing Icon
  1886. "Cryo Coating" is missing InternalName
  1887. "Cryo Coating" is missing Introduced
  1888. "Cryo Coating" is missing Link
  1889. "Cryo Coating" is missing MaxRank
  1890. "Cryo Coating" is missing Tradable
  1891. "Cryo Coating" is missing Transmutable
  1892. "Cryo Coating" is missing Type
  1893. "Cryo Rounds" is missing BaseDrain
  1894. "Cryo Rounds" is missing Description
  1895. "Cryo Rounds" is missing Icon
  1896. "Cryo Rounds" is missing InternalName
  1897. "Cryo Rounds" is missing Introduced
  1898. "Cryo Rounds" is missing Link
  1899. "Cryo Rounds" is missing MaxRank
  1900. "Cryo Rounds" is missing Tradable
  1901. "Cryo Rounds" is missing Transmutable
  1902. "Cryo Rounds" is missing Type
  1903. "Cunning Aspect" is missing BaseDrain
  1904. "Cunning Aspect" is missing Description
  1905. "Cunning Aspect" is missing Icon
  1906. "Cunning Aspect" is missing InternalName
  1907. "Cunning Aspect" is missing Introduced
  1908. "Cunning Aspect" is missing Link
  1909. "Cunning Aspect" is missing MaxRank
  1910. "Cunning Aspect" is missing Tradable
  1911. "Cunning Aspect" is missing Type
  1912. "Cunning Drift" is missing BaseDrain
  1913. "Cunning Drift" is missing Description
  1914. "Cunning Drift" is missing Icon
  1915. "Cunning Drift" is missing InternalName
  1916. "Cunning Drift" is missing Link
  1917. "Cunning Drift" is missing MaxRank
  1918. "Cunning Drift" is missing Tradable
  1919. "Cunning Drift" is missing Type
  1920. "Curative Undertow" is missing BaseDrain
  1921. "Curative Undertow" is missing Description
  1922. "Curative Undertow" is missing Icon
  1923. "Curative Undertow" is missing InternalName
  1924. "Curative Undertow" is missing Introduced
  1925. "Curative Undertow" is missing Link
  1926. "Curative Undertow" is missing MaxRank
  1927. "Curative Undertow" is missing Tradable
  1928. "Curative Undertow" is missing Type
  1929. "Cutting Edge" is missing BaseDrain
  1930. "Cutting Edge" is missing Description
  1931. "Cutting Edge" is missing Icon
  1932. "Cutting Edge" is missing InternalName
  1933. "Cutting Edge" is missing Introduced
  1934. "Cutting Edge" is missing Link
  1935. "Cutting Edge" is missing MaxRank
  1936. "Cutting Edge" is missing Tradable
  1937. "Cutting Edge" is missing Transmutable
  1938. "Cutting Edge" is missing Type
  1939. "Cyclone Kraken" is missing BaseDrain
  1940. "Cyclone Kraken" is missing Description
  1941. "Cyclone Kraken" is missing Icon
  1942. "Cyclone Kraken" is missing InternalName
  1943. "Cyclone Kraken" is missing Introduced
  1944. "Cyclone Kraken" is missing Link
  1945. "Cyclone Kraken" is missing MaxRank
  1946. "Cyclone Kraken" is missing Tradable
  1947. "Cyclone Kraken" is missing Transmutable
  1948. "Cyclone Kraken" is missing Type
  1949. "Damzav-Vati" is missing BaseDrain
  1950. "Damzav-Vati" is missing Description
  1951. "Damzav-Vati" is missing Icon
  1952. "Damzav-Vati" is missing InternalName
  1953. "Damzav-Vati" is missing Link
  1954. "Damzav-Vati" is missing MaxRank
  1955. "Damzav-Vati" is missing Tradable
  1956. "Damzav-Vati" is missing Type
  1957. "Dead Eye" is missing BaseDrain
  1958. "Dead Eye" is missing Description
  1959. "Dead Eye" is missing Icon
  1960. "Dead Eye" is missing InternalName
  1961. "Dead Eye" is missing Link
  1962. "Dead Eye" is missing MaxRank
  1963. "Dead Eye" is missing Tradable
  1964. "Dead Eye" is missing Type
  1965. "Deadly Efficiency" is missing BaseDrain
  1966. "Deadly Efficiency" is missing Description
  1967. "Deadly Efficiency" is missing Icon
  1968. "Deadly Efficiency" is missing InternalName
  1969. "Deadly Efficiency" is missing Introduced
  1970. "Deadly Efficiency" is missing Link
  1971. "Deadly Efficiency" is missing MaxRank
  1972. "Deadly Efficiency" is missing Tradable
  1973. "Deadly Efficiency" is missing Transmutable
  1974. "Deadly Efficiency" is missing Type
  1975. "Deadly Maneuvers" is missing BaseDrain
  1976. "Deadly Maneuvers" is missing Description
  1977. "Deadly Maneuvers" is missing Icon
  1978. "Deadly Maneuvers" is missing InternalName
  1979. "Deadly Maneuvers" is missing Introduced
  1980. "Deadly Maneuvers" is missing Link
  1981. "Deadly Maneuvers" is missing MaxRank
  1982. "Deadly Maneuvers" is missing Tradable
  1983. "Deadly Maneuvers" is missing Type
  1984. "Deadly Sequence" is missing BaseDrain
  1985. "Deadly Sequence" is missing Description
  1986. "Deadly Sequence" is missing Icon
  1987. "Deadly Sequence" is missing InternalName
  1988. "Deadly Sequence" is missing Introduced
  1989. "Deadly Sequence" is missing Link
  1990. "Deadly Sequence" is missing MaxRank
  1991. "Deadly Sequence" is missing Tradable
  1992. "Deadly Sequence" is missing Type
  1993. "Deceptive Bond" is missing BaseDrain
  1994. "Deceptive Bond" is missing Description
  1995. "Deceptive Bond" is missing Icon
  1996. "Deceptive Bond" is missing InternalName
  1997. "Deceptive Bond" is missing Link
  1998. "Deceptive Bond" is missing MaxRank
  1999. "Deceptive Bond" is missing Tradable
  2000. "Deceptive Bond" is missing Type
  2001. "Decisive Judgement" is missing BaseDrain
  2002. "Decisive Judgement" is missing Description
  2003. "Decisive Judgement" is missing Icon
  2004. "Decisive Judgement" is missing InternalName
  2005. "Decisive Judgement" is missing Introduced
  2006. "Decisive Judgement" is missing Link
  2007. "Decisive Judgement" is missing MaxRank
  2008. "Decisive Judgement" is missing Tradable
  2009. "Decisive Judgement" is missing Transmutable
  2010. "Decisive Judgement" is missing Type
  2011. "Deep Freeze" is missing BaseDrain
  2012. "Deep Freeze" is missing Description
  2013. "Deep Freeze" is missing Icon
  2014. "Deep Freeze" is missing InternalName
  2015. "Deep Freeze" is missing Introduced
  2016. "Deep Freeze" is missing Link
  2017. "Deep Freeze" is missing MaxRank
  2018. "Deep Freeze" is missing Tradable
  2019. "Deep Freeze" is missing Transmutable
  2020. "Deep Freeze" is missing Type
  2021. "Defiled Reckoning" is missing BaseDrain
  2022. "Defiled Reckoning" is missing Description
  2023. "Defiled Reckoning" is missing Icon
  2024. "Defiled Reckoning" is missing InternalName
  2025. "Defiled Reckoning" is missing Introduced
  2026. "Defiled Reckoning" is missing Link
  2027. "Defiled Reckoning" is missing MaxRank
  2028. "Defiled Reckoning" is missing Tradable
  2029. "Defiled Reckoning" is missing Type
  2030. "Defiled Snapdragon" is missing BaseDrain
  2031. "Defiled Snapdragon" is missing Description
  2032. "Defiled Snapdragon" is missing Icon
  2033. "Defiled Snapdragon" is missing InternalName
  2034. "Defiled Snapdragon" is missing Introduced
  2035. "Defiled Snapdragon" is missing Link
  2036. "Defiled Snapdragon" is missing MaxRank
  2037. "Defiled Snapdragon" is missing Tradable
  2038. "Defiled Snapdragon" is missing Transmutable
  2039. "Defiled Snapdragon" is missing Type
  2040. "Deft Tempo" is missing BaseDrain
  2041. "Deft Tempo" is missing Description
  2042. "Deft Tempo" is missing Icon
  2043. "Deft Tempo" is missing InternalName
  2044. "Deft Tempo" is missing Introduced
  2045. "Deft Tempo" is missing Link
  2046. "Deft Tempo" is missing MaxRank
  2047. "Deft Tempo" is missing Tradable
  2048. "Deft Tempo" is missing Type
  2049. "Depleted Reload" is missing BaseDrain
  2050. "Depleted Reload" is missing Description
  2051. "Depleted Reload" is missing Icon
  2052. "Depleted Reload" is missing InternalName
  2053. "Depleted Reload" is missing Link
  2054. "Depleted Reload" is missing MaxRank
  2055. "Depleted Reload" is missing Tradable
  2056. "Depleted Reload" is missing Type
  2057. "Desiccation's Curse" is missing BaseDrain
  2058. "Desiccation's Curse" is missing Description
  2059. "Desiccation's Curse" is missing Icon
  2060. "Desiccation's Curse" is missing InternalName
  2061. "Desiccation's Curse" is missing Introduced
  2062. "Desiccation's Curse" is missing Link
  2063. "Desiccation's Curse" is missing MaxRank
  2064. "Desiccation's Curse" is missing Tradable
  2065. "Desiccation's Curse" is missing Type
  2066. "Despoil" is missing BaseDrain
  2067. "Despoil" is missing Description
  2068. "Despoil" is missing Icon
  2069. "Despoil" is missing InternalName
  2070. "Despoil" is missing Introduced
  2071. "Despoil" is missing Link
  2072. "Despoil" is missing MaxRank
  2073. "Despoil" is missing Tradable
  2074. "Despoil" is missing Type
  2075. "Detect Vulnerability" is missing BaseDrain
  2076. "Detect Vulnerability" is missing Description
  2077. "Detect Vulnerability" is missing Icon
  2078. "Detect Vulnerability" is missing InternalName
  2079. "Detect Vulnerability" is missing Introduced
  2080. "Detect Vulnerability" is missing Link
  2081. "Detect Vulnerability" is missing MaxRank
  2082. "Detect Vulnerability" is missing Tradable
  2083. "Detect Vulnerability" is missing Type
  2084. "Diamond Skin" is missing BaseDrain
  2085. "Diamond Skin" is missing Description
  2086. "Diamond Skin" is missing Icon
  2087. "Diamond Skin" is missing InternalName
  2088. "Diamond Skin" is missing Introduced
  2089. "Diamond Skin" is missing Link
  2090. "Diamond Skin" is missing MaxRank
  2091. "Diamond Skin" is missing Tradable
  2092. "Diamond Skin" is missing Transmutable
  2093. "Diamond Skin" is missing Type
  2094. "Dig" is missing BaseDrain
  2095. "Dig" is missing Description
  2096. "Dig" is missing Icon
  2097. "Dig" is missing InternalName
  2098. "Dig" is missing Introduced
  2099. "Dig" is missing Link
  2100. "Dig" is missing MaxRank
  2101. "Dig" is missing Tradable
  2102. "Dig" is missing Transmutable
  2103. "Dig" is missing Type
  2104. "Directed Convergence" is missing BaseDrain
  2105. "Directed Convergence" is missing Description
  2106. "Directed Convergence" is missing Icon
  2107. "Directed Convergence" is missing InternalName
  2108. "Directed Convergence" is missing Introduced
  2109. "Directed Convergence" is missing Link
  2110. "Directed Convergence" is missing MaxRank
  2111. "Directed Convergence" is missing Tradable
  2112. "Directed Convergence" is missing Type
  2113. "Disarming Purity" is missing BaseDrain
  2114. "Disarming Purity" is missing Description
  2115. "Disarming Purity" is missing Icon
  2116. "Disarming Purity" is missing InternalName
  2117. "Disarming Purity" is missing Introduced
  2118. "Disarming Purity" is missing Link
  2119. "Disarming Purity" is missing MaxRank
  2120. "Disarming Purity" is missing Tradable
  2121. "Disarming Purity" is missing Type
  2122. "Discharge Strike" is missing BaseDrain
  2123. "Discharge Strike" is missing Description
  2124. "Discharge Strike" is missing Icon
  2125. "Discharge Strike" is missing InternalName
  2126. "Discharge Strike" is missing Link
  2127. "Discharge Strike" is missing MaxRank
  2128. "Discharge Strike" is missing Tradable
  2129. "Discharge Strike" is missing Type
  2130. "Dispatch Overdrive" is missing BaseDrain
  2131. "Dispatch Overdrive" is missing Description
  2132. "Dispatch Overdrive" is missing Icon
  2133. "Dispatch Overdrive" is missing InternalName
  2134. "Dispatch Overdrive" is missing Introduced
  2135. "Dispatch Overdrive" is missing Link
  2136. "Dispatch Overdrive" is missing MaxRank
  2137. "Dispatch Overdrive" is missing Tradable
  2138. "Dispatch Overdrive" is missing Transmutable
  2139. "Dispatch Overdrive" is missing Type
  2140. "Disruptor" is missing BaseDrain
  2141. "Disruptor" is missing Description
  2142. "Disruptor" is missing Icon
  2143. "Disruptor" is missing InternalName
  2144. "Disruptor" is missing Link
  2145. "Disruptor" is missing MaxRank
  2146. "Disruptor" is missing Tradable
  2147. "Disruptor" is missing Transmutable
  2148. "Disruptor" is missing Type
  2149. "Divebomb Vortex" is missing BaseDrain
  2150. "Divebomb Vortex" is missing Description
  2151. "Divebomb Vortex" is missing Icon
  2152. "Divebomb Vortex" is missing InternalName
  2153. "Divebomb Vortex" is missing Introduced
  2154. "Divebomb Vortex" is missing Link
  2155. "Divebomb Vortex" is missing MaxRank
  2156. "Divebomb Vortex" is missing Tradable
  2157. "Divebomb Vortex" is missing Type
  2158. "Dividing Blades" is missing BaseDrain
  2159. "Dividing Blades" is missing Description
  2160. "Dividing Blades" is missing Icon
  2161. "Dividing Blades" is missing InternalName
  2162. "Dividing Blades" is missing Introduced
  2163. "Dividing Blades" is missing Link
  2164. "Dividing Blades" is missing MaxRank
  2165. "Dividing Blades" is missing Tradable
  2166. "Dividing Blades" is missing Type
  2167. "Dizzying Rounds" is missing BaseDrain
  2168. "Dizzying Rounds" is missing Description
  2169. "Dizzying Rounds" is missing Icon
  2170. "Dizzying Rounds" is missing InternalName
  2171. "Dizzying Rounds" is missing Introduced
  2172. "Dizzying Rounds" is missing Link
  2173. "Dizzying Rounds" is missing MaxRank
  2174. "Dizzying Rounds" is missing Tradable
  2175. "Dizzying Rounds" is missing Type
  2176. "Double Tap" is missing BaseDrain
  2177. "Double Tap" is missing Description
  2178. "Double Tap" is missing Icon
  2179. "Double Tap" is missing InternalName
  2180. "Double Tap" is missing Link
  2181. "Double Tap" is missing MaxRank
  2182. "Double Tap" is missing Tradable
  2183. "Double Tap" is missing Type
  2184. "Double-Barrel Drift" is missing BaseDrain
  2185. "Double-Barrel Drift" is missing Description
  2186. "Double-Barrel Drift" is missing Icon
  2187. "Double-Barrel Drift" is missing InternalName
  2188. "Double-Barrel Drift" is missing Introduced
  2189. "Double-Barrel Drift" is missing Link
  2190. "Double-Barrel Drift" is missing MaxRank
  2191. "Double-Barrel Drift" is missing Tradable
  2192. "Double-Barrel Drift" is missing Type
  2193. "Draining Bite" is missing BaseDrain
  2194. "Draining Bite" is missing Description
  2195. "Draining Bite" is missing Icon
  2196. "Draining Bite" is missing InternalName
  2197. "Draining Bite" is missing Introduced
  2198. "Draining Bite" is missing Link
  2199. "Draining Bite" is missing MaxRank
  2200. "Draining Bite" is missing Tradable
  2201. "Draining Bite" is missing Type
  2202. "Draining Gloom" is missing BaseDrain
  2203. "Draining Gloom" is missing Description
  2204. "Draining Gloom" is missing Icon
  2205. "Draining Gloom" is missing InternalName
  2206. "Draining Gloom" is missing Introduced
  2207. "Draining Gloom" is missing Link
  2208. "Draining Gloom" is missing MaxRank
  2209. "Draining Gloom" is missing Tradable
  2210. "Draining Gloom" is missing Type
  2211. "Dread Ward" is missing BaseDrain
  2212. "Dread Ward" is missing Description
  2213. "Dread Ward" is missing Icon
  2214. "Dread Ward" is missing InternalName
  2215. "Dread Ward" is missing Introduced
  2216. "Dread Ward" is missing Link
  2217. "Dread Ward" is missing MaxRank
  2218. "Dread Ward" is missing Tradable
  2219. "Dread Ward" is missing Type
  2220. "Drifting Contact" is missing BaseDrain
  2221. "Drifting Contact" is missing Description
  2222. "Drifting Contact" is missing Icon
  2223. "Drifting Contact" is missing InternalName
  2224. "Drifting Contact" is missing Introduced
  2225. "Drifting Contact" is missing Link
  2226. "Drifting Contact" is missing MaxRank
  2227. "Drifting Contact" is missing Tradable
  2228. "Drifting Contact" is missing Type
  2229. "Dual Rounds" is missing BaseDrain
  2230. "Dual Rounds" is missing Description
  2231. "Dual Rounds" is missing Icon
  2232. "Dual Rounds" is missing InternalName
  2233. "Dual Rounds" is missing Introduced
  2234. "Dual Rounds" is missing Link
  2235. "Dual Rounds" is missing MaxRank
  2236. "Dual Rounds" is missing Tradable
  2237. "Dual Rounds" is missing Type
  2238. "Duality" is missing BaseDrain
  2239. "Duality" is missing Description
  2240. "Duality" is missing Icon
  2241. "Duality" is missing InternalName
  2242. "Duality" is missing Link
  2243. "Duality" is missing MaxRank
  2244. "Duality" is missing Tradable
  2245. "Duality" is missing Type
  2246. "EMP Aura" is missing BaseDrain
  2247. "EMP Aura" is missing Description
  2248. "EMP Aura" is missing Icon
  2249. "EMP Aura" is missing InternalName
  2250. "EMP Aura" is missing Introduced
  2251. "EMP Aura" is missing Link
  2252. "EMP Aura" is missing MaxRank
  2253. "EMP Aura" is missing Tradable
  2254. "EMP Aura" is missing Type
  2255. "Eagle Eye" is missing BaseDrain
  2256. "Eagle Eye" is missing Description
  2257. "Eagle Eye" is missing Icon
  2258. "Eagle Eye" is missing InternalName
  2259. "Eagle Eye" is missing Introduced
  2260. "Eagle Eye" is missing Link
  2261. "Eagle Eye" is missing MaxRank
  2262. "Eagle Eye" is missing Tradable
  2263. "Eagle Eye" is missing Type
  2264. "Efficient Beams" is missing BaseDrain
  2265. "Efficient Beams" is missing Description
  2266. "Efficient Beams" is missing Icon
  2267. "Efficient Beams" is missing InternalName
  2268. "Efficient Beams" is missing Introduced
  2269. "Efficient Beams" is missing Link
  2270. "Efficient Beams" is missing MaxRank
  2271. "Efficient Beams" is missing Tradable
  2272. "Efficient Beams" is missing Type
  2273. "Efficient Transferral" is missing BaseDrain
  2274. "Efficient Transferral" is missing Description
  2275. "Efficient Transferral" is missing Icon
  2276. "Efficient Transferral" is missing InternalName
  2277. "Efficient Transferral" is missing Introduced
  2278. "Efficient Transferral" is missing Link
  2279. "Efficient Transferral" is missing MaxRank
  2280. "Efficient Transferral" is missing Tradable
  2281. "Efficient Transferral" is missing Type
  2282. "Eject Magazine" is missing BaseDrain
  2283. "Eject Magazine" is missing Description
  2284. "Eject Magazine" is missing Icon
  2285. "Eject Magazine" is missing InternalName
  2286. "Eject Magazine" is missing Introduced
  2287. "Eject Magazine" is missing Link
  2288. "Eject Magazine" is missing MaxRank
  2289. "Eject Magazine" is missing Tradable
  2290. "Eject Magazine" is missing Type
  2291. "Electrical Resistance" is missing BaseDrain
  2292. "Electrical Resistance" is missing Description
  2293. "Electrical Resistance" is missing Icon
  2294. "Electrical Resistance" is missing InternalName
  2295. "Electrical Resistance" is missing Introduced
  2296. "Electrical Resistance" is missing Link
  2297. "Electrical Resistance" is missing MaxRank
  2298. "Electrical Resistance" is missing Tradable
  2299. "Electrical Resistance" is missing Type
  2300. "Electrified Barrel" is missing BaseDrain
  2301. "Electrified Barrel" is missing Description
  2302. "Electrified Barrel" is missing Icon
  2303. "Electrified Barrel" is missing InternalName
  2304. "Electrified Barrel" is missing Link
  2305. "Electrified Barrel" is missing MaxRank
  2306. "Electrified Barrel" is missing Tradable
  2307. "Electrified Barrel" is missing Type
  2308. "Electro Pulse" is missing BaseDrain
  2309. "Electro Pulse" is missing Description
  2310. "Electro Pulse" is missing Icon
  2311. "Electro Pulse" is missing InternalName
  2312. "Electro Pulse" is missing Introduced
  2313. "Electro Pulse" is missing Link
  2314. "Electro Pulse" is missing MaxRank
  2315. "Electro Pulse" is missing Tradable
  2316. "Electro Pulse" is missing Type
  2317. "Electromagnetic Shielding" is missing BaseDrain
  2318. "Electromagnetic Shielding" is missing Description
  2319. "Electromagnetic Shielding" is missing Icon
  2320. "Electromagnetic Shielding" is missing InternalName
  2321. "Electromagnetic Shielding" is missing Introduced
  2322. "Electromagnetic Shielding" is missing Link
  2323. "Electromagnetic Shielding" is missing MaxRank
  2324. "Electromagnetic Shielding" is missing Tradable
  2325. "Electromagnetic Shielding" is missing Type
  2326. "Elemental Sandstorm" is missing BaseDrain
  2327. "Elemental Sandstorm" is missing Description
  2328. "Elemental Sandstorm" is missing Icon
  2329. "Elemental Sandstorm" is missing InternalName
  2330. "Elemental Sandstorm" is missing Introduced
  2331. "Elemental Sandstorm" is missing Link
  2332. "Elemental Sandstorm" is missing MaxRank
  2333. "Elemental Sandstorm" is missing Tradable
  2334. "Elemental Sandstorm" is missing Type
  2335. "Eleventh Storm" is missing BaseDrain
  2336. "Eleventh Storm" is missing Description
  2337. "Eleventh Storm" is missing Icon
  2338. "Eleventh Storm" is missing InternalName
  2339. "Eleventh Storm" is missing Introduced
  2340. "Eleventh Storm" is missing Link
  2341. "Eleventh Storm" is missing MaxRank
  2342. "Eleventh Storm" is missing Tradable
  2343. "Eleventh Storm" is missing Type
  2344. "Embedded Catalyzer" is missing BaseDrain
  2345. "Embedded Catalyzer" is missing Description
  2346. "Embedded Catalyzer" is missing Icon
  2347. "Embedded Catalyzer" is missing InternalName
  2348. "Embedded Catalyzer" is missing Introduced
  2349. "Embedded Catalyzer" is missing Link
  2350. "Embedded Catalyzer" is missing MaxRank
  2351. "Embedded Catalyzer" is missing Tradable
  2352. "Embedded Catalyzer" is missing Type
  2353. "Emergent Aftermath" is missing BaseDrain
  2354. "Emergent Aftermath" is missing Description
  2355. "Emergent Aftermath" is missing Icon
  2356. "Emergent Aftermath" is missing InternalName
  2357. "Emergent Aftermath" is missing Introduced
  2358. "Emergent Aftermath" is missing Link
  2359. "Emergent Aftermath" is missing MaxRank
  2360. "Emergent Aftermath" is missing Tradable
  2361. "Emergent Aftermath" is missing Type
  2362. "Empowered Blades" is missing BaseDrain
  2363. "Empowered Blades" is missing Description
  2364. "Empowered Blades" is missing Icon
  2365. "Empowered Blades" is missing InternalName
  2366. "Empowered Blades" is missing Introduced
  2367. "Empowered Blades" is missing Link
  2368. "Empowered Blades" is missing MaxRank
  2369. "Empowered Blades" is missing Tradable
  2370. "Empowered Blades" is missing Type
  2371. "Empowered Quiver" is missing BaseDrain
  2372. "Empowered Quiver" is missing Description
  2373. "Empowered Quiver" is missing Icon
  2374. "Empowered Quiver" is missing InternalName
  2375. "Empowered Quiver" is missing Introduced
  2376. "Empowered Quiver" is missing Link
  2377. "Empowered Quiver" is missing MaxRank
  2378. "Empowered Quiver" is missing Tradable
  2379. "Empowered Quiver" is missing Type
  2380. "Endless Lullaby" is missing BaseDrain
  2381. "Endless Lullaby" is missing Description
  2382. "Endless Lullaby" is missing Icon
  2383. "Endless Lullaby" is missing InternalName
  2384. "Endless Lullaby" is missing Introduced
  2385. "Endless Lullaby" is missing Link
  2386. "Endless Lullaby" is missing MaxRank
  2387. "Endless Lullaby" is missing Tradable
  2388. "Endless Lullaby" is missing Type
  2389. "Endoparasitic Vector" is missing BaseDrain
  2390. "Endoparasitic Vector" is missing Description
  2391. "Endoparasitic Vector" is missing Icon
  2392. "Endoparasitic Vector" is missing InternalName
  2393. "Endoparasitic Vector" is missing Link
  2394. "Endoparasitic Vector" is missing MaxRank
  2395. "Endoparasitic Vector" is missing Tradable
  2396. "Endoparasitic Vector" is missing Type
  2397. "Endurance Drift" is missing BaseDrain
  2398. "Endurance Drift" is missing Description
  2399. "Endurance Drift" is missing Icon
  2400. "Endurance Drift" is missing InternalName
  2401. "Endurance Drift" is missing Link
  2402. "Endurance Drift" is missing MaxRank
  2403. "Endurance Drift" is missing Tradable
  2404. "Endurance Drift" is missing Type
  2405. "Enduring Affliction" is missing BaseDrain
  2406. "Enduring Affliction" is missing Description
  2407. "Enduring Affliction" is missing Icon
  2408. "Enduring Affliction" is missing InternalName
  2409. "Enduring Affliction" is missing Introduced
  2410. "Enduring Affliction" is missing Link
  2411. "Enduring Affliction" is missing MaxRank
  2412. "Enduring Affliction" is missing Tradable
  2413. "Enduring Affliction" is missing Type
  2414. "Enduring Strike" is missing BaseDrain
  2415. "Enduring Strike" is missing Description
  2416. "Enduring Strike" is missing Icon
  2417. "Enduring Strike" is missing InternalName
  2418. "Enduring Strike" is missing Introduced
  2419. "Enduring Strike" is missing Link
  2420. "Enduring Strike" is missing MaxRank
  2421. "Enduring Strike" is missing Tradable
  2422. "Enduring Strike" is missing Type
  2423. "Enemy Radar" is missing BaseDrain
  2424. "Enemy Radar" is missing Description
  2425. "Enemy Radar" is missing Icon
  2426. "Enemy Radar" is missing InternalName
  2427. "Enemy Radar" is missing Introduced
  2428. "Enemy Radar" is missing Link
  2429. "Enemy Radar" is missing MaxRank
  2430. "Enemy Radar" is missing Tradable
  2431. "Enemy Radar" is missing Type
  2432. "Enemy Sense" is missing BaseDrain
  2433. "Enemy Sense" is missing Description
  2434. "Enemy Sense" is missing Icon
  2435. "Enemy Sense" is missing InternalName
  2436. "Enemy Sense" is missing Introduced
  2437. "Enemy Sense" is missing Link
  2438. "Enemy Sense" is missing MaxRank
  2439. "Enemy Sense" is missing Tradable
  2440. "Enemy Sense" is missing Transmutable
  2441. "Enemy Sense" is missing Type
  2442. "Energizing Shot" is missing BaseDrain
  2443. "Energizing Shot" is missing Description
  2444. "Energizing Shot" is missing Icon
  2445. "Energizing Shot" is missing InternalName
  2446. "Energizing Shot" is missing Introduced
  2447. "Energizing Shot" is missing Link
  2448. "Energizing Shot" is missing MaxRank
  2449. "Energizing Shot" is missing Tradable
  2450. "Energizing Shot" is missing Type
  2451. "Energy Amplifier" is missing BaseDrain
  2452. "Energy Amplifier" is missing Description
  2453. "Energy Amplifier" is missing Icon
  2454. "Energy Amplifier" is missing InternalName
  2455. "Energy Amplifier" is missing Introduced
  2456. "Energy Amplifier" is missing Link
  2457. "Energy Amplifier" is missing MaxRank
  2458. "Energy Amplifier" is missing Tradable
  2459. "Energy Amplifier" is missing Type
  2460. "Energy Channel" is missing BaseDrain
  2461. "Energy Channel" is missing Description
  2462. "Energy Channel" is missing Icon
  2463. "Energy Channel" is missing InternalName
  2464. "Energy Channel" is missing Introduced
  2465. "Energy Channel" is missing Link
  2466. "Energy Channel" is missing MaxRank
  2467. "Energy Channel" is missing Tradable
  2468. "Energy Channel" is missing Type
  2469. "Energy Conversion" is missing BaseDrain
  2470. "Energy Conversion" is missing Description
  2471. "Energy Conversion" is missing Icon
  2472. "Energy Conversion" is missing InternalName
  2473. "Energy Conversion" is missing Introduced
  2474. "Energy Conversion" is missing Link
  2475. "Energy Conversion" is missing MaxRank
  2476. "Energy Conversion" is missing Tradable
  2477. "Energy Conversion" is missing Type
  2478. "Energy Field" is missing BaseDrain
  2479. "Energy Field" is missing Description
  2480. "Energy Field" is missing Icon
  2481. "Energy Field" is missing InternalName
  2482. "Energy Field" is missing Introduced
  2483. "Energy Field" is missing Link
  2484. "Energy Field" is missing MaxRank
  2485. "Energy Field" is missing Tradable
  2486. "Energy Field" is missing Transmutable
  2487. "Energy Field" is missing Type
  2488. "Energy Generator" is missing BaseDrain
  2489. "Energy Generator" is missing Description
  2490. "Energy Generator" is missing Icon
  2491. "Energy Generator" is missing InternalName
  2492. "Energy Generator" is missing Introduced
  2493. "Energy Generator" is missing Link
  2494. "Energy Generator" is missing MaxRank
  2495. "Energy Generator" is missing Tradable
  2496. "Energy Generator" is missing Type
  2497. "Energy Inversion" is missing BaseDrain
  2498. "Energy Inversion" is missing Description
  2499. "Energy Inversion" is missing Icon
  2500. "Energy Inversion" is missing InternalName
  2501. "Energy Inversion" is missing Introduced
  2502. "Energy Inversion" is missing Link
  2503. "Energy Inversion" is missing MaxRank
  2504. "Energy Inversion" is missing Tradable
  2505. "Energy Inversion" is missing Type
  2506. "Energy Siphon" is missing BaseDrain
  2507. "Energy Siphon" is missing Description
  2508. "Energy Siphon" is missing Icon
  2509. "Energy Siphon" is missing InternalName
  2510. "Energy Siphon" is missing Introduced
  2511. "Energy Siphon" is missing Link
  2512. "Energy Siphon" is missing MaxRank
  2513. "Energy Siphon" is missing Tradable
  2514. "Energy Siphon" is missing Type
  2515. "Energy Transfer" is missing BaseDrain
  2516. "Energy Transfer" is missing Description
  2517. "Energy Transfer" is missing Icon
  2518. "Energy Transfer" is missing InternalName
  2519. "Energy Transfer" is missing Introduced
  2520. "Energy Transfer" is missing Link
  2521. "Energy Transfer" is missing MaxRank
  2522. "Energy Transfer" is missing Tradable
  2523. "Energy Transfer" is missing Type
  2524. "Enhanced Durability" is missing BaseDrain
  2525. "Enhanced Durability" is missing Description
  2526. "Enhanced Durability" is missing Icon
  2527. "Enhanced Durability" is missing InternalName
  2528. "Enhanced Durability" is missing Introduced
  2529. "Enhanced Durability" is missing Link
  2530. "Enhanced Durability" is missing MaxRank
  2531. "Enhanced Durability" is missing Tradable
  2532. "Enhanced Durability" is missing Transmutable
  2533. "Enhanced Durability" is missing Type
  2534. "Enhanced Vitality" is missing BaseDrain
  2535. "Enhanced Vitality" is missing Description
  2536. "Enhanced Vitality" is missing Icon
  2537. "Enhanced Vitality" is missing InternalName
  2538. "Enhanced Vitality" is missing Introduced
  2539. "Enhanced Vitality" is missing Link
  2540. "Enhanced Vitality" is missing MaxRank
  2541. "Enhanced Vitality" is missing Tradable
  2542. "Enhanced Vitality" is missing Transmutable
  2543. "Enhanced Vitality" is missing Type
  2544. "Enraged" is missing BaseDrain
  2545. "Enraged" is missing Description
  2546. "Enraged" is missing Icon
  2547. "Enraged" is missing InternalName
  2548. "Enraged" is missing Introduced
  2549. "Enraged" is missing Link
  2550. "Enraged" is missing MaxRank
  2551. "Enraged" is missing Tradable
  2552. "Enraged" is missing Type
  2553. "Entropy Burst" is missing BaseDrain
  2554. "Entropy Burst" is missing Description
  2555. "Entropy Burst" is missing Icon
  2556. "Entropy Burst" is missing InternalName
  2557. "Entropy Burst" is missing Introduced
  2558. "Entropy Burst" is missing Link
  2559. "Entropy Burst" is missing MaxRank
  2560. "Entropy Burst" is missing Tradable
  2561. "Entropy Burst" is missing Type
  2562. "Entropy Detonation" is missing BaseDrain
  2563. "Entropy Detonation" is missing Description
  2564. "Entropy Detonation" is missing Icon
  2565. "Entropy Detonation" is missing InternalName
  2566. "Entropy Detonation" is missing Introduced
  2567. "Entropy Detonation" is missing Link
  2568. "Entropy Detonation" is missing MaxRank
  2569. "Entropy Detonation" is missing Tradable
  2570. "Entropy Detonation" is missing Type
  2571. "Entropy Flight" is missing BaseDrain
  2572. "Entropy Flight" is missing Description
  2573. "Entropy Flight" is missing Icon
  2574. "Entropy Flight" is missing InternalName
  2575. "Entropy Flight" is missing Introduced
  2576. "Entropy Flight" is missing Link
  2577. "Entropy Flight" is missing MaxRank
  2578. "Entropy Flight" is missing Tradable
  2579. "Entropy Flight" is missing Type
  2580. "Entropy Spike" is missing BaseDrain
  2581. "Entropy Spike" is missing Description
  2582. "Entropy Spike" is missing Icon
  2583. "Entropy Spike" is missing InternalName
  2584. "Entropy Spike" is missing Introduced
  2585. "Entropy Spike" is missing Link
  2586. "Entropy Spike" is missing MaxRank
  2587. "Entropy Spike" is missing Tradable
  2588. "Entropy Spike" is missing Type
  2589. "Enveloping Cloud" is missing BaseDrain
  2590. "Enveloping Cloud" is missing Description
  2591. "Enveloping Cloud" is missing Icon
  2592. "Enveloping Cloud" is missing InternalName
  2593. "Enveloping Cloud" is missing Introduced
  2594. "Enveloping Cloud" is missing Link
  2595. "Enveloping Cloud" is missing MaxRank
  2596. "Enveloping Cloud" is missing Tradable
  2597. "Enveloping Cloud" is missing Type
  2598. "Equilibrium" is missing BaseDrain
  2599. "Equilibrium" is missing Description
  2600. "Equilibrium" is missing Icon
  2601. "Equilibrium" is missing InternalName
  2602. "Equilibrium" is missing Introduced
  2603. "Equilibrium" is missing Link
  2604. "Equilibrium" is missing MaxRank
  2605. "Equilibrium" is missing Tradable
  2606. "Equilibrium" is missing Transmutable
  2607. "Equilibrium" is missing Type
  2608. "Eroding Blight" is missing BaseDrain
  2609. "Eroding Blight" is missing Description
  2610. "Eroding Blight" is missing Icon
  2611. "Eroding Blight" is missing InternalName
  2612. "Eroding Blight" is missing Link
  2613. "Eroding Blight" is missing MaxRank
  2614. "Eroding Blight" is missing Tradable
  2615. "Eroding Blight" is missing Type
  2616. "Escape Velocity" is missing BaseDrain
  2617. "Escape Velocity" is missing Description
  2618. "Escape Velocity" is missing Icon
  2619. "Escape Velocity" is missing InternalName
  2620. "Escape Velocity" is missing Introduced
  2621. "Escape Velocity" is missing Link
  2622. "Escape Velocity" is missing MaxRank
  2623. "Escape Velocity" is missing Tradable
  2624. "Escape Velocity" is missing Type
  2625. "Eternal War" is missing BaseDrain
  2626. "Eternal War" is missing Description
  2627. "Eternal War" is missing Icon
  2628. "Eternal War" is missing InternalName
  2629. "Eternal War" is missing Introduced
  2630. "Eternal War" is missing Link
  2631. "Eternal War" is missing MaxRank
  2632. "Eternal War" is missing Tradable
  2633. "Eternal War" is missing Type
  2634. "Everlasting Ward" is missing BaseDrain
  2635. "Everlasting Ward" is missing Description
  2636. "Everlasting Ward" is missing Icon
  2637. "Everlasting Ward" is missing InternalName
  2638. "Everlasting Ward" is missing Introduced
  2639. "Everlasting Ward" is missing Link
  2640. "Everlasting Ward" is missing MaxRank
  2641. "Everlasting Ward" is missing Tradable
  2642. "Everlasting Ward" is missing Type
  2643. "Exalted Blade" is missing BaseDrain
  2644. "Exalted Blade" is missing Description
  2645. "Exalted Blade" is missing Icon
  2646. "Exalted Blade" is missing InternalName
  2647. "Exalted Blade" is missing Introduced
  2648. "Exalted Blade" is missing Link
  2649. "Exalted Blade" is missing MaxRank
  2650. "Exalted Blade" is missing Polarity
  2651. "Exalted Blade" is missing Rarity
  2652. "Exalted Blade" is missing Tradable
  2653. "Exalted Blade" is missing Type
  2654. "Exothermic" is missing BaseDrain
  2655. "Exothermic" is missing Description
  2656. "Exothermic" is missing Icon
  2657. "Exothermic" is missing InternalName
  2658. "Exothermic" is missing Introduced
  2659. "Exothermic" is missing Link
  2660. "Exothermic" is missing MaxRank
  2661. "Exothermic" is missing Tradable
  2662. "Exothermic" is missing Type
  2663. "Expel Corpus" is missing BaseDrain
  2664. "Expel Corpus" is missing Description
  2665. "Expel Corpus" is missing Icon
  2666. "Expel Corpus" is missing InternalName
  2667. "Expel Corpus" is missing Introduced
  2668. "Expel Corpus" is missing Link
  2669. "Expel Corpus" is missing MaxRank
  2670. "Expel Corpus" is missing Tradable
  2671. "Expel Corpus" is missing Transmutable
  2672. "Expel Corpus" is missing Type
  2673. "Expel Corrupted" is missing BaseDrain
  2674. "Expel Corrupted" is missing Description
  2675. "Expel Corrupted" is missing Icon
  2676. "Expel Corrupted" is missing InternalName
  2677. "Expel Corrupted" is missing Introduced
  2678. "Expel Corrupted" is missing Link
  2679. "Expel Corrupted" is missing MaxRank
  2680. "Expel Corrupted" is missing Tradable
  2681. "Expel Corrupted" is missing Transmutable
  2682. "Expel Corrupted" is missing Type
  2683. "Expel Grineer" is missing BaseDrain
  2684. "Expel Grineer" is missing Description
  2685. "Expel Grineer" is missing Icon
  2686. "Expel Grineer" is missing InternalName
  2687. "Expel Grineer" is missing Introduced
  2688. "Expel Grineer" is missing Link
  2689. "Expel Grineer" is missing MaxRank
  2690. "Expel Grineer" is missing Tradable
  2691. "Expel Grineer" is missing Transmutable
  2692. "Expel Grineer" is missing Type
  2693. "Expel Infested" is missing BaseDrain
  2694. "Expel Infested" is missing Description
  2695. "Expel Infested" is missing Icon
  2696. "Expel Infested" is missing InternalName
  2697. "Expel Infested" is missing Introduced
  2698. "Expel Infested" is missing Link
  2699. "Expel Infested" is missing MaxRank
  2700. "Expel Infested" is missing Tradable
  2701. "Expel Infested" is missing Transmutable
  2702. "Expel Infested" is missing Type
  2703. "Explosive Demise" is missing BaseDrain
  2704. "Explosive Demise" is missing Description
  2705. "Explosive Demise" is missing Icon
  2706. "Explosive Demise" is missing InternalName
  2707. "Explosive Demise" is missing Introduced
  2708. "Explosive Demise" is missing Link
  2709. "Explosive Demise" is missing MaxRank
  2710. "Explosive Demise" is missing Tradable
  2711. "Explosive Demise" is missing Type
  2712. "Explosive Legerdemain" is missing BaseDrain
  2713. "Explosive Legerdemain" is missing Description
  2714. "Explosive Legerdemain" is missing Icon
  2715. "Explosive Legerdemain" is missing InternalName
  2716. "Explosive Legerdemain" is missing Introduced
  2717. "Explosive Legerdemain" is missing Link
  2718. "Explosive Legerdemain" is missing MaxRank
  2719. "Explosive Legerdemain" is missing Tradable
  2720. "Explosive Legerdemain" is missing Type
  2721. "Exposing Harpoon" is missing BaseDrain
  2722. "Exposing Harpoon" is missing Description
  2723. "Exposing Harpoon" is missing Icon
  2724. "Exposing Harpoon" is missing InternalName
  2725. "Exposing Harpoon" is missing Introduced
  2726. "Exposing Harpoon" is missing Link
  2727. "Exposing Harpoon" is missing MaxRank
  2728. "Exposing Harpoon" is missing Tradable
  2729. "Exposing Harpoon" is missing Type
  2730. "Extend" is missing BaseDrain
  2731. "Extend" is missing Description
  2732. "Extend" is missing Icon
  2733. "Extend" is missing InternalName
  2734. "Extend" is missing Introduced
  2735. "Extend" is missing Link
  2736. "Extend" is missing MaxRank
  2737. "Extend" is missing Tradable
  2738. "Extend" is missing Transmutable
  2739. "Extend" is missing Type
  2740. "Extreme Velocity" is missing BaseDrain
  2741. "Extreme Velocity" is missing Description
  2742. "Extreme Velocity" is missing Icon
  2743. "Extreme Velocity" is missing InternalName
  2744. "Extreme Velocity" is missing Introduced
  2745. "Extreme Velocity" is missing Link
  2746. "Extreme Velocity" is missing MaxRank
  2747. "Extreme Velocity" is missing Tradable
  2748. "Extreme Velocity" is missing Type
  2749. "Failsafe" is missing BaseDrain
  2750. "Failsafe" is missing Description
  2751. "Failsafe" is missing Icon
  2752. "Failsafe" is missing InternalName
  2753. "Failsafe" is missing Link
  2754. "Failsafe" is missing MaxRank
  2755. "Failsafe" is missing Polarity
  2756. "Failsafe" is missing Tradable
  2757. "Failsafe" is missing Type
  2758. "Fanged Fusillade" is missing BaseDrain
  2759. "Fanged Fusillade" is missing Description
  2760. "Fanged Fusillade" is missing Icon
  2761. "Fanged Fusillade" is missing InternalName
  2762. "Fanged Fusillade" is missing Introduced
  2763. "Fanged Fusillade" is missing Link
  2764. "Fanged Fusillade" is missing MaxRank
  2765. "Fanged Fusillade" is missing Tradable
  2766. "Fanged Fusillade" is missing Type
  2767. "Fass" is missing BaseDrain
  2768. "Fass" is missing Description
  2769. "Fass" is missing Icon
  2770. "Fass" is missing InternalName
  2771. "Fass" is missing Link
  2772. "Fass" is missing MaxRank
  2773. "Fass" is missing Polarity
  2774. "Fass" is missing Tradable
  2775. "Fass" is missing Type
  2776. "Fast Deflection" is missing BaseDrain
  2777. "Fast Deflection" is missing Description
  2778. "Fast Deflection" is missing Icon
  2779. "Fast Deflection" is missing InternalName
  2780. "Fast Deflection" is missing Introduced
  2781. "Fast Deflection" is missing Link
  2782. "Fast Deflection" is missing MaxRank
  2783. "Fast Deflection" is missing Tradable
  2784. "Fast Deflection" is missing Transmutable
  2785. "Fast Deflection" is missing Type
  2786. "Fast Hands" is missing BaseDrain
  2787. "Fast Hands" is missing Description
  2788. "Fast Hands" is missing Icon
  2789. "Fast Hands" is missing InternalName
  2790. "Fast Hands" is missing Introduced
  2791. "Fast Hands" is missing Link
  2792. "Fast Hands" is missing MaxRank
  2793. "Fast Hands" is missing Tradable
  2794. "Fast Hands" is missing Transmutable
  2795. "Fast Hands" is missing Type
  2796. "Fatal Acceleration" is missing BaseDrain
  2797. "Fatal Acceleration" is missing Description
  2798. "Fatal Acceleration" is missing Icon
  2799. "Fatal Acceleration" is missing InternalName
  2800. "Fatal Acceleration" is missing Link
  2801. "Fatal Acceleration" is missing MaxRank
  2802. "Fatal Acceleration" is missing Tradable
  2803. "Fatal Acceleration" is missing Transmutable
  2804. "Fatal Acceleration" is missing Type
  2805. "Fatal Attraction" is missing BaseDrain
  2806. "Fatal Attraction" is missing Description
  2807. "Fatal Attraction" is missing Icon
  2808. "Fatal Attraction" is missing InternalName
  2809. "Fatal Attraction" is missing Introduced
  2810. "Fatal Attraction" is missing Link
  2811. "Fatal Attraction" is missing MaxRank
  2812. "Fatal Attraction" is missing Tradable
  2813. "Fatal Attraction" is missing Transmutable
  2814. "Fatal Attraction" is missing Type
  2815. "Fatal Teleport" is missing BaseDrain
  2816. "Fatal Teleport" is missing Description
  2817. "Fatal Teleport" is missing Icon
  2818. "Fatal Teleport" is missing InternalName
  2819. "Fatal Teleport" is missing Introduced
  2820. "Fatal Teleport" is missing Link
  2821. "Fatal Teleport" is missing MaxRank
  2822. "Fatal Teleport" is missing Tradable
  2823. "Fatal Teleport" is missing Type
  2824. "Fateful Truth" is missing BaseDrain
  2825. "Fateful Truth" is missing Description
  2826. "Fateful Truth" is missing Icon
  2827. "Fateful Truth" is missing InternalName
  2828. "Fateful Truth" is missing Introduced
  2829. "Fateful Truth" is missing Link
  2830. "Fateful Truth" is missing MaxRank
  2831. "Fateful Truth" is missing Tradable
  2832. "Fateful Truth" is missing Type
  2833. "Feathered Arrows" is missing BaseDrain
  2834. "Feathered Arrows" is missing Description
  2835. "Feathered Arrows" is missing Icon
  2836. "Feathered Arrows" is missing InternalName
  2837. "Feathered Arrows" is missing Introduced
  2838. "Feathered Arrows" is missing Link
  2839. "Feathered Arrows" is missing MaxRank
  2840. "Feathered Arrows" is missing Tradable
  2841. "Feathered Arrows" is missing Type
  2842. "Ferocity" is missing BaseDrain
  2843. "Ferocity" is missing Description
  2844. "Ferocity" is missing Icon
  2845. "Ferocity" is missing InternalName
  2846. "Ferocity" is missing Introduced
  2847. "Ferocity" is missing Link
  2848. "Ferocity" is missing MaxRank
  2849. "Ferocity" is missing Tradable
  2850. "Ferocity" is missing Transmutable
  2851. "Ferocity" is missing Type
  2852. "Fetch" is missing BaseDrain
  2853. "Fetch" is missing Description
  2854. "Fetch" is missing Icon
  2855. "Fetch" is missing InternalName
  2856. "Fetch" is missing Introduced
  2857. "Fetch" is missing Link
  2858. "Fetch" is missing MaxRank
  2859. "Fetch" is missing Tradable
  2860. "Fetch" is missing Transmutable
  2861. "Fetch" is missing Type
  2862. "Fever Strike" is missing BaseDrain
  2863. "Fever Strike" is missing Description
  2864. "Fever Strike" is missing Icon
  2865. "Fever Strike" is missing InternalName
  2866. "Fever Strike" is missing Link
  2867. "Fever Strike" is missing MaxRank
  2868. "Fever Strike" is missing Tradable
  2869. "Fever Strike" is missing Transmutable
  2870. "Fever Strike" is missing Type
  2871. "Final Act" is missing BaseDrain
  2872. "Final Act" is missing Description
  2873. "Final Act" is missing Icon
  2874. "Final Act" is missing InternalName
  2875. "Final Act" is missing Introduced
  2876. "Final Act" is missing Link
  2877. "Final Act" is missing MaxRank
  2878. "Final Act" is missing Tradable
  2879. "Final Act" is missing Type
  2880. "Final Harbinger" is missing BaseDrain
  2881. "Final Harbinger" is missing Description
  2882. "Final Harbinger" is missing Icon
  2883. "Final Harbinger" is missing InternalName
  2884. "Final Harbinger" is missing Introduced
  2885. "Final Harbinger" is missing Link
  2886. "Final Harbinger" is missing MaxRank
  2887. "Final Harbinger" is missing Tradable
  2888. "Final Harbinger" is missing Transmutable
  2889. "Final Harbinger" is missing Type
  2890. "Final Tap" is missing BaseDrain
  2891. "Final Tap" is missing Description
  2892. "Final Tap" is missing Icon
  2893. "Final Tap" is missing InternalName
  2894. "Final Tap" is missing Introduced
  2895. "Final Tap" is missing Link
  2896. "Final Tap" is missing MaxRank
  2897. "Final Tap" is missing Tradable
  2898. "Final Tap" is missing Type
  2899. "Finishing Touch" is missing BaseDrain
  2900. "Finishing Touch" is missing Description
  2901. "Finishing Touch" is missing Icon
  2902. "Finishing Touch" is missing InternalName
  2903. "Finishing Touch" is missing Link
  2904. "Finishing Touch" is missing MaxRank
  2905. "Finishing Touch" is missing Tradable
  2906. "Finishing Touch" is missing Transmutable
  2907. "Finishing Touch" is missing Type
  2908. "Fire Resistance" is missing BaseDrain
  2909. "Fire Resistance" is missing Description
  2910. "Fire Resistance" is missing Icon
  2911. "Fire Resistance" is missing InternalName
  2912. "Fire Resistance" is missing Introduced
  2913. "Fire Resistance" is missing Link
  2914. "Fire Resistance" is missing MaxRank
  2915. "Fire Resistance" is missing Tradable
  2916. "Fire Resistance" is missing Type
  2917. "Fireball Frenzy" is missing BaseDrain
  2918. "Fireball Frenzy" is missing Description
  2919. "Fireball Frenzy" is missing Icon
  2920. "Fireball Frenzy" is missing InternalName
  2921. "Fireball Frenzy" is missing Introduced
  2922. "Fireball Frenzy" is missing Link
  2923. "Fireball Frenzy" is missing MaxRank
  2924. "Fireball Frenzy" is missing Tradable
  2925. "Fireball Frenzy" is missing Type
  2926. "Fired Up" is missing BaseDrain
  2927. "Fired Up" is missing Description
  2928. "Fired Up" is missing Icon
  2929. "Fired Up" is missing InternalName
  2930. "Fired Up" is missing Introduced
  2931. "Fired Up" is missing Link
  2932. "Fired Up" is missing MaxRank
  2933. "Fired Up" is missing Tradable
  2934. "Fired Up" is missing Transmutable
  2935. "Fired Up" is missing Type
  2936. "Firestorm" is missing BaseDrain
  2937. "Firestorm" is missing Description
  2938. "Firestorm" is missing Icon
  2939. "Firestorm" is missing InternalName
  2940. "Firestorm" is missing Link
  2941. "Firestorm" is missing MaxRank
  2942. "Firestorm" is missing Tradable
  2943. "Firestorm" is missing Transmutable
  2944. "Firestorm" is missing Type
  2945. "Firewalker" is missing BaseDrain
  2946. "Firewalker" is missing Description
  2947. "Firewalker" is missing Icon
  2948. "Firewalker" is missing InternalName
  2949. "Firewalker" is missing Introduced
  2950. "Firewalker" is missing Link
  2951. "Firewalker" is missing MaxRank
  2952. "Firewalker" is missing Tradable
  2953. "Firewalker" is missing Transmutable
  2954. "Firewalker" is missing Type
  2955. "Flailing Branch" is missing BaseDrain
  2956. "Flailing Branch" is missing Description
  2957. "Flailing Branch" is missing Icon
  2958. "Flailing Branch" is missing InternalName
  2959. "Flailing Branch" is missing Introduced
  2960. "Flailing Branch" is missing Link
  2961. "Flailing Branch" is missing MaxRank
  2962. "Flailing Branch" is missing Tradable
  2963. "Flailing Branch" is missing Transmutable
  2964. "Flailing Branch" is missing Type
  2965. "Flak Shot" is missing BaseDrain
  2966. "Flak Shot" is missing Description
  2967. "Flak Shot" is missing Icon
  2968. "Flak Shot" is missing InternalName
  2969. "Flak Shot" is missing Introduced
  2970. "Flak Shot" is missing Link
  2971. "Flak Shot" is missing MaxRank
  2972. "Flak Shot" is missing Tradable
  2973. "Flak Shot" is missing Type
  2974. "Flame Gland" is missing BaseDrain
  2975. "Flame Gland" is missing Description
  2976. "Flame Gland" is missing Icon
  2977. "Flame Gland" is missing InternalName
  2978. "Flame Gland" is missing Link
  2979. "Flame Gland" is missing MaxRank
  2980. "Flame Gland" is missing Tradable
  2981. "Flame Gland" is missing Type
  2982. "Flame Repellent" is missing BaseDrain
  2983. "Flame Repellent" is missing Description
  2984. "Flame Repellent" is missing Icon
  2985. "Flame Repellent" is missing InternalName
  2986. "Flame Repellent" is missing Introduced
  2987. "Flame Repellent" is missing Link
  2988. "Flame Repellent" is missing MaxRank
  2989. "Flame Repellent" is missing Tradable
  2990. "Flame Repellent" is missing Transmutable
  2991. "Flame Repellent" is missing Type
  2992. "Flechette" is missing BaseDrain
  2993. "Flechette" is missing Description
  2994. "Flechette" is missing Icon
  2995. "Flechette" is missing InternalName
  2996. "Flechette" is missing Link
  2997. "Flechette" is missing MaxRank
  2998. "Flechette" is missing Tradable
  2999. "Flechette" is missing Transmutable
  3000. "Flechette" is missing Type
  3001. "Fleeting Expertise" is missing BaseDrain
  3002. "Fleeting Expertise" is missing Description
  3003. "Fleeting Expertise" is missing Icon
  3004. "Fleeting Expertise" is missing InternalName
  3005. "Fleeting Expertise" is missing Link
  3006. "Fleeting Expertise" is missing MaxRank
  3007. "Fleeting Expertise" is missing Tradable
  3008. "Fleeting Expertise" is missing Type
  3009. "Flow" is missing BaseDrain
  3010. "Flow" is missing Description
  3011. "Flow" is missing Icon
  3012. "Flow" is missing InternalName
  3013. "Flow" is missing Introduced
  3014. "Flow" is missing Link
  3015. "Flow" is missing MaxRank
  3016. "Flow" is missing Tradable
  3017. "Flow" is missing Transmutable
  3018. "Flow" is missing Type
  3019. "Flux Overdrive" is missing BaseDrain
  3020. "Flux Overdrive" is missing Description
  3021. "Flux Overdrive" is missing Icon
  3022. "Flux Overdrive" is missing InternalName
  3023. "Flux Overdrive" is missing Introduced
  3024. "Flux Overdrive" is missing Link
  3025. "Flux Overdrive" is missing MaxRank
  3026. "Flux Overdrive" is missing Tradable
  3027. "Flux Overdrive" is missing Type
  3028. "Focus Energy" is missing BaseDrain
  3029. "Focus Energy" is missing Description
  3030. "Focus Energy" is missing Icon
  3031. "Focus Energy" is missing InternalName
  3032. "Focus Energy" is missing Introduced
  3033. "Focus Energy" is missing Link
  3034. "Focus Energy" is missing MaxRank
  3035. "Focus Energy" is missing Tradable
  3036. "Focus Energy" is missing Type
  3037. "Focused Acceleration" is missing BaseDrain
  3038. "Focused Acceleration" is missing Description
  3039. "Focused Acceleration" is missing Icon
  3040. "Focused Acceleration" is missing InternalName
  3041. "Focused Acceleration" is missing Introduced
  3042. "Focused Acceleration" is missing Link
  3043. "Focused Acceleration" is missing MaxRank
  3044. "Focused Acceleration" is missing Tradable
  3045. "Focused Acceleration" is missing Type
  3046. "Focused Defense" is missing BaseDrain
  3047. "Focused Defense" is missing Description
  3048. "Focused Defense" is missing Icon
  3049. "Focused Defense" is missing InternalName
  3050. "Focused Defense" is missing Introduced
  3051. "Focused Defense" is missing Link
  3052. "Focused Defense" is missing MaxRank
  3053. "Focused Defense" is missing Tradable
  3054. "Focused Defense" is missing Type
  3055. "Follow Through" is missing BaseDrain
  3056. "Follow Through" is missing Description
  3057. "Follow Through" is missing Icon
  3058. "Follow Through" is missing InternalName
  3059. "Follow Through" is missing Introduced
  3060. "Follow Through" is missing Link
  3061. "Follow Through" is missing MaxRank
  3062. "Follow Through" is missing Tradable
  3063. "Follow Through" is missing Type
  3064. "Fomorian Accelerant" is missing BaseDrain
  3065. "Fomorian Accelerant" is missing Description
  3066. "Fomorian Accelerant" is missing Icon
  3067. "Fomorian Accelerant" is missing InternalName
  3068. "Fomorian Accelerant" is missing Link
  3069. "Fomorian Accelerant" is missing MaxRank
  3070. "Fomorian Accelerant" is missing Tradable
  3071. "Fomorian Accelerant" is missing Type
  3072. "Fortitude" is missing BaseDrain
  3073. "Fortitude" is missing Description
  3074. "Fortitude" is missing Icon
  3075. "Fortitude" is missing InternalName
  3076. "Fortitude" is missing Introduced
  3077. "Fortitude" is missing Link
  3078. "Fortitude" is missing MaxRank
  3079. "Fortitude" is missing Tradable
  3080. "Fortitude" is missing Type
  3081. "Four Riders" is missing BaseDrain
  3082. "Four Riders" is missing Description
  3083. "Four Riders" is missing Icon
  3084. "Four Riders" is missing InternalName
  3085. "Four Riders" is missing Introduced
  3086. "Four Riders" is missing Link
  3087. "Four Riders" is missing MaxRank
  3088. "Four Riders" is missing Tradable
  3089. "Four Riders" is missing Transmutable
  3090. "Four Riders" is missing Type
  3091. "Fracturing Crush" is missing BaseDrain
  3092. "Fracturing Crush" is missing Description
  3093. "Fracturing Crush" is missing Icon
  3094. "Fracturing Crush" is missing InternalName
  3095. "Fracturing Crush" is missing Introduced
  3096. "Fracturing Crush" is missing Link
  3097. "Fracturing Crush" is missing MaxRank
  3098. "Fracturing Crush" is missing Tradable
  3099. "Fracturing Crush" is missing Type
  3100. "Fracturing Wind" is missing BaseDrain
  3101. "Fracturing Wind" is missing Description
  3102. "Fracturing Wind" is missing Icon
  3103. "Fracturing Wind" is missing InternalName
  3104. "Fracturing Wind" is missing Introduced
  3105. "Fracturing Wind" is missing Link
  3106. "Fracturing Wind" is missing MaxRank
  3107. "Fracturing Wind" is missing Tradable
  3108. "Fracturing Wind" is missing Transmutable
  3109. "Fracturing Wind" is missing Type
  3110. "Frail Momentum" is missing BaseDrain
  3111. "Frail Momentum" is missing Description
  3112. "Frail Momentum" is missing Icon
  3113. "Frail Momentum" is missing InternalName
  3114. "Frail Momentum" is missing Introduced
  3115. "Frail Momentum" is missing Link
  3116. "Frail Momentum" is missing MaxRank
  3117. "Frail Momentum" is missing Tradable
  3118. "Frail Momentum" is missing Type
  3119. "Freeze Force" is missing BaseDrain
  3120. "Freeze Force" is missing Description
  3121. "Freeze Force" is missing Icon
  3122. "Freeze Force" is missing InternalName
  3123. "Freeze Force" is missing Introduced
  3124. "Freeze Force" is missing Link
  3125. "Freeze Force" is missing MaxRank
  3126. "Freeze Force" is missing Tradable
  3127. "Freeze Force" is missing Type
  3128. "Frigid Blast" is missing BaseDrain
  3129. "Frigid Blast" is missing Description
  3130. "Frigid Blast" is missing Icon
  3131. "Frigid Blast" is missing InternalName
  3132. "Frigid Blast" is missing Introduced
  3133. "Frigid Blast" is missing Link
  3134. "Frigid Blast" is missing MaxRank
  3135. "Frigid Blast" is missing Tradable
  3136. "Frigid Blast" is missing Type
  3137. "Frost Insulation" is missing BaseDrain
  3138. "Frost Insulation" is missing Description
  3139. "Frost Insulation" is missing Icon
  3140. "Frost Insulation" is missing InternalName
  3141. "Frost Insulation" is missing Introduced
  3142. "Frost Insulation" is missing Link
  3143. "Frost Insulation" is missing MaxRank
  3144. "Frost Insulation" is missing Tradable
  3145. "Frost Insulation" is missing Type
  3146. "Frost Jaw" is missing BaseDrain
  3147. "Frost Jaw" is missing Description
  3148. "Frost Jaw" is missing Icon
  3149. "Frost Jaw" is missing InternalName
  3150. "Frost Jaw" is missing Link
  3151. "Frost Jaw" is missing MaxRank
  3152. "Frost Jaw" is missing Tradable
  3153. "Frost Jaw" is missing Type
  3154. "Frostbite" is missing BaseDrain
  3155. "Frostbite" is missing Description
  3156. "Frostbite" is missing Icon
  3157. "Frostbite" is missing InternalName
  3158. "Frostbite" is missing Introduced
  3159. "Frostbite" is missing Link
  3160. "Frostbite" is missing MaxRank
  3161. "Frostbite" is missing Tradable
  3162. "Frostbite" is missing Type
  3163. "Full Capacity" is missing BaseDrain
  3164. "Full Capacity" is missing Description
  3165. "Full Capacity" is missing Icon
  3166. "Full Capacity" is missing InternalName
  3167. "Full Capacity" is missing Introduced
  3168. "Full Capacity" is missing Link
  3169. "Full Capacity" is missing MaxRank
  3170. "Full Capacity" is missing Tradable
  3171. "Full Capacity" is missing Type
  3172. "Full Contact" is missing BaseDrain
  3173. "Full Contact" is missing Description
  3174. "Full Contact" is missing Icon
  3175. "Full Contact" is missing InternalName
  3176. "Full Contact" is missing Introduced
  3177. "Full Contact" is missing Link
  3178. "Full Contact" is missing MaxRank
  3179. "Full Contact" is missing Tradable
  3180. "Full Contact" is missing Type
  3181. "Fulmination" is missing BaseDrain
  3182. "Fulmination" is missing Description
  3183. "Fulmination" is missing Icon
  3184. "Fulmination" is missing InternalName
  3185. "Fulmination" is missing Link
  3186. "Fulmination" is missing MaxRank
  3187. "Fulmination" is missing Tradable
  3188. "Fulmination" is missing Type
  3189. "Funnel Clouds" is missing BaseDrain
  3190. "Funnel Clouds" is missing Description
  3191. "Funnel Clouds" is missing Icon
  3192. "Funnel Clouds" is missing InternalName
  3193. "Funnel Clouds" is missing Introduced
  3194. "Funnel Clouds" is missing Link
  3195. "Funnel Clouds" is missing MaxRank
  3196. "Funnel Clouds" is missing Tradable
  3197. "Funnel Clouds" is missing Type
  3198. "Furious Javelin" is missing BaseDrain
  3199. "Furious Javelin" is missing Description
  3200. "Furious Javelin" is missing Icon
  3201. "Furious Javelin" is missing InternalName
  3202. "Furious Javelin" is missing Introduced
  3203. "Furious Javelin" is missing Link
  3204. "Furious Javelin" is missing MaxRank
  3205. "Furious Javelin" is missing Tradable
  3206. "Furious Javelin" is missing Type
  3207. "Furor" is missing BaseDrain
  3208. "Furor" is missing Description
  3209. "Furor" is missing Icon
  3210. "Furor" is missing InternalName
  3211. "Furor" is missing Introduced
  3212. "Furor" is missing Link
  3213. "Furor" is missing MaxRank
  3214. "Furor" is missing Tradable
  3215. "Furor" is missing Transmutable
  3216. "Furor" is missing Type
  3217. "Fury" is missing BaseDrain
  3218. "Fury" is missing Description
  3219. "Fury" is missing Icon
  3220. "Fury" is missing InternalName
  3221. "Fury" is missing Introduced
  3222. "Fury" is missing Link
  3223. "Fury" is missing MaxRank
  3224. "Fury" is missing Tradable
  3225. "Fury" is missing Transmutable
  3226. "Fury" is missing Type
  3227. "Fusion Core" is missing BaseDrain
  3228. "Fusion Core" is missing Description
  3229. "Fusion Core" is missing Icon
  3230. "Fusion Core" is missing InternalName
  3231. "Fusion Core" is missing Introduced
  3232. "Fusion Core" is missing Link
  3233. "Fusion Core" is missing MaxRank
  3234. "Fusion Core" is missing Tradable
  3235. "Fusion Core" is missing Transmutable
  3236. "Fusion Core" is missing Type
  3237. "Gaia's Tragedy" is missing BaseDrain
  3238. "Gaia's Tragedy" is missing Description
  3239. "Gaia's Tragedy" is missing Icon
  3240. "Gaia's Tragedy" is missing InternalName
  3241. "Gaia's Tragedy" is missing Introduced
  3242. "Gaia's Tragedy" is missing Link
  3243. "Gaia's Tragedy" is missing MaxRank
  3244. "Gaia's Tragedy" is missing Tradable
  3245. "Gaia's Tragedy" is missing Transmutable
  3246. "Gaia's Tragedy" is missing Type
  3247. "Gale Kick" is missing BaseDrain
  3248. "Gale Kick" is missing Description
  3249. "Gale Kick" is missing Icon
  3250. "Gale Kick" is missing InternalName
  3251. "Gale Kick" is missing Introduced
  3252. "Gale Kick" is missing Link
  3253. "Gale Kick" is missing MaxRank
  3254. "Gale Kick" is missing Tradable
  3255. "Gale Kick" is missing Type
  3256. "Galvanized Blade" is missing BaseDrain
  3257. "Galvanized Blade" is missing Description
  3258. "Galvanized Blade" is missing Icon
  3259. "Galvanized Blade" is missing InternalName
  3260. "Galvanized Blade" is missing Introduced
  3261. "Galvanized Blade" is missing Link
  3262. "Galvanized Blade" is missing MaxRank
  3263. "Galvanized Blade" is missing Tradable
  3264. "Galvanized Blade" is missing Transmutable
  3265. "Galvanized Blade" is missing Type
  3266. "Gemini Cross" is missing BaseDrain
  3267. "Gemini Cross" is missing Description
  3268. "Gemini Cross" is missing Icon
  3269. "Gemini Cross" is missing InternalName
  3270. "Gemini Cross" is missing Introduced
  3271. "Gemini Cross" is missing Link
  3272. "Gemini Cross" is missing MaxRank
  3273. "Gemini Cross" is missing Tradable
  3274. "Gemini Cross" is missing Transmutable
  3275. "Gemini Cross" is missing Type
  3276. "Ghost" is missing BaseDrain
  3277. "Ghost" is missing Description
  3278. "Ghost" is missing Icon
  3279. "Ghost" is missing InternalName
  3280. "Ghost" is missing Introduced
  3281. "Ghost" is missing Link
  3282. "Ghost" is missing MaxRank
  3283. "Ghost" is missing Tradable
  3284. "Ghost" is missing Transmutable
  3285. "Ghost" is missing Type
  3286. "Gilded Truth" is missing BaseDrain
  3287. "Gilded Truth" is missing Description
  3288. "Gilded Truth" is missing Icon
  3289. "Gilded Truth" is missing InternalName
  3290. "Gilded Truth" is missing Introduced
  3291. "Gilded Truth" is missing Link
  3292. "Gilded Truth" is missing MaxRank
  3293. "Gilded Truth" is missing Tradable
  3294. "Gilded Truth" is missing Type
  3295. "Glacial Edge" is missing BaseDrain
  3296. "Glacial Edge" is missing Description
  3297. "Glacial Edge" is missing Icon
  3298. "Glacial Edge" is missing InternalName
  3299. "Glacial Edge" is missing Introduced
  3300. "Glacial Edge" is missing Link
  3301. "Glacial Edge" is missing MaxRank
  3302. "Glacial Edge" is missing Tradable
  3303. "Glacial Edge" is missing Transmutable
  3304. "Glacial Edge" is missing Type
  3305. "Gladiator Aegis" is missing BaseDrain
  3306. "Gladiator Aegis" is missing Description
  3307. "Gladiator Aegis" is missing Icon
  3308. "Gladiator Aegis" is missing InternalName
  3309. "Gladiator Aegis" is missing Introduced
  3310. "Gladiator Aegis" is missing Link
  3311. "Gladiator Aegis" is missing MaxRank
  3312. "Gladiator Aegis" is missing Tradable
  3313. "Gladiator Aegis" is missing Type
  3314. "Gladiator Finesse" is missing BaseDrain
  3315. "Gladiator Finesse" is missing Description
  3316. "Gladiator Finesse" is missing Icon
  3317. "Gladiator Finesse" is missing InternalName
  3318. "Gladiator Finesse" is missing Introduced
  3319. "Gladiator Finesse" is missing Link
  3320. "Gladiator Finesse" is missing MaxRank
  3321. "Gladiator Finesse" is missing Tradable
  3322. "Gladiator Finesse" is missing Type
  3323. "Gladiator Might" is missing BaseDrain
  3324. "Gladiator Might" is missing Description
  3325. "Gladiator Might" is missing Icon
  3326. "Gladiator Might" is missing InternalName
  3327. "Gladiator Might" is missing Introduced
  3328. "Gladiator Might" is missing Link
  3329. "Gladiator Might" is missing MaxRank
  3330. "Gladiator Might" is missing Tradable
  3331. "Gladiator Might" is missing Type
  3332. "Gladiator Resolve" is missing BaseDrain
  3333. "Gladiator Resolve" is missing Description
  3334. "Gladiator Resolve" is missing Icon
  3335. "Gladiator Resolve" is missing InternalName
  3336. "Gladiator Resolve" is missing Introduced
  3337. "Gladiator Resolve" is missing Link
  3338. "Gladiator Resolve" is missing MaxRank
  3339. "Gladiator Resolve" is missing Tradable
  3340. "Gladiator Resolve" is missing Type
  3341. "Gladiator Rush" is missing BaseDrain
  3342. "Gladiator Rush" is missing Description
  3343. "Gladiator Rush" is missing Icon
  3344. "Gladiator Rush" is missing InternalName
  3345. "Gladiator Rush" is missing Introduced
  3346. "Gladiator Rush" is missing Link
  3347. "Gladiator Rush" is missing MaxRank
  3348. "Gladiator Rush" is missing Tradable
  3349. "Gladiator Rush" is missing Type
  3350. "Gladiator Vice" is missing BaseDrain
  3351. "Gladiator Vice" is missing Description
  3352. "Gladiator Vice" is missing Icon
  3353. "Gladiator Vice" is missing InternalName
  3354. "Gladiator Vice" is missing Introduced
  3355. "Gladiator Vice" is missing Link
  3356. "Gladiator Vice" is missing MaxRank
  3357. "Gladiator Vice" is missing Tradable
  3358. "Gladiator Vice" is missing Type
  3359. "Gleaming Blight" is missing BaseDrain
  3360. "Gleaming Blight" is missing Description
  3361. "Gleaming Blight" is missing Icon
  3362. "Gleaming Blight" is missing InternalName
  3363. "Gleaming Blight" is missing Introduced
  3364. "Gleaming Blight" is missing Link
  3365. "Gleaming Blight" is missing MaxRank
  3366. "Gleaming Blight" is missing Tradable
  3367. "Gleaming Blight" is missing Type
  3368. "Gleaming Talon" is missing BaseDrain
  3369. "Gleaming Talon" is missing Description
  3370. "Gleaming Talon" is missing Icon
  3371. "Gleaming Talon" is missing InternalName
  3372. "Gleaming Talon" is missing Introduced
  3373. "Gleaming Talon" is missing Link
  3374. "Gleaming Talon" is missing MaxRank
  3375. "Gleaming Talon" is missing Tradable
  3376. "Gleaming Talon" is missing Transmutable
  3377. "Gleaming Talon" is missing Type
  3378. "Gnashing Payara" is missing BaseDrain
  3379. "Gnashing Payara" is missing Description
  3380. "Gnashing Payara" is missing Icon
  3381. "Gnashing Payara" is missing InternalName
  3382. "Gnashing Payara" is missing Introduced
  3383. "Gnashing Payara" is missing Link
  3384. "Gnashing Payara" is missing MaxRank
  3385. "Gnashing Payara" is missing Tradable
  3386. "Gnashing Payara" is missing Transmutable
  3387. "Gnashing Payara" is missing Type
  3388. "Gorgon Frenzy" is missing BaseDrain
  3389. "Gorgon Frenzy" is missing Description
  3390. "Gorgon Frenzy" is missing Icon
  3391. "Gorgon Frenzy" is missing InternalName
  3392. "Gorgon Frenzy" is missing Introduced
  3393. "Gorgon Frenzy" is missing Link
  3394. "Gorgon Frenzy" is missing MaxRank
  3395. "Gorgon Frenzy" is missing Tradable
  3396. "Gorgon Frenzy" is missing Type
  3397. "Greedy Pull" is missing BaseDrain
  3398. "Greedy Pull" is missing Description
  3399. "Greedy Pull" is missing Icon
  3400. "Greedy Pull" is missing InternalName
  3401. "Greedy Pull" is missing Introduced
  3402. "Greedy Pull" is missing Link
  3403. "Greedy Pull" is missing MaxRank
  3404. "Greedy Pull" is missing Tradable
  3405. "Greedy Pull" is missing Type
  3406. "Grim Fury" is missing BaseDrain
  3407. "Grim Fury" is missing Description
  3408. "Grim Fury" is missing Icon
  3409. "Grim Fury" is missing InternalName
  3410. "Grim Fury" is missing Introduced
  3411. "Grim Fury" is missing Link
  3412. "Grim Fury" is missing MaxRank
  3413. "Grim Fury" is missing Tradable
  3414. "Grim Fury" is missing Transmutable
  3415. "Grim Fury" is missing Type
  3416. "Grinloked" is missing BaseDrain
  3417. "Grinloked" is missing Description
  3418. "Grinloked" is missing Icon
  3419. "Grinloked" is missing InternalName
  3420. "Grinloked" is missing Introduced
  3421. "Grinloked" is missing Link
  3422. "Grinloked" is missing MaxRank
  3423. "Grinloked" is missing Tradable
  3424. "Grinloked" is missing Type
  3425. "Growing Power" is missing BaseDrain
  3426. "Growing Power" is missing Description
  3427. "Growing Power" is missing Icon
  3428. "Growing Power" is missing InternalName
  3429. "Growing Power" is missing Introduced
  3430. "Growing Power" is missing Link
  3431. "Growing Power" is missing MaxRank
  3432. "Growing Power" is missing Tradable
  3433. "Growing Power" is missing Type
  3434. "Guardian" is missing BaseDrain
  3435. "Guardian" is missing Description
  3436. "Guardian" is missing Icon
  3437. "Guardian" is missing InternalName
  3438. "Guardian" is missing Introduced
  3439. "Guardian" is missing Link
  3440. "Guardian" is missing MaxRank
  3441. "Guardian" is missing Tradable
  3442. "Guardian" is missing Transmutable
  3443. "Guardian" is missing Type
  3444. "Guardian Derision" is missing BaseDrain
  3445. "Guardian Derision" is missing Description
  3446. "Guardian Derision" is missing Icon
  3447. "Guardian Derision" is missing InternalName
  3448. "Guardian Derision" is missing Introduced
  3449. "Guardian Derision" is missing Link
  3450. "Guardian Derision" is missing MaxRank
  3451. "Guardian Derision" is missing Tradable
  3452. "Guardian Derision" is missing Transmutable
  3453. "Guardian Derision" is missing Type
  3454. "Guided Effigy" is missing BaseDrain
  3455. "Guided Effigy" is missing Description
  3456. "Guided Effigy" is missing Icon
  3457. "Guided Effigy" is missing InternalName
  3458. "Guided Effigy" is missing Introduced
  3459. "Guided Effigy" is missing Link
  3460. "Guided Effigy" is missing MaxRank
  3461. "Guided Effigy" is missing Tradable
  3462. "Guided Effigy" is missing Type
  3463. "Guided Ordnance" is missing BaseDrain
  3464. "Guided Ordnance" is missing Description
  3465. "Guided Ordnance" is missing Icon
  3466. "Guided Ordnance" is missing InternalName
  3467. "Guided Ordnance" is missing Link
  3468. "Guided Ordnance" is missing MaxRank
  3469. "Guided Ordnance" is missing Tradable
  3470. "Guided Ordnance" is missing Type
  3471. "Gun Glide" is missing BaseDrain
  3472. "Gun Glide" is missing Description
  3473. "Gun Glide" is missing Icon
  3474. "Gun Glide" is missing InternalName
  3475. "Gun Glide" is missing Link
  3476. "Gun Glide" is missing MaxRank
  3477. "Gun Glide" is missing Tradable
  3478. "Gun Glide" is missing Type
  3479. "Gunslinger" is missing BaseDrain
  3480. "Gunslinger" is missing Description
  3481. "Gunslinger" is missing Icon
  3482. "Gunslinger" is missing InternalName
  3483. "Gunslinger" is missing Link
  3484. "Gunslinger" is missing MaxRank
  3485. "Gunslinger" is missing Tradable
  3486. "Gunslinger" is missing Transmutable
  3487. "Gunslinger" is missing Type
  3488. "Hall of Malevolence" is missing BaseDrain
  3489. "Hall of Malevolence" is missing Description
  3490. "Hall of Malevolence" is missing Icon
  3491. "Hall of Malevolence" is missing InternalName
  3492. "Hall of Malevolence" is missing Introduced
  3493. "Hall of Malevolence" is missing Link
  3494. "Hall of Malevolence" is missing MaxRank
  3495. "Hall of Malevolence" is missing Tradable
  3496. "Hall of Malevolence" is missing Type
  3497. "Hallowed Eruption" is missing BaseDrain
  3498. "Hallowed Eruption" is missing Description
  3499. "Hallowed Eruption" is missing Icon
  3500. "Hallowed Eruption" is missing InternalName
  3501. "Hallowed Eruption" is missing Introduced
  3502. "Hallowed Eruption" is missing Link
  3503. "Hallowed Eruption" is missing MaxRank
  3504. "Hallowed Eruption" is missing Tradable
  3505. "Hallowed Eruption" is missing Type
  3506. "Hallowed Reckoning" is missing BaseDrain
  3507. "Hallowed Reckoning" is missing Description
  3508. "Hallowed Reckoning" is missing Icon
  3509. "Hallowed Reckoning" is missing InternalName
  3510. "Hallowed Reckoning" is missing Introduced
  3511. "Hallowed Reckoning" is missing Link
  3512. "Hallowed Reckoning" is missing MaxRank
  3513. "Hallowed Reckoning" is missing Tradable
  3514. "Hallowed Reckoning" is missing Type
  3515. "Hammer Shot" is missing BaseDrain
  3516. "Hammer Shot" is missing Description
  3517. "Hammer Shot" is missing Icon
  3518. "Hammer Shot" is missing InternalName
  3519. "Hammer Shot" is missing Link
  3520. "Hammer Shot" is missing MaxRank
  3521. "Hammer Shot" is missing Tradable
  3522. "Hammer Shot" is missing Type
  3523. "Handspring" is missing BaseDrain
  3524. "Handspring" is missing Description
  3525. "Handspring" is missing Icon
  3526. "Handspring" is missing InternalName
  3527. "Handspring" is missing Introduced
  3528. "Handspring" is missing Link
  3529. "Handspring" is missing MaxRank
  3530. "Handspring" is missing Tradable
  3531. "Handspring" is missing Transmutable
  3532. "Handspring" is missing Type
  3533. "Hard Engage" is missing BaseDrain
  3534. "Hard Engage" is missing Description
  3535. "Hard Engage" is missing Icon
  3536. "Hard Engage" is missing InternalName
  3537. "Hard Engage" is missing Introduced
  3538. "Hard Engage" is missing Link
  3539. "Hard Engage" is missing MaxRank
  3540. "Hard Engage" is missing Tradable
  3541. "Hard Engage" is missing Type
  3542. "Harkonar Scope" is missing BaseDrain
  3543. "Harkonar Scope" is missing Description
  3544. "Harkonar Scope" is missing Icon
  3545. "Harkonar Scope" is missing InternalName
  3546. "Harkonar Scope" is missing Introduced
  3547. "Harkonar Scope" is missing Link
  3548. "Harkonar Scope" is missing MaxRank
  3549. "Harkonar Scope" is missing Tradable
  3550. "Harkonar Scope" is missing Type
  3551. "Hastened Deflection" is missing BaseDrain
  3552. "Hastened Deflection" is missing Description
  3553. "Hastened Deflection" is missing Icon
  3554. "Hastened Deflection" is missing InternalName
  3555. "Hastened Deflection" is missing Introduced
  3556. "Hastened Deflection" is missing Link
  3557. "Hastened Deflection" is missing MaxRank
  3558. "Hastened Deflection" is missing Tradable
  3559. "Hastened Deflection" is missing Transmutable
  3560. "Hastened Deflection" is missing Type
  3561. "Hastened Steps" is missing BaseDrain
  3562. "Hastened Steps" is missing Description
  3563. "Hastened Steps" is missing Icon
  3564. "Hastened Steps" is missing InternalName
  3565. "Hastened Steps" is missing Introduced
  3566. "Hastened Steps" is missing Link
  3567. "Hastened Steps" is missing MaxRank
  3568. "Hastened Steps" is missing Tradable
  3569. "Hastened Steps" is missing Type
  3570. "Hata-Satya" is missing BaseDrain
  3571. "Hata-Satya" is missing Description
  3572. "Hata-Satya" is missing Icon
  3573. "Hata-Satya" is missing InternalName
  3574. "Hata-Satya" is missing Link
  3575. "Hata-Satya" is missing MaxRank
  3576. "Hata-Satya" is missing Tradable
  3577. "Hata-Satya" is missing Type
  3578. "Hawk Eye" is missing BaseDrain
  3579. "Hawk Eye" is missing Description
  3580. "Hawk Eye" is missing Icon
  3581. "Hawk Eye" is missing InternalName
  3582. "Hawk Eye" is missing Introduced
  3583. "Hawk Eye" is missing Link
  3584. "Hawk Eye" is missing MaxRank
  3585. "Hawk Eye" is missing Tradable
  3586. "Hawk Eye" is missing Transmutable
  3587. "Hawk Eye" is missing Type
  3588. "Healing Flame" is missing BaseDrain
  3589. "Healing Flame" is missing Description
  3590. "Healing Flame" is missing Icon
  3591. "Healing Flame" is missing InternalName
  3592. "Healing Flame" is missing Introduced
  3593. "Healing Flame" is missing Link
  3594. "Healing Flame" is missing MaxRank
  3595. "Healing Flame" is missing Tradable
  3596. "Healing Flame" is missing Type
  3597. "Healing Return" is missing BaseDrain
  3598. "Healing Return" is missing Description
  3599. "Healing Return" is missing Icon
  3600. "Healing Return" is missing InternalName
  3601. "Healing Return" is missing Introduced
  3602. "Healing Return" is missing Link
  3603. "Healing Return" is missing MaxRank
  3604. "Healing Return" is missing Tradable
  3605. "Healing Return" is missing Transmutable
  3606. "Healing Return" is missing Type
  3607. "Health Conversion" is missing BaseDrain
  3608. "Health Conversion" is missing Description
  3609. "Health Conversion" is missing Icon
  3610. "Health Conversion" is missing InternalName
  3611. "Health Conversion" is missing Introduced
  3612. "Health Conversion" is missing Link
  3613. "Health Conversion" is missing MaxRank
  3614. "Health Conversion" is missing Tradable
  3615. "Health Conversion" is missing Type
  3616. "Heartseeker" is missing BaseDrain
  3617. "Heartseeker" is missing Description
  3618. "Heartseeker" is missing Icon
  3619. "Heartseeker" is missing InternalName
  3620. "Heartseeker" is missing Introduced
  3621. "Heartseeker" is missing Link
  3622. "Heartseeker" is missing MaxRank
  3623. "Heartseeker" is missing Tradable
  3624. "Heartseeker" is missing Type
  3625. "Heated Charge" is missing BaseDrain
  3626. "Heated Charge" is missing Description
  3627. "Heated Charge" is missing Icon
  3628. "Heated Charge" is missing InternalName
  3629. "Heated Charge" is missing Introduced
  3630. "Heated Charge" is missing Link
  3631. "Heated Charge" is missing MaxRank
  3632. "Heated Charge" is missing Tradable
  3633. "Heated Charge" is missing Transmutable
  3634. "Heated Charge" is missing Type
  3635. "Heavy Caliber" is missing BaseDrain
  3636. "Heavy Caliber" is missing Description
  3637. "Heavy Caliber" is missing Icon
  3638. "Heavy Caliber" is missing InternalName
  3639. "Heavy Caliber" is missing Link
  3640. "Heavy Caliber" is missing MaxRank
  3641. "Heavy Caliber" is missing Tradable
  3642. "Heavy Caliber" is missing Type
  3643. "Heavy Impact" is missing BaseDrain
  3644. "Heavy Impact" is missing Description
  3645. "Heavy Impact" is missing Icon
  3646. "Heavy Impact" is missing InternalName
  3647. "Heavy Impact" is missing Introduced
  3648. "Heavy Impact" is missing Link
  3649. "Heavy Impact" is missing MaxRank
  3650. "Heavy Impact" is missing Tradable
  3651. "Heavy Impact" is missing Transmutable
  3652. "Heavy Impact" is missing Type
  3653. "Heavy Trauma" is missing BaseDrain
  3654. "Heavy Trauma" is missing Description
  3655. "Heavy Trauma" is missing Icon
  3656. "Heavy Trauma" is missing InternalName
  3657. "Heavy Trauma" is missing Link
  3658. "Heavy Trauma" is missing MaxRank
  3659. "Heavy Trauma" is missing Tradable
  3660. "Heavy Trauma" is missing Transmutable
  3661. "Heavy Trauma" is missing Type
  3662. "Heavy Warhead" is missing BaseDrain
  3663. "Heavy Warhead" is missing Description
  3664. "Heavy Warhead" is missing Icon
  3665. "Heavy Warhead" is missing InternalName
  3666. "Heavy Warhead" is missing Introduced
  3667. "Heavy Warhead" is missing Link
  3668. "Heavy Warhead" is missing MaxRank
  3669. "Heavy Warhead" is missing Tradable
  3670. "Heavy Warhead" is missing Type
  3671. "Heightened Reflexes" is missing BaseDrain
  3672. "Heightened Reflexes" is missing Description
  3673. "Heightened Reflexes" is missing Icon
  3674. "Heightened Reflexes" is missing InternalName
  3675. "Heightened Reflexes" is missing Introduced
  3676. "Heightened Reflexes" is missing Link
  3677. "Heightened Reflexes" is missing MaxRank
  3678. "Heightened Reflexes" is missing Tradable
  3679. "Heightened Reflexes" is missing Type
  3680. "Hell's Chamber" is missing BaseDrain
  3681. "Hell's Chamber" is missing Description
  3682. "Hell's Chamber" is missing Icon
  3683. "Hell's Chamber" is missing InternalName
  3684. "Hell's Chamber" is missing Introduced
  3685. "Hell's Chamber" is missing Link
  3686. "Hell's Chamber" is missing MaxRank
  3687. "Hell's Chamber" is missing Tradable
  3688. "Hell's Chamber" is missing Transmutable
  3689. "Hell's Chamber" is missing Type
  3690. "Hellfire" is missing BaseDrain
  3691. "Hellfire" is missing Description
  3692. "Hellfire" is missing Icon
  3693. "Hellfire" is missing InternalName
  3694. "Hellfire" is missing Introduced
  3695. "Hellfire" is missing Link
  3696. "Hellfire" is missing MaxRank
  3697. "Hellfire" is missing Tradable
  3698. "Hellfire" is missing Transmutable
  3699. "Hellfire" is missing Type
  3700. "High Noon" is missing BaseDrain
  3701. "High Noon" is missing Description
  3702. "High Noon" is missing Icon
  3703. "High Noon" is missing InternalName
  3704. "High Noon" is missing Introduced
  3705. "High Noon" is missing Link
  3706. "High Noon" is missing MaxRank
  3707. "High Noon" is missing Tradable
  3708. "High Noon" is missing Transmutable
  3709. "High Noon" is missing Type
  3710. "High Voltage" is missing BaseDrain
  3711. "High Voltage" is missing Description
  3712. "High Voltage" is missing Icon
  3713. "High Voltage" is missing InternalName
  3714. "High Voltage" is missing Introduced
  3715. "High Voltage" is missing Link
  3716. "High Voltage" is missing MaxRank
  3717. "High Voltage" is missing Tradable
  3718. "High Voltage" is missing Type
  3719. "Hit And Run" is missing BaseDrain
  3720. "Hit And Run" is missing Description
  3721. "Hit And Run" is missing Icon
  3722. "Hit And Run" is missing InternalName
  3723. "Hit And Run" is missing Link
  3724. "Hit And Run" is missing MaxRank
  3725. "Hit And Run" is missing Polarity
  3726. "Hit And Run" is missing Tradable
  3727. "Hit And Run" is missing Type
  3728. "Hollow Point" is missing BaseDrain
  3729. "Hollow Point" is missing Description
  3730. "Hollow Point" is missing Icon
  3731. "Hollow Point" is missing InternalName
  3732. "Hollow Point" is missing Introduced
  3733. "Hollow Point" is missing Link
  3734. "Hollow Point" is missing MaxRank
  3735. "Hollow Point" is missing Tradable
  3736. "Hollow Point" is missing Type
  3737. "Hollowed Bullets" is missing BaseDrain
  3738. "Hollowed Bullets" is missing Description
  3739. "Hollowed Bullets" is missing Icon
  3740. "Hollowed Bullets" is missing InternalName
  3741. "Hollowed Bullets" is missing Introduced
  3742. "Hollowed Bullets" is missing Link
  3743. "Hollowed Bullets" is missing MaxRank
  3744. "Hollowed Bullets" is missing Tradable
  3745. "Hollowed Bullets" is missing Transmutable
  3746. "Hollowed Bullets" is missing Type
  3747. "Homing Fang" is missing BaseDrain
  3748. "Homing Fang" is missing Description
  3749. "Homing Fang" is missing Icon
  3750. "Homing Fang" is missing InternalName
  3751. "Homing Fang" is missing Introduced
  3752. "Homing Fang" is missing Link
  3753. "Homing Fang" is missing MaxRank
  3754. "Homing Fang" is missing Tradable
  3755. "Homing Fang" is missing Transmutable
  3756. "Homing Fang" is missing Type
  3757. "Hornet Strike" is missing BaseDrain
  3758. "Hornet Strike" is missing Description
  3759. "Hornet Strike" is missing Icon
  3760. "Hornet Strike" is missing InternalName
  3761. "Hornet Strike" is missing Introduced
  3762. "Hornet Strike" is missing Link
  3763. "Hornet Strike" is missing MaxRank
  3764. "Hornet Strike" is missing Tradable
  3765. "Hornet Strike" is missing Transmutable
  3766. "Hornet Strike" is missing Type
  3767. "Howl" is missing BaseDrain
  3768. "Howl" is missing Description
  3769. "Howl" is missing Icon
  3770. "Howl" is missing InternalName
  3771. "Howl" is missing Introduced
  3772. "Howl" is missing Link
  3773. "Howl" is missing MaxRank
  3774. "Howl" is missing Tradable
  3775. "Howl" is missing Transmutable
  3776. "Howl" is missing Type
  3777. "Hunt" is missing BaseDrain
  3778. "Hunt" is missing Description
  3779. "Hunt" is missing Icon
  3780. "Hunt" is missing InternalName
  3781. "Hunt" is missing Introduced
  3782. "Hunt" is missing Link
  3783. "Hunt" is missing MaxRank
  3784. "Hunt" is missing Tradable
  3785. "Hunt" is missing Transmutable
  3786. "Hunt" is missing Type
  3787. "Hunter Adrenaline" is missing BaseDrain
  3788. "Hunter Adrenaline" is missing Description
  3789. "Hunter Adrenaline" is missing Icon
  3790. "Hunter Adrenaline" is missing InternalName
  3791. "Hunter Adrenaline" is missing Introduced
  3792. "Hunter Adrenaline" is missing Link
  3793. "Hunter Adrenaline" is missing MaxRank
  3794. "Hunter Adrenaline" is missing Tradable
  3795. "Hunter Adrenaline" is missing Type
  3796. "Hunter Command" is missing BaseDrain
  3797. "Hunter Command" is missing Description
  3798. "Hunter Command" is missing Icon
  3799. "Hunter Command" is missing InternalName
  3800. "Hunter Command" is missing Introduced
  3801. "Hunter Command" is missing Link
  3802. "Hunter Command" is missing MaxRank
  3803. "Hunter Command" is missing Tradable
  3804. "Hunter Command" is missing Type
  3805. "Hunter Munitions" is missing BaseDrain
  3806. "Hunter Munitions" is missing Description
  3807. "Hunter Munitions" is missing Icon
  3808. "Hunter Munitions" is missing InternalName
  3809. "Hunter Munitions" is missing Introduced
  3810. "Hunter Munitions" is missing Link
  3811. "Hunter Munitions" is missing MaxRank
  3812. "Hunter Munitions" is missing Tradable
  3813. "Hunter Munitions" is missing Type
  3814. "Hunter Recovery" is missing BaseDrain
  3815. "Hunter Recovery" is missing Description
  3816. "Hunter Recovery" is missing Icon
  3817. "Hunter Recovery" is missing InternalName
  3818. "Hunter Recovery" is missing Introduced
  3819. "Hunter Recovery" is missing Link
  3820. "Hunter Recovery" is missing MaxRank
  3821. "Hunter Recovery" is missing Tradable
  3822. "Hunter Recovery" is missing Type
  3823. "Hunter Synergy" is missing BaseDrain
  3824. "Hunter Synergy" is missing Description
  3825. "Hunter Synergy" is missing Icon
  3826. "Hunter Synergy" is missing InternalName
  3827. "Hunter Synergy" is missing Introduced
  3828. "Hunter Synergy" is missing Link
  3829. "Hunter Synergy" is missing MaxRank
  3830. "Hunter Synergy" is missing Tradable
  3831. "Hunter Synergy" is missing Type
  3832. "Hunter Track" is missing BaseDrain
  3833. "Hunter Track" is missing Description
  3834. "Hunter Track" is missing Icon
  3835. "Hunter Track" is missing InternalName
  3836. "Hunter Track" is missing Introduced
  3837. "Hunter Track" is missing Link
  3838. "Hunter Track" is missing MaxRank
  3839. "Hunter Track" is missing Tradable
  3840. "Hunter Track" is missing Type
  3841. "Hunter's Bonesaw" is missing BaseDrain
  3842. "Hunter's Bonesaw" is missing Description
  3843. "Hunter's Bonesaw" is missing Icon
  3844. "Hunter's Bonesaw" is missing InternalName
  3845. "Hunter's Bonesaw" is missing Introduced
  3846. "Hunter's Bonesaw" is missing Link
  3847. "Hunter's Bonesaw" is missing MaxRank
  3848. "Hunter's Bonesaw" is missing Tradable
  3849. "Hunter's Bonesaw" is missing Type
  3850. "Hush" is missing BaseDrain
  3851. "Hush" is missing Description
  3852. "Hush" is missing Icon
  3853. "Hush" is missing InternalName
  3854. "Hush" is missing Link
  3855. "Hush" is missing MaxRank
  3856. "Hush" is missing Tradable
  3857. "Hush" is missing Transmutable
  3858. "Hush" is missing Type
  3859. "Hushed Invisibility" is missing BaseDrain
  3860. "Hushed Invisibility" is missing Description
  3861. "Hushed Invisibility" is missing Icon
  3862. "Hushed Invisibility" is missing InternalName
  3863. "Hushed Invisibility" is missing Introduced
  3864. "Hushed Invisibility" is missing Link
  3865. "Hushed Invisibility" is missing MaxRank
  3866. "Hushed Invisibility" is missing Tradable
  3867. "Hushed Invisibility" is missing Type
  3868. "Hydraulic Barrel" is missing BaseDrain
  3869. "Hydraulic Barrel" is missing Description
  3870. "Hydraulic Barrel" is missing Icon
  3871. "Hydraulic Barrel" is missing InternalName
  3872. "Hydraulic Barrel" is missing Introduced
  3873. "Hydraulic Barrel" is missing Link
  3874. "Hydraulic Barrel" is missing MaxRank
  3875. "Hydraulic Barrel" is missing Tradable
  3876. "Hydraulic Barrel" is missing Type
  3877. "Hydraulic Chamber" is missing BaseDrain
  3878. "Hydraulic Chamber" is missing Description
  3879. "Hydraulic Chamber" is missing Icon
  3880. "Hydraulic Chamber" is missing InternalName
  3881. "Hydraulic Chamber" is missing Introduced
  3882. "Hydraulic Chamber" is missing Link
  3883. "Hydraulic Chamber" is missing MaxRank
  3884. "Hydraulic Chamber" is missing Tradable
  3885. "Hydraulic Chamber" is missing Type
  3886. "Hydraulic Crosshairs" is missing BaseDrain
  3887. "Hydraulic Crosshairs" is missing Description
  3888. "Hydraulic Crosshairs" is missing Icon
  3889. "Hydraulic Crosshairs" is missing InternalName
  3890. "Hydraulic Crosshairs" is missing Introduced
  3891. "Hydraulic Crosshairs" is missing Link
  3892. "Hydraulic Crosshairs" is missing MaxRank
  3893. "Hydraulic Crosshairs" is missing Tradable
  3894. "Hydraulic Crosshairs" is missing Type
  3895. "Hydraulic Gauge" is missing BaseDrain
  3896. "Hydraulic Gauge" is missing Description
  3897. "Hydraulic Gauge" is missing Icon
  3898. "Hydraulic Gauge" is missing InternalName
  3899. "Hydraulic Gauge" is missing Introduced
  3900. "Hydraulic Gauge" is missing Link
  3901. "Hydraulic Gauge" is missing MaxRank
  3902. "Hydraulic Gauge" is missing Tradable
  3903. "Hydraulic Gauge" is missing Type
  3904. "Hyperion Thrusters" is missing BaseDrain
  3905. "Hyperion Thrusters" is missing Description
  3906. "Hyperion Thrusters" is missing Icon
  3907. "Hyperion Thrusters" is missing InternalName
  3908. "Hyperion Thrusters" is missing Link
  3909. "Hyperion Thrusters" is missing MaxRank
  3910. "Hyperion Thrusters" is missing Tradable
  3911. "Hyperion Thrusters" is missing Transmutable
  3912. "Hyperion Thrusters" is missing Type
  3913. "Hypothermic Shell" is missing BaseDrain
  3914. "Hypothermic Shell" is missing Description
  3915. "Hypothermic Shell" is missing Icon
  3916. "Hypothermic Shell" is missing InternalName
  3917. "Hypothermic Shell" is missing Introduced
  3918. "Hypothermic Shell" is missing Link
  3919. "Hypothermic Shell" is missing MaxRank
  3920. "Hypothermic Shell" is missing Tradable
  3921. "Hypothermic Shell" is missing Transmutable
  3922. "Hypothermic Shell" is missing Type
  3923. "Hysteria" is missing BaseDrain
  3924. "Hysteria" is missing Description
  3925. "Hysteria" is missing Icon
  3926. "Hysteria" is missing InternalName
  3927. "Hysteria" is missing Introduced
  3928. "Hysteria" is missing Link
  3929. "Hysteria" is missing MaxRank
  3930. "Hysteria" is missing Polarity
  3931. "Hysteria" is missing Rarity
  3932. "Hysteria" is missing Tradable
  3933. "Hysteria" is missing Type
  3934. "Hysterical Assault" is missing BaseDrain
  3935. "Hysterical Assault" is missing Description
  3936. "Hysterical Assault" is missing Icon
  3937. "Hysterical Assault" is missing InternalName
  3938. "Hysterical Assault" is missing Introduced
  3939. "Hysterical Assault" is missing Link
  3940. "Hysterical Assault" is missing MaxRank
  3941. "Hysterical Assault" is missing Tradable
  3942. "Hysterical Assault" is missing Type
  3943. "Hysterical Fixation" is missing BaseDrain
  3944. "Hysterical Fixation" is missing Description
  3945. "Hysterical Fixation" is missing Icon
  3946. "Hysterical Fixation" is missing InternalName
  3947. "Hysterical Fixation" is missing Introduced
  3948. "Hysterical Fixation" is missing Link
  3949. "Hysterical Fixation" is missing MaxRank
  3950. "Hysterical Fixation" is missing Tradable
  3951. "Hysterical Fixation" is missing Type
  3952. "Iatric Mycelium" is missing BaseDrain
  3953. "Iatric Mycelium" is missing Description
  3954. "Iatric Mycelium" is missing Icon
  3955. "Iatric Mycelium" is missing InternalName
  3956. "Iatric Mycelium" is missing Link
  3957. "Iatric Mycelium" is missing MaxRank
  3958. "Iatric Mycelium" is missing Tradable
  3959. "Iatric Mycelium" is missing Type
  3960. "Ice Spring" is missing BaseDrain
  3961. "Ice Spring" is missing Description
  3962. "Ice Spring" is missing Icon
  3963. "Ice Spring" is missing InternalName
  3964. "Ice Spring" is missing Introduced
  3965. "Ice Spring" is missing Link
  3966. "Ice Spring" is missing MaxRank
  3967. "Ice Spring" is missing Tradable
  3968. "Ice Spring" is missing Type
  3969. "Ice Storm" is missing BaseDrain
  3970. "Ice Storm" is missing Description
  3971. "Ice Storm" is missing Icon
  3972. "Ice Storm" is missing InternalName
  3973. "Ice Storm" is missing Introduced
  3974. "Ice Storm" is missing Link
  3975. "Ice Storm" is missing MaxRank
  3976. "Ice Storm" is missing Tradable
  3977. "Ice Storm" is missing Type
  3978. "Ice Wave Impedance" is missing BaseDrain
  3979. "Ice Wave Impedance" is missing Description
  3980. "Ice Wave Impedance" is missing Icon
  3981. "Ice Wave Impedance" is missing InternalName
  3982. "Ice Wave Impedance" is missing Introduced
  3983. "Ice Wave Impedance" is missing Link
  3984. "Ice Wave Impedance" is missing MaxRank
  3985. "Ice Wave Impedance" is missing Tradable
  3986. "Ice Wave Impedance" is missing Type
  3987. "Icy Avalanche" is missing BaseDrain
  3988. "Icy Avalanche" is missing Description
  3989. "Icy Avalanche" is missing Icon
  3990. "Icy Avalanche" is missing InternalName
  3991. "Icy Avalanche" is missing Introduced
  3992. "Icy Avalanche" is missing Link
  3993. "Icy Avalanche" is missing MaxRank
  3994. "Icy Avalanche" is missing Tradable
  3995. "Icy Avalanche" is missing Type
  3996. "Immolated Radiance" is missing BaseDrain
  3997. "Immolated Radiance" is missing Description
  3998. "Immolated Radiance" is missing Icon
  3999. "Immolated Radiance" is missing InternalName
  4000. "Immolated Radiance" is missing Introduced
  4001. "Immolated Radiance" is missing Link
  4002. "Immolated Radiance" is missing MaxRank
  4003. "Immolated Radiance" is missing Tradable
  4004. "Immolated Radiance" is missing Type
  4005. "Impaler Munitions" is missing BaseDrain
  4006. "Impaler Munitions" is missing Description
  4007. "Impaler Munitions" is missing Icon
  4008. "Impaler Munitions" is missing InternalName
  4009. "Impaler Munitions" is missing Introduced
  4010. "Impaler Munitions" is missing Link
  4011. "Impaler Munitions" is missing MaxRank
  4012. "Impaler Munitions" is missing Tradable
  4013. "Impaler Munitions" is missing Type
  4014. "Impenetrable Offense" is missing BaseDrain
  4015. "Impenetrable Offense" is missing Description
  4016. "Impenetrable Offense" is missing Icon
  4017. "Impenetrable Offense" is missing InternalName
  4018. "Impenetrable Offense" is missing Introduced
  4019. "Impenetrable Offense" is missing Link
  4020. "Impenetrable Offense" is missing MaxRank
  4021. "Impenetrable Offense" is missing Tradable
  4022. "Impenetrable Offense" is missing Type
  4023. "Incendiary Coat" is missing BaseDrain
  4024. "Incendiary Coat" is missing Description
  4025. "Incendiary Coat" is missing Icon
  4026. "Incendiary Coat" is missing InternalName
  4027. "Incendiary Coat" is missing Introduced
  4028. "Incendiary Coat" is missing Link
  4029. "Incendiary Coat" is missing MaxRank
  4030. "Incendiary Coat" is missing Tradable
  4031. "Incendiary Coat" is missing Transmutable
  4032. "Incendiary Coat" is missing Type
  4033. "Inertia Dampeners" is missing BaseDrain
  4034. "Inertia Dampeners" is missing Description
  4035. "Inertia Dampeners" is missing Icon
  4036. "Inertia Dampeners" is missing InternalName
  4037. "Inertia Dampeners" is missing Introduced
  4038. "Inertia Dampeners" is missing Link
  4039. "Inertia Dampeners" is missing MaxRank
  4040. "Inertia Dampeners" is missing Tradable
  4041. "Inertia Dampeners" is missing Type
  4042. "Infected Clip" is missing BaseDrain
  4043. "Infected Clip" is missing Description
  4044. "Infected Clip" is missing Icon
  4045. "Infected Clip" is missing InternalName
  4046. "Infected Clip" is missing Link
  4047. "Infected Clip" is missing MaxRank
  4048. "Infected Clip" is missing Tradable
  4049. "Infected Clip" is missing Transmutable
  4050. "Infected Clip" is missing Type
  4051. "Infectious Bite" is missing BaseDrain
  4052. "Infectious Bite" is missing Description
  4053. "Infectious Bite" is missing Icon
  4054. "Infectious Bite" is missing InternalName
  4055. "Infectious Bite" is missing Link
  4056. "Infectious Bite" is missing MaxRank
  4057. "Infectious Bite" is missing Tradable
  4058. "Infectious Bite" is missing Type
  4059. "Infectious Injection" is missing BaseDrain
  4060. "Infectious Injection" is missing Description
  4061. "Infectious Injection" is missing Icon
  4062. "Infectious Injection" is missing InternalName
  4063. "Infectious Injection" is missing Introduced
  4064. "Infectious Injection" is missing Link
  4065. "Infectious Injection" is missing MaxRank
  4066. "Infectious Injection" is missing Tradable
  4067. "Infectious Injection" is missing Type
  4068. "Infested Impedance" is missing BaseDrain
  4069. "Infested Impedance" is missing Description
  4070. "Infested Impedance" is missing Icon
  4071. "Infested Impedance" is missing InternalName
  4072. "Infested Impedance" is missing Introduced
  4073. "Infested Impedance" is missing Link
  4074. "Infested Impedance" is missing MaxRank
  4075. "Infested Impedance" is missing Tradable
  4076. "Infested Impedance" is missing Type
  4077. "Infiltrate" is missing BaseDrain
  4078. "Infiltrate" is missing Description
  4079. "Infiltrate" is missing Icon
  4080. "Infiltrate" is missing InternalName
  4081. "Infiltrate" is missing Introduced
  4082. "Infiltrate" is missing Link
  4083. "Infiltrate" is missing MaxRank
  4084. "Infiltrate" is missing Tradable
  4085. "Infiltrate" is missing Type
  4086. "Insatiable" is missing BaseDrain
  4087. "Insatiable" is missing Description
  4088. "Insatiable" is missing Icon
  4089. "Insatiable" is missing InternalName
  4090. "Insatiable" is missing Introduced
  4091. "Insatiable" is missing Link
  4092. "Insatiable" is missing MaxRank
  4093. "Insatiable" is missing Tradable
  4094. "Insatiable" is missing Type
  4095. "Insulation" is missing BaseDrain
  4096. "Insulation" is missing Description
  4097. "Insulation" is missing Icon
  4098. "Insulation" is missing InternalName
  4099. "Insulation" is missing Introduced
  4100. "Insulation" is missing Link
  4101. "Insulation" is missing MaxRank
  4102. "Insulation" is missing Tradable
  4103. "Insulation" is missing Transmutable
  4104. "Insulation" is missing Type
  4105. "Intensify" is missing BaseDrain
  4106. "Intensify" is missing Description
  4107. "Intensify" is missing Icon
  4108. "Intensify" is missing InternalName
  4109. "Intensify" is missing Introduced
  4110. "Intensify" is missing Link
  4111. "Intensify" is missing MaxRank
  4112. "Intensify" is missing Tradable
  4113. "Intensify" is missing Transmutable
  4114. "Intensify" is missing Type
  4115. "Intruder" is missing BaseDrain
  4116. "Intruder" is missing Description
  4117. "Intruder" is missing Icon
  4118. "Intruder" is missing InternalName
  4119. "Intruder" is missing Link
  4120. "Intruder" is missing MaxRank
  4121. "Intruder" is missing Polarity
  4122. "Intruder" is missing Tradable
  4123. "Intruder" is missing Type
  4124. "Investigator" is missing BaseDrain
  4125. "Investigator" is missing Description
  4126. "Investigator" is missing Icon
  4127. "Investigator" is missing InternalName
  4128. "Investigator" is missing Introduced
  4129. "Investigator" is missing Link
  4130. "Investigator" is missing MaxRank
  4131. "Investigator" is missing Tradable
  4132. "Investigator" is missing Type
  4133. "Ion Infusion" is missing BaseDrain
  4134. "Ion Infusion" is missing Description
  4135. "Ion Infusion" is missing Icon
  4136. "Ion Infusion" is missing InternalName
  4137. "Ion Infusion" is missing Introduced
  4138. "Ion Infusion" is missing Link
  4139. "Ion Infusion" is missing MaxRank
  4140. "Ion Infusion" is missing Tradable
  4141. "Ion Infusion" is missing Type
  4142. "Iron Phoenix" is missing BaseDrain
  4143. "Iron Phoenix" is missing Description
  4144. "Iron Phoenix" is missing Icon
  4145. "Iron Phoenix" is missing InternalName
  4146. "Iron Phoenix" is missing Introduced
  4147. "Iron Phoenix" is missing Link
  4148. "Iron Phoenix" is missing MaxRank
  4149. "Iron Phoenix" is missing Tradable
  4150. "Iron Phoenix" is missing Transmutable
  4151. "Iron Phoenix" is missing Type
  4152. "Iron Shrapnel" is missing BaseDrain
  4153. "Iron Shrapnel" is missing Description
  4154. "Iron Shrapnel" is missing Icon
  4155. "Iron Shrapnel" is missing InternalName
  4156. "Iron Shrapnel" is missing Introduced
  4157. "Iron Shrapnel" is missing Link
  4158. "Iron Shrapnel" is missing MaxRank
  4159. "Iron Shrapnel" is missing Tradable
  4160. "Iron Shrapnel" is missing Type
  4161. "Iron Vault" is missing BaseDrain
  4162. "Iron Vault" is missing Description
  4163. "Iron Vault" is missing Icon
  4164. "Iron Vault" is missing InternalName
  4165. "Iron Vault" is missing Introduced
  4166. "Iron Vault" is missing Link
  4167. "Iron Vault" is missing MaxRank
  4168. "Iron Vault" is missing Tradable
  4169. "Iron Vault" is missing Type
  4170. "Ironclad Charge" is missing BaseDrain
  4171. "Ironclad Charge" is missing Description
  4172. "Ironclad Charge" is missing Icon
  4173. "Ironclad Charge" is missing InternalName
  4174. "Ironclad Charge" is missing Introduced
  4175. "Ironclad Charge" is missing Link
  4176. "Ironclad Charge" is missing MaxRank
  4177. "Ironclad Charge" is missing Tradable
  4178. "Ironclad Charge" is missing Type
  4179. "Ironclad Flight" is missing BaseDrain
  4180. "Ironclad Flight" is missing Description
  4181. "Ironclad Flight" is missing Icon
  4182. "Ironclad Flight" is missing InternalName
  4183. "Ironclad Flight" is missing Introduced
  4184. "Ironclad Flight" is missing Link
  4185. "Ironclad Flight" is missing MaxRank
  4186. "Ironclad Flight" is missing Tradable
  4187. "Ironclad Flight" is missing Type
  4188. "Irradiating Disarm" is missing BaseDrain
  4189. "Irradiating Disarm" is missing Description
  4190. "Irradiating Disarm" is missing Icon
  4191. "Irradiating Disarm" is missing InternalName
  4192. "Irradiating Disarm" is missing Introduced
  4193. "Irradiating Disarm" is missing Link
  4194. "Irradiating Disarm" is missing MaxRank
  4195. "Irradiating Disarm" is missing Tradable
  4196. "Irradiating Disarm" is missing Type
  4197. "Jagged Edge" is missing BaseDrain
  4198. "Jagged Edge" is missing Description
  4199. "Jagged Edge" is missing Icon
  4200. "Jagged Edge" is missing InternalName
  4201. "Jagged Edge" is missing Link
  4202. "Jagged Edge" is missing MaxRank
  4203. "Jagged Edge" is missing Tradable
  4204. "Jagged Edge" is missing Transmutable
  4205. "Jagged Edge" is missing Type
  4206. "Jahu" is missing BaseDrain
  4207. "Jahu" is missing Description
  4208. "Jahu" is missing Icon
  4209. "Jahu" is missing InternalName
  4210. "Jahu" is missing Link
  4211. "Jahu" is missing MaxRank
  4212. "Jahu" is missing Polarity
  4213. "Jahu" is missing Tradable
  4214. "Jahu" is missing Type
  4215. "Jet Stream" is missing BaseDrain
  4216. "Jet Stream" is missing Description
  4217. "Jet Stream" is missing Icon
  4218. "Jet Stream" is missing InternalName
  4219. "Jet Stream" is missing Link
  4220. "Jet Stream" is missing MaxRank
  4221. "Jet Stream" is missing Tradable
  4222. "Jet Stream" is missing Type
  4223. "Jolt" is missing BaseDrain
  4224. "Jolt" is missing Description
  4225. "Jolt" is missing Icon
  4226. "Jolt" is missing InternalName
  4227. "Jolt" is missing Introduced
  4228. "Jolt" is missing Link
  4229. "Jolt" is missing MaxRank
  4230. "Jolt" is missing Tradable
  4231. "Jolt" is missing Type
  4232. "Jugulus Barbs" is missing BaseDrain
  4233. "Jugulus Barbs" is missing Description
  4234. "Jugulus Barbs" is missing Icon
  4235. "Jugulus Barbs" is missing InternalName
  4236. "Jugulus Barbs" is missing Introduced
  4237. "Jugulus Barbs" is missing Link
  4238. "Jugulus Barbs" is missing MaxRank
  4239. "Jugulus Barbs" is missing Tradable
  4240. "Jugulus Barbs" is missing Type
  4241. "Jugulus Carapace" is missing BaseDrain
  4242. "Jugulus Carapace" is missing Description
  4243. "Jugulus Carapace" is missing Icon
  4244. "Jugulus Carapace" is missing InternalName
  4245. "Jugulus Carapace" is missing Introduced
  4246. "Jugulus Carapace" is missing Link
  4247. "Jugulus Carapace" is missing MaxRank
  4248. "Jugulus Carapace" is missing Tradable
  4249. "Jugulus Carapace" is missing Type
  4250. "Jugulus Spines" is missing BaseDrain
  4251. "Jugulus Spines" is missing Description
  4252. "Jugulus Spines" is missing Icon
  4253. "Jugulus Spines" is missing InternalName
  4254. "Jugulus Spines" is missing Introduced
  4255. "Jugulus Spines" is missing Link
  4256. "Jugulus Spines" is missing MaxRank
  4257. "Jugulus Spines" is missing Tradable
  4258. "Jugulus Spines" is missing Type
  4259. "Juice" is missing BaseDrain
  4260. "Juice" is missing Description
  4261. "Juice" is missing Icon
  4262. "Juice" is missing InternalName
  4263. "Juice" is missing Link
  4264. "Juice" is missing MaxRank
  4265. "Juice" is missing Tradable
  4266. "Juice" is missing Type
  4267. "Justice Blades" is missing BaseDrain
  4268. "Justice Blades" is missing Description
  4269. "Justice Blades" is missing Icon
  4270. "Justice Blades" is missing InternalName
  4271. "Justice Blades" is missing Introduced
  4272. "Justice Blades" is missing Link
  4273. "Justice Blades" is missing MaxRank
  4274. "Justice Blades" is missing Tradable
  4275. "Justice Blades" is missing Type
  4276. "Kavat's Grace" is missing BaseDrain
  4277. "Kavat's Grace" is missing Description
  4278. "Kavat's Grace" is missing Icon
  4279. "Kavat's Grace" is missing InternalName
  4280. "Kavat's Grace" is missing Link
  4281. "Kavat's Grace" is missing MaxRank
  4282. "Kavat's Grace" is missing Tradable
  4283. "Kavat's Grace" is missing Type
  4284. "Khra" is missing BaseDrain
  4285. "Khra" is missing Description
  4286. "Khra" is missing Icon
  4287. "Khra" is missing InternalName
  4288. "Khra" is missing Link
  4289. "Khra" is missing MaxRank
  4290. "Khra" is missing Polarity
  4291. "Khra" is missing Tradable
  4292. "Khra" is missing Type
  4293. "Kill Switch" is missing BaseDrain
  4294. "Kill Switch" is missing Description
  4295. "Kill Switch" is missing Icon
  4296. "Kill Switch" is missing InternalName
  4297. "Kill Switch" is missing Introduced
  4298. "Kill Switch" is missing Link
  4299. "Kill Switch" is missing MaxRank
  4300. "Kill Switch" is missing Tradable
  4301. "Kill Switch" is missing Type
  4302. "Killing Blow" is missing BaseDrain
  4303. "Killing Blow" is missing Description
  4304. "Killing Blow" is missing Icon
  4305. "Killing Blow" is missing InternalName
  4306. "Killing Blow" is missing Introduced
  4307. "Killing Blow" is missing Link
  4308. "Killing Blow" is missing MaxRank
  4309. "Killing Blow" is missing Tradable
  4310. "Killing Blow" is missing Transmutable
  4311. "Killing Blow" is missing Type
  4312. "Kinetic Collision" is missing BaseDrain
  4313. "Kinetic Collision" is missing Description
  4314. "Kinetic Collision" is missing Icon
  4315. "Kinetic Collision" is missing InternalName
  4316. "Kinetic Collision" is missing Introduced
  4317. "Kinetic Collision" is missing Link
  4318. "Kinetic Collision" is missing MaxRank
  4319. "Kinetic Collision" is missing Tradable
  4320. "Kinetic Collision" is missing Type
  4321. "Kinetic Diversion" is missing BaseDrain
  4322. "Kinetic Diversion" is missing Description
  4323. "Kinetic Diversion" is missing Icon
  4324. "Kinetic Diversion" is missing InternalName
  4325. "Kinetic Diversion" is missing Introduced
  4326. "Kinetic Diversion" is missing Link
  4327. "Kinetic Diversion" is missing MaxRank
  4328. "Kinetic Diversion" is missing Tradable
  4329. "Kinetic Diversion" is missing Type
  4330. "Kinetic Friction" is missing BaseDrain
  4331. "Kinetic Friction" is missing Description
  4332. "Kinetic Friction" is missing Icon
  4333. "Kinetic Friction" is missing InternalName
  4334. "Kinetic Friction" is missing Introduced
  4335. "Kinetic Friction" is missing Link
  4336. "Kinetic Friction" is missing MaxRank
  4337. "Kinetic Friction" is missing Tradable
  4338. "Kinetic Friction" is missing Type
  4339. "Kinetic Ricochet" is missing BaseDrain
  4340. "Kinetic Ricochet" is missing Description
  4341. "Kinetic Ricochet" is missing Icon
  4342. "Kinetic Ricochet" is missing InternalName
  4343. "Kinetic Ricochet" is missing Introduced
  4344. "Kinetic Ricochet" is missing Link
  4345. "Kinetic Ricochet" is missing MaxRank
  4346. "Kinetic Ricochet" is missing Tradable
  4347. "Kinetic Ricochet" is missing Type
  4348. "Larva Burst" is missing BaseDrain
  4349. "Larva Burst" is missing Description
  4350. "Larva Burst" is missing Icon
  4351. "Larva Burst" is missing InternalName
  4352. "Larva Burst" is missing Introduced
  4353. "Larva Burst" is missing Link
  4354. "Larva Burst" is missing MaxRank
  4355. "Larva Burst" is missing Tradable
  4356. "Larva Burst" is missing Type
  4357. "Laser Deflection" is missing BaseDrain
  4358. "Laser Deflection" is missing Description
  4359. "Laser Deflection" is missing Icon
  4360. "Laser Deflection" is missing InternalName
  4361. "Laser Deflection" is missing Introduced
  4362. "Laser Deflection" is missing Link
  4363. "Laser Deflection" is missing MaxRank
  4364. "Laser Deflection" is missing Tradable
  4365. "Laser Deflection" is missing Type
  4366. "Laser Sight" is missing BaseDrain
  4367. "Laser Sight" is missing Description
  4368. "Laser Sight" is missing Icon
  4369. "Laser Sight" is missing InternalName
  4370. "Laser Sight" is missing Introduced
  4371. "Laser Sight" is missing Link
  4372. "Laser Sight" is missing MaxRank
  4373. "Laser Sight" is missing Tradable
  4374. "Laser Sight" is missing Type
  4375. "Lashing Coil" is missing BaseDrain
  4376. "Lashing Coil" is missing Description
  4377. "Lashing Coil" is missing Icon
  4378. "Lashing Coil" is missing InternalName
  4379. "Lashing Coil" is missing Introduced
  4380. "Lashing Coil" is missing Link
  4381. "Lashing Coil" is missing MaxRank
  4382. "Lashing Coil" is missing Tradable
  4383. "Lashing Coil" is missing Type
  4384. "Last Herald" is missing BaseDrain
  4385. "Last Herald" is missing Description
  4386. "Last Herald" is missing Icon
  4387. "Last Herald" is missing InternalName
  4388. "Last Herald" is missing Introduced
  4389. "Last Herald" is missing Link
  4390. "Last Herald" is missing MaxRank
  4391. "Last Herald" is missing Tradable
  4392. "Last Herald" is missing Type
  4393. "Lasting Covenant" is missing BaseDrain
  4394. "Lasting Covenant" is missing Description
  4395. "Lasting Covenant" is missing Icon
  4396. "Lasting Covenant" is missing InternalName
  4397. "Lasting Covenant" is missing Link
  4398. "Lasting Covenant" is missing MaxRank
  4399. "Lasting Covenant" is missing Tradable
  4400. "Lasting Covenant" is missing Type
  4401. "Lasting Purity" is missing BaseDrain
  4402. "Lasting Purity" is missing Description
  4403. "Lasting Purity" is missing Icon
  4404. "Lasting Purity" is missing InternalName
  4405. "Lasting Purity" is missing Introduced
  4406. "Lasting Purity" is missing Link
  4407. "Lasting Purity" is missing MaxRank
  4408. "Lasting Purity" is missing Tradable
  4409. "Lasting Purity" is missing Type
  4410. "Lasting Sting" is missing BaseDrain
  4411. "Lasting Sting" is missing Description
  4412. "Lasting Sting" is missing Icon
  4413. "Lasting Sting" is missing InternalName
  4414. "Lasting Sting" is missing Introduced
  4415. "Lasting Sting" is missing Link
  4416. "Lasting Sting" is missing MaxRank
  4417. "Lasting Sting" is missing Tradable
  4418. "Lasting Sting" is missing Transmutable
  4419. "Lasting Sting" is missing Type
  4420. "Lethal Momentum" is missing BaseDrain
  4421. "Lethal Momentum" is missing Description
  4422. "Lethal Momentum" is missing Icon
  4423. "Lethal Momentum" is missing InternalName
  4424. "Lethal Momentum" is missing Link
  4425. "Lethal Momentum" is missing MaxRank
  4426. "Lethal Momentum" is missing Tradable
  4427. "Lethal Momentum" is missing Transmutable
  4428. "Lethal Momentum" is missing Type
  4429. "Lethal Torrent" is missing BaseDrain
  4430. "Lethal Torrent" is missing Description
  4431. "Lethal Torrent" is missing Icon
  4432. "Lethal Torrent" is missing InternalName
  4433. "Lethal Torrent" is missing Link
  4434. "Lethal Torrent" is missing MaxRank
  4435. "Lethal Torrent" is missing Tradable
  4436. "Lethal Torrent" is missing Type
  4437. "Lie In Wait" is missing BaseDrain
  4438. "Lie In Wait" is missing Description
  4439. "Lie In Wait" is missing Icon
  4440. "Lie In Wait" is missing InternalName
  4441. "Lie In Wait" is missing Introduced
  4442. "Lie In Wait" is missing Link
  4443. "Lie In Wait" is missing MaxRank
  4444. "Lie In Wait" is missing Tradable
  4445. "Lie In Wait" is missing Type
  4446. "Life Strike" is missing BaseDrain
  4447. "Life Strike" is missing Description
  4448. "Life Strike" is missing Icon
  4449. "Life Strike" is missing InternalName
  4450. "Life Strike" is missing Introduced
  4451. "Life Strike" is missing Link
  4452. "Life Strike" is missing MaxRank
  4453. "Life Strike" is missing Tradable
  4454. "Life Strike" is missing Transmutable
  4455. "Life Strike" is missing Type
  4456. "Lightning Dash" is missing BaseDrain
  4457. "Lightning Dash" is missing Description
  4458. "Lightning Dash" is missing Icon
  4459. "Lightning Dash" is missing InternalName
  4460. "Lightning Dash" is missing Introduced
  4461. "Lightning Dash" is missing Link
  4462. "Lightning Dash" is missing MaxRank
  4463. "Lightning Dash" is missing Tradable
  4464. "Lightning Dash" is missing Transmutable
  4465. "Lightning Dash" is missing Type
  4466. "Lightning Rod" is missing BaseDrain
  4467. "Lightning Rod" is missing Description
  4468. "Lightning Rod" is missing Icon
  4469. "Lightning Rod" is missing InternalName
  4470. "Lightning Rod" is missing Introduced
  4471. "Lightning Rod" is missing Link
  4472. "Lightning Rod" is missing MaxRank
  4473. "Lightning Rod" is missing Tradable
  4474. "Lightning Rod" is missing Transmutable
  4475. "Lightning Rod" is missing Type
  4476. "Lingering Torment" is missing BaseDrain
  4477. "Lingering Torment" is missing Description
  4478. "Lingering Torment" is missing Icon
  4479. "Lingering Torment" is missing InternalName
  4480. "Lingering Torment" is missing Introduced
  4481. "Lingering Torment" is missing Link
  4482. "Lingering Torment" is missing MaxRank
  4483. "Lingering Torment" is missing Tradable
  4484. "Lingering Torment" is missing Transmutable
  4485. "Lingering Torment" is missing Type
  4486. "Link Armor" is missing BaseDrain
  4487. "Link Armor" is missing Description
  4488. "Link Armor" is missing Icon
  4489. "Link Armor" is missing InternalName
  4490. "Link Armor" is missing Introduced
  4491. "Link Armor" is missing Link
  4492. "Link Armor" is missing MaxRank
  4493. "Link Armor" is missing Tradable
  4494. "Link Armor" is missing Transmutable
  4495. "Link Armor" is missing Type
  4496. "Link Health" is missing BaseDrain
  4497. "Link Health" is missing Description
  4498. "Link Health" is missing Icon
  4499. "Link Health" is missing InternalName
  4500. "Link Health" is missing Introduced
  4501. "Link Health" is missing Link
  4502. "Link Health" is missing MaxRank
  4503. "Link Health" is missing Tradable
  4504. "Link Health" is missing Transmutable
  4505. "Link Health" is missing Type
  4506. "Link Shields" is missing BaseDrain
  4507. "Link Shields" is missing Description
  4508. "Link Shields" is missing Icon
  4509. "Link Shields" is missing InternalName
  4510. "Link Shields" is missing Introduced
  4511. "Link Shields" is missing Link
  4512. "Link Shields" is missing MaxRank
  4513. "Link Shields" is missing Tradable
  4514. "Link Shields" is missing Transmutable
  4515. "Link Shields" is missing Type
  4516. "Live Wire" is missing BaseDrain
  4517. "Live Wire" is missing Description
  4518. "Live Wire" is missing Icon
  4519. "Live Wire" is missing InternalName
  4520. "Live Wire" is missing Link
  4521. "Live Wire" is missing MaxRank
  4522. "Live Wire" is missing Polarity
  4523. "Live Wire" is missing Tradable
  4524. "Live Wire" is missing Type
  4525. "Loaded Capacity" is missing BaseDrain
  4526. "Loaded Capacity" is missing Description
  4527. "Loaded Capacity" is missing Icon
  4528. "Loaded Capacity" is missing InternalName
  4529. "Loaded Capacity" is missing Introduced
  4530. "Loaded Capacity" is missing Link
  4531. "Loaded Capacity" is missing MaxRank
  4532. "Loaded Capacity" is missing Tradable
  4533. "Loaded Capacity" is missing Type
  4534. "Lock and Load" is missing BaseDrain
  4535. "Lock and Load" is missing Description
  4536. "Lock and Load" is missing Icon
  4537. "Lock and Load" is missing InternalName
  4538. "Lock and Load" is missing Introduced
  4539. "Lock and Load" is missing Link
  4540. "Lock and Load" is missing MaxRank
  4541. "Lock and Load" is missing Tradable
  4542. "Lock and Load" is missing Type
  4543. "Lohk" is missing BaseDrain
  4544. "Lohk" is missing Description
  4545. "Lohk" is missing Icon
  4546. "Lohk" is missing InternalName
  4547. "Lohk" is missing Link
  4548. "Lohk" is missing MaxRank
  4549. "Lohk" is missing Polarity
  4550. "Lohk" is missing Tradable
  4551. "Lohk" is missing Type
  4552. "Loose Chamber" is missing BaseDrain
  4553. "Loose Chamber" is missing Description
  4554. "Loose Chamber" is missing Icon
  4555. "Loose Chamber" is missing InternalName
  4556. "Loose Chamber" is missing Introduced
  4557. "Loose Chamber" is missing Link
  4558. "Loose Chamber" is missing MaxRank
  4559. "Loose Chamber" is missing Tradable
  4560. "Loose Chamber" is missing Type
  4561. "Loose Hatch" is missing BaseDrain
  4562. "Loose Hatch" is missing Description
  4563. "Loose Hatch" is missing Icon
  4564. "Loose Hatch" is missing InternalName
  4565. "Loose Hatch" is missing Introduced
  4566. "Loose Hatch" is missing Link
  4567. "Loose Hatch" is missing MaxRank
  4568. "Loose Hatch" is missing Tradable
  4569. "Loose Hatch" is missing Type
  4570. "Loose Magazine" is missing BaseDrain
  4571. "Loose Magazine" is missing Description
  4572. "Loose Magazine" is missing Icon
  4573. "Loose Magazine" is missing InternalName
  4574. "Loose Magazine" is missing Introduced
  4575. "Loose Magazine" is missing Link
  4576. "Loose Magazine" is missing MaxRank
  4577. "Loose Magazine" is missing Tradable
  4578. "Loose Magazine" is missing Type
  4579. "Loot Detector" is missing BaseDrain
  4580. "Loot Detector" is missing Description
  4581. "Loot Detector" is missing Icon
  4582. "Loot Detector" is missing InternalName
  4583. "Loot Detector" is missing Introduced
  4584. "Loot Detector" is missing Link
  4585. "Loot Detector" is missing MaxRank
  4586. "Loot Detector" is missing Tradable
  4587. "Loot Detector" is missing Type
  4588. "Looter" is missing BaseDrain
  4589. "Looter" is missing Description
  4590. "Looter" is missing Icon
  4591. "Looter" is missing InternalName
  4592. "Looter" is missing Introduced
  4593. "Looter" is missing Link
  4594. "Looter" is missing MaxRank
  4595. "Looter" is missing Tradable
  4596. "Looter" is missing Type
  4597. "Loyal Companion" is missing BaseDrain
  4598. "Loyal Companion" is missing Description
  4599. "Loyal Companion" is missing Icon
  4600. "Loyal Companion" is missing InternalName
  4601. "Loyal Companion" is missing Introduced
  4602. "Loyal Companion" is missing Link
  4603. "Loyal Companion" is missing MaxRank
  4604. "Loyal Companion" is missing Tradable
  4605. "Loyal Companion" is missing Transmutable
  4606. "Loyal Companion" is missing Type
  4607. "Lucky Shot" is missing BaseDrain
  4608. "Lucky Shot" is missing Description
  4609. "Lucky Shot" is missing Icon
  4610. "Lucky Shot" is missing InternalName
  4611. "Lucky Shot" is missing Introduced
  4612. "Lucky Shot" is missing Link
  4613. "Lucky Shot" is missing MaxRank
  4614. "Lucky Shot" is missing Tradable
  4615. "Lucky Shot" is missing Type
  4616. "Mach Crash" is missing BaseDrain
  4617. "Mach Crash" is missing Description
  4618. "Mach Crash" is missing Icon
  4619. "Mach Crash" is missing InternalName
  4620. "Mach Crash" is missing Link
  4621. "Mach Crash" is missing MaxRank
  4622. "Mach Crash" is missing Tradable
  4623. "Mach Crash" is missing Type
  4624. "Mad Stack" is missing BaseDrain
  4625. "Mad Stack" is missing Description
  4626. "Mad Stack" is missing Icon
  4627. "Mad Stack" is missing InternalName
  4628. "Mad Stack" is missing Introduced
  4629. "Mad Stack" is missing Link
  4630. "Mad Stack" is missing MaxRank
  4631. "Mad Stack" is missing Tradable
  4632. "Mad Stack" is missing Type
  4633. "Madurai Transmute Core" is missing BaseDrain
  4634. "Madurai Transmute Core" is missing Description
  4635. "Madurai Transmute Core" is missing Icon
  4636. "Madurai Transmute Core" is missing InternalName
  4637. "Madurai Transmute Core" is missing Introduced
  4638. "Madurai Transmute Core" is missing Link
  4639. "Madurai Transmute Core" is missing MaxRank
  4640. "Madurai Transmute Core" is missing Tradable
  4641. "Madurai Transmute Core" is missing Type
  4642. "Mafic Rain" is missing BaseDrain
  4643. "Mafic Rain" is missing Description
  4644. "Mafic Rain" is missing Icon
  4645. "Mafic Rain" is missing InternalName
  4646. "Mafic Rain" is missing Introduced
  4647. "Mafic Rain" is missing Link
  4648. "Mafic Rain" is missing MaxRank
  4649. "Mafic Rain" is missing Tradable
  4650. "Mafic Rain" is missing Type
  4651. "Mag Locks" is missing BaseDrain
  4652. "Mag Locks" is missing Description
  4653. "Mag Locks" is missing Icon
  4654. "Mag Locks" is missing InternalName
  4655. "Mag Locks" is missing Introduced
  4656. "Mag Locks" is missing Link
  4657. "Mag Locks" is missing MaxRank
  4658. "Mag Locks" is missing Tradable
  4659. "Mag Locks" is missing Type
  4660. "Magazine Extension" is missing BaseDrain
  4661. "Magazine Extension" is missing Description
  4662. "Magazine Extension" is missing Icon
  4663. "Magazine Extension" is missing InternalName
  4664. "Magazine Extension" is missing Introduced
  4665. "Magazine Extension" is missing Link
  4666. "Magazine Extension" is missing MaxRank
  4667. "Magazine Extension" is missing Tradable
  4668. "Magazine Extension" is missing Transmutable
  4669. "Magazine Extension" is missing Type
  4670. "Magazine Warp" is missing BaseDrain
  4671. "Magazine Warp" is missing Description
  4672. "Magazine Warp" is missing Icon
  4673. "Magazine Warp" is missing InternalName
  4674. "Magazine Warp" is missing Link
  4675. "Magazine Warp" is missing MaxRank
  4676. "Magazine Warp" is missing Tradable
  4677. "Magazine Warp" is missing Transmutable
  4678. "Magazine Warp" is missing Type
  4679. "Maglev" is missing BaseDrain
  4680. "Maglev" is missing Description
  4681. "Maglev" is missing Icon
  4682. "Maglev" is missing InternalName
  4683. "Maglev" is missing Introduced
  4684. "Maglev" is missing Link
  4685. "Maglev" is missing MaxRank
  4686. "Maglev" is missing Tradable
  4687. "Maglev" is missing Transmutable
  4688. "Maglev" is missing Type
  4689. "Magma Chamber" is missing BaseDrain
  4690. "Magma Chamber" is missing Description
  4691. "Magma Chamber" is missing Icon
  4692. "Magma Chamber" is missing InternalName
  4693. "Magma Chamber" is missing Introduced
  4694. "Magma Chamber" is missing Link
  4695. "Magma Chamber" is missing MaxRank
  4696. "Magma Chamber" is missing Tradable
  4697. "Magma Chamber" is missing Type
  4698. "Magnetized Discharge" is missing BaseDrain
  4699. "Magnetized Discharge" is missing Description
  4700. "Magnetized Discharge" is missing Icon
  4701. "Magnetized Discharge" is missing InternalName
  4702. "Magnetized Discharge" is missing Introduced
  4703. "Magnetized Discharge" is missing Link
  4704. "Magnetized Discharge" is missing MaxRank
  4705. "Magnetized Discharge" is missing Tradable
  4706. "Magnetized Discharge" is missing Type
  4707. "Magnum Force" is missing BaseDrain
  4708. "Magnum Force" is missing Description
  4709. "Magnum Force" is missing Icon
  4710. "Magnum Force" is missing InternalName
  4711. "Magnum Force" is missing Introduced
  4712. "Magnum Force" is missing Link
  4713. "Magnum Force" is missing MaxRank
  4714. "Magnum Force" is missing Tradable
  4715. "Magnum Force" is missing Type
  4716. "Maim" is missing BaseDrain
  4717. "Maim" is missing Description
  4718. "Maim" is missing Icon
  4719. "Maim" is missing InternalName
  4720. "Maim" is missing Introduced
  4721. "Maim" is missing Link
  4722. "Maim" is missing MaxRank
  4723. "Maim" is missing Tradable
  4724. "Maim" is missing Type
  4725. "Maiming Strike" is missing BaseDrain
  4726. "Maiming Strike" is missing Description
  4727. "Maiming Strike" is missing Icon
  4728. "Maiming Strike" is missing InternalName
  4729. "Maiming Strike" is missing Introduced
  4730. "Maiming Strike" is missing Link
  4731. "Maiming Strike" is missing MaxRank
  4732. "Maiming Strike" is missing Tradable
  4733. "Maiming Strike" is missing Type
  4734. "Malicious Raptor" is missing BaseDrain
  4735. "Malicious Raptor" is missing Description
  4736. "Malicious Raptor" is missing Icon
  4737. "Malicious Raptor" is missing InternalName
  4738. "Malicious Raptor" is missing Introduced
  4739. "Malicious Raptor" is missing Link
  4740. "Malicious Raptor" is missing MaxRank
  4741. "Malicious Raptor" is missing Tradable
  4742. "Malicious Raptor" is missing Transmutable
  4743. "Malicious Raptor" is missing Type
  4744. "Malignant Force" is missing BaseDrain
  4745. "Malignant Force" is missing Description
  4746. "Malignant Force" is missing Icon
  4747. "Malignant Force" is missing InternalName
  4748. "Malignant Force" is missing Introduced
  4749. "Malignant Force" is missing Link
  4750. "Malignant Force" is missing MaxRank
  4751. "Malignant Force" is missing Tradable
  4752. "Malignant Force" is missing Type
  4753. "Mark of the Beast" is missing BaseDrain
  4754. "Mark of the Beast" is missing Description
  4755. "Mark of the Beast" is missing Icon
  4756. "Mark of the Beast" is missing InternalName
  4757. "Mark of the Beast" is missing Link
  4758. "Mark of the Beast" is missing MaxRank
  4759. "Mark of the Beast" is missing Tradable
  4760. "Mark of the Beast" is missing Type
  4761. "Marked Target" is missing BaseDrain
  4762. "Marked Target" is missing Description
  4763. "Marked Target" is missing Icon
  4764. "Marked Target" is missing InternalName
  4765. "Marked Target" is missing Introduced
  4766. "Marked Target" is missing Link
  4767. "Marked Target" is missing MaxRank
  4768. "Marked Target" is missing Tradable
  4769. "Marked Target" is missing Transmutable
  4770. "Marked Target" is missing Type
  4771. "Martial Fury" is missing BaseDrain
  4772. "Martial Fury" is missing Description
  4773. "Martial Fury" is missing Icon
  4774. "Martial Fury" is missing InternalName
  4775. "Martial Fury" is missing Introduced
  4776. "Martial Fury" is missing Link
  4777. "Martial Fury" is missing MaxRank
  4778. "Martial Fury" is missing Tradable
  4779. "Martial Fury" is missing Type
  4780. "Martyr Symbiosis" is missing BaseDrain
  4781. "Martyr Symbiosis" is missing Description
  4782. "Martyr Symbiosis" is missing Icon
  4783. "Martyr Symbiosis" is missing InternalName
  4784. "Martyr Symbiosis" is missing Link
  4785. "Martyr Symbiosis" is missing MaxRank
  4786. "Martyr Symbiosis" is missing Tradable
  4787. "Martyr Symbiosis" is missing Type
  4788. "Master Key" is missing BaseDrain
  4789. "Master Key" is missing Description
  4790. "Master Key" is missing Icon
  4791. "Master Key" is missing InternalName
  4792. "Master Key" is missing Link
  4793. "Master Key" is missing MaxRank
  4794. "Master Key" is missing Polarity
  4795. "Master Key" is missing Tradable
  4796. "Master Key" is missing Type
  4797. "Master Thief" is missing BaseDrain
  4798. "Master Thief" is missing Description
  4799. "Master Thief" is missing Icon
  4800. "Master Thief" is missing InternalName
  4801. "Master Thief" is missing Introduced
  4802. "Master Thief" is missing Link
  4803. "Master Thief" is missing MaxRank
  4804. "Master Thief" is missing Tradable
  4805. "Master Thief" is missing Transmutable
  4806. "Master Thief" is missing Type
  4807. "Maul" is missing BaseDrain
  4808. "Maul" is missing Description
  4809. "Maul" is missing Icon
  4810. "Maul" is missing InternalName
  4811. "Maul" is missing Introduced
  4812. "Maul" is missing Link
  4813. "Maul" is missing MaxRank
  4814. "Maul" is missing Tradable
  4815. "Maul" is missing Transmutable
  4816. "Maul" is missing Type
  4817. "Maximum Capacity" is missing BaseDrain
  4818. "Maximum Capacity" is missing Description
  4819. "Maximum Capacity" is missing Icon
  4820. "Maximum Capacity" is missing InternalName
  4821. "Maximum Capacity" is missing Introduced
  4822. "Maximum Capacity" is missing Link
  4823. "Maximum Capacity" is missing MaxRank
  4824. "Maximum Capacity" is missing Tradable
  4825. "Maximum Capacity" is missing Type
  4826. "Measured Burst" is missing BaseDrain
  4827. "Measured Burst" is missing Description
  4828. "Measured Burst" is missing Icon
  4829. "Measured Burst" is missing InternalName
  4830. "Measured Burst" is missing Introduced
  4831. "Measured Burst" is missing Link
  4832. "Measured Burst" is missing MaxRank
  4833. "Measured Burst" is missing Tradable
  4834. "Measured Burst" is missing Type
  4835. "Mecha Empowered" is missing BaseDrain
  4836. "Mecha Empowered" is missing Description
  4837. "Mecha Empowered" is missing Icon
  4838. "Mecha Empowered" is missing InternalName
  4839. "Mecha Empowered" is missing Link
  4840. "Mecha Empowered" is missing MaxRank
  4841. "Mecha Empowered" is missing Tradable
  4842. "Mecha Empowered" is missing Type
  4843. "Mecha Overdrive" is missing BaseDrain
  4844. "Mecha Overdrive" is missing Description
  4845. "Mecha Overdrive" is missing Icon
  4846. "Mecha Overdrive" is missing InternalName
  4847. "Mecha Overdrive" is missing Introduced
  4848. "Mecha Overdrive" is missing Link
  4849. "Mecha Overdrive" is missing MaxRank
  4850. "Mecha Overdrive" is missing Tradable
  4851. "Mecha Overdrive" is missing Type
  4852. "Mecha Pulse" is missing BaseDrain
  4853. "Mecha Pulse" is missing Description
  4854. "Mecha Pulse" is missing Icon
  4855. "Mecha Pulse" is missing InternalName
  4856. "Mecha Pulse" is missing Introduced
  4857. "Mecha Pulse" is missing Link
  4858. "Mecha Pulse" is missing MaxRank
  4859. "Mecha Pulse" is missing Tradable
  4860. "Mecha Pulse" is missing Type
  4861. "Mecha Recharge" is missing BaseDrain
  4862. "Mecha Recharge" is missing Description
  4863. "Mecha Recharge" is missing Icon
  4864. "Mecha Recharge" is missing InternalName
  4865. "Mecha Recharge" is missing Introduced
  4866. "Mecha Recharge" is missing Link
  4867. "Mecha Recharge" is missing MaxRank
  4868. "Mecha Recharge" is missing Tradable
  4869. "Mecha Recharge" is missing Type
  4870. "Medi-Pet Kit" is missing BaseDrain
  4871. "Medi-Pet Kit" is missing Description
  4872. "Medi-Pet Kit" is missing Icon
  4873. "Medi-Pet Kit" is missing InternalName
  4874. "Medi-Pet Kit" is missing Introduced
  4875. "Medi-Pet Kit" is missing Link
  4876. "Medi-Pet Kit" is missing MaxRank
  4877. "Medi-Pet Kit" is missing Tradable
  4878. "Medi-Pet Kit" is missing Type
  4879. "Medi-Ray" is missing BaseDrain
  4880. "Medi-Ray" is missing Description
  4881. "Medi-Ray" is missing Icon
  4882. "Medi-Ray" is missing InternalName
  4883. "Medi-Ray" is missing Introduced
  4884. "Medi-Ray" is missing Link
  4885. "Medi-Ray" is missing MaxRank
  4886. "Medi-Ray" is missing Tradable
  4887. "Medi-Ray" is missing Type
  4888. "Melee Guidance" is missing BaseDrain
  4889. "Melee Guidance" is missing Description
  4890. "Melee Guidance" is missing Icon
  4891. "Melee Guidance" is missing InternalName
  4892. "Melee Guidance" is missing Introduced
  4893. "Melee Guidance" is missing Link
  4894. "Melee Guidance" is missing MaxRank
  4895. "Melee Guidance" is missing Tradable
  4896. "Melee Guidance" is missing Type
  4897. "Melee Prowess" is missing BaseDrain
  4898. "Melee Prowess" is missing Description
  4899. "Melee Prowess" is missing Icon
  4900. "Melee Prowess" is missing InternalName
  4901. "Melee Prowess" is missing Link
  4902. "Melee Prowess" is missing MaxRank
  4903. "Melee Prowess" is missing Tradable
  4904. "Melee Prowess" is missing Transmutable
  4905. "Melee Prowess" is missing Type
  4906. "Mending Shot" is missing BaseDrain
  4907. "Mending Shot" is missing Description
  4908. "Mending Shot" is missing Icon
  4909. "Mending Shot" is missing InternalName
  4910. "Mending Shot" is missing Introduced
  4911. "Mending Shot" is missing Link
  4912. "Mending Shot" is missing MaxRank
  4913. "Mending Shot" is missing Tradable
  4914. "Mending Shot" is missing Type
  4915. "Mending Splinters" is missing BaseDrain
  4916. "Mending Splinters" is missing Description
  4917. "Mending Splinters" is missing Icon
  4918. "Mending Splinters" is missing InternalName
  4919. "Mending Splinters" is missing Introduced
  4920. "Mending Splinters" is missing Link
  4921. "Mending Splinters" is missing MaxRank
  4922. "Mending Splinters" is missing Tradable
  4923. "Mending Splinters" is missing Type
  4924. "Mesa's Waltz" is missing BaseDrain
  4925. "Mesa's Waltz" is missing Description
  4926. "Mesa's Waltz" is missing Icon
  4927. "Mesa's Waltz" is missing InternalName
  4928. "Mesa's Waltz" is missing Link
  4929. "Mesa's Waltz" is missing MaxRank
  4930. "Mesa's Waltz" is missing Tradable
  4931. "Mesa's Waltz" is missing Type
  4932. "Metal Auger" is missing BaseDrain
  4933. "Metal Auger" is missing Description
  4934. "Metal Auger" is missing Icon
  4935. "Metal Auger" is missing InternalName
  4936. "Metal Auger" is missing Link
  4937. "Metal Auger" is missing MaxRank
  4938. "Metal Auger" is missing Tradable
  4939. "Metal Auger" is missing Transmutable
  4940. "Metal Auger" is missing Type
  4941. "Metal Fiber" is missing BaseDrain
  4942. "Metal Fiber" is missing Description
  4943. "Metal Fiber" is missing Icon
  4944. "Metal Fiber" is missing InternalName
  4945. "Metal Fiber" is missing Introduced
  4946. "Metal Fiber" is missing Link
  4947. "Metal Fiber" is missing MaxRank
  4948. "Metal Fiber" is missing Tradable
  4949. "Metal Fiber" is missing Transmutable
  4950. "Metal Fiber" is missing Type
  4951. "Meteor Crash" is missing BaseDrain
  4952. "Meteor Crash" is missing Description
  4953. "Meteor Crash" is missing Icon
  4954. "Meteor Crash" is missing InternalName
  4955. "Meteor Crash" is missing Introduced
  4956. "Meteor Crash" is missing Link
  4957. "Meteor Crash" is missing MaxRank
  4958. "Meteor Crash" is missing Tradable
  4959. "Meteor Crash" is missing Type
  4960. "Meteor Munitions" is missing BaseDrain
  4961. "Meteor Munitions" is missing Description
  4962. "Meteor Munitions" is missing Icon
  4963. "Meteor Munitions" is missing InternalName
  4964. "Meteor Munitions" is missing Introduced
  4965. "Meteor Munitions" is missing Link
  4966. "Meteor Munitions" is missing MaxRank
  4967. "Meteor Munitions" is missing Tradable
  4968. "Meteor Munitions" is missing Type
  4969. "Meticulous Aim" is missing BaseDrain
  4970. "Meticulous Aim" is missing Description
  4971. "Meticulous Aim" is missing Icon
  4972. "Meticulous Aim" is missing InternalName
  4973. "Meticulous Aim" is missing Introduced
  4974. "Meticulous Aim" is missing Link
  4975. "Meticulous Aim" is missing MaxRank
  4976. "Meticulous Aim" is missing Tradable
  4977. "Meticulous Aim" is missing Transmutable
  4978. "Meticulous Aim" is missing Type
  4979. "Mind Freak" is missing BaseDrain
  4980. "Mind Freak" is missing Description
  4981. "Mind Freak" is missing Icon
  4982. "Mind Freak" is missing InternalName
  4983. "Mind Freak" is missing Introduced
  4984. "Mind Freak" is missing Link
  4985. "Mind Freak" is missing MaxRank
  4986. "Mind Freak" is missing Tradable
  4987. "Mind Freak" is missing Type
  4988. "Mischief" is missing BaseDrain
  4989. "Mischief" is missing Description
  4990. "Mischief" is missing Icon
  4991. "Mischief" is missing InternalName
  4992. "Mischief" is missing Introduced
  4993. "Mischief" is missing Link
  4994. "Mischief" is missing MaxRank
  4995. "Mischief" is missing Tradable
  4996. "Mischief" is missing Transmutable
  4997. "Mischief" is missing Type
  4998. "Mobilize" is missing BaseDrain
  4999. "Mobilize" is missing Description
  5000. "Mobilize" is missing Icon
  5001. "Mobilize" is missing InternalName
  5002. "Mobilize" is missing Introduced
  5003. "Mobilize" is missing Link
  5004. "Mobilize" is missing MaxRank
  5005. "Mobilize" is missing Tradable
  5006. "Mobilize" is missing Transmutable
  5007. "Mobilize" is missing Type
  5008. "Modified Munitions" is missing BaseDrain
  5009. "Modified Munitions" is missing Description
  5010. "Modified Munitions" is missing Icon
  5011. "Modified Munitions" is missing InternalName
  5012. "Modified Munitions" is missing Introduced
  5013. "Modified Munitions" is missing Link
  5014. "Modified Munitions" is missing MaxRank
  5015. "Modified Munitions" is missing Tradable
  5016. "Modified Munitions" is missing Transmutable
  5017. "Modified Munitions" is missing Type
  5018. "Molecular Conversion" is missing BaseDrain
  5019. "Molecular Conversion" is missing Description
  5020. "Molecular Conversion" is missing Icon
  5021. "Molecular Conversion" is missing InternalName
  5022. "Molecular Conversion" is missing Introduced
  5023. "Molecular Conversion" is missing Link
  5024. "Molecular Conversion" is missing MaxRank
  5025. "Molecular Conversion" is missing Tradable
  5026. "Molecular Conversion" is missing Type
  5027. "Molecular Fission" is missing BaseDrain
  5028. "Molecular Fission" is missing Description
  5029. "Molecular Fission" is missing Icon
  5030. "Molecular Fission" is missing InternalName
  5031. "Molecular Fission" is missing Introduced
  5032. "Molecular Fission" is missing Link
  5033. "Molecular Fission" is missing MaxRank
  5034. "Molecular Fission" is missing Tradable
  5035. "Molecular Fission" is missing Type
  5036. "Molten Impact" is missing BaseDrain
  5037. "Molten Impact" is missing Description
  5038. "Molten Impact" is missing Icon
  5039. "Molten Impact" is missing InternalName
  5040. "Molten Impact" is missing Introduced
  5041. "Molten Impact" is missing Link
  5042. "Molten Impact" is missing MaxRank
  5043. "Molten Impact" is missing Tradable
  5044. "Molten Impact" is missing Transmutable
  5045. "Molten Impact" is missing Type
  5046. "Momentary Pause" is missing BaseDrain
  5047. "Momentary Pause" is missing Description
  5048. "Momentary Pause" is missing Icon
  5049. "Momentary Pause" is missing InternalName
  5050. "Momentary Pause" is missing Introduced
  5051. "Momentary Pause" is missing Link
  5052. "Momentary Pause" is missing MaxRank
  5053. "Momentary Pause" is missing Tradable
  5054. "Momentary Pause" is missing Type
  5055. "Morphic Transformer" is missing BaseDrain
  5056. "Morphic Transformer" is missing Description
  5057. "Morphic Transformer" is missing Icon
  5058. "Morphic Transformer" is missing InternalName
  5059. "Morphic Transformer" is missing Introduced
  5060. "Morphic Transformer" is missing Link
  5061. "Morphic Transformer" is missing MaxRank
  5062. "Morphic Transformer" is missing Tradable
  5063. "Morphic Transformer" is missing Transmutable
  5064. "Morphic Transformer" is missing Type
  5065. "Mortal Conduct" is missing BaseDrain
  5066. "Mortal Conduct" is missing Description
  5067. "Mortal Conduct" is missing Icon
  5068. "Mortal Conduct" is missing InternalName
  5069. "Mortal Conduct" is missing Introduced
  5070. "Mortal Conduct" is missing Link
  5071. "Mortal Conduct" is missing MaxRank
  5072. "Mortal Conduct" is missing Tradable
  5073. "Mortal Conduct" is missing Type
  5074. "Motus Impact" is missing BaseDrain
  5075. "Motus Impact" is missing Description
  5076. "Motus Impact" is missing Icon
  5077. "Motus Impact" is missing InternalName
  5078. "Motus Impact" is missing Introduced
  5079. "Motus Impact" is missing Link
  5080. "Motus Impact" is missing MaxRank
  5081. "Motus Impact" is missing Tradable
  5082. "Motus Impact" is missing Type
  5083. "Motus Setup" is missing BaseDrain
  5084. "Motus Setup" is missing Description
  5085. "Motus Setup" is missing Icon
  5086. "Motus Setup" is missing InternalName
  5087. "Motus Setup" is missing Introduced
  5088. "Motus Setup" is missing Link
  5089. "Motus Setup" is missing MaxRank
  5090. "Motus Setup" is missing Tradable
  5091. "Motus Setup" is missing Type
  5092. "Motus Signal" is missing BaseDrain
  5093. "Motus Signal" is missing Description
  5094. "Motus Signal" is missing Icon
  5095. "Motus Signal" is missing InternalName
  5096. "Motus Signal" is missing Introduced
  5097. "Motus Signal" is missing Link
  5098. "Motus Signal" is missing MaxRank
  5099. "Motus Signal" is missing Tradable
  5100. "Motus Signal" is missing Type
  5101. "Muzzle Flash" is missing BaseDrain
  5102. "Muzzle Flash" is missing Description
  5103. "Muzzle Flash" is missing Icon
  5104. "Muzzle Flash" is missing InternalName
  5105. "Muzzle Flash" is missing Introduced
  5106. "Muzzle Flash" is missing Link
  5107. "Muzzle Flash" is missing MaxRank
  5108. "Muzzle Flash" is missing Tradable
  5109. "Muzzle Flash" is missing Type
  5110. "Nano-Applicator" is missing BaseDrain
  5111. "Nano-Applicator" is missing Description
  5112. "Nano-Applicator" is missing Icon
  5113. "Nano-Applicator" is missing InternalName
  5114. "Nano-Applicator" is missing Introduced
  5115. "Nano-Applicator" is missing Link
  5116. "Nano-Applicator" is missing MaxRank
  5117. "Nano-Applicator" is missing Tradable
  5118. "Nano-Applicator" is missing Type
  5119. "Napalm Grenades" is missing BaseDrain
  5120. "Napalm Grenades" is missing Description
  5121. "Napalm Grenades" is missing Icon
  5122. "Napalm Grenades" is missing InternalName
  5123. "Napalm Grenades" is missing Introduced
  5124. "Napalm Grenades" is missing Link
  5125. "Napalm Grenades" is missing MaxRank
  5126. "Napalm Grenades" is missing Tradable
  5127. "Napalm Grenades" is missing Type
  5128. "Naramon Transmute Core" is missing BaseDrain
  5129. "Naramon Transmute Core" is missing Description
  5130. "Naramon Transmute Core" is missing Icon
  5131. "Naramon Transmute Core" is missing InternalName
  5132. "Naramon Transmute Core" is missing Introduced
  5133. "Naramon Transmute Core" is missing Link
  5134. "Naramon Transmute Core" is missing MaxRank
  5135. "Naramon Transmute Core" is missing Tradable
  5136. "Naramon Transmute Core" is missing Type
  5137. "Narrow Barrel" is missing BaseDrain
  5138. "Narrow Barrel" is missing Description
  5139. "Narrow Barrel" is missing Icon
  5140. "Narrow Barrel" is missing InternalName
  5141. "Narrow Barrel" is missing Introduced
  5142. "Narrow Barrel" is missing Link
  5143. "Narrow Barrel" is missing MaxRank
  5144. "Narrow Barrel" is missing Tradable
  5145. "Narrow Barrel" is missing Type
  5146. "Narrow Minded" is missing BaseDrain
  5147. "Narrow Minded" is missing Description
  5148. "Narrow Minded" is missing Icon
  5149. "Narrow Minded" is missing InternalName
  5150. "Narrow Minded" is missing Link
  5151. "Narrow Minded" is missing MaxRank
  5152. "Narrow Minded" is missing Tradable
  5153. "Narrow Minded" is missing Type
  5154. "Natural Talent" is missing BaseDrain
  5155. "Natural Talent" is missing Description
  5156. "Natural Talent" is missing Icon
  5157. "Natural Talent" is missing InternalName
  5158. "Natural Talent" is missing Introduced
  5159. "Natural Talent" is missing Link
  5160. "Natural Talent" is missing MaxRank
  5161. "Natural Talent" is missing Tradable
  5162. "Natural Talent" is missing Transmutable
  5163. "Natural Talent" is missing Type
  5164. "Nebula Bore" is missing BaseDrain
  5165. "Nebula Bore" is missing Description
  5166. "Nebula Bore" is missing Icon
  5167. "Nebula Bore" is missing InternalName
  5168. "Nebula Bore" is missing Introduced
  5169. "Nebula Bore" is missing Link
  5170. "Nebula Bore" is missing MaxRank
  5171. "Nebula Bore" is missing Tradable
  5172. "Nebula Bore" is missing Type
  5173. "Necramech Augur" is missing BaseDrain
  5174. "Necramech Augur" is missing Description
  5175. "Necramech Augur" is missing Icon
  5176. "Necramech Augur" is missing InternalName
  5177. "Necramech Augur" is missing Link
  5178. "Necramech Augur" is missing MaxRank
  5179. "Necramech Augur" is missing Tradable
  5180. "Necramech Augur" is missing Type
  5181. "Necramech Aviator" is missing BaseDrain
  5182. "Necramech Aviator" is missing Description
  5183. "Necramech Aviator" is missing Icon
  5184. "Necramech Aviator" is missing InternalName
  5185. "Necramech Aviator" is missing Link
  5186. "Necramech Aviator" is missing MaxRank
  5187. "Necramech Aviator" is missing Tradable
  5188. "Necramech Aviator" is missing Type
  5189. "Necramech Blitz" is missing BaseDrain
  5190. "Necramech Blitz" is missing Description
  5191. "Necramech Blitz" is missing Icon
  5192. "Necramech Blitz" is missing InternalName
  5193. "Necramech Blitz" is missing Link
  5194. "Necramech Blitz" is missing MaxRank
  5195. "Necramech Blitz" is missing Tradable
  5196. "Necramech Blitz" is missing Type
  5197. "Necramech Continuity" is missing BaseDrain
  5198. "Necramech Continuity" is missing Description
  5199. "Necramech Continuity" is missing Icon
  5200. "Necramech Continuity" is missing InternalName
  5201. "Necramech Continuity" is missing Link
  5202. "Necramech Continuity" is missing MaxRank
  5203. "Necramech Continuity" is missing Tradable
  5204. "Necramech Continuity" is missing Type
  5205. "Necramech Deflection" is missing BaseDrain
  5206. "Necramech Deflection" is missing Description
  5207. "Necramech Deflection" is missing Icon
  5208. "Necramech Deflection" is missing InternalName
  5209. "Necramech Deflection" is missing Link
  5210. "Necramech Deflection" is missing MaxRank
  5211. "Necramech Deflection" is missing Tradable
  5212. "Necramech Deflection" is missing Type
  5213. "Necramech Drift" is missing BaseDrain
  5214. "Necramech Drift" is missing Description
  5215. "Necramech Drift" is missing Icon
  5216. "Necramech Drift" is missing InternalName
  5217. "Necramech Drift" is missing Link
  5218. "Necramech Drift" is missing MaxRank
  5219. "Necramech Drift" is missing Tradable
  5220. "Necramech Drift" is missing Type
  5221. "Necramech Efficiency" is missing BaseDrain
  5222. "Necramech Efficiency" is missing Description
  5223. "Necramech Efficiency" is missing Icon
  5224. "Necramech Efficiency" is missing InternalName
  5225. "Necramech Efficiency" is missing Link
  5226. "Necramech Efficiency" is missing MaxRank
  5227. "Necramech Efficiency" is missing Tradable
  5228. "Necramech Efficiency" is missing Type
  5229. "Necramech Enemy Sense" is missing BaseDrain
  5230. "Necramech Enemy Sense" is missing Description
  5231. "Necramech Enemy Sense" is missing Icon
  5232. "Necramech Enemy Sense" is missing InternalName
  5233. "Necramech Enemy Sense" is missing Link
  5234. "Necramech Enemy Sense" is missing MaxRank
  5235. "Necramech Enemy Sense" is missing Tradable
  5236. "Necramech Enemy Sense" is missing Type
  5237. "Necramech Flow" is missing BaseDrain
  5238. "Necramech Flow" is missing Description
  5239. "Necramech Flow" is missing Icon
  5240. "Necramech Flow" is missing InternalName
  5241. "Necramech Flow" is missing Link
  5242. "Necramech Flow" is missing MaxRank
  5243. "Necramech Flow" is missing Tradable
  5244. "Necramech Flow" is missing Type
  5245. "Necramech Friction" is missing BaseDrain
  5246. "Necramech Friction" is missing Description
  5247. "Necramech Friction" is missing Icon
  5248. "Necramech Friction" is missing InternalName
  5249. "Necramech Friction" is missing Link
  5250. "Necramech Friction" is missing MaxRank
  5251. "Necramech Friction" is missing Tradable
  5252. "Necramech Friction" is missing Type
  5253. "Necramech Fury" is missing BaseDrain
  5254. "Necramech Fury" is missing Description
  5255. "Necramech Fury" is missing Icon
  5256. "Necramech Fury" is missing InternalName
  5257. "Necramech Fury" is missing Link
  5258. "Necramech Fury" is missing MaxRank
  5259. "Necramech Fury" is missing Tradable
  5260. "Necramech Fury" is missing Type
  5261. "Necramech Hydraulics" is missing BaseDrain
  5262. "Necramech Hydraulics" is missing Description
  5263. "Necramech Hydraulics" is missing Icon
  5264. "Necramech Hydraulics" is missing InternalName
  5265. "Necramech Hydraulics" is missing Link
  5266. "Necramech Hydraulics" is missing MaxRank
  5267. "Necramech Hydraulics" is missing Tradable
  5268. "Necramech Hydraulics" is missing Type
  5269. "Necramech Intensify" is missing BaseDrain
  5270. "Necramech Intensify" is missing Description
  5271. "Necramech Intensify" is missing Icon
  5272. "Necramech Intensify" is missing InternalName
  5273. "Necramech Intensify" is missing Link
  5274. "Necramech Intensify" is missing MaxRank
  5275. "Necramech Intensify" is missing Tradable
  5276. "Necramech Intensify" is missing Type
  5277. "Necramech Pressure Point" is missing BaseDrain
  5278. "Necramech Pressure Point" is missing Description
  5279. "Necramech Pressure Point" is missing Icon
  5280. "Necramech Pressure Point" is missing InternalName
  5281. "Necramech Pressure Point" is missing Link
  5282. "Necramech Pressure Point" is missing MaxRank
  5283. "Necramech Pressure Point" is missing Tradable
  5284. "Necramech Pressure Point" is missing Type
  5285. "Necramech Rage" is missing BaseDrain
  5286. "Necramech Rage" is missing Description
  5287. "Necramech Rage" is missing Icon
  5288. "Necramech Rage" is missing InternalName
  5289. "Necramech Rage" is missing Link
  5290. "Necramech Rage" is missing MaxRank
  5291. "Necramech Rage" is missing Tradable
  5292. "Necramech Rage" is missing Type
  5293. "Necramech Reach" is missing BaseDrain
  5294. "Necramech Reach" is missing Description
  5295. "Necramech Reach" is missing Icon
  5296. "Necramech Reach" is missing InternalName
  5297. "Necramech Reach" is missing Link
  5298. "Necramech Reach" is missing MaxRank
  5299. "Necramech Reach" is missing Tradable
  5300. "Necramech Reach" is missing Type
  5301. "Necramech Rebuke" is missing BaseDrain
  5302. "Necramech Rebuke" is missing Description
  5303. "Necramech Rebuke" is missing Icon
  5304. "Necramech Rebuke" is missing InternalName
  5305. "Necramech Rebuke" is missing Link
  5306. "Necramech Rebuke" is missing MaxRank
  5307. "Necramech Rebuke" is missing Tradable
  5308. "Necramech Rebuke" is missing Type
  5309. "Necramech Redirection" is missing BaseDrain
  5310. "Necramech Redirection" is missing Description
  5311. "Necramech Redirection" is missing Icon
  5312. "Necramech Redirection" is missing InternalName
  5313. "Necramech Redirection" is missing Link
  5314. "Necramech Redirection" is missing MaxRank
  5315. "Necramech Redirection" is missing Tradable
  5316. "Necramech Redirection" is missing Type
  5317. "Necramech Refuel" is missing BaseDrain
  5318. "Necramech Refuel" is missing Description
  5319. "Necramech Refuel" is missing Icon
  5320. "Necramech Refuel" is missing InternalName
  5321. "Necramech Refuel" is missing Link
  5322. "Necramech Refuel" is missing MaxRank
  5323. "Necramech Refuel" is missing Tradable
  5324. "Necramech Refuel" is missing Type
  5325. "Necramech Repair" is missing BaseDrain
  5326. "Necramech Repair" is missing Description
  5327. "Necramech Repair" is missing Icon
  5328. "Necramech Repair" is missing InternalName
  5329. "Necramech Repair" is missing Link
  5330. "Necramech Repair" is missing MaxRank
  5331. "Necramech Repair" is missing Tradable
  5332. "Necramech Repair" is missing Type
  5333. "Necramech Seismic Wave" is missing BaseDrain
  5334. "Necramech Seismic Wave" is missing Description
  5335. "Necramech Seismic Wave" is missing Icon
  5336. "Necramech Seismic Wave" is missing InternalName
  5337. "Necramech Seismic Wave" is missing Link
  5338. "Necramech Seismic Wave" is missing MaxRank
  5339. "Necramech Seismic Wave" is missing Tradable
  5340. "Necramech Seismic Wave" is missing Type
  5341. "Necramech Slipstream" is missing BaseDrain
  5342. "Necramech Slipstream" is missing Description
  5343. "Necramech Slipstream" is missing Icon
  5344. "Necramech Slipstream" is missing InternalName
  5345. "Necramech Slipstream" is missing Link
  5346. "Necramech Slipstream" is missing MaxRank
  5347. "Necramech Slipstream" is missing Tradable
  5348. "Necramech Slipstream" is missing Type
  5349. "Necramech Steel Fiber" is missing BaseDrain
  5350. "Necramech Steel Fiber" is missing Description
  5351. "Necramech Steel Fiber" is missing Icon
  5352. "Necramech Steel Fiber" is missing InternalName
  5353. "Necramech Steel Fiber" is missing Link
  5354. "Necramech Steel Fiber" is missing MaxRank
  5355. "Necramech Steel Fiber" is missing Tradable
  5356. "Necramech Steel Fiber" is missing Type
  5357. "Necramech Streamline" is missing BaseDrain
  5358. "Necramech Streamline" is missing Description
  5359. "Necramech Streamline" is missing Icon
  5360. "Necramech Streamline" is missing InternalName
  5361. "Necramech Streamline" is missing Link
  5362. "Necramech Streamline" is missing MaxRank
  5363. "Necramech Streamline" is missing Tradable
  5364. "Necramech Streamline" is missing Type
  5365. "Necramech Stretch" is missing BaseDrain
  5366. "Necramech Stretch" is missing Description
  5367. "Necramech Stretch" is missing Icon
  5368. "Necramech Stretch" is missing InternalName
  5369. "Necramech Stretch" is missing Link
  5370. "Necramech Stretch" is missing MaxRank
  5371. "Necramech Stretch" is missing Tradable
  5372. "Necramech Stretch" is missing Type
  5373. "Necramech Thrusters" is missing BaseDrain
  5374. "Necramech Thrusters" is missing Description
  5375. "Necramech Thrusters" is missing Icon
  5376. "Necramech Thrusters" is missing InternalName
  5377. "Necramech Thrusters" is missing Link
  5378. "Necramech Thrusters" is missing MaxRank
  5379. "Necramech Thrusters" is missing Tradable
  5380. "Necramech Thrusters" is missing Type
  5381. "Necramech Vitality" is missing BaseDrain
  5382. "Necramech Vitality" is missing Description
  5383. "Necramech Vitality" is missing Icon
  5384. "Necramech Vitality" is missing InternalName
  5385. "Necramech Vitality" is missing Link
  5386. "Necramech Vitality" is missing MaxRank
  5387. "Necramech Vitality" is missing Tradable
  5388. "Necramech Vitality" is missing Type
  5389. "Negate" is missing BaseDrain
  5390. "Negate" is missing Description
  5391. "Negate" is missing Icon
  5392. "Negate" is missing InternalName
  5393. "Negate" is missing Introduced
  5394. "Negate" is missing Link
  5395. "Negate" is missing MaxRank
  5396. "Negate" is missing Tradable
  5397. "Negate" is missing Type
  5398. "Negation Swarm" is missing BaseDrain
  5399. "Negation Swarm" is missing Description
  5400. "Negation Swarm" is missing Icon
  5401. "Negation Swarm" is missing InternalName
  5402. "Negation Swarm" is missing Introduced
  5403. "Negation Swarm" is missing Link
  5404. "Negation Swarm" is missing MaxRank
  5405. "Negation Swarm" is missing Tradable
  5406. "Negation Swarm" is missing Type
  5407. "Netra" is missing BaseDrain
  5408. "Netra" is missing Description
  5409. "Netra" is missing Icon
  5410. "Netra" is missing InternalName
  5411. "Netra" is missing Link
  5412. "Netra" is missing MaxRank
  5413. "Netra" is missing Polarity
  5414. "Netra" is missing Tradable
  5415. "Netra" is missing Type
  5416. "Neutralize" is missing BaseDrain
  5417. "Neutralize" is missing Description
  5418. "Neutralize" is missing Icon
  5419. "Neutralize" is missing InternalName
  5420. "Neutralize" is missing Introduced
  5421. "Neutralize" is missing Link
  5422. "Neutralize" is missing MaxRank
  5423. "Neutralize" is missing Tradable
  5424. "Neutralize" is missing Transmutable
  5425. "Neutralize" is missing Type
  5426. "Neutralizing Justice" is missing BaseDrain
  5427. "Neutralizing Justice" is missing Description
  5428. "Neutralizing Justice" is missing Icon
  5429. "Neutralizing Justice" is missing InternalName
  5430. "Neutralizing Justice" is missing Introduced
  5431. "Neutralizing Justice" is missing Link
  5432. "Neutralizing Justice" is missing MaxRank
  5433. "Neutralizing Justice" is missing Tradable
  5434. "Neutralizing Justice" is missing Type
  5435. "Neutron Star" is missing BaseDrain
  5436. "Neutron Star" is missing Description
  5437. "Neutron Star" is missing Icon
  5438. "Neutron Star" is missing InternalName
  5439. "Neutron Star" is missing Introduced
  5440. "Neutron Star" is missing Link
  5441. "Neutron Star" is missing MaxRank
  5442. "Neutron Star" is missing Tradable
  5443. "Neutron Star" is missing Type
  5444. "Night Stalker" is missing BaseDrain
  5445. "Night Stalker" is missing Description
  5446. "Night Stalker" is missing Icon
  5447. "Night Stalker" is missing InternalName
  5448. "Night Stalker" is missing Introduced
  5449. "Night Stalker" is missing Link
  5450. "Night Stalker" is missing MaxRank
  5451. "Night Stalker" is missing Tradable
  5452. "Night Stalker" is missing Type
  5453. "Nightwatch Napalm" is missing BaseDrain
  5454. "Nightwatch Napalm" is missing Description
  5455. "Nightwatch Napalm" is missing Icon
  5456. "Nightwatch Napalm" is missing InternalName
  5457. "Nightwatch Napalm" is missing Introduced
  5458. "Nightwatch Napalm" is missing Link
  5459. "Nightwatch Napalm" is missing MaxRank
  5460. "Nightwatch Napalm" is missing Tradable
  5461. "Nightwatch Napalm" is missing Type
  5462. "Nitro Boost" is missing BaseDrain
  5463. "Nitro Boost" is missing Description
  5464. "Nitro Boost" is missing Icon
  5465. "Nitro Boost" is missing InternalName
  5466. "Nitro Boost" is missing Introduced
  5467. "Nitro Boost" is missing Link
  5468. "Nitro Boost" is missing MaxRank
  5469. "Nitro Boost" is missing Tradable
  5470. "Nitro Boost" is missing Type
  5471. "No Current Leap" is missing BaseDrain
  5472. "No Current Leap" is missing Description
  5473. "No Current Leap" is missing Icon
  5474. "No Current Leap" is missing InternalName
  5475. "No Current Leap" is missing Introduced
  5476. "No Current Leap" is missing Link
  5477. "No Current Leap" is missing MaxRank
  5478. "No Current Leap" is missing Tradable
  5479. "No Current Leap" is missing Type
  5480. "No Return" is missing BaseDrain
  5481. "No Return" is missing Description
  5482. "No Return" is missing Icon
  5483. "No Return" is missing InternalName
  5484. "No Return" is missing Introduced
  5485. "No Return" is missing Link
  5486. "No Return" is missing MaxRank
  5487. "No Return" is missing Tradable
  5488. "No Return" is missing Transmutable
  5489. "No Return" is missing Type
  5490. "Noble Cadence" is missing BaseDrain
  5491. "Noble Cadence" is missing Description
  5492. "Noble Cadence" is missing Icon
  5493. "Noble Cadence" is missing InternalName
  5494. "Noble Cadence" is missing Introduced
  5495. "Noble Cadence" is missing Link
  5496. "Noble Cadence" is missing MaxRank
  5497. "Noble Cadence" is missing Tradable
  5498. "Noble Cadence" is missing Type
  5499. "North Wind" is missing BaseDrain
  5500. "North Wind" is missing Description
  5501. "North Wind" is missing Icon
  5502. "North Wind" is missing InternalName
  5503. "North Wind" is missing Introduced
  5504. "North Wind" is missing Link
  5505. "North Wind" is missing MaxRank
  5506. "North Wind" is missing Tradable
  5507. "North Wind" is missing Transmutable
  5508. "North Wind" is missing Type
  5509. "Odomedic" is missing BaseDrain
  5510. "Odomedic" is missing Description
  5511. "Odomedic" is missing Icon
  5512. "Odomedic" is missing InternalName
  5513. "Odomedic" is missing Introduced
  5514. "Odomedic" is missing Link
  5515. "Odomedic" is missing MaxRank
  5516. "Odomedic" is missing Tradable
  5517. "Odomedic" is missing Type
  5518. "Ore Gaze" is missing BaseDrain
  5519. "Ore Gaze" is missing Description
  5520. "Ore Gaze" is missing Icon
  5521. "Ore Gaze" is missing InternalName
  5522. "Ore Gaze" is missing Introduced
  5523. "Ore Gaze" is missing Link
  5524. "Ore Gaze" is missing MaxRank
  5525. "Ore Gaze" is missing Tradable
  5526. "Ore Gaze" is missing Type
  5527. "Organ Shatter" is missing BaseDrain
  5528. "Organ Shatter" is missing Description
  5529. "Organ Shatter" is missing Icon
  5530. "Organ Shatter" is missing InternalName
  5531. "Organ Shatter" is missing Introduced
  5532. "Organ Shatter" is missing Link
  5533. "Organ Shatter" is missing MaxRank
  5534. "Organ Shatter" is missing Tradable
  5535. "Organ Shatter" is missing Transmutable
  5536. "Organ Shatter" is missing Type
  5537. "Out Of Sight" is missing BaseDrain
  5538. "Out Of Sight" is missing Description
  5539. "Out Of Sight" is missing Icon
  5540. "Out Of Sight" is missing InternalName
  5541. "Out Of Sight" is missing Link
  5542. "Out Of Sight" is missing MaxRank
  5543. "Out Of Sight" is missing Polarity
  5544. "Out Of Sight" is missing Tradable
  5545. "Out Of Sight" is missing Type
  5546. "Overcharge Detectors" is missing BaseDrain
  5547. "Overcharge Detectors" is missing Description
  5548. "Overcharge Detectors" is missing Icon
  5549. "Overcharge Detectors" is missing InternalName
  5550. "Overcharge Detectors" is missing Link
  5551. "Overcharge Detectors" is missing MaxRank
  5552. "Overcharge Detectors" is missing Tradable
  5553. "Overcharge Detectors" is missing Type
  5554. "Overcharged" is missing BaseDrain
  5555. "Overcharged" is missing Description
  5556. "Overcharged" is missing Icon
  5557. "Overcharged" is missing InternalName
  5558. "Overcharged" is missing Link
  5559. "Overcharged" is missing MaxRank
  5560. "Overcharged" is missing Tradable
  5561. "Overcharged" is missing Type
  5562. "Overextended" is missing BaseDrain
  5563. "Overextended" is missing Description
  5564. "Overextended" is missing Icon
  5565. "Overextended" is missing InternalName
  5566. "Overextended" is missing Link
  5567. "Overextended" is missing MaxRank
  5568. "Overextended" is missing Tradable
  5569. "Overextended" is missing Type
  5570. "Overview" is missing BaseDrain
  5571. "Overview" is missing Description
  5572. "Overview" is missing Icon
  5573. "Overview" is missing InternalName
  5574. "Overview" is missing Introduced
  5575. "Overview" is missing Link
  5576. "Overview" is missing MaxRank
  5577. "Overview" is missing Tradable
  5578. "Overview" is missing Type
  5579. "Pacifying Bolts" is missing BaseDrain
  5580. "Pacifying Bolts" is missing Description
  5581. "Pacifying Bolts" is missing Icon
  5582. "Pacifying Bolts" is missing InternalName
  5583. "Pacifying Bolts" is missing Introduced
  5584. "Pacifying Bolts" is missing Link
  5585. "Pacifying Bolts" is missing MaxRank
  5586. "Pacifying Bolts" is missing Tradable
  5587. "Pacifying Bolts" is missing Type
  5588. "Pack Leader" is missing BaseDrain
  5589. "Pack Leader" is missing Description
  5590. "Pack Leader" is missing Icon
  5591. "Pack Leader" is missing InternalName
  5592. "Pack Leader" is missing Introduced
  5593. "Pack Leader" is missing Link
  5594. "Pack Leader" is missing MaxRank
  5595. "Pack Leader" is missing Tradable
  5596. "Pack Leader" is missing Transmutable
  5597. "Pack Leader" is missing Type
  5598. "Pain Threshold" is missing BaseDrain
  5599. "Pain Threshold" is missing Description
  5600. "Pain Threshold" is missing Icon
  5601. "Pain Threshold" is missing InternalName
  5602. "Pain Threshold" is missing Introduced
  5603. "Pain Threshold" is missing Link
  5604. "Pain Threshold" is missing MaxRank
  5605. "Pain Threshold" is missing Tradable
  5606. "Pain Threshold" is missing Type
  5607. "Panzer Devolution" is missing BaseDrain
  5608. "Panzer Devolution" is missing Description
  5609. "Panzer Devolution" is missing Icon
  5610. "Panzer Devolution" is missing InternalName
  5611. "Panzer Devolution" is missing Introduced
  5612. "Panzer Devolution" is missing Link
  5613. "Panzer Devolution" is missing MaxRank
  5614. "Panzer Devolution" is missing Tradable
  5615. "Panzer Devolution" is missing Type
  5616. "Parallax Scope" is missing BaseDrain
  5617. "Parallax Scope" is missing Description
  5618. "Parallax Scope" is missing Icon
  5619. "Parallax Scope" is missing InternalName
  5620. "Parallax Scope" is missing Link
  5621. "Parallax Scope" is missing MaxRank
  5622. "Parallax Scope" is missing Tradable
  5623. "Parallax Scope" is missing Transmutable
  5624. "Parallax Scope" is missing Type
  5625. "Paralytic Spores" is missing BaseDrain
  5626. "Paralytic Spores" is missing Description
  5627. "Paralytic Spores" is missing Icon
  5628. "Paralytic Spores" is missing InternalName
  5629. "Paralytic Spores" is missing Link
  5630. "Paralytic Spores" is missing MaxRank
  5631. "Paralytic Spores" is missing Tradable
  5632. "Paralytic Spores" is missing Type
  5633. "Parry" is missing BaseDrain
  5634. "Parry" is missing Description
  5635. "Parry" is missing Icon
  5636. "Parry" is missing InternalName
  5637. "Parry" is missing Introduced
  5638. "Parry" is missing Link
  5639. "Parry" is missing MaxRank
  5640. "Parry" is missing Tradable
  5641. "Parry" is missing Transmutable
  5642. "Parry" is missing Type
  5643. "Partitioned Mallet" is missing BaseDrain
  5644. "Partitioned Mallet" is missing Description
  5645. "Partitioned Mallet" is missing Icon
  5646. "Partitioned Mallet" is missing InternalName
  5647. "Partitioned Mallet" is missing Introduced
  5648. "Partitioned Mallet" is missing Link
  5649. "Partitioned Mallet" is missing MaxRank
  5650. "Partitioned Mallet" is missing Tradable
  5651. "Partitioned Mallet" is missing Type
  5652. "Patagium" is missing BaseDrain
  5653. "Patagium" is missing Description
  5654. "Patagium" is missing Icon
  5655. "Patagium" is missing InternalName
  5656. "Patagium" is missing Introduced
  5657. "Patagium" is missing Link
  5658. "Patagium" is missing MaxRank
  5659. "Patagium" is missing Tradable
  5660. "Patagium" is missing Transmutable
  5661. "Patagium" is missing Type
  5662. "Path of Statues" is missing BaseDrain
  5663. "Path of Statues" is missing Description
  5664. "Path of Statues" is missing Icon
  5665. "Path of Statues" is missing InternalName
  5666. "Path of Statues" is missing Introduced
  5667. "Path of Statues" is missing Link
  5668. "Path of Statues" is missing MaxRank
  5669. "Path of Statues" is missing Tradable
  5670. "Path of Statues" is missing Type
  5671. "Pathogen Rounds" is missing BaseDrain
  5672. "Pathogen Rounds" is missing Description
  5673. "Pathogen Rounds" is missing Icon
  5674. "Pathogen Rounds" is missing InternalName
  5675. "Pathogen Rounds" is missing Link
  5676. "Pathogen Rounds" is missing MaxRank
  5677. "Pathogen Rounds" is missing Tradable
  5678. "Pathogen Rounds" is missing Transmutable
  5679. "Pathogen Rounds" is missing Type
  5680. "Peaceful Provocation" is missing BaseDrain
  5681. "Peaceful Provocation" is missing Description
  5682. "Peaceful Provocation" is missing Icon
  5683. "Peaceful Provocation" is missing InternalName
  5684. "Peaceful Provocation" is missing Introduced
  5685. "Peaceful Provocation" is missing Link
  5686. "Peaceful Provocation" is missing MaxRank
  5687. "Peaceful Provocation" is missing Tradable
  5688. "Peaceful Provocation" is missing Type
  5689. "Peculiar Bloom" is missing BaseDrain
  5690. "Peculiar Bloom" is missing Description
  5691. "Peculiar Bloom" is missing Icon
  5692. "Peculiar Bloom" is missing InternalName
  5693. "Peculiar Bloom" is missing Introduced
  5694. "Peculiar Bloom" is missing Link
  5695. "Peculiar Bloom" is missing MaxRank
  5696. "Peculiar Bloom" is missing Tradable
  5697. "Peculiar Bloom" is missing Type
  5698. "Peculiar Growth" is missing BaseDrain
  5699. "Peculiar Growth" is missing Description
  5700. "Peculiar Growth" is missing Icon
  5701. "Peculiar Growth" is missing InternalName
  5702. "Peculiar Growth" is missing Introduced
  5703. "Peculiar Growth" is missing Link
  5704. "Peculiar Growth" is missing MaxRank
  5705. "Peculiar Growth" is missing Tradable
  5706. "Peculiar Growth" is missing Type
  5707. "Perfect Balance" is missing BaseDrain
  5708. "Perfect Balance" is missing Description
  5709. "Perfect Balance" is missing Icon
  5710. "Perfect Balance" is missing InternalName
  5711. "Perfect Balance" is missing Introduced
  5712. "Perfect Balance" is missing Link
  5713. "Perfect Balance" is missing MaxRank
  5714. "Perfect Balance" is missing Tradable
  5715. "Perfect Balance" is missing Type
  5716. "Perpetual Agony" is missing BaseDrain
  5717. "Perpetual Agony" is missing Description
  5718. "Perpetual Agony" is missing Icon
  5719. "Perpetual Agony" is missing InternalName
  5720. "Perpetual Agony" is missing Introduced
  5721. "Perpetual Agony" is missing Link
  5722. "Perpetual Agony" is missing MaxRank
  5723. "Perpetual Agony" is missing Tradable
  5724. "Perpetual Agony" is missing Transmutable
  5725. "Perpetual Agony" is missing Type
  5726. "Phoenix Renewal" is missing BaseDrain
  5727. "Phoenix Renewal" is missing Description
  5728. "Phoenix Renewal" is missing Icon
  5729. "Phoenix Renewal" is missing InternalName
  5730. "Phoenix Renewal" is missing Introduced
  5731. "Phoenix Renewal" is missing Link
  5732. "Phoenix Renewal" is missing MaxRank
  5733. "Phoenix Renewal" is missing Tradable
  5734. "Phoenix Renewal" is missing Type
  5735. "Photon Repeater" is missing BaseDrain
  5736. "Photon Repeater" is missing Description
  5737. "Photon Repeater" is missing Icon
  5738. "Photon Repeater" is missing InternalName
  5739. "Photon Repeater" is missing Introduced
  5740. "Photon Repeater" is missing Link
  5741. "Photon Repeater" is missing MaxRank
  5742. "Photon Repeater" is missing Tradable
  5743. "Photon Repeater" is missing Type
  5744. "Physique" is missing BaseDrain
  5745. "Physique" is missing Description
  5746. "Physique" is missing Icon
  5747. "Physique" is missing InternalName
  5748. "Physique" is missing Introduced
  5749. "Physique" is missing Link
  5750. "Physique" is missing MaxRank
  5751. "Physique" is missing Tradable
  5752. "Physique" is missing Type
  5753. "Piercing Caliber" is missing BaseDrain
  5754. "Piercing Caliber" is missing Description
  5755. "Piercing Caliber" is missing Icon
  5756. "Piercing Caliber" is missing InternalName
  5757. "Piercing Caliber" is missing Introduced
  5758. "Piercing Caliber" is missing Link
  5759. "Piercing Caliber" is missing MaxRank
  5760. "Piercing Caliber" is missing Tradable
  5761. "Piercing Caliber" is missing Type
  5762. "Piercing Fury" is missing BaseDrain
  5763. "Piercing Fury" is missing Description
  5764. "Piercing Fury" is missing Icon
  5765. "Piercing Fury" is missing InternalName
  5766. "Piercing Fury" is missing Introduced
  5767. "Piercing Fury" is missing Link
  5768. "Piercing Fury" is missing MaxRank
  5769. "Piercing Fury" is missing Tradable
  5770. "Piercing Fury" is missing Type
  5771. "Piercing Hit" is missing BaseDrain
  5772. "Piercing Hit" is missing Description
  5773. "Piercing Hit" is missing Icon
  5774. "Piercing Hit" is missing InternalName
  5775. "Piercing Hit" is missing Introduced
  5776. "Piercing Hit" is missing Link
  5777. "Piercing Hit" is missing MaxRank
  5778. "Piercing Hit" is missing Tradable
  5779. "Piercing Hit" is missing Transmutable
  5780. "Piercing Hit" is missing Type
  5781. "Piercing Navigator" is missing BaseDrain
  5782. "Piercing Navigator" is missing Description
  5783. "Piercing Navigator" is missing Icon
  5784. "Piercing Navigator" is missing InternalName
  5785. "Piercing Navigator" is missing Link
  5786. "Piercing Navigator" is missing MaxRank
  5787. "Piercing Navigator" is missing Tradable
  5788. "Piercing Navigator" is missing Type
  5789. "Piercing Roar" is missing BaseDrain
  5790. "Piercing Roar" is missing Description
  5791. "Piercing Roar" is missing Icon
  5792. "Piercing Roar" is missing InternalName
  5793. "Piercing Roar" is missing Introduced
  5794. "Piercing Roar" is missing Link
  5795. "Piercing Roar" is missing MaxRank
  5796. "Piercing Roar" is missing Tradable
  5797. "Piercing Roar" is missing Type
  5798. "Piercing Step" is missing BaseDrain
  5799. "Piercing Step" is missing Description
  5800. "Piercing Step" is missing Icon
  5801. "Piercing Step" is missing InternalName
  5802. "Piercing Step" is missing Introduced
  5803. "Piercing Step" is missing Link
  5804. "Piercing Step" is missing MaxRank
  5805. "Piercing Step" is missing Tradable
  5806. "Piercing Step" is missing Transmutable
  5807. "Piercing Step" is missing Type
  5808. "Pilfering Strangledome" is missing BaseDrain
  5809. "Pilfering Strangledome" is missing Description
  5810. "Pilfering Strangledome" is missing Icon
  5811. "Pilfering Strangledome" is missing InternalName
  5812. "Pilfering Strangledome" is missing Introduced
  5813. "Pilfering Strangledome" is missing Link
  5814. "Pilfering Strangledome" is missing MaxRank
  5815. "Pilfering Strangledome" is missing Tradable
  5816. "Pilfering Strangledome" is missing Type
  5817. "Pilfering Swarm" is missing BaseDrain
  5818. "Pilfering Swarm" is missing Description
  5819. "Pilfering Swarm" is missing Icon
  5820. "Pilfering Swarm" is missing InternalName
  5821. "Pilfering Swarm" is missing Introduced
  5822. "Pilfering Swarm" is missing Link
  5823. "Pilfering Swarm" is missing MaxRank
  5824. "Pilfering Swarm" is missing Tradable
  5825. "Pilfering Swarm" is missing Type
  5826. "Pistol Ammo Mutation" is missing BaseDrain
  5827. "Pistol Ammo Mutation" is missing Description
  5828. "Pistol Ammo Mutation" is missing Icon
  5829. "Pistol Ammo Mutation" is missing InternalName
  5830. "Pistol Ammo Mutation" is missing Introduced
  5831. "Pistol Ammo Mutation" is missing Link
  5832. "Pistol Ammo Mutation" is missing MaxRank
  5833. "Pistol Ammo Mutation" is missing Tradable
  5834. "Pistol Ammo Mutation" is missing Transmutable
  5835. "Pistol Ammo Mutation" is missing Type
  5836. "Pistol Amp" is missing BaseDrain
  5837. "Pistol Amp" is missing Description
  5838. "Pistol Amp" is missing Icon
  5839. "Pistol Amp" is missing InternalName
  5840. "Pistol Amp" is missing Introduced
  5841. "Pistol Amp" is missing Link
  5842. "Pistol Amp" is missing MaxRank
  5843. "Pistol Amp" is missing Tradable
  5844. "Pistol Amp" is missing Type
  5845. "Pistol Gambit" is missing BaseDrain
  5846. "Pistol Gambit" is missing Description
  5847. "Pistol Gambit" is missing Icon
  5848. "Pistol Gambit" is missing InternalName
  5849. "Pistol Gambit" is missing Introduced
  5850. "Pistol Gambit" is missing Link
  5851. "Pistol Gambit" is missing MaxRank
  5852. "Pistol Gambit" is missing Tradable
  5853. "Pistol Gambit" is missing Transmutable
  5854. "Pistol Gambit" is missing Type
  5855. "Pistol Pestilence" is missing BaseDrain
  5856. "Pistol Pestilence" is missing Description
  5857. "Pistol Pestilence" is missing Icon
  5858. "Pistol Pestilence" is missing InternalName
  5859. "Pistol Pestilence" is missing Introduced
  5860. "Pistol Pestilence" is missing Link
  5861. "Pistol Pestilence" is missing MaxRank
  5862. "Pistol Pestilence" is missing Tradable
  5863. "Pistol Pestilence" is missing Type
  5864. "Pistol Scavenger" is missing BaseDrain
  5865. "Pistol Scavenger" is missing Description
  5866. "Pistol Scavenger" is missing Icon
  5867. "Pistol Scavenger" is missing InternalName
  5868. "Pistol Scavenger" is missing Introduced
  5869. "Pistol Scavenger" is missing Link
  5870. "Pistol Scavenger" is missing MaxRank
  5871. "Pistol Scavenger" is missing Tradable
  5872. "Pistol Scavenger" is missing Type
  5873. "Plan B" is missing BaseDrain
  5874. "Plan B" is missing Description
  5875. "Plan B" is missing Icon
  5876. "Plan B" is missing InternalName
  5877. "Plan B" is missing Introduced
  5878. "Plan B" is missing Link
  5879. "Plan B" is missing MaxRank
  5880. "Plan B" is missing Tradable
  5881. "Plan B" is missing Type
  5882. "Point Blank" is missing BaseDrain
  5883. "Point Blank" is missing Description
  5884. "Point Blank" is missing Icon
  5885. "Point Blank" is missing InternalName
  5886. "Point Blank" is missing Link
  5887. "Point Blank" is missing MaxRank
  5888. "Point Blank" is missing Tradable
  5889. "Point Blank" is missing Transmutable
  5890. "Point Blank" is missing Type
  5891. "Point Strike" is missing BaseDrain
  5892. "Point Strike" is missing Description
  5893. "Point Strike" is missing Icon
  5894. "Point Strike" is missing InternalName
  5895. "Point Strike" is missing Introduced
  5896. "Point Strike" is missing Link
  5897. "Point Strike" is missing MaxRank
  5898. "Point Strike" is missing Tradable
  5899. "Point Strike" is missing Transmutable
  5900. "Point Strike" is missing Type
  5901. "Pointed Wind" is missing BaseDrain
  5902. "Pointed Wind" is missing Description
  5903. "Pointed Wind" is missing Icon
  5904. "Pointed Wind" is missing InternalName
  5905. "Pointed Wind" is missing Introduced
  5906. "Pointed Wind" is missing Link
  5907. "Pointed Wind" is missing MaxRank
  5908. "Pointed Wind" is missing Tradable
  5909. "Pointed Wind" is missing Transmutable
  5910. "Pointed Wind" is missing Type
  5911. "Poisonous Sting" is missing BaseDrain
  5912. "Poisonous Sting" is missing Description
  5913. "Poisonous Sting" is missing Icon
  5914. "Poisonous Sting" is missing InternalName
  5915. "Poisonous Sting" is missing Introduced
  5916. "Poisonous Sting" is missing Link
  5917. "Poisonous Sting" is missing MaxRank
  5918. "Poisonous Sting" is missing Tradable
  5919. "Poisonous Sting" is missing Transmutable
  5920. "Poisonous Sting" is missing Type
  5921. "Polar Magazine" is missing BaseDrain
  5922. "Polar Magazine" is missing Description
  5923. "Polar Magazine" is missing Icon
  5924. "Polar Magazine" is missing InternalName
  5925. "Polar Magazine" is missing Introduced
  5926. "Polar Magazine" is missing Link
  5927. "Polar Magazine" is missing MaxRank
  5928. "Polar Magazine" is missing Tradable
  5929. "Polar Magazine" is missing Transmutable
  5930. "Polar Magazine" is missing Type
  5931. "Pool of Life" is missing BaseDrain
  5932. "Pool of Life" is missing Description
  5933. "Pool of Life" is missing Icon
  5934. "Pool of Life" is missing InternalName
  5935. "Pool of Life" is missing Introduced
  5936. "Pool of Life" is missing Link
  5937. "Pool of Life" is missing MaxRank
  5938. "Pool of Life" is missing Tradable
  5939. "Pool of Life" is missing Type
  5940. "Pop Top" is missing BaseDrain
  5941. "Pop Top" is missing Description
  5942. "Pop Top" is missing Icon
  5943. "Pop Top" is missing InternalName
  5944. "Pop Top" is missing Introduced
  5945. "Pop Top" is missing Link
  5946. "Pop Top" is missing MaxRank
  5947. "Pop Top" is missing Tradable
  5948. "Pop Top" is missing Type
  5949. "Poppin' Vert" is missing BaseDrain
  5950. "Poppin' Vert" is missing Description
  5951. "Poppin' Vert" is missing Icon
  5952. "Poppin' Vert" is missing InternalName
  5953. "Poppin' Vert" is missing Introduced
  5954. "Poppin' Vert" is missing Link
  5955. "Poppin' Vert" is missing MaxRank
  5956. "Poppin' Vert" is missing Tradable
  5957. "Poppin' Vert" is missing Type
  5958. "Pounce" is missing BaseDrain
  5959. "Pounce" is missing Description
  5960. "Pounce" is missing Icon
  5961. "Pounce" is missing InternalName
  5962. "Pounce" is missing Introduced
  5963. "Pounce" is missing Link
  5964. "Pounce" is missing MaxRank
  5965. "Pounce" is missing Tradable
  5966. "Pounce" is missing Transmutable
  5967. "Pounce" is missing Type
  5968. "Power Donation" is missing BaseDrain
  5969. "Power Donation" is missing Description
  5970. "Power Donation" is missing Icon
  5971. "Power Donation" is missing InternalName
  5972. "Power Donation" is missing Link
  5973. "Power Donation" is missing MaxRank
  5974. "Power Donation" is missing Tradable
  5975. "Power Donation" is missing Type
  5976. "Power Drift" is missing BaseDrain
  5977. "Power Drift" is missing Description
  5978. "Power Drift" is missing Icon
  5979. "Power Drift" is missing InternalName
  5980. "Power Drift" is missing Link
  5981. "Power Drift" is missing MaxRank
  5982. "Power Drift" is missing Tradable
  5983. "Power Drift" is missing Type
  5984. "Power Throw" is missing BaseDrain
  5985. "Power Throw" is missing Description
  5986. "Power Throw" is missing Icon
  5987. "Power Throw" is missing InternalName
  5988. "Power Throw" is missing Link
  5989. "Power Throw" is missing MaxRank
  5990. "Power Throw" is missing Tradable
  5991. "Power Throw" is missing Transmutable
  5992. "Power Throw" is missing Type
  5993. "Power of Three" is missing BaseDrain
  5994. "Power of Three" is missing Description
  5995. "Power of Three" is missing Icon
  5996. "Power of Three" is missing InternalName
  5997. "Power of Three" is missing Link
  5998. "Power of Three" is missing MaxRank
  5999. "Power of Three" is missing Tradable
  6000. "Power of Three" is missing Type
  6001. "Precision Munition" is missing BaseDrain
  6002. "Precision Munition" is missing Description
  6003. "Precision Munition" is missing Icon
  6004. "Precision Munition" is missing InternalName
  6005. "Precision Munition" is missing Introduced
  6006. "Precision Munition" is missing Link
  6007. "Precision Munition" is missing MaxRank
  6008. "Precision Munition" is missing Tradable
  6009. "Precision Munition" is missing Type
  6010. "Precision Strike" is missing BaseDrain
  6011. "Precision Strike" is missing Description
  6012. "Precision Strike" is missing Icon
  6013. "Precision Strike" is missing InternalName
  6014. "Precision Strike" is missing Introduced
  6015. "Precision Strike" is missing Link
  6016. "Precision Strike" is missing MaxRank
  6017. "Precision Strike" is missing Tradable
  6018. "Precision Strike" is missing Type
  6019. "Preparation" is missing BaseDrain
  6020. "Preparation" is missing Description
  6021. "Preparation" is missing Icon
  6022. "Preparation" is missing InternalName
  6023. "Preparation" is missing Introduced
  6024. "Preparation" is missing Link
  6025. "Preparation" is missing MaxRank
  6026. "Preparation" is missing Tradable
  6027. "Preparation" is missing Type
  6028. "Pressure Point" is missing BaseDrain
  6029. "Pressure Point" is missing Description
  6030. "Pressure Point" is missing Icon
  6031. "Pressure Point" is missing InternalName
  6032. "Pressure Point" is missing Link
  6033. "Pressure Point" is missing MaxRank
  6034. "Pressure Point" is missing Tradable
  6035. "Pressure Point" is missing Transmutable
  6036. "Pressure Point" is missing Type
  6037. "Pressurized Magazine" is missing BaseDrain
  6038. "Pressurized Magazine" is missing Description
  6039. "Pressurized Magazine" is missing Icon
  6040. "Pressurized Magazine" is missing InternalName
  6041. "Pressurized Magazine" is missing Introduced
  6042. "Pressurized Magazine" is missing Link
  6043. "Pressurized Magazine" is missing MaxRank
  6044. "Pressurized Magazine" is missing Tradable
  6045. "Pressurized Magazine" is missing Type
  6046. "Primal Fury" is missing BaseDrain
  6047. "Primal Fury" is missing Description
  6048. "Primal Fury" is missing Icon
  6049. "Primal Fury" is missing InternalName
  6050. "Primal Fury" is missing Introduced
  6051. "Primal Fury" is missing Link
  6052. "Primal Fury" is missing MaxRank
  6053. "Primal Fury" is missing Polarity
  6054. "Primal Fury" is missing Rarity
  6055. "Primal Fury" is missing Tradable
  6056. "Primal Fury" is missing Type
  6057. "Primal Rage" is missing BaseDrain
  6058. "Primal Rage" is missing Description
  6059. "Primal Rage" is missing Icon
  6060. "Primal Rage" is missing InternalName
  6061. "Primal Rage" is missing Introduced
  6062. "Primal Rage" is missing Link
  6063. "Primal Rage" is missing MaxRank
  6064. "Primal Rage" is missing Tradable
  6065. "Primal Rage" is missing Type
  6066. "Primed Ammo Stock" is missing BaseDrain
  6067. "Primed Ammo Stock" is missing Description
  6068. "Primed Ammo Stock" is missing Icon
  6069. "Primed Ammo Stock" is missing InternalName
  6070. "Primed Ammo Stock" is missing Introduced
  6071. "Primed Ammo Stock" is missing Link
  6072. "Primed Ammo Stock" is missing MaxRank
  6073. "Primed Ammo Stock" is missing Tradable
  6074. "Primed Ammo Stock" is missing Type
  6075. "Primed Animal Instinct" is missing BaseDrain
  6076. "Primed Animal Instinct" is missing Description
  6077. "Primed Animal Instinct" is missing Icon
  6078. "Primed Animal Instinct" is missing InternalName
  6079. "Primed Animal Instinct" is missing Introduced
  6080. "Primed Animal Instinct" is missing Link
  6081. "Primed Animal Instinct" is missing MaxRank
  6082. "Primed Animal Instinct" is missing Tradable
  6083. "Primed Animal Instinct" is missing Type
  6084. "Primed Bane of Corpus" is missing BaseDrain
  6085. "Primed Bane of Corpus" is missing Description
  6086. "Primed Bane of Corpus" is missing Icon
  6087. "Primed Bane of Corpus" is missing InternalName
  6088. "Primed Bane of Corpus" is missing Introduced
  6089. "Primed Bane of Corpus" is missing Link
  6090. "Primed Bane of Corpus" is missing MaxRank
  6091. "Primed Bane of Corpus" is missing Tradable
  6092. "Primed Bane of Corpus" is missing Type
  6093. "Primed Bane of Corrupted" is missing BaseDrain
  6094. "Primed Bane of Corrupted" is missing Description
  6095. "Primed Bane of Corrupted" is missing Icon
  6096. "Primed Bane of Corrupted" is missing InternalName
  6097. "Primed Bane of Corrupted" is missing Introduced
  6098. "Primed Bane of Corrupted" is missing Link
  6099. "Primed Bane of Corrupted" is missing MaxRank
  6100. "Primed Bane of Corrupted" is missing Tradable
  6101. "Primed Bane of Corrupted" is missing Type
  6102. "Primed Bane of Grineer" is missing BaseDrain
  6103. "Primed Bane of Grineer" is missing Description
  6104. "Primed Bane of Grineer" is missing Icon
  6105. "Primed Bane of Grineer" is missing InternalName
  6106. "Primed Bane of Grineer" is missing Introduced
  6107. "Primed Bane of Grineer" is missing Link
  6108. "Primed Bane of Grineer" is missing MaxRank
  6109. "Primed Bane of Grineer" is missing Tradable
  6110. "Primed Bane of Grineer" is missing Type
  6111. "Primed Bane of Infested" is missing BaseDrain
  6112. "Primed Bane of Infested" is missing Description
  6113. "Primed Bane of Infested" is missing Icon
  6114. "Primed Bane of Infested" is missing InternalName
  6115. "Primed Bane of Infested" is missing Introduced
  6116. "Primed Bane of Infested" is missing Link
  6117. "Primed Bane of Infested" is missing MaxRank
  6118. "Primed Bane of Infested" is missing Tradable
  6119. "Primed Bane of Infested" is missing Type
  6120. "Primed Chamber" is missing BaseDrain
  6121. "Primed Chamber" is missing Description
  6122. "Primed Chamber" is missing Icon
  6123. "Primed Chamber" is missing InternalName
  6124. "Primed Chamber" is missing Link
  6125. "Primed Chamber" is missing MaxRank
  6126. "Primed Chamber" is missing Tradable
  6127. "Primed Chamber" is missing Type
  6128. "Primed Charged Shell" is missing BaseDrain
  6129. "Primed Charged Shell" is missing Description
  6130. "Primed Charged Shell" is missing Icon
  6131. "Primed Charged Shell" is missing InternalName
  6132. "Primed Charged Shell" is missing Introduced
  6133. "Primed Charged Shell" is missing Link
  6134. "Primed Charged Shell" is missing MaxRank
  6135. "Primed Charged Shell" is missing Tradable
  6136. "Primed Charged Shell" is missing Type
  6137. "Primed Cleanse Corpus" is missing BaseDrain
  6138. "Primed Cleanse Corpus" is missing Description
  6139. "Primed Cleanse Corpus" is missing Icon
  6140. "Primed Cleanse Corpus" is missing InternalName
  6141. "Primed Cleanse Corpus" is missing Introduced
  6142. "Primed Cleanse Corpus" is missing Link
  6143. "Primed Cleanse Corpus" is missing MaxRank
  6144. "Primed Cleanse Corpus" is missing Tradable
  6145. "Primed Cleanse Corpus" is missing Type
  6146. "Primed Cleanse Corrupted" is missing BaseDrain
  6147. "Primed Cleanse Corrupted" is missing Description
  6148. "Primed Cleanse Corrupted" is missing Icon
  6149. "Primed Cleanse Corrupted" is missing InternalName
  6150. "Primed Cleanse Corrupted" is missing Introduced
  6151. "Primed Cleanse Corrupted" is missing Link
  6152. "Primed Cleanse Corrupted" is missing MaxRank
  6153. "Primed Cleanse Corrupted" is missing Tradable
  6154. "Primed Cleanse Corrupted" is missing Type
  6155. "Primed Cleanse Grineer" is missing BaseDrain
  6156. "Primed Cleanse Grineer" is missing Description
  6157. "Primed Cleanse Grineer" is missing Icon
  6158. "Primed Cleanse Grineer" is missing InternalName
  6159. "Primed Cleanse Grineer" is missing Introduced
  6160. "Primed Cleanse Grineer" is missing Link
  6161. "Primed Cleanse Grineer" is missing MaxRank
  6162. "Primed Cleanse Grineer" is missing Tradable
  6163. "Primed Cleanse Grineer" is missing Type
  6164. "Primed Cleanse Infested" is missing BaseDrain
  6165. "Primed Cleanse Infested" is missing Description
  6166. "Primed Cleanse Infested" is missing Icon
  6167. "Primed Cleanse Infested" is missing InternalName
  6168. "Primed Cleanse Infested" is missing Introduced
  6169. "Primed Cleanse Infested" is missing Link
  6170. "Primed Cleanse Infested" is missing MaxRank
  6171. "Primed Cleanse Infested" is missing Tradable
  6172. "Primed Cleanse Infested" is missing Type
  6173. "Primed Continuity" is missing BaseDrain
  6174. "Primed Continuity" is missing Description
  6175. "Primed Continuity" is missing Icon
  6176. "Primed Continuity" is missing InternalName
  6177. "Primed Continuity" is missing Introduced
  6178. "Primed Continuity" is missing Link
  6179. "Primed Continuity" is missing MaxRank
  6180. "Primed Continuity" is missing Tradable
  6181. "Primed Continuity" is missing Type
  6182. "Primed Cryo Rounds" is missing BaseDrain
  6183. "Primed Cryo Rounds" is missing Description
  6184. "Primed Cryo Rounds" is missing Icon
  6185. "Primed Cryo Rounds" is missing InternalName
  6186. "Primed Cryo Rounds" is missing Introduced
  6187. "Primed Cryo Rounds" is missing Link
  6188. "Primed Cryo Rounds" is missing MaxRank
  6189. "Primed Cryo Rounds" is missing Tradable
  6190. "Primed Cryo Rounds" is missing Type
  6191. "Primed Expel Corpus" is missing BaseDrain
  6192. "Primed Expel Corpus" is missing Description
  6193. "Primed Expel Corpus" is missing Icon
  6194. "Primed Expel Corpus" is missing InternalName
  6195. "Primed Expel Corpus" is missing Introduced
  6196. "Primed Expel Corpus" is missing Link
  6197. "Primed Expel Corpus" is missing MaxRank
  6198. "Primed Expel Corpus" is missing Tradable
  6199. "Primed Expel Corpus" is missing Type
  6200. "Primed Expel Corrupted" is missing BaseDrain
  6201. "Primed Expel Corrupted" is missing Description
  6202. "Primed Expel Corrupted" is missing Icon
  6203. "Primed Expel Corrupted" is missing InternalName
  6204. "Primed Expel Corrupted" is missing Introduced
  6205. "Primed Expel Corrupted" is missing Link
  6206. "Primed Expel Corrupted" is missing MaxRank
  6207. "Primed Expel Corrupted" is missing Tradable
  6208. "Primed Expel Corrupted" is missing Type
  6209. "Primed Expel Grineer" is missing BaseDrain
  6210. "Primed Expel Grineer" is missing Description
  6211. "Primed Expel Grineer" is missing Icon
  6212. "Primed Expel Grineer" is missing InternalName
  6213. "Primed Expel Grineer" is missing Introduced
  6214. "Primed Expel Grineer" is missing Link
  6215. "Primed Expel Grineer" is missing MaxRank
  6216. "Primed Expel Grineer" is missing Tradable
  6217. "Primed Expel Grineer" is missing Type
  6218. "Primed Expel Infested" is missing BaseDrain
  6219. "Primed Expel Infested" is missing Description
  6220. "Primed Expel Infested" is missing Icon
  6221. "Primed Expel Infested" is missing InternalName
  6222. "Primed Expel Infested" is missing Introduced
  6223. "Primed Expel Infested" is missing Link
  6224. "Primed Expel Infested" is missing MaxRank
  6225. "Primed Expel Infested" is missing Tradable
  6226. "Primed Expel Infested" is missing Type
  6227. "Primed Fast Hands" is missing BaseDrain
  6228. "Primed Fast Hands" is missing Description
  6229. "Primed Fast Hands" is missing Icon
  6230. "Primed Fast Hands" is missing InternalName
  6231. "Primed Fast Hands" is missing Link
  6232. "Primed Fast Hands" is missing MaxRank
  6233. "Primed Fast Hands" is missing Tradable
  6234. "Primed Fast Hands" is missing Type
  6235. "Primed Fever Strike" is missing BaseDrain
  6236. "Primed Fever Strike" is missing Description
  6237. "Primed Fever Strike" is missing Icon
  6238. "Primed Fever Strike" is missing InternalName
  6239. "Primed Fever Strike" is missing Introduced
  6240. "Primed Fever Strike" is missing Link
  6241. "Primed Fever Strike" is missing MaxRank
  6242. "Primed Fever Strike" is missing Tradable
  6243. "Primed Fever Strike" is missing Type
  6244. "Primed Firestorm" is missing BaseDrain
  6245. "Primed Firestorm" is missing Description
  6246. "Primed Firestorm" is missing Icon
  6247. "Primed Firestorm" is missing InternalName
  6248. "Primed Firestorm" is missing Link
  6249. "Primed Firestorm" is missing MaxRank
  6250. "Primed Firestorm" is missing Tradable
  6251. "Primed Firestorm" is missing Type
  6252. "Primed Flow" is missing BaseDrain
  6253. "Primed Flow" is missing Description
  6254. "Primed Flow" is missing Icon
  6255. "Primed Flow" is missing InternalName
  6256. "Primed Flow" is missing Introduced
  6257. "Primed Flow" is missing Link
  6258. "Primed Flow" is missing MaxRank
  6259. "Primed Flow" is missing Tradable
  6260. "Primed Flow" is missing Type
  6261. "Primed Fulmination" is missing BaseDrain
  6262. "Primed Fulmination" is missing Description
  6263. "Primed Fulmination" is missing Icon
  6264. "Primed Fulmination" is missing InternalName
  6265. "Primed Fulmination" is missing Link
  6266. "Primed Fulmination" is missing MaxRank
  6267. "Primed Fulmination" is missing Tradable
  6268. "Primed Fulmination" is missing Type
  6269. "Primed Fury" is missing BaseDrain
  6270. "Primed Fury" is missing Description
  6271. "Primed Fury" is missing Icon
  6272. "Primed Fury" is missing InternalName
  6273. "Primed Fury" is missing Introduced
  6274. "Primed Fury" is missing Link
  6275. "Primed Fury" is missing MaxRank
  6276. "Primed Fury" is missing Tradable
  6277. "Primed Fury" is missing Type
  6278. "Primed Heated Charge" is missing BaseDrain
  6279. "Primed Heated Charge" is missing Description
  6280. "Primed Heated Charge" is missing Icon
  6281. "Primed Heated Charge" is missing InternalName
  6282. "Primed Heated Charge" is missing Introduced
  6283. "Primed Heated Charge" is missing Link
  6284. "Primed Heated Charge" is missing MaxRank
  6285. "Primed Heated Charge" is missing Tradable
  6286. "Primed Heated Charge" is missing Type
  6287. "Primed Heavy Trauma" is missing BaseDrain
  6288. "Primed Heavy Trauma" is missing Description
  6289. "Primed Heavy Trauma" is missing Icon
  6290. "Primed Heavy Trauma" is missing InternalName
  6291. "Primed Heavy Trauma" is missing Introduced
  6292. "Primed Heavy Trauma" is missing Link
  6293. "Primed Heavy Trauma" is missing MaxRank
  6294. "Primed Heavy Trauma" is missing Tradable
  6295. "Primed Heavy Trauma" is missing Type
  6296. "Primed Morphic Transformer" is missing BaseDrain
  6297. "Primed Morphic Transformer" is missing Description
  6298. "Primed Morphic Transformer" is missing Icon
  6299. "Primed Morphic Transformer" is missing InternalName
  6300. "Primed Morphic Transformer" is missing Introduced
  6301. "Primed Morphic Transformer" is missing Link
  6302. "Primed Morphic Transformer" is missing MaxRank
  6303. "Primed Morphic Transformer" is missing Tradable
  6304. "Primed Morphic Transformer" is missing Type
  6305. "Primed Pack Leader" is missing BaseDrain
  6306. "Primed Pack Leader" is missing Description
  6307. "Primed Pack Leader" is missing Icon
  6308. "Primed Pack Leader" is missing InternalName
  6309. "Primed Pack Leader" is missing Introduced
  6310. "Primed Pack Leader" is missing Link
  6311. "Primed Pack Leader" is missing MaxRank
  6312. "Primed Pack Leader" is missing Tradable
  6313. "Primed Pack Leader" is missing Type
  6314. "Primed Pistol Ammo Mutation" is missing BaseDrain
  6315. "Primed Pistol Ammo Mutation" is missing Description
  6316. "Primed Pistol Ammo Mutation" is missing Icon
  6317. "Primed Pistol Ammo Mutation" is missing InternalName
  6318. "Primed Pistol Ammo Mutation" is missing Link
  6319. "Primed Pistol Ammo Mutation" is missing MaxRank
  6320. "Primed Pistol Ammo Mutation" is missing Tradable
  6321. "Primed Pistol Ammo Mutation" is missing Type
  6322. "Primed Pistol Gambit" is missing BaseDrain
  6323. "Primed Pistol Gambit" is missing Description
  6324. "Primed Pistol Gambit" is missing Icon
  6325. "Primed Pistol Gambit" is missing InternalName
  6326. "Primed Pistol Gambit" is missing Introduced
  6327. "Primed Pistol Gambit" is missing Link
  6328. "Primed Pistol Gambit" is missing MaxRank
  6329. "Primed Pistol Gambit" is missing Tradable
  6330. "Primed Pistol Gambit" is missing Type
  6331. "Primed Point Blank" is missing BaseDrain
  6332. "Primed Point Blank" is missing Description
  6333. "Primed Point Blank" is missing Icon
  6334. "Primed Point Blank" is missing InternalName
  6335. "Primed Point Blank" is missing Link
  6336. "Primed Point Blank" is missing MaxRank
  6337. "Primed Point Blank" is missing Tradable
  6338. "Primed Point Blank" is missing Type
  6339. "Primed Pressure Point" is missing BaseDrain
  6340. "Primed Pressure Point" is missing Description
  6341. "Primed Pressure Point" is missing Icon
  6342. "Primed Pressure Point" is missing InternalName
  6343. "Primed Pressure Point" is missing Link
  6344. "Primed Pressure Point" is missing MaxRank
  6345. "Primed Pressure Point" is missing Tradable
  6346. "Primed Pressure Point" is missing Type
  6347. "Primed Quickdraw" is missing BaseDrain
  6348. "Primed Quickdraw" is missing Description
  6349. "Primed Quickdraw" is missing Icon
  6350. "Primed Quickdraw" is missing InternalName
  6351. "Primed Quickdraw" is missing Link
  6352. "Primed Quickdraw" is missing MaxRank
  6353. "Primed Quickdraw" is missing Tradable
  6354. "Primed Quickdraw" is missing Type
  6355. "Primed Ravage" is missing BaseDrain
  6356. "Primed Ravage" is missing Description
  6357. "Primed Ravage" is missing Icon
  6358. "Primed Ravage" is missing InternalName
  6359. "Primed Ravage" is missing Link
  6360. "Primed Ravage" is missing MaxRank
  6361. "Primed Ravage" is missing Tradable
  6362. "Primed Ravage" is missing Type
  6363. "Primed Reach" is missing BaseDrain
  6364. "Primed Reach" is missing Description
  6365. "Primed Reach" is missing Icon
  6366. "Primed Reach" is missing InternalName
  6367. "Primed Reach" is missing Link
  6368. "Primed Reach" is missing MaxRank
  6369. "Primed Reach" is missing Tradable
  6370. "Primed Reach" is missing Type
  6371. "Primed Regen" is missing BaseDrain
  6372. "Primed Regen" is missing Description
  6373. "Primed Regen" is missing Icon
  6374. "Primed Regen" is missing InternalName
  6375. "Primed Regen" is missing Link
  6376. "Primed Regen" is missing MaxRank
  6377. "Primed Regen" is missing Tradable
  6378. "Primed Regen" is missing Type
  6379. "Primed Rifle Ammo Mutation" is missing BaseDrain
  6380. "Primed Rifle Ammo Mutation" is missing Description
  6381. "Primed Rifle Ammo Mutation" is missing Icon
  6382. "Primed Rifle Ammo Mutation" is missing InternalName
  6383. "Primed Rifle Ammo Mutation" is missing Link
  6384. "Primed Rifle Ammo Mutation" is missing MaxRank
  6385. "Primed Rifle Ammo Mutation" is missing Tradable
  6386. "Primed Rifle Ammo Mutation" is missing Type
  6387. "Primed Rubedo-Lined Barrel" is missing BaseDrain
  6388. "Primed Rubedo-Lined Barrel" is missing Description
  6389. "Primed Rubedo-Lined Barrel" is missing Icon
  6390. "Primed Rubedo-Lined Barrel" is missing InternalName
  6391. "Primed Rubedo-Lined Barrel" is missing Link
  6392. "Primed Rubedo-Lined Barrel" is missing MaxRank
  6393. "Primed Rubedo-Lined Barrel" is missing Tradable
  6394. "Primed Rubedo-Lined Barrel" is missing Type
  6395. "Primed Shotgun Ammo Mutation" is missing BaseDrain
  6396. "Primed Shotgun Ammo Mutation" is missing Description
  6397. "Primed Shotgun Ammo Mutation" is missing Icon
  6398. "Primed Shotgun Ammo Mutation" is missing InternalName
  6399. "Primed Shotgun Ammo Mutation" is missing Link
  6400. "Primed Shotgun Ammo Mutation" is missing MaxRank
  6401. "Primed Shotgun Ammo Mutation" is missing Tradable
  6402. "Primed Shotgun Ammo Mutation" is missing Type
  6403. "Primed Shred" is missing BaseDrain
  6404. "Primed Shred" is missing Description
  6405. "Primed Shred" is missing Icon
  6406. "Primed Shred" is missing InternalName
  6407. "Primed Shred" is missing Link
  6408. "Primed Shred" is missing MaxRank
  6409. "Primed Shred" is missing Tradable
  6410. "Primed Shred" is missing Type
  6411. "Primed Slip Magazine" is missing BaseDrain
  6412. "Primed Slip Magazine" is missing Description
  6413. "Primed Slip Magazine" is missing Icon
  6414. "Primed Slip Magazine" is missing InternalName
  6415. "Primed Slip Magazine" is missing Link
  6416. "Primed Slip Magazine" is missing MaxRank
  6417. "Primed Slip Magazine" is missing Tradable
  6418. "Primed Slip Magazine" is missing Type
  6419. "Primed Smite Corpus" is missing BaseDrain
  6420. "Primed Smite Corpus" is missing Description
  6421. "Primed Smite Corpus" is missing Icon
  6422. "Primed Smite Corpus" is missing InternalName
  6423. "Primed Smite Corpus" is missing Link
  6424. "Primed Smite Corpus" is missing MaxRank
  6425. "Primed Smite Corpus" is missing Tradable
  6426. "Primed Smite Corpus" is missing Type
  6427. "Primed Smite Corrupted" is missing BaseDrain
  6428. "Primed Smite Corrupted" is missing Description
  6429. "Primed Smite Corrupted" is missing Icon
  6430. "Primed Smite Corrupted" is missing InternalName
  6431. "Primed Smite Corrupted" is missing Link
  6432. "Primed Smite Corrupted" is missing MaxRank
  6433. "Primed Smite Corrupted" is missing Tradable
  6434. "Primed Smite Corrupted" is missing Type
  6435. "Primed Smite Grineer" is missing BaseDrain
  6436. "Primed Smite Grineer" is missing Description
  6437. "Primed Smite Grineer" is missing Icon
  6438. "Primed Smite Grineer" is missing InternalName
  6439. "Primed Smite Grineer" is missing Link
  6440. "Primed Smite Grineer" is missing MaxRank
  6441. "Primed Smite Grineer" is missing Tradable
  6442. "Primed Smite Grineer" is missing Type
  6443. "Primed Smite Infested" is missing BaseDrain
  6444. "Primed Smite Infested" is missing Description
  6445. "Primed Smite Infested" is missing Icon
  6446. "Primed Smite Infested" is missing InternalName
  6447. "Primed Smite Infested" is missing Link
  6448. "Primed Smite Infested" is missing MaxRank
  6449. "Primed Smite Infested" is missing Tradable
  6450. "Primed Smite Infested" is missing Type
  6451. "Primed Sure Footed" is missing BaseDrain
  6452. "Primed Sure Footed" is missing Description
  6453. "Primed Sure Footed" is missing Icon
  6454. "Primed Sure Footed" is missing InternalName
  6455. "Primed Sure Footed" is missing Link
  6456. "Primed Sure Footed" is missing MaxRank
  6457. "Primed Sure Footed" is missing Tradable
  6458. "Primed Sure Footed" is missing Type
  6459. "Primed Target Cracker" is missing BaseDrain
  6460. "Primed Target Cracker" is missing Description
  6461. "Primed Target Cracker" is missing Icon
  6462. "Primed Target Cracker" is missing InternalName
  6463. "Primed Target Cracker" is missing Link
  6464. "Primed Target Cracker" is missing MaxRank
  6465. "Primed Target Cracker" is missing Tradable
  6466. "Primed Target Cracker" is missing Type
  6467. "Primed Vigor" is missing BaseDrain
  6468. "Primed Vigor" is missing Description
  6469. "Primed Vigor" is missing Icon
  6470. "Primed Vigor" is missing InternalName
  6471. "Primed Vigor" is missing Link
  6472. "Primed Vigor" is missing MaxRank
  6473. "Primed Vigor" is missing Tradable
  6474. "Primed Vigor" is missing Type
  6475. "Primo Flair" is missing BaseDrain
  6476. "Primo Flair" is missing Description
  6477. "Primo Flair" is missing Icon
  6478. "Primo Flair" is missing InternalName
  6479. "Primo Flair" is missing Link
  6480. "Primo Flair" is missing MaxRank
  6481. "Primo Flair" is missing Tradable
  6482. "Primo Flair" is missing Type
  6483. "Prism Guard" is missing BaseDrain
  6484. "Prism Guard" is missing Description
  6485. "Prism Guard" is missing Icon
  6486. "Prism Guard" is missing InternalName
  6487. "Prism Guard" is missing Link
  6488. "Prism Guard" is missing MaxRank
  6489. "Prism Guard" is missing Tradable
  6490. "Prism Guard" is missing Type
  6491. "Prize Kill" is missing BaseDrain
  6492. "Prize Kill" is missing Description
  6493. "Prize Kill" is missing Icon
  6494. "Prize Kill" is missing InternalName
  6495. "Prize Kill" is missing Introduced
  6496. "Prize Kill" is missing Link
  6497. "Prize Kill" is missing MaxRank
  6498. "Prize Kill" is missing Tradable
  6499. "Prize Kill" is missing Type
  6500. "Proboscis" is missing BaseDrain
  6501. "Proboscis" is missing Description
  6502. "Proboscis" is missing Icon
  6503. "Proboscis" is missing InternalName
  6504. "Proboscis" is missing Introduced
  6505. "Proboscis" is missing Link
  6506. "Proboscis" is missing MaxRank
  6507. "Proboscis" is missing Tradable
  6508. "Proboscis" is missing Type
  6509. "Prolonged Paralysis" is missing BaseDrain
  6510. "Prolonged Paralysis" is missing Description
  6511. "Prolonged Paralysis" is missing Icon
  6512. "Prolonged Paralysis" is missing InternalName
  6513. "Prolonged Paralysis" is missing Introduced
  6514. "Prolonged Paralysis" is missing Link
  6515. "Prolonged Paralysis" is missing MaxRank
  6516. "Prolonged Paralysis" is missing Tradable
  6517. "Prolonged Paralysis" is missing Type
  6518. "Protect" is missing BaseDrain
  6519. "Protect" is missing Description
  6520. "Protect" is missing Icon
  6521. "Protect" is missing InternalName
  6522. "Protect" is missing Introduced
  6523. "Protect" is missing Link
  6524. "Protect" is missing MaxRank
  6525. "Protect" is missing Tradable
  6526. "Protect" is missing Type
  6527. "Proton Jet" is missing BaseDrain
  6528. "Proton Jet" is missing Description
  6529. "Proton Jet" is missing Icon
  6530. "Proton Jet" is missing InternalName
  6531. "Proton Jet" is missing Introduced
  6532. "Proton Jet" is missing Link
  6533. "Proton Jet" is missing MaxRank
  6534. "Proton Jet" is missing Tradable
  6535. "Proton Jet" is missing Type
  6536. "Proton Pulse" is missing BaseDrain
  6537. "Proton Pulse" is missing Description
  6538. "Proton Pulse" is missing Icon
  6539. "Proton Pulse" is missing InternalName
  6540. "Proton Pulse" is missing Introduced
  6541. "Proton Pulse" is missing Link
  6542. "Proton Pulse" is missing MaxRank
  6543. "Proton Pulse" is missing Tradable
  6544. "Proton Pulse" is missing Type
  6545. "Proton Snap" is missing BaseDrain
  6546. "Proton Snap" is missing Description
  6547. "Proton Snap" is missing Icon
  6548. "Proton Snap" is missing InternalName
  6549. "Proton Snap" is missing Introduced
  6550. "Proton Snap" is missing Link
  6551. "Proton Snap" is missing MaxRank
  6552. "Proton Snap" is missing Tradable
  6553. "Proton Snap" is missing Type
  6554. "Provoked" is missing BaseDrain
  6555. "Provoked" is missing Description
  6556. "Provoked" is missing Icon
  6557. "Provoked" is missing InternalName
  6558. "Provoked" is missing Introduced
  6559. "Provoked" is missing Link
  6560. "Provoked" is missing MaxRank
  6561. "Provoked" is missing Tradable
  6562. "Provoked" is missing Type
  6563. "Pummel" is missing BaseDrain
  6564. "Pummel" is missing Description
  6565. "Pummel" is missing Icon
  6566. "Pummel" is missing InternalName
  6567. "Pummel" is missing Introduced
  6568. "Pummel" is missing Link
  6569. "Pummel" is missing MaxRank
  6570. "Pummel" is missing Tradable
  6571. "Pummel" is missing Type
  6572. "Purging Slash" is missing BaseDrain
  6573. "Purging Slash" is missing Description
  6574. "Purging Slash" is missing Icon
  6575. "Purging Slash" is missing InternalName
  6576. "Purging Slash" is missing Introduced
  6577. "Purging Slash" is missing Link
  6578. "Purging Slash" is missing MaxRank
  6579. "Purging Slash" is missing Tradable
  6580. "Purging Slash" is missing Type
  6581. "Purifying Flames" is missing BaseDrain
  6582. "Purifying Flames" is missing Description
  6583. "Purifying Flames" is missing Icon
  6584. "Purifying Flames" is missing InternalName
  6585. "Purifying Flames" is missing Introduced
  6586. "Purifying Flames" is missing Link
  6587. "Purifying Flames" is missing MaxRank
  6588. "Purifying Flames" is missing Tradable
  6589. "Purifying Flames" is missing Type
  6590. "Push & Pull" is missing BaseDrain
  6591. "Push & Pull" is missing Description
  6592. "Push & Pull" is missing Icon
  6593. "Push & Pull" is missing InternalName
  6594. "Push & Pull" is missing Link
  6595. "Push & Pull" is missing MaxRank
  6596. "Push & Pull" is missing Tradable
  6597. "Push & Pull" is missing Type
  6598. "Pyroclastic Flow" is missing BaseDrain
  6599. "Pyroclastic Flow" is missing Description
  6600. "Pyroclastic Flow" is missing Icon
  6601. "Pyroclastic Flow" is missing InternalName
  6602. "Pyroclastic Flow" is missing Introduced
  6603. "Pyroclastic Flow" is missing Link
  6604. "Pyroclastic Flow" is missing MaxRank
  6605. "Pyroclastic Flow" is missing Tradable
  6606. "Pyroclastic Flow" is missing Type
  6607. "Quaking Hand" is missing BaseDrain
  6608. "Quaking Hand" is missing Description
  6609. "Quaking Hand" is missing Icon
  6610. "Quaking Hand" is missing InternalName
  6611. "Quaking Hand" is missing Introduced
  6612. "Quaking Hand" is missing Link
  6613. "Quaking Hand" is missing MaxRank
  6614. "Quaking Hand" is missing Tradable
  6615. "Quaking Hand" is missing Type
  6616. "Quasar Drill" is missing BaseDrain
  6617. "Quasar Drill" is missing Description
  6618. "Quasar Drill" is missing Icon
  6619. "Quasar Drill" is missing InternalName
  6620. "Quasar Drill" is missing Introduced
  6621. "Quasar Drill" is missing Link
  6622. "Quasar Drill" is missing MaxRank
  6623. "Quasar Drill" is missing Tradable
  6624. "Quasar Drill" is missing Type
  6625. "Quick Charge" is missing BaseDrain
  6626. "Quick Charge" is missing Description
  6627. "Quick Charge" is missing Icon
  6628. "Quick Charge" is missing InternalName
  6629. "Quick Charge" is missing Link
  6630. "Quick Charge" is missing MaxRank
  6631. "Quick Charge" is missing Tradable
  6632. "Quick Charge" is missing Type
  6633. "Quick Escape" is missing BaseDrain
  6634. "Quick Escape" is missing Description
  6635. "Quick Escape" is missing Icon
  6636. "Quick Escape" is missing InternalName
  6637. "Quick Escape" is missing Introduced
  6638. "Quick Escape" is missing Link
  6639. "Quick Escape" is missing MaxRank
  6640. "Quick Escape" is missing Tradable
  6641. "Quick Escape" is missing Type
  6642. "Quick Reload" is missing BaseDrain
  6643. "Quick Reload" is missing Description
  6644. "Quick Reload" is missing Icon
  6645. "Quick Reload" is missing InternalName
  6646. "Quick Reload" is missing Introduced
  6647. "Quick Reload" is missing Link
  6648. "Quick Reload" is missing MaxRank
  6649. "Quick Reload" is missing Tradable
  6650. "Quick Reload" is missing Type
  6651. "Quick Return" is missing BaseDrain
  6652. "Quick Return" is missing Description
  6653. "Quick Return" is missing Icon
  6654. "Quick Return" is missing InternalName
  6655. "Quick Return" is missing Introduced
  6656. "Quick Return" is missing Link
  6657. "Quick Return" is missing MaxRank
  6658. "Quick Return" is missing Tradable
  6659. "Quick Return" is missing Transmutable
  6660. "Quick Return" is missing Type
  6661. "Quick Thinking" is missing BaseDrain
  6662. "Quick Thinking" is missing Description
  6663. "Quick Thinking" is missing Icon
  6664. "Quick Thinking" is missing InternalName
  6665. "Quick Thinking" is missing Introduced
  6666. "Quick Thinking" is missing Link
  6667. "Quick Thinking" is missing MaxRank
  6668. "Quick Thinking" is missing Tradable
  6669. "Quick Thinking" is missing Type
  6670. "Quickdraw" is missing BaseDrain
  6671. "Quickdraw" is missing Description
  6672. "Quickdraw" is missing Icon
  6673. "Quickdraw" is missing InternalName
  6674. "Quickdraw" is missing Link
  6675. "Quickdraw" is missing MaxRank
  6676. "Quickdraw" is missing Tradable
  6677. "Quickdraw" is missing Type
  6678. "Quickening" is missing BaseDrain
  6679. "Quickening" is missing Description
  6680. "Quickening" is missing Icon
  6681. "Quickening" is missing InternalName
  6682. "Quickening" is missing Introduced
  6683. "Quickening" is missing Link
  6684. "Quickening" is missing MaxRank
  6685. "Quickening" is missing Tradable
  6686. "Quickening" is missing Type
  6687. "Radiant Finish" is missing BaseDrain
  6688. "Radiant Finish" is missing Description
  6689. "Radiant Finish" is missing Icon
  6690. "Radiant Finish" is missing InternalName
  6691. "Radiant Finish" is missing Introduced
  6692. "Radiant Finish" is missing Link
  6693. "Radiant Finish" is missing MaxRank
  6694. "Radiant Finish" is missing Tradable
  6695. "Radiant Finish" is missing Type
  6696. "Rage" is missing BaseDrain
  6697. "Rage" is missing Description
  6698. "Rage" is missing Icon
  6699. "Rage" is missing InternalName
  6700. "Rage" is missing Introduced
  6701. "Rage" is missing Link
  6702. "Rage" is missing MaxRank
  6703. "Rage" is missing Tradable
  6704. "Rage" is missing Type
  6705. "Rail Guards" is missing BaseDrain
  6706. "Rail Guards" is missing Description
  6707. "Rail Guards" is missing Icon
  6708. "Rail Guards" is missing InternalName
  6709. "Rail Guards" is missing Introduced
  6710. "Rail Guards" is missing Link
  6711. "Rail Guards" is missing MaxRank
  6712. "Rail Guards" is missing Tradable
  6713. "Rail Guards" is missing Type
  6714. "Rapid Resilience" is missing BaseDrain
  6715. "Rapid Resilience" is missing Description
  6716. "Rapid Resilience" is missing Icon
  6717. "Rapid Resilience" is missing InternalName
  6718. "Rapid Resilience" is missing Introduced
  6719. "Rapid Resilience" is missing Link
  6720. "Rapid Resilience" is missing MaxRank
  6721. "Rapid Resilience" is missing Tradable
  6722. "Rapid Resilience" is missing Transmutable
  6723. "Rapid Resilience" is missing Type
  6724. "Ravage" is missing BaseDrain
  6725. "Ravage" is missing Description
  6726. "Ravage" is missing Icon
  6727. "Ravage" is missing InternalName
  6728. "Ravage" is missing Introduced
  6729. "Ravage" is missing Link
  6730. "Ravage" is missing MaxRank
  6731. "Ravage" is missing Tradable
  6732. "Ravage" is missing Type
  6733. "Razor Munitions" is missing BaseDrain
  6734. "Razor Munitions" is missing Description
  6735. "Razor Munitions" is missing Icon
  6736. "Razor Munitions" is missing InternalName
  6737. "Razor Munitions" is missing Introduced
  6738. "Razor Munitions" is missing Link
  6739. "Razor Munitions" is missing MaxRank
  6740. "Razor Munitions" is missing Tradable
  6741. "Razor Munitions" is missing Type
  6742. "Razor Shot" is missing BaseDrain
  6743. "Razor Shot" is missing Description
  6744. "Razor Shot" is missing Icon
  6745. "Razor Shot" is missing InternalName
  6746. "Razor Shot" is missing Link
  6747. "Razor Shot" is missing MaxRank
  6748. "Razor Shot" is missing Tradable
  6749. "Razor Shot" is missing Transmutable
  6750. "Razor Shot" is missing Type
  6751. "Razorwing Blitz" is missing BaseDrain
  6752. "Razorwing Blitz" is missing Description
  6753. "Razorwing Blitz" is missing Icon
  6754. "Razorwing Blitz" is missing InternalName
  6755. "Razorwing Blitz" is missing Introduced
  6756. "Razorwing Blitz" is missing Link
  6757. "Razorwing Blitz" is missing MaxRank
  6758. "Razorwing Blitz" is missing Tradable
  6759. "Razorwing Blitz" is missing Type
  6760. "Reach" is missing BaseDrain
  6761. "Reach" is missing Description
  6762. "Reach" is missing Icon
  6763. "Reach" is missing InternalName
  6764. "Reach" is missing Link
  6765. "Reach" is missing MaxRank
  6766. "Reach" is missing Tradable
  6767. "Reach" is missing Type
  6768. "Reactive Storm" is missing BaseDrain
  6769. "Reactive Storm" is missing Description
  6770. "Reactive Storm" is missing Icon
  6771. "Reactive Storm" is missing InternalName
  6772. "Reactive Storm" is missing Introduced
  6773. "Reactive Storm" is missing Link
  6774. "Reactive Storm" is missing MaxRank
  6775. "Reactive Storm" is missing Tradable
  6776. "Reactive Storm" is missing Type
  6777. "Reaping Chakram" is missing BaseDrain
  6778. "Reaping Chakram" is missing Description
  6779. "Reaping Chakram" is missing Icon
  6780. "Reaping Chakram" is missing InternalName
  6781. "Reaping Chakram" is missing Introduced
  6782. "Reaping Chakram" is missing Link
  6783. "Reaping Chakram" is missing MaxRank
  6784. "Reaping Chakram" is missing Tradable
  6785. "Reaping Chakram" is missing Type
  6786. "Reaping Spiral" is missing BaseDrain
  6787. "Reaping Spiral" is missing Description
  6788. "Reaping Spiral" is missing Icon
  6789. "Reaping Spiral" is missing InternalName
  6790. "Reaping Spiral" is missing Introduced
  6791. "Reaping Spiral" is missing Link
  6792. "Reaping Spiral" is missing MaxRank
  6793. "Reaping Spiral" is missing Tradable
  6794. "Reaping Spiral" is missing Type
  6795. "Reawaken" is missing BaseDrain
  6796. "Reawaken" is missing Description
  6797. "Reawaken" is missing Icon
  6798. "Reawaken" is missing InternalName
  6799. "Reawaken" is missing Introduced
  6800. "Reawaken" is missing Link
  6801. "Reawaken" is missing MaxRank
  6802. "Reawaken" is missing Tradable
  6803. "Reawaken" is missing Type
  6804. "Rebound" is missing BaseDrain
  6805. "Rebound" is missing Description
  6806. "Rebound" is missing Icon
  6807. "Rebound" is missing InternalName
  6808. "Rebound" is missing Introduced
  6809. "Rebound" is missing Link
  6810. "Rebound" is missing MaxRank
  6811. "Rebound" is missing Tradable
  6812. "Rebound" is missing Type
  6813. "Recharge Barrier" is missing BaseDrain
  6814. "Recharge Barrier" is missing Description
  6815. "Recharge Barrier" is missing Icon
  6816. "Recharge Barrier" is missing InternalName
  6817. "Recharge Barrier" is missing Introduced
  6818. "Recharge Barrier" is missing Link
  6819. "Recharge Barrier" is missing MaxRank
  6820. "Recharge Barrier" is missing Tradable
  6821. "Recharge Barrier" is missing Type
  6822. "Recover" is missing BaseDrain
  6823. "Recover" is missing Description
  6824. "Recover" is missing Icon
  6825. "Recover" is missing InternalName
  6826. "Recover" is missing Introduced
  6827. "Recover" is missing Link
  6828. "Recover" is missing MaxRank
  6829. "Recover" is missing Tradable
  6830. "Recover" is missing Type
  6831. "Recuperate" is missing BaseDrain
  6832. "Recuperate" is missing Description
  6833. "Recuperate" is missing Icon
  6834. "Recuperate" is missing InternalName
  6835. "Recuperate" is missing Introduced
  6836. "Recuperate" is missing Link
  6837. "Recuperate" is missing MaxRank
  6838. "Recuperate" is missing Tradable
  6839. "Recuperate" is missing Type
  6840. "Redirection" is missing BaseDrain
  6841. "Redirection" is missing Description
  6842. "Redirection" is missing Icon
  6843. "Redirection" is missing InternalName
  6844. "Redirection" is missing Introduced
  6845. "Redirection" is missing Link
  6846. "Redirection" is missing MaxRank
  6847. "Redirection" is missing Tradable
  6848. "Redirection" is missing Type
  6849. "Reflect" is missing BaseDrain
  6850. "Reflect" is missing Description
  6851. "Reflect" is missing Icon
  6852. "Reflect" is missing InternalName
  6853. "Reflect" is missing Introduced
  6854. "Reflect" is missing Link
  6855. "Reflect" is missing MaxRank
  6856. "Reflect" is missing Tradable
  6857. "Reflect" is missing Transmutable
  6858. "Reflect" is missing Type
  6859. "Reflection" is missing BaseDrain
  6860. "Reflection" is missing Description
  6861. "Reflection" is missing Icon
  6862. "Reflection" is missing InternalName
  6863. "Reflection" is missing Introduced
  6864. "Reflection" is missing Link
  6865. "Reflection" is missing MaxRank
  6866. "Reflection" is missing Tradable
  6867. "Reflection" is missing Type
  6868. "Reflex Coil" is missing BaseDrain
  6869. "Reflex Coil" is missing Description
  6870. "Reflex Coil" is missing Icon
  6871. "Reflex Coil" is missing InternalName
  6872. "Reflex Coil" is missing Introduced
  6873. "Reflex Coil" is missing Link
  6874. "Reflex Coil" is missing MaxRank
  6875. "Reflex Coil" is missing Tradable
  6876. "Reflex Coil" is missing Type
  6877. "Reflex Draw" is missing BaseDrain
  6878. "Reflex Draw" is missing Description
  6879. "Reflex Draw" is missing Icon
  6880. "Reflex Draw" is missing InternalName
  6881. "Reflex Draw" is missing Introduced
  6882. "Reflex Draw" is missing Link
  6883. "Reflex Draw" is missing MaxRank
  6884. "Reflex Draw" is missing Tradable
  6885. "Reflex Draw" is missing Type
  6886. "Reflex Guard" is missing BaseDrain
  6887. "Reflex Guard" is missing Description
  6888. "Reflex Guard" is missing Icon
  6889. "Reflex Guard" is missing InternalName
  6890. "Reflex Guard" is missing Introduced
  6891. "Reflex Guard" is missing Link
  6892. "Reflex Guard" is missing MaxRank
  6893. "Reflex Guard" is missing Tradable
  6894. "Reflex Guard" is missing Type
  6895. "Regen" is missing BaseDrain
  6896. "Regen" is missing Description
  6897. "Regen" is missing Icon
  6898. "Regen" is missing InternalName
  6899. "Regen" is missing Introduced
  6900. "Regen" is missing Link
  6901. "Regen" is missing MaxRank
  6902. "Regen" is missing Tradable
  6903. "Regen" is missing Transmutable
  6904. "Regen" is missing Type
  6905. "Regenerative Molt" is missing BaseDrain
  6906. "Regenerative Molt" is missing Description
  6907. "Regenerative Molt" is missing Icon
  6908. "Regenerative Molt" is missing InternalName
  6909. "Regenerative Molt" is missing Introduced
  6910. "Regenerative Molt" is missing Link
  6911. "Regenerative Molt" is missing MaxRank
  6912. "Regenerative Molt" is missing Tradable
  6913. "Regenerative Molt" is missing Type
  6914. "Reinforcing Stomp" is missing BaseDrain
  6915. "Reinforcing Stomp" is missing Description
  6916. "Reinforcing Stomp" is missing Icon
  6917. "Reinforcing Stomp" is missing InternalName
  6918. "Reinforcing Stomp" is missing Introduced
  6919. "Reinforcing Stomp" is missing Link
  6920. "Reinforcing Stomp" is missing MaxRank
  6921. "Reinforcing Stomp" is missing Tradable
  6922. "Reinforcing Stomp" is missing Type
  6923. "Rejuvenation" is missing BaseDrain
  6924. "Rejuvenation" is missing Description
  6925. "Rejuvenation" is missing Icon
  6926. "Rejuvenation" is missing InternalName
  6927. "Rejuvenation" is missing Introduced
  6928. "Rejuvenation" is missing Link
  6929. "Rejuvenation" is missing MaxRank
  6930. "Rejuvenation" is missing Tradable
  6931. "Rejuvenation" is missing Type
  6932. "Relentless Assault" is missing BaseDrain
  6933. "Relentless Assault" is missing Description
  6934. "Relentless Assault" is missing Icon
  6935. "Relentless Assault" is missing InternalName
  6936. "Relentless Assault" is missing Introduced
  6937. "Relentless Assault" is missing Link
  6938. "Relentless Assault" is missing MaxRank
  6939. "Relentless Assault" is missing Tradable
  6940. "Relentless Assault" is missing Type
  6941. "Relentless Combination" is missing BaseDrain
  6942. "Relentless Combination" is missing Description
  6943. "Relentless Combination" is missing Icon
  6944. "Relentless Combination" is missing InternalName
  6945. "Relentless Combination" is missing Introduced
  6946. "Relentless Combination" is missing Link
  6947. "Relentless Combination" is missing MaxRank
  6948. "Relentless Combination" is missing Tradable
  6949. "Relentless Combination" is missing Type
  6950. "Rending Crane" is missing BaseDrain
  6951. "Rending Crane" is missing Description
  6952. "Rending Crane" is missing Icon
  6953. "Rending Crane" is missing InternalName
  6954. "Rending Crane" is missing Introduced
  6955. "Rending Crane" is missing Link
  6956. "Rending Crane" is missing MaxRank
  6957. "Rending Crane" is missing Tradable
  6958. "Rending Crane" is missing Type
  6959. "Rending Strike" is missing BaseDrain
  6960. "Rending Strike" is missing Description
  6961. "Rending Strike" is missing Icon
  6962. "Rending Strike" is missing InternalName
  6963. "Rending Strike" is missing Link
  6964. "Rending Strike" is missing MaxRank
  6965. "Rending Strike" is missing Tradable
  6966. "Rending Strike" is missing Type
  6967. "Rending Turn" is missing BaseDrain
  6968. "Rending Turn" is missing Description
  6969. "Rending Turn" is missing Icon
  6970. "Rending Turn" is missing InternalName
  6971. "Rending Turn" is missing Introduced
  6972. "Rending Turn" is missing Link
  6973. "Rending Turn" is missing MaxRank
  6974. "Rending Turn" is missing Tradable
  6975. "Rending Turn" is missing Type
  6976. "Rending Wind" is missing BaseDrain
  6977. "Rending Wind" is missing Description
  6978. "Rending Wind" is missing Icon
  6979. "Rending Wind" is missing InternalName
  6980. "Rending Wind" is missing Introduced
  6981. "Rending Wind" is missing Link
  6982. "Rending Wind" is missing MaxRank
  6983. "Rending Wind" is missing Tradable
  6984. "Rending Wind" is missing Type
  6985. "Repair Kit" is missing BaseDrain
  6986. "Repair Kit" is missing Description
  6987. "Repair Kit" is missing Icon
  6988. "Repair Kit" is missing InternalName
  6989. "Repair Kit" is missing Introduced
  6990. "Repair Kit" is missing Link
  6991. "Repair Kit" is missing MaxRank
  6992. "Repair Kit" is missing Tradable
  6993. "Repair Kit" is missing Type
  6994. "Repeater Clip" is missing BaseDrain
  6995. "Repeater Clip" is missing Description
  6996. "Repeater Clip" is missing Icon
  6997. "Repeater Clip" is missing InternalName
  6998. "Repeater Clip" is missing Link
  6999. "Repeater Clip" is missing MaxRank
  7000. "Repeater Clip" is missing Tradable
  7001. "Repeater Clip" is missing Type
  7002. "Repelling Bastille" is missing BaseDrain
  7003. "Repelling Bastille" is missing Description
  7004. "Repelling Bastille" is missing Icon
  7005. "Repelling Bastille" is missing InternalName
  7006. "Repelling Bastille" is missing Introduced
  7007. "Repelling Bastille" is missing Link
  7008. "Repelling Bastille" is missing MaxRank
  7009. "Repelling Bastille" is missing Tradable
  7010. "Repelling Bastille" is missing Type
  7011. "Resilient Focus" is missing BaseDrain
  7012. "Resilient Focus" is missing Description
  7013. "Resilient Focus" is missing Icon
  7014. "Resilient Focus" is missing InternalName
  7015. "Resilient Focus" is missing Introduced
  7016. "Resilient Focus" is missing Link
  7017. "Resilient Focus" is missing MaxRank
  7018. "Resilient Focus" is missing Tradable
  7019. "Resilient Focus" is missing Type
  7020. "Resolute Focus" is missing BaseDrain
  7021. "Resolute Focus" is missing Description
  7022. "Resolute Focus" is missing Icon
  7023. "Resolute Focus" is missing InternalName
  7024. "Resolute Focus" is missing Introduced
  7025. "Resolute Focus" is missing Link
  7026. "Resolute Focus" is missing MaxRank
  7027. "Resolute Focus" is missing Tradable
  7028. "Resolute Focus" is missing Transmutable
  7029. "Resolute Focus" is missing Type
  7030. "Resonance" is missing BaseDrain
  7031. "Resonance" is missing Description
  7032. "Resonance" is missing Icon
  7033. "Resonance" is missing InternalName
  7034. "Resonance" is missing Introduced
  7035. "Resonance" is missing Link
  7036. "Resonance" is missing MaxRank
  7037. "Resonance" is missing Tradable
  7038. "Resonance" is missing Type
  7039. "Resonating Quake" is missing BaseDrain
  7040. "Resonating Quake" is missing Description
  7041. "Resonating Quake" is missing Icon
  7042. "Resonating Quake" is missing InternalName
  7043. "Resonating Quake" is missing Introduced
  7044. "Resonating Quake" is missing Link
  7045. "Resonating Quake" is missing MaxRank
  7046. "Resonating Quake" is missing Tradable
  7047. "Resonating Quake" is missing Type
  7048. "Retarget" is missing BaseDrain
  7049. "Retarget" is missing Description
  7050. "Retarget" is missing Icon
  7051. "Retarget" is missing InternalName
  7052. "Retarget" is missing Introduced
  7053. "Retarget" is missing Link
  7054. "Retarget" is missing MaxRank
  7055. "Retarget" is missing Tradable
  7056. "Retarget" is missing Type
  7057. "Retribution" is missing BaseDrain
  7058. "Retribution" is missing Description
  7059. "Retribution" is missing Icon
  7060. "Retribution" is missing InternalName
  7061. "Retribution" is missing Introduced
  7062. "Retribution" is missing Link
  7063. "Retribution" is missing MaxRank
  7064. "Retribution" is missing Tradable
  7065. "Retribution" is missing Type
  7066. "Retrieve" is missing BaseDrain
  7067. "Retrieve" is missing Description
  7068. "Retrieve" is missing Icon
  7069. "Retrieve" is missing InternalName
  7070. "Retrieve" is missing Introduced
  7071. "Retrieve" is missing Link
  7072. "Retrieve" is missing MaxRank
  7073. "Retrieve" is missing Tradable
  7074. "Retrieve" is missing Transmutable
  7075. "Retrieve" is missing Type
  7076. "Revealing Spores" is missing BaseDrain
  7077. "Revealing Spores" is missing Description
  7078. "Revealing Spores" is missing Icon
  7079. "Revealing Spores" is missing InternalName
  7080. "Revealing Spores" is missing Introduced
  7081. "Revealing Spores" is missing Link
  7082. "Revealing Spores" is missing MaxRank
  7083. "Revealing Spores" is missing Tradable
  7084. "Revealing Spores" is missing Type
  7085. "Revenge" is missing BaseDrain
  7086. "Revenge" is missing Description
  7087. "Revenge" is missing Icon
  7088. "Revenge" is missing InternalName
  7089. "Revenge" is missing Introduced
  7090. "Revenge" is missing Link
  7091. "Revenge" is missing MaxRank
  7092. "Revenge" is missing Tradable
  7093. "Revenge" is missing Transmutable
  7094. "Revenge" is missing Type
  7095. "Rifle Ammo Mutation" is missing BaseDrain
  7096. "Rifle Ammo Mutation" is missing Description
  7097. "Rifle Ammo Mutation" is missing Icon
  7098. "Rifle Ammo Mutation" is missing InternalName
  7099. "Rifle Ammo Mutation" is missing Introduced
  7100. "Rifle Ammo Mutation" is missing Link
  7101. "Rifle Ammo Mutation" is missing MaxRank
  7102. "Rifle Ammo Mutation" is missing Tradable
  7103. "Rifle Ammo Mutation" is missing Type
  7104. "Rifle Amp" is missing BaseDrain
  7105. "Rifle Amp" is missing Description
  7106. "Rifle Amp" is missing Icon
  7107. "Rifle Amp" is missing InternalName
  7108. "Rifle Amp" is missing Introduced
  7109. "Rifle Amp" is missing Link
  7110. "Rifle Amp" is missing MaxRank
  7111. "Rifle Amp" is missing Tradable
  7112. "Rifle Amp" is missing Type
  7113. "Rifle Aptitude" is missing BaseDrain
  7114. "Rifle Aptitude" is missing Description
  7115. "Rifle Aptitude" is missing Icon
  7116. "Rifle Aptitude" is missing InternalName
  7117. "Rifle Aptitude" is missing Link
  7118. "Rifle Aptitude" is missing MaxRank
  7119. "Rifle Aptitude" is missing Tradable
  7120. "Rifle Aptitude" is missing Type
  7121. "Rifle Scavenger" is missing BaseDrain
  7122. "Rifle Scavenger" is missing Description
  7123. "Rifle Scavenger" is missing Icon
  7124. "Rifle Scavenger" is missing InternalName
  7125. "Rifle Scavenger" is missing Introduced
  7126. "Rifle Scavenger" is missing Link
  7127. "Rifle Scavenger" is missing MaxRank
  7128. "Rifle Scavenger" is missing Tradable
  7129. "Rifle Scavenger" is missing Type
  7130. "Rift Haven" is missing BaseDrain
  7131. "Rift Haven" is missing Description
  7132. "Rift Haven" is missing Icon
  7133. "Rift Haven" is missing InternalName
  7134. "Rift Haven" is missing Introduced
  7135. "Rift Haven" is missing Link
  7136. "Rift Haven" is missing MaxRank
  7137. "Rift Haven" is missing Tradable
  7138. "Rift Haven" is missing Type
  7139. "Rift Strike" is missing BaseDrain
  7140. "Rift Strike" is missing Description
  7141. "Rift Strike" is missing Icon
  7142. "Rift Strike" is missing InternalName
  7143. "Rift Strike" is missing Introduced
  7144. "Rift Strike" is missing Link
  7145. "Rift Strike" is missing MaxRank
  7146. "Rift Strike" is missing Tradable
  7147. "Rift Strike" is missing Type
  7148. "Rift Torrent" is missing BaseDrain
  7149. "Rift Torrent" is missing Description
  7150. "Rift Torrent" is missing Icon
  7151. "Rift Torrent" is missing InternalName
  7152. "Rift Torrent" is missing Introduced
  7153. "Rift Torrent" is missing Link
  7154. "Rift Torrent" is missing MaxRank
  7155. "Rift Torrent" is missing Tradable
  7156. "Rift Torrent" is missing Type
  7157. "Rime Rounds" is missing BaseDrain
  7158. "Rime Rounds" is missing Description
  7159. "Rime Rounds" is missing Icon
  7160. "Rime Rounds" is missing InternalName
  7161. "Rime Rounds" is missing Introduced
  7162. "Rime Rounds" is missing Link
  7163. "Rime Rounds" is missing MaxRank
  7164. "Rime Rounds" is missing Tradable
  7165. "Rime Rounds" is missing Type
  7166. "Rime Vault" is missing BaseDrain
  7167. "Rime Vault" is missing Description
  7168. "Rime Vault" is missing Icon
  7169. "Rime Vault" is missing InternalName
  7170. "Rime Vault" is missing Introduced
  7171. "Rime Vault" is missing Link
  7172. "Rime Vault" is missing MaxRank
  7173. "Rime Vault" is missing Tradable
  7174. "Rime Vault" is missing Type
  7175. "Ripper Rounds" is missing BaseDrain
  7176. "Ripper Rounds" is missing Description
  7177. "Ripper Rounds" is missing Icon
  7178. "Ripper Rounds" is missing InternalName
  7179. "Ripper Rounds" is missing Introduced
  7180. "Ripper Rounds" is missing Link
  7181. "Ripper Rounds" is missing MaxRank
  7182. "Ripper Rounds" is missing Tradable
  7183. "Ripper Rounds" is missing Type
  7184. "Ris" is missing BaseDrain
  7185. "Ris" is missing Description
  7186. "Ris" is missing Icon
  7187. "Ris" is missing InternalName
  7188. "Ris" is missing Link
  7189. "Ris" is missing MaxRank
  7190. "Ris" is missing Polarity
  7191. "Ris" is missing Tradable
  7192. "Ris" is missing Type
  7193. "Rising Skill" is missing BaseDrain
  7194. "Rising Skill" is missing Description
  7195. "Rising Skill" is missing Icon
  7196. "Rising Skill" is missing InternalName
  7197. "Rising Skill" is missing Introduced
  7198. "Rising Skill" is missing Link
  7199. "Rising Skill" is missing MaxRank
  7200. "Rising Skill" is missing Tradable
  7201. "Rising Skill" is missing Type
  7202. "Rising Steel" is missing BaseDrain
  7203. "Rising Steel" is missing Description
  7204. "Rising Steel" is missing Icon
  7205. "Rising Steel" is missing InternalName
  7206. "Rising Steel" is missing Introduced
  7207. "Rising Steel" is missing Link
  7208. "Rising Steel" is missing MaxRank
  7209. "Rising Steel" is missing Tradable
  7210. "Rising Steel" is missing Type
  7211. "Rising Storm" is missing BaseDrain
  7212. "Rising Storm" is missing Description
  7213. "Rising Storm" is missing Icon
  7214. "Rising Storm" is missing InternalName
  7215. "Rising Storm" is missing Introduced
  7216. "Rising Storm" is missing Link
  7217. "Rising Storm" is missing MaxRank
  7218. "Rising Storm" is missing Tradable
  7219. "Rising Storm" is missing Type
  7220. "Rolling Guard" is missing BaseDrain
  7221. "Rolling Guard" is missing Description
  7222. "Rolling Guard" is missing Icon
  7223. "Rolling Guard" is missing InternalName
  7224. "Rolling Guard" is missing Introduced
  7225. "Rolling Guard" is missing Link
  7226. "Rolling Guard" is missing MaxRank
  7227. "Rolling Guard" is missing Polarity
  7228. "Rolling Guard" is missing Tradable
  7229. "Rolling Guard" is missing Type
  7230. "Rubble Heap" is missing BaseDrain
  7231. "Rubble Heap" is missing Description
  7232. "Rubble Heap" is missing Icon
  7233. "Rubble Heap" is missing InternalName
  7234. "Rubble Heap" is missing Introduced
  7235. "Rubble Heap" is missing Link
  7236. "Rubble Heap" is missing MaxRank
  7237. "Rubble Heap" is missing Tradable
  7238. "Rubble Heap" is missing Type
  7239. "Rubedo-Lined Barrel" is missing BaseDrain
  7240. "Rubedo-Lined Barrel" is missing Description
  7241. "Rubedo-Lined Barrel" is missing Icon
  7242. "Rubedo-Lined Barrel" is missing InternalName
  7243. "Rubedo-Lined Barrel" is missing Introduced
  7244. "Rubedo-Lined Barrel" is missing Link
  7245. "Rubedo-Lined Barrel" is missing MaxRank
  7246. "Rubedo-Lined Barrel" is missing Tradable
  7247. "Rubedo-Lined Barrel" is missing Type
  7248. "Ruinous Extension" is missing BaseDrain
  7249. "Ruinous Extension" is missing Description
  7250. "Ruinous Extension" is missing Icon
  7251. "Ruinous Extension" is missing InternalName
  7252. "Ruinous Extension" is missing Introduced
  7253. "Ruinous Extension" is missing Link
  7254. "Ruinous Extension" is missing MaxRank
  7255. "Ruinous Extension" is missing Tradable
  7256. "Ruinous Extension" is missing Type
  7257. "Rumbled" is missing BaseDrain
  7258. "Rumbled" is missing Description
  7259. "Rumbled" is missing Icon
  7260. "Rumbled" is missing InternalName
  7261. "Rumbled" is missing Link
  7262. "Rumbled" is missing MaxRank
  7263. "Rumbled" is missing Tradable
  7264. "Rumbled" is missing Type
  7265. "Runtime" is missing BaseDrain
  7266. "Runtime" is missing Description
  7267. "Runtime" is missing Icon
  7268. "Runtime" is missing InternalName
  7269. "Runtime" is missing Link
  7270. "Runtime" is missing MaxRank
  7271. "Runtime" is missing Polarity
  7272. "Runtime" is missing Tradable
  7273. "Runtime" is missing Type
  7274. "Rupture" is missing BaseDrain
  7275. "Rupture" is missing Description
  7276. "Rupture" is missing Icon
  7277. "Rupture" is missing InternalName
  7278. "Rupture" is missing Link
  7279. "Rupture" is missing MaxRank
  7280. "Rupture" is missing Tradable
  7281. "Rupture" is missing Type
  7282. "Rush" is missing BaseDrain
  7283. "Rush" is missing Description
  7284. "Rush" is missing Icon
  7285. "Rush" is missing InternalName
  7286. "Rush" is missing Introduced
  7287. "Rush" is missing Link
  7288. "Rush" is missing MaxRank
  7289. "Rush" is missing Tradable
  7290. "Rush" is missing Type
  7291. "Sabot Rounds" is missing BaseDrain
  7292. "Sabot Rounds" is missing Description
  7293. "Sabot Rounds" is missing Icon
  7294. "Sabot Rounds" is missing InternalName
  7295. "Sabot Rounds" is missing Introduced
  7296. "Sabot Rounds" is missing Link
  7297. "Sabot Rounds" is missing MaxRank
  7298. "Sabot Rounds" is missing Tradable
  7299. "Sabot Rounds" is missing Type
  7300. "Sacrifice" is missing BaseDrain
  7301. "Sacrifice" is missing Description
  7302. "Sacrifice" is missing Icon
  7303. "Sacrifice" is missing InternalName
  7304. "Sacrifice" is missing Introduced
  7305. "Sacrifice" is missing Link
  7306. "Sacrifice" is missing MaxRank
  7307. "Sacrifice" is missing Tradable
  7308. "Sacrifice" is missing Type
  7309. "Sacrificial Pressure" is missing BaseDrain
  7310. "Sacrificial Pressure" is missing Description
  7311. "Sacrificial Pressure" is missing Icon
  7312. "Sacrificial Pressure" is missing InternalName
  7313. "Sacrificial Pressure" is missing Introduced
  7314. "Sacrificial Pressure" is missing Link
  7315. "Sacrificial Pressure" is missing MaxRank
  7316. "Sacrificial Pressure" is missing Tradable
  7317. "Sacrificial Pressure" is missing Type
  7318. "Sacrificial Steel" is missing BaseDrain
  7319. "Sacrificial Steel" is missing Description
  7320. "Sacrificial Steel" is missing Icon
  7321. "Sacrificial Steel" is missing InternalName
  7322. "Sacrificial Steel" is missing Introduced
  7323. "Sacrificial Steel" is missing Link
  7324. "Sacrificial Steel" is missing MaxRank
  7325. "Sacrificial Steel" is missing Tradable
  7326. "Sacrificial Steel" is missing Type
  7327. "Safeguard" is missing BaseDrain
  7328. "Safeguard" is missing Description
  7329. "Safeguard" is missing Icon
  7330. "Safeguard" is missing InternalName
  7331. "Safeguard" is missing Introduced
  7332. "Safeguard" is missing Link
  7333. "Safeguard" is missing MaxRank
  7334. "Safeguard" is missing Tradable
  7335. "Safeguard" is missing Type
  7336. "Safeguard Switch" is missing BaseDrain
  7337. "Safeguard Switch" is missing Description
  7338. "Safeguard Switch" is missing Icon
  7339. "Safeguard Switch" is missing InternalName
  7340. "Safeguard Switch" is missing Introduced
  7341. "Safeguard Switch" is missing Link
  7342. "Safeguard Switch" is missing MaxRank
  7343. "Safeguard Switch" is missing Tradable
  7344. "Safeguard Switch" is missing Type
  7345. "Sanctuary" is missing BaseDrain
  7346. "Sanctuary" is missing Description
  7347. "Sanctuary" is missing Icon
  7348. "Sanctuary" is missing InternalName
  7349. "Sanctuary" is missing Introduced
  7350. "Sanctuary" is missing MaxRank
  7351. "Sanctuary" is missing Tradable
  7352. "Sanctuary" is missing Transmutable
  7353. "Sanctuary" is missing Type
  7354. "Sapping Reach" is missing BaseDrain
  7355. "Sapping Reach" is missing Description
  7356. "Sapping Reach" is missing Icon
  7357. "Sapping Reach" is missing InternalName
  7358. "Sapping Reach" is missing Introduced
  7359. "Sapping Reach" is missing Link
  7360. "Sapping Reach" is missing MaxRank
  7361. "Sapping Reach" is missing Tradable
  7362. "Sapping Reach" is missing Type
  7363. "Savage Silence" is missing BaseDrain
  7364. "Savage Silence" is missing Description
  7365. "Savage Silence" is missing Icon
  7366. "Savage Silence" is missing InternalName
  7367. "Savage Silence" is missing Introduced
  7368. "Savage Silence" is missing Link
  7369. "Savage Silence" is missing MaxRank
  7370. "Savage Silence" is missing Tradable
  7371. "Savage Silence" is missing Type
  7372. "Savagery" is missing BaseDrain
  7373. "Savagery" is missing Description
  7374. "Savagery" is missing Icon
  7375. "Savagery" is missing InternalName
  7376. "Savagery" is missing Introduced
  7377. "Savagery" is missing Link
  7378. "Savagery" is missing MaxRank
  7379. "Savagery" is missing Tradable
  7380. "Savagery" is missing Transmutable
  7381. "Savagery" is missing Type
  7382. "Savior Decoy" is missing BaseDrain
  7383. "Savior Decoy" is missing Description
  7384. "Savior Decoy" is missing Icon
  7385. "Savior Decoy" is missing InternalName
  7386. "Savior Decoy" is missing Introduced
  7387. "Savior Decoy" is missing Link
  7388. "Savior Decoy" is missing MaxRank
  7389. "Savior Decoy" is missing Tradable
  7390. "Savior Decoy" is missing Type
  7391. "Sawtooth Clip" is missing BaseDrain
  7392. "Sawtooth Clip" is missing Description
  7393. "Sawtooth Clip" is missing Icon
  7394. "Sawtooth Clip" is missing InternalName
  7395. "Sawtooth Clip" is missing Link
  7396. "Sawtooth Clip" is missing MaxRank
  7397. "Sawtooth Clip" is missing Tradable
  7398. "Sawtooth Clip" is missing Type
  7399. "Saxum Carapace" is missing BaseDrain
  7400. "Saxum Carapace" is missing Description
  7401. "Saxum Carapace" is missing Icon
  7402. "Saxum Carapace" is missing InternalName
  7403. "Saxum Carapace" is missing Introduced
  7404. "Saxum Carapace" is missing Link
  7405. "Saxum Carapace" is missing MaxRank
  7406. "Saxum Carapace" is missing Tradable
  7407. "Saxum Carapace" is missing Type
  7408. "Saxum Spittle" is missing BaseDrain
  7409. "Saxum Spittle" is missing Description
  7410. "Saxum Spittle" is missing Icon
  7411. "Saxum Spittle" is missing InternalName
  7412. "Saxum Spittle" is missing Introduced
  7413. "Saxum Spittle" is missing Link
  7414. "Saxum Spittle" is missing MaxRank
  7415. "Saxum Spittle" is missing Tradable
  7416. "Saxum Spittle" is missing Type
  7417. "Saxum Thorax" is missing BaseDrain
  7418. "Saxum Thorax" is missing Description
  7419. "Saxum Thorax" is missing Icon
  7420. "Saxum Thorax" is missing InternalName
  7421. "Saxum Thorax" is missing Introduced
  7422. "Saxum Thorax" is missing Link
  7423. "Saxum Thorax" is missing MaxRank
  7424. "Saxum Thorax" is missing Tradable
  7425. "Saxum Thorax" is missing Type
  7426. "Scan Aquatic Lifeforms" is missing BaseDrain
  7427. "Scan Aquatic Lifeforms" is missing Description
  7428. "Scan Aquatic Lifeforms" is missing Icon
  7429. "Scan Aquatic Lifeforms" is missing InternalName
  7430. "Scan Aquatic Lifeforms" is missing Introduced
  7431. "Scan Aquatic Lifeforms" is missing Link
  7432. "Scan Aquatic Lifeforms" is missing MaxRank
  7433. "Scan Aquatic Lifeforms" is missing Tradable
  7434. "Scan Aquatic Lifeforms" is missing Type
  7435. "Scan Matter" is missing BaseDrain
  7436. "Scan Matter" is missing Description
  7437. "Scan Matter" is missing Icon
  7438. "Scan Matter" is missing InternalName
  7439. "Scan Matter" is missing Introduced
  7440. "Scan Matter" is missing Link
  7441. "Scan Matter" is missing MaxRank
  7442. "Scan Matter" is missing Tradable
  7443. "Scan Matter" is missing Type
  7444. "Scarlet Hurricane" is missing BaseDrain
  7445. "Scarlet Hurricane" is missing Description
  7446. "Scarlet Hurricane" is missing Icon
  7447. "Scarlet Hurricane" is missing InternalName
  7448. "Scarlet Hurricane" is missing Introduced
  7449. "Scarlet Hurricane" is missing Link
  7450. "Scarlet Hurricane" is missing MaxRank
  7451. "Scarlet Hurricane" is missing Tradable
  7452. "Scarlet Hurricane" is missing Type
  7453. "Scattered Justice" is missing BaseDrain
  7454. "Scattered Justice" is missing Description
  7455. "Scattered Justice" is missing Icon
  7456. "Scattered Justice" is missing InternalName
  7457. "Scattered Justice" is missing Introduced
  7458. "Scattered Justice" is missing Link
  7459. "Scattered Justice" is missing MaxRank
  7460. "Scattered Justice" is missing Tradable
  7461. "Scattered Justice" is missing Type
  7462. "Scattering Inferno" is missing BaseDrain
  7463. "Scattering Inferno" is missing Description
  7464. "Scattering Inferno" is missing Icon
  7465. "Scattering Inferno" is missing InternalName
  7466. "Scattering Inferno" is missing Introduced
  7467. "Scattering Inferno" is missing Link
  7468. "Scattering Inferno" is missing MaxRank
  7469. "Scattering Inferno" is missing Tradable
  7470. "Scattering Inferno" is missing Type
  7471. "Scavenge" is missing BaseDrain
  7472. "Scavenge" is missing Description
  7473. "Scavenge" is missing Icon
  7474. "Scavenge" is missing InternalName
  7475. "Scavenge" is missing Introduced
  7476. "Scavenge" is missing Link
  7477. "Scavenge" is missing MaxRank
  7478. "Scavenge" is missing Tradable
  7479. "Scavenge" is missing Type
  7480. "Scorch" is missing BaseDrain
  7481. "Scorch" is missing Description
  7482. "Scorch" is missing Icon
  7483. "Scorch" is missing InternalName
  7484. "Scorch" is missing Introduced
  7485. "Scorch" is missing MaxRank
  7486. "Scorch" is missing Tradable
  7487. "Scorch" is missing Type
  7488. "Searing Leap" is missing BaseDrain
  7489. "Searing Leap" is missing Description
  7490. "Searing Leap" is missing Icon
  7491. "Searing Leap" is missing InternalName
  7492. "Searing Leap" is missing Introduced
  7493. "Searing Leap" is missing Link
  7494. "Searing Leap" is missing MaxRank
  7495. "Searing Leap" is missing Tradable
  7496. "Searing Leap" is missing Type
  7497. "Searing Steel" is missing BaseDrain
  7498. "Searing Steel" is missing Description
  7499. "Searing Steel" is missing Icon
  7500. "Searing Steel" is missing InternalName
  7501. "Searing Steel" is missing Introduced
  7502. "Searing Steel" is missing Link
  7503. "Searing Steel" is missing MaxRank
  7504. "Searing Steel" is missing Tradable
  7505. "Searing Steel" is missing Type
  7506. "Secondary Wind" is missing BaseDrain
  7507. "Secondary Wind" is missing Description
  7508. "Secondary Wind" is missing Icon
  7509. "Secondary Wind" is missing InternalName
  7510. "Secondary Wind" is missing Introduced
  7511. "Secondary Wind" is missing Link
  7512. "Secondary Wind" is missing MaxRank
  7513. "Secondary Wind" is missing Tradable
  7514. "Secondary Wind" is missing Type
  7515. "Security Override" is missing BaseDrain
  7516. "Security Override" is missing Description
  7517. "Security Override" is missing Icon
  7518. "Security Override" is missing InternalName
  7519. "Security Override" is missing Introduced
  7520. "Security Override" is missing Link
  7521. "Security Override" is missing MaxRank
  7522. "Security Override" is missing Tradable
  7523. "Security Override" is missing Type
  7524. "Seeker" is missing BaseDrain
  7525. "Seeker" is missing Description
  7526. "Seeker" is missing Icon
  7527. "Seeker" is missing InternalName
  7528. "Seeker" is missing Introduced
  7529. "Seeker" is missing MaxRank
  7530. "Seeker" is missing Tradable
  7531. "Seeker" is missing Type
  7532. "Seeking Force" is missing BaseDrain
  7533. "Seeking Force" is missing Description
  7534. "Seeking Force" is missing Icon
  7535. "Seeking Force" is missing InternalName
  7536. "Seeking Force" is missing Introduced
  7537. "Seeking Force" is missing Link
  7538. "Seeking Force" is missing MaxRank
  7539. "Seeking Force" is missing Tradable
  7540. "Seeking Force" is missing Type
  7541. "Seeking Fury" is missing BaseDrain
  7542. "Seeking Fury" is missing Description
  7543. "Seeking Fury" is missing Icon
  7544. "Seeking Fury" is missing InternalName
  7545. "Seeking Fury" is missing Link
  7546. "Seeking Fury" is missing MaxRank
  7547. "Seeking Fury" is missing Tradable
  7548. "Seeking Fury" is missing Type
  7549. "Seeking Shuriken" is missing BaseDrain
  7550. "Seeking Shuriken" is missing Description
  7551. "Seeking Shuriken" is missing Icon
  7552. "Seeking Shuriken" is missing InternalName
  7553. "Seeking Shuriken" is missing Introduced
  7554. "Seeking Shuriken" is missing Link
  7555. "Seeking Shuriken" is missing MaxRank
  7556. "Seeking Shuriken" is missing Tradable
  7557. "Seeking Shuriken" is missing Type
  7558. "Seismic Palm" is missing BaseDrain
  7559. "Seismic Palm" is missing Description
  7560. "Seismic Palm" is missing Icon
  7561. "Seismic Palm" is missing InternalName
  7562. "Seismic Palm" is missing Introduced
  7563. "Seismic Palm" is missing Link
  7564. "Seismic Palm" is missing MaxRank
  7565. "Seismic Palm" is missing Tradable
  7566. "Seismic Palm" is missing Type
  7567. "Seismic Wave" is missing BaseDrain
  7568. "Seismic Wave" is missing Description
  7569. "Seismic Wave" is missing Icon
  7570. "Seismic Wave" is missing InternalName
  7571. "Seismic Wave" is missing Introduced
  7572. "Seismic Wave" is missing Link
  7573. "Seismic Wave" is missing MaxRank
  7574. "Seismic Wave" is missing Tradable
  7575. "Seismic Wave" is missing Type
  7576. "Self Destruct" is missing BaseDrain
  7577. "Self Destruct" is missing Description
  7578. "Self Destruct" is missing Icon
  7579. "Self Destruct" is missing InternalName
  7580. "Self Destruct" is missing Introduced
  7581. "Self Destruct" is missing Link
  7582. "Self Destruct" is missing MaxRank
  7583. "Self Destruct" is missing Tradable
  7584. "Self Destruct" is missing Type
  7585. "Sense Danger" is missing BaseDrain
  7586. "Sense Danger" is missing Description
  7587. "Sense Danger" is missing Icon
  7588. "Sense Danger" is missing InternalName
  7589. "Sense Danger" is missing Introduced
  7590. "Sense Danger" is missing Link
  7591. "Sense Danger" is missing MaxRank
  7592. "Sense Danger" is missing Tradable
  7593. "Sense Danger" is missing Transmutable
  7594. "Sense Danger" is missing Type
  7595. "Sequence Burn" is missing BaseDrain
  7596. "Sequence Burn" is missing Description
  7597. "Sequence Burn" is missing Icon
  7598. "Sequence Burn" is missing InternalName
  7599. "Sequence Burn" is missing Introduced
  7600. "Sequence Burn" is missing Link
  7601. "Sequence Burn" is missing MaxRank
  7602. "Sequence Burn" is missing Tradable
  7603. "Sequence Burn" is missing Type
  7604. "Serene Storm" is missing BaseDrain
  7605. "Serene Storm" is missing Description
  7606. "Serene Storm" is missing Icon
  7607. "Serene Storm" is missing InternalName
  7608. "Serene Storm" is missing Introduced
  7609. "Serene Storm" is missing Link
  7610. "Serene Storm" is missing MaxRank
  7611. "Serene Storm" is missing Polarity
  7612. "Serene Storm" is missing Rarity
  7613. "Serene Storm" is missing Tradable
  7614. "Serene Storm" is missing Type
  7615. "Serrated Edges" is missing BaseDrain
  7616. "Serrated Edges" is missing Description
  7617. "Serrated Edges" is missing Icon
  7618. "Serrated Edges" is missing InternalName
  7619. "Serrated Edges" is missing Introduced
  7620. "Serrated Edges" is missing Link
  7621. "Serrated Edges" is missing MaxRank
  7622. "Serrated Edges" is missing Tradable
  7623. "Serrated Edges" is missing Type
  7624. "Serrated Rounds" is missing BaseDrain
  7625. "Serrated Rounds" is missing Description
  7626. "Serrated Rounds" is missing Icon
  7627. "Serrated Rounds" is missing InternalName
  7628. "Serrated Rounds" is missing Introduced
  7629. "Serrated Rounds" is missing Link
  7630. "Serrated Rounds" is missing MaxRank
  7631. "Serrated Rounds" is missing Tradable
  7632. "Serrated Rounds" is missing Type
  7633. "Serration" is missing BaseDrain
  7634. "Serration" is missing Description
  7635. "Serration" is missing Icon
  7636. "Serration" is missing InternalName
  7637. "Serration" is missing Link
  7638. "Serration" is missing MaxRank
  7639. "Serration" is missing Tradable
  7640. "Serration" is missing Type
  7641. "Shadow Harvest" is missing BaseDrain
  7642. "Shadow Harvest" is missing Description
  7643. "Shadow Harvest" is missing Icon
  7644. "Shadow Harvest" is missing InternalName
  7645. "Shadow Harvest" is missing Introduced
  7646. "Shadow Harvest" is missing Link
  7647. "Shadow Harvest" is missing MaxRank
  7648. "Shadow Harvest" is missing Tradable
  7649. "Shadow Harvest" is missing Type
  7650. "Sharpened Blade" is missing BaseDrain
  7651. "Sharpened Blade" is missing Description
  7652. "Sharpened Blade" is missing Icon
  7653. "Sharpened Blade" is missing InternalName
  7654. "Sharpened Blade" is missing Introduced
  7655. "Sharpened Blade" is missing Link
  7656. "Sharpened Blade" is missing MaxRank
  7657. "Sharpened Blade" is missing Tradable
  7658. "Sharpened Blade" is missing Type
  7659. "Sharpened Bullets" is missing BaseDrain
  7660. "Sharpened Bullets" is missing Description
  7661. "Sharpened Bullets" is missing Icon
  7662. "Sharpened Bullets" is missing InternalName
  7663. "Sharpened Bullets" is missing Introduced
  7664. "Sharpened Bullets" is missing Link
  7665. "Sharpened Bullets" is missing MaxRank
  7666. "Sharpened Bullets" is missing Tradable
  7667. "Sharpened Bullets" is missing Type
  7668. "Sharpened Claws" is missing BaseDrain
  7669. "Sharpened Claws" is missing Description
  7670. "Sharpened Claws" is missing Icon
  7671. "Sharpened Claws" is missing InternalName
  7672. "Sharpened Claws" is missing Introduced
  7673. "Sharpened Claws" is missing Link
  7674. "Sharpened Claws" is missing MaxRank
  7675. "Sharpened Claws" is missing Tradable
  7676. "Sharpened Claws" is missing Transmutable
  7677. "Sharpened Claws" is missing Type
  7678. "Sharpshooter" is missing BaseDrain
  7679. "Sharpshooter" is missing Description
  7680. "Sharpshooter" is missing Icon
  7681. "Sharpshooter" is missing InternalName
  7682. "Sharpshooter" is missing Introduced
  7683. "Sharpshooter" is missing Link
  7684. "Sharpshooter" is missing MaxRank
  7685. "Sharpshooter" is missing Tradable
  7686. "Sharpshooter" is missing Type
  7687. "Shattering Impact" is missing BaseDrain
  7688. "Shattering Impact" is missing Description
  7689. "Shattering Impact" is missing Icon
  7690. "Shattering Impact" is missing InternalName
  7691. "Shattering Impact" is missing Introduced
  7692. "Shattering Impact" is missing Link
  7693. "Shattering Impact" is missing MaxRank
  7694. "Shattering Impact" is missing Tradable
  7695. "Shattering Impact" is missing Type
  7696. "Shattering Justice" is missing BaseDrain
  7697. "Shattering Justice" is missing Description
  7698. "Shattering Justice" is missing Icon
  7699. "Shattering Justice" is missing InternalName
  7700. "Shattering Justice" is missing Introduced
  7701. "Shattering Justice" is missing Link
  7702. "Shattering Justice" is missing MaxRank
  7703. "Shattering Justice" is missing Tradable
  7704. "Shattering Justice" is missing Type
  7705. "Shattering Storm" is missing BaseDrain
  7706. "Shattering Storm" is missing Description
  7707. "Shattering Storm" is missing Icon
  7708. "Shattering Storm" is missing InternalName
  7709. "Shattering Storm" is missing Introduced
  7710. "Shattering Storm" is missing Link
  7711. "Shattering Storm" is missing MaxRank
  7712. "Shattering Storm" is missing Tradable
  7713. "Shattering Storm" is missing Type
  7714. "Shell Compression" is missing BaseDrain
  7715. "Shell Compression" is missing Description
  7716. "Shell Compression" is missing Icon
  7717. "Shell Compression" is missing InternalName
  7718. "Shell Compression" is missing Link
  7719. "Shell Compression" is missing MaxRank
  7720. "Shell Compression" is missing Tradable
  7721. "Shell Compression" is missing Type
  7722. "Shell Rush" is missing BaseDrain
  7723. "Shell Rush" is missing Description
  7724. "Shell Rush" is missing Icon
  7725. "Shell Rush" is missing InternalName
  7726. "Shell Rush" is missing Introduced
  7727. "Shell Rush" is missing Link
  7728. "Shell Rush" is missing MaxRank
  7729. "Shell Rush" is missing Tradable
  7730. "Shell Rush" is missing Type
  7731. "Shell Shock" is missing BaseDrain
  7732. "Shell Shock" is missing Description
  7733. "Shell Shock" is missing Icon
  7734. "Shell Shock" is missing InternalName
  7735. "Shell Shock" is missing Introduced
  7736. "Shell Shock" is missing Link
  7737. "Shell Shock" is missing MaxRank
  7738. "Shell Shock" is missing Tradable
  7739. "Shell Shock" is missing Type
  7740. "Shelter" is missing BaseDrain
  7741. "Shelter" is missing Description
  7742. "Shelter" is missing Icon
  7743. "Shelter" is missing InternalName
  7744. "Shelter" is missing Introduced
  7745. "Shelter" is missing Link
  7746. "Shelter" is missing MaxRank
  7747. "Shelter" is missing Tradable
  7748. "Shelter" is missing Transmutable
  7749. "Shelter" is missing Type
  7750. "Shepherd" is missing BaseDrain
  7751. "Shepherd" is missing Description
  7752. "Shepherd" is missing Icon
  7753. "Shepherd" is missing InternalName
  7754. "Shepherd" is missing Introduced
  7755. "Shepherd" is missing Link
  7756. "Shepherd" is missing MaxRank
  7757. "Shepherd" is missing Tradable
  7758. "Shepherd" is missing Type
  7759. "Shield Charger" is missing BaseDrain
  7760. "Shield Charger" is missing Description
  7761. "Shield Charger" is missing Icon
  7762. "Shield Charger" is missing InternalName
  7763. "Shield Charger" is missing Introduced
  7764. "Shield Charger" is missing Link
  7765. "Shield Charger" is missing MaxRank
  7766. "Shield Charger" is missing Tradable
  7767. "Shield Charger" is missing Type
  7768. "Shield Disruption" is missing BaseDrain
  7769. "Shield Disruption" is missing Description
  7770. "Shield Disruption" is missing Icon
  7771. "Shield Disruption" is missing InternalName
  7772. "Shield Disruption" is missing Link
  7773. "Shield Disruption" is missing MaxRank
  7774. "Shield Disruption" is missing Tradable
  7775. "Shield Disruption" is missing Type
  7776. "Shield Overload" is missing BaseDrain
  7777. "Shield Overload" is missing Description
  7778. "Shield Overload" is missing Icon
  7779. "Shield Overload" is missing InternalName
  7780. "Shield Overload" is missing Introduced
  7781. "Shield Overload" is missing Link
  7782. "Shield Overload" is missing MaxRank
  7783. "Shield Overload" is missing Tradable
  7784. "Shield Overload" is missing Type
  7785. "Shield Transference" is missing BaseDrain
  7786. "Shield Transference" is missing Description
  7787. "Shield Transference" is missing Icon
  7788. "Shield Transference" is missing InternalName
  7789. "Shield Transference" is missing Introduced
  7790. "Shield Transference" is missing Link
  7791. "Shield Transference" is missing MaxRank
  7792. "Shield Transference" is missing Tradable
  7793. "Shield Transference" is missing Type
  7794. "Shield of Shadows" is missing BaseDrain
  7795. "Shield of Shadows" is missing Description
  7796. "Shield of Shadows" is missing Icon
  7797. "Shield of Shadows" is missing InternalName
  7798. "Shield of Shadows" is missing Introduced
  7799. "Shield of Shadows" is missing Link
  7800. "Shield of Shadows" is missing MaxRank
  7801. "Shield of Shadows" is missing Tradable
  7802. "Shield of Shadows" is missing Type
  7803. "Shimmering Blight" is missing BaseDrain
  7804. "Shimmering Blight" is missing Description
  7805. "Shimmering Blight" is missing Icon
  7806. "Shimmering Blight" is missing InternalName
  7807. "Shimmering Blight" is missing Introduced
  7808. "Shimmering Blight" is missing Link
  7809. "Shimmering Blight" is missing MaxRank
  7810. "Shimmering Blight" is missing Tradable
  7811. "Shimmering Blight" is missing Type
  7812. "Shock Absorbers" is missing BaseDrain
  7813. "Shock Absorbers" is missing Description
  7814. "Shock Absorbers" is missing Icon
  7815. "Shock Absorbers" is missing InternalName
  7816. "Shock Absorbers" is missing Introduced
  7817. "Shock Absorbers" is missing Link
  7818. "Shock Absorbers" is missing MaxRank
  7819. "Shock Absorbers" is missing Tradable
  7820. "Shock Absorbers" is missing Type
  7821. "Shock Collar" is missing BaseDrain
  7822. "Shock Collar" is missing Description
  7823. "Shock Collar" is missing Icon
  7824. "Shock Collar" is missing InternalName
  7825. "Shock Collar" is missing Link
  7826. "Shock Collar" is missing MaxRank
  7827. "Shock Collar" is missing Tradable
  7828. "Shock Collar" is missing Type
  7829. "Shock Trooper" is missing BaseDrain
  7830. "Shock Trooper" is missing Description
  7831. "Shock Trooper" is missing Icon
  7832. "Shock Trooper" is missing InternalName
  7833. "Shock Trooper" is missing Introduced
  7834. "Shock Trooper" is missing Link
  7835. "Shock Trooper" is missing MaxRank
  7836. "Shock Trooper" is missing Tradable
  7837. "Shock Trooper" is missing Type
  7838. "Shocking Speed" is missing BaseDrain
  7839. "Shocking Speed" is missing Description
  7840. "Shocking Speed" is missing Icon
  7841. "Shocking Speed" is missing InternalName
  7842. "Shocking Speed" is missing Introduced
  7843. "Shocking Speed" is missing Link
  7844. "Shocking Speed" is missing MaxRank
  7845. "Shocking Speed" is missing Tradable
  7846. "Shocking Speed" is missing Type
  7847. "Shocking Touch" is missing BaseDrain
  7848. "Shocking Touch" is missing Description
  7849. "Shocking Touch" is missing Icon
  7850. "Shocking Touch" is missing InternalName
  7851. "Shocking Touch" is missing Introduced
  7852. "Shocking Touch" is missing Link
  7853. "Shocking Touch" is missing MaxRank
  7854. "Shocking Touch" is missing Tradable
  7855. "Shocking Touch" is missing Transmutable
  7856. "Shocking Touch" is missing Type
  7857. "Shockwave Actuators" is missing BaseDrain
  7858. "Shockwave Actuators" is missing Description
  7859. "Shockwave Actuators" is missing Icon
  7860. "Shockwave Actuators" is missing InternalName
  7861. "Shockwave Actuators" is missing Introduced
  7862. "Shockwave Actuators" is missing Link
  7863. "Shockwave Actuators" is missing MaxRank
  7864. "Shockwave Actuators" is missing Tradable
  7865. "Shockwave Actuators" is missing Type
  7866. "Shotgun Ammo Mutation" is missing BaseDrain
  7867. "Shotgun Ammo Mutation" is missing Description
  7868. "Shotgun Ammo Mutation" is missing Icon
  7869. "Shotgun Ammo Mutation" is missing InternalName
  7870. "Shotgun Ammo Mutation" is missing Introduced
  7871. "Shotgun Ammo Mutation" is missing Link
  7872. "Shotgun Ammo Mutation" is missing MaxRank
  7873. "Shotgun Ammo Mutation" is missing Tradable
  7874. "Shotgun Ammo Mutation" is missing Transmutable
  7875. "Shotgun Ammo Mutation" is missing Type
  7876. "Shotgun Amp" is missing BaseDrain
  7877. "Shotgun Amp" is missing Description
  7878. "Shotgun Amp" is missing Icon
  7879. "Shotgun Amp" is missing InternalName
  7880. "Shotgun Amp" is missing Introduced
  7881. "Shotgun Amp" is missing Link
  7882. "Shotgun Amp" is missing MaxRank
  7883. "Shotgun Amp" is missing Tradable
  7884. "Shotgun Amp" is missing Type
  7885. "Shotgun Savvy" is missing BaseDrain
  7886. "Shotgun Savvy" is missing Description
  7887. "Shotgun Savvy" is missing Icon
  7888. "Shotgun Savvy" is missing InternalName
  7889. "Shotgun Savvy" is missing Link
  7890. "Shotgun Savvy" is missing MaxRank
  7891. "Shotgun Savvy" is missing Tradable
  7892. "Shotgun Savvy" is missing Type
  7893. "Shotgun Scavenger" is missing BaseDrain
  7894. "Shotgun Scavenger" is missing Description
  7895. "Shotgun Scavenger" is missing Icon
  7896. "Shotgun Scavenger" is missing InternalName
  7897. "Shotgun Scavenger" is missing Introduced
  7898. "Shotgun Scavenger" is missing Link
  7899. "Shotgun Scavenger" is missing MaxRank
  7900. "Shotgun Scavenger" is missing Tradable
  7901. "Shotgun Scavenger" is missing Type
  7902. "Shotgun Spazz" is missing BaseDrain
  7903. "Shotgun Spazz" is missing Description
  7904. "Shotgun Spazz" is missing Icon
  7905. "Shotgun Spazz" is missing InternalName
  7906. "Shotgun Spazz" is missing Link
  7907. "Shotgun Spazz" is missing MaxRank
  7908. "Shotgun Spazz" is missing Tradable
  7909. "Shotgun Spazz" is missing Type
  7910. "Shrapnel Rounds" is missing BaseDrain
  7911. "Shrapnel Rounds" is missing Description
  7912. "Shrapnel Rounds" is missing Icon
  7913. "Shrapnel Rounds" is missing InternalName
  7914. "Shrapnel Rounds" is missing Link
  7915. "Shrapnel Rounds" is missing MaxRank
  7916. "Shrapnel Rounds" is missing Tradable
  7917. "Shrapnel Rounds" is missing Type
  7918. "Shrapnel Shot" is missing BaseDrain
  7919. "Shrapnel Shot" is missing Description
  7920. "Shrapnel Shot" is missing Icon
  7921. "Shrapnel Shot" is missing InternalName
  7922. "Shrapnel Shot" is missing Introduced
  7923. "Shrapnel Shot" is missing Link
  7924. "Shrapnel Shot" is missing MaxRank
  7925. "Shrapnel Shot" is missing Tradable
  7926. "Shrapnel Shot" is missing Type
  7927. "Shred" is missing BaseDrain
  7928. "Shred" is missing Description
  7929. "Shred" is missing Icon
  7930. "Shred" is missing InternalName
  7931. "Shred" is missing Link
  7932. "Shred" is missing MaxRank
  7933. "Shred" is missing Tradable
  7934. "Shred" is missing Type
  7935. "Shred Shot" is missing BaseDrain
  7936. "Shred Shot" is missing Description
  7937. "Shred Shot" is missing Icon
  7938. "Shred Shot" is missing InternalName
  7939. "Shred Shot" is missing Introduced
  7940. "Shred Shot" is missing Link
  7941. "Shred Shot" is missing MaxRank
  7942. "Shred Shot" is missing Tradable
  7943. "Shred Shot" is missing Type
  7944. "Shredder" is missing BaseDrain
  7945. "Shredder" is missing Description
  7946. "Shredder" is missing Icon
  7947. "Shredder" is missing InternalName
  7948. "Shredder" is missing Link
  7949. "Shredder" is missing MaxRank
  7950. "Shredder" is missing Tradable
  7951. "Shredder" is missing Type
  7952. "Signal Flare" is missing BaseDrain
  7953. "Signal Flare" is missing Description
  7954. "Signal Flare" is missing Icon
  7955. "Signal Flare" is missing InternalName
  7956. "Signal Flare" is missing Introduced
  7957. "Signal Flare" is missing Link
  7958. "Signal Flare" is missing MaxRank
  7959. "Signal Flare" is missing Tradable
  7960. "Signal Flare" is missing Type
  7961. "Silent Battery" is missing BaseDrain
  7962. "Silent Battery" is missing Description
  7963. "Silent Battery" is missing Icon
  7964. "Silent Battery" is missing InternalName
  7965. "Silent Battery" is missing Introduced
  7966. "Silent Battery" is missing Link
  7967. "Silent Battery" is missing MaxRank
  7968. "Silent Battery" is missing Tradable
  7969. "Silent Battery" is missing Type
  7970. "Singularity" is missing BaseDrain
  7971. "Singularity" is missing Description
  7972. "Singularity" is missing Icon
  7973. "Singularity" is missing InternalName
  7974. "Singularity" is missing Introduced
  7975. "Singularity" is missing Link
  7976. "Singularity" is missing MaxRank
  7977. "Singularity" is missing Tradable
  7978. "Singularity" is missing Type
  7979. "Sinister Reach" is missing BaseDrain
  7980. "Sinister Reach" is missing Description
  7981. "Sinister Reach" is missing Icon
  7982. "Sinister Reach" is missing InternalName
  7983. "Sinister Reach" is missing Introduced
  7984. "Sinister Reach" is missing Link
  7985. "Sinister Reach" is missing MaxRank
  7986. "Sinister Reach" is missing Tradable
  7987. "Sinister Reach" is missing Type
  7988. "Sinking Talon" is missing BaseDrain
  7989. "Sinking Talon" is missing Description
  7990. "Sinking Talon" is missing Icon
  7991. "Sinking Talon" is missing InternalName
  7992. "Sinking Talon" is missing Introduced
  7993. "Sinking Talon" is missing Link
  7994. "Sinking Talon" is missing MaxRank
  7995. "Sinking Talon" is missing Tradable
  7996. "Sinking Talon" is missing Type
  7997. "Skull Shots" is missing BaseDrain
  7998. "Skull Shots" is missing Description
  7999. "Skull Shots" is missing Icon
  8000. "Skull Shots" is missing InternalName
  8001. "Skull Shots" is missing Link
  8002. "Skull Shots" is missing MaxRank
  8003. "Skull Shots" is missing Tradable
  8004. "Skull Shots" is missing Type
  8005. "Slay Board" is missing BaseDrain
  8006. "Slay Board" is missing Description
  8007. "Slay Board" is missing Icon
  8008. "Slay Board" is missing InternalName
  8009. "Slay Board" is missing Introduced
  8010. "Slay Board" is missing Link
  8011. "Slay Board" is missing MaxRank
  8012. "Slay Board" is missing Tradable
  8013. "Slay Board" is missing Type
  8014. "Slicing Feathers" is missing BaseDrain
  8015. "Slicing Feathers" is missing Description
  8016. "Slicing Feathers" is missing Icon
  8017. "Slicing Feathers" is missing InternalName
  8018. "Slicing Feathers" is missing Introduced
  8019. "Slicing Feathers" is missing Link
  8020. "Slicing Feathers" is missing MaxRank
  8021. "Slicing Feathers" is missing Tradable
  8022. "Slicing Feathers" is missing Type
  8023. "Slip Magazine" is missing BaseDrain
  8024. "Slip Magazine" is missing Description
  8025. "Slip Magazine" is missing Icon
  8026. "Slip Magazine" is missing InternalName
  8027. "Slip Magazine" is missing Link
  8028. "Slip Magazine" is missing MaxRank
  8029. "Slip Magazine" is missing Tradable
  8030. "Slip Magazine" is missing Type
  8031. "Sly Devolution" is missing BaseDrain
  8032. "Sly Devolution" is missing Description
  8033. "Sly Devolution" is missing Icon
  8034. "Sly Devolution" is missing InternalName
  8035. "Sly Devolution" is missing Introduced
  8036. "Sly Devolution" is missing Link
  8037. "Sly Devolution" is missing MaxRank
  8038. "Sly Devolution" is missing Tradable
  8039. "Sly Devolution" is missing Type
  8040. "Smite Corpus" is missing BaseDrain
  8041. "Smite Corpus" is missing Description
  8042. "Smite Corpus" is missing Icon
  8043. "Smite Corpus" is missing InternalName
  8044. "Smite Corpus" is missing Introduced
  8045. "Smite Corpus" is missing Link
  8046. "Smite Corpus" is missing MaxRank
  8047. "Smite Corpus" is missing Tradable
  8048. "Smite Corpus" is missing Type
  8049. "Smite Corrupted" is missing BaseDrain
  8050. "Smite Corrupted" is missing Description
  8051. "Smite Corrupted" is missing Icon
  8052. "Smite Corrupted" is missing InternalName
  8053. "Smite Corrupted" is missing Introduced
  8054. "Smite Corrupted" is missing Link
  8055. "Smite Corrupted" is missing MaxRank
  8056. "Smite Corrupted" is missing Tradable
  8057. "Smite Corrupted" is missing Type
  8058. "Smite Grineer" is missing BaseDrain
  8059. "Smite Grineer" is missing Description
  8060. "Smite Grineer" is missing Icon
  8061. "Smite Grineer" is missing InternalName
  8062. "Smite Grineer" is missing Link
  8063. "Smite Grineer" is missing MaxRank
  8064. "Smite Grineer" is missing Tradable
  8065. "Smite Grineer" is missing Type
  8066. "Smite Infested" is missing BaseDrain
  8067. "Smite Infested" is missing Description
  8068. "Smite Infested" is missing Icon
  8069. "Smite Infested" is missing InternalName
  8070. "Smite Infested" is missing Introduced
  8071. "Smite Infested" is missing Link
  8072. "Smite Infested" is missing MaxRank
  8073. "Smite Infested" is missing Tradable
  8074. "Smite Infested" is missing Type
  8075. "Smite Infusion" is missing BaseDrain
  8076. "Smite Infusion" is missing Description
  8077. "Smite Infusion" is missing Icon
  8078. "Smite Infusion" is missing InternalName
  8079. "Smite Infusion" is missing Introduced
  8080. "Smite Infusion" is missing Link
  8081. "Smite Infusion" is missing MaxRank
  8082. "Smite Infusion" is missing Tradable
  8083. "Smite Infusion" is missing Type
  8084. "Smoke Shadow" is missing BaseDrain
  8085. "Smoke Shadow" is missing Description
  8086. "Smoke Shadow" is missing Icon
  8087. "Smoke Shadow" is missing InternalName
  8088. "Smoke Shadow" is missing Introduced
  8089. "Smoke Shadow" is missing Link
  8090. "Smoke Shadow" is missing MaxRank
  8091. "Smoke Shadow" is missing Tradable
  8092. "Smoke Shadow" is missing Type
  8093. "Snap Shot" is missing BaseDrain
  8094. "Snap Shot" is missing Description
  8095. "Snap Shot" is missing Icon
  8096. "Snap Shot" is missing InternalName
  8097. "Snap Shot" is missing Introduced
  8098. "Snap Shot" is missing Link
  8099. "Snap Shot" is missing MaxRank
  8100. "Snap Shot" is missing Tradable
  8101. "Snap Shot" is missing Type
  8102. "Sniper Ammo Mutation" is missing BaseDrain
  8103. "Sniper Ammo Mutation" is missing Description
  8104. "Sniper Ammo Mutation" is missing Icon
  8105. "Sniper Ammo Mutation" is missing InternalName
  8106. "Sniper Ammo Mutation" is missing Introduced
  8107. "Sniper Ammo Mutation" is missing Link
  8108. "Sniper Ammo Mutation" is missing MaxRank
  8109. "Sniper Ammo Mutation" is missing Tradable
  8110. "Sniper Ammo Mutation" is missing Transmutable
  8111. "Sniper Ammo Mutation" is missing Type
  8112. "Sniper Scavenger" is missing BaseDrain
  8113. "Sniper Scavenger" is missing Description
  8114. "Sniper Scavenger" is missing Icon
  8115. "Sniper Scavenger" is missing InternalName
  8116. "Sniper Scavenger" is missing Introduced
  8117. "Sniper Scavenger" is missing Link
  8118. "Sniper Scavenger" is missing MaxRank
  8119. "Sniper Scavenger" is missing Tradable
  8120. "Sniper Scavenger" is missing Type
  8121. "Soaring Strike" is missing BaseDrain
  8122. "Soaring Strike" is missing Description
  8123. "Soaring Strike" is missing Icon
  8124. "Soaring Strike" is missing InternalName
  8125. "Soaring Strike" is missing Introduced
  8126. "Soaring Strike" is missing Link
  8127. "Soaring Strike" is missing MaxRank
  8128. "Soaring Strike" is missing Tradable
  8129. "Soaring Strike" is missing Type
  8130. "Soft Hands" is missing BaseDrain
  8131. "Soft Hands" is missing Description
  8132. "Soft Hands" is missing Icon
  8133. "Soft Hands" is missing InternalName
  8134. "Soft Hands" is missing Introduced
  8135. "Soft Hands" is missing Link
  8136. "Soft Hands" is missing MaxRank
  8137. "Soft Hands" is missing Tradable
  8138. "Soft Hands" is missing Type
  8139. "Sonic Boost" is missing BaseDrain
  8140. "Sonic Boost" is missing Description
  8141. "Sonic Boost" is missing Icon
  8142. "Sonic Boost" is missing InternalName
  8143. "Sonic Boost" is missing Introduced
  8144. "Sonic Boost" is missing Link
  8145. "Sonic Boost" is missing MaxRank
  8146. "Sonic Boost" is missing Tradable
  8147. "Sonic Boost" is missing Type
  8148. "Sonic Fracture" is missing BaseDrain
  8149. "Sonic Fracture" is missing Description
  8150. "Sonic Fracture" is missing Icon
  8151. "Sonic Fracture" is missing InternalName
  8152. "Sonic Fracture" is missing Introduced
  8153. "Sonic Fracture" is missing Link
  8154. "Sonic Fracture" is missing MaxRank
  8155. "Sonic Fracture" is missing Tradable
  8156. "Sonic Fracture" is missing Type
  8157. "Soul Survivor" is missing BaseDrain
  8158. "Soul Survivor" is missing Description
  8159. "Soul Survivor" is missing Icon
  8160. "Soul Survivor" is missing InternalName
  8161. "Soul Survivor" is missing Introduced
  8162. "Soul Survivor" is missing Link
  8163. "Soul Survivor" is missing MaxRank
  8164. "Soul Survivor" is missing Tradable
  8165. "Soul Survivor" is missing Type
  8166. "Sovereign Outcast" is missing BaseDrain
  8167. "Sovereign Outcast" is missing Description
  8168. "Sovereign Outcast" is missing Icon
  8169. "Sovereign Outcast" is missing InternalName
  8170. "Sovereign Outcast" is missing Introduced
  8171. "Sovereign Outcast" is missing Link
  8172. "Sovereign Outcast" is missing MaxRank
  8173. "Sovereign Outcast" is missing Tradable
  8174. "Sovereign Outcast" is missing Type
  8175. "Spare Parts" is missing BaseDrain
  8176. "Spare Parts" is missing Description
  8177. "Spare Parts" is missing Icon
  8178. "Spare Parts" is missing InternalName
  8179. "Spare Parts" is missing Introduced
  8180. "Spare Parts" is missing Link
  8181. "Spare Parts" is missing MaxRank
  8182. "Spare Parts" is missing Tradable
  8183. "Spare Parts" is missing Transmutable
  8184. "Spare Parts" is missing Type
  8185. "Spectrosiphon" is missing BaseDrain
  8186. "Spectrosiphon" is missing Description
  8187. "Spectrosiphon" is missing Icon
  8188. "Spectrosiphon" is missing InternalName
  8189. "Spectrosiphon" is missing Introduced
  8190. "Spectrosiphon" is missing Link
  8191. "Spectrosiphon" is missing MaxRank
  8192. "Spectrosiphon" is missing Tradable
  8193. "Spectrosiphon" is missing Type
  8194. "Speed Drift" is missing BaseDrain
  8195. "Speed Drift" is missing Description
  8196. "Speed Drift" is missing Icon
  8197. "Speed Drift" is missing InternalName
  8198. "Speed Drift" is missing Link
  8199. "Speed Drift" is missing MaxRank
  8200. "Speed Drift" is missing Tradable
  8201. "Speed Drift" is missing Type
  8202. "Speed Holster" is missing BaseDrain
  8203. "Speed Holster" is missing Description
  8204. "Speed Holster" is missing Icon
  8205. "Speed Holster" is missing InternalName
  8206. "Speed Holster" is missing Link
  8207. "Speed Holster" is missing MaxRank
  8208. "Speed Holster" is missing Tradable
  8209. "Speed Holster" is missing Type
  8210. "Speed Trigger" is missing BaseDrain
  8211. "Speed Trigger" is missing Description
  8212. "Speed Trigger" is missing Icon
  8213. "Speed Trigger" is missing InternalName
  8214. "Speed Trigger" is missing Link
  8215. "Speed Trigger" is missing MaxRank
  8216. "Speed Trigger" is missing Tradable
  8217. "Speed Trigger" is missing Type
  8218. "Spellbound Harvest" is missing BaseDrain
  8219. "Spellbound Harvest" is missing Description
  8220. "Spellbound Harvest" is missing Icon
  8221. "Spellbound Harvest" is missing InternalName
  8222. "Spellbound Harvest" is missing Introduced
  8223. "Spellbound Harvest" is missing Link
  8224. "Spellbound Harvest" is missing MaxRank
  8225. "Spellbound Harvest" is missing Tradable
  8226. "Spellbound Harvest" is missing Type
  8227. "Spinning Needle" is missing BaseDrain
  8228. "Spinning Needle" is missing Description
  8229. "Spinning Needle" is missing Icon
  8230. "Spinning Needle" is missing InternalName
  8231. "Spinning Needle" is missing Introduced
  8232. "Spinning Needle" is missing Link
  8233. "Spinning Needle" is missing MaxRank
  8234. "Spinning Needle" is missing Tradable
  8235. "Spinning Needle" is missing Type
  8236. "Split Chamber" is missing BaseDrain
  8237. "Split Chamber" is missing Description
  8238. "Split Chamber" is missing Icon
  8239. "Split Chamber" is missing InternalName
  8240. "Split Chamber" is missing Link
  8241. "Split Chamber" is missing MaxRank
  8242. "Split Chamber" is missing Tradable
  8243. "Split Chamber" is missing Type
  8244. "Split Flights" is missing BaseDrain
  8245. "Split Flights" is missing Description
  8246. "Split Flights" is missing Icon
  8247. "Split Flights" is missing InternalName
  8248. "Split Flights" is missing Introduced
  8249. "Split Flights" is missing Link
  8250. "Split Flights" is missing MaxRank
  8251. "Split Flights" is missing Tradable
  8252. "Split Flights" is missing Type
  8253. "Spoiled Strike" is missing BaseDrain
  8254. "Spoiled Strike" is missing Description
  8255. "Spoiled Strike" is missing Icon
  8256. "Spoiled Strike" is missing InternalName
  8257. "Spoiled Strike" is missing Link
  8258. "Spoiled Strike" is missing MaxRank
  8259. "Spoiled Strike" is missing Tradable
  8260. "Spoiled Strike" is missing Type
  8261. "Spring-Loaded Blade" is missing BaseDrain
  8262. "Spring-Loaded Blade" is missing Description
  8263. "Spring-Loaded Blade" is missing Icon
  8264. "Spring-Loaded Blade" is missing InternalName
  8265. "Spring-Loaded Blade" is missing Introduced
  8266. "Spring-Loaded Blade" is missing Link
  8267. "Spring-Loaded Blade" is missing MaxRank
  8268. "Spring-Loaded Blade" is missing Tradable
  8269. "Spring-Loaded Blade" is missing Type
  8270. "Spring-Loaded Broadhead" is missing BaseDrain
  8271. "Spring-Loaded Broadhead" is missing Description
  8272. "Spring-Loaded Broadhead" is missing Icon
  8273. "Spring-Loaded Broadhead" is missing InternalName
  8274. "Spring-Loaded Broadhead" is missing Introduced
  8275. "Spring-Loaded Broadhead" is missing Link
  8276. "Spring-Loaded Broadhead" is missing MaxRank
  8277. "Spring-Loaded Broadhead" is missing Tradable
  8278. "Spring-Loaded Broadhead" is missing Type
  8279. "Spring-Loaded Chamber" is missing BaseDrain
  8280. "Spring-Loaded Chamber" is missing Description
  8281. "Spring-Loaded Chamber" is missing Icon
  8282. "Spring-Loaded Chamber" is missing InternalName
  8283. "Spring-Loaded Chamber" is missing Link
  8284. "Spring-Loaded Chamber" is missing MaxRank
  8285. "Spring-Loaded Chamber" is missing Tradable
  8286. "Spring-Loaded Chamber" is missing Type
  8287. "Sprint Boost" is missing BaseDrain
  8288. "Sprint Boost" is missing Description
  8289. "Sprint Boost" is missing Icon
  8290. "Sprint Boost" is missing InternalName
  8291. "Sprint Boost" is missing Introduced
  8292. "Sprint Boost" is missing Link
  8293. "Sprint Boost" is missing MaxRank
  8294. "Sprint Boost" is missing Tradable
  8295. "Sprint Boost" is missing Type
  8296. "Spry Sights" is missing BaseDrain
  8297. "Spry Sights" is missing Description
  8298. "Spry Sights" is missing Icon
  8299. "Spry Sights" is missing InternalName
  8300. "Spry Sights" is missing Introduced
  8301. "Spry Sights" is missing Link
  8302. "Spry Sights" is missing MaxRank
  8303. "Spry Sights" is missing Tradable
  8304. "Spry Sights" is missing Type
  8305. "Stabilizer" is missing BaseDrain
  8306. "Stabilizer" is missing Description
  8307. "Stabilizer" is missing Icon
  8308. "Stabilizer" is missing InternalName
  8309. "Stabilizer" is missing Introduced
  8310. "Stabilizer" is missing Link
  8311. "Stabilizer" is missing MaxRank
  8312. "Stabilizer" is missing Tradable
  8313. "Stabilizer" is missing Type
  8314. "Staggering Shield" is missing BaseDrain
  8315. "Staggering Shield" is missing Description
  8316. "Staggering Shield" is missing Icon
  8317. "Staggering Shield" is missing InternalName
  8318. "Staggering Shield" is missing Introduced
  8319. "Staggering Shield" is missing Link
  8320. "Staggering Shield" is missing MaxRank
  8321. "Staggering Shield" is missing Tradable
  8322. "Staggering Shield" is missing Type
  8323. "Stalk" is missing BaseDrain
  8324. "Stalk" is missing Description
  8325. "Stalk" is missing Icon
  8326. "Stalk" is missing InternalName
  8327. "Stalk" is missing Introduced
  8328. "Stalk" is missing Link
  8329. "Stalk" is missing MaxRank
  8330. "Stalk" is missing Tradable
  8331. "Stalk" is missing Transmutable
  8332. "Stalk" is missing Type
  8333. "Stalking Fan" is missing BaseDrain
  8334. "Stalking Fan" is missing Description
  8335. "Stalking Fan" is missing Icon
  8336. "Stalking Fan" is missing InternalName
  8337. "Stalking Fan" is missing Introduced
  8338. "Stalking Fan" is missing Link
  8339. "Stalking Fan" is missing MaxRank
  8340. "Stalking Fan" is missing Tradable
  8341. "Stalking Fan" is missing Type
  8342. "Stand Ground" is missing BaseDrain
  8343. "Stand Ground" is missing Description
  8344. "Stand Ground" is missing Icon
  8345. "Stand Ground" is missing InternalName
  8346. "Stand Ground" is missing Introduced
  8347. "Stand Ground" is missing Link
  8348. "Stand Ground" is missing MaxRank
  8349. "Stand Ground" is missing Tradable
  8350. "Stand Ground" is missing Type
  8351. "Stand United" is missing BaseDrain
  8352. "Stand United" is missing Description
  8353. "Stand United" is missing Icon
  8354. "Stand United" is missing InternalName
  8355. "Stand United" is missing Introduced
  8356. "Stand United" is missing Link
  8357. "Stand United" is missing MaxRank
  8358. "Stand United" is missing Tradable
  8359. "Stand United" is missing Type
  8360. "Star Divide" is missing BaseDrain
  8361. "Star Divide" is missing Description
  8362. "Star Divide" is missing Icon
  8363. "Star Divide" is missing InternalName
  8364. "Star Divide" is missing Introduced
  8365. "Star Divide" is missing Link
  8366. "Star Divide" is missing MaxRank
  8367. "Star Divide" is missing Tradable
  8368. "Star Divide" is missing Type
  8369. "Stasis Field" is missing BaseDrain
  8370. "Stasis Field" is missing Description
  8371. "Stasis Field" is missing Icon
  8372. "Stasis Field" is missing InternalName
  8373. "Stasis Field" is missing Introduced
  8374. "Stasis Field" is missing Link
  8375. "Stasis Field" is missing MaxRank
  8376. "Stasis Field" is missing Tradable
  8377. "Stasis Field" is missing Type
  8378. "Static Alacrity" is missing BaseDrain
  8379. "Static Alacrity" is missing Description
  8380. "Static Alacrity" is missing Icon
  8381. "Static Alacrity" is missing InternalName
  8382. "Static Alacrity" is missing Link
  8383. "Static Alacrity" is missing MaxRank
  8384. "Static Alacrity" is missing Tradable
  8385. "Static Alacrity" is missing Type
  8386. "Static Discharge" is missing BaseDrain
  8387. "Static Discharge" is missing Description
  8388. "Static Discharge" is missing Icon
  8389. "Static Discharge" is missing InternalName
  8390. "Static Discharge" is missing Introduced
  8391. "Static Discharge" is missing Link
  8392. "Static Discharge" is missing MaxRank
  8393. "Static Discharge" is missing Tradable
  8394. "Static Discharge" is missing Type
  8395. "Steady Hands" is missing BaseDrain
  8396. "Steady Hands" is missing Description
  8397. "Steady Hands" is missing Icon
  8398. "Steady Hands" is missing InternalName
  8399. "Steady Hands" is missing Link
  8400. "Steady Hands" is missing MaxRank
  8401. "Steady Hands" is missing Tradable
  8402. "Steady Hands" is missing Type
  8403. "Stealth Drift" is missing BaseDrain
  8404. "Stealth Drift" is missing Description
  8405. "Stealth Drift" is missing Icon
  8406. "Stealth Drift" is missing InternalName
  8407. "Stealth Drift" is missing Link
  8408. "Stealth Drift" is missing MaxRank
  8409. "Stealth Drift" is missing Tradable
  8410. "Stealth Drift" is missing Type
  8411. "Steel Charge" is missing BaseDrain
  8412. "Steel Charge" is missing Description
  8413. "Steel Charge" is missing Icon
  8414. "Steel Charge" is missing InternalName
  8415. "Steel Charge" is missing Introduced
  8416. "Steel Charge" is missing Link
  8417. "Steel Charge" is missing MaxRank
  8418. "Steel Charge" is missing Tradable
  8419. "Steel Charge" is missing Type
  8420. "Steel Fiber" is missing BaseDrain
  8421. "Steel Fiber" is missing Description
  8422. "Steel Fiber" is missing Icon
  8423. "Steel Fiber" is missing InternalName
  8424. "Steel Fiber" is missing Introduced
  8425. "Steel Fiber" is missing Link
  8426. "Steel Fiber" is missing MaxRank
  8427. "Steel Fiber" is missing Tradable
  8428. "Steel Fiber" is missing Type
  8429. "Stinging Thorn" is missing BaseDrain
  8430. "Stinging Thorn" is missing Description
  8431. "Stinging Thorn" is missing Icon
  8432. "Stinging Thorn" is missing InternalName
  8433. "Stinging Thorn" is missing Introduced
  8434. "Stinging Thorn" is missing Link
  8435. "Stinging Thorn" is missing MaxRank
  8436. "Stinging Thorn" is missing Tradable
  8437. "Stinging Thorn" is missing Type
  8438. "Stinging Truth" is missing BaseDrain
  8439. "Stinging Truth" is missing Description
  8440. "Stinging Truth" is missing Icon
  8441. "Stinging Truth" is missing InternalName
  8442. "Stinging Truth" is missing Introduced
  8443. "Stinging Truth" is missing Link
  8444. "Stinging Truth" is missing MaxRank
  8445. "Stinging Truth" is missing Tradable
  8446. "Stinging Truth" is missing Type
  8447. "Stockpiled Blight" is missing BaseDrain
  8448. "Stockpiled Blight" is missing Description
  8449. "Stockpiled Blight" is missing Icon
  8450. "Stockpiled Blight" is missing InternalName
  8451. "Stockpiled Blight" is missing Introduced
  8452. "Stockpiled Blight" is missing Link
  8453. "Stockpiled Blight" is missing MaxRank
  8454. "Stockpiled Blight" is missing Tradable
  8455. "Stockpiled Blight" is missing Type
  8456. "Stormbringer" is missing BaseDrain
  8457. "Stormbringer" is missing Description
  8458. "Stormbringer" is missing Icon
  8459. "Stormbringer" is missing InternalName
  8460. "Stormbringer" is missing Introduced
  8461. "Stormbringer" is missing Link
  8462. "Stormbringer" is missing MaxRank
  8463. "Stormbringer" is missing Tradable
  8464. "Stormbringer" is missing Type
  8465. "Strafing Slide" is missing BaseDrain
  8466. "Strafing Slide" is missing Description
  8467. "Strafing Slide" is missing Icon
  8468. "Strafing Slide" is missing InternalName
  8469. "Strafing Slide" is missing Link
  8470. "Strafing Slide" is missing MaxRank
  8471. "Strafing Slide" is missing Tradable
  8472. "Strafing Slide" is missing Type
  8473. "Strain Consume" is missing BaseDrain
  8474. "Strain Consume" is missing Description
  8475. "Strain Consume" is missing Icon
  8476. "Strain Consume" is missing InternalName
  8477. "Strain Consume" is missing Introduced
  8478. "Strain Consume" is missing Link
  8479. "Strain Consume" is missing MaxRank
  8480. "Strain Consume" is missing Tradable
  8481. "Strain Consume" is missing Type
  8482. "Strain Eruption" is missing BaseDrain
  8483. "Strain Eruption" is missing Description
  8484. "Strain Eruption" is missing Icon
  8485. "Strain Eruption" is missing InternalName
  8486. "Strain Eruption" is missing Introduced
  8487. "Strain Eruption" is missing Link
  8488. "Strain Eruption" is missing MaxRank
  8489. "Strain Eruption" is missing Tradable
  8490. "Strain Eruption" is missing Type
  8491. "Strain Fever" is missing BaseDrain
  8492. "Strain Fever" is missing Description
  8493. "Strain Fever" is missing Icon
  8494. "Strain Fever" is missing InternalName
  8495. "Strain Fever" is missing Introduced
  8496. "Strain Fever" is missing Link
  8497. "Strain Fever" is missing MaxRank
  8498. "Strain Fever" is missing Tradable
  8499. "Strain Fever" is missing Type
  8500. "Strain Infection" is missing BaseDrain
  8501. "Strain Infection" is missing Description
  8502. "Strain Infection" is missing Icon
  8503. "Strain Infection" is missing InternalName
  8504. "Strain Infection" is missing Introduced
  8505. "Strain Infection" is missing Link
  8506. "Strain Infection" is missing MaxRank
  8507. "Strain Infection" is missing Tradable
  8508. "Strain Infection" is missing Type
  8509. "Streamline" is missing BaseDrain
  8510. "Streamline" is missing Description
  8511. "Streamline" is missing Icon
  8512. "Streamline" is missing InternalName
  8513. "Streamline" is missing Introduced
  8514. "Streamline" is missing Link
  8515. "Streamline" is missing MaxRank
  8516. "Streamline" is missing Tradable
  8517. "Streamline" is missing Type
  8518. "Streamlined Form" is missing BaseDrain
  8519. "Streamlined Form" is missing Description
  8520. "Streamlined Form" is missing Icon
  8521. "Streamlined Form" is missing InternalName
  8522. "Streamlined Form" is missing Introduced
  8523. "Streamlined Form" is missing Link
  8524. "Streamlined Form" is missing MaxRank
  8525. "Streamlined Form" is missing Tradable
  8526. "Streamlined Form" is missing Type
  8527. "Stretch" is missing BaseDrain
  8528. "Stretch" is missing Description
  8529. "Stretch" is missing Icon
  8530. "Stretch" is missing InternalName
  8531. "Stretch" is missing Link
  8532. "Stretch" is missing MaxRank
  8533. "Stretch" is missing Tradable
  8534. "Stretch" is missing Type
  8535. "Striker" is missing BaseDrain
  8536. "Striker" is missing Description
  8537. "Striker" is missing Icon
  8538. "Striker" is missing InternalName
  8539. "Striker" is missing Introduced
  8540. "Striker" is missing Link
  8541. "Striker" is missing MaxRank
  8542. "Striker" is missing Tradable
  8543. "Striker" is missing Type
  8544. "Stunning Speed" is missing BaseDrain
  8545. "Stunning Speed" is missing Description
  8546. "Stunning Speed" is missing Icon
  8547. "Stunning Speed" is missing InternalName
  8548. "Stunning Speed" is missing Introduced
  8549. "Stunning Speed" is missing Link
  8550. "Stunning Speed" is missing MaxRank
  8551. "Stunning Speed" is missing Tradable
  8552. "Stunning Speed" is missing Type
  8553. "Sudden Impact" is missing BaseDrain
  8554. "Sudden Impact" is missing Description
  8555. "Sudden Impact" is missing Icon
  8556. "Sudden Impact" is missing InternalName
  8557. "Sudden Impact" is missing Introduced
  8558. "Sudden Impact" is missing Link
  8559. "Sudden Impact" is missing MaxRank
  8560. "Sudden Impact" is missing Tradable
  8561. "Sudden Impact" is missing Type
  8562. "Sudden Justice" is missing BaseDrain
  8563. "Sudden Justice" is missing Description
  8564. "Sudden Justice" is missing Icon
  8565. "Sudden Justice" is missing InternalName
  8566. "Sudden Justice" is missing Introduced
  8567. "Sudden Justice" is missing Link
  8568. "Sudden Justice" is missing MaxRank
  8569. "Sudden Justice" is missing Tradable
  8570. "Sudden Justice" is missing Type
  8571. "Sundering Strike" is missing BaseDrain
  8572. "Sundering Strike" is missing Description
  8573. "Sundering Strike" is missing Icon
  8574. "Sundering Strike" is missing InternalName
  8575. "Sundering Strike" is missing Introduced
  8576. "Sundering Strike" is missing Link
  8577. "Sundering Strike" is missing MaxRank
  8578. "Sundering Strike" is missing Tradable
  8579. "Sundering Strike" is missing Type
  8580. "Sundering Weave" is missing BaseDrain
  8581. "Sundering Weave" is missing Description
  8582. "Sundering Weave" is missing Icon
  8583. "Sundering Weave" is missing InternalName
  8584. "Sundering Weave" is missing Introduced
  8585. "Sundering Weave" is missing Link
  8586. "Sundering Weave" is missing MaxRank
  8587. "Sundering Weave" is missing Tradable
  8588. "Sundering Weave" is missing Type
  8589. "Superior Defenses" is missing BaseDrain
  8590. "Superior Defenses" is missing Description
  8591. "Superior Defenses" is missing Icon
  8592. "Superior Defenses" is missing InternalName
  8593. "Superior Defenses" is missing Introduced
  8594. "Superior Defenses" is missing Link
  8595. "Superior Defenses" is missing MaxRank
  8596. "Superior Defenses" is missing Tradable
  8597. "Superior Defenses" is missing Type
  8598. "Suppress" is missing BaseDrain
  8599. "Suppress" is missing Description
  8600. "Suppress" is missing Icon
  8601. "Suppress" is missing InternalName
  8602. "Suppress" is missing Introduced
  8603. "Suppress" is missing Link
  8604. "Suppress" is missing MaxRank
  8605. "Suppress" is missing Tradable
  8606. "Suppress" is missing Type
  8607. "Sure Footed" is missing BaseDrain
  8608. "Sure Footed" is missing Description
  8609. "Sure Footed" is missing Icon
  8610. "Sure Footed" is missing InternalName
  8611. "Sure Footed" is missing Introduced
  8612. "Sure Footed" is missing Link
  8613. "Sure Footed" is missing MaxRank
  8614. "Sure Footed" is missing Tradable
  8615. "Sure Footed" is missing Type
  8616. "Sure Shot" is missing BaseDrain
  8617. "Sure Shot" is missing Description
  8618. "Sure Shot" is missing Icon
  8619. "Sure Shot" is missing InternalName
  8620. "Sure Shot" is missing Link
  8621. "Sure Shot" is missing MaxRank
  8622. "Sure Shot" is missing Tradable
  8623. "Sure Shot" is missing Type
  8624. "Surging Dash" is missing BaseDrain
  8625. "Surging Dash" is missing Description
  8626. "Surging Dash" is missing Icon
  8627. "Surging Dash" is missing InternalName
  8628. "Surging Dash" is missing Introduced
  8629. "Surging Dash" is missing Link
  8630. "Surging Dash" is missing MaxRank
  8631. "Surging Dash" is missing Tradable
  8632. "Surging Dash" is missing Type
  8633. "Surplus Diverters" is missing BaseDrain
  8634. "Surplus Diverters" is missing Description
  8635. "Surplus Diverters" is missing Icon
  8636. "Surplus Diverters" is missing InternalName
  8637. "Surplus Diverters" is missing Introduced
  8638. "Surplus Diverters" is missing Link
  8639. "Surplus Diverters" is missing MaxRank
  8640. "Surplus Diverters" is missing Tradable
  8641. "Surplus Diverters" is missing Type
  8642. "Survival Instinct" is missing BaseDrain
  8643. "Survival Instinct" is missing Description
  8644. "Survival Instinct" is missing Icon
  8645. "Survival Instinct" is missing InternalName
  8646. "Survival Instinct" is missing Introduced
  8647. "Survival Instinct" is missing Link
  8648. "Survival Instinct" is missing MaxRank
  8649. "Survival Instinct" is missing Tradable
  8650. "Survival Instinct" is missing Type
  8651. "Sweeping Serration" is missing BaseDrain
  8652. "Sweeping Serration" is missing Description
  8653. "Sweeping Serration" is missing Icon
  8654. "Sweeping Serration" is missing InternalName
  8655. "Sweeping Serration" is missing Introduced
  8656. "Sweeping Serration" is missing Link
  8657. "Sweeping Serration" is missing MaxRank
  8658. "Sweeping Serration" is missing Tradable
  8659. "Sweeping Serration" is missing Type
  8660. "Swift Deth" is missing BaseDrain
  8661. "Swift Deth" is missing Description
  8662. "Swift Deth" is missing Icon
  8663. "Swift Deth" is missing InternalName
  8664. "Swift Deth" is missing Introduced
  8665. "Swift Deth" is missing Link
  8666. "Swift Deth" is missing MaxRank
  8667. "Swift Deth" is missing Tradable
  8668. "Swift Deth" is missing Type
  8669. "Swift Momentum" is missing BaseDrain
  8670. "Swift Momentum" is missing Description
  8671. "Swift Momentum" is missing Icon
  8672. "Swift Momentum" is missing InternalName
  8673. "Swift Momentum" is missing Introduced
  8674. "Swift Momentum" is missing Link
  8675. "Swift Momentum" is missing MaxRank
  8676. "Swift Momentum" is missing Tradable
  8677. "Swift Momentum" is missing Type
  8678. "Swing Line" is missing BaseDrain
  8679. "Swing Line" is missing Description
  8680. "Swing Line" is missing Icon
  8681. "Swing Line" is missing InternalName
  8682. "Swing Line" is missing Introduced
  8683. "Swing Line" is missing Link
  8684. "Swing Line" is missing MaxRank
  8685. "Swing Line" is missing Tradable
  8686. "Swing Line" is missing Type
  8687. "Swipe" is missing BaseDrain
  8688. "Swipe" is missing Description
  8689. "Swipe" is missing Icon
  8690. "Swipe" is missing InternalName
  8691. "Swipe" is missing Introduced
  8692. "Swipe" is missing Link
  8693. "Swipe" is missing MaxRank
  8694. "Swipe" is missing Tradable
  8695. "Swipe" is missing Transmutable
  8696. "Swipe" is missing Type
  8697. "Swirling Tiger" is missing BaseDrain
  8698. "Swirling Tiger" is missing Description
  8699. "Swirling Tiger" is missing Icon
  8700. "Swirling Tiger" is missing InternalName
  8701. "Swirling Tiger" is missing Introduced
  8702. "Swirling Tiger" is missing Link
  8703. "Swirling Tiger" is missing MaxRank
  8704. "Swirling Tiger" is missing Tradable
  8705. "Swirling Tiger" is missing Type
  8706. "Swooping Falcon" is missing BaseDrain
  8707. "Swooping Falcon" is missing Description
  8708. "Swooping Falcon" is missing Icon
  8709. "Swooping Falcon" is missing InternalName
  8710. "Swooping Falcon" is missing Introduced
  8711. "Swooping Falcon" is missing Link
  8712. "Swooping Falcon" is missing MaxRank
  8713. "Swooping Falcon" is missing Tradable
  8714. "Swooping Falcon" is missing Type
  8715. "Sword Alone" is missing BaseDrain
  8716. "Sword Alone" is missing Description
  8717. "Sword Alone" is missing Icon
  8718. "Sword Alone" is missing InternalName
  8719. "Sword Alone" is missing Introduced
  8720. "Sword Alone" is missing Link
  8721. "Sword Alone" is missing MaxRank
  8722. "Sword Alone" is missing Tradable
  8723. "Sword Alone" is missing Type
  8724. "Synth Charge" is missing BaseDrain
  8725. "Synth Charge" is missing Description
  8726. "Synth Charge" is missing Icon
  8727. "Synth Charge" is missing InternalName
  8728. "Synth Charge" is missing Introduced
  8729. "Synth Charge" is missing Link
  8730. "Synth Charge" is missing MaxRank
  8731. "Synth Charge" is missing Tradable
  8732. "Synth Charge" is missing Type
  8733. "Synth Deconstruct" is missing BaseDrain
  8734. "Synth Deconstruct" is missing Description
  8735. "Synth Deconstruct" is missing Icon
  8736. "Synth Deconstruct" is missing InternalName
  8737. "Synth Deconstruct" is missing Introduced
  8738. "Synth Deconstruct" is missing Link
  8739. "Synth Deconstruct" is missing MaxRank
  8740. "Synth Deconstruct" is missing Tradable
  8741. "Synth Deconstruct" is missing Type
  8742. "Synth Fiber" is missing BaseDrain
  8743. "Synth Fiber" is missing Description
  8744. "Synth Fiber" is missing Icon
  8745. "Synth Fiber" is missing InternalName
  8746. "Synth Fiber" is missing Introduced
  8747. "Synth Fiber" is missing Link
  8748. "Synth Fiber" is missing MaxRank
  8749. "Synth Fiber" is missing Tradable
  8750. "Synth Fiber" is missing Type
  8751. "Synth Reflex" is missing BaseDrain
  8752. "Synth Reflex" is missing Description
  8753. "Synth Reflex" is missing Icon
  8754. "Synth Reflex" is missing InternalName
  8755. "Synth Reflex" is missing Introduced
  8756. "Synth Reflex" is missing Link
  8757. "Synth Reflex" is missing MaxRank
  8758. "Synth Reflex" is missing Tradable
  8759. "Synth Reflex" is missing Type
  8760. "System Reroute" is missing BaseDrain
  8761. "System Reroute" is missing Description
  8762. "System Reroute" is missing Icon
  8763. "System Reroute" is missing InternalName
  8764. "System Reroute" is missing Introduced
  8765. "System Reroute" is missing Link
  8766. "System Reroute" is missing MaxRank
  8767. "System Reroute" is missing Tradable
  8768. "System Reroute" is missing Type
  8769. "Tactical Pump" is missing BaseDrain
  8770. "Tactical Pump" is missing Description
  8771. "Tactical Pump" is missing Icon
  8772. "Tactical Pump" is missing InternalName
  8773. "Tactical Pump" is missing Introduced
  8774. "Tactical Pump" is missing Link
  8775. "Tactical Pump" is missing MaxRank
  8776. "Tactical Pump" is missing Tradable
  8777. "Tactical Pump" is missing Type
  8778. "Tactical Reload" is missing BaseDrain
  8779. "Tactical Reload" is missing Description
  8780. "Tactical Reload" is missing Icon
  8781. "Tactical Reload" is missing InternalName
  8782. "Tactical Reload" is missing Introduced
  8783. "Tactical Reload" is missing Link
  8784. "Tactical Reload" is missing MaxRank
  8785. "Tactical Reload" is missing Tradable
  8786. "Tactical Reload" is missing Type
  8787. "Tactical Retreat" is missing BaseDrain
  8788. "Tactical Retreat" is missing Description
  8789. "Tactical Retreat" is missing Icon
  8790. "Tactical Retreat" is missing InternalName
  8791. "Tactical Retreat" is missing Introduced
  8792. "Tactical Retreat" is missing Link
  8793. "Tactical Retreat" is missing MaxRank
  8794. "Tactical Retreat" is missing Tradable
  8795. "Tactical Retreat" is missing Type
  8796. "Tainted Clip" is missing BaseDrain
  8797. "Tainted Clip" is missing Description
  8798. "Tainted Clip" is missing Icon
  8799. "Tainted Clip" is missing InternalName
  8800. "Tainted Clip" is missing Introduced
  8801. "Tainted Clip" is missing Link
  8802. "Tainted Clip" is missing MaxRank
  8803. "Tainted Clip" is missing Tradable
  8804. "Tainted Clip" is missing Type
  8805. "Tainted Hydra" is missing BaseDrain
  8806. "Tainted Hydra" is missing Description
  8807. "Tainted Hydra" is missing Icon
  8808. "Tainted Hydra" is missing InternalName
  8809. "Tainted Hydra" is missing Introduced
  8810. "Tainted Hydra" is missing Link
  8811. "Tainted Hydra" is missing MaxRank
  8812. "Tainted Hydra" is missing Tradable
  8813. "Tainted Hydra" is missing Type
  8814. "Tainted Mag" is missing BaseDrain
  8815. "Tainted Mag" is missing Description
  8816. "Tainted Mag" is missing Icon
  8817. "Tainted Mag" is missing InternalName
  8818. "Tainted Mag" is missing Link
  8819. "Tainted Mag" is missing MaxRank
  8820. "Tainted Mag" is missing Tradable
  8821. "Tainted Mag" is missing Type
  8822. "Tainted Shell" is missing BaseDrain
  8823. "Tainted Shell" is missing Description
  8824. "Tainted Shell" is missing Icon
  8825. "Tainted Shell" is missing InternalName
  8826. "Tainted Shell" is missing Introduced
  8827. "Tainted Shell" is missing Link
  8828. "Tainted Shell" is missing MaxRank
  8829. "Tainted Shell" is missing Tradable
  8830. "Tainted Shell" is missing Type
  8831. "Target Acquired" is missing BaseDrain
  8832. "Target Acquired" is missing Description
  8833. "Target Acquired" is missing Icon
  8834. "Target Acquired" is missing InternalName
  8835. "Target Acquired" is missing Introduced
  8836. "Target Acquired" is missing Link
  8837. "Target Acquired" is missing MaxRank
  8838. "Target Acquired" is missing Tradable
  8839. "Target Acquired" is missing Type
  8840. "Target Cracker" is missing BaseDrain
  8841. "Target Cracker" is missing Description
  8842. "Target Cracker" is missing Icon
  8843. "Target Cracker" is missing InternalName
  8844. "Target Cracker" is missing Introduced
  8845. "Target Cracker" is missing Link
  8846. "Target Cracker" is missing MaxRank
  8847. "Target Cracker" is missing Tradable
  8848. "Target Cracker" is missing Type
  8849. "Target Fixation" is missing BaseDrain
  8850. "Target Fixation" is missing Description
  8851. "Target Fixation" is missing Icon
  8852. "Target Fixation" is missing InternalName
  8853. "Target Fixation" is missing Introduced
  8854. "Target Fixation" is missing Link
  8855. "Target Fixation" is missing MaxRank
  8856. "Target Fixation" is missing Tradable
  8857. "Target Fixation" is missing Type
  8858. "Targeting Receptor" is missing BaseDrain
  8859. "Targeting Receptor" is missing Description
  8860. "Targeting Receptor" is missing Icon
  8861. "Targeting Receptor" is missing InternalName
  8862. "Targeting Receptor" is missing Link
  8863. "Targeting Receptor" is missing MaxRank
  8864. "Targeting Receptor" is missing Tradable
  8865. "Targeting Receptor" is missing Type
  8866. "Targeting Subsystem" is missing BaseDrain
  8867. "Targeting Subsystem" is missing Description
  8868. "Targeting Subsystem" is missing Icon
  8869. "Targeting Subsystem" is missing InternalName
  8870. "Targeting Subsystem" is missing Introduced
  8871. "Targeting Subsystem" is missing Link
  8872. "Targeting Subsystem" is missing MaxRank
  8873. "Targeting Subsystem" is missing Tradable
  8874. "Targeting Subsystem" is missing Type
  8875. "Tear Gas" is missing BaseDrain
  8876. "Tear Gas" is missing Description
  8877. "Tear Gas" is missing Icon
  8878. "Tear Gas" is missing InternalName
  8879. "Tear Gas" is missing Introduced
  8880. "Tear Gas" is missing Link
  8881. "Tear Gas" is missing MaxRank
  8882. "Tear Gas" is missing Tradable
  8883. "Tear Gas" is missing Type
  8884. "Tectonic Fracture" is missing BaseDrain
  8885. "Tectonic Fracture" is missing Description
  8886. "Tectonic Fracture" is missing Icon
  8887. "Tectonic Fracture" is missing InternalName
  8888. "Tectonic Fracture" is missing Introduced
  8889. "Tectonic Fracture" is missing Link
  8890. "Tectonic Fracture" is missing MaxRank
  8891. "Tectonic Fracture" is missing Tradable
  8892. "Tectonic Fracture" is missing Type
  8893. "Teeming Virulence" is missing BaseDrain
  8894. "Teeming Virulence" is missing Description
  8895. "Teeming Virulence" is missing Icon
  8896. "Teeming Virulence" is missing InternalName
  8897. "Teeming Virulence" is missing Introduced
  8898. "Teeming Virulence" is missing Link
  8899. "Teeming Virulence" is missing MaxRank
  8900. "Teeming Virulence" is missing Tradable
  8901. "Teeming Virulence" is missing Type
  8902. "Tek Assault" is missing BaseDrain
  8903. "Tek Assault" is missing Description
  8904. "Tek Assault" is missing Icon
  8905. "Tek Assault" is missing InternalName
  8906. "Tek Assault" is missing Introduced
  8907. "Tek Assault" is missing Link
  8908. "Tek Assault" is missing MaxRank
  8909. "Tek Assault" is missing Tradable
  8910. "Tek Assault" is missing Type
  8911. "Tek Collateral" is missing BaseDrain
  8912. "Tek Collateral" is missing Description
  8913. "Tek Collateral" is missing Icon
  8914. "Tek Collateral" is missing InternalName
  8915. "Tek Collateral" is missing Introduced
  8916. "Tek Collateral" is missing Link
  8917. "Tek Collateral" is missing MaxRank
  8918. "Tek Collateral" is missing Tradable
  8919. "Tek Collateral" is missing Type
  8920. "Tek Enhance" is missing BaseDrain
  8921. "Tek Enhance" is missing Description
  8922. "Tek Enhance" is missing Icon
  8923. "Tek Enhance" is missing InternalName
  8924. "Tek Enhance" is missing Introduced
  8925. "Tek Enhance" is missing Link
  8926. "Tek Enhance" is missing MaxRank
  8927. "Tek Enhance" is missing Tradable
  8928. "Tek Enhance" is missing Type
  8929. "Tek Gravity" is missing BaseDrain
  8930. "Tek Gravity" is missing Description
  8931. "Tek Gravity" is missing Icon
  8932. "Tek Gravity" is missing InternalName
  8933. "Tek Gravity" is missing Introduced
  8934. "Tek Gravity" is missing Link
  8935. "Tek Gravity" is missing MaxRank
  8936. "Tek Gravity" is missing Tradable
  8937. "Tek Gravity" is missing Type
  8938. "Tempered Blade" is missing BaseDrain
  8939. "Tempered Blade" is missing Description
  8940. "Tempered Blade" is missing Icon
  8941. "Tempered Blade" is missing InternalName
  8942. "Tempered Blade" is missing Link
  8943. "Tempered Blade" is missing MaxRank
  8944. "Tempered Blade" is missing Tradable
  8945. "Tempered Blade" is missing Type
  8946. "Tempered Bound" is missing BaseDrain
  8947. "Tempered Bound" is missing Description
  8948. "Tempered Bound" is missing Icon
  8949. "Tempered Bound" is missing InternalName
  8950. "Tempered Bound" is missing Introduced
  8951. "Tempered Bound" is missing Link
  8952. "Tempered Bound" is missing MaxRank
  8953. "Tempered Bound" is missing Tradable
  8954. "Tempered Bound" is missing Type
  8955. "Tempo Royale" is missing BaseDrain
  8956. "Tempo Royale" is missing Description
  8957. "Tempo Royale" is missing Icon
  8958. "Tempo Royale" is missing InternalName
  8959. "Tempo Royale" is missing Introduced
  8960. "Tempo Royale" is missing Link
  8961. "Tempo Royale" is missing MaxRank
  8962. "Tempo Royale" is missing Tradable
  8963. "Tempo Royale" is missing Type
  8964. "Terminal Velocity" is missing BaseDrain
  8965. "Terminal Velocity" is missing Description
  8966. "Terminal Velocity" is missing Icon
  8967. "Terminal Velocity" is missing InternalName
  8968. "Terminal Velocity" is missing Link
  8969. "Terminal Velocity" is missing MaxRank
  8970. "Terminal Velocity" is missing Tradable
  8971. "Terminal Velocity" is missing Type
  8972. "Territorial Aggression" is missing BaseDrain
  8973. "Territorial Aggression" is missing Description
  8974. "Territorial Aggression" is missing Icon
  8975. "Territorial Aggression" is missing InternalName
  8976. "Territorial Aggression" is missing Introduced
  8977. "Territorial Aggression" is missing Link
  8978. "Territorial Aggression" is missing MaxRank
  8979. "Territorial Aggression" is missing Tradable
  8980. "Territorial Aggression" is missing Transmutable
  8981. "Territorial Aggression" is missing Type
  8982. "Tesla Bank" is missing BaseDrain
  8983. "Tesla Bank" is missing Description
  8984. "Tesla Bank" is missing Icon
  8985. "Tesla Bank" is missing InternalName
  8986. "Tesla Bank" is missing Introduced
  8987. "Tesla Bank" is missing Link
  8988. "Tesla Bank" is missing MaxRank
  8989. "Tesla Bank" is missing Tradable
  8990. "Tesla Bank" is missing Type
  8991. "Tether Grenades" is missing BaseDrain
  8992. "Tether Grenades" is missing Description
  8993. "Tether Grenades" is missing Icon
  8994. "Tether Grenades" is missing InternalName
  8995. "Tether Grenades" is missing Introduced
  8996. "Tether Grenades" is missing Link
  8997. "Tether Grenades" is missing MaxRank
  8998. "Tether Grenades" is missing Tradable
  8999. "Tether Grenades" is missing Type
  9000. "Thermagnetic Shells" is missing BaseDrain
  9001. "Thermagnetic Shells" is missing Description
  9002. "Thermagnetic Shells" is missing Icon
  9003. "Thermagnetic Shells" is missing InternalName
  9004. "Thermagnetic Shells" is missing Introduced
  9005. "Thermagnetic Shells" is missing Link
  9006. "Thermagnetic Shells" is missing MaxRank
  9007. "Thermagnetic Shells" is missing Tradable
  9008. "Thermagnetic Shells" is missing Type
  9009. "Thermite Rounds" is missing BaseDrain
  9010. "Thermite Rounds" is missing Description
  9011. "Thermite Rounds" is missing Icon
  9012. "Thermite Rounds" is missing InternalName
  9013. "Thermite Rounds" is missing Introduced
  9014. "Thermite Rounds" is missing Link
  9015. "Thermite Rounds" is missing MaxRank
  9016. "Thermite Rounds" is missing Tradable
  9017. "Thermite Rounds" is missing Type
  9018. "Thief's Wit" is missing BaseDrain
  9019. "Thief's Wit" is missing Description
  9020. "Thief's Wit" is missing Icon
  9021. "Thief's Wit" is missing InternalName
  9022. "Thief's Wit" is missing Introduced
  9023. "Thief's Wit" is missing Link
  9024. "Thief's Wit" is missing MaxRank
  9025. "Thief's Wit" is missing Tradable
  9026. "Thief's Wit" is missing Type
  9027. "Thrall Pact" is missing BaseDrain
  9028. "Thrall Pact" is missing Description
  9029. "Thrall Pact" is missing Icon
  9030. "Thrall Pact" is missing InternalName
  9031. "Thrall Pact" is missing Link
  9032. "Thrall Pact" is missing MaxRank
  9033. "Thrall Pact" is missing Tradable
  9034. "Thrall Pact" is missing Type
  9035. "Thrash Landing" is missing BaseDrain
  9036. "Thrash Landing" is missing Description
  9037. "Thrash Landing" is missing Icon
  9038. "Thrash Landing" is missing InternalName
  9039. "Thrash Landing" is missing Introduced
  9040. "Thrash Landing" is missing Link
  9041. "Thrash Landing" is missing MaxRank
  9042. "Thrash Landing" is missing Tradable
  9043. "Thrash Landing" is missing Type
  9044. "Thumper" is missing BaseDrain
  9045. "Thumper" is missing Description
  9046. "Thumper" is missing Icon
  9047. "Thumper" is missing InternalName
  9048. "Thumper" is missing Introduced
  9049. "Thumper" is missing Link
  9050. "Thumper" is missing MaxRank
  9051. "Thumper" is missing Tradable
  9052. "Thumper" is missing Type
  9053. "Thunderbolt" is missing BaseDrain
  9054. "Thunderbolt" is missing Description
  9055. "Thunderbolt" is missing Icon
  9056. "Thunderbolt" is missing InternalName
  9057. "Thunderbolt" is missing Link
  9058. "Thunderbolt" is missing MaxRank
  9059. "Thunderbolt" is missing Tradable
  9060. "Thunderbolt" is missing Type
  9061. "Thundermiter" is missing BaseDrain
  9062. "Thundermiter" is missing Description
  9063. "Thundermiter" is missing Icon
  9064. "Thundermiter" is missing InternalName
  9065. "Thundermiter" is missing Link
  9066. "Thundermiter" is missing MaxRank
  9067. "Thundermiter" is missing Tradable
  9068. "Thundermiter" is missing Type
  9069. "Tidal Impunity" is missing BaseDrain
  9070. "Tidal Impunity" is missing Description
  9071. "Tidal Impunity" is missing Icon
  9072. "Tidal Impunity" is missing InternalName
  9073. "Tidal Impunity" is missing Introduced
  9074. "Tidal Impunity" is missing Link
  9075. "Tidal Impunity" is missing MaxRank
  9076. "Tidal Impunity" is missing Tradable
  9077. "Tidal Impunity" is missing Type
  9078. "Titanic Rumbler" is missing BaseDrain
  9079. "Titanic Rumbler" is missing Description
  9080. "Titanic Rumbler" is missing Icon
  9081. "Titanic Rumbler" is missing InternalName
  9082. "Titanic Rumbler" is missing Introduced
  9083. "Titanic Rumbler" is missing Link
  9084. "Titanic Rumbler" is missing MaxRank
  9085. "Titanic Rumbler" is missing Tradable
  9086. "Titanic Rumbler" is missing Type
  9087. "Total Eclipse" is missing BaseDrain
  9088. "Total Eclipse" is missing Description
  9089. "Total Eclipse" is missing Icon
  9090. "Total Eclipse" is missing InternalName
  9091. "Total Eclipse" is missing Introduced
  9092. "Total Eclipse" is missing Link
  9093. "Total Eclipse" is missing MaxRank
  9094. "Total Eclipse" is missing Tradable
  9095. "Total Eclipse" is missing Type
  9096. "Toxic Barrage" is missing BaseDrain
  9097. "Toxic Barrage" is missing Description
  9098. "Toxic Barrage" is missing Icon
  9099. "Toxic Barrage" is missing InternalName
  9100. "Toxic Barrage" is missing Introduced
  9101. "Toxic Barrage" is missing Link
  9102. "Toxic Barrage" is missing MaxRank
  9103. "Toxic Barrage" is missing Tradable
  9104. "Toxic Barrage" is missing Type
  9105. "Toxic Blight" is missing BaseDrain
  9106. "Toxic Blight" is missing Description
  9107. "Toxic Blight" is missing Icon
  9108. "Toxic Blight" is missing InternalName
  9109. "Toxic Blight" is missing Introduced
  9110. "Toxic Blight" is missing Link
  9111. "Toxic Blight" is missing MaxRank
  9112. "Toxic Blight" is missing Tradable
  9113. "Toxic Blight" is missing Type
  9114. "Toxic Flight" is missing BaseDrain
  9115. "Toxic Flight" is missing Description
  9116. "Toxic Flight" is missing Icon
  9117. "Toxic Flight" is missing InternalName
  9118. "Toxic Flight" is missing Introduced
  9119. "Toxic Flight" is missing Link
  9120. "Toxic Flight" is missing MaxRank
  9121. "Toxic Flight" is missing Tradable
  9122. "Toxic Flight" is missing Type
  9123. "Toxic Sequence" is missing BaseDrain
  9124. "Toxic Sequence" is missing Description
  9125. "Toxic Sequence" is missing Icon
  9126. "Toxic Sequence" is missing InternalName
  9127. "Toxic Sequence" is missing Introduced
  9128. "Toxic Sequence" is missing Link
  9129. "Toxic Sequence" is missing MaxRank
  9130. "Toxic Sequence" is missing Tradable
  9131. "Toxic Sequence" is missing Type
  9132. "Toxin Resistance" is missing BaseDrain
  9133. "Toxin Resistance" is missing Description
  9134. "Toxin Resistance" is missing Icon
  9135. "Toxin Resistance" is missing InternalName
  9136. "Toxin Resistance" is missing Introduced
  9137. "Toxin Resistance" is missing Link
  9138. "Toxin Resistance" is missing MaxRank
  9139. "Toxin Resistance" is missing Tradable
  9140. "Toxin Resistance" is missing Type
  9141. "Tractor Beam" is missing BaseDrain
  9142. "Tractor Beam" is missing Description
  9143. "Tractor Beam" is missing Icon
  9144. "Tractor Beam" is missing InternalName
  9145. "Tractor Beam" is missing Introduced
  9146. "Tractor Beam" is missing Link
  9147. "Tractor Beam" is missing MaxRank
  9148. "Tractor Beam" is missing Tradable
  9149. "Tractor Beam" is missing Type
  9150. "Trail Blazer" is missing BaseDrain
  9151. "Trail Blazer" is missing Description
  9152. "Trail Blazer" is missing Icon
  9153. "Trail Blazer" is missing InternalName
  9154. "Trail Blazer" is missing Introduced
  9155. "Trail Blazer" is missing Link
  9156. "Trail Blazer" is missing MaxRank
  9157. "Trail Blazer" is missing Tradable
  9158. "Trail Blazer" is missing Type
  9159. "Trample" is missing BaseDrain
  9160. "Trample" is missing Description
  9161. "Trample" is missing Icon
  9162. "Trample" is missing InternalName
  9163. "Trample" is missing Introduced
  9164. "Trample" is missing Link
  9165. "Trample" is missing MaxRank
  9166. "Trample" is missing Tradable
  9167. "Trample" is missing Type
  9168. "Tranquil Cleave" is missing BaseDrain
  9169. "Tranquil Cleave" is missing Description
  9170. "Tranquil Cleave" is missing Icon
  9171. "Tranquil Cleave" is missing InternalName
  9172. "Tranquil Cleave" is missing Introduced
  9173. "Tranquil Cleave" is missing Link
  9174. "Tranquil Cleave" is missing MaxRank
  9175. "Tranquil Cleave" is missing Tradable
  9176. "Tranquil Cleave" is missing Type
  9177. "Transfusion" is missing BaseDrain
  9178. "Transfusion" is missing Description
  9179. "Transfusion" is missing Icon
  9180. "Transfusion" is missing InternalName
  9181. "Transfusion" is missing Introduced
  9182. "Transfusion" is missing Link
  9183. "Transfusion" is missing MaxRank
  9184. "Transfusion" is missing Tradable
  9185. "Transfusion" is missing Type
  9186. "Transient Fortitude" is missing BaseDrain
  9187. "Transient Fortitude" is missing Description
  9188. "Transient Fortitude" is missing Icon
  9189. "Transient Fortitude" is missing InternalName
  9190. "Transient Fortitude" is missing Introduced
  9191. "Transient Fortitude" is missing Link
  9192. "Transient Fortitude" is missing MaxRank
  9193. "Transient Fortitude" is missing Tradable
  9194. "Transient Fortitude" is missing Type
  9195. "Transistor Shield" is missing BaseDrain
  9196. "Transistor Shield" is missing Description
  9197. "Transistor Shield" is missing Icon
  9198. "Transistor Shield" is missing InternalName
  9199. "Transistor Shield" is missing Introduced
  9200. "Transistor Shield" is missing Link
  9201. "Transistor Shield" is missing MaxRank
  9202. "Transistor Shield" is missing Tradable
  9203. "Transistor Shield" is missing Type
  9204. "Tribunal" is missing BaseDrain
  9205. "Tribunal" is missing Description
  9206. "Tribunal" is missing Icon
  9207. "Tribunal" is missing InternalName
  9208. "Tribunal" is missing Introduced
  9209. "Tribunal" is missing Link
  9210. "Tribunal" is missing MaxRank
  9211. "Tribunal" is missing Tradable
  9212. "Tribunal" is missing Type
  9213. "Trick Mag" is missing BaseDrain
  9214. "Trick Mag" is missing Description
  9215. "Trick Mag" is missing Icon
  9216. "Trick Mag" is missing InternalName
  9217. "Trick Mag" is missing Introduced
  9218. "Trick Mag" is missing Link
  9219. "Trick Mag" is missing MaxRank
  9220. "Trick Mag" is missing Tradable
  9221. "Trick Mag" is missing Type
  9222. "Triple Tap" is missing BaseDrain
  9223. "Triple Tap" is missing Description
  9224. "Triple Tap" is missing Icon
  9225. "Triple Tap" is missing InternalName
  9226. "Triple Tap" is missing Introduced
  9227. "Triple Tap" is missing Link
  9228. "Triple Tap" is missing MaxRank
  9229. "Triple Tap" is missing Tradable
  9230. "Triple Tap" is missing Type
  9231. "True Punishment" is missing BaseDrain
  9232. "True Punishment" is missing Description
  9233. "True Punishment" is missing Icon
  9234. "True Punishment" is missing InternalName
  9235. "True Punishment" is missing Introduced
  9236. "True Punishment" is missing Link
  9237. "True Punishment" is missing MaxRank
  9238. "True Punishment" is missing Tradable
  9239. "True Punishment" is missing Type
  9240. "True Steel" is missing BaseDrain
  9241. "True Steel" is missing Description
  9242. "True Steel" is missing Icon
  9243. "True Steel" is missing InternalName
  9244. "True Steel" is missing Introduced
  9245. "True Steel" is missing Link
  9246. "True Steel" is missing MaxRank
  9247. "True Steel" is missing Tradable
  9248. "True Steel" is missing Type
  9249. "Twirling Spire" is missing BaseDrain
  9250. "Twirling Spire" is missing Description
  9251. "Twirling Spire" is missing Icon
  9252. "Twirling Spire" is missing InternalName
  9253. "Twirling Spire" is missing Introduced
  9254. "Twirling Spire" is missing Link
  9255. "Twirling Spire" is missing MaxRank
  9256. "Twirling Spire" is missing Tradable
  9257. "Twirling Spire" is missing Type
  9258. "Twitch" is missing BaseDrain
  9259. "Twitch" is missing Description
  9260. "Twitch" is missing Icon
  9261. "Twitch" is missing InternalName
  9262. "Twitch" is missing Introduced
  9263. "Twitch" is missing Link
  9264. "Twitch" is missing MaxRank
  9265. "Twitch" is missing Tradable
  9266. "Twitch" is missing Type
  9267. "Umbral Fiber" is missing BaseDrain
  9268. "Umbral Fiber" is missing Description
  9269. "Umbral Fiber" is missing Icon
  9270. "Umbral Fiber" is missing InternalName
  9271. "Umbral Fiber" is missing Introduced
  9272. "Umbral Fiber" is missing Link
  9273. "Umbral Fiber" is missing MaxRank
  9274. "Umbral Fiber" is missing Tradable
  9275. "Umbral Fiber" is missing Type
  9276. "Umbral Intensify" is missing BaseDrain
  9277. "Umbral Intensify" is missing Description
  9278. "Umbral Intensify" is missing Icon
  9279. "Umbral Intensify" is missing InternalName
  9280. "Umbral Intensify" is missing Introduced
  9281. "Umbral Intensify" is missing Link
  9282. "Umbral Intensify" is missing MaxRank
  9283. "Umbral Intensify" is missing Tradable
  9284. "Umbral Intensify" is missing Type
  9285. "Umbral Vitality" is missing BaseDrain
  9286. "Umbral Vitality" is missing Description
  9287. "Umbral Vitality" is missing Icon
  9288. "Umbral Vitality" is missing InternalName
  9289. "Umbral Vitality" is missing Introduced
  9290. "Umbral Vitality" is missing Link
  9291. "Umbral Vitality" is missing MaxRank
  9292. "Umbral Vitality" is missing Tradable
  9293. "Umbral Vitality" is missing Type
  9294. "Undying Will" is missing BaseDrain
  9295. "Undying Will" is missing Description
  9296. "Undying Will" is missing Icon
  9297. "Undying Will" is missing InternalName
  9298. "Undying Will" is missing Link
  9299. "Undying Will" is missing MaxRank
  9300. "Undying Will" is missing Tradable
  9301. "Undying Will" is missing Type
  9302. "Unleashed" is missing BaseDrain
  9303. "Unleashed" is missing Description
  9304. "Unleashed" is missing Icon
  9305. "Unleashed" is missing InternalName
  9306. "Unleashed" is missing Introduced
  9307. "Unleashed" is missing Link
  9308. "Unleashed" is missing MaxRank
  9309. "Unleashed" is missing Tradable
  9310. "Unleashed" is missing Transmutable
  9311. "Unleashed" is missing Type
  9312. "Untraceable" is missing BaseDrain
  9313. "Untraceable" is missing Description
  9314. "Untraceable" is missing Icon
  9315. "Untraceable" is missing InternalName
  9316. "Untraceable" is missing Link
  9317. "Untraceable" is missing MaxRank
  9318. "Untraceable" is missing Polarity
  9319. "Untraceable" is missing Tradable
  9320. "Untraceable" is missing Type
  9321. "Vacuum" is missing BaseDrain
  9322. "Vacuum" is missing Description
  9323. "Vacuum" is missing Icon
  9324. "Vacuum" is missing InternalName
  9325. "Vacuum" is missing Introduced
  9326. "Vacuum" is missing Link
  9327. "Vacuum" is missing MaxRank
  9328. "Vacuum" is missing Tradable
  9329. "Vacuum" is missing Type
  9330. "Vampire Leech" is missing BaseDrain
  9331. "Vampire Leech" is missing Description
  9332. "Vampire Leech" is missing Icon
  9333. "Vampire Leech" is missing InternalName
  9334. "Vampire Leech" is missing Introduced
  9335. "Vampire Leech" is missing Link
  9336. "Vampire Leech" is missing MaxRank
  9337. "Vampire Leech" is missing Tradable
  9338. "Vampire Leech" is missing Type
  9339. "Vanquished Prey" is missing BaseDrain
  9340. "Vanquished Prey" is missing Description
  9341. "Vanquished Prey" is missing Icon
  9342. "Vanquished Prey" is missing InternalName
  9343. "Vanquished Prey" is missing Introduced
  9344. "Vanquished Prey" is missing Link
  9345. "Vanquished Prey" is missing MaxRank
  9346. "Vanquished Prey" is missing Tradable
  9347. "Vanquished Prey" is missing Type
  9348. "Vapor Trail" is missing BaseDrain
  9349. "Vapor Trail" is missing Description
  9350. "Vapor Trail" is missing Icon
  9351. "Vapor Trail" is missing InternalName
  9352. "Vapor Trail" is missing Link
  9353. "Vapor Trail" is missing MaxRank
  9354. "Vapor Trail" is missing Tradable
  9355. "Vapor Trail" is missing Type
  9356. "Vaporize" is missing BaseDrain
  9357. "Vaporize" is missing Description
  9358. "Vaporize" is missing Icon
  9359. "Vaporize" is missing InternalName
  9360. "Vaporize" is missing Link
  9361. "Vaporize" is missing MaxRank
  9362. "Vaporize" is missing Tradable
  9363. "Vaporize" is missing Type
  9364. "Vazarin Transmute Core" is missing BaseDrain
  9365. "Vazarin Transmute Core" is missing Description
  9366. "Vazarin Transmute Core" is missing Icon
  9367. "Vazarin Transmute Core" is missing InternalName
  9368. "Vazarin Transmute Core" is missing Introduced
  9369. "Vazarin Transmute Core" is missing Link
  9370. "Vazarin Transmute Core" is missing MaxRank
  9371. "Vazarin Transmute Core" is missing Tradable
  9372. "Vazarin Transmute Core" is missing Type
  9373. "Venari Bodyguard" is missing BaseDrain
  9374. "Venari Bodyguard" is missing Description
  9375. "Venari Bodyguard" is missing Icon
  9376. "Venari Bodyguard" is missing InternalName
  9377. "Venari Bodyguard" is missing Introduced
  9378. "Venari Bodyguard" is missing Link
  9379. "Venari Bodyguard" is missing MaxRank
  9380. "Venari Bodyguard" is missing Tradable
  9381. "Venari Bodyguard" is missing Type
  9382. "Venerdo Hoverdrive" is missing BaseDrain
  9383. "Venerdo Hoverdrive" is missing Description
  9384. "Venerdo Hoverdrive" is missing Icon
  9385. "Venerdo Hoverdrive" is missing InternalName
  9386. "Venerdo Hoverdrive" is missing Introduced
  9387. "Venerdo Hoverdrive" is missing Link
  9388. "Venerdo Hoverdrive" is missing MaxRank
  9389. "Venerdo Hoverdrive" is missing Tradable
  9390. "Venerdo Hoverdrive" is missing Type
  9391. "Vengeful Revenant" is missing BaseDrain
  9392. "Vengeful Revenant" is missing Description
  9393. "Vengeful Revenant" is missing Icon
  9394. "Vengeful Revenant" is missing InternalName
  9395. "Vengeful Revenant" is missing Introduced
  9396. "Vengeful Revenant" is missing Link
  9397. "Vengeful Revenant" is missing MaxRank
  9398. "Vengeful Revenant" is missing Tradable
  9399. "Vengeful Revenant" is missing Type
  9400. "Venom Dose" is missing BaseDrain
  9401. "Venom Dose" is missing Description
  9402. "Venom Dose" is missing Icon
  9403. "Venom Dose" is missing InternalName
  9404. "Venom Dose" is missing Introduced
  9405. "Venom Dose" is missing Link
  9406. "Venom Dose" is missing MaxRank
  9407. "Venom Dose" is missing Tradable
  9408. "Venom Dose" is missing Type
  9409. "Venom Teeth" is missing BaseDrain
  9410. "Venom Teeth" is missing Description
  9411. "Venom Teeth" is missing Icon
  9412. "Venom Teeth" is missing InternalName
  9413. "Venom Teeth" is missing Link
  9414. "Venom Teeth" is missing MaxRank
  9415. "Venom Teeth" is missing Tradable
  9416. "Venom Teeth" is missing Type
  9417. "Venomous Clip" is missing BaseDrain
  9418. "Venomous Clip" is missing Description
  9419. "Venomous Clip" is missing Icon
  9420. "Venomous Clip" is missing InternalName
  9421. "Venomous Clip" is missing Introduced
  9422. "Venomous Clip" is missing Link
  9423. "Venomous Clip" is missing MaxRank
  9424. "Venomous Clip" is missing Tradable
  9425. "Venomous Clip" is missing Type
  9426. "Venomous Rise" is missing BaseDrain
  9427. "Venomous Rise" is missing Description
  9428. "Venomous Rise" is missing Icon
  9429. "Venomous Rise" is missing InternalName
  9430. "Venomous Rise" is missing Introduced
  9431. "Venomous Rise" is missing Link
  9432. "Venomous Rise" is missing MaxRank
  9433. "Venomous Rise" is missing Tradable
  9434. "Venomous Rise" is missing Type
  9435. "Vermillion Storm" is missing BaseDrain
  9436. "Vermillion Storm" is missing Description
  9437. "Vermillion Storm" is missing Icon
  9438. "Vermillion Storm" is missing InternalName
  9439. "Vermillion Storm" is missing Introduced
  9440. "Vermillion Storm" is missing Link
  9441. "Vermillion Storm" is missing MaxRank
  9442. "Vermillion Storm" is missing Tradable
  9443. "Vermillion Storm" is missing Type
  9444. "Vexing Retaliation" is missing BaseDrain
  9445. "Vexing Retaliation" is missing Description
  9446. "Vexing Retaliation" is missing Icon
  9447. "Vexing Retaliation" is missing InternalName
  9448. "Vexing Retaliation" is missing Introduced
  9449. "Vexing Retaliation" is missing Link
  9450. "Vexing Retaliation" is missing MaxRank
  9451. "Vexing Retaliation" is missing Tradable
  9452. "Vexing Retaliation" is missing Type
  9453. "Vicious Approach" is missing BaseDrain
  9454. "Vicious Approach" is missing Description
  9455. "Vicious Approach" is missing Icon
  9456. "Vicious Approach" is missing InternalName
  9457. "Vicious Approach" is missing Introduced
  9458. "Vicious Approach" is missing Link
  9459. "Vicious Approach" is missing MaxRank
  9460. "Vicious Approach" is missing Tradable
  9461. "Vicious Approach" is missing Type
  9462. "Vicious Frost" is missing BaseDrain
  9463. "Vicious Frost" is missing Description
  9464. "Vicious Frost" is missing Icon
  9465. "Vicious Frost" is missing InternalName
  9466. "Vicious Frost" is missing Introduced
  9467. "Vicious Frost" is missing Link
  9468. "Vicious Frost" is missing MaxRank
  9469. "Vicious Frost" is missing Tradable
  9470. "Vicious Frost" is missing Type
  9471. "Vicious Spread" is missing BaseDrain
  9472. "Vicious Spread" is missing Description
  9473. "Vicious Spread" is missing Icon
  9474. "Vicious Spread" is missing InternalName
  9475. "Vicious Spread" is missing Introduced
  9476. "Vicious Spread" is missing Link
  9477. "Vicious Spread" is missing MaxRank
  9478. "Vicious Spread" is missing Tradable
  9479. "Vicious Spread" is missing Type
  9480. "Vigilante Armaments" is missing BaseDrain
  9481. "Vigilante Armaments" is missing Description
  9482. "Vigilante Armaments" is missing Icon
  9483. "Vigilante Armaments" is missing InternalName
  9484. "Vigilante Armaments" is missing Link
  9485. "Vigilante Armaments" is missing MaxRank
  9486. "Vigilante Armaments" is missing Tradable
  9487. "Vigilante Armaments" is missing Type
  9488. "Vigilante Fervor" is missing BaseDrain
  9489. "Vigilante Fervor" is missing Description
  9490. "Vigilante Fervor" is missing Icon
  9491. "Vigilante Fervor" is missing InternalName
  9492. "Vigilante Fervor" is missing Introduced
  9493. "Vigilante Fervor" is missing Link
  9494. "Vigilante Fervor" is missing MaxRank
  9495. "Vigilante Fervor" is missing Tradable
  9496. "Vigilante Fervor" is missing Type
  9497. "Vigilante Offense" is missing BaseDrain
  9498. "Vigilante Offense" is missing Description
  9499. "Vigilante Offense" is missing Icon
  9500. "Vigilante Offense" is missing InternalName
  9501. "Vigilante Offense" is missing Link
  9502. "Vigilante Offense" is missing MaxRank
  9503. "Vigilante Offense" is missing Tradable
  9504. "Vigilante Offense" is missing Type
  9505. "Vigilante Pursuit" is missing BaseDrain
  9506. "Vigilante Pursuit" is missing Description
  9507. "Vigilante Pursuit" is missing Icon
  9508. "Vigilante Pursuit" is missing InternalName
  9509. "Vigilante Pursuit" is missing Introduced
  9510. "Vigilante Pursuit" is missing Link
  9511. "Vigilante Pursuit" is missing MaxRank
  9512. "Vigilante Pursuit" is missing Tradable
  9513. "Vigilante Pursuit" is missing Type
  9514. "Vigilante Supplies" is missing BaseDrain
  9515. "Vigilante Supplies" is missing Description
  9516. "Vigilante Supplies" is missing Icon
  9517. "Vigilante Supplies" is missing InternalName
  9518. "Vigilante Supplies" is missing Introduced
  9519. "Vigilante Supplies" is missing Link
  9520. "Vigilante Supplies" is missing MaxRank
  9521. "Vigilante Supplies" is missing Tradable
  9522. "Vigilante Supplies" is missing Type
  9523. "Vigilante Vigor" is missing BaseDrain
  9524. "Vigilante Vigor" is missing Description
  9525. "Vigilante Vigor" is missing Icon
  9526. "Vigilante Vigor" is missing InternalName
  9527. "Vigilante Vigor" is missing Introduced
  9528. "Vigilante Vigor" is missing Link
  9529. "Vigilante Vigor" is missing MaxRank
  9530. "Vigilante Vigor" is missing Tradable
  9531. "Vigilante Vigor" is missing Type
  9532. "Vigor" is missing BaseDrain
  9533. "Vigor" is missing Description
  9534. "Vigor" is missing Icon
  9535. "Vigor" is missing InternalName
  9536. "Vigor" is missing Link
  9537. "Vigor" is missing MaxRank
  9538. "Vigor" is missing Tradable
  9539. "Vigor" is missing Type
  9540. "Vigorous Swap" is missing BaseDrain
  9541. "Vigorous Swap" is missing Description
  9542. "Vigorous Swap" is missing Icon
  9543. "Vigorous Swap" is missing InternalName
  9544. "Vigorous Swap" is missing Introduced
  9545. "Vigorous Swap" is missing Link
  9546. "Vigorous Swap" is missing MaxRank
  9547. "Vigorous Swap" is missing Tradable
  9548. "Vigorous Swap" is missing Type
  9549. "Vile Acceleration" is missing BaseDrain
  9550. "Vile Acceleration" is missing Description
  9551. "Vile Acceleration" is missing Icon
  9552. "Vile Acceleration" is missing InternalName
  9553. "Vile Acceleration" is missing Introduced
  9554. "Vile Acceleration" is missing Link
  9555. "Vile Acceleration" is missing MaxRank
  9556. "Vile Acceleration" is missing Tradable
  9557. "Vile Acceleration" is missing Type
  9558. "Vile Precision" is missing BaseDrain
  9559. "Vile Precision" is missing Description
  9560. "Vile Precision" is missing Icon
  9561. "Vile Precision" is missing InternalName
  9562. "Vile Precision" is missing Introduced
  9563. "Vile Precision" is missing Link
  9564. "Vile Precision" is missing MaxRank
  9565. "Vile Precision" is missing Tradable
  9566. "Vile Precision" is missing Type
  9567. "Viral Quills" is missing BaseDrain
  9568. "Viral Quills" is missing Description
  9569. "Viral Quills" is missing Icon
  9570. "Viral Quills" is missing InternalName
  9571. "Viral Quills" is missing Introduced
  9572. "Viral Quills" is missing Link
  9573. "Viral Quills" is missing MaxRank
  9574. "Viral Quills" is missing Tradable
  9575. "Viral Quills" is missing Type
  9576. "Virulent Scourge" is missing BaseDrain
  9577. "Virulent Scourge" is missing Description
  9578. "Virulent Scourge" is missing Icon
  9579. "Virulent Scourge" is missing InternalName
  9580. "Virulent Scourge" is missing Introduced
  9581. "Virulent Scourge" is missing Link
  9582. "Virulent Scourge" is missing MaxRank
  9583. "Virulent Scourge" is missing Tradable
  9584. "Virulent Scourge" is missing Type
  9585. "Vital Sense" is missing BaseDrain
  9586. "Vital Sense" is missing Description
  9587. "Vital Sense" is missing Icon
  9588. "Vital Sense" is missing InternalName
  9589. "Vital Sense" is missing Link
  9590. "Vital Sense" is missing MaxRank
  9591. "Vital Sense" is missing Tradable
  9592. "Vital Sense" is missing Type
  9593. "Vital Systems Bypass" is missing BaseDrain
  9594. "Vital Systems Bypass" is missing Description
  9595. "Vital Systems Bypass" is missing Icon
  9596. "Vital Systems Bypass" is missing InternalName
  9597. "Vital Systems Bypass" is missing Introduced
  9598. "Vital Systems Bypass" is missing Link
  9599. "Vital Systems Bypass" is missing MaxRank
  9600. "Vital Systems Bypass" is missing Tradable
  9601. "Vital Systems Bypass" is missing Type
  9602. "Vitality" is missing BaseDrain
  9603. "Vitality" is missing Description
  9604. "Vitality" is missing Icon
  9605. "Vitality" is missing InternalName
  9606. "Vitality" is missing Introduced
  9607. "Vitality" is missing Link
  9608. "Vitality" is missing MaxRank
  9609. "Vitality" is missing Tradable
  9610. "Vitality" is missing Type
  9611. "Volatile Parasite" is missing BaseDrain
  9612. "Volatile Parasite" is missing Description
  9613. "Volatile Parasite" is missing Icon
  9614. "Volatile Parasite" is missing InternalName
  9615. "Volatile Parasite" is missing Link
  9616. "Volatile Parasite" is missing MaxRank
  9617. "Volatile Parasite" is missing Tradable
  9618. "Volatile Parasite" is missing Type
  9619. "Volatile Quick Return" is missing BaseDrain
  9620. "Volatile Quick Return" is missing Description
  9621. "Volatile Quick Return" is missing Icon
  9622. "Volatile Quick Return" is missing InternalName
  9623. "Volatile Quick Return" is missing Link
  9624. "Volatile Quick Return" is missing MaxRank
  9625. "Volatile Quick Return" is missing Tradable
  9626. "Volatile Quick Return" is missing Type
  9627. "Volatile Rebound" is missing BaseDrain
  9628. "Volatile Rebound" is missing Description
  9629. "Volatile Rebound" is missing Icon
  9630. "Volatile Rebound" is missing InternalName
  9631. "Volatile Rebound" is missing Link
  9632. "Volatile Rebound" is missing MaxRank
  9633. "Volatile Rebound" is missing Tradable
  9634. "Volatile Rebound" is missing Type
  9635. "Volcanic Edge" is missing BaseDrain
  9636. "Volcanic Edge" is missing Description
  9637. "Volcanic Edge" is missing Icon
  9638. "Volcanic Edge" is missing InternalName
  9639. "Volcanic Edge" is missing Introduced
  9640. "Volcanic Edge" is missing Link
  9641. "Volcanic Edge" is missing MaxRank
  9642. "Volcanic Edge" is missing Tradable
  9643. "Volcanic Edge" is missing Type
  9644. "Voltage Sequence" is missing BaseDrain
  9645. "Voltage Sequence" is missing Description
  9646. "Voltage Sequence" is missing Icon
  9647. "Voltage Sequence" is missing InternalName
  9648. "Voltage Sequence" is missing Introduced
  9649. "Voltage Sequence" is missing Link
  9650. "Voltage Sequence" is missing MaxRank
  9651. "Voltage Sequence" is missing Tradable
  9652. "Voltage Sequence" is missing Type
  9653. "Voltaic Lance" is missing BaseDrain
  9654. "Voltaic Lance" is missing Description
  9655. "Voltaic Lance" is missing Icon
  9656. "Voltaic Lance" is missing InternalName
  9657. "Voltaic Lance" is missing Introduced
  9658. "Voltaic Lance" is missing Link
  9659. "Voltaic Lance" is missing MaxRank
  9660. "Voltaic Lance" is missing Tradable
  9661. "Voltaic Lance" is missing Type
  9662. "Voltaic Strike" is missing BaseDrain
  9663. "Voltaic Strike" is missing Description
  9664. "Voltaic Strike" is missing Icon
  9665. "Voltaic Strike" is missing InternalName
  9666. "Voltaic Strike" is missing Introduced
  9667. "Voltaic Strike" is missing Link
  9668. "Voltaic Strike" is missing MaxRank
  9669. "Voltaic Strike" is missing Tradable
  9670. "Voltaic Strike" is missing Type
  9671. "Vome" is missing BaseDrain
  9672. "Vome" is missing Description
  9673. "Vome" is missing Icon
  9674. "Vome" is missing InternalName
  9675. "Vome" is missing Link
  9676. "Vome" is missing MaxRank
  9677. "Vome" is missing Polarity
  9678. "Vome" is missing Tradable
  9679. "Vome" is missing Type
  9680. "Vulcan Blitz" is missing BaseDrain
  9681. "Vulcan Blitz" is missing Description
  9682. "Vulcan Blitz" is missing Icon
  9683. "Vulcan Blitz" is missing InternalName
  9684. "Vulcan Blitz" is missing Introduced
  9685. "Vulcan Blitz" is missing Link
  9686. "Vulcan Blitz" is missing MaxRank
  9687. "Vulcan Blitz" is missing Tradable
  9688. "Vulcan Blitz" is missing Type
  9689. "Vulpine Mask" is missing BaseDrain
  9690. "Vulpine Mask" is missing Description
  9691. "Vulpine Mask" is missing Icon
  9692. "Vulpine Mask" is missing InternalName
  9693. "Vulpine Mask" is missing Introduced
  9694. "Vulpine Mask" is missing Link
  9695. "Vulpine Mask" is missing MaxRank
  9696. "Vulpine Mask" is missing Tradable
  9697. "Vulpine Mask" is missing Type
  9698. "Ward Recovery" is missing BaseDrain
  9699. "Ward Recovery" is missing Description
  9700. "Ward Recovery" is missing Icon
  9701. "Ward Recovery" is missing InternalName
  9702. "Ward Recovery" is missing Link
  9703. "Ward Recovery" is missing MaxRank
  9704. "Ward Recovery" is missing Tradable
  9705. "Ward Recovery" is missing Type
  9706. "Warding Thurible" is missing BaseDrain
  9707. "Warding Thurible" is missing Description
  9708. "Warding Thurible" is missing Icon
  9709. "Warding Thurible" is missing InternalName
  9710. "Warding Thurible" is missing Introduced
  9711. "Warding Thurible" is missing Link
  9712. "Warding Thurible" is missing MaxRank
  9713. "Warding Thurible" is missing Tradable
  9714. "Warding Thurible" is missing Type
  9715. "Warm Coat" is missing BaseDrain
  9716. "Warm Coat" is missing Description
  9717. "Warm Coat" is missing Icon
  9718. "Warm Coat" is missing InternalName
  9719. "Warm Coat" is missing Introduced
  9720. "Warm Coat" is missing Link
  9721. "Warm Coat" is missing MaxRank
  9722. "Warm Coat" is missing Tradable
  9723. "Warm Coat" is missing Type
  9724. "Warrior" is missing BaseDrain
  9725. "Warrior" is missing Description
  9726. "Warrior" is missing Icon
  9727. "Warrior" is missing InternalName
  9728. "Warrior" is missing Introduced
  9729. "Warrior" is missing Link
  9730. "Warrior" is missing MaxRank
  9731. "Warrior" is missing Tradable
  9732. "Warrior" is missing Type
  9733. "Weeping Wounds" is missing BaseDrain
  9734. "Weeping Wounds" is missing Description
  9735. "Weeping Wounds" is missing Icon
  9736. "Weeping Wounds" is missing InternalName
  9737. "Weeping Wounds" is missing Introduced
  9738. "Weeping Wounds" is missing Link
  9739. "Weeping Wounds" is missing MaxRank
  9740. "Weeping Wounds" is missing Tradable
  9741. "Weeping Wounds" is missing Type
  9742. "Whiplash Mine" is missing BaseDrain
  9743. "Whiplash Mine" is missing Description
  9744. "Whiplash Mine" is missing Icon
  9745. "Whiplash Mine" is missing InternalName
  9746. "Whiplash Mine" is missing Introduced
  9747. "Whiplash Mine" is missing Link
  9748. "Whiplash Mine" is missing MaxRank
  9749. "Whiplash Mine" is missing Tradable
  9750. "Whiplash Mine" is missing Type
  9751. "Whirlwind" is missing BaseDrain
  9752. "Whirlwind" is missing Description
  9753. "Whirlwind" is missing Icon
  9754. "Whirlwind" is missing InternalName
  9755. "Whirlwind" is missing Introduced
  9756. "Whirlwind" is missing Link
  9757. "Whirlwind" is missing MaxRank
  9758. "Whirlwind" is missing Tradable
  9759. "Whirlwind" is missing Type
  9760. "Wild Frenzy" is missing BaseDrain
  9761. "Wild Frenzy" is missing Description
  9762. "Wild Frenzy" is missing Icon
  9763. "Wild Frenzy" is missing InternalName
  9764. "Wild Frenzy" is missing Introduced
  9765. "Wild Frenzy" is missing Link
  9766. "Wild Frenzy" is missing MaxRank
  9767. "Wild Frenzy" is missing Tradable
  9768. "Wild Frenzy" is missing Type
  9769. "Wildfire" is missing BaseDrain
  9770. "Wildfire" is missing Description
  9771. "Wildfire" is missing Icon
  9772. "Wildfire" is missing InternalName
  9773. "Wildfire" is missing Introduced
  9774. "Wildfire" is missing Link
  9775. "Wildfire" is missing MaxRank
  9776. "Wildfire" is missing Tradable
  9777. "Wildfire" is missing Type
  9778. "Winds of Purity" is missing BaseDrain
  9779. "Winds of Purity" is missing Description
  9780. "Winds of Purity" is missing Icon
  9781. "Winds of Purity" is missing InternalName
  9782. "Winds of Purity" is missing Link
  9783. "Winds of Purity" is missing MaxRank
  9784. "Winds of Purity" is missing Tradable
  9785. "Winds of Purity" is missing Type
  9786. "Wise Razor" is missing BaseDrain
  9787. "Wise Razor" is missing Description
  9788. "Wise Razor" is missing Icon
  9789. "Wise Razor" is missing InternalName
  9790. "Wise Razor" is missing Link
  9791. "Wise Razor" is missing MaxRank
  9792. "Wise Razor" is missing Tradable
  9793. "Wise Razor" is missing Type
  9794. "Xata" is missing BaseDrain
  9795. "Xata" is missing Description
  9796. "Xata" is missing Icon
  9797. "Xata" is missing InternalName
  9798. "Xata" is missing Link
  9799. "Xata" is missing MaxRank
  9800. "Xata" is missing Polarity
  9801. "Xata" is missing Tradable
  9802. "Xata" is missing Type
  9803. "Zazvat-Kar" is missing BaseDrain
  9804. "Zazvat-Kar" is missing Description
  9805. "Zazvat-Kar" is missing Icon
  9806. "Zazvat-Kar" is missing InternalName
  9807. "Zazvat-Kar" is missing Link
  9808. "Zazvat-Kar" is missing MaxRank
  9809. "Zazvat-Kar" is missing Tradable
  9810. "Zazvat-Kar" is missing Type
  9811. "Zodiac Shred" is missing BaseDrain
  9812. "Zodiac Shred" is missing Description
  9813. "Zodiac Shred" is missing Icon
  9814. "Zodiac Shred" is missing InternalName
  9815. "Zodiac Shred" is missing Link
  9816. "Zodiac Shred" is missing MaxRank
  9817. "Zodiac Shred" is missing Tradable
  9818. "Zodiac Shred" is missing Type

Validating data types of values

p.validateDataTypes(frame): There are a total of 1 key-value errors

  1. Rolling Guard contains an unsupported key Polariy

Checking naming scheme of image names

p.checkImageName(frame): There are a total of 648 image names that do not follow mod image naming scheme ModNameMod.png

  1. "Abating Link": "AbatingLink3.png"
  2. "Accelerated Blast": "AcceleratedBlastModU145.png"
  3. "Accumulating Whipclaw": "AccumulatingWhipclaw.png"
  4. "Adaptation": "Adaptation.png"
  5. "Adept Surge": "AdeptSurge.png"
  6. "Adrenaline Boost": "AdrenalineBoost.png"
  7. "Afterburn": "Afterburn2.png"
  8. "Afterburner": "Afterburner.png"
  9. "Agile Aim": "AgileAim.png"
  10. "Agility Drift": "Agility_Drift.png"
  11. "Air Recon": "AirRecon.png"
  12. "Air Thrusters": "AirThrusters.png"
  13. "Air Time": "AirTime.png"
  14. "Ambush": "Ambush.png"
  15. "Ambush Optics": "AmbushOptics.png"
  16. "Ammo Case": "Ammo Case 19.6.3.png"
  17. "Ammo Chain": "AmmoChain.png"
  18. "Ammo Drum": "AmmoDrumModU145.png"
  19. "Ammo Stock": "AmmoStockModU145.png"
  20. "Ancient Fusion Core": "UncommonAncientFusionCore.png"
  21. "Anti-Grav Grenade": "Anti-GravGrenade.png"
  22. "Anticipation": "Anti.PNG"
  23. "Antimatter Absorb": "AntimatterAbsorb2.png"
  24. "Antimatter Mine": "AntimatterMine.png"
  25. "Arc Coil": "Arc Coil 19.6.3.png"
  26. "Archgun Ace": "Arch-GunAceMod.png"
  27. "Argon Plating": "ArgonPlating.png"
  28. "Armored Acrobatics": "ArmoredAcrobatics.png"
  29. "Armored Agility": "ArmoredAgilityNew.png"
  30. "Armored Evade": "ArmoredEvade.png"
  31. "Armored Recovery": "ArmoredRecovery.png"
  32. "Arrow Mutation": "ArrowMutationModU145.png"
  33. "Assault Mode": "AssaultMode.png"
  34. "Assimilate": "Assimilate2.png"
  35. "Astral Twilight": "AstralTwilight.png"
  36. "Atlantis Vulcan": "AtlantisVulcan.png"
  37. "Auger Strike": "AugerStrikeModU145.png"
  38. "Ballistic Bullseye": "BallisticBullseye3.png"
  39. "Bane of Corpus": "BaneOfCorpusModU145.png"
  40. "Bane of Corrupted": "BaneOfCorruptedMod.png"
  41. "Bane of Grineer": "BaneOfGrineerModU145.png"
  42. "Bane of Infested": "BaneOfInfestedModU145.png"
  43. "Barrel Diffusion": "BarrelDiffusionModU145.png"
  44. "Battering Maneuver": "BatteringManeuver.png"
  45. "Berserker": "BerserkerModU145.png"
  46. "Blade of Truth": "BladeofTruth.png"
  47. "Blaze": "BlazeModU145.png"
  48. "Blazing Steel": "BlazingSteel.png"
  49. "Bleeding Edge": "BleedingEdge.png"
  50. "Bleeding Willow": "BleedingWillowModU145.png"
  51. "Blind Rage": "BlindRageModU145.png"
  52. "Blunderbuss": "BlunderbussModU145.png"
  53. "Bore": "BoreModU145.png"
  54. "Bounty Hunter": "BountyHunter.png"
  55. "Brain Storm": "Brainstorm.png"
  56. "Breach Loader": "BreachLoaderModU145.png"
  57. "Bright Purity": "BrightPurity.png"
  58. "Broad Eye": "BroadEye.png"
  59. "Brutal Tide": "BrutalTideNew.png"
  60. "Burdened Magazine": "BurdenedMagazineModU145.png"
  61. "Burning Wasp": "BurningWaspModU145.png"
  62. "Bursting Mass": "BurstingMass.png"
  63. "Buzz Kill": "BuzzKillModU145.png"
  64. "Calculated Shot": "Calculated Shot 19.6.3.png"
  65. "Calculated Spring": "CalculatedSpring.png"
  66. "Calm & Frenzy": "Calm&Frenzy2.png"
  67. "Cannonade": "Cannonade.png"
  68. "Capacitance": "Capacitance2.png"
  69. "Cat's Eye": "Cat's Eye 19.6.3.png"
  70. "Cataclysmic Continuum": "CataclysmicContinuum2.png"
  71. "Cautious Shot": "CautiousShot.png"
  72. "Chaos Sphere": "ChaosSphere2.png"
  73. "Charged Chamber": "ChargedChamberModU145.png"
  74. "Charged Shell": "ChargedShellModU145.png"
  75. "Charm": "Charm 19.6.3.png"
  76. "Chilling Globe": "ChillingGlobe2.png"
  77. "Chilling Grasp": "ChillingGraspModU161.png"
  78. "Clashing Forest": "ClashingForestModU145.png"
  79. "Cleanse Corpus": "CleanseCorpusModU145.png"
  80. "Cleanse Grineer": "CleanseGrineerModU145.png"
  81. "Cleanse Infested": "CleanseInfestedModU145.png"
  82. "Cleaving Whirlwind": "CleavingWhirlwindModU145.png"
  83. "Coaction Drift": "Coaction drift.png"
  84. "Coiling Viper": "CoilingViperModU145.png"
  85. "Cold Snap": "Cold Snap.png"
  86. "Collision Force": "CollisionForce.png"
  87. "Combustion Rounds": "CombustionRounds.png"
  88. "Comet Rounds": "CometRounds.png"
  89. "Concentrated Arrow": "ConcentratedArrow.png"
  90. "Concussion Rounds": "ConcussionRoundsModU145.png"
  91. "Conductor": "Conductor.png"
  92. "Constitution": "ConstitutionModU145.png"
  93. "Contagious Spread": "ContagiousSpreadModU145.png"
  94. "Continuity": "ContinuityModU145.png"
  95. "Continuous Misery": "ContinuousMisery.png"
  96. "Convulsion": "ConvulsionModU145.png"
  97. "Coolant Leak": "Coolant Leak 19.6.3.png"
  98. "Corrosive Projection": "CorrosiveProjectionModU145.png"
  99. "Corrupt Charge": "CorruptChargeModU145.png"
  100. "Counterweight": "Counterweight.png"
  101. "Covert Lethality": "CovertLethalityNew.png"
  102. "Crash Course": "CrashCourse.png"
  103. "Crash Shot": "Cshot.png"
  104. "Creeping Bullseye": "CreepingBullseye.png"
  105. "Creeping Terrify": "CreepingTerrify2.png"
  106. "Critical Deceleration": "CriticalDeceleration.png"
  107. "Critical Delay": "CriticalDelayNew.png"
  108. "Crowd Dispersion": "Crowd Dispersion 19.6.3.png"
  109. "Crushing Ruin": "CrushingRuinNew.png"
  110. "Cryo Coating": "CryoCoating.png"
  111. "Cryo Rounds": "CryoRoundsModU161.png"
  112. "Cunning Drift": "Cunning_drift.png"
  113. "Curative Undertow": "CurativeUndertow3.png"
  114. "Cutting Edge": "CuttingEdge.png"
  115. "Deadly Sequence": "DeadlySequence.png"
  116. "Deceptive Bond": "DeceptiveBond.png"
  117. "Deep Freeze": "DeepFreezeModU161.png"
  118. "Defiled Reckoning": "DefiledReckoning.png"
  119. "Defiled Snapdragon": "DefiledSnapdragonNew.png"
  120. "Depleted Reload": "DepletedReloadNew.png"
  121. "Desiccation's Curse": "DesiccationsCurseMod.png"
  122. "Detect Vulnerability": "DetectVulnerability.png"
  123. "Diamond Skin": "DiamondSkinModU145.png"
  124. "Dig": "DigModU145.png"
  125. "Directed Convergence": "Directed_Convergence.png"
  126. "Discharge Strike": "DischargeStrike.png"
  127. "Disruptor": "DisruptorModU145.png"
  128. "Divebomb Vortex": "DivebombVortex2.png"
  129. "Double Tap": "DoubleTap.png"
  130. "Double-Barrel Drift": "DoubleBarrelDrift.png"
  131. "Duality": "Duality.png"
  132. "Eagle Eye": "EagleEyeModU145.png"
  133. "Efficient Transferral": "EfficientTransferral.png"
  134. "Eject Magazine": "EjectMagazine.png"
  135. "Electrical Resistance": "Electrical Resistance.jpg"
  136. "Electrified Barrel": "ElectrifiedBarrel.png"
  137. "Electro Pulse": "Electro Pulse 19.6.3.png"
  138. "Eleventh Storm": "EleventhStormModU145.png"
  139. "Enduring Strike": "EnduringStrikeModU145.png"
  140. "Enemy Radar": "EnemyRadarModU145.png"
  141. "Enemy Sense": "EnemySenseModU145.png"
  142. "Energy Channel": "EnergyChannelModU145.png"
  143. "Energy Conversion": "EnergyConversion.png"
  144. "Energy Field": "Energy Field.png"
  145. "Energy Generator": "EnergyGenerator.png"
  146. "Energy Inversion": "EnergyInversion2.png"
  147. "Energy Siphon": "EnergySiphonModU145.png"
  148. "Energy Transfer": "EnergyTransfer.png"
  149. "Enhanced Durability": "EnhancedDurability.png"
  150. "Entropy Burst": "EntropyBurst.png"
  151. "Entropy Flight": "EntropyFlight.png"
  152. "Entropy Spike": "EntropySpike.png"
  153. "Enveloping Cloud": "EnvelopingCloud.png"
  154. "Equilibrium": "EquilibriumModU145.png"
  155. "Eroding Blight": "ErodingBlight.png"
  156. "Escape Velocity": "EscapeVelocity2.png"
  157. "Eternal War": "EternalWar2.png"
  158. "Everlasting Ward": "EverlastingWard2.png"
  159. "Exalted Blade": "ExaltedBladeStance.png"
  160. "Expel Corpus": "ExpelCorpusModU145.png"
  161. "Expel Grineer": "ExpelGrineerModU145.png"
  162. "Expel Infested": "ExpelInfestedModU145.png"
  163. "Explosive Demise": "ExplosiveDemise.png"
  164. "Extreme Velocity": "ExtremeVelocity.png"
  165. "Fanged Fusillade": "FangedFusilladeModU145.png"
  166. "Fass": "FassRequiemMod.png"
  167. "Fast Deflection": "FastDeflectionModU145.png"
  168. "Fast Hands": "FastHandsModU145.png"
  169. "Fatal Attraction": "Fatal Attraction 19.6.3.png"
  170. "Fatal Teleport": "FatalTeleport2.png"
  171. "Feathered Arrows": "Farrows.png"
  172. "Ferocity": "FerocityModU145.png"
  173. "Fetch": "Fetch.png"
  174. "Fever Strike": "FeverStrikeModU145.png"
  175. "Final Harbinger": "Harbinger.png"
  176. "Final Tap": "FinalTap.png"
  177. "Finishing Touch": "FinishingTouchModU145.png"
  178. "Fire Resistance": "FireResistance_Rank0_cropped.jpg"
  179. "Firestorm": "FirestormNewA.png"
  180. "Firewalker": "Firewalker.png"
  181. "Flailing Branch": "FlailingBranchModU145.png"
  182. "Flak Shot": "Fshot.png"
  183. "Flame Repellent": "FlameRepellentNew.png"
  184. "Flechette": "FlechetteModU145.png"
  185. "Fleeting Expertise": "FleetingExpertiseModU145.png"
  186. "Flow": "FlowModU145.png"
  187. "Focus Energy": "FocusEnergyModU145.png"
  188. "Focused Acceleration": "Focused_Acceleration.png"
  189. "Fortitude": "FortitudeModU145.png"
  190. "Four Riders": "FourRiders.png"
  191. "Fracturing Crush": "FracturingCrush2.png"
  192. "Fracturing Wind": "FracturingWindModU145.png"
  193. "Frail Momentum": "FrailMomentum.png"
  194. "Frigid Blast": "FrigidBlastModU145.png"
  195. "Frost Insulation": "Frost_Insulation.png"
  196. "Frostbite": "FrostbiteModU145.png"
  197. "Full Contact": "FullContact.png"
  198. "Funnel Clouds": "FunnelClouds2.png"
  199. "Furor": "Furor.png"
  200. "Fury": "FuryModU145.png"
  201. "Fusion Core": "FusionCoreNew.png"
  202. "Galvanized Blade": "GalvanizedBlade.png"
  203. "Gemini Cross": "GeminiCrossNew.png"
  204. "Ghost": "Ghost 19.6.3.png"
  205. "Gilded Truth": "GildedTruth.png"
  206. "Glacial Edge": "GlacialEdge.png"
  207. "Gleaming Blight": "GleamingBlight.png"
  208. "Gleaming Talon": "GleamingTalonModU145.png"
  209. "Gnashing Payara": "GnashingPayaraModU145.png"
  210. "Greedy Pull": "GreedyPull3.png"
  211. "Grim Fury": "GrimFuryModU145.png"
  212. "Grinloked": "Grinloked.png"
  213. "Guardian": "Guardian 19.6.3.png"
  214. "Gun Glide": "GunGlide.png"
  215. "Gunslinger": "GunslingerModU145.png"
  216. "Hall of Malevolence": "HallOfMalevolence3.png"
  217. "Hallowed Reckoning": "HallowedReckoning2.png"
  218. "Hammer Shot": "HammerShotModU145.png"
  219. "Hastened Steps": "HastenedSteps.png"
  220. "Hawk Eye": "HawkEyeModU145.png"
  221. "Health Conversion": "HealthConversion.png"
  222. "Heartseeker": "Heartseeker.png"
  223. "Heated Charge": "HeatedChargeModU145.png"
  224. "Heavy Caliber": "HeavyCaliberModU145.png"
  225. "Heavy Impact": "HeavyImpactModU145.png"
  226. "Heavy Trauma": "HeavyTraumaModU145.png"
  227. "Heavy Warhead": "HeavyWarhead.png"
  228. "Heightened Reflexes": "Hreflexes.png"
  229. "Hell's Chamber": "HellsChamberModU145.png"
  230. "Hellfire": "HellfireModU145.png"
  231. "High Noon": "HighNoon.png"
  232. "High Voltage": "HighVoltageModU145.png"
  233. "Hollow Point": "HollowPointModU145.png"
  234. "Hollowed Bullets": "HollowedBullets.png"
  235. "Homing Fang": "HomingFangNew.png"
  236. "Hornet Strike": "HornetStrikeModU145.png"
  237. "Howl": "Howl 19.6.3.png"
  238. "Hunt": "Hunt 19.6.3.png"
  239. "Hush": "HushModU145.png"
  240. "Hushed Invisibility": "HushedInvisibility2.png"
  241. "Hydraulic Barrel": "Hbarrel.png"
  242. "Hydraulic Chamber": "Hchamber.png"
  243. "Hydraulic Crosshairs": "HydraulicCrosshairs.png"
  244. "Hydraulic Gauge": "Hgauge.png"
  245. "Hyperion Thrusters": "HyperionThrusters.png"
  246. "Hysteria": "HysteriaStance.png"
  247. "Hysterical Fixation": "HystericalFixation.png"
  248. "Ice Spring": "Ice spring.png"
  249. "Ice Storm": "IceStormModU145.png"
  250. "Ice Wave Impedance": "IceWaveImpedance3.png"
  251. "Impaler Munitions": "ImpalerMunitions.png"
  252. "Incendiary Coat": "IncendiaryCoatModU145.png"
  253. "Inertia Dampeners": "InertiaDampeners.png"
  254. "Infected Clip": "InfectedClipModU145.png"
  255. "Infectious Injection": "InfectiousInjection.png"
  256. "Infested Impedance": "InfestedImpedanceModU145.png"
  257. "Infiltrate": "Infiltrate2.png"
  258. "Insulation": "InsulationModU145.png"
  259. "Intensify": "IntensifyModU145.png"
  260. "Intruder": "IntruderModU145.png"
  261. "Investigator": "Investigator 19.6.3.png"
  262. "Ion Infusion": "IonInfusion.png"
  263. "Iron Shrapnel": "IronShrapnel3.png"
  264. "Iron Vault": "IronVault2.png"
  265. "Irradiating Disarm": "IrradiatingDisarm3.png"
  266. "Jagged Edge": "JaggedEdgeModU145.png"
  267. "Jahu": "JahuRequiemMod.png"
  268. "Jet Stream": "JetStream3.png"
  269. "Jolt": "JoltNew.png"
  270. "Justice Blades": "JusticeBlades.png"
  271. "Khra": "KhraRequiemMod.png"
  272. "Killing Blow": "KillingBlowModU145.png"
  273. "Kinetic Collision": "KineticCollision.png"
  274. "Kinetic Friction": "KineticFriction.png"
  275. "Kinetic Ricochet": "KineticRicochetRareReup.png"
  276. "Larva Burst": "LarvaBurst.png"
  277. "Laser Deflection": "Laser Deflection.jpg"
  278. "Lasting Covenant": "LastingCovenant.png"
  279. "Lasting Purity": "LastingPurity.png"
  280. "Lasting Sting": "LastingSting.png"
  281. "Lethal Momentum": "LethalMomentum.png"
  282. "Lethal Torrent": "LethalTorrentModU145.png"
  283. "Lie In Wait": "Lieinwait.png"
  284. "Life Strike": "LifeStrikeModU145.png"
  285. "Lightning Rod": "LightningRodModU145.png"
  286. "Lingering Torment": "LingeringTorment.png"
  287. "Lock and Load": "LockandLoad.png"
  288. "Lohk": "LohkRequiemMod.png"
  289. "Loot Detector": "LootDetectorModU145.png"
  290. "Looter": "Looter.png"
  291. "Madurai Transmute Core": "MaduraiTransmuteCore.png"
  292. "Mag Locks": "MagLocks.png"
  293. "Magazine Extension": "MagazineExtension.png"
  294. "Magazine Warp": "MagazineWarpModU145.png"
  295. "Maglev": "MaglevModU145.png"
  296. "Magma Chamber": "MagmaChamber.png"
  297. "Maim": "MaimModU145.png"
  298. "Malicious Raptor": "MaliciousRaptorNew.png"
  299. "Malignant Force": "MalignantForceModU145.png"
  300. "Martial Fury": "MartialFury.png"
  301. "Master Thief": "MasterThiefModU145.png"
  302. "Measured Burst": "MeasuredBurst.png"
  303. "Mecha Empowered": "MechaEmpowered.png"
  304. "Mecha Overdrive": "MechaOverdrive.png"
  305. "Mecha Pulse": "MechaPulse.png"
  306. "Mecha Recharge": "MechaRecharge.png"
  307. "Medi-Pet Kit": "Medi-Pet_KitMod.png"
  308. "Melee Prowess": "MeleeProwessModU145.png"
  309. "Mending Splinters": "MendingSplinters.png"
  310. "Mesa's Waltz": "Mesa'sWaltz.png"
  311. "Metal Auger": "MetalAugerModU145.png"
  312. "Meteor Munitions": "MeteorMunitions.png"
  313. "Mind Freak": "MindFreak3.png"
  314. "Mischief": "Mischief 19.6.3.png"
  315. "Mobilize": "Mobilize.png"
  316. "Modified Munitions": "ModifiedMunitions.png"
  317. "Molecular Conversion": "Molecular Conversion 19.10.png"
  318. "Molten Impact": "MoltenImpactModU145.png"
  319. "Morphic Transformer": "MorphicTransformer.png"
  320. "Mortal Conduct": "MortalConduct.png"
  321. "Napalm Grenades": "NapalmGrenades.png"
  322. "Naramon Transmute Core": "NaramonTransmuteCore.png"
  323. "Narrow Minded": "NarrowMindedModU145.png"
  324. "Natural Talent": "NaturalTalentModU145.png"
  325. "Negate": "Negate.png"
  326. "Netra": "NetraRequiemMod.png"
  327. "Neutralize": "Neutralize 19.6.3.png"
  328. "Neutron Star": "NeutronStar3.png"
  329. "Night Stalker": "NightStalker.png"
  330. "Nitro Boost": "NitroBoost.png"
  331. "No Return": "NoReturnModU145.png"
  332. "North Wind": "NorthWindModU161.png"
  333. "Ore Gaze": "OreGaze.png"
  334. "Organ Shatter": "OrganShatterModU145.png"
  335. "Overcharge Detectors": "OverchargeDetectorsNew.png"
  336. "Overextended": "OverextendedModU145.png"
  337. "Overview": "Overview.png"
  338. "Pacifying Bolts": "PacifyingBolts3.png"
  339. "Parry": "ParryModU145.png"
  340. "Pathogen Rounds": "PathogenRoundsModU145.png"
  341. "Peaceful Provocation": "PeacefulProvocation2.png"
  342. "Perpetual Agony": "PerpetualAgony.png"
  343. "Phoenix Renewal": "PhoenixRenewal2.png"
  344. "Piercing Caliber": "PiercingCaliberModU145.png"
  345. "Piercing Hit": "PiercingHitModU145.png"
  346. "Piercing Step": "PiercingStep.png"
  347. "Pilfering Swarm": "PilferingSwarm.png"
  348. "Pistol Ammo Mutation": "PistolAmmoMutationModU145.png"
  349. "Pistol Gambit": "PistolGambitModU145.png"
  350. "Pistol Pestilence": "PistolPestilenceModU145.png"
  351. "Pistol Scavenger": "PistolScavengerModU145.png"
  352. "Point Blank": "PointBlankModU145.png"
  353. "Point Strike": "PointStrikeModU145.png"
  354. "Pointed Wind": "PointedWindModU145.png"
  355. "Poisonous Sting": "PoisonousSting.png"
  356. "Polar Magazine": "PolarMagazine.png"
  357. "Pool of Life": "PoolOfLife3.png"
  358. "Poppin' Vert": "PoppinVertMod.png"
  359. "Power Donation": "PowerDonation.png"
  360. "Power Throw": "PowerThrowModU145.png"
  361. "Power of Three": "PowerofThree.png"
  362. "Pressure Point": "PressurePointModU145.png"
  363. "Pressurized Magazine": "PressurisedMagazineMod.png"
  364. "Primal Fury": "PrimalFuryStance.png"
  365. "Primal Rage": "PrimalRage2.png"
  366. "Primed Ammo Stock": "PrimedAmmoStockPlaceholder.png"
  367. "Primed Bane of Corpus": "PrimedBaneOfCorpus.png"
  368. "Primed Bane of Corrupted": "PrimedBaneOfCorrupted.png"
  369. "Primed Bane of Grineer": "PrimedBaneOfGrineer.png"
  370. "Primed Bane of Infested": "PrimedBaneOfInfested.png"
  371. "Primed Chamber": "PrimedChamber.png"
  372. "Primed Charged Shell": "PrimedChargedShell.png"
  373. "Primed Cleanse Corpus": "PrimedCleanseCorpus.png"
  374. "Primed Cleanse Corrupted": "PrimedCleanseCorrupted.png"
  375. "Primed Cleanse Grineer": "PrimedCleanseGrineer.png"
  376. "Primed Cleanse Infested": "PrimedCleanseInfested.png"
  377. "Primed Continuity": "PrimedContinuity.png"
  378. "Primed Expel Corpus": "PrimedExpelCorpus.png"
  379. "Primed Expel Corrupted": "PrimedExpelCorrupted.png"
  380. "Primed Expel Grineer": "PrimedExpelGrineer.png"
  381. "Primed Expel Infested": "PrimedExpelInfested.png"
  382. "Primed Fast Hands": "PrimedFastHands.png"
  383. "Primed Firestorm": "PrimedFirestorm.png"
  384. "Primed Flow": "PrimedFlow.png"
  385. "Primed Fulmination": "PrimedFulmination.png"
  386. "Primed Fury": "PrimedFury.png"
  387. "Primed Heated Charge": "PrimedHeatedCharge.png"
  388. "Primed Heavy Trauma": "PrimedHeavyTrauma.png"
  389. "Primed Morphic Transformer": "PrimedMorphicTransformer.png"
  390. "Primed Pistol Ammo Mutation": "PrimedPistolAmmoMutation.png"
  391. "Primed Pistol Gambit": "PrimedPistolGambit.png"
  392. "Primed Point Blank": "PrimedPointBlank.png"
  393. "Primed Pressure Point": "Primedpressurepoint.png"
  394. "Primed Quickdraw": "PrimedQuickdraw.png"
  395. "Primed Ravage": "PrimedRavage.png"
  396. "Primed Reach": "PrimedReach.png"
  397. "Primed Regen": "Primed Regen 19.6.3.png"
  398. "Primed Rifle Ammo Mutation": "PrimedRifleAmmoMutation.png"
  399. "Primed Rubedo-Lined Barrel": "PrimedRubedoLinedBarrel.png"
  400. "Primed Shotgun Ammo Mutation": "PrimedShotgunAmmoMutation.png"
  401. "Primed Shred": "Primed Shred.png"
  402. "Primed Slip Magazine": "PrimedSlipMagazine.png"
  403. "Primed Smite Corpus": "PrimedSmiteCorpus.png"
  404. "Primed Smite Corrupted": "PrimedSmiteCorrupted.png"
  405. "Primed Smite Grineer": "PrimedSmiteGrineer.png"
  406. "Primed Smite Infested": "PrimedSmiteInfested.png"
  407. "Primed Sure Footed": "Primed Sure Footed.png"
  408. "Primed Target Cracker": "PrimedTargetCracker.png"
  409. "Primed Vigor": "Primed Vigor.png"
  410. "Prism Guard": "PrismGuard.png"
  411. "Prolonged Paralysis": "ProlongedParalysis3.png"
  412. "Protect": "Protect 19.6.3.png"
  413. "Provoked": "ProvokedModU145.png"
  414. "Pummel": "Pummel.png"
  415. "Purging Slash": "PurgingSlash.png"
  416. "Purifying Flames": "PurifyingFlames.png"
  417. "Push & Pull": "PushandPull.png"
  418. "Quick Charge": "QuickCharge.png"
  419. "Quick Reload": "QuickReload.png"
  420. "Quick Return": "QuickReturnModU145.png"
  421. "Quick Thinking": "QuickThinkingNew.png"
  422. "Quickdraw": "QuickdrawModU145.png"
  423. "Quickening": "QuickeningModU145.png"
  424. "Radiant Finish": "RadiantFinish4.png"
  425. "Rage": "RageModU145.png"
  426. "Rail Guards": "RailGuards.png"
  427. "Rapid Resilience": "RapidResilience.png"
  428. "Ravage": "RavageModU145.png"
  429. "Razor Munitions": "RazorMunitions.png"
  430. "Razor Shot": "RazorShotModU145.png"
  431. "Razorwing Blitz": "RazorwingBlitz.png"
  432. "Reach": "ReachModU145.png"
  433. "Reaping Chakram": "ReapingChakram.png"
  434. "Reaping Spiral": "ReapingSpiralModU145.png"
  435. "Reawaken": "Reawaken.png"
  436. "Rebound": "ReboundModU145.png"
  437. "Recharge Barrier": "RechargeBarrier.png"
  438. "Redirection": "RedirectionModU145.png"
  439. "Reflect": "Reflect 19.6.3.png"
  440. "Reflection": "ReflectionModU17.png"
  441. "Reflex Coil": "ReflexCoilModU145.png"
  442. "Reflex Draw": "ReflexDraw.png"
  443. "Reflex Guard": "ReflexGuardModU145.png"
  444. "Regen": "Regen 19.6.3.png"
  445. "Regenerative Molt": "RegenerativeMolt3.png"
  446. "Rejuvenation": "RejuvenationModU145.png"
  447. "Rending Crane": "RendingCraneModU145.png"
  448. "Rending Strike": "RendingStrikeModU145.png"
  449. "Repelling Bastille": "RepellingBastille4.png"
  450. "Resilient Focus": "Resilient_Focus.png"
  451. "Resonance": "Resonance3.png"
  452. "Retarget": "Retarget 19.10.png"
  453. "Retribution": "RetributionModU145.png"
  454. "Revenge": "Revenge 19.6.3.png"
  455. "Rifle Ammo Mutation": "RifleAmmoMutationModU145.png"
  456. "Rifle Amp": "RifleAmpModU145.png"
  457. "Rifle Aptitude": "RifleAptitudeModU145.png"
  458. "Rifle Scavenger": "RifleScavengerModU145.png"
  459. "Rift Haven": "Haven3.png"
  460. "Rift Torrent": "Rift_Torrent_3.png"
  461. "Rime Rounds": "RimeRoundsModU145.png"
  462. "Ripper Rounds": "RipperRounds.png"
  463. "Ris": "RisRequiemMod.png"
  464. "Rising Skill": "RisingSkill.png"
  465. "Rolling Guard": "RollingGuard.png"
  466. "Rubedo-Lined Barrel": "RubedoLinedBarrel.png"
  467. "Ruinous Extension": "RuinousExtension.png"
  468. "Rumbled": "Rumbled.png"
  469. "Rupture": "RuptureModU145.png"
  470. "Rush": "RushModU145.png"
  471. "Sacrificial Pressure": "SacrificialPressure.png"
  472. "Safeguard Switch": "SafeguardSwitch3.png"
  473. "Sanctuary": "Sanctuary 19.6.3.png"
  474. "Sapping Reach": "SappingReach.png"
  475. "Savage Silence": "SavageSilence3.png"
  476. "Savagery": "SavageryModU145.png"
  477. "Sawtooth Clip": "SawtoothClipModU145.png"
  478. "Scan Aquatic Lifeforms": "ScanAquaticLifeforms.jpg"
  479. "Scan Matter": "ScanMatter.png"
  480. "Scattered Justice": "ScatteredJustice.png"
  481. "Scattering Inferno": "ScatteringInfernoModU145.png"
  482. "Scavenge": "ScavengeMod.png‎"
  483. "Scorch": "ScorchModU145.png"
  484. "Searing Steel": "SearingSteel.png"
  485. "Secondary Wind": "SecondaryWind.png"
  486. "Seeker": "SeekerModU145.png"
  487. "Seeking Force": "SeekingForceModU145.png"
  488. "Seeking Fury": "SeekingFury2.png"
  489. "Seeking Shuriken": "SeekingShuriken3.png"
  490. "Seismic Palm": "SeismicPalmModU145.png"
  491. "Self Destruct": "SelfDestructModU145.png"
  492. "Sequence Burn": "SequenceBurn.png"
  493. "Serene Storm": "SereneStormStance.png"
  494. "Serrated Edges": "Serratededges.png"
  495. "Serrated Rounds": "Serratedr.png"
  496. "Serration": "SerrationModU145.png"
  497. "Sharpened Blade": "Sharpenedblade.png"
  498. "Sharpened Claws": "Sharpened Claws 19.6.3.png"
  499. "Sharpshooter": "Sharpshooter.png"
  500. "Shattering Justice": "ShatteringJustice.png"
  501. "Shattering Storm": "ShatteringStormModU145.png"
  502. "Shell Compression": "ShellCompressionModU145.png"
  503. "Shell Rush": "ShellRush.png"
  504. "Shell Shock": "ShellShockModU145.png"
  505. "Shelter": "Shelter 19.6.3.png"
  506. "Shield Disruption": "ShieldDisruptionNew.png"
  507. "Shield Overload": "ShieldOverload.png"
  508. "Shield Transference": "ShieldTransference2.png"
  509. "Shield of Shadows": "ShieldOfShadows2.png"
  510. "Shimmering Blight": "ShimmeringBlightModU145.png"
  511. "Shock Absorbers": "ShockAbsorbersModU145.png"
  512. "Shocking Speed": "ShockingSpeed2.png"
  513. "Shocking Touch": "ShockingTouchModU145.png"
  514. "Shotgun Ammo Mutation": "ShotgunAmmoMutationModU145.png"
  515. "Shotgun Savvy": "ShotgunSavvyModU145.png"
  516. "Shotgun Scavenger": "ShotgunScavengerModU145.png"
  517. "Shotgun Spazz": "ShotgunSpazzModU145.png"
  518. "Shrapnel Rounds": "ShrapnelRounds.png"
  519. "Shred": "ShredNew.png"
  520. "Shred Shot": "Sshot.png"
  521. "Shredder": "ShredderModU145.png"
  522. "Signal Flare": "SignalFlare.png"
  523. "Singularity": "Singularity.png"
  524. "Sinister Reach": "SinisterReach.png"
  525. "Sinking Talon": "SinkingTalon.png"
  526. "Skull Shots": "SkullShots.png"
  527. "Slay Board": "SlayBoard.png"
  528. "Slip Magazine": "SlipMagazineModU145.png"
  529. "Smite Corpus": "SmiteCorpusModU145.png"
  530. "Smite Grineer": "SmiteGrineerModU145.png"
  531. "Smite Infested": "SmiteInfestedModU145.png"
  532. "Snap Shot": "SnapShot.png"
  533. "Sniper Ammo Mutation": "SniperAmmoMutationModU145.png"
  534. "Sniper Scavenger": "SniperScavengerModU145.png"
  535. "Soft Hands": "SoftHands.png"
  536. "Sonic Boost": "SonicBoost.png"
  537. "Soul Survivor": "SoulSurvivor3.png"
  538. "Spare Parts": "SparePartsModU145.png"
  539. "Speed Trigger": "SpeedTriggerNew.png"
  540. "Split Chamber": "SplitChamberModU145.png"
  541. "Spoiled Strike": "SpoiledStrikeModU145.png"
  542. "Spring-Loaded Blade": "Spring-LoadedBladeMod.png "
  543. "Spring-Loaded Broadhead": "SpringLoadedBroadhead.png"
  544. "Spry Sights": "SprySights.png"
  545. "Stabilizer": "StabilizerModU145.png"
  546. "Staggering Shield": "StaggeringShield2.png"
  547. "Stalk": "Stalk 19.6.3.png"
  548. "Stalking Fan": "StalkingFanNew.png"
  549. "Stand Ground": "Standground.png"
  550. "Static Alacrity": "StaticAlacrity.png"
  551. "Steady Hands": "SteadyHandsModU145.png"
  552. "Stealth Drift": "Stealth_Driftv3.png"
  553. "Steel Charge": "SteelChargeModU145.png"
  554. "Steel Fiber": "SteelFiberModU145.png"
  555. "Stinging Truth": "StingingTruth.png"
  556. "Stormbringer": "StormbringerModU145.png"
  557. "Strafing Slide": "StrafingSlide.png"
  558. "Streamline": "StreamlineModU145.png"
  559. "Stretch": "StretchModU145.png"
  560. "Striker": "Striker 19.6.3.png"
  561. "Stunning Speed": "StunningSpeedModU145.png"
  562. "Sudden Impact": "SuddenImpact.png"
  563. "Sudden Justice": "Sudden_Justice.png"
  564. "Sundering Strike": "SunderingStrikeModU145.png"
  565. "Sundering Weave": "SunderingWeaveModU145.png"
  566. "Superior Defenses": "SuperiorDefenses.png"
  567. "Suppress": "SuppressModU145.png"
  568. "Sure Footed": "SureFootedModU145.png"
  569. "Sure Shot": "SureShotModU145.png"
  570. "Surging Dash": "SurgingDash3.png"
  571. "Surplus Diverters": "SurplusDiverters.png"
  572. "Sweeping Serration": "SweepingSerrationModU145.png"
  573. "Swift Deth": "Swift Deth 19.6.3.png"
  574. "Swing Line": "SwingLine3.png"
  575. "Sword Alone": "SwordAlone.png"
  576. "Synth Charge": "SynthCharge.png"
  577. "Synth Deconstruct": "SynthDeconstruct.png"
  578. "Synth Fiber": "SynthFiber.png"
  579. "Synth Reflex": "SynthReflex.png"
  580. "System Reroute": "SystemReroute.png"
  581. "Tactical Pump": "TacticalPumpModU145.png"
  582. "Tactical Reload": "TacticalReload.png"
  583. "Tactical Retreat": "TacticalRetreat.png"
  584. "Tainted Clip": "TaintedClipModU145.png"
  585. "Tainted Mag": "TaintedMagModU145.png"
  586. "Tainted Shell": "TaintedShellModU145.png"
  587. "Target Cracker": "TargetCrackerModU145.png"
  588. "Targeting Receptor": "Targeting Receptor 19.6.3.png"
  589. "Tear Gas": "TearGas.png"
  590. "Tectonic Fracture": "TectonicFracture2.png"
  591. "Tek Assault": "TekAssault.png"
  592. "Tek Collateral": "TekCollateral.png"
  593. "Tek Enhance": "TekEnhance.png"
  594. "Tek Gravity": "TekGravity.png"
  595. "Tempered Blade": "TemperedBlade.png"
  596. "Tempered Bound": "TemperedBound.png"
  597. "Tempo Royale": "TempoRoyale.png"
  598. "Terminal Velocity": "TerminalVelocity.png"
  599. "Thermite Rounds": "ThermiteRoundsModU145.png"
  600. "Thief's Wit": "ThiefsWitModU145.png"
  601. "Thrash Landing": "ThrashLanding.png"
  602. "Thumper": "Thumper 19.6.3.png"
  603. "Thunderbolt": "ThunderboltModU145.png"
  604. "Thundermiter": "Thundermiter.png"
  605. "Toxic Barrage": "ToxicBarrageModU145.png"
  606. "Toxic Blight": "ToxicBlight.png"
  607. "Toxic Sequence": "ToxicSequence.png"
  608. "Trail Blazer": "TrailBlazer.png"
  609. "Transient Fortitude": "TransientFortitude.png"
  610. "Trick Mag": "TrickMagModU145.png"
  611. "Triple Tap": "Triple_Tap.png"
  612. "Twitch": "Twitch.png"
  613. "Umbral Fiber": "UmbralFiber.png"
  614. "Umbral Intensify": "UmbralIntensify.png"
  615. "Umbral Vitality": "UmbralVitality.png"
  616. "Undying Will": "UndyingWillModU145.png"
  617. "Unleashed": "Unleashed 19.6.3.png"
  618. "Untraceable": "UntracableMod.png"
  619. "Vampire Leech": "VampireLeech2.png"
  620. "Vaporize": "Vaporize 19.6.3.png"
  621. "Vazarin Transmute Core": "VazarinTransmuteCore.png"
  622. "Venerdo Hoverdrive": "VenerdoHoverdrive.png"
  623. "Venomous Clip": "VenomousClip.png"
  624. "Vermillion Storm": "VermillionStorm.png"
  625. "Vexing Retaliation": "VexingRetaliation2.png"
  626. "Vicious Frost": "ViciousFrostModU145.png"
  627. "Vicious Spread": "ViciousSpreadModU145.png"
  628. "Vigor": "VigorModU145.png"
  629. "Vigorous Swap": "VigorousSwap.png"
  630. "Vile Acceleration": "VileAccelerationNew.png"
  631. "Vile Precision": "VilePrecisionModU145.png"
  632. "Virulent Scourge": "VirulentScourgeModU145.png"
  633. "Vital Sense": "VitalSenseModU145.png"
  634. "Vital Systems Bypass": "Vitalsystemsbypass.png"
  635. "Vitality": "VitalityModU145.png"
  636. "Volcanic Edge": "VolcanicEdgeModU145.png"
  637. "Voltaic Strike": "VoltaicStrikeModU145.png"
  638. "Vome": "VomeRequiemMod.png"
  639. "Vulpine Mask": "VulpineMask.png"
  640. "Ward Recovery": "WardRecovery.png"
  641. "Warm Coat": "WarmCoatModU145.png"
  642. "Warrior": "Warrior 19.6.3.png"
  643. "Whirlwind": "WhirlwindModU145.png"
  644. "Wild Frenzy": "WildFrenzy.png"
  645. "Wildfire": "WildfireModU145.png"
  646. "Winds of Purity": "Winds of Purity 19.9.1.png"
  647. "Xata": "XataRequiemMod.png"
  648. "Zazvat-Kar": "Zazvat-Kar.png"

Validating mod incompatibility graphs for circular references

p.validateIncompatibilityEdges(frame): There are a total of 0 Incompatible table errors

References

  1. https://warframe.fandom.com/f/p/2290994351439873490
  2. Jeloxale (2014, September 12). I've talked to a DE member about this but it takes too long. Only option for them is to go trough them 1 by 1 and screencap everything. That's how they did it the last time, but this time it ain't gonna work.. Warframe Forums. Accessed 2022-10-06. Archived from the original on 2022-10-06. User:Jeloxale, former wiki moderator, commenting on DE's old way of providing full mod image assets.

Mod Data


-- TODO: Add introduced key to all mods

local ModData = {
["IgnoreInCount"] = {
    "Affinity Amp", "Ancient Fusion Core", "Cannonade", "Divebomb Vortex",
    "Electrical Resistance", "Fire Resistance", "Frost Insulation", 
    "Fusion Core", "Iron Vault", "Laser Deflection", "Primed Ammo Stock", "Resilient Focus", 
    "Retarget", "Shield Transference", "Striker", "Swift Deth", "Warrior"
},
["Mods"] = {
    -- A --
    -- AB --
    ["Abating Link"] = {
        Image = "AbatingLink3.png",
        Introduced = "15.6",
        Name = "Abating Link",
        Polarity = "Zenurik",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Abundant Mutation"] = {
        Image = "AbundantMutationMod.png",
        Introduced = "27.5.4",
        Name = "Abundant Mutation",
        Polarity = "Zenurik",
        Rarity = "Rare",
        Transmutable = false,
    },
    -- AC --
    ["Accelerated Blast"] = {
        Image = "AcceleratedBlastModU145.png",
        Introduced = "9",
        Name = "Accelerated Blast",
        Polarity = "Madurai",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Accelerated Deflection"] = {
        Image = "AcceleratedDeflectionMod.png",
        Introduced = "Vanilla",
        Name = "Accelerated Deflection",
        Polarity = "Vazarin",
        Rarity = "Uncommon",
        Transmutable = true,
    },
    ["Accumulating Whipclaw"] = {
        Image = "AccumulatingWhipclaw.png",
        Introduced = "23.7",
        Name = "Accumulating Whipclaw",
        Polarity = "Zenurik",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Acid Shells"] = {
        Image = "AcidShellsMod.png",
        Introduced = "18.10",
        Name = "Acid Shells",
        Polarity = "Madurai",
        Rarity = "Uncommon",
        Transmutable = false,
    },
    ["Acidic Spittle"] = {
        Image = "AcidicSpittleMod.png",
        Introduced = "29",
        Name = "Acidic Spittle",
        Polarity = "Penjaga",
        Rarity = "Rare",
        Transmutable = false,
    },
    -- AD --
    ["Adaptation"] = {
        Image = "Adaptation.png",
        Introduced = "23.10",
        Name = "Adaptation",
        Polarity = "Vazarin",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Adept Surge"] = {
        Image = "AdeptSurge.png",
        Introduced = "17.8",
        Name = "Adept Surge",
        Polarity = "Naramon",
        Rarity = "Uncommon",
        Transmutable = false,
    },
    ["Adhesive Blast"] = {
        Image = "AdhesiveBlastMod.png",
        Introduced = "17",
        Name = "Adhesive Blast",
        Polarity = "Madurai",
        Rarity = "Rare",
        Transmutable = true,
    },
    ["Adrenaline Boost"] = {
        Image = "AdrenalineBoost.png",
        Introduced = "17",
        Name = "Adrenaline Boost",
        Polarity = "Madurai",
        Rarity = "Rare",
        Transmutable = false,
    },
    -- AE --
    ["Aerial Ace"] = {
        Image = "AerialAceMod.png",
        Name = "Aerial Ace",
        Polarity = "Naramon",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Aero Agility"] = {
        Image = "AeroAgilityMod.png",
        Name = "Aero Agility",
        Polarity = "Naramon",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Aero Periphery"] = {
        Image = "AeroPeripheryMod.png",
        Name = "Aero Periphery",
        Polarity = "Naramon",
        Rarity = "Common",
        Transmutable = false,
    },
    ["Aero Vantage"] = {
        Image = "AeroVantageMod.png",
        Name = "Aero Vantage",
        Polarity = "Naramon",
        Rarity = "Uncommon",
        Transmutable = false,
    },
    ["Aerodynamic"] = {
        Image = "AerodynamicMod.png",
        Name = "Aerodynamic",
        Polarity = "Vazarin",
        Rarity = "Rare",
        Transmutable = false,
    },
    -- AF --
    ["Affinity Amp"] = {
        Image = "AffinityAmpMod.png",
        Name = "Affinity Amp",
        Polarity = "Naramon",
        Rarity = "Uncommon",
        Transmutable = false,
    },
    ["Afterburn"] = {
        Image = "Afterburn2.png",
        Name = "Afterburn",
        Polarity = "Zenurik",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Afterburner"] = {
        Image = "Afterburner.png",
        Name = "Afterburner",
        Polarity = "Zenurik",
        Rarity = "Rare",
        Transmutable = true,
    },
    -- AG --
    ["Agile Aim"] = {
        Image = "AgileAim.png",
        Name = "Agile Aim",
        Polarity = "Madurai",
        Rarity = "Uncommon",
        Transmutable = false,
    },
    ["Agility Drift"] = {
        Image = "Agility_Drift.png",
        Introduced = "18",
        Name = "Agility Drift",
        Polarity = "Vazarin",
        Rarity = "Rare",
        Transmutable = false,
    },
    -- AI --
    ["Air Recon"] = {
        Image = "AirRecon.png",
        Name = "Air Recon",
        Polarity = "Naramon",
        Rarity = "Uncommon",
        Transmutable = false,
    },
    ["Air Thrusters"] = {
        Image = "AirThrusters.png",
        Name = "Air Thrusters",
        Polarity = "Naramon",
        Rarity = "Uncommon",
        Transmutable = false,
    },
    ["Air Time"] = {
        Image = "AirTime.png",
        Name = "Air Time",
        Polarity = "Naramon",
        Rarity = "Common",
        Transmutable = false,
    },
    -- AM --
    -- AMALGAM --
    ["Amalgam Argonak Metal Auger"] = {
        Image = "AmalgamArgonakMetalAugerMod.png",
        Introduced = "25",
        Name = "Amalgam Argonak Metal Auger",
        Polarity = "Madurai",
        Rarity = "Amalgam",
        Transmutable = false,
    },
    ["Amalgam Barrel Diffusion"] = {
        Image = "AmalgamBarrelDiffusionMod.png",
        Introduced = "24.4",
        Name = "Amalgam Barrel Diffusion",
        Polarity = "Madurai",
        Rarity = "Amalgam",
        Transmutable = false,
    },
    ["Amalgam Daikyu Target Acquired"] = {
        Image = "AmalgamDaikyuTargetAcquiredMod.png",
        Introduced = "25",
        Name = "Amalgam Daikyu Target Acquired",
        Polarity = "Madurai",
        Rarity = "Amalgam",
        Transmutable = false,
    },
    ["Amalgam Furax Body Count"] = {
        Image = "AmalgamFuraxBodyCountMod.png",
        Introduced = "25",
        Name = "Amalgam Furax Body Count",
        Polarity = "Madurai",
        Rarity = "Amalgam",
        Transmutable = false,
    },
    ["Amalgam Javlok Magazine Warp"] = {
        Image = "AmalgamJavlokMagazineWarpMod.png",
        Introduced = "25",
        Name = "Amalgam Javlok Magazine Warp",
        Polarity = "Madurai",
        Rarity = "Amalgam",
        Transmutable = false,
    },
    ["Amalgam Organ Shatter"] = {
        Image = "AmalgamOrganShatterMod.png",
        Introduced = "24.4",
        Name = "Amalgam Organ Shatter",
        Polarity = "Madurai",
        Rarity = "Amalgam",
        Transmutable = false,
    },
    ["Amalgam Ripkas True Steel"] = {
        Image = "AmalgamRipkasTrueSteelMod.png",
        Introduced = "25",
        Name = "Amalgam Ripkas True Steel",
        Polarity = "Madurai",
        Rarity = "Amalgam",
        Transmutable = false,
    },
    ["Amalgam Shotgun Spazz"] = {
        Image = "AmalgamShotgunSpazzMod.png",
        Introduced = "24.4",
        Name = "Amalgam Shotgun Spazz",
        Polarity = "Madurai",
        Rarity = "Amalgam",
        Transmutable = false,
    },
    ["Amalgam Serration"] = {
        Image = "AmalgamSerrationMod.png",
        Introduced = "24.4",
        Name = "Amalgam Serration",
        Polarity = "Madurai",
        Rarity = "Amalgam",
        Transmutable = false,
    },
    ["Ambush"] = {
        Image = "Ambush.png",
        Name = "Ambush",
        Polarity = "Penjaga",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Ambush Optics"] = {
        Image = "AmbushOptics.png",
        Introduced = "18.5",
        Name = "Ambush Optics",
        Polarity = "Naramon",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Ammo Case"] = {
        Image = "Ammo Case 19.6.3.png",
        Name = "Ammo Case",
        Polarity = "Penjaga",
        Rarity = "Common",
        Transmutable = false,
    },
    ["Ammo Chain"] = {
        Image = "AmmoChain.png",
        Introduced = "24.2",
        Name = "Ammo Chain",
        Polarity = "Naramon",
        Rarity = "Uncommon",
        Transmutable = true,
    },
    ["Ammo Drum"] = {
        Image = "AmmoDrumModU145.png",
        Name = "Ammo Drum",
        Polarity = "Naramon",
        Rarity = "Common",
        Transmutable = true,
    },
    ["Ammo Stock"] = {
        Image = "AmmoStockModU145.png",
        Introduced = "0",
        Name = "Ammo Stock",
        Polarity = "Naramon",
        Rarity = "Uncommon",
        Transmutable = true,
    },
    -- AN --
    ["Anabolic Pollination"] = {
        Image = "AnabolicPollinationMod.png",
        Introduced = "29",
        Name = "Anabolic Pollination",
        Polarity = "Penjaga",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Ancient Fusion Core"] = {
        Image = "UncommonAncientFusionCore.png",
        Name = "Ancient Fusion Core",
        Polarity = "Core",
        Rarity = "Common<br>Uncommon<br>Rare",
        Transmutable = false,
    },
    ["Anchored Glide"] = {
        Image = "AnchoredGlideMod.png",
        Name = "Anchored Glide",
        Polarity = "Ability",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Anemic Agility"] = {
        Image = "AnemicAgilityMod.png",
        Name = "Anemic Agility",
        Introduced = "15",
        Polarity = "Naramon",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Animal Instinct"] = {
        Image = "AnimalInstinctMod.png",
        Name = "Animal Instinct",
        Introduced = "16.10.1",
        Polarity = "Naramon",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Anticipation"] = {
        Image = "Anti.PNG",
        Name = "Anticipation",
        Polarity = "Vazarin",
        Rarity = "Uncommon",
        Transmutable = false,
    },
    ["Anti-Flak Plating"] = {
        Image = "Anti-FlakPlatingMod.png",
        Introduced = "18.5",
        Name = "Anti-Flak Plating",
        Polarity = "Vazarin",
        Rarity = "Uncommon",
        Transmutable = false,
    },
    ["Anti-Grav Array"] = {
        Image = "Anti-GravArrayMod.png",
        Name = "Anti-Grav Array",
        Polarity = "Penjaga",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Anti-Grav Grenade"] = {
        Image = "Anti-GravGrenade.png",
        Name = "Anti-Grav Grenade",
        Polarity = "Penjaga",
        Rarity = "Common",
        Transmutable = false,
    },
    ["Antimatter Absorb"] = {
        Image = "AntimatterAbsorb2.png",
        Name = "Antimatter Absorb",
        Polarity = "Zenurik",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Antimatter Mine"] = {
        Image = "AntimatterMine.png",
        Introduced = "18.5",
        Name = "Antimatter Mine",
        Polarity = "Zenurik",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Antitoxin"] = {
        Image = "AntitoxinMod.png",
        Link = "Antitoxin (Mod)",
        Name = "Antitoxin",
        Polarity = "Vazarin",
        Rarity = "Uncommon",
        Transmutable = true,
    },
    -- AP --
    ["Apex Predator"] = {
        Image = "ApexPredatorMod.png",
        Name = "Apex Predator",
        Polarity = "Naramon",
        Rarity = "Uncommon",
        Transmutable = false,
    },
    -- AR --
    ["Arc Coil"] = {
        Image = "Arc Coil 19.6.3.png",
        Name = "Arc Coil",
        Polarity = "Penjaga",
        Rarity = "Common",
        Transmutable = false,
    },
    ["Archgun Ace"] = {
        Image = "Arch-GunAceMod.png",
        Name = "Archgun Ace",
        Polarity = "Madurai",
        Rarity = "Rare",
        Transmutable = true,
    },
    ["Argent Scourge"] = {
        Image = "ArgentScourgeMod.png",
        Name = "Argent Scourge",
        Polarity = "Zenurik",
        Rarity = "Uncommon",
        Transmutable = false,
    },
    ["Argon Plating"] = {
        Image = "ArgonPlating.png",
        Name = "Argon Plating",
        Polarity = "Vazarin",
        Rarity = "Common",
        Transmutable = true,
    },
    ["Argon Scope"] = {
        Image = "ArgonScopeMod.png",
        Name = "Argon Scope",
        Introduced = "18.4.1",
        Polarity = "Madurai",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Armored Acrobatics"] = {
        Image = "ArmoredAcrobatics.png",
        Name = "Armored Acrobatics",
        Polarity = "Vazarin",
        Rarity = "Uncommon",
        Transmutable = false,
    },
    ["Armored Agility"] = {
        Image = "ArmoredAgilityNew.png",
        Name = "Armored Agility",
        Polarity = "Vazarin",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Armored Evade"] = {
        Image = "ArmoredEvade.png",
        Name = "Armored Evade",
        Polarity = "Vazarin",
        Rarity = "Uncommon",
        Transmutable = false,
    },
    ["Armored Recovery"] = {
        Image = "ArmoredRecovery.png",
        Name = "Armored Recovery",
        Polarity = "Vazarin",
        Rarity = "Uncommon",
        Transmutable = false,
    },
    ["Arrow Mutation"] = {
        Image = "ArrowMutationModU145.png",
        Name = "Arrow Mutation",
        Polarity = "Naramon",
        Rarity = "Rare",
    },
    -- AS --
    ["Assault Mode"] = {
        Image = "AssaultMode.png",
        Name = "Assault Mode",
        Introduced = "24",
        Polarity = "Penjaga",
        Rarity = "Common",
        Transmutable = false,
    },
    ["Assimilate"] = {
        Image = "Assimilate2.png",
        Name = "Assimilate",
        Polarity = "Zenurik",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Astral Autopsy"] = {
        Image = "AstralAutopsyMod.png",
        Name = "Astral Autopsy",
        Introduced = "19.8",
        Polarity = "Vazarin",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Astral Slash"] = {
        Image = "AstralSlashMod.png",
        Name = "Astral Slash",
        Polarity = "Naramon",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Astral Twilight"] = {
        Image = "AstralTwilight.png",
        Name = "Astral Twilight",
        Polarity = "Naramon",
        Rarity = "Rare",
        Transmutable = true,
    },
    ["Atlantis Vulcan"] = {
        Image = "AtlantisVulcan.png",
        Name = "Atlantis Vulcan",
        Polarity = "Vazarin",
        Rarity = "Uncommon",
        Transmutable = true,
    },
    -- AU --
    ["Auger Strike"] = {
        Image = "AugerStrikeModU145.png",
        Name = "Auger Strike",
        Polarity = "Naramon",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Augur Accord"] = {
        Image = "AugurAccordMod.png",
        Name = "Augur Accord",
        Polarity = "Vazarin",
        Rarity = "Uncommon",
        Transmutable = false,
    },
    ["Augur Message"] = {
        Image = "AugurMessageMod.png",
        Name = "Augur Message",
        Polarity = "Naramon",
        Rarity = "Common",
        Transmutable = false,
    },
    ["Augur Pact"] = {
        Image = "AugurPactMod.png",
        Name = "Augur Pact",
        Introduced = "22",
        Polarity = "Naramon",
        Rarity = "Common",
        Transmutable = false,
    },
    ["Augur Reach"] = {
        Image = "AugurReachMod.png",
        Name = "Augur Reach",
        Polarity = "Naramon",
        Rarity = "Uncommon",
        Transmutable = false,
    },
    ["Augur Secrets"] = {
        Image = "AugurSecretsMod.png",
        Name = "Augur Secrets",
        Polarity = "Naramon",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Augur Seeker"] = {
        Image = "AugurSeekerMod.png",
        Name = "Augur Seeker",
        Polarity = "Madurai",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Auto Breach"] = {
        Image = "AutoBreachMod.png",
        Introduced = "26",
        Name = "Auto Breach",
        Polarity = nil,
        Rarity = "Uncommon",
        Transmutable = true,
    },
    ["Automatic Trigger"] = {
        Image = "AutomaticTriggerMod.png",
        Name = "Automatic Trigger",
        Polarity = "Madurai",
        Rarity = "Rare",
        Transmutable = true,
    },
    ["Auxiliary Power"] = {
        Image = "AuxiliaryPowerMod.png",
        Name = "Auxiliary Power",
        Polarity = "Madurai",
        Rarity = "Uncommon",
        Transmutable = true,
    },
    -- AV --
    ["Avenging Truth"] = {
        Image = "AvengingTruthMod.png",
        Name = "Avenging Truth",
        Polarity = "Madurai",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Aviator"] = {
        Image = "AviatorMod.png",
        Name = "Aviator",
        Polarity = "Vazarin",
        Rarity = "Common",
        Transmutable = false,
    },
    -- B --
    -- BA --
    ["Balefire Surge"] = {
        Image = "BalefireSurgeMod.png",
        Name = "Balefire Surge",
        Polarity = "Zenurik",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Ballista Measure"] = {
        Image = "BallistaMeasureMod.png",
        Name = "Ballista Measure",
        Polarity = "Vazarin",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Ballistic Bullseye"] = {
        Image = "BallisticBullseye3.png",
        Name = "Ballistic Bullseye",
        Polarity = "Zenurik",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Bane of Corpus"] = {
        Image = "BaneOfCorpusModU145.png",
        Name = "Bane of Corpus",
        Polarity = "Madurai",
        Rarity = "Uncommon",
    },
    ["Bane of Corrupted"] = {
        Image = "BaneOfCorruptedMod.png",
        Name = "Bane of Corrupted",
        Polarity = "Madurai",
        Rarity = "Uncommon",
    },
    ["Bane of Grineer"] = {
        Image = "BaneOfGrineerModU145.png",
        Name = "Bane of Grineer",
        Polarity = "Madurai",
        Rarity = "Uncommon",
    },
    ["Bane of Infested"] = {
        Image = "BaneOfInfestedModU145.png",
        Introduced = "9",
        Name = "Bane of Infested",
        Polarity = "Madurai",
        Rarity = "Uncommon",
    },
    ["Barrel Diffusion"] = {
        Image = "BarrelDiffusionModU145.png",
        Introduced = "0",
        Name = "Barrel Diffusion",
        Polarity = "Madurai",
        Rarity = "Rare",
    },
    ["Battering Maneuver"] = {
        Image = "BatteringManeuver.png",
        Name = "Battering Maneuver",
        Polarity = "Vazarin",
        Rarity = "Uncommon",
    },
    -- BE --
    ["Beguiling Lantern"] = {
        Image = "BeguilingLanternMod.png",
        Name = "Beguiling Lantern",
        Polarity = "Zenurik",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Berserker"] = {
        Image = "BerserkerModU145.png",
        Name = "Berserker",
        Polarity = "Madurai",
        Rarity = "Rare",
    },
    -- BH --
    ["Bhisaj-Bal"] = {
        Image = "Bhisaj-BalMod.png",
        Introduced = "29",
        Name = "Bhisaj-Bal",
        Polarity = "Naramon",
        Rarity = "Rare",
        Transmutable = false,
    },
    -- BI --
    ["Bite"] = {
        Image = "BiteMod.png",
        Name = "Bite",
        Polarity = "Madurai",
        Rarity = "Rare",
    },
    ["Biting Piranha"] = {
        Image = "BitingPiranhaMod.png",
        Name = "Biting Piranha",
        Polarity = "Unairu",
        Rarity = "Uncommon",
        Transmutable = false,
    },
    -- BL --
    ["Blade of Truth"] = {
        Image = "BladeofTruth.png",
        Name = "Blade of Truth",
        Polarity = "Madurai",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Bladed Rounds"] = {
        Image = "BladedRoundsMod.png",
        Name = "Bladed Rounds",
        Polarity = "Madurai",
        Rarity = "Uncommon",
        Transmutable = false,
    },
    ["Blast Shield"] = {
        Image = "BlastShieldMod.png",
        Name = "Blast Shield",
        Polarity = "Penjaga",
        Rarity = "Common",
        Transmutable = false,
    },
    ["Blaze"] = {
        Image = "BlazeModU145.png",
        Name = "Blaze",
        Polarity = "Madurai",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Blazing Pillage"] = {
        Image = "BlazingPillageMod.png",
        Name = "Blazing Pillage",
        Polarity = "Zenurik",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Blazing Steel"] = {
        Image = "BlazingSteel.png",
        Name = "Blazing Steel",
        Polarity = "Madurai",
        Rarity = "Uncommon",
    },
    ["Bleeding Edge"] = {
        Image = "BleedingEdge.png",
        Name = "Bleeding Edge",
        Polarity = "Madurai",
        Rarity = "Common",
    },
    ["Bleeding Willow"] = {
        Image = "BleedingWillowModU145.png",
        Name = "Bleeding Willow",
        Polarity = "Naramon",
        Rarity = "Rare",
    },
    ["Blending Talons"] = {
    	Image = "BlendingTalonsMod.png",
    	Introduced = "29.5",
    	Name = "Blending Talons",
    	Polarity = "Zenurik",
    	Rarity = "Rare",
    	Transmutable = false;
    },
    ["Blind Justice"] = {
        Image = "BlindJusticeMod.png",
        Name = "Blind Justice",
        Polarity = "Madurai",
        Rarity = "Uncommon",
    },
    ["Blind Rage"] = {
        Image = "BlindRageModU145.png",
        Introduced = "10.3",
        Name = "Blind Rage",
        Polarity = "Madurai",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Blind Shot"] = {
        Image = "BlindShotMod.png",
        Name = "Blind Shot",
        Polarity = "Madurai",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Blinding Reave"] = {
        Image = "BlindingReaveMod.png",
        Name = "Blinding Reave",
        Polarity = "Zenurik",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Blood For Ammo"] = {
        Image = "BloodForAmmoMod.png",
        Introduced = "26",
        Name = "Blood For Ammo",
        Polarity = nil,
        Rarity = "Common",
        Transmutable = true,
    },
    ["Blood For Energy"] = {
        Image = "BloodForEnergyMod.png",
        Introduced = "26",
        Name = "Blood For Energy",
        Polarity = nil,
        Rarity = "Rare",
        Transmutable = true,
    },
    ["Blood For Life"] = {
        Image = "BloodForLifeMod.png",
        Introduced = "26",
        Name = "Blood For Life",
        Polarity = nil,
        Rarity = "Common",
        Transmutable = true,
    },
    ["Blood Forge"] = {
        Image = "BloodForgeMod.png",
        Name = "Blood Forge",
        Polarity = "Zenurik",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Blood Rush"] = {
        Image = "BloodRushMod.png",
        Name = "Blood Rush",
        Polarity = "Madurai",
        Rarity = "Uncommon",
        Transmutable = false,
    },
    ["Blunderbuss"] = {
        Image = "BlunderbussModU145.png",
        Name = "Blunderbuss",
        Polarity = "Madurai",
        Rarity = "Common",
    },
    -- BO --
    ["Body Count"] = {
        Image = "BodyCountMod.png",
        Name = "Body Count",
        Polarity = "Naramon",
        Rarity = "Common",
        Transmutable = false,
    },
    ["Bomb The Landin'"] = {
        Image = "BombTheLandin'Mod.png",
        Introduced = "29",
        Name = "Bomb The Landin'",
        Polarity = "Madurai",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Bore"] = {
        Image = "BoreModU145.png",
        Name = "Bore",
        Polarity = "Naramon",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Botanist"] = {
        Image = "BotanistMod.png",
        Name = "Botanist",
        Polarity = "Penjaga",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Bounty Hunter"] = {
        Image = "BountyHunter.png",
        Name = "Bounty Hunter",
        Polarity = "Naramon",
        Rarity = "Uncommon",
        Transmutable = false,
    },
    -- BR --
    ["Brain Storm"] = {
        Image = "Brainstorm.png",
        Introduced = "18.5",
        Name = "Brain Storm",
        Polarity = "Madurai",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Breach Loader"] = {
        Image = "BreachLoaderModU145.png",
        Name = "Breach Loader",
        Polarity = "Naramon",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Brief Respite"] = {
        Image = "BriefRespiteMod.png",
        Name = "Brief Respite",
        Polarity = "Zenurik",
        Rarity = "Uncommon",
        Transmutable = false,
    },
    ["Bright Purity"] = {
        Image = "BrightPurity.png",
        Name = "Bright Purity",
        Polarity = "Madurai",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Broad Eye"] = {
        Image = "BroadEye.png",
        Name = "Broad Eye",
        Polarity = "Naramon",
        Rarity = "Uncommon",
        Transmutable = false,
    },
    ["Brutal Tide"] = {
        Image = "BrutalTideNew.png",
        Name = "Brutal Tide",
        Polarity = "Naramon",
        Rarity = "Rare",
    },
    -- BU --
    ["Bullet Dance"] = {
        Image = "BulletDanceMod.png",
        Name = "Bullet Dance",
        Polarity = "Madurai",
        Rarity = "Rare",
    },
    ["Burdened Magazine"] = {
        Image = "BurdenedMagazineModU145.png",
        Name = "Burdened Magazine",
        Polarity = "Naramon",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Burning Wasp"] = {
        Image = "BurningWaspModU145.png",
        Name = "Burning Wasp",
        Polarity = "Vazarin",
        Rarity = "Uncommon",
    },
    ["Bursting Mass"] = {
        Image = "BurstingMass.png",
        Name = "Bursting Mass",
        Polarity = "Naramon",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Buzz Kill"] = {
        Image = "BuzzKillModU145.png",
        Name = "Buzz Kill",
        Polarity = "Naramon",
        Rarity = "Rare",
        Transmutable = false,
    },
    -- C --
    -- CA --
    ["Calculated Redirection"] = {
        Image = "CalculatedRedirectionMod.png",
        Name = "Calculated Redirection",
        Polarity = "Vazarin",
        Rarity = "Common",
        Transmutable = true,
    },
    ["Calculated Shot"] = {
        Image = "Calculated Shot 19.6.3.png",
        Name = "Calculated Shot",
        Polarity = "Penjaga",
        Rarity = "Common",
        Transmutable = false,
    },
    ["Calculated Spring"] = {
        Image = "CalculatedSpring.png",
        Name = "Calculated Spring",
        Polarity = "Naramon",
        Rarity = "Uncommon",
        Transmutable = false,
    },
    ["Calculated Victory"] = {
        Image = "CalculatedVictoryMod.png",
        Name = "Calculated Victory",
        Polarity = "Vazarin",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Calm & Frenzy"] = {
        Image = "Calm&Frenzy2.png",
        Name = "Calm & Frenzy",
        Polarity = "Zenurik",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Cannonade"] = {
        Image = "Cannonade.png",
        Name = "Cannonade",
        Polarity = "Madurai",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Capacitance"] = {
        Image = "Capacitance2.png",
        Name = "Capacitance",
        Polarity = "Zenurik",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Carnis Carapace"] = {
        Image = "CarnisCarapaceMod.png",
        Introduced = "29",
        Name = "Carnis Carapace",
        Polarity = "Vazarin",
        Rarity = "Uncommon",
        Transmutable = false,
    },
    ["Carnis Mandible"] = {
        Image = "CarnisMandibleMod.png",
        Introduced = "29",
        Name = "Carnis Mandible",
        Polarity = "Naramon",
        Rarity = "Common",
        Transmutable = false,
    },
    ["Carnis Stinger"] = {
        Image = "CarnisStingerMod.png",
        Introduced = "29",
        Name = "Carnis Stinger",
        Polarity = "Naramon",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Carving Mantis"] = {
        Image = "CarvingMantisMod.png",
        Name = "Carving Mantis",
        Polarity = "Naramon",
        Rarity = "Rare",
    },
    ["Cataclysmic Continuum"] = {
        Image = "CataclysmicContinuum2.png",
        Name = "Cataclysmic Continuum",
        Polarity = "Zenurik",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Catalyzer Link"] = {
        Image = "CatalyzerLinkMod.png",
        Name = "Catalyzer Link",
        Polarity = "Madurai",
        Rarity = "Common",
        Transmutable = false,
    },
    ["Catapult"] = {
        Image = "CatapultMod.png",
        Name = "Catapult",
        Polarity = "Zenurik",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Cat's Eye"] = {
        Image = "Cat's Eye 19.6.3.png",
        Name = "Cat's Eye",
        Polarity = "Penjaga",
        Rarity = "Rare",
    },
    ["Cautious Shot"] = {
        Image = "CautiousShot.png",
        Introduced = "23.10",
        Name = "Cautious Shot",
        Polarity = "Naramon",
        Rarity = "Rare",
        Transmutable = false,
    },
    -- CE --
    ["Celestial Nightfall"] = {
        Image = "CelestialNightfallMod.png",
        Name = "Celestial Nightfall",
        Polarity = "Naramon",
        Rarity = "Uncommon",
        Transmutable = false,
    },
    ["Celestial Stomp"] = {
        Image = "CelestialStompMod.png",
        Name = "Celestial Stomp",
        Polarity = "Zenurik",
        Rarity = "Rare",
        Transmutable = false,
    },
    -- CH --
    ["Chaos Sphere"] = {
        Image = "ChaosSphere2.png",
        Name = "Chaos Sphere",
        Polarity = "Zenurik",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Charged Bullets"] = {
        Image = "ChargedBulletsMod.png",
        Name = "Charged Bullets",
        Polarity = "Madurai",
        Rarity = "Rare",
    },
    ["Charged Chamber"] = {
        Image = "ChargedChamberModU145.png",
        Name = "Charged Chamber",
        Introduced = "8",
        Polarity = "Madurai",
        Rarity = "Uncommon",
    },
    ["Charged Shell"] = {
        Image = "ChargedShellModU145.png",
        Name = "Charged Shell",
        Polarity = "Naramon",
        Rarity = "Uncommon",
    },
    ["Charm"] = {
        Image = "Charm 19.6.3.png",
        Name = "Charm",
        Polarity = "Penjaga",
        Rarity = "Rare",
    },
    ["Chilling Globe"] = {
        Image = "ChillingGlobe2.png",
        Name = "Chilling Globe",
        Polarity = "Zenurik",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Chilling Grasp"] = {
        Image = "ChillingGraspModU161.png",
        Name = "Chilling Grasp",
        Polarity = "Vazarin",
        Rarity = "Uncommon",
    },
    ["Chilling Reload"] = {
        Image = "ChillingReloadMod.png",
        Name = "Chilling Reload",
        Polarity = "Madurai",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Chromatic Blade"] = {
        Image = "ChromaticBladeMod.png",
        Introduced = "20.7",
        Name = "Chromatic Blade",
        Polarity = "Zenurik",
        Rarity = "Rare",
        Transmutable = false,
    },
    -- CL --
    ["Clashing Forest"] = {
        Image = "ClashingForestModU145.png",
        Name = "Clashing Forest",
        Polarity = "Madurai",
        Rarity = "Uncommon",
    },
    ["Cleanse Corpus"] = {
        Image = "CleanseCorpusModU145.png",
        Name = "Cleanse Corpus",
        Polarity = "Madurai",
        Rarity = "Uncommon",
    },
    ["Cleanse Corrupted"] = {
        Image = "CleanseCorruptedMod.png",
        Name = "Cleanse Corrupted",
        Polarity = "Madurai",
        Rarity = "Uncommon",
    },
    ["Cleanse Grineer"] = {
        Image = "CleanseGrineerModU145.png",
        Name = "Cleanse Grineer",
        Polarity = "Madurai",
        Rarity = "Uncommon",
    },
    ["Cleanse Infested"] = {
        Image = "CleanseInfestedModU145.png",
        Name = "Cleanse Infested",
        Polarity = "Madurai",
        Rarity = "Uncommon",
    },
    ["Cleaving Whirlwind"] = {
        Image = "CleavingWhirlwindModU145.png",
        Name = "Cleaving Whirlwind",
        Polarity = "Vazarin",
        Rarity = "Rare",
    },
    -- CO --
    ["Coaction Drift"] = {
        Image = "Coaction drift.png",
        Introduced = "18",
        Name = "Coaction Drift",
        Polarity = "Naramon",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Coiling Viper"] = {
        Image = "CoilingViperModU145.png",
        Name = "Coiling Viper",
        Polarity = "Zenurik",
        Rarity = "Rare",
    },
    ["Cold Arrival"] = {
        Image = "ColdArrivalMod.png",
        Name = "Cold Arrival",
        Polarity = "Madurai",
        Rarity = "Uncommon",
        Transmutable = false,
    },
    ["Cold Snap"] = {
        Image = "Cold Snap.png",
        Name = "Cold Snap",
        Polarity = "Zenurik",
        Rarity = "Rare",
    },
    ["Collision Force"] = {
        Image = "CollisionForce.png",
        Name = "Collision Force",
        Polarity = "Naramon",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Combat Discipline"] = {
        Image = "CombatDisciplineMod.png",
        Name = "Combat Discipline",
        Polarity = "Vazarin",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Combo Fury"] = {
        Image = "ComboFuryMod.png",
        Introduced = "29.2.3",
        Name = "Combo Fury",
        Polarity = "Naramon",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Combo Killer"] = {
        Image = "ComboKillerMod.png",
        Introduced = "29.3.2",
        Name = "Combo Killer",
        Polarity = "Naramon",
        Rarity = "Uncommon",
        Transmutable = false,
    },
    ["Combustion Beam"] = {
        Image = "CombustionBeamMod.png",
        Name = "Combustion Beam",
        Polarity = "Madurai",
        Rarity = "Rare",
    },
    ["Combustion Rounds"] = {
        Image = "CombustionRounds.png",
        Name = "Combustion Rounds",
        Polarity = "Madurai",
        Rarity = "Uncommon",
    },
    ["Comet Blast"] = {
        Image = "CometBlastMod.png",
        Name = "Comet Blast",
        Polarity = "Naramon",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Comet Rounds"] = {
        Image = "CometRounds.png",
        Name = "Comet Rounds",
        Polarity = "Madurai",
        Rarity = "Uncommon",
        Transmutable = false,
    },
    ["Concealed Explosives"] = {
        Image = "ConcealedExplosivesMod.png",
        Name = "Concealed Explosives",
        Introduced = "17",
        Polarity = "Madurai",
        Rarity = "Rare",
    },
    ["Concentrated Arrow"] = {
        Image = "ConcentratedArrow.png",
        Name = "Concentrated Arrow",
        Introduced = "22.17.3",
        Polarity = "Zenurik",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Concussion Rounds"] = {
        Image = "ConcussionRoundsModU145.png",
        Introduced = "11",
        Name = "Concussion Rounds",
        Polarity = "Naramon",
        Rarity = "Uncommon",
    },
    ["Condition Overload"] = {
        Image = "ConditionOverloadMod.png",
        Name = "Condition Overload",
        Polarity = "Madurai",
        Rarity = "Rare",
    },
    ["Conductor"] = {
        Image = "Conductor.png",
        Name = "Conductor",
        Polarity = "Zenurik",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Constitution"] = {
        Image = "ConstitutionModU145.png",
        Name = "Constitution",
        Polarity = "Naramon",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Contagion Cloud"] = {
        Image = "ContagionCloudMod.png",
        Name = "Contagion Cloud",
        Polarity = "Zenurik",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Contagious Spread"] = {
        Image = "ContagiousSpreadModU145.png",
        Introduced = "11",
        Name = "Contagious Spread",
        Polarity = "Naramon",
        Rarity = "Uncommon",
    },
    ["Contamination Casing"] = {
        Image = "ContaminationCasingMod.png",
        Name = "Contamination Casing",
        Polarity = "Madurai",
        Rarity = "Rare",
    },
    ["Continuity"] = {
        Image = "ContinuityModU145.png",
        Name = "Continuity",
        Polarity = "Madurai",
        Rarity = "Rare",
    },
    ["Continuous Misery"] = {
        Image = "ContinuousMisery.png",
        Name = "Continuous Misery",
        Polarity = "Madurai",
        Rarity = "Common",
    },
    ["Controlled Slide"] = {
        Image = "ControlledSlideMod.png",
        Name = "Controlled Slide",
        Polarity = "Ability",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Convulsion"] = {
        Image = "ConvulsionModU145.png",
        Name = "Convulsion",
        Polarity = "Naramon",
        Rarity = "Uncommon",
    },
    ["Coolant Leak"] = {
        Image = "Coolant Leak 19.6.3.png",
        Name = "Coolant Leak",
        Introduced = "10",
        Polarity = "Penjaga",
        Rarity = "Rare",
    },
    ["Corroding Barrage"] = {
        Image = "CorrodingBarrageMod.png",
        Name = "Corroding Barrage",
        Polarity = "Zenurik",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Corrosive Projection"] = {
        Image = "CorrosiveProjectionModU145.png",
        Name = "Corrosive Projection",
        Polarity = "Naramon",
        Rarity = "Uncommon",
        Transmutable = false,
    },
    ["Corrupt Charge"] = {
        Image = "CorruptChargeModU145.png",
        Name = "Corrupt Charge",
        Polarity = "Madurai",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Counter Pulse"] = {
        Image = "CounterPulseMod.png",
        Name = "Counter Pulse",
        Polarity = "Zenurik",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Counterweight"] = {
        Image = "Counterweight.png",
        Name = "Counterweight",
        Polarity = "Madurai",
        Rarity = "Uncommon",
        Transmutable = false,
    },
    ["Covert Lethality"] = {
        Image = "CovertLethalityNew.png",
        Name = "Covert Lethality",
        Polarity = "Madurai",
        Rarity = "Rare",
    },
    -- CR --
    ["Crash Course"] = {
        Image = "CrashCourse.png",
        Name = "Crash Course",
        Polarity = "Naramon",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Crash Shot"] = {
        Image = "Cshot.png",
        Name = "Crash Shot",
        Polarity = "Madurai",
        Rarity = "Uncommon",
        Transmutable = false,
    },
    ["Crashing Havoc"] = {
        Image = "CrashingHavocMod.png",
        Name = "Crashing Havoc",
        Polarity = "Vazarin",
        Rarity = "Uncommon",
        Transmutable = false,
    },
    ["Crashing Timber"] = {
        Image = "CrashingTimberMod.png",
        Name = "Crashing Timber",
        Polarity = "Madurai",
        Rarity = "Uncommon",
        Transmutable = false,
    },
    ["Creeping Bullseye"] = {
        Image = "CreepingBullseye.png",
        Name = "Creeping Bullseye",
        Polarity = "Naramon",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Creeping Terrify"] = {
        Image = "CreepingTerrify2.png",
        Name = "Creeping Terrify",
        Polarity = "Zenurik",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Crescent Charge"] = {
        Image = "CrescentChargeMod.png",
        Name = "Crescent Charge",
        Polarity = "Penjaga",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Crescent Devolution"] = {
        Image = "CrescentDevolutionMod.png",
        Name = "Crescent Devolution",
        Polarity = "Penjaga",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Crimson Dervish"] = {
        Image = "CrimsonDervishMod.png",
        Name = "Crimson Dervish",
        Polarity = "Madurai",
        Rarity = "Rare",
    },
    ["Critical Deceleration"] = {
        Image = "CriticalDeceleration.png",
        Name = "Critical Deceleration",
        Polarity = "Madurai",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Critical Delay"] = {
        Image = "CriticalDelayNew.png",
        Name = "Critical Delay",
        Introduced = "10.3",
        Polarity = "Naramon",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Critical Focus"] = {
        Image = "CriticalFocusMod.png",
        Name = "Critical Focus",
        Polarity = "Madurai",
        Rarity = "Rare",
    },
    ["Critical Surge"] = {
    	Image = "CriticalSurgeMod.png",
    	Introduced = "29.5",
    	Name = "Critical Surge",
    	Polarity = "Zenurik",
    	Rarity = "Rare",
    	Transmutable = false,
    },
    ["Crossing Snakes"] = {
        Image = "CrossingSnakesMod.png",
        Name = "Crossing Snakes",
        Polarity = "Naramon",
        Rarity = "Rare",
    },
    ["Crowd Dispersion"] = {
        Image = "Crowd Dispersion 19.6.3.png",
        Name = "Crowd Dispersion",
        Polarity = "Penjaga",
        Rarity = "Common",
    },
    ["Crushing Ruin"] = {
        Image = "CrushingRuinNew.png",
        Name = "Crushing Ruin",
        Polarity = "Madurai",
        Rarity = "Rare",
    },
    ["Cryo Coating"] = {
        Image = "CryoCoating.png",
        Name = "Cryo Coating",
        Polarity = "Madurai",
        Rarity = "Rare",
    },
    ["Cryo Rounds"] = {
        Image = "CryoRoundsModU161.png",
        Name = "Cryo Rounds",
        Polarity = "Vazarin",
        Rarity = "Uncommon",
    },
    -- CU --
    ["Cunning Aspect"] = {
        Image = "CunningAspectMod.png",
        Name = "Cunning Aspect",
        Polarity = "Naramon",
        Rarity = "Uncommon",
        Transmutable = false,
    },
    ["Cunning Drift"] = {
        Image = "Cunning_drift.png",
        Introduced = "18",
        Name = "Cunning Drift",
        Polarity = "Madurai",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Curative Undertow"] = {
        Image = "CurativeUndertow3.png",
        Name = "Curative Undertow",
        Polarity = "Zenurik",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Cutting Edge"] = {
        Image = "CuttingEdge.png",
        Name = "Cutting Edge",
        Polarity = "Madurai",
        Rarity = "Common",
    },
    ["Cyclone Kraken"] = {
        Image = "CycloneKrakenMod.png",
        Name = "Cyclone Kraken",
        Polarity = "Zenurik",
        Rarity = "Rare",
    },
    -- D --
    -- DA --
    ["Damzav-Vati"] = {
        Image = "Damzav-VatiMod.png",
        Introduced = "29",
        Name = "Damzav-Vati",
        Polarity = "Madurai",
        Rarity = "Rare",
        Transmutable = false,
    },
    -- DE --
    ["Dead Eye"] = {
        Image = "DeadEyeMod.png",
        Introduced = "12",
        Name = "Dead Eye",
        Polarity = "Madurai",
        Rarity = "Uncommon",
        Transmutable = false,
    },
    ["Deadly Efficiency"] = {
        Image = "DeadlyEfficiencyMod.png",
        Name = "Deadly Efficiency",
        Polarity = "Madurai",
        Rarity = "Rare",
    },
    ["Deadly Maneuvers"] = {
        Image = "DeadlyManeuversMod.png",
        Name = "Deadly Maneuvers",
        Polarity = "Naramon",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Deadly Sequence"] = {
        Image = "DeadlySequence.png",
        Name = "Deadly Sequence",
        Polarity = "Madurai",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Deceptive Bond"] = {
        Image = "DeceptiveBond.png",
        Introduced = "18.5",
        Name = "Deceptive Bond",
        Polarity = "Zenurik",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Decisive Judgement"] = {
        Image = "DecisiveJudgementMod.png",
        Name = "Decisive Judgement",
        Polarity = "Madurai",
        Rarity = "Rare",
    },
    ["Deep Freeze"] = {
        Image = "DeepFreezeModU161.png",
        Name = "Deep Freeze",
        Polarity = "Vazarin",
        Rarity = "Uncommon",
    },
    ["Defiled Reckoning"] = {
        Image = "DefiledReckoning.png",
        Name = "Defiled Reckoning",
        Polarity = "Zenurik",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Defiled Snapdragon"] = {
        Image = "DefiledSnapdragonNew.png",
        Name = "Defiled Snapdragon",
        Polarity = "Madurai",
        Rarity = "Rare",
    },
    ["Deft Tempo"] = {
        Image = "DeftTempoMod.png",
        Name = "Deft Tempo",
        Polarity = "Naramon",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Depleted Reload"] = {
        Image = "DepletedReloadNew.png",
        Name = "Depleted Reload",
        Introduced = "17",
        Polarity = "Naramon",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Desiccation's Curse"] = {
        Image = "DesiccationsCurseMod.png",
        Name = "Desiccation's Curse",
        Polarity = "Ability",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Despoil"] = {
        Image = "DespoilMod.png",
        Name = "Despoil",
        Polarity = "Zenurik",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Detect Vulnerability"] = {
        Image = "DetectVulnerability.png",
        Name = "Detect Vulnerability",
        Polarity = "Penjaga",
        Rarity = "Rare",
        Transmutable = false,
    },
    -- DI --
    ["Diamond Skin"] = {
        Image = "DiamondSkinModU145.png",
        Name = "Diamond Skin",
        Polarity = "Vazarin",
        Rarity = "Uncommon",
    },
    ["Dig"] = {
        Image = "DigModU145.png",
        Name = "Dig",
        Polarity = "Penjaga",
        Rarity = "Rare",
    },
    ["Directed Convergence"] = {
        Image = "Directed_Convergence.png",
        Name = "Directed Convergence",
        Polarity = "Madurai",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Disarming Purity"] = {
        Image = "DisarmingPurityMod.png",
        Name = "Disarming Purity",
        Polarity = "Naramon",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Discharge Strike"] = {
        Image = "DischargeStrike.png",
        Introduced = "18.5",
        Name = "Discharge Strike",
        Polarity = "Zenurik",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Dispatch Overdrive"] = {
        Image = "DispatchOverdriveMod.png",
        Name = "Dispatch Overdrive",
        Polarity = "Naramon",
        Rarity = "Uncommon",
    },
    ["Disruptor"] = {
        Image = "DisruptorModU145.png",
        Introduced = "11",
        Name = "Disruptor",
        Polarity = "Naramon",
        Rarity = "Common",
    },
    ["Divebomb Vortex"] = {
        Image = "DivebombVortex2.png",
        Name = "Divebomb Vortex",
        Polarity = "Zenurik",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Dividing Blades"] = {
        Image = "DividingBladesMod.png",
        Name = "Dividing Blades",
        Polarity = "Naramon",
        Rarity = "Uncommon",
        Transmutable = false,
    },
    ["Dizzying Rounds"] = {
        Image = "DizzyingRoundsMod.png",
        Name = "Dizzying Rounds",
        Polarity = "Naramon",
        Rarity = "Rare",
        Transmutable = false,
    },
    -- DO --
    ["Double Tap"] = {
        Image = "DoubleTap.png",
        Name = "Double Tap",
        Introduced = "17.8",
        Polarity = "Madurai",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Double-Barrel Drift"] = {
        Image = "DoubleBarrelDrift.png",
        Name = "Double-Barrel Drift",
        Polarity = "Madurai",
        Rarity = "Rare",
        Transmutable = false,
    },
    -- DR --
    ["Draining Bite"] = {
        Image = "DrainingBiteMod.png",
        Name = "Draining Bite",
        Polarity = "Penjaga",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Draining Gloom"] = {
        Image = "DrainingGloomMod.png",
        Name = "Draining Gloom",
        Polarity = "Madurai",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Dread Ward"] = {
        Image = "DreadWardMod.png",
        Name = "Dread Ward",
        Polarity = "Zenurik",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Drifting Contact"] = {
        Image = "DriftingContactMod.png",
        Name = "Drifting Contact",
        Polarity = "Vazarin",
        Rarity = "Rare",
        Transmutable = false,
    },
    -- DU --
    ["Dual Rounds"] = {
        Image = "DualRoundsMod.png",
        Name = "Dual Rounds",
        Polarity = "Madurai",
        Rarity = "Rare",
        Transmutable = true,
    },
    ["Duality"] = {
        Image = "Duality.png",
        Name = "Duality",
        Introduced = "18.4.7",
        Polarity = "Zenurik",
        Rarity = "Rare",
        Transmutable = false,
    },
    -- E --
    ["Eagle Eye"] = {
        Image = "EagleEyeModU145.png",
        Name = "Eagle Eye",
        Polarity = "Naramon",
        Rarity = "Uncommon",
        Transmutable = true,
    },
    ["Efficient Beams"] = {
        Image = "EfficientBeamsMod.png",
        Name = "Efficient Beams",
        Polarity = "Naramon",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Efficient Transferral"] = {
        Image = "EfficientTransferral.png",
        Name = "Efficient Transferral",
        Polarity = "Vazarin",
        Rarity = "Rare",
        Transmutable = true,
    },
    ["Eject Magazine"] = {
        Image = "EjectMagazine.png",
        Name = "Eject Magazine",
        Polarity = "Naramon",
        Rarity = "Rare",
        Transmutable = false,
    },
    -- EL --
    ["Electrical Resistance"] = {
        Image = "Electrical Resistance.jpg",
        Name = "Electrical Resistance",
        Polarity = "None",
        Rarity = "Uncommon",
        Transmutable = false,
    },
    ["Electrified Barrel"] = {
        Image = "ElectrifiedBarrel.png",
        Introduced = "15",
        Name = "Electrified Barrel",
        Polarity = "Naramon",
        Rarity = "Uncommon",
        Transmutable = true,
    },
    ["Electro Pulse"] = {
        Image = "Electro Pulse 19.6.3.png",
        Name = "Electro Pulse",
        Polarity = "Penjaga",
        Rarity = "Common",
        Transmutable = false,
    },
    ["Electromagnetic Shielding"] = {
        Image = "ElectromagneticShieldingMod.png",
        Name = "Electromagnetic Shielding",
        Polarity = "Vazarin",
        Rarity = "Uncommon",
        Transmutable = false,
    },
    ["Elemental Sandstorm"] = {
        Image = "ElementalSandstormMod.png",
        Name = "Elemental Sandstorm",
        Polarity = "Zenurik",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Eleventh Storm"] = {
        Image = "EleventhStormModU145.png",
        Name = "Eleventh Storm",
        Polarity = "Madurai",
        Rarity = "Uncommon",
        Transmutable = true,
    },
    -- EM --
    ["Embedded Catalyzer"] = {
        Image = "EmbeddedCatalyzerMod.png",
        Name = "Embedded Catalyzer",
        Polarity = "Madurai",
        Rarity = "Uncommon",
        Transmutable = false,
    },
    ["Emergent Aftermath"] = {
        Image = "EmergentAftermathMod.png",
        Name = "Emergent Aftermath",
        Polarity = "Madurai",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["EMP Aura"] = {
        Image = "EMPAuraMod.png",
        Name = "EMP Aura",
        Polarity = "Vazarin",
        Rarity = "Uncommon",
        Transmutable = false,
    },
    ["Empowered Blades"] = {
        Image = "EmpoweredBladesMod.png",
        Name = "Empowered Blades",
        Polarity = "Naramon",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Empowered Quiver"] = {
        Image = "EmpoweredQuiverMod.png",
        Name = "Empowered Quiver",
        Polarity = "Zenurik",
        Rarity = "Rare",
        Transmutable = false,
    },
    -- EN --
    ["Endless Lullaby"] = {
        Image = "EndlessLullabyMod.png",
        Name = "Endless Lullaby",
        Polarity = "Zenurik",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Endoparasitic Vector"] = {
        Image = "EndoparasiticVectorMod.png",
        Introduced = "29",
        Name = "Endoparasitic Vector",
        Polarity = "Penjaga",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Endurance Drift"] = {
        Image = "EnduranceDriftMod.png",
        Introduced = "18",
        Name = "Endurance Drift",
        Polarity = "Zenurik",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Enduring Affliction"] = {
        Image = "EnduringAfflictionMod.png",
        Name = "Enduring Affliction",
        Polarity = "Vazarin",
        Rarity = "Uncommon",
        Transmutable = false,
    },
    ["Enduring Strike"] = {
        Image = "EnduringStrikeModU145.png",
        Name = "Enduring Strike",
        Polarity = "Zenurik",
        Rarity = "Common",
        Transmutable = true,
    },
    ["Enemy Radar"] = {
        Image = "EnemyRadarModU145.png",
        Name = "Enemy Radar",
        Polarity = "Naramon",
        Rarity = "Uncommon",
        Transmutable = false,
    },
    ["Enemy Sense"] = {
        Image = "EnemySenseModU145.png",
        Name = "Enemy Sense",
        Polarity = "Naramon",
        Rarity = "Rare",
    },
    ["Energizing Shot"] = {
        Image = "EnergizingShotMod.png",
        Name = "Energizing Shot",
        Polarity = "Madurai",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Energy Amplifier"] = {
        Image = "EnergyAmplifierMod.png",
        Name = "Energy Amplifier",
        Polarity = "Naramon",
        Rarity = "Uncommon",
        Transmutable = true,
    },
    ["Energy Channel"] = {
        Image = "EnergyChannelModU145.png",
        Name = "Energy Channel",
        Polarity = "Madurai",
        Rarity = "Rare",
        Transmutable = true,
    },
    ["Energy Conversion"] = {
        Image = "EnergyConversion.png",
        Name = "Energy Conversion",
        Polarity = "Madurai",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Energy Field"] = {
        Image = "Energy Field.png",
        Name = "Energy Field",
        Polarity = "Zenurik",
        Rarity = "Rare",
    },
    ["Energy Generator"] = {
        Image = "EnergyGenerator.png",
        Name = "Energy Generator",
        Polarity = "Penjaga",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Energy Inversion"] = {
        Image = "EnergyInversion2.png",
        Name = "Energy Inversion",
        Polarity = "Vazarin",
        Rarity = "Common",
        Transmutable = true,
    },
    ["Energy Siphon"] = {
        Image = "EnergySiphonModU145.png",
        Name = "Energy Siphon",
        Polarity = "Naramon",
        Rarity = "Uncommon",
        Transmutable = false,
    },
    ["Energy Transfer"] = {
        Image = "EnergyTransfer.png",
        Name = "Energy Transfer",
        Polarity = "Zenurik",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Enhanced Durability"] = {
        Image = "EnhancedDurability.png",
        Name = "Enhanced Durability",
        Polarity = "Vazarin",
        Rarity = "Uncommon",
    },
    ["Enhanced Vitality"] = {
        Image = "EnhancedVitalityMod.png",
        Name = "Enhanced Vitality",
        Polarity = "Vazarin",
        Rarity = "Common",
    },
    ["Enraged"] = {
        Image = "EnragedMod.png",
        Name = "Enraged",
        Polarity = "Zenurik",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Entropy Burst"] = {
        Image = "EntropyBurst.png",
        Name = "Entropy Burst",
        Polarity = "Madurai",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Entropy Detonation"] = {
        Image = "EntropyDetonationMod.png",
        Name = "Entropy Detonation",
        Polarity = "Naramon",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Entropy Flight"] = {
        Image = "EntropyFlight.png",
        Name = "Entropy Flight",
        Polarity = "Naramon",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Entropy Spike"] = {
        Image = "EntropySpike.png",
        Name = "Entropy Spike",
        Polarity = "Naramon",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Enveloping Cloud"] = {
        Image = "EnvelopingCloud.png",
        Name = "Enveloping Cloud",
        Polarity = "Zenurik",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Equilibrium"] = {
        Image = "EquilibriumModU145.png",
        Name = "Equilibrium",
        Polarity = "Naramon",
        Rarity = "Uncommon",
    },
    ["Eroding Blight"] = {
        Image = "ErodingBlight.png",
        Introduced = "15",
        Name = "Eroding Blight",
        Polarity = "Vazarin",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Escape Velocity"] = {
        Image = "EscapeVelocity2.png",
        Name = "Escape Velocity",
        Polarity = "Zenurik",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Eternal War"] = {
        Image = "EternalWar2.png",
        Name = "Eternal War",
        Polarity = "Zenurik",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Everlasting Ward"] = {
        Image = "EverlastingWard2.png",
        Name = "Everlasting Ward",
        Polarity = "Zenurik",
        Rarity = "Rare",
        Transmutable = false,
    },
    -- EX --
    ["Exalted Blade"] = {
        Image = "ExaltedBladeStance.png",
        Name = "Exalted Blade (Stance)",
        Polarity = nil,
        Rarity = nil,
        Transmutable = false,
    },
    ["Exothermic"] = {
        Image = "ExothermicMod.png",
        Name = "Exothermic",
        Polarity = "Zenurik",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Expel Corpus"] = {
        Image = "ExpelCorpusModU145.png",
        Name = "Expel Corpus",
        Polarity = "Madurai",
        Rarity = "Uncommon",
    },
    ["Expel Corrupted"] = {
        Image = "ExpelCorruptedMod.png",
        Name = "Expel Corrupted",
        Polarity = "Madurai",
        Rarity = "Uncommon",
    },
    ["Expel Grineer"] = {
        Image = "ExpelGrineerModU145.png",
        Name = "Expel Grineer",
        Polarity = "Madurai",
        Rarity = "Uncommon",
    },
    ["Expel Infested"] = {
        Image = "ExpelInfestedModU145.png",
        Name = "Expel Infested",
        Polarity = "Madurai",
        Rarity = "Uncommon",
    },
    ["Explosive Demise"] = {
        Image = "ExplosiveDemise.png",
        Name = "Explosive Demise",
        Polarity = "Madurai",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Explosive Legerdemain"] = {
        Image = "ExplosiveLegerdemainMod.png",
        Name = "Explosive Legerdemain",
        Polarity = "Zenurik",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Exposing Harpoon"] = {
        Image = "ExposingHarpoonMod.png",
        Name = "Exposing Harpoon",
        Polarity = "Naramon",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Extend"] = {
        Image = "ExtendMod.png",
        Name = "Extend",
        Polarity = "Madurai",
        Rarity = "Common",
    },
    ["Extreme Velocity"] = {
        Image = "ExtremeVelocity.png",
        Name = "Extreme Velocity",
        Polarity = "Vazarin",
        Rarity = "Rare",
        Transmutable = false,
    },
    -- F --
    -- FA --
    ["Failsafe"] = {
        Image = "FailsafeMod.png",
        Introduced = "26",
        Name = "Failsafe",
        Polarity = nil,
        Rarity = "Rare",
        Transmutable = true,
    },
    ["Fanged Fusillade"] = {
        Image = "FangedFusilladeModU145.png",
        Name = "Fanged Fusillade",
        Polarity = "Naramon",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Fass"] = {
        Image = "FassRequiemMod.png",
        Introduced = "26",
        Name = "Fass",
        Polarity = nil,
        Rarity = "Requiem",
        Transmutable = true,
    },
    ["Fast Deflection"] = {
        Image = "FastDeflectionModU145.png",
        Name = "Fast Deflection",
        Polarity = "Vazarin",
        Rarity = "Uncommon",
    },
    ["Fast Hands"] = {
        Image = "FastHandsModU145.png",
        Name = "Fast Hands",
        Polarity = "Naramon",
        Rarity = "Common",
    },
    ["Fatal Acceleration"] = {
        Image = "FatalAccelerationMod.png",
        Name = "Fatal Acceleration",
        Introduced = "15",
        Polarity = "Madurai",
        Rarity = "Uncommon",
    },
    ["Fatal Attraction"] = {
        Image = "Fatal Attraction 19.6.3.png",
        Name = "Fatal Attraction",
        Polarity = "Penjaga",
        Rarity = "Common",
    },
    ["Fatal Teleport"] = {
        Image = "FatalTeleport2.png",
        Name = "Fatal Teleport",
        Polarity = "Zenurik",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Fateful Truth"] = {
        Image = "FatefulTruthMod.png",
        Name = "Fateful Truth",
        Polarity = "Madurai",
        Rarity = "Uncommon",
        Transmutable = false,
    },
    -- FE --
    ["Feathered Arrows"] = {
        Image = "Farrows.png",
        Name = "Feathered Arrows",
        Polarity = "Madurai",
        Rarity = "Uncommon",
        Transmutable = false,
    },
    ["Ferocity"] = {
        Image = "FerocityModU145.png",
        Name = "Ferocity",
        Polarity = "Penjaga",
        Rarity = "Rare",
    },
    ["Fetch"] = {
        Image = "Fetch.png",
        Name = "Fetch",
        Polarity = "Penjaga",
        Rarity = "Uncommon",
    },
    ["Fever Strike"] = {
        Image = "FeverStrikeModU145.png",
        Introduced = "11",
        Name = "Fever Strike",
        Polarity = "Naramon",
        Rarity = "Uncommon",
    },
    -- FI --
    ["Final Act"] = {
        Image = "FinalActMod.png",
        Name = "Final Act",
        Polarity = "Madurai",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Final Harbinger"] = {
        Image = "Harbinger.png",
        Name = "Final Harbinger",
        Polarity = "Madurai",
        Rarity = "Uncommon",
    },
    ["Final Tap"] = {
        Image = "FinalTap.png",
        Name = "Final Tap",
        Polarity = "Madurai",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Finishing Touch"] = {
        Image = "FinishingTouchModU145.png",
        Introduced = "10",
        Name = "Finishing Touch",
        Polarity = "Madurai",
        Rarity = "Uncommon",
    },
    ["Fire Resistance"] = {
        Image = "FireResistance_Rank0_cropped.jpg",
        Name = "Fire Resistance",
        Polarity = "None",
        Rarity = "Uncommon",
        Transmutable = false,
    },
    ["Fireball Frenzy"] = {
        Image = "FireballFrenzyMod.png",
        Name = "Fireball Frenzy",
        Polarity = "Zenurik",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Fired Up"] = {
        Image = "FiredUpMod.png",
        Name = "Fired Up",
        Polarity = "Madurai",
        Rarity = "Rare",
    },
    ["Firestorm"] = {
        Image = "FirestormNewA.png",
        Introduced = "10",
        Name = "Firestorm",
        Polarity = "Madurai",
        Rarity = "Rare",
    },
    ["Firewalker"] = {
        Image = "Firewalker.png",
        Name = "Firewalker",
        Polarity = "Madurai",
        Rarity = "Rare",
    },
    -- FL --
    ["Flailing Branch"] = {
        Image = "FlailingBranchModU145.png",
        Name = "Flailing Branch",
        Polarity = "Unairu",
        Rarity = "Rare",
    },
    ["Flak Shot"] = {
        Image = "Fshot.png",
        Name = "Flak Shot",
        Polarity = "Madurai",
        Rarity = "Uncommon",
        Transmutable = false,
    },
    ["Flame Gland"] = {
        Image = "FlameGlandMod.png",
        Name = "Flame Gland",
        Introduced = "24",
        Polarity = "Madurai",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Flame Repellent"] = {
        Image = "FlameRepellentNew.png",
        Name = "Flame Repellent",
        Polarity = "Vazarin",
        Rarity = "Common",
    },
    ["Flechette"] = {
        Image = "FlechetteModU145.png",
        Name = "Flechette",
        Introduced = "0",
        Polarity = "Naramon",
        Rarity = "Common",
    },
    ["Fleeting Expertise"] = {
        Image = "FleetingExpertiseModU145.png",
        Introduced = "10.3",
        Name = "Fleeting Expertise",
        Polarity = "Naramon",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Flow"] = {
        Image = "FlowModU145.png",
        Name = "Flow",
        Polarity = "Naramon",
        Rarity = "Rare",
    },
    ["Flux Overdrive"] = {
        Image = "FluxOverdriveMod.png",
        Name = "Flux Overdrive",
        Polarity = "Madurai",
        Rarity = "Rare",
        Transmutable = false,
    },
    -- FO --
    ["Focus Energy"] = {
        Image = "FocusEnergyModU145.png",
        Name = "Focus Energy",
        Polarity = "Madurai",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Focused Acceleration"] = {
        Image = "Focused_Acceleration.png",
        Name = "Focused Acceleration",
        Polarity = "Madurai",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Focused Defense"] = {
        Image = "FocusedDefenseMod.png",
        Name = "Focused Defense",
        Polarity = "Vazarin",
        Rarity = "Common",
        Transmutable = false,
    },
    ["Follow Through"] = {
        Image = "FollowThroughMod.png",
        Name = "Follow Through",
        Polarity = "Madurai",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Fomorian Accelerant"] = {
        Image = "FomorianAccelerantMod.png",
        Name = "Fomorian Accelerant",
        Introduced = "18.1",
        Polarity = "Madurai",
        Rarity = "Uncommon",
        Transmutable = false,
    },
    ["Fortitude"] = {
        Image = "FortitudeModU145.png",
        Name = "Fortitude",
        Polarity = "Naramon",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Four Riders"] = {
        Image = "FourRiders.png",
        Name = "Four Riders",
        Polarity = "Madurai",
        Rarity = "Rare",
    },
    -- FR --
    ["Fracturing Crush"] = {
        Image = "FracturingCrush2.png",
        Name = "Fracturing Crush",
        Polarity = "Zenurik",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Fracturing Wind"] = {
        Image = "FracturingWindModU145.png",
        Name = "Fracturing Wind",
        Polarity = "Unairu",
        Rarity = "Uncommon",
    },
    ["Frail Momentum"] = {
        Image = "FrailMomentum.png",
        Name = "Frail Momentum",
        Polarity = "Madurai",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Freeze Force"] = {
        Image = "FreezeForceMod.png",
        Name = "Freeze Force",
        Polarity = "Zenurik",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Frigid Blast"] = {
        Image = "FrigidBlastModU145.png",
        Name = "Frigid Blast",
        Polarity = "Madurai",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Frost Insulation"] = {
        Image = "Frost_Insulation.png",
        Name = "Frost Insulation",
        Polarity = "None",
        Rarity = "Uncommon",
        Transmutable = false,
    },
    ["Frostbite"] = {
        Image = "FrostbiteModU145.png",
        Name = "Frostbite",
        Polarity = "Madurai",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Frost Jaw"] = {
        Image = "FrostJawMod.png",
        Name = "Frost Jaw",
        Introduced = "24",
        Polarity = "Madurai",
        Rarity = "Rare",
        Transmutable = false,
    },
    -- FU --
    ["Full Capacity"] = {
        Image = "FullCapacityMod.png",
        Name = "Full Capacity",
        Polarity = "Naramon",
        Rarity = "Common",
        Transmutable = false,
    },
    ["Full Contact"] = {
        Image = "FullContact.png",
        Name = "Full Contact",
        Polarity = "Naramon",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Fulmination"] = {
        Image = "FulminationMod.png",
        Introduced = "20.4",
        Name = "Fulmination",
        Polarity = "Madurai",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Funnel Clouds"] = {
        Image = "FunnelClouds2.png",
        Name = "Funnel Clouds",
        Polarity = "Zenurik",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Furious Javelin"] = {
        Image = "FuriousJavelinMod.png",
        Name = "Furious Javelin",
        Polarity = "Zenurik",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Furor"] = {
        Image = "Furor.png",
        Name = "Furor",
        Polarity = "Madurai",
        Rarity = "Uncommon",
    },
    ["Fury"] = {
        Image = "FuryModU145.png",
        Name = "Fury",
        Polarity = "Madurai",
        Rarity = "Uncommon",
    },
    ["Fusion Core"] = {
        Image = "FusionCoreNew.png",
        Name = "Fusion Core",
        Polarity = "Core",
        Rarity = "Common<br>Uncommon<br>Rare",
    },
    -- G --
    -- GA --
    ["Gaia's Tragedy"] = {
        Image = "Gaia'sTragedyMod.png",
        Name = "Gaia's Tragedy",
        Polarity = "Vazarin",
        Rarity = "Rare",
    },
    ["Gale Kick"] = {
        Image = "GaleKickMod.png",
        Name = "Gale Kick",
        Polarity = "Naramon",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Galvanized Blade"] = {
        Image = "GalvanizedBlade.png",
        Name = "Galvanized Blade",
        Polarity = "Naramon",
        Rarity = "Uncommon",
    },
    -- GE --
    ["Gemini Cross"] = {
        Image = "GeminiCrossNew.png",
        Name = "Gemini Cross",
        Polarity = "Madurai",
        Rarity = "Uncommon",
    },
    -- GH --
    ["Ghost"] = {
        Image = "Ghost 19.6.3.png",
        Name = "Ghost",
        Polarity = "Penjaga",
        Rarity = "Common",
    },
    -- GI --
    ["Gilded Truth"] = {
        Image = "GildedTruth.png",
        Name = "Gilded Truth",
        Polarity = "Madurai",
        Rarity = "Rare",
        Transmutable = false,
    },
    -- GL --
    ["Glacial Edge"] = {
        Image = "GlacialEdge.png",
        Name = "Glacial Edge",
        Polarity = "Vazarin",
        Rarity = "Uncommon",
    },
    ["Gladiator Aegis"] = {
        Image = "GladiatorAegisMod.png",
        Name = "Gladiator Aegis",
        Polarity = "Vazarin",
        Rarity = "Common",
        Transmutable = false,
    },
    ["Gladiator Finesse"] = {
        Image = "GladiatorFinesseMod.png",
        Name = "Gladiator Finesse",
        Polarity = "Vazarin",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Gladiator Might"] = {
        Image = "GladiatorMightMod.png",
        Name = "Gladiator Might",
        Polarity = "Madurai",
        Rarity = "Uncommon",
        Transmutable = false,
    },
    ["Gladiator Resolve"] = {
        Image = "GladiatorResolveMod.png",
        Name = "Gladiator Resolve",
        Polarity = "Vazarin",
        Rarity = "Uncommon",
        Transmutable = false,
    },
    ["Gladiator Rush"] = {
        Image = "GladiatorRushMod.png",
        Name = "Gladiator Rush",
        Polarity = "Naramon",
        Rarity = "Common",
        Transmutable = false,
    },
    ["Gladiator Vice"] = {
        Image = "GladiatorViceMod.png",
        Name = "Gladiator Vice",
        Polarity = "Madurai",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Gleaming Blight"] = {
        Image = "GleamingBlight.png",
        Name = "Gleaming Blight",
        Polarity = "Naramon",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Gleaming Talon"] = {
        Image = "GleamingTalonModU145.png",
        Name = "Gleaming Talon",
        Polarity = "Naramon",
        Rarity = "Rare",
    },
    -- GN --
    ["Gnashing Payara"] = {
        Image = "GnashingPayaraModU145.png",
        Name = "Gnashing Payara",
        Polarity = "Unairu",
        Rarity = "Rare",
    },
    -- GO --
    ["Gorgon Frenzy"] = {
        Image = "GorgonFrenzyMod.png",
        Name = "Gorgon Frenzy",
        Polarity = "Madurai",
        Rarity = "Rare",
        Transmutable = false,
    },
    -- GR --
    ["Greedy Pull"] = {
        Image = "GreedyPull3.png",
        Name = "Greedy Pull",
        Polarity = "Zenurik",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Grim Fury"] = {
        Image = "GrimFuryModU145.png",
        Name = "Grim Fury",
        Polarity = "Unairu",
        Rarity = "Uncommon",
    },
    ["Grinloked"] = {
        Image = "Grinloked.png",
        Name = "Grinloked",
        Polarity = "Madurai",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Growing Power"] = {
        Image = "GrowingPowerMod.png",
        Name = "Growing Power",
        Polarity = "Madurai",
        Rarity = "Rare",
        Transmutable = false,
    },
    -- GU --
    ["Guardian"] = {
        Image = "Guardian 19.6.3.png",
        Name = "Guardian",
        Polarity = "Penjaga",
        Rarity = "Common",
    },
    ["Guardian Derision"] = {
        Image = "GuardianDerisionMod.png",
        Name = "Guardian Derision",
        Polarity = "Vazarin",
        Rarity = "Rare",
    },
    ["Guided Effigy"] = {
        Image = "GuidedEffigyMod.png",
        Name = "Guided Effigy",
        Polarity = "Zenurik",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Guided Ordnance"] = {
        Image = "GuidedOrdnanceMod.png",
        Name = "Guided Ordnance",
        Introduced = "18.4.1",
        Polarity = "Madurai",
        Rarity = "Uncommon",
        Transmutable = false,
    },
    ["Gun Glide"] = {
        Image = "GunGlide.png",
        Name = "Gun Glide",
        Introduced = "17",
        Polarity = "Madurai",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Gunslinger"] = {
        Image = "GunslingerModU145.png",
        Name = "Gunslinger",
        Introduced = "0",
        Polarity = "Madurai",
        Rarity = "Uncommon",
    },
    -- H --
    -- HA --
    ["Hall of Malevolence"] = {
        Image = "HallOfMalevolence3.png",
        Name = "Hall of Malevolence",
        Polarity = "Zenurik",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Hallowed Eruption"] = {
        Image = "HallowedEruptionMod.png",
        Name = "Hallowed Eruption",
        Polarity = "Zenurik",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Hallowed Reckoning"] = {
        Image = "HallowedReckoning2.png",
        Name = "Hallowed Reckoning",
        Polarity = "Zenurik",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Hammer Shot"] = {
        Image = "HammerShotModU145.png",
        Name = "Hammer Shot",
        Introduced = "9",
        Polarity = "Vazarin",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Handspring"] = {
        Image = "HandspringMod.png",
        Name = "Handspring",
        Polarity = "Naramon",
        Rarity = "Rare",
    },
    ["Hard Engage"] = {
        Image = "HardEngageMod.png",
        Name = "Hard Engage",
        Polarity = "Penjaga",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Harkonar Scope"] = {
        Image = "HarkonarScopeMod.png",
        Name = "Harkonar Scope",
        Polarity = "Naramon",
        Rarity = "Uncommon",
        Transmutable = false,
    },
    ["Hastened Deflection"] = {
        Image = "HastenedDeflectionMod.png",
        Name = "Hastened Deflection",
        Polarity = "Vazarin",
        Rarity = "Uncommon",
    },
    ["Hastened Steps"] = {
        Image = "HastenedSteps.png",
        Name = "Hastened Steps",
        Polarity = "Madurai",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Hata-Satya"] = {
        Image = "Hata-SatyaMod.png",
        Introduced = "29",
        Name = "Hata-Satya",
        Polarity = "Madurai",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Hawk Eye"] = {
        Image = "HawkEyeModU145.png",
        Name = "Hawk Eye",
        Polarity = "Naramon",
        Rarity = "Uncommon",
    },
    -- HE --
    ["Healing Flame"] = {
        Image = "HealingFlameMod.png",
        Name = "Healing Flame",
        Polarity = "Zenurik",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Healing Return"] = {
        Image = "HealingReturnMod.png",
        Name = "Healing Return",
        Polarity = "Vazarin",
        Rarity = "Rare",
    },
    ["Health Conversion"] = {
        Image = "HealthConversion.png",
        Name = "Health Conversion",
        Polarity = "Vazarin",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Heartseeker"] = {
        Image = "Heartseeker.png",
        Name = "Heartseeker",
        Polarity = "Madurai",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Heated Charge"] = {
        Image = "HeatedChargeModU145.png",
        Name = "Heated Charge",
        Polarity = "Naramon",
        Rarity = "Uncommon",
    },
    ["Heavy Caliber"] = {
        Image = "HeavyCaliberModU145.png",
        Name = "Heavy Caliber",
        Introduced = "10.3",
        Polarity = "Madurai",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Heavy Impact"] = {
        Image = "HeavyImpactModU145.png",
        Name = "Heavy Impact",
        Polarity = "Naramon",
        Rarity = "Uncommon",
    },
    ["Heavy Trauma"] = {
        Image = "HeavyTraumaModU145.png",
        Introduced = "11",
        Name = "Heavy Trauma",
        Polarity = "Naramon",
        Rarity = "Rare",
    },
    ["Heavy Warhead"] = {
        Image = "HeavyWarhead.png",
        Name = "Heavy Warhead",
        Polarity = "Madurai",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Heightened Reflexes"] = {
        Image = "Hreflexes.png",
        Name = "Heightened Reflexes",
        Polarity = "Madurai",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Hellfire"] = {
        Image = "HellfireModU145.png",
        Name = "Hellfire",
        Polarity = "Naramon",
        Rarity = "Uncommon",
    },
    ["Hell's Chamber"] = {
        Image = "HellsChamberModU145.png",
        Name = "Hell's Chamber",
        Polarity = "Madurai",
        Rarity = "Rare",
    },
    -- HI --
    ["High Noon"] = {
        Image = "HighNoon.png",
        Name = "High Noon",
        Polarity = "Madurai",
        Rarity = "Rare",
    },
    ["High Voltage"] = {
        Image = "HighVoltageModU145.png",
        Name = "High Voltage",
        Polarity = "Madurai",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Hit And Run"] = {
        Image = "HitAndRunMod.png",
        Introduced = "26",
        Name = "Hit And Run",
        Polarity = nil,
        Rarity = "Uncommon",
        Transmutable = true,
    },
    -- HO --
    ["Hollow Point"] = {
        Image = "HollowPointModU145.png",
        Name = "Hollow Point",
        Polarity = "Naramon",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Hollowed Bullets"] = {
        Image = "HollowedBullets.png",
        Name = "Hollowed Bullets",
        Polarity = "Madurai",
        Rarity = "Rare",
    },
    ["Homing Fang"] = {
        Image = "HomingFangNew.png",
        Name = "Homing Fang",
        Polarity = "Naramon",
        Rarity = "Uncommon",
    },
    ["Hornet Strike"] = {
        Image = "HornetStrikeModU145.png",
        Name = "Hornet Strike",
        Polarity = "Madurai",
        Rarity = "Uncommon",
    },
    ["Howl"] = {
        Image = "Howl 19.6.3.png",
        Name = "Howl",
        Polarity = "Penjaga",
        Rarity = "Rare",
    },
    -- HU --
    ["Hunt"] = {
        Image = "Hunt 19.6.3.png",
        Name = "Hunt",
        Polarity = "Penjaga",
        Rarity = "Rare",
    },
    ["Hunter Adrenaline"] = {
        Image = "HunterAdrenalineMod.png",
        Name = "Hunter Adrenaline",
        Polarity = "Madurai",
        Rarity = "Common",
        Transmutable = false,
    },
    ["Hunter Command"] = {
        Image = "HunterCommandMod.png",
        Name = "Hunter Command",
        Polarity = "Madurai",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Hunter Munitions"] = {
        Image = "HunterMunitionsMod.png",
        Name = "Hunter Munitions",
        Polarity = "Madurai",
        Rarity = "Uncommon",
        Transmutable = false,
    },
    ["Hunter Recovery"] = {
        Image = "HunterRecoveryMod.png",
        Name = "Hunter Recovery",
        Polarity = "Madurai",
        Rarity = "Common",
        Transmutable = false,
    },
    ["Hunter Synergy"] = {
        Image = "HunterSynergyMod.png",
        Name = "Hunter Synergy",
        Polarity = "Madurai",
        Rarity = "Uncommon",
        Transmutable = false,
    },
    ["Hunter Track"] = {
        Image = "HunterTrackMod.png",
        Name = "Hunter Track",
        Polarity = "Madurai",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Hunter's Bonesaw"] = {
        Image = "Hunter'sBonesawMod.png",
        Name = "Hunter's Bonesaw",
        Polarity = "Madurai",
        Rarity = "Uncommon",
        Transmutable = false,
    },
    ["Hush"] = {
        Image = "HushModU145.png",
        Introduced = "10",
        Name = "Hush",
        Polarity = "Naramon",
        Rarity = "Common",
    },
    ["Hushed Invisibility"] = {
        Image = "HushedInvisibility2.png",
        Name = "Hushed Invisibility",
        Polarity = "Zenurik",
        Rarity = "Rare",
        Transmutable = false,
    },
    -- HY --
    ["Hydraulic Barrel"] = {
        Image = "Hbarrel.png",
        Name = "Hydraulic Barrel",
        Polarity = "Naramon",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Hydraulic Chamber"] = {
        Image = "Hchamber.png",
        Name = "Hydraulic Chamber",
        Polarity = "Naramon",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Hydraulic Crosshairs"] = {
        Image = "HydraulicCrosshairs.png",
        Name = "Hydraulic Crosshairs",
        Polarity = "Madurai",
        Rarity = "Common",
        Transmutable = false,
    },
    ["Hydraulic Gauge"] = {
        Image = "Hgauge.png",
        Name = "Hydraulic Gauge",
        Polarity = "Naramon",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Hyperion Thrusters"] = {
        Image = "HyperionThrusters.png",
        Introduced = "15",
        Name = "Hyperion Thrusters",
        Polarity = "Naramon",
        Rarity = "Rare",
    },
    ["Hypothermic Shell"] = {
        Image = "HypothermicShellMod.png",
        Name = "Hypothermic Shell",
        Polarity = "Madurai",
        Rarity = "Rare",
    },
    ["Hysteria"] = {
        Image = "HysteriaStance.png",
        Name = "Hysteria (Stance)",
        Polarity = nil,
        Rarity = nil,
        Transmutable = false,
    },
    ["Hysterical Assault"] = {
        Image = "HystericalAssaultMod.png",
        Name = "Hysterical Assault",
        Polarity = "Zenurik",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Hysterical Fixation"] = {
        Image = "HystericalFixation.png",
        Name = "Hysterical Fixation",
        Polarity = "Zenurik",
        Rarity = "Rare",
        Transmutable = false,
    },
    -- I --
    ["Iatric Mycelium"] = {
        Image = "IatricMyceliumMod.png",
        Introduced = "29",
        Name = "Iatric Mycelium",
        Polarity = "Penjaga",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Ice Spring"] = {
        Image = "Ice spring.png",
        Name = "Ice Spring",
        Polarity = "Vazarin",
        Rarity = "Rare",
        Transmutable = true,
    },
    ["Ice Storm"] = {
        Image = "IceStormModU145.png",
        Name = "Ice Storm",
        Polarity = "Madurai",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Ice Wave Impedance"] = {
        Image = "IceWaveImpedance3.png",
        Name = "Ice Wave Impedance",
        Polarity = "Zenurik",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Icy Avalanche"] = {
        Image = "IcyAvalancheMod.png",
        Name = "Icy Avalanche",
        Polarity = "Zenurik",
        Rarity = "Rare",
        Transmutable = false,
    },
    -- IM --
    ["Immolated Radiance"] = {
        Image = "ImmolatedRadianceMod.png",
        Name = "Immolated Radiance",
        Polarity = "Zenurik",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Impaler Munitions"] = {
        Image = "ImpalerMunitions.png",
        Name = "Impaler Munitions",
        Polarity = "Madurai",
        Rarity = "Uncommon",
        Transmutable = false,
    },
    ["Impenetrable Offense"] = {
        Image = "ImpenetrableOffenseMod.png",
        Name = "Impenetrable Offense",
        Polarity = "Madurai",
        Rarity = "Rare",
        Transmutable = false,
    },
    -- IN --
    ["Incendiary Coat"] = {
        Image = "IncendiaryCoatModU145.png",
        Name = "Incendiary Coat",
        Polarity = "Naramon",
        Rarity = "Uncommon",
    },
    ["Inertia Dampeners"] = {
        Image = "InertiaDampeners.png",
        Name = "Inertia Dampeners",
        Polarity = "Naramon",
        Rarity = "Uncommon",
        Transmutable = false,
    },
    ["Infected Clip"] = {
        Image = "InfectedClipModU145.png",
        Introduced = "11",
        Name = "Infected Clip",
        Polarity = "Naramon",
        Rarity = "Uncommon",
    },
    ["Infectious Bite"] = {
        Image = "InfectiousBiteMod.png",
        Introduced = "29",
        Name = "Infectious Bite",
        Polarity = "Penjaga",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Infectious Injection"] = {
        Image = "InfectiousInjection.png",
        Name = "Infectious Injection",
        Polarity = "Madurai",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Infested Impedance"] = {
        Image = "InfestedImpedanceModU145.png",
        Name = "Infested Impedance",
        Polarity = "Vazarin",
        Rarity = "Uncommon",
        Transmutable = false,
    },
    ["Infiltrate"] = {
        Image = "Infiltrate2.png",
        Name = "Infiltrate",
        Polarity = "Zenurik",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Insatiable"] = {
        Image = "InsatiableMod.png",
        Name = "Insatiable",
        Polarity = "Zenurik",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Insulation"] = {
        Image = "InsulationModU145.png",
        Name = "Insulation",
        Polarity = "Vazarin",
        Rarity = "Common",
    },
    ["Intensify"] = {
        Image = "IntensifyModU145.png",
        Name = "Intensify",
        Polarity = "Madurai",
        Rarity = "Rare",
    },
    ["Intruder"] = {
        Image = "IntruderModU145.png",
        Introduced = "10",
        Name = "Intruder",
        Polarity = nil,
        Rarity = "Common",
        Transmutable = true,
    },
    ["Investigator"] = {
        Image = "Investigator 19.6.3.png",
        Name = "Investigator",
        Polarity = "Penjaga",
        Rarity = "Common",
        Transmutable = false,
    },
    -- IO --
    ["Ion Infusion"] = {
        Image = "IonInfusion.png",
        Name = "Ion Infusion",
        Polarity = "Madurai",
        Rarity = "Rare",
        Transmutable = false,
    },
    -- IR --
    ["Iron Phoenix"] = {
        Image = "IronPhoenixMod.png",
        Name = "Iron Phoenix",
        Polarity = "Unairu",
        Rarity = "Rare",
    },
    ["Iron Shrapnel"] = {
        Image = "IronShrapnel3.png",
        Name = "Iron Shrapnel",
        Polarity = "Zenurik",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Iron Vault"] = {
        Image = "IronVault2.png",
        Name = "Iron Vault",
        Polarity = "Zenurik",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Ironclad Charge"] = {
        Image = "IroncladChargeMod.png",
        Name = "Ironclad Charge",
        Polarity = "Zenurik",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Ironclad Flight"] = {
        Image = "IroncladFlightMod.png",
        Name = "Ironclad Flight",
        Polarity = "Ability",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Irradiating Disarm"] = {
        Image = "IrradiatingDisarm3.png",
        Name = "Irradiating Disarm",
        Polarity = "Zenurik",
        Rarity = "Rare",
        Transmutable = false,
    },
    -- J --
    -- JA --
    ["Jagged Edge"] = {
        Image = "JaggedEdgeModU145.png",
        Introduced = "11",
        Name = "Jagged Edge",
        Polarity = "Naramon",
        Rarity = "Rare",
    },
    ["Jahu"] = {
        Image = "JahuRequiemMod.png",
        Introduced = "26",
        Name = "Jahu",
        Polarity = nil,
        Rarity = "Requiem",
        Transmutable = true,
    },
    -- JE --
    ["Jet Stream"] = {
        Image = "JetStream3.png",
        Name = "Jet Stream",
        Introduced = "15.6",
        Polarity = "Zenurik",
        Rarity = "Rare",
        Transmutable = false,
    },
    -- JO --
    ["Jolt"] = {
        Image = "JoltNew.png",
        Name = "Jolt",
        Polarity = "Madurai",
        Rarity = "Rare",
        Transmutable = false,
    },
    -- JU --
    ["Jugulus Barbs"] = {
        Image = "JugulusBarbsMod.png",
        Name = "Jugulus Barbs",
        Polarity = "Naramon",
        Rarity = "Common",
        Transmutable = false,
    },
    ["Jugulus Carapace"] = {
        Image = "JugulusCarapaceMod.png",
        Name = "Jugulus Carapace",
        Polarity = "Vazarin",
        Rarity = "Uncommon",
        Transmutable = false,
    },
    ["Jugulus Spines"] = {
        Image = "JugulusSpinesMod.png",
        Name = "Jugulus Spines",
        Polarity = "Naramon",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Juice"] = {
        Image = "JuiceMod.png",
        Introduced = "29",
        Name = "Juice",
        Polarity = "Vazarin",
        Rarity = "Common",
        Transmutable = false,
    },
    ["Justice Blades"] = {
        Image = "JusticeBlades.png",
        Name = "Justice Blades",
        Polarity = "Naramon",
        Rarity = "Rare",
        Transmutable = false,
    },
    -- K --
    -- KA --
    ["Kavat's Grace"] = {
        Image = "Kavat'sGraceMod.png",
        Introduced = "25",
        Name = "Kavat's Grace",
        Polarity = "Naramon",
        Rarity = "Rare",
        Transmutable = false,
    },
    -- KH --
    ["Khra"] = {
        Image = "KhraRequiemMod.png",
        Introduced = "26",
        Name = "Khra",
        Polarity = nil,
        Rarity = "Requiem",
        Transmutable = true,
    },
    -- KI --
    ["Kill Switch"] = {
        Image = "KillSwitchMod.png",
        Name = "Kill Switch",
        Polarity = "Madurai",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Killing Blow"] = {
        Image = "KillingBlowModU145.png",
        Name = "Killing Blow",
        Polarity = "Madurai",
        Rarity = "Uncommon",
    },
    ["Kinetic Collision"] = {
        Image = "KineticCollision.png",
        Name = "Kinetic Collision",
        Polarity = "Zenurik",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Kinetic Diversion"] = {
        Image = "KineticDiversionMod.png",
        Name = "Kinetic Diversion",
        Polarity = "Madurai",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Kinetic Friction"] = {
        Image = "KineticFriction.png",
        Name = "Kinetic Friction",
        Polarity = "Madurai",
        Rarity = "Uncommon",
        Transmutable = false,
    },
    ["Kinetic Ricochet"] = {
        Image = "KineticRicochetRareReup.png",
        Name = "Kinetic Ricochet",
        Polarity = "Naramon",
        Rarity = "Uncommon",
        Transmutable = false,
    },
    -- L --
    -- LA --
    ["Larva Burst"] = {
        Image = "LarvaBurst.png",
        Name = "Larva Burst",
        Polarity = "Zenurik",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Laser Deflection"] = {
        Image = "Laser Deflection.jpg",
        Name = "Laser Deflection",
        Polarity = "None",
        Rarity = "Uncommon",
        Transmutable = false,
    },
    ["Laser Sight"] = {
        Image = "LaserSightMod.png",
        Name = "Laser Sight",
        Polarity = "Madurai",
        Rarity = "Uncommon",
        Transmutable = false,
    },
    ["Lashing Coil"] = {
        Image = "LashingCoilMod.png",
        Name = "Lashing Coil",
        Polarity = "Zenurik",
        Rarity = "Uncommon",
        Transmutable = false,
    },
    ["Lasting Covenant"] = {
        Image = "LastingCovenant.png",
        Name = "Lasting Covenant",
        Introduced = "22.10",
        Polarity = "Zenurik",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Last Herald"] = {
        Image = "LastHeraldMod.png",
        Name = "Last Herald",
        Polarity = "Madurai",
        Rarity = "Uncommon",
        Transmutable = false,
    },
    ["Lasting Purity"] = {
        Image = "LastingPurity.png",
        Name = "Lasting Purity",
        Polarity = "Naramon",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Lasting Sting"] = {
        Image = "LastingSting.png",
        Name = "Lasting Sting",
        Polarity = "Madurai",
        Rarity = "Common",
    },
    -- LE --
    ["Lethal Momentum"] = {
        Image = "LethalMomentum.png",
        Name = "Lethal Momentum",
        Introduced = "15",
        Polarity = "Madurai",
        Rarity = "Uncommon",
    },
    ["Lethal Torrent"] = {
        Image = "LethalTorrentModU145.png",
        Name = "Lethal Torrent",
        Introduced = "9.5",
        Polarity = "Madurai",
        Rarity = "Rare",
        Transmutable = false,
    },
    -- LI --
    ["Lie In Wait"] = {
        Image = "Lieinwait.png",
        Name = "Lie In Wait",
        Polarity = "Madurai",
        Rarity = "Uncommon",
        Transmutable = false,
    },
    ["Life Strike"] = {
        Image = "LifeStrikeModU145.png",
        Name = "Life Strike",
        Polarity = "Vazarin",
        Rarity = "Rare",
    },
    ["Lightning Dash"] = {
        Image = "LightningDashMod.png",
        Name = "Lightning Dash",
        Polarity = "Madurai",
        Rarity = "Rare",
    },
    ["Lightning Rod"] = {
        Image = "LightningRodModU145.png",
        Name = "Lightning Rod",
        Polarity = "Vazarin",
        Rarity = "Common",
    },
    ["Lingering Torment"] = {
        Image = "LingeringTorment.png",
        Name = "Lingering Torment",
        Polarity = "Madurai",
        Rarity = "Common",
    },
    ["Link Armor"] = {
        Image = "LinkArmorMod.png",
        Name = "Link Armor",
        Polarity = "Vazarin",
        Rarity = "Uncommon",
    },
    ["Link Health"] = {
        Image = "LinkHealthMod.png",
        Name = "Link Health",
        Polarity = "Vazarin",
        Rarity = "Uncommon",
    },
    ["Link Shields"] = {
        Image = "LinkShieldsMod.png",
        Name = "Link Shields",
        Polarity = "Vazarin",
        Rarity = "Uncommon",
    },
    ["Live Wire"] = {
        Image = "LiveWireMod.png",
        Introduced = "26",
        Name = "Live Wire",
        Polarity = nil,
        Rarity = "Common",
        Transmutable = true,
    },
    -- LO --
    ["Loaded Capacity"] = {
        Image = "LoadedCapacityMod.png",
        Name = "Loaded Capacity",
        Polarity = "Naramon",
        Rarity = "Common",
        Transmutable = false,
    },
    ["Lock and Load"] = {
        Image = "LockandLoad.png",
        Name = "Lock and Load",
        Polarity = "Naramon",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Lohk"] = {
        Image = "LohkRequiemMod.png",
        Introduced = "26",
        Name = "Lohk",
        Polarity = nil,
        Rarity = "Requiem",
        Transmutable = true,
    },
    ["Loose Chamber"] = {
        Image = "LooseChamberMod.png",
        Name = "Loose Chamber",
        Polarity = "Naramon",
        Rarity = "Common",
        Transmutable = false,
    },
    ["Loose Hatch"] = {
        Image = "LooseHatchMod.png",
        Name = "Loose Hatch",
        Polarity = "Naramon",
        Rarity = "Common",
        Transmutable = false,
    },
    ["Loose Magazine"] = {
        Image = "LooseMagazineMod.png",
        Name = "Loose Magazine",
        Polarity = "Naramon",
        Rarity = "Common",
        Transmutable = false,
    },
    ["Loot Detector"] = {
        Image = "LootDetectorModU145.png",
        Name = "Loot Detector",
        Polarity = "Naramon",
        Rarity = "Uncommon",
        Transmutable = false,
    },
    ["Looter"] = {
        Image = "Looter.png",
        Name = "Looter",
        Polarity = "Penjaga",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Loyal Companion"] = {
        Image = "LoyalCompanionMod.png",
        Name = "Loyal Companion",
        Polarity = "Vazarin",
        Rarity = "Common",
    },
    -- LU --
    ["Lucky Shot"] = {
        Image = "LuckyShotMod.png",
        Name = "Lucky Shot",
        Polarity = "Madurai",
        Rarity = "Uncommon",
        Transmutable = false,
    },
    -- M --
    -- MA --
    ["Mach Crash"] = {
    	Image = "MachCrashMod.png",
    	Introduced = "29.5",
    	Name = "Mach Crash",
    	Polarity = "Zenurik",
    	Rarity = "Rare",
    	Transmutable = false;
    },
    ["Mad Stack"] = {
        Image = "MadStackMod.png",
        Name = "Mad Stack",
        Polarity = "Madurai",
        Rarity = "Uncommon",
        Transmutable = false,
    },
    ["Madurai Transmute Core"] = {
        Image = "MaduraiTransmuteCore.png",
        Name = "Madurai Transmute Core",
        Polarity = "Madurai",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Mafic Rain"] = {
        Image = "MaficRainMod.png",
        Name = "Mafic Rain",
        Polarity = "Vazarin",
        Rarity = "Uncommon",
        Transmutable = false,
    },
    ["Mag Locks"] = {
        Image = "MagLocks.png",
        Name = "Mag Locks",
        Polarity = "Naramon",
        Rarity = "Common",
        Transmutable = false,
    },
    ["Magazine Extension"] = {
        Image = "MagazineExtension.png",
        Name = "Magazine Extension",
        Polarity = "Naramon",
        Rarity = "Common",
    },
    ["Magazine Warp"] = {
        Image = "MagazineWarpModU145.png",
        Name = "Magazine Warp",
        Introduced = "0",
        Polarity = "Naramon",
        Rarity = "Common",
    },
    ["Maglev"] = {
        Image = "MaglevModU145.png",
        Name = "Maglev",
        Polarity = "Naramon",
        Rarity = "Uncommon",
    },
    ["Magma Chamber"] = {
        Image = "MagmaChamber.png",
        Name = "Magma Chamber",
        Polarity = "Madurai",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Magnetized Discharge"] = {
        Image = "MagnetizedDischargeMod.png",
        Name = "Magnetized Discharge",
        Polarity = "Zenurik",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Magnum Force"] = {
        Image = "MagnumForceMod.png",
        Name = "Magnum Force",
        Polarity = "Madurai",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Maim"] = {
        Image = "MaimModU145.png",
        Name = "Maim",
        Polarity = "Naramon",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Maiming Strike"] = {
        Image = "MaimingStrikeMod.png",
        Name = "Maiming Strike",
        Polarity = "Madurai",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Malicious Raptor"] = {
        Image = "MaliciousRaptorNew.png",
        Name = "Malicious Raptor",
        Polarity = "Madurai",
        Rarity = "Rare",
    },
    ["Malignant Force"] = {
        Image = "MalignantForceModU145.png",
        Name = "Malignant Force",
        Polarity = "Madurai",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Mark of the Beast"] = {
        Image = "MarkoftheBeastMod.png",
        Introduced = "29.6.9",
        Name = "Mark of the Beast",
        Polarity = "Naramon",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Marked Target"] = {
        Image = "MarkedTargetMod.png",
        Name = "Marked Target",
        Polarity = "Naramon",
        Rarity = "Rare",
    },
    ["Martial Fury"] = {
        Image = "MartialFury.png",
        Name = "Martial Fury",
        Polarity = "Madurai",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Martyr Symbiosis"] = {
        Image = "MartyrSymbiosisMod.png",
        Name = "Martyr Symbiosis",
        Introduced = "29.5",
        Polarity = "Penjaga",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Master Key"] = {
        Image = "MasterKeyMod.png",
        Introduced = "26",
        Name = "Master Key",
        Polarity = nil,
        Rarity = "Common",
        Transmutable = true,
    },
    ["Master Thief"] = {
        Image = "MasterThiefModU145.png",
        Name = "Master Thief",
        Polarity = "Naramon",
        Rarity = "Rare",
    },
    ["Maul"] = {
        Image = "MaulMod.png",
        Name = "Maul",
        Polarity = "Madurai",
        Rarity = "Uncommon",
    },
    ["Maximum Capacity"] = {
        Image = "MaximumCapacityMod.png",
        Name = "Maximum Capacity",
        Polarity = "Naramon",
        Rarity = "Common",
        Transmutable = false,
    },
    -- ME --
    ["Measured Burst"] = {
        Image = "MeasuredBurst.png",
        Name = "Measured Burst",
        Polarity = "Madurai",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Mecha Empowered"] = {
        Image = "MechaEmpowered.png",
        Introduced = "24",
        Name = "Mecha Empowered",
        Polarity = "Naramon",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Mecha Pulse"] = {
        Image = "MechaPulse.png",
        Name = "Mecha Pulse",
        Polarity = "Madurai",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Mecha Overdrive"] = {
        Image = "MechaOverdrive.png",
        Name = "Mecha Overdrive",
        Polarity = "Madurai",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Mecha Recharge"] = {
        Image = "MechaRecharge.png",
        Name = "Mecha Recharge",
        Polarity = "Madurai",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Medi-Pet Kit"] = {
        Image = "Medi-Pet_KitMod.png",
        Name = "Medi-Pet Kit",
        Polarity = "Vazarin",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Medi-Ray"] = {
        Image = "Medi-RayMod.png",
        Name = "Medi-Ray",
        Polarity = "Penjaga",
        Rarity = "Uncommon",
        Transmutable = false,
    },
    ["Melee Guidance"] = {
        Image = "MeleeGuidanceMod.png",
        Name = "Melee Guidance",
        Polarity = "Madurai",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Melee Prowess"] = {
        Image = "MeleeProwessModU145.png",
        Introduced = "11",
        Name = "Melee Prowess",
        Polarity = "Vazarin",
        Rarity = "Common",
    },
    ["Mending Shot"] = {
        Image = "MendingShotMod.png",
        Name = "Mending Shot",
        Polarity = "Madurai",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Mending Splinters"] = {
        Image = "MendingSplinters.png",
        Name = "Mending Splinters",
        Polarity = "Zenurik",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Mesa's Waltz"] = {
        Image = "Mesa'sWaltz.png",
        Introduced = "18.5",
        Name = "Mesa's Waltz",
        Polarity = "Zenurik",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Metal Auger"] = {
        Image = "MetalAugerModU145.png",
        Introduced = "0",
        Name = "Metal Auger",
        Polarity = "Naramon",
        Rarity = "Rare",
    },
    ["Metal Fiber"] = {
        Image = "MetalFiberMod.png",
        Name = "Metal Fiber",
        Polarity = "Vazarin",
        Rarity = "Common",
    },
    ["Meteor Crash"] = {
        Image = "MeteorCrashMod.png",
        Name = "Meteor Crash",
        Polarity = "Naramon",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Meteor Munitions"] = {
        Image = "MeteorMunitions.png",
        Name = "Meteor Munitions",
        Polarity = "Madurai",
        Rarity = "Uncommon",
        Transmutable = false,
    },
    ["Meticulous Aim"] = {
        Image = "MeticulousAimMod.png",
        Name = "Meticulous Aim",
        Polarity = "Naramon",
        Rarity = "Rare",
    },
    -- MI --
    ["Mind Freak"] = {
        Image = "MindFreak3.png",
        Name = "Mind Freak",
        Polarity = "Zenurik",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Mischief"] = {
        Image = "Mischief 19.6.3.png",
        Name = "Mischief",
        Polarity = "Penjaga",
        Rarity = "Rare",
    },
    -- MO --
    ["Mobilize"] = {
        Image = "Mobilize.png",
        Name = "Mobilize",
        Polarity = "Naramon",
        Rarity = "Uncommon",
    },
    ["Modified Munitions"] = {
        Image = "ModifiedMunitions.png",
        Name = "Modified Munitions",
        Polarity = "Vazarin",
        Rarity = "Uncommon",
    },
    ["Molecular Conversion"] = {
        Image = "Molecular Conversion 19.10.png",
        Name = "Molecular Conversion",
        Polarity = "Penjaga",
        Rarity = "Common",
        Transmutable = false,
    },
    ["Molecular Fission"] = {
        Image = "MolecularFissionMod.png",
        Name = "Molecular Fission",
        Polarity = "Ability",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Molten Impact"] = {
        Image = "MoltenImpactModU145.png",
        Name = "Molten Impact",
        Polarity = "Naramon",
        Rarity = "Uncommon",
    },
    ["Momentary Pause"] = {
        Image = "MomentaryPauseMod.png",
        Name = "Momentary Pause",
        Polarity = "Vazarin",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Morphic Transformer"] = {
        Image = "MorphicTransformer.png",
        Name = "Morphic Transformer",
        Polarity = "Madurai",
        Rarity = "Rare",
    },
    ["Mortal Conduct"] = {
        Image = "MortalConduct.png",
        Name = "Mortal Conduct",
        Polarity = "Madurai",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Motus Impact"] = {
        Image = "MotusImpactMod.png",
        Name = "Motus Impact",
        Polarity = "Madurai",
        Rarity = "Uncommon",
        Transmutable = false,
    },
    ["Motus Setup"] = {
        Image = "MotusSetupMod.png",
        Name = "Motus Setup",
        Polarity = "Madurai",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Motus Signal"] = {
        Image = "MotusSignalMod.png",
        Name = "Motus Signal",
        Polarity = "Naramon",
        Rarity = "Common",
        Transmutable = false,
    },
    -- MU --
    ["Muzzle Flash"] = {
        Image = "MuzzleFlashMod.png",
        Name = "Muzzle Flash",
        Polarity = "Zenurik",
        Rarity = "Rare",
        Transmutable = false,
    },
    -- N --
    -- NA --
    ["Nano-Applicator"] = {
        Image = "Nano-ApplicatorMod.png",
        Name = "Nano-Applicator",
        Polarity = "Madurai",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Napalm Grenades"] = {
        Image = "NapalmGrenades.png",
        Name = "Napalm Grenades",
        Polarity = "Naramon",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Naramon Transmute Core"] = {
        Image = "NaramonTransmuteCore.png",
        Name = "Naramon Transmute Core",
        Polarity = "Naramon",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Narrow Barrel"] = {
        Image = "NarrowBarrelMod.png",
        Name = "Narrow Barrel",
        Polarity = "Madurai",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Narrow Minded"] = {
        Image = "NarrowMindedModU145.png",
        Introduced = "10.3",
        Name = "Narrow Minded",
        Polarity = "Vazarin",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Natural Talent"] = {
        Image = "NaturalTalentModU145.png",
        Name = "Natural Talent",
        Polarity = "Naramon",
        Rarity = "Rare",
    },
    -- NE --
    ["Nebula Bore"] = {
        Image = "NebulaBoreMod.png",
        Name = "Nebula Bore",
        Polarity = "Naramon",
        Rarity = "Rare",
        Transmutable = false,
    },
    -- NECRAMECH --
    ["Necramech Augur"] = {
        Image = "NecramechAugurMod.png",
        Introduced = "29.6",
        Name = "Necramech Augur",
        Polarity = "Madurai",
        Rarity = "Uncommon",
        Transmutable = false,
    },
    ["Necramech Aviator"] = {
        Image = "NecramechAviatorMod.png",
        Introduced = "29.6",
        Name = "Necramech Aviator",
        Polarity = "Vazarin",
        Rarity = "Common",
        Transmutable = false,
    },
    ["Necramech Blitz"] = {
        Image = "NecramechBlitzMod.png",
        Introduced = "29",
        Name = "Necramech Blitz",
        Polarity = "Madurai",
        Rarity = "Common",
        Transmutable = false,
    },
    ["Necramech Continuity"] = {
        Image = "NecramechContinuityMod.png",
        Introduced = "29",
        Name = "Necramech Continuity",
        Polarity = "Madurai",
        Rarity = "Uncommon",
        Transmutable = false,
    },
    ["Necramech Deflection"] = {
        Image = "NecramechDeflectionMod.png",
        Introduced = "29.6",
        Name = "Necramech Deflection",
        Polarity = "Vazarin",
        Rarity = "Common",
        Transmutable = true,
    },
    ["Necramech Drift"] = {
        Image = "NecramechDriftMod.png",
        Introduced = "29.5",
        Name = "Necramech Drift",
        Polarity = "Vazarin",
        Rarity = "Uncommon",
        Transmutable = false,
    },
    ["Necramech Efficiency"] = {
        Image = "NecramechEfficiencyMod.png",
        Introduced = "29.5",
        Name = "Necramech Efficiency",
        Polarity = "Vazarin",
        Rarity = "Uncommon",
        Transmutable = false,
    },
    ["Necramech Enemy Sense"] = {
        Image = "NecramechEnemySenseMod.png",
        Introduced = "29.6",
        Name = "Necramech Enemy Sense",
        Polarity = "Naramon",
        Rarity = "Common",
        Transmutable = true,
    },
    ["Necramech Friction"] = {
        Image = "NecramechFrictionMod.png",
        Introduced = "29.5",
        Name = "Necramech Friction",
        Polarity = "Vazarin",
        Rarity = "Uncommon",
        Transmutable = false,
    },
    ["Necramech Flow"] = {
        Image = "NecramechFlowMod.png",
        Introduced = "29.5",
        Name = "Necramech Flow",
        Polarity = "Naramon",
        Rarity = "Rare",
        Transmutable = true,
    },
    ["Necramech Fury"] = {
        Image = "NecramechFuryMod.png",
        Introduced = "29",
        Name = "Necramech Fury",
        Polarity = "Vazarin",
        Rarity = "Common",
        Transmutable = false,
    },
    ["Necramech Hydraulics"] = {
        Image = "NecramechHydraulicsMod.png",
        Introduced = "29",
        Name = "Necramech Hydraulics",
        Polarity = "Madurai",
        Rarity = "Uncommon",
        Transmutable = false,
    },
    ["Necramech Intensify"] = {
        Image = "NecramechIntensifyMod.png",
        Introduced = "29",
        Name = "Necramech Intensify",
        Polarity = "Madurai",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Necramech Pressure Point"] = {
        Image = "NecramechPressurePointMod.png",
        Introduced = "29",
        Name = "Necramech Pressure Point",
        Polarity = "Madurai",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Necramech Rage"] = {
        Image = "NecramechRageMod.png",
        Introduced = "29.6",
        Name = "Necramech Rage",
        Polarity = "Madurai",
        Rarity = "Uncommon",
        Transmutable = false,
    },
    ["Necramech Reach"] = {
        Image = "NecramechReachMod.png",
        Introduced = "29",
        Name = "Necramech Reach",
        Polarity = "Madurai",
        Rarity = "Common",
        Transmutable = false,
    },
    ["Necramech Rebuke"] = {
        Image = "NecramechRebukeMod.png",
        Introduced = "29.6",
        Name = "Necramech Rebuke",
        Polarity = "Madurai",
        Rarity = "Uncommon",
        Transmutable = false,
    },
    ["Necramech Redirection"] = {
        Image = "NecramechRedirectionMod.png",
        Introduced = "29",
        Name = "Necramech Redirection",
        Polarity = "Vazarin",
        Rarity = "Common",
        Transmutable = false,
    },
    ["Necramech Refuel"] = {
        Image = "NecramechRefuelMod.png",
        Introduced = "29",
        Name = "Necramech Refuel",
        Polarity = "Vazarin",
        Rarity = "Common",
        Transmutable = false,
    },
    ["Necramech Repair"] = {
        Image = "NecramechRepairMod.png",
        Introduced = "29.6",
        Name = "Necramech Repair",
        Polarity = "Vazarin",
        Rarity = "Uncommon",
        Transmutable = false,
    },
    ["Necramech Seismic Wave"] = {
        Image = "NecramechSeismicWaveMod.png",
        Introduced = "29",
        Name = "Necramech Seismic Wave",
        Polarity = "Madurai",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Necramech Slipstream"] = {
        Image = "NecramechSlipstreamMod.png",
        Introduced = "29",
        Name = "Necramech Slipstream",
        Polarity = "Naramon",
        Rarity = "Common",
        Transmutable = false,
    },
    ["Necramech Steel Fiber"] = {
        Image = "NecramechSteelFiberMod.png",
        Introduced = "29",
        Name = "Necramech Steel Fiber",
        Polarity = "Vazarin",
        Rarity = "Uncommon",
        Transmutable = false,
    },
    ["Necramech Streamline"] = {
        Image = "NecramechStreamlineMod.png",
        Introduced = "29",
        Name = "Necramech Streamline",
        Polarity = "Naramon",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Necramech Stretch"] = {
        Image = "NecramechStretchMod.png",
        Introduced = "29",
        Name = "Necramech Stretch",
        Polarity = "Madurai",
        Rarity = "Uncommon",
        Transmutable = false,
    },
    ["Necramech Thrusters"] = {
        Image = "NecramechThrustersMod.png",
        Introduced = "29",
        Name = "Necramech Thrusters",
        Polarity = "Vazarin",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Necramech Vitality"] = {
        Image = "NecramechVitalityMod.png",
        Introduced = "29",
        Name = "Necramech Vitality",
        Polarity = "Vazarin",
        Rarity = "Common",
        Transmutable = false,
    },
    ["Negate"] = {
        Image = "Negate.png",
        Name = "Negate",
        Polarity = "Penjaga",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Negation Swarm"] = {
        Image = "NegationSwarmMod.png",
        Name = "Negation Swarm",
        Polarity = "Zenurik",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Netra"] = {
        Image = "NetraRequiemMod.png",
        Introduced = "26",
        Name = "Netra",
        Polarity = nil,
        Rarity = "Requiem",
        Transmutable = true,
    },
    ["Neutralize"] = {
        Image = "Neutralize 19.6.3.png",
        Name = "Neutralize",
        Polarity = "Penjaga",
        Rarity = "Rare",
    },
    ["Neutralizing Justice"] = {
        Image = "NeutralizingJusticeMod.png",
        Name = "Neutralizing Justice",
        Polarity = "Vazarin",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Neutron Star"] = {
        Image = "NeutronStar3.png",
        Name = "Neutron Star",
        Polarity = "Zenurik",
        Rarity = "Rare",
        Transmutable = false,
    },
    -- NI --
    ["Night Stalker"] = {
        Image = "NightStalker.png",
        Name = "Night Stalker",
        Polarity = "Naramon",
        Rarity = "Uncommon",
        Transmutable = false,
    },
    ["Nightwatch Napalm"] = {
        Image = "NightwatchNapalmMod.png",
        Name = "Nightwatch Napalm",
        Polarity = "Madurai",
        Rarity = "Uncommon",
        Transmutable = false,
    },
    ["Nitro Boost"] = {
        Image = "NitroBoost.png",
        Name = "Nitro Boost",
        Polarity = "Naramon",
        Rarity = "Rare",
        Transmutable = false,
    },
    -- NO --
    ["No Current Leap"] = {
        Image = "NoCurrentLeapMod.png",
        Name = "No Current Leap",
        Polarity = "Naramon",
        Rarity = "Uncommon",
        Transmutable = false,
    },
    ["No Return"] = {
        Image = "NoReturnModU145.png",
        Name = "No Return",
        Polarity = "Naramon",
        Rarity = "Uncommon",
    },
    ["Noble Cadence"] = {
        Image = "NobleCadenceMod.png",
        Name = "Noble Cadence",
        Polarity = "Madurai",
        Rarity = "Uncommon",
        Transmutable = false,
    },
    ["North Wind"] = {
        Image = "NorthWindModU161.png",
        Name = "North Wind",
        Polarity = "Vazarin",
        Rarity = "Uncommon",
    },
    -- O --
    ["Odomedic"] = {
        Image = "OdomedicMod.png",
        Name = "Odomedic",
        Polarity = "Penjaga",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Ore Gaze"] = {
        Image = "OreGaze.png",
        Name = "Ore Gaze",
        Polarity = "Zenurik",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Organ Shatter"] = {
        Image = "OrganShatterModU145.png",
        Name = "Organ Shatter",
        Polarity = "Madurai",
        Rarity = "Common",
    },
    ["Out Of Sight"] = {
        Image = "OutOfSightMod.png",
        Introduced = "26",
        Name = "Out Of Sight",
        Polarity = nil,
        Rarity = "Rare",
        Transmutable = true,
    },
    ["Overcharge Detectors"] = {
        Image = "OverchargeDetectorsNew.png",
        Introduced = "16.5",
        Name = "Overcharge Detectors",
        Polarity = "Naramon",
        Rarity = "Uncommon",
        Transmutable = false,
    },
    ["Overcharged"] = {
        Image = "OverchargedMod.png",
        Introduced = "17",
        Name = "Overcharged",
        Polarity = "Vazarin",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Overextended"] = {
        Image = "OverextendedModU145.png",
        Introduced = "10.3",
        Name = "Overextended",
        Polarity = "Vazarin",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Overview"] = {
        Image = "Overview.png",
        Name = "Overview",
        Polarity = "Naramon",
        Rarity = "Uncommon",
        Transmutable = false,
    },
    -- P --
    -- PA --
    ["Pacifying Bolts"] = {
        Image = "PacifyingBolts3.png",
        Name = "Pacifying Bolts",
        Polarity = "Zenurik",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Pack Leader"] = {
        Image = "PackLeaderMod.png",
        Name = "Pack Leader",
        Polarity = "Madurai",
        Rarity = "Common",
    },
    ["Pain Threshold"] = {
        Image = "PainThresholdMod.png",
        Name = "Pain Threshold",
        Polarity = "Naramon",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Panzer Devolution"] = {
        Image = "PanzerDevolutionMod.png",
        Name = "Panzer Devolution",
        Polarity = "Penjaga",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Parallax Scope"] = {
        Image = "ParallaxScopeMod.png",
        Introduced = "15",
        Name = "Parallax Scope",
        Polarity = "Naramon",
        Rarity = "Common",
    },
    ["Paralytic Spores"] = {
        Image = "ParalyticSporesMod.png",
        Introduced = "29",
        Name = "Paralytic Spores",
        Polarity = "Penjaga",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Parry"] = {
        Image = "ParryModU145.png",
        Name = "Parry",
        Polarity = "Vazarin",
        Rarity = "Common",
    },
    ["Partitioned Mallet"] = {
        Image = "PartitionedMalletMod.png",
        Name = "Partitioned Mallet",
        Polarity = "Zenurik",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Patagium"] = {
        Image = "PatagiumMod.png",
        Name = "Patagium",
        Polarity = "Naramon",
        Rarity = "Uncommon",
    },
    ["Path of Statues"] = {
        Image = "PathofStatuesMod.png",
        Name = "Path of Statues",
        Polarity = "Zenurik",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Pathogen Rounds"] = {
        Image = "PathogenRoundsModU145.png",
        Introduced = "11",
        Name = "Pathogen Rounds",
        Polarity = "Naramon",
        Rarity = "Uncommon",
    },
    -- PE --
    ["Peaceful Provocation"] = {
        Image = "PeacefulProvocation2.png",
        Name = "Peaceful Provocation",
        Polarity = "Zenurik",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Peculiar Bloom"] = {
        Image = "PeculiarBloomMod.png",
        Name = "Peculiar Bloom",
        Polarity = "Naramon",
        Rarity = "Peculiar",
        Transmutable = false,
    },
    ["Peculiar Growth"] = {
        Image = "PeculiarGrowthMod.png",
        Name = "Peculiar Growth",
        Polarity = "Naramon",
        Rarity = "Peculiar",
        Transmutable = false,
    },
    ["Perfect Balance"] = {
        Image = "PerfectBalanceMod.png",
        Name = "Perfect Balance",
        Polarity = "Madurai",
        Rarity = "Uncommon",
        Transmutable = false,
    },
    ["Perpetual Agony"] = {
        Image = "PerpetualAgony.png",
        Name = "Perpetual Agony",
        Polarity = "Madurai",
        Rarity = "Common",
    },
    -- PH --
    ["Phoenix Renewal"] = {
        Image = "PhoenixRenewal2.png",
        Name = "Phoenix Renewal",
        Polarity = "Zenurik",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Photon Repeater"] = {
        Image = "PhotonRepeaterMod.png",
        Name = "Photon Repeater",
        Polarity = "Zenurik",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Physique"] = {
        Image = "PhysiqueMod.png",
        Name = "Physique",
        Polarity = "Vazarin",
        Rarity = "Uncommon",
        Transmutable = false,
    },
    -- PI --
    ["Piercing Caliber"] = {
        Image = "PiercingCaliberModU145.png",
        Name = "Piercing Caliber",
        Polarity = "Naramon",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Piercing Fury"] = {
        Image = "PiercingFuryMod.png",
        Name = "Piercing Fury",
        Polarity = "Naramon",
        Rarity = "Uncommon",
        Transmutable = false,
    },
    ["Piercing Hit"] = {
        Image = "PiercingHitModU145.png",
        Name = "Piercing Hit",
        Polarity = "Naramon",
        Rarity = "Common",
    },
    ["Piercing Navigator"] = {
        Image = "PiercingNavigatorMod.png",
        Name = "Piercing Navigator",
        Introduced = "20.2",
        Polarity = "Zenurik",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Piercing Roar"] = {
        Image = "PiercingRoarMod.png",
        Name = "Piercing Roar",
        Polarity = "Zenurik",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Piercing Step"] = {
        Image = "PiercingStep.png",
        Name = "Piercing Step",
        Polarity = "Naramon",
        Rarity = "Uncommon",
    },
    ["Pilfering Strangledome"] = {
        Image = "PilferingStrangledomeMod.png",
        Name = "Pilfering Strangledome",
        Polarity = "Zenurik",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Pilfering Swarm"] = {
        Image = "PilferingSwarm.png",
        Name = "Pilfering Swarm",
        Polarity = "Zenurik",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Pistol Ammo Mutation"] = {
        Image = "PistolAmmoMutationModU145.png",
        Name = "Pistol Ammo Mutation",
        Polarity = "Naramon",
        Rarity = "Rare",
    },
    ["Pistol Amp"] = {
        Image = "PistolAmpMod.png",
        Name = "Pistol Amp",
        Polarity = "Madurai",
        Rarity = "Uncommon",
        Transmutable = false,
    },
    ["Pistol Gambit"] = {
        Image = "PistolGambitModU145.png",
        Name = "Pistol Gambit",
        Polarity = "Madurai",
        Rarity = "Common",
    },
    ["Pistol Pestilence"] = {
        Image = "PistolPestilenceModU145.png",
        Name = "Pistol Pestilence",
        Polarity = "Madurai",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Pistol Scavenger"] = {
        Image = "PistolScavengerModU145.png",
        Name = "Pistol Scavenger",
        Polarity = "Naramon",
        Rarity = "Uncommon",
        Transmutable = false,
    },
    -- PL --
    ["Plan B"] = {
        Image = "PlanBMod.png",
        Name = "Plan B",
        Polarity = "Madurai",
        Rarity = "Rare",
        Transmutable = false,
    },
    -- PO --
    ["Point Blank"] = {
        Image = "PointBlankModU145.png",
        Introduced = "0",
        Name = "Point Blank",
        Polarity = "Madurai",
        Rarity = "Uncommon",
    },
    ["Point Strike"] = {
        Image = "PointStrikeModU145.png",
        Name = "Point Strike",
        Polarity = "Madurai",
        Rarity = "Common",
    },
    ["Pointed Wind"] = {
        Image = "PointedWindModU145.png",
        Name = "Pointed Wind",
        Polarity = "Madurai",
        Rarity = "Rare",
    },
    ["Poisonous Sting"] = {
        Image = "PoisonousSting.png",
        Name = "Poisonous Sting",
        Polarity = "Naramon",
        Rarity = "Uncommon",
    },
    ["Polar Magazine"] = {
        Image = "PolarMagazine.png",
        Name = "Polar Magazine",
        Polarity = "Vazarin",
        Rarity = "Uncommon",
    },
    ["Pool of Life"] = {
        Image = "PoolOfLife3.png",
        Name = "Pool of Life",
        Polarity = "Zenurik",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Pop Top"] = {
        Image = "PopTopMod.png",
        Name = "Pop Top",
        Polarity = "Madurai",
        Rarity = "Uncommon",
        Transmutable = false,
    },
    ["Poppin' Vert"] = {
        Image = "PoppinVertMod.png",
        Name = "Poppin' Vert",
        Polarity = "Naramon",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Pounce"] = {
        Image = "PounceMod.png",
        Name = "Pounce",
        Polarity = "Madurai",
        Rarity = "Uncommon",
    },
    ["Power Donation"] = {
        Image = "PowerDonation.png",
        Introduced = "23.10",
        Name = "Power Donation",
        Polarity = "Madurai",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Power Drift"] = {
        Image = "PowerDriftMod.png",
        Introduced = "18",
        Name = "Power Drift",
        Polarity = "Zenurik",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Power of Three"] = {
        Image = "PowerofThree.png",
        Introduced = "18.5",
        Name = "Power of Three",
        Polarity = "Zenurik",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Power Throw"] = {
        Image = "PowerThrowModU145.png",
        Introduced = "10",
        Name = "Power Throw",
        Polarity = "Madurai",
        Rarity = "Rare",
    },
    -- PR --
    ["Precision Munition"] = {
        Image = "PrecisionMunitionMod.png",
        Name = "Precision Munition",
        Polarity = "Madurai",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Precision Strike"] = {
        Image = "PrecisionStrikeMod.png",
        Name = "Precision Strike",
        Polarity = "Naramon",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Preparation"] = {
        Image = "PreparationMod.png",
        Name = "Preparation",
        Polarity = "Zenurik",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Pressure Point"] = {
        Image = "PressurePointModU145.png",
        Name = "Pressure Point",
        Introduced = "0",
        Polarity = "Madurai",
        Rarity = "Common",
    },
    ["Pressurized Magazine"] = {
        Image = "PressurisedMagazineMod.png",
        Name = "Pressurized Magazine",
        Polarity = "Madurai",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Primal Fury"] = {
        Image = "PrimalFuryStance.png",
        Name = "Primal Fury (Stance)",
        Polarity = nil,
        Rarity = nil,
        Transmutable = false,
    },
    ["Primal Rage"] = {
        Image = "PrimalRage2.png",
        Name = "Primal Rage",
        Polarity = "Zenurik",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Primed Ammo Stock"] = {
        Image = "PrimedAmmoStockPlaceholder.png",
        Name = "Primed Ammo Stock",
        Polarity = "Naramon",
        Rarity = "Legendary",
        Transmutable = false,
    },
    ["Primed Animal Instinct"] = {
        Image = "PrimedAnimalInstinctMod.png",
        Name = "Primed Animal Instinct",
        Polarity = "Naramon",
        Rarity = "Legendary",
        Transmutable = false,
    },
    ["Primed Bane of Corpus"] = {
        Image = "PrimedBaneOfCorpus.png",
        Name = "Primed Bane of Corpus",
        Polarity = "Madurai",
        Rarity = "Legendary",
        Transmutable = false,
    },
    ["Primed Bane of Corrupted"] = {
        Image = "PrimedBaneOfCorrupted.png",
        Name = "Primed Bane of Corrupted",
        Polarity = "Madurai",
        Rarity = "Legendary",
        Transmutable = false,
    },
    ["Primed Bane of Grineer"] = {
        Image = "PrimedBaneOfGrineer.png",
        Name = "Primed Bane of Grineer",
        Polarity = "Madurai",
        Rarity = "Legendary",
        Transmutable = false,
    },
    ["Primed Bane of Infested"] = {
        Image = "PrimedBaneOfInfested.png",
        Name = "Primed Bane of Infested",
        Polarity = "Madurai",
        Rarity = "Legendary",
        Transmutable = false,
    },
    ["Primed Chamber"] = {
        Image = "PrimedChamber.png",
        Name = "Primed Chamber",
        Introduced = "8.3.1",
        Polarity = "Madurai",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Primed Charged Shell"] = {
        Image = "PrimedChargedShell.png",
        Name = "Primed Charged Shell",
        Polarity = "Naramon",
        Rarity = "Legendary",
        Transmutable = false,
    },
    ["Primed Cleanse Corrupted"] = {
        Image = "PrimedCleanseCorrupted.png",
        Name = "Primed Cleanse Corrupted",
        Polarity = "Madurai",
        Rarity = "Legendary",
        Transmutable = false,
    },
    ["Primed Cleanse Corpus"] = {
        Image = "PrimedCleanseCorpus.png",
        Name = "Primed Cleanse Corpus",
        Polarity = "Madurai",
        Rarity = "Legendary",
        Transmutable = false,
    },
    ["Primed Cleanse Grineer"] = {
        Image = "PrimedCleanseGrineer.png",
        Name = "Primed Cleanse Grineer",
        Polarity = "Madurai",
        Rarity = "Legendary",
        Transmutable = false,
    },
    ["Primed Cleanse Infested"] = {
        Image = "PrimedCleanseInfested.png",
        Name = "Primed Cleanse Infested",
        Polarity = "Madurai",
        Rarity = "Legendary",
        Transmutable = false,
    },
    ["Primed Continuity"] = {
        Image = "PrimedContinuity.png",
        Name = "Primed Continuity",
        Polarity = "Madurai",
        Rarity = "Legendary",
        Transmutable = false,
    },
    ["Primed Cryo Rounds"] = {
        Image = "PrimedCryoRoundsMod.png",
        Name = "Primed Cryo Rounds",
        Polarity = "Vazarin",
        Rarity = "Legendary",
        Transmutable = false,
    },
    ["Primed Expel Corpus"] = {
        Image = "PrimedExpelCorpus.png",
        Name = "Primed Expel Corpus",
        Polarity = "Madurai",
        Rarity = "Legendary",
        Transmutable = false,
    },
    ["Primed Expel Corrupted"] = {
        Image = "PrimedExpelCorrupted.png",
        Name = "Primed Expel Corrupted",
        Polarity = "Madurai",
        Rarity = "Legendary",
        Transmutable = false,
    },
    ["Primed Expel Grineer"] = {
        Image = "PrimedExpelGrineer.png",
        Name = "Primed Expel Grineer",
        Polarity = "Madurai",
        Rarity = "Legendary",
        Transmutable = false,
    },
    ["Primed Expel Infested"] = {
        Image = "PrimedExpelInfested.png",
        Name = "Primed Expel Infested",
        Polarity = "Madurai",
        Rarity = "Legendary",
        Transmutable = false,
    },
    ["Primed Fast Hands"] = {
        Image = "PrimedFastHands.png",
        Name = "Primed Fast Hands",
        Introduced = "15.9",
        Polarity = "Naramon",
        Rarity = "Legendary",
        Transmutable = false,
    },
    ["Primed Fever Strike"] = {
        Image = "PrimedFeverStrikeMod.png",
        Name = "Primed Fever Strike",
        Polarity = "Naramon",
        Rarity = "Legendary",
        Transmutable = false,
    },
    ["Primed Firestorm"] = {
        Image = "PrimedFirestorm.png",
        Introduced = "29.5.6",
        Name = "Primed Firestorm",
        Polarity = "Madurai",
        Rarity = "Legendary",
		Transmutable = false,
    },
    ["Primed Flow"] = {
        Image = "PrimedFlow.png",
        Name = "Primed Flow",
        Polarity = "Naramon",
        Rarity = "Legendary",
        Transmutable = false,
    },
    ["Primed Fulmination"] = {
        Image = "PrimedFulmination.png",
        Introduced = "29.5.6",
        Name = "Primed Fulmination",
        Polarity = "Madurai",
        Rarity = "Legendary",
		Transmutable = false,
    },
    ["Primed Fury"] = {
        Image = "PrimedFury.png",
        Name = "Primed Fury",
        Polarity = "Madurai",
        Rarity = "Legendary",
        Transmutable = false,
    },
    ["Primed Heated Charge"] = {
        Image = "PrimedHeatedCharge.png",
        Name = "Primed Heated Charge",
        Polarity = "Naramon",
        Rarity = "Legendary",
        Transmutable = false,
    },
    ["Primed Heavy Trauma"] = {
        Image = "PrimedHeavyTrauma.png",
        Name = "Primed Heavy Trauma",
        Polarity = "Naramon",
        Rarity = "Legendary",
        Transmutable = false,
    },
    ["Primed Morphic Transformer"] = {
        Image = "PrimedMorphicTransformer.png",
        Name = "Primed Morphic Transformer",
        Polarity = "Madurai",
        Rarity = "Legendary",
        Transmutable = false,
    },
    ["Primed Pack Leader"] = {
        Image = "PrimedPackLeaderMod.png",
        Name = "Primed Pack Leader",
        Polarity = "Madurai",
        Rarity = "Legendary",
        Transmutable = false,
    },
    ["Primed Pistol Gambit"] = {
        Image = "PrimedPistolGambit.png",
        Name = "Primed Pistol Gambit",
        Polarity = "Madurai",
        Rarity = "Legendary",
        Transmutable = false,
    },
    ["Primed Pistol Ammo Mutation"] = {
        Image = "PrimedPistolAmmoMutation.png",
        Introduced = "15.13",
        Name = "Primed Pistol Ammo Mutation",
        Polarity = "Naramon",
        Rarity = "Legendary",
        Transmutable = false,
    },
    ["Primed Point Blank"] = {
        Image = "PrimedPointBlank.png",
        Introduced = "15.8.1",
        Name = "Primed Point Blank",
        Polarity = "Madurai",
        Rarity = "Legendary",
        Transmutable = false,
    },
    ["Primed Pressure Point"] = {
        Image = "Primedpressurepoint.png",
        Introduced = "Update: Lunaro",
        Name = "Primed Pressure Point",
        Polarity = "Madurai",
        Rarity = "Legendary",
        Transmutable = false,
    },
    ["Primed Quickdraw"] = {
        Image = "PrimedQuickdraw.png",
        Introduced = "23.1.3",
        Name = "Primed Quickdraw",
        Polarity = "Naramon",
        Rarity = "Legendary",
        Transmutable = false,
    },
    ["Primed Ravage"] = {
        Image = "PrimedRavage.png",
        Introduced = "15.6.2",
        Name = "Primed Ravage",
        Polarity = "Madurai",
        Rarity = "Legendary",
        Transmutable = false,
    },
    ["Primed Reach"] = {
        Image = "PrimedReach.png",
        Introduced = "15.13",
        Name = "Primed Reach",
        Polarity = "Madurai",
        Rarity = "Legendary",
        Transmutable = false,
    },
    ["Primed Regen"] = {
        Image = "Primed Regen 19.6.3.png",
        Introduced = "19.6",
        Name = "Primed Regen",
        Polarity = "Penjaga",
        Rarity = "Legendary",
        Transmutable = false,
    },
    ["Primed Rifle Ammo Mutation"] = {
        Image = "PrimedRifleAmmoMutation.png",
        Introduced = "17.11",
        Name = "Primed Rifle Ammo Mutation",
        Polarity = "Naramon",
        Rarity = "Legendary",
        Transmutable = false,
    },
    ["Primed Rubedo-Lined Barrel"] = {
        Image = "PrimedRubedoLinedBarrel.png",
        Introduced = "28.0.5",
        Name = "Primed Rubedo-Lined Barrel",
        Polarity = "Madurai",
        Rarity = "Legendary",
        Transmutable = false,
    },
    ["Primed Shotgun Ammo Mutation"] = {
        Image = "PrimedShotgunAmmoMutation.png",
        Introduced = "17.11",
        Name = "Primed Shotgun Ammo Mutation",
        Polarity = "Naramon",
        Rarity = "Legendary",
        Transmutable = false,
    },
    ["Primed Shred"] = {
        Image = "Primed Shred.png",
        Name = "Primed Shred",
        Introduced = "21.1.1",
        Polarity = "Madurai",
        Rarity = "Legendary",
        Transmutable = false,
    },
    ["Primed Smite Corpus"] = {
        Image = "PrimedSmiteCorpus.png",
        Introduced = "27.0.7",
        Name = "Primed Smite Corpus",
        Polarity = "Madurai",
        Rarity = "Legendary",
        Transmutable = false,
    },
    ["Primed Smite Corrupted"] = {
        Image = "PrimedSmiteCorrupted.png",
        Introduced = "27.0.7",
        Name = "Primed Smite Corrupted",
        Polarity = "Madurai",
        Rarity = "Legendary",
        Transmutable = false,
    },
    ["Primed Smite Grineer"] = {
        Image = "PrimedSmiteGrineer.png",
        Introduced = "27.0.7",
        Name = "Primed Smite Grineer",
        Polarity = "Madurai",
        Rarity = "Legendary",
        Transmutable = false,
    },
    ["Primed Smite Infested"] = {
        Image = "PrimedSmiteInfested.png",
        Introduced = "27.0.7",
        Name = "Primed Smite Infested",
        Polarity = "Madurai",
        Rarity = "Legendary",
        Transmutable = false,
    },
    ["Primed Slip Magazine"] = {
        Image = "PrimedSlipMagazine.png",
        Introduced = "16.4.4.1",
        Name = "Primed Slip Magazine",
        Polarity = "Naramon",
        Rarity = "Legendary",
        Transmutable = false,
    },
    ["Primed Sure Footed"] = {
        Image = "Primed Sure Footed.png",
        Introduced = "22.20.3",
        Name = "Primed Sure Footed",
        Polarity = "Vazarin",
        Rarity = "Legendary",
        Transmutable = false,
    },
    ["Primed Target Cracker"] = {
        Image = "PrimedTargetCracker.png",
        Introduced = "17.9",
        Name = "Primed Target Cracker",
        Polarity = "Madurai",
        Rarity = "Legendary",
        Transmutable = false,
    },
    ["Primed Vigor"] = {
        Image = "Primed Vigor.png",
        Introduced = "19.5.6.1",
        Name = "Primed Vigor",
        Polarity = "Vazarin",
        Rarity = "Legendary",
        Transmutable = false,
    },
    ["Primo Flair"] = {
        Image = "PrimoFlairMod.png",
        Introduced = "29",
        Name = "Primo Flair",
        Polarity = "Naramon",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Prism Guard"] = {
        Image = "PrismGuard.png",
        Introduced = "18.5",
        Name = "Prism Guard",
        Polarity = "Zenurik",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Prize Kill"] = {
        Image = "PrizeKillMod.png",
        Name = "Prize Kill",
        Polarity = "Vazarin",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Proboscis"] = {
        Image = "ProboscisMod.png",
        Name = "Proboscis",
        Polarity = "Penjaga",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Prolonged Paralysis"] = {
        Image = "ProlongedParalysis3.png",
        Name = "Prolonged Paralysis",
        Polarity = "Zenurik",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Protect"] = {
        Image = "Protect 19.6.3.png",
        Name = "Protect",
        Polarity = "Penjaga",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Proton Jet"] = {
        Image = "ProtonJetMod.png",
        Name = "Proton Jet",
        Polarity = "Naramon",
        Rarity = "Uncommon",
        Transmutable = false,
    },
    ["Proton Pulse"] = {
        Image = "ProtonPulseMod.png",
        Name = "Proton Pulse",
        Polarity = "Naramon",
        Rarity = "Common",
        Transmutable = false,
    },
    ["Proton Snap"] = {
        Image = "ProtonSnapMod.png",
        Name = "Proton Snap",
        Polarity = "Madurai",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Provoked"] = {
        Image = "ProvokedModU145.png",
        Name = "Provoked",
        Polarity = "Madurai",
        Rarity = "Uncommon",
        Transmutable = true,
    },
    -- PU --
    ["Pummel"] = {
        Image = "Pummel.png",
        Name = "Pummel",
        Polarity = "Naramon",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Purging Slash"] = {
        Image = "PurgingSlash.png",
        Name = "Purging Slash",
        Polarity = "Zenurik",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Purifying Flames"] = {
        Image = "PurifyingFlames.png",
        Name = "Purifying Flames",
        Polarity = "Zenurik",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Push & Pull"] = {
        Image = "PushandPull.png",
        Introduced = "18.5",
        Name = "Push & Pull",
        Polarity = "Zenurik",
        Rarity = "Rare",
        Transmutable = false,
    },
    -- PY --
    ["Pyroclastic Flow"] = {
        Image = "PyroclasticFlowMod.png",
        Name = "Pyroclastic Flow",
        Polarity = "Zenurik",
        Rarity = "Rare",
        Transmutable = false,
    },
    -- Q --
    ["Quaking Hand"] = {
        Image = "QuakingHandMod.png",
        Name = "Quaking Hand",
        Polarity = "Unairu",
        Rarity = "Uncommon",
        Transmutable = false,
    },
    ["Quasar Drill"] = {
        Image = "QuasarDrillMod.png",
        Name = "Quasar Drill",
        Polarity = "Naramon",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Quick Charge"] = {
        Image = "QuickCharge.png",
        Introduced = "16.5",
        Name = "Quick Charge",
        Polarity = "Vazarin",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Quick Escape"] = {
        Image = "QuickEscapeMod.png",
        Name = "Quick Escape",
        Polarity = "Madurai",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Quick Reload"] = {
        Image = "QuickReload.png",
        Name = "Quick Reload",
        Polarity = "Naramon",
        Rarity = "Uncommon",
        Transmutable = false,
    },
    ["Quick Return"] = {
        Image = "QuickReturnModU145.png",
        Name = "Quick Return",
        Polarity = "Naramon",
        Rarity = "Common",
    },
    ["Quick Thinking"] = {
        Image = "QuickThinkingNew.png",
        Name = "Quick Thinking",
        Polarity = "Vazarin",
        Rarity = "Rare",
        Transmutable = true,
    },
    ["Quickdraw"] = {
        Image = "QuickdrawModU145.png",
        Introduced = "0",
        Name = "Quickdraw",
        Polarity = "Naramon",
        Rarity = "Common",
        Transmutable = true,
    },
    ["Quickening"] = {
        Image = "QuickeningModU145.png",
        Name = "Quickening",
        Polarity = "Madurai",
        Rarity = "Rare",
        Transmutable = true,
    },
    -- R --
    -- RA --
    ["Radiant Finish"] = {
        Image = "RadiantFinish4.png",
        Name = "Radiant Finish",
        Polarity = "Zenurik",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Rage"] = {
        Image = "RageModU145.png",
        Name = "Rage",
        Polarity = "Madurai",
        Rarity = "Rare",
        Transmutable = true,
    },
    ["Rail Guards"] = {
        Image = "RailGuards.png",
        Name = "Rail Guards",
        Polarity = "Naramon",
        Rarity = "Common",
        Transmutable = false,
    },
    ["Rapid Resilience"] = {
        Image = "RapidResilience.png",
        Name = "Rapid Resilience",
        Polarity = "Vazarin",
        Rarity = "Rare",
    },
    ["Ravage"] = {
        Image = "RavageModU145.png",
        Name = "Ravage",
        Polarity = "Madurai",
        Rarity = "Rare",
        Transmutable = true,
    },
    ["Razorwing Blitz"] = {
        Image = "RazorwingBlitz.png",
        Name = "Razorwing Blitz",
        Polarity = "Zenurik",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Razor Munitions"] = {
        Image = "RazorMunitions.png",
        Name = "Razor Munitions",
        Polarity = "Madurai",
        Rarity = "Uncommon",
        Transmutable = false,
    },
    ["Razor Shot"] = {
        Image = "RazorShotModU145.png",
        Name = "Razor Shot",
        Introduced = "11",
        Polarity = "Naramon",
        Rarity = "Uncommon",
    },
    -- RE --
    ["Reach"] = {
        Image = "ReachModU145.png",
        Name = "Reach",
        Introduced = "8",
        Polarity = "Madurai",
        Rarity = "Common",
        Transmutable = true,
    },
    ["Reactive Storm"] = {
        Image = "ReactiveStormMod.png",
        Name = "Reactive Storm",
        Polarity = "Zenurik",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Reaping Chakram"] = {
        Image = "ReapingChakram.png",
        Name = "Reaping Chakram",
        Polarity = "Zenurik",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Reaping Spiral"] = {
        Image = "ReapingSpiralModU145.png",
        Name = "Reaping Spiral",
        Polarity = "Naramon",
        Rarity = "Uncommon",
        Transmutable = true,
    },
    ["Reawaken"] = {
        Image = "Reawaken.png",
        Name = "Reawaken",
        Polarity = "Penjaga",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Rebound"] = {
        Image = "ReboundModU145.png",
        Name = "Rebound",
        Polarity = "Naramon",
        Rarity = "Common",
        Transmutable = true,
    },
    ["Recharge Barrier"] = {
        Image = "RechargeBarrier.png",
        Name = "Recharge Barrier",
        Polarity = "Zenurik",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Recover"] = {
        Image = "RecoverMod.png",
        Name = "Recover",
        Polarity = "Vazarin",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Recuperate"] = {
        Image = "RecuperateMod.png",
        Name = "Recuperate",
        Polarity = "Vazarin",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Redirection"] = {
        Image = "RedirectionModU145.png",
        Name = "Redirection",
        Polarity = "Vazarin",
        Rarity = "Common",
        Transmutable = true,
    },
    ["Reflect"] = {
        Image = "Reflect 19.6.3.png",
        Name = "Reflect",
        Polarity = "Penjaga",
        Rarity = "Rare",
    },
    ["Reflection"] = {
        Image = "ReflectionModU17.png",
        Name = "Reflection",
        Polarity = "Vazarin",
        Rarity = "Common",
        Transmutable = true,
    },
    ["Reflex Coil"] = {
        Image = "ReflexCoilModU145.png",
        Name = "Reflex Coil",
        Polarity = "Naramon",
        Rarity = "Uncommon",
        Transmutable = true,
    },
    ["Reflex Draw"] = {
        Image = "ReflexDraw.png",
        Name = "Reflex Draw",
        Polarity = "Naramon",
        Rarity = "Uncommon",
        Transmutable = false,
    },
    ["Reflex Guard"] = {
        Image = "ReflexGuardModU145.png",
        Name = "Reflex Guard",
        Polarity = "Vazarin",
        Rarity = "Rare",
        Transmutable = true,
    },
    ["Regen"] = {
        Image = "Regen 19.6.3.png",
        Name = "Regen",
        Polarity = "Penjaga",
        Rarity = "Common",
    },
    ["Regenerative Molt"] = {
        Image = "RegenerativeMolt3.png",
        Name = "Regenerative Molt",
        Polarity = "Zenurik",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Reinforcing Stomp"] = {
        Image = "ReinforcingStompMod.png",
        Name = "Reinforcing Stomp",
        Polarity = "Zenurik",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Rejuvenation"] = {
        Image = "RejuvenationModU145.png",
        Name = "Rejuvenation",
        Polarity = "Vazarin",
        Rarity = "Uncommon",
        Transmutable = false,
    },
    ["Relentless Assault"] = {
        Image = "RelentlessAssaultMod.png",
        Name = "Relentless Assault",
        Polarity = "Madurai",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Relentless Combination"] = {
        Image = "RelentlessCombinationMod.png",
        Name = "Relentless Combination",
        Polarity = "Naramon",
        Rarity = "Uncommon",
        Transmutable = true,
    },
    ["Rending Crane"] = {
        Image = "RendingCraneModU145.png",
        Name = "Rending Crane",
        Polarity = "Madurai",
        Rarity = "Uncommon",
        Transmutable = true,
    },
    ["Rending Strike"] = {
        Image = "RendingStrikeModU145.png",
        Introduced = "9",
        Name = "Rending Strike",
        Polarity = "Naramon",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Rending Turn"] = {
        Image = "RendingTurnMod.png",
        Name = "Rending Turn",
        Polarity = "Madurai",
        Rarity = "Uncommon",
        Transmutable = true,
    },
    ["Rending Wind"] = {
        Image = "RendingWindMod.png",
        Name = "Rending Wind",
        Polarity = "Zenurik",
        Rarity = "Uncommon",
        Transmutable = false,
    },
    ["Repair Kit"] = {
        Image = "RepairKitMod.png",
        Name = "Repair Kit",
        Polarity = "Vazarin",
        Rarity = "Common",
        Transmutable = false,
    },
    ["Repeater Clip"] = {
        Image = "RepeaterClipMod.png",
        Name = "Repeater Clip",
        Introduced = "18.4.1",
        Polarity = "Madurai",
        Rarity = "Uncommon",
        Transmutable = false,
    },
    ["Repelling Bastille"] = {
        Image = "RepellingBastille4.png",
        Name = "Repelling Bastille",
        Polarity = "Zenurik",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Resilient Focus"] = {
        Image = "Resilient_Focus.png",
        Name = "Resilient Focus",
        Polarity = "Vazarin",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Resolute Focus"] = {
        Image = "ResoluteFocusMod.png",
        Name = "Resolute Focus",
        Polarity = "Naramon",
        Rarity = "Uncommon",
    },
    ["Resonance"] = {
        Image = "Resonance3.png",
        Name = "Resonance",
        Polarity = "Zenurik",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Resonating Quake"] = {
        Image = "ResonatingQuakeMod.png",
        Name = "Resonating Quake",
        Polarity = "Zenurik",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Retarget"] = {
        Image = "Retarget 19.10.png",
        Name = "Retarget",
        Polarity = "Penjaga",
        Rarity = "Common",
        Transmutable = false,
    },
    ["Retribution"] = {
        Image = "RetributionModU145.png",
        Name = "Retribution",
        Polarity = "Vazarin",
        Rarity = "Rare",
        Transmutable = true,
    },
    ["Retrieve"] = {
        Image = "RetrieveMod.png",
        Name = "Retrieve",
        Polarity = "Penjaga",
        Rarity = "Common",
    },
    ["Revealing Spores"] = {
        Image = "RevealingSporesMod.png",
        Name = "Revealing Spores",
        Polarity = "Zenurik",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Revenge"] = {
        Image = "Revenge 19.6.3.png",
        Name = "Revenge",
        Polarity = "Penjaga",
        Rarity = "Common",
    },
    -- RI --
    ["Rifle Ammo Mutation"] = {
        Image = "RifleAmmoMutationModU145.png",
        Name = "Rifle Ammo Mutation",
        Polarity = "Naramon",
        Rarity = "Rare",
        Transmutable = true,
    },
    ["Rifle Amp"] = {
        Image = "RifleAmpModU145.png",
        Name = "Rifle Amp",
        Polarity = "Madurai",
        Rarity = "Uncommon",
        Transmutable = false,
    },
    ["Rifle Aptitude"] = {
        Image = "RifleAptitudeModU145.png",
        Introduced = "11",
        Name = "Rifle Aptitude",
        Polarity = "Vazarin",
        Rarity = "Uncommon",
        Transmutable = true,
    },
    ["Rifle Scavenger"] = {
        Image = "RifleScavengerModU145.png",
        Name = "Rifle Scavenger",
        Polarity = "Naramon",
        Rarity = "Uncommon",
        Transmutable = false,
    },
    ["Rift Haven"] = {
        Image = "Haven3.png",
        Name = "Rift Haven",
        Polarity = "Zenurik",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Rift Strike"] = {
        Image = "RiftStrikeMod.png",
        Name = "Rift Strike",
        Polarity = "Naramon",
        Rarity = "Uncommon",
        Transmutable = false,
    },
    ["Rift Torrent"] = {
        Image = "Rift_Torrent_3.png",
        Name = "Rift Torrent",
        Polarity = "Zenurik",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Rime Rounds"] = {
        Image = "RimeRoundsModU145.png",
        Name = "Rime Rounds",
        Polarity = "Madurai",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Rime Vault"] = {
        Image = "RimeVaultMod.png",
        Name = "Rime Vault",
        Polarity = "Madurai",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Ripper Rounds"] = {
        Image = "RipperRounds.png",
        Name = "Ripper Rounds",
        Polarity = "Madurai",
        Rarity = "Uncommon",
        Transmutable = false,
    },
    ["Ris"] = {
        Image = "RisRequiemMod.png",
        Introduced = "26",
        Name = "Ris",
        Polarity = nil,
        Rarity = "Requiem",
        Transmutable = true,
    },
    ["Rising Skill"] = {
        Image = "RisingSkill.png",
        Name = "Rising Skill",
        Polarity = "Naramon",
        Rarity = "Uncommon",
        Transmutable = false,
    },
    ["Rising Steel"] = {
        Image = "RisingSteelMod.png",
        Name = "Rising Steel",
        Polarity = "Unairu",
        Rarity = "Uncommon",
        Transmutable = false,
    },
    ["Rising Storm"] = {
        Image = "RisingStormMod.png",
        Name = "Rising Storm",
        Polarity = "Zenurik",
        Rarity = "Rare",
        Transmutable = false,
    },
    -- RO --
    ["Rolling Guard"] = {
        Image = "RollingGuard.png",
        Name = "Rolling Guard",
        Polariy = "Vazarin",
        Rarity = "Rare",
        Transmutable = false,
    },
    -- RU --
    ["Rubble Heap"] = {
        Image = "RubbleHeapMod.png",
        Name = "Rubble Heap",
        Polarity = "Zenurik",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Rubedo-Lined Barrel"] = {
        Image = "RubedoLinedBarrel.png",
        Name = "Rubedo-Lined Barrel",
        Polarity = "Madurai",
        Rarity = "Uncommon",
        Transmutable = true,
    },
    ["Ruinous Extension"] = {
        Image = "RuinousExtension.png",
        Name = "Ruinous Extension",
        Polarity = "Naramon",
        Rarity = "Uncommon",
        Transmutable = true,
    },
    ["Rumbled"] = {
        Image = "Rumbled.png",
        Introduced = "18.5",
        Name = "Rumbled",
        Polarity = "Zenurik",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Runtime"] = {
        Image = "RuntimeMod.png",
        Introduced = "26",
        Name = "Runtime",
        Polarity = nil,
        Rarity = "Rare",
        Transmutable = true,
    },
    ["Rupture"] = {
        Image = "RuptureModU145.png",
        Introduced = "11",
        Name = "Rupture",
        Polarity = "Naramon",
        Rarity = "Common",
        Transmutable = true,
    },
    ["Rush"] = {
        Image = "RushModU145.png",
        Name = "Rush",
        Polarity = "Naramon",
        Rarity = "Uncommon",
        Transmutable = true,
    },
    -- S --
    -- SA --
    ["Sabot Rounds"] = {
        Image = "SabotRoundsMod.png",
        Name = "Sabot Rounds",
        Polarity = "Naramon",
        Rarity = "Rare",
        Transmutable = true,
    },
    ["Sacrificial Pressure"] = {
        Image = "SacrificialPressure.png",
        Name = "Sacrificial Pressure",
        Polarity = "Umbra",
        Rarity = "Legendary",
        Transmutable = false,
    },
    ["Sacrificial Steel"] = {
        Image = "SacrificialSteelMod.png",
        Name = "Sacrificial Steel",
        Polarity = "Umbra",
        Rarity = "Legendary",
        Transmutable = false,
    },
    ["Sacrifice"] = {
        Image = "SacrificeMod.png",
        Name = "Sacrifice",
        Polarity = "Penjaga",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Safeguard"] = {
        Image = "SafeguardMod.png",
        Name = "Safeguard",
        Polarity = "Zenurik",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Safeguard Switch"] = {
        Image = "SafeguardSwitch3.png",
        Name = "Safeguard Switch",
        Polarity = "Zenurik",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Sanctuary"] = {
        Image = "Sanctuary 19.6.3.png",
        Link = "Sanctuary (Mod)",
        Name = "Sanctuary",
        Polarity = "Vazarin",
        Rarity = "Rare",
    },
    ["Sapping Reach"] = {
        Image = "SappingReach.png",
        Name = "Sapping Reach",
        Polarity = "Zenurik",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Savage Silence"] = {
        Image = "SavageSilence3.png",
        Name = "Savage Silence",
        Polarity = "Zenurik",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Savagery"] = {
        Image = "SavageryModU145.png",
        Name = "Savagery",
        Polarity = "Penjaga",
        Rarity = "Rare",
    },
    ["Savior Decoy"] = {
        Image = "SaviorDecoyMod.png",
        Name = "Savior Decoy",
        Polarity = "Zenurik",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Sawtooth Clip"] = {
        Image = "SawtoothClipModU145.png",
        Introduced = "11",
        Name = "Sawtooth Clip",
        Polarity = "Naramon",
        Rarity = "Common",
        Transmutable = true,
    },
    ["Saxum Carapace"] = {
        Image = "SaxumCarapaceMod.png",
        Name = "Saxum Carapace",
        Polarity = "Vazarin",
        Rarity = "Uncommon",
        Transmutable = false,
    },
    ["Saxum Spittle"] = {
        Image = "SaxumSpittleMod.png",
        Name = "Saxum Spittle",
        Polarity = "Naramon",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Saxum Thorax"] = {
        Image = "SaxumThoraxMod.png",
        Name = "Saxum Thorax",
        Polarity = "Naramon",
        Rarity = "Common",
        Transmutable = false,
    },
    -- SC --
    ["Scan Aquatic Lifeforms"] = {
        Image = "ScanAquaticLifeforms.jpg",
        Name = "Scan Aquatic Lifeforms",
        Polarity = "Penjaga",
        Rarity = "Common",
        Transmutable = false,
    },
    ["Scan Matter"] = {
        Image = "ScanMatter.png",
        Name = "Scan Matter",
        Polarity = "Penjaga",
        Rarity = "Common",
        Transmutable = false,
    },
    ["Scarlet Hurricane"] = {
        Image = "ScarletHurricaneMod.png",
        Name = "Scarlet Hurricane",
        Polarity = "Madurai",
        Rarity = "Uncommon",
        Transmutable = false,
    },
    ["Scattered Justice"] = {
        Image = "ScatteredJustice.png",
        Name = "Scattered Justice",
        Polarity = "Madurai",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Scattering Inferno"] = {
        Image = "ScatteringInfernoModU145.png",
        Name = "Scattering Inferno",
        Polarity = "Madurai",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Scavenge"] = {
        Image = "ScavengeMod.png‎",
        Name = "Scavenge",
        Polarity = "Penjaga",
        Rarity = "Common",
        Transmutable = true,
    },
    ["Scorch"] = {
        Image = "ScorchModU145.png",
        Link = "Scorch (Mod)",
        Name = "Scorch",
        Polarity = "Madurai",
        Rarity = "Rare",
        Transmutable = false,
    },
    -- SE --
    ["Searing Leap"] = {
        Image = "SearingLeapMod.png",
        Name = "Searing Leap",
        Polarity = "Madurai",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Searing Steel"] = {
        Image = "SearingSteel.png",
        Name = "Searing Steel",
        Polarity = "Madurai",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Secondary Wind"] = {
        Image = "SecondaryWind.png",
        Name = "Secondary Wind",
        Polarity = "Vazarin",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Security Override"] = {
        Image = "SecurityOverrideMod.png",
        Name = "Security Override",
        Polarity = "Penjaga",
        Rarity = "Common",
        Transmutable = false,
    },
    ["Seeker"] = {
        Image = "SeekerModU145.png",
        Link = "Seeker (Mod)",
        Name = "Seeker",
        Polarity = "Naramon",
        Rarity = "Rare",
        Transmutable = true,
    },
    ["Seeking Force"] = {
        Image = "SeekingForceModU145.png",
        Name = "Seeking Force",
        Polarity = "Naramon",
        Rarity = "Rare",
        Transmutable = true,
    },
    ["Seeking Fury"] = {
        Image = "SeekingFury2.png",
        Name = "Seeking Fury",
        Introduced = "16.10.1",
        Polarity = "Madurai",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Seeking Shuriken"] = {
        Image = "SeekingShuriken3.png",
        Name = "Seeking Shuriken",
        Polarity = "Zenurik",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Seismic Palm"] = {
        Image = "SeismicPalmModU145.png",
        Name = "Seismic Palm",
        Polarity = "Vazarin",
        Rarity = "Rare",
        Transmutable = true,
    },
    ["Seismic Wave"] = {
        Image = "SeismicWaveMod.png",
        Name = "Seismic Wave",
        Polarity = "Madurai",
        Rarity = "Uncommon",
        Transmutable = true,
    },
    ["Self Destruct"] = {
        Image = "SelfDestructModU145.png",
        Name = "Self Destruct",
        Polarity = "Madurai",
        Rarity = "Rare",
        Transmutable = true,
    },
    ["Sense Danger"] = {
        Image = "SenseDangerMod.png",
        Name = "Sense Danger",
        Polarity = "Penjaga",
        Rarity = "Uncommon",
    },
    ["Sequence Burn"] = {
        Image = "SequenceBurn.png",
        Name = "Sequence Burn",
        Polarity = "Naramon",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Serene Storm"] = {
        Image = "SereneStormStance.png",
        Name = "Serene Storm (Stance)",
        Polarity = nil,
        Rarity = nil,
        Transmutable = false,
    },
    ["Serrated Edges"] = {
        Image = "Serratededges.png",
        Name = "Serrated Edges",
        Polarity = "Madurai",
        Rarity = "Uncommon",
        Transmutable = false,
    },
    ["Serrated Rounds"] = {
        Image = "Serratedr.png",
        Name = "Serrated Rounds",
        Polarity = "Madurai",
        Rarity = "Uncommon",
        Transmutable = false,
    },
    ["Serration"] = {
        Image = "SerrationModU145.png",
        Name = "Serration",
        Introduced = "0",
        Polarity = "Madurai",
        Rarity = "Uncommon",
        Transmutable = true,
    },
    -- SH --
    ["Shadow Harvest"] = {
        Image = "ShadowHarvestMod.png",
        Name = "Shadow Harvest",
        Polarity = "Naramon",
        Rarity = "Uncommon",
        Transmutable = false,
    },
    ["Sharpened Blade"] = {
        Image = "Sharpenedblade.png",
        Name = "Sharpened Blade",
        Polarity = "Madurai",
        Rarity = "Uncommon",
        Transmutable = false,
    },
    ["Sharpened Bullets"] = {
        Image = "SharpenedBulletsMod.png",
        Name = "Sharpened Bullets",
        Polarity = "Madurai",
        Rarity = "Uncommon",
        Transmutable = false,
    },
    ["Sharpened Claws"] = {
        Image = "Sharpened Claws 19.6.3.png",
        Name = "Sharpened Claws",
        Polarity = "Madurai",
        Rarity = "Uncommon",
    },
    ["Sharpshooter"] = {
        Image = "Sharpshooter.png",
        Name = "Sharpshooter",
        Polarity = "Naramon",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Shattering Impact"] = {
        Image = "ShatteringImpactMod.png",
        Name = "Shattering Impact",
        Polarity = "Vazarin",
        Rarity = "Common",
        Transmutable = true,
    },
    ["Shattering Justice"] = {
        Image = "ShatteringJustice.png",
        Name = "Shattering Justice",
        Polarity = "Naramon",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Shattering Storm"] = {
        Image = "ShatteringStormModU145.png",
        Name = "Shattering Storm",
        Polarity = "Vazarin",
        Rarity = "Uncommon",
        Transmutable = true,
    },
    ["Shell Compression"] = {
        Image = "ShellCompressionModU145.png",
        Name = "Shell Compression",
        Introduced = "0",
        Polarity = "Naramon",
        Rarity = "Uncommon",
        Transmutable = true,
    },
    ["Shell Rush"] = {
        Image = "ShellRush.png",
        Name = "Shell Rush",
        Polarity = "Vazarin",
        Rarity = "Uncommon",
        Transmutable = false,
    },
    ["Shell Shock"] = {
        Image = "ShellShockModU145.png",
        Name = "Shell Shock",
        Polarity = "Madurai",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Shelter"] = {
        Image = "Shelter 19.6.3.png",
        Name = "Shelter",
        Polarity = "Vazarin",
        Rarity = "Uncommon",
    },
    ["Shepherd"] = {
        Image = "ShepherdMod.png",
        Name = "Shepherd",
        Polarity = "Vazarin",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Shield Charger"] = {
        Image = "ShieldChargerMod.png",
        Name = "Shield Charger",
        Polarity = "Penjaga",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Shield Disruption"] = {
        Image = "ShieldDisruptionNew.png",
        Name = "Shield Disruption",
        Introduced = "8",
        Polarity = "Naramon",
        Rarity = "Uncommon",
        Transmutable = false,
    },
    ["Shield of Shadows"] = {
        Image = "ShieldOfShadows2.png",
        Name = "Shield of Shadows",
        Polarity = "Zenurik",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Shield Overload"] = {
        Image = "ShieldOverload.png",
        Name = "Shield Overload",
        Polarity = "Zenurik",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Shield Transference"] = {
        Image = "ShieldTransference2.png",
        Name = "Shield Transference",
        Polarity = "Zenurik",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Shimmering Blight"] = {
        Image = "ShimmeringBlightModU145.png",
        Name = "Shimmering Blight",
        Polarity = "Zenurik",
        Rarity = "Uncommon",
        Transmutable = true,
    },
    ["Shock Absorbers"] = {
        Image = "ShockAbsorbersModU145.png",
        Name = "Shock Absorbers",
        Polarity = "Vazarin",
        Rarity = "Rare",
        Transmutable = true,
    },
    ["Shock Collar"] = {
        Image = "ShockCollarMod.png",
        Name = "Shock Collar",
        Introduced = "24",
        Polarity = "Madurai",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Shock Trooper"] = {
        Image = "ShockTrooperMod.png",
        Name = "Shock Trooper",
        Polarity = "Zenurik",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Shocking Speed"] = {
        Image = "ShockingSpeed2.png",
        Name = "Shocking Speed",
        Polarity = "Zenurik",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Shocking Touch"] = {
        Image = "ShockingTouchModU145.png",
        Name = "Shocking Touch",
        Polarity = "Naramon",
        Rarity = "Uncommon",
    },
    ["Shockwave Actuators"] = {
        Image = "ShockwaveActuatorsMod.png",
        Name = "Shockwave Actuators",
        Polarity = "Penjaga",
        Rarity = "Common",
        Transmutable = false,
    },
    ["Shotgun Ammo Mutation"] = {
        Image = "ShotgunAmmoMutationModU145.png",
        Name = "Shotgun Ammo Mutation",
        Polarity = "Naramon",
        Rarity = "Rare",
    },
    ["Shotgun Amp"] = {
        Image = "ShotgunAmpMod.png",
        Name = "Shotgun Amp",
        Polarity = "Madurai",
        Rarity = "Uncommon",
        Transmutable = false,
    },
    ["Shotgun Savvy"] = {
        Image = "ShotgunSavvyModU145.png",
        Introduced = "11",
        Name = "Shotgun Savvy",
        Polarity = "Vazarin",
        Rarity = "Uncommon",
        Transmutable = true,
    },
    ["Shotgun Scavenger"] = {
        Image = "ShotgunScavengerModU145.png",
        Name = "Shotgun Scavenger",
        Polarity = "Naramon",
        Rarity = "Uncommon",
        Transmutable = false,
    },
    ["Shotgun Spazz"] = {
        Image = "ShotgunSpazzModU145.png",
        Name = "Shotgun Spazz",
        Introduced = "0",
        Polarity = "Madurai",
        Rarity = "Uncommon",
        Transmutable = true,
    },
    ["Shrapnel Rounds"] = {
        Image = "ShrapnelRounds.png",
        Introduced = "18.5",
        Name = "Shrapnel Rounds",
        Polarity = "Madurai",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Shrapnel Shot"] = {
        Image = "ShrapnelShotMod.png",
        Name = "Shrapnel Shot",
        Polarity = "Madurai",
        Rarity = "Common",
        Transmutable = false,
    },
    ["Shred"] = {
        Image = "ShredNew.png",
        Introduced = "9.5",
        Name = "Shred",
        Polarity = "Madurai",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Shred Shot"] = {
        Image = "Sshot.png",
        Name = "Shred Shot",
        Polarity = "Madurai",
        Rarity = "Uncommon",
        Transmutable = false,
    },
    ["Shredder"] = {
        Image = "ShredderModU145.png",
        Introduced = "11",
        Name = "Shredder",
        Polarity = "Naramon",
        Rarity = "Common",
        Transmutable = true,
    },
    -- SI --
    ["Signal Flare"] = {
        Image = "SignalFlare.png",
        Name = "Signal Flare",
        Polarity = "Zenurik",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Silent Battery"] = {
        Image = "SilentBatteryMod.png",
        Name = "Silent Battery",
        Polarity = "Naramon",
        Rarity = "Uncommon",
        Transmutable = false,
    },
    ["Singularity"] = {
        Image = "Singularity.png",
        Name = "Singularity",
        Polarity = "Zenurik",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Sinister Reach"] = {
        Image = "SinisterReach.png",
        Name = "Sinister Reach",
        Polarity = "Naramon",
        Rarity = "Uncommon",
        Transmutable = true,
    },
    ["Sinking Talon"] = {
        Image = "SinkingTalon.png",
        Name = "Sinking Talon",
        Polarity = "Zenurik",
        Rarity = "Uncommon",
        Transmutable = true,
    },
    -- SK --
    ["Skull Shots"] = {
        Image = "SkullShots.png",
        Introduced = "18.5",
        Name = "Skull Shots",
        Polarity = "Madurai",
        Rarity = "Rare",
        Transmutable = false,
    },
    -- SL --
    ["Slay Board"] = {
        Image = "SlayBoard.png",
        Name = "Slay Board",
        Polarity = "Madurai",
        Rarity = "Uncommon",
        Transmutable = false,
    },
    ["Slicing Feathers"] = {
        Image = "SlicingFeathersMod.png",
        Name = "Slicing Feathers",
        Polarity = "Naramon",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Slip Magazine"] = {
        Image = "SlipMagazineModU145.png",
        Name = "Slip Magazine",
        Introduced = "0",
        Polarity = "Naramon",
        Rarity = "Common",
        Transmutable = true,
    },
    ["Sly Devolution"] = {
        Image = "SlyDevolutionMod.png",
        Name = "Sly Devolution",
        Polarity = "Penjaga",
        Rarity = "Rare",
        Transmutable = false,
    },
    -- SM --
    ["Smite Corpus"] = {
        Image = "SmiteCorpusModU145.png",
        Name = "Smite Corpus",
        Polarity = "Madurai",
        Rarity = "Uncommon",
        Transmutable = true,
    },
    ["Smite Corrupted"] = {
        Image = "SmiteCorruptedMod.png",
        Name = "Smite Corrupted",
        Polarity = "Madurai",
        Rarity = "Uncommon",
        Transmutable = true,
    },
    ["Smite Grineer"] = {
        Image = "SmiteGrineerModU145.png",
        Introduced = "9",
        Name = "Smite Grineer",
        Polarity = "Madurai",
        Rarity = "Uncommon",
        Transmutable = true,
    },
    ["Smite Infested"] = {
        Image = "SmiteInfestedModU145.png",
        Name = "Smite Infested",
        Polarity = "Madurai",
        Rarity = "Uncommon",
        Transmutable = true,
    },
    ["Smite Infusion"] = {
        Image = "SmiteInfusionMod.png",
        Name = "Smite Infusion",
        Polarity = "Zenurik",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Smoke Shadow"] = {
        Image = "SmokeShadowMod.png",
        Name = "Smoke Shadow",
        Polarity = "Zenurik",
        Rarity = "Rare",
        Transmutable = false,
    },
    -- SN --
    ["Snap Shot"] = {
        Image = "SnapShot.png",
        Name = "Snap Shot",
        Polarity = "Madurai",
        Rarity = "Uncommon",
        Transmutable = false,
    },
    ["Sniper Ammo Mutation"] = {
        Image = "SniperAmmoMutationModU145.png",
        Name = "Sniper Ammo Mutation",
        Polarity = "Naramon",
        Rarity = "Rare",
    },
    ["Sniper Scavenger"] = {
        Image = "SniperScavengerModU145.png",
        Name = "Sniper Scavenger",
        Polarity = "Naramon",
        Rarity = "Uncommon",
        Transmutable = false,
    },
    -- SO --
    ["Soaring Strike"] = {
        Image = "SoaringStrikeMod.png",
        Name = "Soaring Strike",
        Polarity = "Madurai",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Soft Hands"] = {
        Image = "SoftHands.png",
        Name = "Soft Hands",
        Polarity = "Naramon",
        Rarity = "Uncommon",
        Transmutable = false,
    },
    ["Sonic Boost"] = {
        Image = "SonicBoost.png",
        Name = "Sonic Boost",
        Polarity = "Madurai",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Sonic Fracture"] = {
        Image = "SonicFractureMod.png",
        Name = "Sonic Fracture",
        Polarity = "Zenurik",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Soul Survivor"] = {
        Image = "SoulSurvivor3.png",
        Name = "Soul Survivor",
        Polarity = "Zenurik",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Sovereign Outcast"] = {
        Image = "SovereignOutcastMod.png",
        Name = "Sovereign Outcast",
        Polarity = "Naramon",
        Rarity = "Rare",
        Transmutable = false,
    },
    -- SP --
    ["Spare Parts"] = {
        Image = "SparePartsModU145.png",
        Name = "Spare Parts",
        Polarity = "Naramon",
        Rarity = "Uncommon",
    },
    ["Spectrosiphon"] = {
        Image = "SpectrosiphonMod.png",
        Name = "Spectrosiphon",
        Polarity = "Ability",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Speed Drift"] = {
        Image = "SpeedDriftMod.png",
        Introduced = "18",
        Name = "Speed Drift",
        Polarity = "Madurai",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Speed Holster"] = {
        Image = "SpeedHolsterMod.png",
        Introduced = "10",
        Name = "Speed Holster",
        Polarity = "Naramon",
        Rarity = "Uncommon",
        Transmutable = false,
    },
    ["Speed Trigger"] = {
        Image = "SpeedTriggerNew.png",
        Name = "Speed Trigger",
        Introduced = "0",
        Polarity = "Madurai",
        Rarity = "Uncommon",
        Transmutable = true,
    },
    ["Spellbound Harvest"] = {
        Image = "SpellboundHarvestMod.png",
        Name = "Spellbound Harvest",
        Polarity = "Zenurik",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Spinning Needle"] = {
        Image = "SpinningNeedleMod.png",
        Name = "Spinning Needle",
        Polarity = "Vazarin",
        Rarity = "Rare",
        Transmutable = true,
    },
    ["Split Chamber"] = {
        Image = "SplitChamberModU145.png",
        Name = "Split Chamber",
        Introduced = "0",
        Polarity = "Madurai",
        Rarity = "Rare",
        Transmutable = true,
    },
    ["Split Flights"] = {
        Image = "SplitFlightsMod.png",
        Name = "Split Flights",
        Polarity = "Madurai",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Spoiled Strike"] = {
        Image = "SpoiledStrikeModU145.png",
        Introduced = "10.3",
        Name = "Spoiled Strike",
        Polarity = "Madurai",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Spring-Loaded Blade"] = {
        Image = "Spring-LoadedBladeMod.png ",
        Name = "Spring-Loaded Blade",
        Polarity = "Vazarin",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Spring-Loaded Broadhead"] = {
        Image = "SpringLoadedBroadhead.png",
        Name = "Spring-Loaded Broadhead",
        Polarity = "Madurai",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Spring-Loaded Chamber"] = {
        Image = "Spring-LoadedChamberMod.png",
        Name = "Spring-Loaded Chamber",
        Introduced = "18.4.1",
        Polarity = "Madurai",
        Rarity = "Uncommon",
        Transmutable = false,
    },
    ["Sprint Boost"] = {
        Image = "SprintBoostMod.png",
        Name = "Sprint Boost",
        Polarity = "Naramon",
        Rarity = "Uncommon",
        Transmutable = false,
    },
    ["Spry Sights"] = {
        Image = "SprySights.png",
        Name = "Spry Sights",
        Polarity = "Madurai",
        Rarity = "Uncommon",
        Transmutable = false,
    },
    -- ST --
    ["Stabilizer"] = {
        Image = "StabilizerModU145.png",
        Name = "Stabilizer",
        Polarity = "Naramon",
        Rarity = "Rare",
        Transmutable = true,
    },
    ["Staggering Shield"] = {
        Image = "StaggeringShield2.png",
        Name = "Staggering Shield",
        Polarity = "Zenurik",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Stalk"] = {
        Image = "Stalk 19.6.3.png",
        Name = "Stalk",
        Polarity = "Penjaga",
        Rarity = "Rare",
    },
    ["Stalking Fan"] = {
        Image = "StalkingFanNew.png",
        Name = "Stalking Fan",
        Polarity = "Zenurik",
        Rarity = "Rare",
        Transmutable = true,
    },
    ["Stand Ground"] = {
        Image = "Standground.png",
        Name = "Stand Ground",
        Polarity = "Vazarin",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Stand United"] = {
        Image = "StandUnitedMod.png",
        Name = "Stand United",
        Polarity = "Vazarin",
        Rarity = "Uncommon",
        Transmutable = false,
    },
    ["Star Divide"] = {
        Image = "StarDivideMod.png",
        Name = "Star Divide",
        Polarity = "Madurai",
        Rarity = "Uncommon",
        Transmutable = false,
    },
    ["Stasis Field"] = {
        Image = "StasisFieldMod.png",
        Name = "Stasis Field",
        Polarity = "Penjaga",
        Rarity = "Common",
        Transmutable = false,
    },
    ["Static Alacrity"] = {
        Image = "StaticAlacrity.png",
        Introduced = "18.5",
        Name = "Static Alacrity",
        Polarity = "Madurai",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Static Discharge"] = {
        Image = "StaticDischargeMod.png",
        Name = "Static Discharge",
        Polarity = "Naramon",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Steady Hands"] = {
        Image = "SteadyHandsModU145.png",
        Introduced = "10",
        Name = "Steady Hands",
        Polarity = "Naramon",
        Rarity = "Rare",
        Transmutable = true,
    },
    ["Stealth Drift"] = {
        Image = "Stealth_Driftv3.png",
        Introduced = "18",
        Name = "Stealth Drift",
        Polarity = "Naramon",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Steel Charge"] = {
        Image = "SteelChargeModU145.png",
        Name = "Steel Charge",
        Polarity = "Madurai",
        Rarity = "Uncommon",
        Transmutable = false,
    },
    ["Steel Fiber"] = {
        Image = "SteelFiberModU145.png",
        Name = "Steel Fiber",
        Polarity = "Vazarin",
        Rarity = "Common",
        Transmutable = true,
    },
    ["Stinging Thorn"] = {
        Image = "StingingThornMod.png",
        Name = "Stinging Thorn",
        Polarity = "Madurai",
        Rarity = "Rare",
        Transmutable = true,
    },
    ["Stinging Truth"] = {
        Image = "StingingTruth.png",
        Name = "Stinging Truth",
        Polarity = "Vazarin",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Stockpiled Blight"] = {
        Image = "StockpiledBlightMod.png",
        Name = "Stockpiled Blight",
        Polarity = "Vazarin",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Stormbringer"] = {
        Image = "StormbringerModU145.png",
        Name = "Stormbringer",
        Polarity = "Naramon",
        Rarity = "Uncommon",
        Transmutable = true,
    },
    ["Strafing Slide"] = {
        Image = "StrafingSlide.png",
        Name = "Strafing Slide",
        Introduced = "17",
        Polarity = "Madurai",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Strain Consume"] = {
        Image = "StrainConsumeMod.png",
        Name = "Strain Consume",
        Polarity = "Naramon",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Strain Eruption"] = {
        Image = "StrainEruptionMod.png",
        Name = "Strain Eruption",
        Polarity = "Naramon",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Strain Fever"] = {
        Image = "StrainFeverMod.png",
        Name = "Strain Fever",
        Polarity = "Madurai",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Strain Infection"] = {
        Image = "StrainInfectionMod.png",
        Name = "Strain Infection",
        Polarity = "Madurai",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Streamline"] = {
        Image = "StreamlineModU145.png",
        Name = "Streamline",
        Polarity = "Naramon",
        Rarity = "Rare",
        Transmutable = true,
    },
    ["Streamlined Form"] = {
        Image = "StreamlinedFormMod.png",
        Name = "Streamlined Form",
        Polarity = "Naramon",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Stretch"] = {
        Image = "StretchModU145.png",
        Introduced = "0",
        Name = "Stretch",
        Polarity = "Naramon",
        Rarity = "Uncommon",
        Transmutable = true,
    },
    ["Striker"] = {
        Image = "Striker 19.6.3.png",
        Name = "Striker",
        Polarity = "Penjaga",
        Rarity = "Common",
        Transmutable = false,
    },
    ["Stunning Speed"] = {
        Image = "StunningSpeedModU145.png",
        Name = "Stunning Speed",
        Polarity = "Naramon",
        Rarity = "Rare",
        Transmutable = false,
    },
    -- SU --
    ["Sudden Impact"] = {
        Image = "SuddenImpact.png",
        Name = "Sudden Impact",
        Polarity = "Vazarin",
        Rarity = "Common",
        Transmutable = true,
    },
    ["Sudden Justice"] = {
        Image = "Sudden_Justice.png",
        Name = "Sudden Justice",
        Polarity = "Madurai",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Sundering Strike"] = {
        Image = "SunderingStrikeModU145.png",
        Name = "Sundering Strike",
        Polarity = "Naramon",
        Rarity = "Rare",
        Transmutable = true,
    },
    ["Sundering Weave"] = {
        Image = "SunderingWeaveModU145.png",
        Name = "Sundering Weave",
        Polarity = "Zenurik",
        Rarity = "Uncommon",
        Transmutable = true,
    },
    ["Superior Defenses"] = {
        Image = "SuperiorDefenses.png",
        Name = "Superior Defenses",
        Polarity = "Vazarin",
        Rarity = "Uncommon",
        Transmutable = true,
    },
    ["Suppress"] = {
        Image = "SuppressModU145.png",
        Name = "Suppress",
        Polarity = "Naramon",
        Rarity = "Common",
        Transmutable = true,
    },
    ["Sure Footed"] = {
        Image = "SureFootedModU145.png",
        Name = "Sure Footed",
        Polarity = "Vazarin",
        Rarity = "Rare",
        Transmutable = true,
    },
    ["Sure Shot"] = {
        Image = "SureShotModU145.png",
        Introduced = "11",
        Name = "Sure Shot",
        Polarity = "Vazarin",
        Rarity = "Uncommon",
        Transmutable = true,
    },
    ["Surging Dash"] = {
        Image = "SurgingDash3.png",
        Name = "Surging Dash",
        Polarity = "Zenurik",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Surplus Diverters"] = {
        Image = "SurplusDiverters.png",
        Name = "Surplus Diverters",
        Polarity = "Madurai",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Survival Instinct"] = {
        Image = "SurvivalInstinctMod.png",
        Name = "Survival Instinct",
        Polarity = "Penjaga",
        Rarity = "Rare",
        Transmutable = false,
    },
    -- SW --
    ["Sweeping Serration"] = {
        Image = "SweepingSerrationModU145.png",
        Name = "Sweeping Serration",
        Polarity = "Naramon",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Swooping Falcon"] = {
        Image = "SwoopingFalconMod.png",
        Name = "Swooping Falcon",
        Polarity = "Madurai",
        Rarity = "Rare",
        Transmutable = true,
    },
    ["Swift Deth"] = {
        Image = "Swift Deth 19.6.3.png",
        Name = "Swift Deth",
        Polarity = "Penjaga",
        Rarity = "Common",
        Transmutable = false,
    },
    ["Swift Momentum"] = {
        Image = "SwiftMomentumMod.png",
        Name = "Swift Momentum",
        Polarity = "Madurai",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Swing Line"] = {
        Image = "SwingLine3.png",
        Name = "Swing Line",
        Polarity = "Zenurik",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Swipe"] = {
        Image = "SwipeMod.png",
        Name = "Swipe",
        Polarity = "Madurai",
        Rarity = "Uncommon",
    },
    ["Swirling Tiger"] = {
        Image = "SwirlingTigerMod.png",
        Name = "Swirling Tiger",
        Polarity = "Zenurik",
        Rarity = "Uncommon",
        Transmutable = true,
    },
    ["Sword Alone"] = {
        Image = "SwordAlone.png",
        Name = "Sword Alone",
        Polarity = "Madurai",
        Rarity = "Rare",
        Transmutable = false,
    },
    -- SY --
    ["Synth Charge"] = {
        Image = "SynthCharge.png",
        Name = "Synth Charge",
        Polarity = "Madurai",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Synth Deconstruct"] = {
        Image = "SynthDeconstruct.png",
        Name = "Synth Deconstruct",
        Polarity = "Madurai",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Synth Fiber"] = {
        Image = "SynthFiber.png",
        Name = "Synth Fiber",
        Polarity = "Madurai",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Synth Reflex"] = {
        Image = "SynthReflex.png",
        Name = "Synth Reflex",
        Polarity = "Madurai",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["System Reroute"] = {
        Image = "SystemReroute.png",
        Name = "System Reroute",
        Polarity = "Naramon",
        Rarity = "Rare",
        Transmutable = true,
    },
    -- T --
    -- TA --
    ["Tactical Pump"] = {
        Image = "TacticalPumpModU145.png",
        Name = "Tactical Pump",
        Polarity = "Naramon",
        Rarity = "Uncommon",
        Transmutable = true,
    },
    ["Tactical Reload"] = {
        Image = "TacticalReload.png",
        Name = "Tactical Reload",
        Polarity = "Naramon",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Tactical Retreat"] = {
        Image = "TacticalRetreat.png",
        Name = "Tactical Retreat",
        Polarity = "Vazarin",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Tainted Clip"] = {
        Image = "TaintedClipModU145.png",
        Name = "Tainted Clip",
        Polarity = "Naramon",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Tainted Hydra"] = {
        Image = "TaintedHydraMod.png",
        Name = "Tainted Hydra",
        Polarity = "Madurai",
        Rarity = "Uncommon",
        Transmutable = false,
    },
    ["Tainted Mag"] = {
        Image = "TaintedMagModU145.png",
        Name = "Tainted Mag",
        Introduced = "10.3",
        Polarity = "Naramon",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Tainted Shell"] = {
        Image = "TaintedShellModU145.png",
        Name = "Tainted Shell",
        Polarity = "Vazarin",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Target Acquired"] = {
        Image = "TargetAcquiredMod.png",
        Name = "Target Acquired",
        Polarity = "Madurai",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Target Cracker"] = {
        Image = "TargetCrackerModU145.png",
        Name = "Target Cracker",
        Polarity = "Madurai",
        Rarity = "Uncommon",
        Transmutable = true,
    },
    ["Target Fixation"] = {
        Image = "TargetFixationMod.png",
        Name = "Target Fixation",
        Polarity = "Zenurik",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Targeting Receptor"] = {
        Image = "Targeting Receptor 19.6.3.png",
        Name = "Targeting Receptor",
        Introduced = "12.5",
        Polarity = "Penjaga",
        Rarity = "Common",
        Transmutable = false,
    },
    ["Targeting Subsystem"] = {
        Image = "TargetingSubsystemMod.png",
        Name = "Targeting Subsystem",
        Polarity = "Madurai",
        Rarity = "Uncommon",
        Transmutable = false,
    },
    -- TE --
    ["Tear Gas"] = {
        Image = "TearGas.png",
        Name = "Tear Gas",
        Polarity = "Zenurik",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Tectonic Fracture"] = {
        Image = "TectonicFracture2.png",
        Name = "Tectonic Fracture",
        Polarity = "Zenurik",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Teeming Virulence"] = {
        Image = "TeemingVirulenceMod.png",
        Name = "Teeming Virulence",
        Polarity = "Zenurik",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Tek Assault"] = {
        Image = "TekAssault.png",
        Name = "Tek Assault",
        Polarity = "Madurai",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Tek Collateral"] = {
        Image = "TekCollateral.png",
        Name = "Tek Collateral",
        Polarity = "Madurai",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Tek Enhance"] = {
        Image = "TekEnhance.png",
        Name = "Tek Enhance",
        Polarity = "Madurai",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Tek Gravity"] = {
        Image = "TekGravity.png",
        Name = "Tek Gravity",
        Polarity = "Madurai",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Tempered Blade"] = {
        Image = "TemperedBlade.png",
        Introduced = "15",
        Name = "Tempered Blade",
        Polarity = "Madurai",
        Rarity = "Common",
        Transmutable = true,
    },
    ["Tempered Bound"] = {
        Image = "TemperedBound.png",
        Name = "Tempered Bound",
        Polarity = "Naramon",
        Rarity = "Uncommon",
        Transmutable = false,
    },
    ["Tempo Royale"] = {
        Image = "TempoRoyale.png",
        Name = "Tempo Royale",
        Polarity = "Vazarin",
        Rarity = "Rare",
        Transmutable = true,
    },
    ["Terminal Velocity"] = {
        Image = "TerminalVelocity.png",
        Name = "Terminal Velocity",
        Introduced = "15",
        Polarity = "Madurai",
        Rarity = "Uncommon",
        Transmutable = true,
    },
    ["Territorial Aggression"] = {
        Image = "TerritorialAggressionMod.png",
        Name = "Territorial Aggression",
        Polarity = "Penjaga",
        Rarity = "Uncommon",
    },
    ["Tesla Bank"] = {
        Image = "TeslaBankMod.png",
        Name = "Tesla Bank",
        Polarity = "Zenurik",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Tether Grenades"] = {
        Image = "TetherGrenadesMod.png",
        Name = "Tether Grenades",
        Polarity = "Naramon",
        Rarity = "Rare",
        Transmutable = false,
    },
    -- TH --
    ["Thermagnetic Shells"] = {
        Image = "ThermagneticShellsMod.png",
        Name = "Thermagnetic Shells",
        Polarity = "Naramon",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Thermite Rounds"] = {
        Image = "ThermiteRoundsModU145.png",
        Name = "Thermite Rounds",
        Polarity = "Madurai",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Thief's Wit"] = {
        Image = "ThiefsWitModU145.png",
        Name = "Thief's Wit",
        Polarity = "Naramon",
        Rarity = "Common",
        Transmutable = true,
    },
    ["Thrall Pact"] = {
    	Image = "ThrallPactMod.png",
    	Introduced = "29.5",
    	Name = "Thrall Pact",
    	Polarity = "Zenurik",
    	Rarity = "Rare",
    	Transmutable = false,
    },
    ["Thrash Landing"] = {
        Image = "ThrashLanding.png",
        Name = "Thrash Landing",
        Polarity = "Madurai",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Thumper"] = {
        Image = "Thumper 19.6.3.png",
        Name = "Thumper",
        Polarity = "Penjaga",
        Rarity = "Common",
        Transmutable = false,
    },
    ["Thunderbolt"] = {
        Image = "ThunderboltModU145.png",
        Name = "Thunderbolt",
        Introduced = "7.1",
        Polarity = "Madurai",
        Rarity = "Rare",
        Transmutable = true,
    },
    ["Thundermiter"] = {
        Image = "Thundermiter.png",
        Introduced = "18.5",
        Name = "Thundermiter",
        Polarity = "Madurai",
        Rarity = "Rare",
        Transmutable = false,
    },
    -- TI --
    ["Tidal Impunity"] = {
        Image = "TidalImpunityMod.png",
        Name = "Tidal Impunity",
        Polarity = "Zenurik",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Titanic Rumbler"] = {
        Image = "TitanicRumblerMod.png",
        Name = "Titanic Rumbler",
        Polarity = "Zenurik",
        Rarity = "Rare",
        Transmutable = false,
    },
    -- TO --
    ["Total Eclipse"] = {
        Image = "TotalEclipseMod.png",
        Name = "Total Eclipse",
        Polarity = "Zenurik",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Toxic Barrage"] = {
        Image = "ToxicBarrageModU145.png",
        Name = "Toxic Barrage",
        Polarity = "Madurai",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Toxic Blight"] = {
        Image = "ToxicBlight.png",
        Name = "Toxic Blight",
        Polarity = "Madurai",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Toxic Flight"] = {
        Image = "ToxicFlightMod.png",
        Name = "Toxic Flight",
        Polarity = "Naramon",
        Rarity = "Rare",
        Transmutable = true,
    },
    ["Toxic Sequence"] = {
        Image = "ToxicSequence.png",
        Name = "Toxic Sequence",
        Polarity = "Vazarin",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Toxin Resistance"] = {
        Image = "ToxinResistanceMod.png",
        Name = "Toxin Resistance",
        Polarity = "Vazarin",
        Rarity = "Uncommon",
        Transmutable = false,
    },
    -- TR --
    ["Tractor Beam"] = {
        Image = "TractorBeamMod.png",
        Name = "Tractor Beam",
        Polarity = "Penjaga",
        Rarity = "Common",
        Transmutable = false,
    },
    ["Trail Blazer"] = {
        Image = "TrailBlazer.png",
        Name = "Trail Blazer",
        Polarity = "Vazarin",
        Rarity = "Common",
        Transmutable = false,
    },
    ["Trample"] = {
        Image = "TrampleMod.png",
        Name = "Trample",
        Polarity = "Penjaga",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Tranquil Cleave"] = {
        Image = "TranquilCleaveMod.png",
        Name = "Tranquil Cleave",
        Polarity = "Madurai",
        Rarity = "Rare",
        Transmutable = true,
    },
    ["Transfusion"] = {
        Image = "TransfusionMod.png",
        Name = "Transfusion",
        Polarity = "Penjaga",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Transient Fortitude"] = {
        Image = "TransientFortitude.png",
        Name = "Transient Fortitude",
        Polarity = "Madurai",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Transistor Shield"] = {
        Image = "TransistorShieldMod.png",
        Name = "Transistor Shield",
        Polarity = "Zenurik",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Tribunal"] = {
        Image = "TribunalMod.png",
        Name = "Tribunal",
        Polarity = "Zenurik",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Trick Mag"] = {
        Image = "TrickMagModU145.png",
        Name = "Trick Mag",
        Polarity = "Naramon",
        Rarity = "Common",
        Transmutable = true,
    },
    ["Triple Tap"] = {
        Image = "Triple_Tap.png",
        Name = "Triple Tap",
        Polarity = "Madurai",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["True Punishment"] = {
        Image = "TruePunishmentMod.png",
        Name = "True Punishment",
        Polarity = "Zenurik",
        Rarity = "Common",
        Transmutable = true,
    },
    ["True Steel"] = {
        Image = "TrueSteelMod.png",
        Name = "True Steel",
        Polarity = "Madurai",
        Rarity = "Common",
        Transmutable = true,
    },
    -- TW --
    ["Twirling Spire"] = {
        Image = "TwirlingSpireMod.png",
        Name = "Twirling Spire",
        Polarity = "Naramon",
        Rarity = "Rare",
        Transmutable = true,
    },
    ["Twitch"] = {
        Image = "Twitch.png",
        Name = "Twitch",
        Polarity = "Naramon",
        Rarity = "Uncommon",
        Transmutable = false,
    },
    -- U --
    ["Umbral Fiber"] = {
        Image = "UmbralFiber.png",
        Name = "Umbral Fiber",
        Polarity = "Umbra",
        Rarity = "Legendary",
        Transmutable = false,
    },
    ["Umbral Intensify"] = {
        Image = "UmbralIntensify.png",
        Name = "Umbral Intensify",
        Polarity = "Umbra",
        Rarity = "Legendary",
        Transmutable = false,
    },
    ["Umbral Vitality"] = {
        Image = "UmbralVitality.png",
        Name = "Umbral Vitality",
        Polarity = "Umbra",
        Rarity = "Legendary",
        Transmutable = false,
    },
    ["Undying Will"] = {
        Image = "UndyingWillModU145.png",
        Introduced = "0",
        Name = "Undying Will",
        Polarity = "Vazarin",
        Rarity = "Rare",
        Transmutable = true,
    },
    ["Unleashed"] = {
        Image = "Unleashed 19.6.3.png",
        Name = "Unleashed",
        Polarity = "Penjaga",
        Rarity = "Rare",
    },
    ["Untraceable"] = {
        Image = "UntracableMod.png",
        Introduced = "26",
        Name = "Untraceable",
        Polarity = nil,
        Rarity = "Rare",
        Transmutable = true,
    },
    -- V --
    -- VA --
    ["Vacuum"] = {
        Image = "VacuumMod.png",
        Name = "Vacuum",
        Polarity = "Penjaga",
        Rarity = "Common",
        Transmutable = false,
    },
    ["Vampire Leech"] = {
        Image = "VampireLeech2.png",
        Name = "Vampire Leech",
        Polarity = "Zenurik",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Vanquished Prey"] = {
        Image = "VanquishedPreyMod.png",
        Name = "Vanquished Prey",
        Polarity = "Vazarin",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Vaporize"] = {
        Image = "Vaporize 19.6.3.png",
        Introduced = "8",
        Name = "Vaporize",
        Polarity = "Penjaga",
        Rarity = "Common",
        Transmutable = false,
    },
    ["Vapor Trail"] = {
        Image = "VaporTrailMod.png",
        Introduced = "29",
        Name = "Vapor Trail",
        Polarity = "Naramon",
        Rarity = "Common",
        Transmutable = false,
    },
    ["Vazarin Transmute Core"] = {
        Image = "VazarinTransmuteCore.png",
        Name = "Vazarin Transmute Core",
        Polarity = "Vazarin",
        Rarity = "Rare",
        Transmutable = false,
    },
    -- VE --
    ["Venari Bodyguard"] = {
        Image = "VenariBodyguardMod.png",
        Name = "Venari Bodyguard",
        Polarity = "Ability",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Venerdo Hoverdrive"] = {
        Image = "VenerdoHoverdrive.png",
        Name = "Venerdo Hoverdrive",
        Polarity = "Madurai",
        Rarity = "Uncommon",
        Transmutable = false,
    },
    ["Vengeful Revenant"] = {
        Image = "VengefulRevenantMod.png",
        Name = "Vengeful Revenant",
        Polarity = "Madurai",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Venom Dose"] = {
        Image = "VenomDoseMod.png",
        Name = "Venom Dose",
        Polarity = "Zenurik",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Venom Teeth"] = {
        Image = "VenomTeethMod.png",
        Name = "Venom Teeth",
        Introduced = "24",
        Polarity = "Madurai",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Venomous Clip"] = {
        Image = "VenomousClip.png",
        Name = "Venomous Clip",
        Polarity = "Vazarin",
        Rarity = "Uncommon",
        Transmutable = true,
    },
    ["Venomous Rise"] = {
        Image = "VenomousRiseMod.png",
        Name = "Venomous Rise",
        Polarity = "Madurai",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Vermillion Storm"] = {
        Image = "VermillionStorm.png",
        Name = "Vermillion Storm",
        Polarity = "Madurai",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Vexing Retaliation"] = {
        Image = "VexingRetaliation2.png",
        Name = "Vexing Retaliation",
        Polarity = "Zenurik",
        Rarity = "Rare",
        Transmutable = false,
    },
    -- VI --
    ["Vicious Approach"] = {
        Image = "ViciousApproachMod.png",
        Name = "Vicious Approach",
        Polarity = "Naramon",
        Rarity = "Uncommon",
        Transmutable = false,
    },
    ["Vicious Frost"] = {
        Image = "ViciousFrostModU145.png",
        Name = "Vicious Frost",
        Polarity = "Madurai",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Vicious Spread"] = {
        Image = "ViciousSpreadModU145.png",
        Name = "Vicious Spread",
        Polarity = "Madurai",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Vigilante Armaments"] = {
        Image = "VigilanteArmamentsMod.png",
        Name = "Vigilante Armaments",
        Introduced = "22",
        Polarity = "Naramon",
        Rarity = "Common",
        Transmutable = false,
    },
    ["Vigilante Fervor"] = {
        Image = "VigilanteFervorMod.png",
        Name = "Vigilante Fervor",
        Polarity = "Madurai",
        Rarity = "Uncommon",
        Transmutable = false,
    },
    ["Vigilante Offense"] = {
        Image = "VigilanteOffenseMod.png",
        Name = "Vigilante Offense",
        Introduced = "22",
        Polarity = "Naramon",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Vigilante Pursuit"] = {
        Image = "VigilantePursuitMod.png",
        Name = "Vigilante Pursuit",
        Polarity = "Naramon",
        Rarity = "Uncommon",
        Transmutable = false,
    },
    ["Vigilante Vigor"] = {
        Image = "VigilanteVigorMod.png",
        Name = "Vigilante Vigor",
        Polarity = "Vazarin",
        Rarity = "Common",
        Transmutable = false,
    },
    ["Vigilante Supplies"] = {
        Image = "VigilanteSuppliesMod.png",
        Name = "Vigilante Supplies",
        Polarity = "Naramon",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Vigor"] = {
        Image = "VigorModU145.png",
        Introduced = "9.5",
        Name = "Vigor",
        Polarity = "Vazarin",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Vigorous Swap"] = {
        Image = "VigorousSwap.png",
        Name = "Vigorous Swap",
        Polarity = "Naramon",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Vile Acceleration"] = {
        Image = "VileAccelerationNew.png",
        Name = "Vile Acceleration",
        Polarity = "Naramon",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Vile Precision"] = {
        Image = "VilePrecisionModU145.png",
        Name = "Vile Precision",
        Polarity = "Naramon",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Viral Quills"] = {
        Image = "ViralQuillsMod.png",
        Name = "Viral Quills",
        Polarity = "Penjaga",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Virulent Scourge"] = {
        Image = "VirulentScourgeModU145.png",
        Name = "Virulent Scourge",
        Polarity = "Madurai",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Vital Sense"] = {
        Image = "VitalSenseModU145.png",
        Name = "Vital Sense",
        Introduced = "0",
        Polarity = "Madurai",
        Rarity = "Rare",
        Transmutable = true,
    },
    ["Vital Systems Bypass"] = {
        Image = "Vitalsystemsbypass.png",
        Name = "Vital Systems Bypass",
        Polarity = "Naramon",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Vitality"] = {
        Image = "VitalityModU145.png",
        Name = "Vitality",
        Polarity = "Vazarin",
        Rarity = "Common",
        Transmutable = true,
    },
    -- VO --
    ["Volatile Parasite"] = {
        Image = "VolatileParasiteMod.png",
        Name = "Volatile Parasite",
        Introduced = "29.5",
        Polarity = "Penjaga",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Volatile Rebound"] = {
        Image = "VolatileReboundMod.png",
        Name = "Volatile Rebound",
        Introduced = "29.5",
        Polarity = "Naramon",
        Rarity = "Rare",
        Transmutable = true,
    },
    ["Volatile Quick Return"] = {
        Image = "VolatileQuickReturnMod.png",
        Name = "Volatile Quick Return",
        Introduced = "29.5",
        Polarity = "Naramon",
        Rarity = "Uncommon",
        Transmutable = true,
    },
    ["Volcanic Edge"] = {
        Image = "VolcanicEdgeModU145.png",
        Name = "Volcanic Edge",
        Polarity = "Madurai",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Voltage Sequence"] = {
        Image = "VoltageSequenceMod.png",
        Name = "Voltage Sequence",
        Polarity = "Naramon",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Voltaic Lance"] = {
        Image = "VoltaicLanceMod.png",
        Name = "Voltaic Lance",
        Polarity = "Madurai",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Voltaic Strike"] = {
        Image = "VoltaicStrikeModU145.png",
        Name = "Voltaic Strike",
        Polarity = "Madurai",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Vome"] = {
        Image = "VomeRequiemMod.png",
        Introduced = "26",
        Name = "Vome",
        Polarity = nil,
        Rarity = "Requiem",
        Transmutable = true,
    },
    -- VU --
    ["Vulcan Blitz"] = {
        Image = "VulcanBlitzMod.png",
        Name = "Vulcan Blitz",
        Polarity = "Madurai",
        Rarity = "Uncommon",
        Transmutable = false,
    },
    ["Vulpine Mask"] = {
        Image = "VulpineMask.png",
        Name = "Vulpine Mask",
        Polarity = "Naramon",
        Rarity = "Rare",
        Transmutable = true,
    },
    -- W --
    ["Ward Recovery"] = {
        Image = "WardRecovery.png",
        Introduced = "18.5",
        Name = "Ward Recovery",
        Polarity = "Zenurik",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Warding Thurible"] = {
        Image = "WardingThuribleMod.png",
        Name = "Warding Thurible",
        Polarity = "Zenurik",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Warm Coat"] = {
        Image = "WarmCoatModU145.png",
        Name = "Warm Coat",
        Polarity = "Vazarin",
        Rarity = "Common",
        Transmutable = true,
    },
    ["Warrior"] = {
        Image = "Warrior 19.6.3.png",
        Name = "Warrior",
        Polarity = "Penjaga",
        Rarity = "Common",
        Transmutable = false,
    },
    ["Weeping Wounds"] = {
        Image = "WeepingWoundsMod.png",
        Name = "Weeping Wounds",
        Polarity = "Madurai",
        Rarity = "Uncommon",
        Transmutable = false,
    },
    ["Whiplash Mine"] = {
        Image = "WhiplashMineMod.png",
        Name = "Whiplash Mine",
        Polarity = "Penjaga",
        Rarity = "Common",
        Transmutable = false,
    },
    ["Whirlwind"] = {
        Image = "WhirlwindModU145.png",
        Name = "Whirlwind",
        Polarity = "Madurai",
        Rarity = "Rare",
        Transmutable = true,
    },
    ["Wild Frenzy"] = {
        Image = "WildFrenzy.png",
        Name = "Wild Frenzy",
        Polarity = "Naramon",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Wildfire"] = {
        Image = "WildfireModU145.png",
        Name = "Wildfire",
        Polarity = "Madurai",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Winds of Purity"] = {
        Image = "Winds of Purity 19.9.1.png",
        Introduced = "15",
        Name = "Winds of Purity",
        Polarity = "Vazarin",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Wise Razor"] = {
        Image = "WiseRazorMod.png",
        Introduced = "24.4",
        Name = "Wise Razor",
        Polarity = "Madurai",
        Rarity = "Rare",
        Transmutable = true,
    },
    -- X --
    ["Xata"] = {
        Image = "XataRequiemMod.png",
        Introduced = "26",
        Name = "Xata",
        Polarity = nil,
        Rarity = "Requiem",
        Transmutable = true,
    },
    -- Y --
    -- Z --
    ["Zazvat-Kar"] = {
        Image = "Zazvat-Kar.png",
        Introduced = "29",
        Name = "Zazvat-Kar",
        Polarity = "Naramon",
        Rarity = "Rare",
        Transmutable = false,
    },
    ["Zodiac Shred"] = {
        Image = "ZodiacShredMod.png",
        Introduced = "Specters of the Rail",
        Name = "Zodiac Shred",
        Polarity = "Naramon",
        Rarity = "Rare",
        Transmutable = false,
    },
}
}

return ModData
Advertisement