WARFRAME Wiki
Register
WARFRAME Wiki
m (Morphic Transformer)
(Ravenous Wraith)
Line 10,472: Line 10,472:
 
Transmutable = true,
 
Transmutable = true,
 
Type = "Shotgun"
 
Type = "Shotgun"
  +
},
  +
["Ravenous Wraith"] = {
  +
Conclave = false,
  +
Image = "RavenousWraithMod.png",
  +
Introduced = "30",
  +
Name = "Ravenous Wraith",
  +
Rarity = "Common",
  +
Tradable = false,
  +
Transmutable = false,
  +
Type = "Shadow Claws",
 
},
 
},
 
["Razor Munitions"] = {
 
["Razor Munitions"] = {

Revision as of 21:25, 13 April 2021

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: Tue, 13 Apr 2021 21:25:09 +0000 (UTC) by User:Cephalon Scientia

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 4890 key-value errors

  1. "Abating Link" is missing Description
  2. "Abating Link" is missing Icon
  3. "Abating Link" is missing InternalName
  4. "Abating Link" is missing Link
  5. "Abundant Mutation" is missing Description
  6. "Abundant Mutation" is missing Icon
  7. "Abundant Mutation" is missing InternalName
  8. "Abundant Mutation" is missing Link
  9. "Accelerated Blast" is missing Description
  10. "Accelerated Blast" is missing Icon
  11. "Accelerated Blast" is missing InternalName
  12. "Accelerated Blast" is missing Link
  13. "Accelerated Deflection" is missing Description
  14. "Accelerated Deflection" is missing Icon
  15. "Accelerated Deflection" is missing InternalName
  16. "Accelerated Deflection" is missing Link
  17. "Accumulating Whipclaw" is missing Description
  18. "Accumulating Whipclaw" is missing Icon
  19. "Accumulating Whipclaw" is missing InternalName
  20. "Accumulating Whipclaw" is missing Link
  21. "Acid Shells" is missing Description
  22. "Acid Shells" is missing Icon
  23. "Acid Shells" is missing InternalName
  24. "Acid Shells" is missing Link
  25. "Acidic Spittle" is missing Description
  26. "Acidic Spittle" is missing Icon
  27. "Acidic Spittle" is missing InternalName
  28. "Acidic Spittle" is missing Link
  29. "Adaptation" is missing Description
  30. "Adaptation" is missing Icon
  31. "Adaptation" is missing InternalName
  32. "Adaptation" is missing Link
  33. "Adept Surge" is missing Description
  34. "Adept Surge" is missing Icon
  35. "Adept Surge" is missing InternalName
  36. "Adept Surge" is missing Link
  37. "Adhesive Blast" is missing Description
  38. "Adhesive Blast" is missing Icon
  39. "Adhesive Blast" is missing InternalName
  40. "Adhesive Blast" is missing Link
  41. "Adrenaline Boost" is missing Description
  42. "Adrenaline Boost" is missing Icon
  43. "Adrenaline Boost" is missing InternalName
  44. "Adrenaline Boost" is missing Link
  45. "Aerial Ace" is missing Description
  46. "Aerial Ace" is missing Icon
  47. "Aerial Ace" is missing InternalName
  48. "Aerial Ace" is missing Link
  49. "Aero Agility" is missing Description
  50. "Aero Agility" is missing Icon
  51. "Aero Agility" is missing InternalName
  52. "Aero Agility" is missing Link
  53. "Aero Periphery" is missing Description
  54. "Aero Periphery" is missing Icon
  55. "Aero Periphery" is missing InternalName
  56. "Aero Periphery" is missing Link
  57. "Aero Vantage" is missing Description
  58. "Aero Vantage" is missing Icon
  59. "Aero Vantage" is missing InternalName
  60. "Aero Vantage" is missing Link
  61. "Aerodynamic" is missing Description
  62. "Aerodynamic" is missing Icon
  63. "Aerodynamic" is missing InternalName
  64. "Aerodynamic" is missing Link
  65. "Affinity Amp" is missing Description
  66. "Affinity Amp" is missing Icon
  67. "Affinity Amp" is missing InternalName
  68. "Affinity Amp" is missing Introduced
  69. "Affinity Amp" is missing Link
  70. "Affinity Amp" is missing Tradable
  71. "Afterburn" is missing Description
  72. "Afterburn" is missing Icon
  73. "Afterburn" is missing InternalName
  74. "Afterburn" is missing Link
  75. "Afterburner" is missing Description
  76. "Afterburner" is missing Icon
  77. "Afterburner" is missing InternalName
  78. "Afterburner" is missing Link
  79. "Agile Aim" is missing Description
  80. "Agile Aim" is missing Icon
  81. "Agile Aim" is missing InternalName
  82. "Agile Aim" is missing Link
  83. "Agility Drift" is missing Description
  84. "Agility Drift" is missing Icon
  85. "Agility Drift" is missing InternalName
  86. "Agility Drift" is missing Link
  87. "Air Recon" is missing Description
  88. "Air Recon" is missing Icon
  89. "Air Recon" is missing InternalName
  90. "Air Recon" is missing Link
  91. "Air Thrusters" is missing Description
  92. "Air Thrusters" is missing Icon
  93. "Air Thrusters" is missing InternalName
  94. "Air Thrusters" is missing Link
  95. "Air Time" is missing Description
  96. "Air Time" is missing Icon
  97. "Air Time" is missing InternalName
  98. "Air Time" is missing Link
  99. "Amalgam Argonak Metal Auger" is missing Description
  100. "Amalgam Argonak Metal Auger" is missing Icon
  101. "Amalgam Argonak Metal Auger" is missing InternalName
  102. "Amalgam Argonak Metal Auger" is missing Link
  103. "Amalgam Barrel Diffusion" is missing Description
  104. "Amalgam Barrel Diffusion" is missing Icon
  105. "Amalgam Barrel Diffusion" is missing InternalName
  106. "Amalgam Barrel Diffusion" is missing Link
  107. "Amalgam Daikyu Target Acquired" is missing Description
  108. "Amalgam Daikyu Target Acquired" is missing Icon
  109. "Amalgam Daikyu Target Acquired" is missing InternalName
  110. "Amalgam Daikyu Target Acquired" is missing Link
  111. "Amalgam Furax Body Count" is missing Description
  112. "Amalgam Furax Body Count" is missing Icon
  113. "Amalgam Furax Body Count" is missing InternalName
  114. "Amalgam Furax Body Count" is missing Link
  115. "Amalgam Javlok Magazine Warp" is missing Description
  116. "Amalgam Javlok Magazine Warp" is missing Icon
  117. "Amalgam Javlok Magazine Warp" is missing InternalName
  118. "Amalgam Javlok Magazine Warp" is missing Link
  119. "Amalgam Organ Shatter" is missing Description
  120. "Amalgam Organ Shatter" is missing Icon
  121. "Amalgam Organ Shatter" is missing InternalName
  122. "Amalgam Organ Shatter" is missing Link
  123. "Amalgam Ripkas True Steel" is missing Description
  124. "Amalgam Ripkas True Steel" is missing Icon
  125. "Amalgam Ripkas True Steel" is missing InternalName
  126. "Amalgam Ripkas True Steel" is missing Link
  127. "Amalgam Serration" is missing Description
  128. "Amalgam Serration" is missing Icon
  129. "Amalgam Serration" is missing InternalName
  130. "Amalgam Serration" is missing Link
  131. "Amalgam Shotgun Spazz" is missing Description
  132. "Amalgam Shotgun Spazz" is missing Icon
  133. "Amalgam Shotgun Spazz" is missing InternalName
  134. "Amalgam Shotgun Spazz" is missing Link
  135. "Ambush" is missing Description
  136. "Ambush" is missing Icon
  137. "Ambush" is missing InternalName
  138. "Ambush" is missing Link
  139. "Ambush Optics" is missing Description
  140. "Ambush Optics" is missing Icon
  141. "Ambush Optics" is missing InternalName
  142. "Ambush Optics" is missing Link
  143. "Ammo Case" is missing Description
  144. "Ammo Case" is missing Icon
  145. "Ammo Case" is missing InternalName
  146. "Ammo Case" is missing Link
  147. "Ammo Chain" is missing Description
  148. "Ammo Chain" is missing Icon
  149. "Ammo Chain" is missing InternalName
  150. "Ammo Chain" is missing Link
  151. "Ammo Drum" is missing Description
  152. "Ammo Drum" is missing Icon
  153. "Ammo Drum" is missing InternalName
  154. "Ammo Drum" is missing Link
  155. "Ammo Stock" is missing Description
  156. "Ammo Stock" is missing Icon
  157. "Ammo Stock" is missing InternalName
  158. "Ammo Stock" is missing Link
  159. "Anabolic Pollination" is missing Description
  160. "Anabolic Pollination" is missing Icon
  161. "Anabolic Pollination" is missing InternalName
  162. "Anabolic Pollination" is missing Link
  163. "Anchored Glide" is missing Description
  164. "Anchored Glide" is missing Icon
  165. "Anchored Glide" is missing InternalName
  166. "Anchored Glide" is missing Link
  167. "Ancient Fusion Core" is missing BaseDrain
  168. "Ancient Fusion Core" is missing Description
  169. "Ancient Fusion Core" is missing Icon
  170. "Ancient Fusion Core" is missing InternalName
  171. "Ancient Fusion Core" is missing Link
  172. "Ancient Fusion Core" is missing MaxRank
  173. "Ancient Fusion Core" is missing Type
  174. "Anemic Agility" is missing Description
  175. "Anemic Agility" is missing Icon
  176. "Anemic Agility" is missing InternalName
  177. "Anemic Agility" is missing Link
  178. "Animal Instinct" is missing Description
  179. "Animal Instinct" is missing Icon
  180. "Animal Instinct" is missing InternalName
  181. "Animal Instinct" is missing Link
  182. "Anti-Flak Plating" is missing Description
  183. "Anti-Flak Plating" is missing Icon
  184. "Anti-Flak Plating" is missing InternalName
  185. "Anti-Flak Plating" is missing Link
  186. "Anti-Grav Array" is missing Description
  187. "Anti-Grav Array" is missing Icon
  188. "Anti-Grav Array" is missing InternalName
  189. "Anti-Grav Array" is missing Link
  190. "Anti-Grav Grenade" is missing Description
  191. "Anti-Grav Grenade" is missing Icon
  192. "Anti-Grav Grenade" is missing InternalName
  193. "Anti-Grav Grenade" is missing Link
  194. "Anticipation" is missing Description
  195. "Anticipation" is missing Icon
  196. "Anticipation" is missing InternalName
  197. "Anticipation" is missing Link
  198. "Antimatter Absorb" is missing Description
  199. "Antimatter Absorb" is missing Icon
  200. "Antimatter Absorb" is missing InternalName
  201. "Antimatter Absorb" is missing Link
  202. "Antimatter Mine" is missing Description
  203. "Antimatter Mine" is missing Icon
  204. "Antimatter Mine" is missing InternalName
  205. "Antimatter Mine" is missing Link
  206. "Antitoxin" is missing Description
  207. "Antitoxin" is missing Icon
  208. "Antitoxin" is missing InternalName
  209. "Apex Predator" is missing Description
  210. "Apex Predator" is missing Icon
  211. "Apex Predator" is missing InternalName
  212. "Apex Predator" is missing Link
  213. "Arc Coil" is missing Description
  214. "Arc Coil" is missing Icon
  215. "Arc Coil" is missing InternalName
  216. "Arc Coil" is missing Link
  217. "Archgun Ace" is missing Description
  218. "Archgun Ace" is missing Icon
  219. "Archgun Ace" is missing InternalName
  220. "Archgun Ace" is missing Link
  221. "Argent Scourge" is missing Description
  222. "Argent Scourge" is missing Icon
  223. "Argent Scourge" is missing InternalName
  224. "Argent Scourge" is missing Link
  225. "Argon Plating" is missing Description
  226. "Argon Plating" is missing Icon
  227. "Argon Plating" is missing InternalName
  228. "Argon Plating" is missing Link
  229. "Argon Scope" is missing Description
  230. "Argon Scope" is missing Icon
  231. "Argon Scope" is missing InternalName
  232. "Argon Scope" is missing Link
  233. "Armored Acrobatics" is missing Description
  234. "Armored Acrobatics" is missing Icon
  235. "Armored Acrobatics" is missing InternalName
  236. "Armored Acrobatics" is missing Link
  237. "Armored Agility" is missing Description
  238. "Armored Agility" is missing Icon
  239. "Armored Agility" is missing InternalName
  240. "Armored Agility" is missing Link
  241. "Armored Evade" is missing Description
  242. "Armored Evade" is missing Icon
  243. "Armored Evade" is missing InternalName
  244. "Armored Evade" is missing Link
  245. "Armored Recovery" is missing Description
  246. "Armored Recovery" is missing Icon
  247. "Armored Recovery" is missing InternalName
  248. "Armored Recovery" is missing Link
  249. "Arrow Mutation" is missing Description
  250. "Arrow Mutation" is missing Icon
  251. "Arrow Mutation" is missing InternalName
  252. "Arrow Mutation" is missing Link
  253. "Artillery Cheap Shot" is missing Description
  254. "Artillery Cheap Shot" is missing Icon
  255. "Artillery Cheap Shot" is missing InternalName
  256. "Artillery Cheap Shot" is missing Link
  257. "Assault Mode" is missing Description
  258. "Assault Mode" is missing Icon
  259. "Assault Mode" is missing InternalName
  260. "Assault Mode" is missing Link
  261. "Assimilate" is missing Description
  262. "Assimilate" is missing Icon
  263. "Assimilate" is missing InternalName
  264. "Assimilate" is missing Link
  265. "Astral Autopsy" is missing Description
  266. "Astral Autopsy" is missing Icon
  267. "Astral Autopsy" is missing InternalName
  268. "Astral Autopsy" is missing Link
  269. "Astral Slash" is missing Description
  270. "Astral Slash" is missing Icon
  271. "Astral Slash" is missing InternalName
  272. "Astral Slash" is missing Link
  273. "Astral Twilight" is missing Description
  274. "Astral Twilight" is missing Icon
  275. "Astral Twilight" is missing InternalName
  276. "Astral Twilight" is missing Link
  277. "Atlantis Vulcan" is missing Description
  278. "Atlantis Vulcan" is missing Icon
  279. "Atlantis Vulcan" is missing InternalName
  280. "Atlantis Vulcan" is missing Link
  281. "Auger Strike" is missing Description
  282. "Auger Strike" is missing Icon
  283. "Auger Strike" is missing InternalName
  284. "Auger Strike" is missing Link
  285. "Augur Accord" is missing Description
  286. "Augur Accord" is missing Icon
  287. "Augur Accord" is missing InternalName
  288. "Augur Accord" is missing Link
  289. "Augur Message" is missing Description
  290. "Augur Message" is missing Icon
  291. "Augur Message" is missing InternalName
  292. "Augur Message" is missing Link
  293. "Augur Pact" is missing Description
  294. "Augur Pact" is missing Icon
  295. "Augur Pact" is missing InternalName
  296. "Augur Pact" is missing Link
  297. "Augur Reach" is missing Description
  298. "Augur Reach" is missing Icon
  299. "Augur Reach" is missing InternalName
  300. "Augur Reach" is missing Link
  301. "Augur Secrets" is missing Description
  302. "Augur Secrets" is missing Icon
  303. "Augur Secrets" is missing InternalName
  304. "Augur Secrets" is missing Link
  305. "Augur Seeker" is missing Description
  306. "Augur Seeker" is missing Icon
  307. "Augur Seeker" is missing InternalName
  308. "Augur Seeker" is missing Link
  309. "Auto Breach" is missing Description
  310. "Auto Breach" is missing Icon
  311. "Auto Breach" is missing InternalName
  312. "Auto Breach" is missing Link
  313. "Auto Breach" is missing Polarity
  314. "Auto Omni" is missing Description
  315. "Auto Omni" is missing Icon
  316. "Auto Omni" is missing InternalName
  317. "Auto Omni" is missing Link
  318. "Automatic Trigger" is missing Description
  319. "Automatic Trigger" is missing Icon
  320. "Automatic Trigger" is missing InternalName
  321. "Automatic Trigger" is missing Link
  322. "Auxiliary Power" is missing Description
  323. "Auxiliary Power" is missing Icon
  324. "Auxiliary Power" is missing InternalName
  325. "Auxiliary Power" is missing Link
  326. "Avenging Truth" is missing Description
  327. "Avenging Truth" is missing Icon
  328. "Avenging Truth" is missing InternalName
  329. "Avenging Truth" is missing Link
  330. "Aviator" is missing Description
  331. "Aviator" is missing Icon
  332. "Aviator" is missing InternalName
  333. "Aviator" is missing Link
  334. "Balefire Surge" is missing Description
  335. "Balefire Surge" is missing Icon
  336. "Balefire Surge" is missing InternalName
  337. "Balefire Surge" is missing Link
  338. "Ballista Measure" is missing Description
  339. "Ballista Measure" is missing Icon
  340. "Ballista Measure" is missing InternalName
  341. "Ballista Measure" is missing Link
  342. "Ballistic Bullseye" is missing Description
  343. "Ballistic Bullseye" is missing Icon
  344. "Ballistic Bullseye" is missing InternalName
  345. "Ballistic Bullseye" is missing Link
  346. "Bane of Corpus" is missing Description
  347. "Bane of Corpus" is missing Icon
  348. "Bane of Corpus" is missing InternalName
  349. "Bane of Corpus" is missing Link
  350. "Bane of Corrupted" is missing Description
  351. "Bane of Corrupted" is missing Icon
  352. "Bane of Corrupted" is missing InternalName
  353. "Bane of Corrupted" is missing Link
  354. "Bane of Grineer" is missing Description
  355. "Bane of Grineer" is missing Icon
  356. "Bane of Grineer" is missing InternalName
  357. "Bane of Grineer" is missing Link
  358. "Bane of Infested" is missing Description
  359. "Bane of Infested" is missing Icon
  360. "Bane of Infested" is missing InternalName
  361. "Bane of Infested" is missing Link
  362. "Barrel Diffusion" is missing Description
  363. "Barrel Diffusion" is missing Icon
  364. "Barrel Diffusion" is missing InternalName
  365. "Barrel Diffusion" is missing Link
  366. "Battering Maneuver" is missing Description
  367. "Battering Maneuver" is missing Icon
  368. "Battering Maneuver" is missing InternalName
  369. "Battering Maneuver" is missing Link
  370. "Battle Forge" is missing BaseDrain
  371. "Battle Forge" is missing Description
  372. "Battle Forge" is missing Icon
  373. "Battle Forge" is missing InternalName
  374. "Battle Forge" is missing Link
  375. "Battle Forge" is missing MaxRank
  376. "Battle Forge" is missing Polarity
  377. "Battle Forge" is missing Tradable
  378. "Battle Stations" is missing BaseDrain
  379. "Battle Stations" is missing Description
  380. "Battle Stations" is missing Icon
  381. "Battle Stations" is missing InternalName
  382. "Battle Stations" is missing Link
  383. "Battle Stations" is missing MaxRank
  384. "Battle Stations" is missing Polarity
  385. "Battle Stations" is missing Tradable
  386. "Beguiling Lantern" is missing Description
  387. "Beguiling Lantern" is missing Icon
  388. "Beguiling Lantern" is missing InternalName
  389. "Beguiling Lantern" is missing Link
  390. "Berserker" is missing Description
  391. "Berserker" is missing Icon
  392. "Berserker" is missing InternalName
  393. "Berserker" is missing Link
  394. "Bhisaj-Bal" is missing Description
  395. "Bhisaj-Bal" is missing Icon
  396. "Bhisaj-Bal" is missing InternalName
  397. "Bhisaj-Bal" is missing Link
  398. "Bite" is missing Description
  399. "Bite" is missing Icon
  400. "Bite" is missing InternalName
  401. "Bite" is missing Link
  402. "Biting Piranha" is missing Description
  403. "Biting Piranha" is missing Icon
  404. "Biting Piranha" is missing InternalName
  405. "Biting Piranha" is missing Link
  406. "Blackout Pulse" is missing Description
  407. "Blackout Pulse" is missing Icon
  408. "Blackout Pulse" is missing InternalName
  409. "Blackout Pulse" is missing Link
  410. "Blackout Pulse" is missing Polarity
  411. "Blade of Truth" is missing Description
  412. "Blade of Truth" is missing Icon
  413. "Blade of Truth" is missing InternalName
  414. "Blade of Truth" is missing Link
  415. "Bladed Rounds" is missing Description
  416. "Bladed Rounds" is missing Icon
  417. "Bladed Rounds" is missing InternalName
  418. "Bladed Rounds" is missing Link
  419. "Blast Shield" is missing Description
  420. "Blast Shield" is missing Icon
  421. "Blast Shield" is missing InternalName
  422. "Blast Shield" is missing Link
  423. "Blaze" is missing Description
  424. "Blaze" is missing Icon
  425. "Blaze" is missing InternalName
  426. "Blaze" is missing Link
  427. "Blazing Pillage" is missing Description
  428. "Blazing Pillage" is missing Icon
  429. "Blazing Pillage" is missing InternalName
  430. "Blazing Pillage" is missing Link
  431. "Blazing Steel" is missing Description
  432. "Blazing Steel" is missing Icon
  433. "Blazing Steel" is missing InternalName
  434. "Blazing Steel" is missing Link
  435. "Bleeding Edge" is missing Description
  436. "Bleeding Edge" is missing Icon
  437. "Bleeding Edge" is missing InternalName
  438. "Bleeding Edge" is missing Link
  439. "Bleeding Willow" is missing Description
  440. "Bleeding Willow" is missing Icon
  441. "Bleeding Willow" is missing InternalName
  442. "Bleeding Willow" is missing Link
  443. "Blending Talons" is missing Description
  444. "Blending Talons" is missing Icon
  445. "Blending Talons" is missing InternalName
  446. "Blending Talons" is missing Link
  447. "Blind Justice" is missing Description
  448. "Blind Justice" is missing Icon
  449. "Blind Justice" is missing InternalName
  450. "Blind Justice" is missing Link
  451. "Blind Rage" is missing Description
  452. "Blind Rage" is missing Icon
  453. "Blind Rage" is missing InternalName
  454. "Blind Rage" is missing Link
  455. "Blind Shot" is missing Description
  456. "Blind Shot" is missing Icon
  457. "Blind Shot" is missing InternalName
  458. "Blind Shot" is missing Link
  459. "Blinding Reave" is missing Description
  460. "Blinding Reave" is missing Icon
  461. "Blinding Reave" is missing InternalName
  462. "Blinding Reave" is missing Link
  463. "Blood For Ammo" is missing Description
  464. "Blood For Ammo" is missing Icon
  465. "Blood For Ammo" is missing InternalName
  466. "Blood For Ammo" is missing Link
  467. "Blood For Ammo" is missing Polarity
  468. "Blood For Energy" is missing Description
  469. "Blood For Energy" is missing Icon
  470. "Blood For Energy" is missing InternalName
  471. "Blood For Energy" is missing Link
  472. "Blood For Energy" is missing Polarity
  473. "Blood For Life" is missing Description
  474. "Blood For Life" is missing Icon
  475. "Blood For Life" is missing InternalName
  476. "Blood For Life" is missing Link
  477. "Blood For Life" is missing Polarity
  478. "Blood Forge" is missing Description
  479. "Blood Forge" is missing Icon
  480. "Blood Forge" is missing InternalName
  481. "Blood Forge" is missing Link
  482. "Blood Rush" is missing Description
  483. "Blood Rush" is missing Icon
  484. "Blood Rush" is missing InternalName
  485. "Blood Rush" is missing Link
  486. "Blunderbuss" is missing Description
  487. "Blunderbuss" is missing Icon
  488. "Blunderbuss" is missing InternalName
  489. "Blunderbuss" is missing Link
  490. "Body Count" is missing Description
  491. "Body Count" is missing Icon
  492. "Body Count" is missing InternalName
  493. "Body Count" is missing Link
  494. "Bomb The Landin'" is missing Description
  495. "Bomb The Landin'" is missing Icon
  496. "Bomb The Landin'" is missing InternalName
  497. "Bomb The Landin'" is missing Link
  498. "Bore" is missing Description
  499. "Bore" is missing Icon
  500. "Bore" is missing InternalName
  501. "Bore" is missing Link
  502. "Botanist" is missing Description
  503. "Botanist" is missing Icon
  504. "Botanist" is missing InternalName
  505. "Botanist" is missing Link
  506. "Bounty Hunter" is missing Description
  507. "Bounty Hunter" is missing Icon
  508. "Bounty Hunter" is missing InternalName
  509. "Bounty Hunter" is missing Link
  510. "Brain Storm" is missing Description
  511. "Brain Storm" is missing Icon
  512. "Brain Storm" is missing InternalName
  513. "Brain Storm" is missing Link
  514. "Breach Loader" is missing Description
  515. "Breach Loader" is missing Icon
  516. "Breach Loader" is missing InternalName
  517. "Breach Loader" is missing Link
  518. "Breach Quanta" is missing BaseDrain
  519. "Breach Quanta" is missing Description
  520. "Breach Quanta" is missing Icon
  521. "Breach Quanta" is missing InternalName
  522. "Breach Quanta" is missing Link
  523. "Breach Quanta" is missing MaxRank
  524. "Breach Quanta" is missing Polarity
  525. "Breach Quanta" is missing Tradable
  526. "Brief Respite" is missing Description
  527. "Brief Respite" is missing Icon
  528. "Brief Respite" is missing InternalName
  529. "Brief Respite" is missing Link
  530. "Bright Purity" is missing Description
  531. "Bright Purity" is missing Icon
  532. "Bright Purity" is missing InternalName
  533. "Bright Purity" is missing Link
  534. "Broad Eye" is missing Description
  535. "Broad Eye" is missing Icon
  536. "Broad Eye" is missing InternalName
  537. "Broad Eye" is missing Link
  538. "Brutal Tide" is missing Description
  539. "Brutal Tide" is missing Icon
  540. "Brutal Tide" is missing InternalName
  541. "Brutal Tide" is missing Link
  542. "Bullet Dance" is missing Description
  543. "Bullet Dance" is missing Icon
  544. "Bullet Dance" is missing InternalName
  545. "Bullet Dance" is missing Link
  546. "Burdened Magazine" is missing Description
  547. "Burdened Magazine" is missing Icon
  548. "Burdened Magazine" is missing InternalName
  549. "Burdened Magazine" is missing Link
  550. "Burning Wasp" is missing Description
  551. "Burning Wasp" is missing Icon
  552. "Burning Wasp" is missing InternalName
  553. "Burning Wasp" is missing Link
  554. "Bursting Mass" is missing Description
  555. "Bursting Mass" is missing Icon
  556. "Bursting Mass" is missing InternalName
  557. "Bursting Mass" is missing Link
  558. "Buzz Kill" is missing Description
  559. "Buzz Kill" is missing Icon
  560. "Buzz Kill" is missing InternalName
  561. "Buzz Kill" is missing Link
  562. "Calculated Redirection" is missing Description
  563. "Calculated Redirection" is missing Icon
  564. "Calculated Redirection" is missing InternalName
  565. "Calculated Redirection" is missing Link
  566. "Calculated Shot" is missing Description
  567. "Calculated Shot" is missing Icon
  568. "Calculated Shot" is missing InternalName
  569. "Calculated Shot" is missing Link
  570. "Calculated Spring" is missing Description
  571. "Calculated Spring" is missing Icon
  572. "Calculated Spring" is missing InternalName
  573. "Calculated Spring" is missing Link
  574. "Calculated Victory" is missing Description
  575. "Calculated Victory" is missing Icon
  576. "Calculated Victory" is missing InternalName
  577. "Calculated Victory" is missing Link
  578. "Calm & Frenzy" is missing Description
  579. "Calm & Frenzy" is missing Icon
  580. "Calm & Frenzy" is missing InternalName
  581. "Calm & Frenzy" is missing Link
  582. "Cannonade" is missing Description
  583. "Cannonade" is missing Icon
  584. "Cannonade" is missing InternalName
  585. "Cannonade" is missing Introduced
  586. "Cannonade" is missing Link
  587. "Capacitance" is missing Description
  588. "Capacitance" is missing Icon
  589. "Capacitance" is missing InternalName
  590. "Capacitance" is missing Link
  591. "Carnis Carapace" is missing Description
  592. "Carnis Carapace" is missing Icon
  593. "Carnis Carapace" is missing InternalName
  594. "Carnis Carapace" is missing Link
  595. "Carnis Mandible" is missing Description
  596. "Carnis Mandible" is missing Icon
  597. "Carnis Mandible" is missing InternalName
  598. "Carnis Mandible" is missing Link
  599. "Carnis Stinger" is missing Description
  600. "Carnis Stinger" is missing Icon
  601. "Carnis Stinger" is missing InternalName
  602. "Carnis Stinger" is missing Link
  603. "Carving Mantis" is missing Description
  604. "Carving Mantis" is missing Icon
  605. "Carving Mantis" is missing InternalName
  606. "Carving Mantis" is missing Link
  607. "Cat's Eye" is missing Description
  608. "Cat's Eye" is missing Icon
  609. "Cat's Eye" is missing InternalName
  610. "Cat's Eye" is missing Link
  611. "Cataclysmic Continuum" is missing Description
  612. "Cataclysmic Continuum" is missing Icon
  613. "Cataclysmic Continuum" is missing InternalName
  614. "Cataclysmic Continuum" is missing Link
  615. "Catalyzer Link" is missing Description
  616. "Catalyzer Link" is missing Icon
  617. "Catalyzer Link" is missing InternalName
  618. "Catalyzer Link" is missing Link
  619. "Catapult" is missing Description
  620. "Catapult" is missing Icon
  621. "Catapult" is missing InternalName
  622. "Catapult" is missing Link
  623. "Cautious Shot" is missing Description
  624. "Cautious Shot" is missing Icon
  625. "Cautious Shot" is missing InternalName
  626. "Cautious Shot" is missing Link
  627. "Celestial Nightfall" is missing Description
  628. "Celestial Nightfall" is missing Icon
  629. "Celestial Nightfall" is missing InternalName
  630. "Celestial Nightfall" is missing Link
  631. "Celestial Stomp" is missing Description
  632. "Celestial Stomp" is missing Icon
  633. "Celestial Stomp" is missing InternalName
  634. "Celestial Stomp" is missing Link
  635. "Chaos Sphere" is missing Description
  636. "Chaos Sphere" is missing Icon
  637. "Chaos Sphere" is missing InternalName
  638. "Chaos Sphere" is missing Link
  639. "Charged Bullets" is missing Description
  640. "Charged Bullets" is missing Icon
  641. "Charged Bullets" is missing InternalName
  642. "Charged Bullets" is missing Link
  643. "Charged Chamber" is missing Description
  644. "Charged Chamber" is missing Icon
  645. "Charged Chamber" is missing InternalName
  646. "Charged Chamber" is missing Link
  647. "Charged Shell" is missing Description
  648. "Charged Shell" is missing Icon
  649. "Charged Shell" is missing InternalName
  650. "Charged Shell" is missing Link
  651. "Charm" is missing Description
  652. "Charm" is missing Icon
  653. "Charm" is missing InternalName
  654. "Charm" is missing Link
  655. "Chilling Globe" is missing Description
  656. "Chilling Globe" is missing Icon
  657. "Chilling Globe" is missing InternalName
  658. "Chilling Globe" is missing Link
  659. "Chilling Grasp" is missing Description
  660. "Chilling Grasp" is missing Icon
  661. "Chilling Grasp" is missing InternalName
  662. "Chilling Grasp" is missing Link
  663. "Chilling Reload" is missing Description
  664. "Chilling Reload" is missing Icon
  665. "Chilling Reload" is missing InternalName
  666. "Chilling Reload" is missing Link
  667. "Chromatic Blade" is missing Description
  668. "Chromatic Blade" is missing Icon
  669. "Chromatic Blade" is missing InternalName
  670. "Chromatic Blade" is missing Link
  671. "Clashing Forest" is missing Description
  672. "Clashing Forest" is missing Icon
  673. "Clashing Forest" is missing InternalName
  674. "Clashing Forest" is missing Link
  675. "Cleanse Corpus" is missing Description
  676. "Cleanse Corpus" is missing Icon
  677. "Cleanse Corpus" is missing InternalName
  678. "Cleanse Corpus" is missing Link
  679. "Cleanse Corrupted" is missing Description
  680. "Cleanse Corrupted" is missing Icon
  681. "Cleanse Corrupted" is missing InternalName
  682. "Cleanse Corrupted" is missing Link
  683. "Cleanse Grineer" is missing Description
  684. "Cleanse Grineer" is missing Icon
  685. "Cleanse Grineer" is missing InternalName
  686. "Cleanse Grineer" is missing Link
  687. "Cleanse Infested" is missing Description
  688. "Cleanse Infested" is missing Icon
  689. "Cleanse Infested" is missing InternalName
  690. "Cleanse Infested" is missing Link
  691. "Cleaving Whirlwind" is missing Description
  692. "Cleaving Whirlwind" is missing Icon
  693. "Cleaving Whirlwind" is missing InternalName
  694. "Cleaving Whirlwind" is missing Link
  695. "Coaction Drift" is missing Description
  696. "Coaction Drift" is missing Icon
  697. "Coaction Drift" is missing InternalName
  698. "Coaction Drift" is missing Link
  699. "Coiling Viper" is missing Description
  700. "Coiling Viper" is missing Icon
  701. "Coiling Viper" is missing InternalName
  702. "Coiling Viper" is missing Link
  703. "Cold Arrival" is missing Description
  704. "Cold Arrival" is missing Icon
  705. "Cold Arrival" is missing InternalName
  706. "Cold Arrival" is missing Link
  707. "Cold Snap" is missing Description
  708. "Cold Snap" is missing Icon
  709. "Cold Snap" is missing InternalName
  710. "Cold Snap" is missing Link
  711. "Collision Force" is missing Description
  712. "Collision Force" is missing Icon
  713. "Collision Force" is missing InternalName
  714. "Collision Force" is missing Link
  715. "Combat Discipline" is missing Description
  716. "Combat Discipline" is missing Icon
  717. "Combat Discipline" is missing InternalName
  718. "Combat Discipline" is missing Link
  719. "Combo Fury" is missing Description
  720. "Combo Fury" is missing Icon
  721. "Combo Fury" is missing InternalName
  722. "Combo Fury" is missing Link
  723. "Combo Killer" is missing Description
  724. "Combo Killer" is missing Icon
  725. "Combo Killer" is missing InternalName
  726. "Combo Killer" is missing Link
  727. "Combustion Beam" is missing Description
  728. "Combustion Beam" is missing Icon
  729. "Combustion Beam" is missing InternalName
  730. "Combustion Beam" is missing Link
  731. "Combustion Rounds" is missing Description
  732. "Combustion Rounds" is missing Icon
  733. "Combustion Rounds" is missing InternalName
  734. "Combustion Rounds" is missing Link
  735. "Comet Blast" is missing Description
  736. "Comet Blast" is missing Icon
  737. "Comet Blast" is missing InternalName
  738. "Comet Blast" is missing Link
  739. "Comet Rounds" is missing Description
  740. "Comet Rounds" is missing Icon
  741. "Comet Rounds" is missing InternalName
  742. "Comet Rounds" is missing Link
  743. "Concealed Explosives" is missing Description
  744. "Concealed Explosives" is missing Icon
  745. "Concealed Explosives" is missing InternalName
  746. "Concealed Explosives" is missing Link
  747. "Concentrated Arrow" is missing Description
  748. "Concentrated Arrow" is missing Icon
  749. "Concentrated Arrow" is missing InternalName
  750. "Concentrated Arrow" is missing Link
  751. "Concussion Rounds" is missing Description
  752. "Concussion Rounds" is missing Icon
  753. "Concussion Rounds" is missing InternalName
  754. "Concussion Rounds" is missing Link
  755. "Condition Overload" is missing Description
  756. "Condition Overload" is missing Icon
  757. "Condition Overload" is missing InternalName
  758. "Condition Overload" is missing Link
  759. "Conductor" is missing Description
  760. "Conductor" is missing Icon
  761. "Conductor" is missing InternalName
  762. "Conductor" is missing Link
  763. "Conic Nozzle" is missing Description
  764. "Conic Nozzle" is missing Icon
  765. "Conic Nozzle" is missing InternalName
  766. "Conic Nozzle" is missing Link
  767. "Constitution" is missing Description
  768. "Constitution" is missing Icon
  769. "Constitution" is missing InternalName
  770. "Constitution" is missing Link
  771. "Contagion Cloud" is missing Description
  772. "Contagion Cloud" is missing Icon
  773. "Contagion Cloud" is missing InternalName
  774. "Contagion Cloud" is missing Link
  775. "Contagious Spread" is missing Description
  776. "Contagious Spread" is missing Icon
  777. "Contagious Spread" is missing InternalName
  778. "Contagious Spread" is missing Link
  779. "Contamination Casing" is missing Description
  780. "Contamination Casing" is missing Icon
  781. "Contamination Casing" is missing InternalName
  782. "Contamination Casing" is missing Link
  783. "Continuity" is missing Description
  784. "Continuity" is missing Icon
  785. "Continuity" is missing InternalName
  786. "Continuity" is missing Link
  787. "Continuous Misery" is missing Description
  788. "Continuous Misery" is missing Icon
  789. "Continuous Misery" is missing InternalName
  790. "Continuous Misery" is missing Link
  791. "Controlled Slide" is missing Description
  792. "Controlled Slide" is missing Icon
  793. "Controlled Slide" is missing InternalName
  794. "Controlled Slide" is missing Link
  795. "Convulsion" is missing Description
  796. "Convulsion" is missing Icon
  797. "Convulsion" is missing InternalName
  798. "Convulsion" is missing Link
  799. "Coolant Leak" is missing Description
  800. "Coolant Leak" is missing Icon
  801. "Coolant Leak" is missing InternalName
  802. "Coolant Leak" is missing Link
  803. "Cordon" is missing Description
  804. "Cordon" is missing Icon
  805. "Cordon" is missing InternalName
  806. "Cordon" is missing Link
  807. "Corroding Barrage" is missing Description
  808. "Corroding Barrage" is missing Icon
  809. "Corroding Barrage" is missing InternalName
  810. "Corroding Barrage" is missing Link
  811. "Corrosive Projection" is missing Description
  812. "Corrosive Projection" is missing Icon
  813. "Corrosive Projection" is missing InternalName
  814. "Corrosive Projection" is missing Link
  815. "Corrupt Charge" is missing Description
  816. "Corrupt Charge" is missing Icon
  817. "Corrupt Charge" is missing InternalName
  818. "Corrupt Charge" is missing Link
  819. "Counter Pulse" is missing Description
  820. "Counter Pulse" is missing Icon
  821. "Counter Pulse" is missing InternalName
  822. "Counter Pulse" is missing Link
  823. "Countermeasures" is missing Description
  824. "Countermeasures" is missing Icon
  825. "Countermeasures" is missing InternalName
  826. "Countermeasures" is missing Link
  827. "Countermeasures" is missing Polarity
  828. "Counterweight" is missing Description
  829. "Counterweight" is missing Icon
  830. "Counterweight" is missing InternalName
  831. "Counterweight" is missing Link
  832. "Covert Lethality" is missing Description
  833. "Covert Lethality" is missing Icon
  834. "Covert Lethality" is missing InternalName
  835. "Covert Lethality" is missing Link
  836. "Crash Course" is missing Description
  837. "Crash Course" is missing Icon
  838. "Crash Course" is missing InternalName
  839. "Crash Course" is missing Link
  840. "Crash Shot" is missing Description
  841. "Crash Shot" is missing Icon
  842. "Crash Shot" is missing InternalName
  843. "Crash Shot" is missing Link
  844. "Crashing Havoc" is missing Description
  845. "Crashing Havoc" is missing Icon
  846. "Crashing Havoc" is missing InternalName
  847. "Crashing Havoc" is missing Link
  848. "Crashing Timber" is missing Description
  849. "Crashing Timber" is missing Icon
  850. "Crashing Timber" is missing InternalName
  851. "Crashing Timber" is missing Link
  852. "Creeping Bullseye" is missing Description
  853. "Creeping Bullseye" is missing Icon
  854. "Creeping Bullseye" is missing InternalName
  855. "Creeping Bullseye" is missing Link
  856. "Creeping Terrify" is missing Description
  857. "Creeping Terrify" is missing Icon
  858. "Creeping Terrify" is missing InternalName
  859. "Creeping Terrify" is missing Link
  860. "Crescent Charge" is missing Description
  861. "Crescent Charge" is missing Icon
  862. "Crescent Charge" is missing InternalName
  863. "Crescent Charge" is missing Link
  864. "Crescent Devolution" is missing Description
  865. "Crescent Devolution" is missing Icon
  866. "Crescent Devolution" is missing InternalName
  867. "Crescent Devolution" is missing Link
  868. "Crimson Dervish" is missing Description
  869. "Crimson Dervish" is missing Icon
  870. "Crimson Dervish" is missing InternalName
  871. "Crimson Dervish" is missing Link
  872. "Crimson Fugue" is missing Description
  873. "Crimson Fugue" is missing Icon
  874. "Crimson Fugue" is missing InternalName
  875. "Crimson Fugue" is missing Link
  876. "Critical Deceleration" is missing Description
  877. "Critical Deceleration" is missing Icon
  878. "Critical Deceleration" is missing InternalName
  879. "Critical Deceleration" is missing Link
  880. "Critical Delay" is missing Description
  881. "Critical Delay" is missing Icon
  882. "Critical Delay" is missing InternalName
  883. "Critical Delay" is missing Link
  884. "Critical Focus" is missing Description
  885. "Critical Focus" is missing Icon
  886. "Critical Focus" is missing InternalName
  887. "Critical Focus" is missing Link
  888. "Critical Surge" is missing Description
  889. "Critical Surge" is missing Icon
  890. "Critical Surge" is missing InternalName
  891. "Critical Surge" is missing Link
  892. "Crossing Snakes" is missing Description
  893. "Crossing Snakes" is missing Icon
  894. "Crossing Snakes" is missing InternalName
  895. "Crossing Snakes" is missing Link
  896. "Crowd Dispersion" is missing Description
  897. "Crowd Dispersion" is missing Icon
  898. "Crowd Dispersion" is missing InternalName
  899. "Crowd Dispersion" is missing Link
  900. "Cruising Speed" is missing Description
  901. "Cruising Speed" is missing Icon
  902. "Cruising Speed" is missing InternalName
  903. "Cruising Speed" is missing Link
  904. "Crushing Ruin" is missing Description
  905. "Crushing Ruin" is missing Icon
  906. "Crushing Ruin" is missing InternalName
  907. "Crushing Ruin" is missing Link
  908. "Cryo Coating" is missing Description
  909. "Cryo Coating" is missing Icon
  910. "Cryo Coating" is missing InternalName
  911. "Cryo Coating" is missing Link
  912. "Cryo Rounds" is missing Description
  913. "Cryo Rounds" is missing Icon
  914. "Cryo Rounds" is missing InternalName
  915. "Cryo Rounds" is missing Link
  916. "Cunning Aspect" is missing Description
  917. "Cunning Aspect" is missing Icon
  918. "Cunning Aspect" is missing InternalName
  919. "Cunning Aspect" is missing Link
  920. "Cunning Drift" is missing Description
  921. "Cunning Drift" is missing Icon
  922. "Cunning Drift" is missing InternalName
  923. "Cunning Drift" is missing Link
  924. "Curative Undertow" is missing Description
  925. "Curative Undertow" is missing Icon
  926. "Curative Undertow" is missing InternalName
  927. "Curative Undertow" is missing Link
  928. "Cutting Edge" is missing Description
  929. "Cutting Edge" is missing Icon
  930. "Cutting Edge" is missing InternalName
  931. "Cutting Edge" is missing Link
  932. "Cyclone Kraken" is missing Description
  933. "Cyclone Kraken" is missing Icon
  934. "Cyclone Kraken" is missing InternalName
  935. "Cyclone Kraken" is missing Link
  936. "Damzav-Vati" is missing Description
  937. "Damzav-Vati" is missing Icon
  938. "Damzav-Vati" is missing InternalName
  939. "Damzav-Vati" is missing Link
  940. "Dead Eye" is missing Description
  941. "Dead Eye" is missing Icon
  942. "Dead Eye" is missing InternalName
  943. "Dead Eye" is missing Link
  944. "Deadly Efficiency" is missing Description
  945. "Deadly Efficiency" is missing Icon
  946. "Deadly Efficiency" is missing InternalName
  947. "Deadly Efficiency" is missing Link
  948. "Deadly Maneuvers" is missing Description
  949. "Deadly Maneuvers" is missing Icon
  950. "Deadly Maneuvers" is missing InternalName
  951. "Deadly Maneuvers" is missing Link
  952. "Deadly Sequence" is missing Description
  953. "Deadly Sequence" is missing Icon
  954. "Deadly Sequence" is missing InternalName
  955. "Deadly Sequence" is missing Link
  956. "Death Blossom" is missing BaseDrain
  957. "Death Blossom" is missing Description
  958. "Death Blossom" is missing Icon
  959. "Death Blossom" is missing InternalName
  960. "Death Blossom" is missing Link
  961. "Death Blossom" is missing MaxRank
  962. "Death Blossom" is missing Polarity
  963. "Death Blossom" is missing Tradable
  964. "Deceptive Bond" is missing Description
  965. "Deceptive Bond" is missing Icon
  966. "Deceptive Bond" is missing InternalName
  967. "Deceptive Bond" is missing Link
  968. "Decisive Judgement" is missing Description
  969. "Decisive Judgement" is missing Icon
  970. "Decisive Judgement" is missing InternalName
  971. "Decisive Judgement" is missing Link
  972. "Deep Freeze" is missing Description
  973. "Deep Freeze" is missing Icon
  974. "Deep Freeze" is missing InternalName
  975. "Deep Freeze" is missing Link
  976. "Defensive Fire" is missing Description
  977. "Defensive Fire" is missing Icon
  978. "Defensive Fire" is missing InternalName
  979. "Defensive Fire" is missing Link
  980. "Defiled Reckoning" is missing Description
  981. "Defiled Reckoning" is missing Icon
  982. "Defiled Reckoning" is missing InternalName
  983. "Defiled Reckoning" is missing Link
  984. "Defiled Snapdragon" is missing Description
  985. "Defiled Snapdragon" is missing Icon
  986. "Defiled Snapdragon" is missing InternalName
  987. "Defiled Snapdragon" is missing Link
  988. "Deft Tempo" is missing Description
  989. "Deft Tempo" is missing Icon
  990. "Deft Tempo" is missing InternalName
  991. "Deft Tempo" is missing Link
  992. "Depleted Reload" is missing Description
  993. "Depleted Reload" is missing Icon
  994. "Depleted Reload" is missing InternalName
  995. "Depleted Reload" is missing Link
  996. "Desiccation's Curse" is missing Description
  997. "Desiccation's Curse" is missing Icon
  998. "Desiccation's Curse" is missing InternalName
  999. "Desiccation's Curse" is missing Link
  1000. "Despoil" is missing Description
  1001. "Despoil" is missing Icon
  1002. "Despoil" is missing InternalName
  1003. "Despoil" is missing Link
  1004. "Detect Vulnerability" is missing Description
  1005. "Detect Vulnerability" is missing Icon
  1006. "Detect Vulnerability" is missing InternalName
  1007. "Detect Vulnerability" is missing Link
  1008. "Diamond Skin" is missing Description
  1009. "Diamond Skin" is missing Icon
  1010. "Diamond Skin" is missing InternalName
  1011. "Diamond Skin" is missing Link
  1012. "Dig" is missing Description
  1013. "Dig" is missing Icon
  1014. "Dig" is missing InternalName
  1015. "Dig" is missing Link
  1016. "Directed Convergence" is missing Description
  1017. "Directed Convergence" is missing Icon
  1018. "Directed Convergence" is missing InternalName
  1019. "Directed Convergence" is missing Link
  1020. "Disarming Purity" is missing Description
  1021. "Disarming Purity" is missing Icon
  1022. "Disarming Purity" is missing InternalName
  1023. "Disarming Purity" is missing Link
  1024. "Discharge Strike" is missing Description
  1025. "Discharge Strike" is missing Icon
  1026. "Discharge Strike" is missing InternalName
  1027. "Discharge Strike" is missing Link
  1028. "Dispatch Overdrive" is missing Description
  1029. "Dispatch Overdrive" is missing Icon
  1030. "Dispatch Overdrive" is missing InternalName
  1031. "Dispatch Overdrive" is missing Link
  1032. "Disruptor" is missing Description
  1033. "Disruptor" is missing Icon
  1034. "Disruptor" is missing InternalName
  1035. "Disruptor" is missing Link
  1036. "Divebomb Vortex" is missing Description
  1037. "Divebomb Vortex" is missing Icon
  1038. "Divebomb Vortex" is missing InternalName
  1039. "Divebomb Vortex" is missing Link
  1040. "Divebomb Vortex" is missing MaxRank
  1041. "Divebomb Vortex" is missing Tradable
  1042. "Dividing Blades" is missing Description
  1043. "Dividing Blades" is missing Icon
  1044. "Dividing Blades" is missing InternalName
  1045. "Dividing Blades" is missing Link
  1046. "Dizzying Rounds" is missing Description
  1047. "Dizzying Rounds" is missing Icon
  1048. "Dizzying Rounds" is missing InternalName
  1049. "Dizzying Rounds" is missing Link
  1050. "Double Tap" is missing Description
  1051. "Double Tap" is missing Icon
  1052. "Double Tap" is missing InternalName
  1053. "Double Tap" is missing Link
  1054. "Double-Barrel Drift" is missing Description
  1055. "Double-Barrel Drift" is missing Icon
  1056. "Double-Barrel Drift" is missing InternalName
  1057. "Double-Barrel Drift" is missing Link
  1058. "Draining Bite" is missing Description
  1059. "Draining Bite" is missing Icon
  1060. "Draining Bite" is missing InternalName
  1061. "Draining Bite" is missing Link
  1062. "Draining Gloom" is missing Description
  1063. "Draining Gloom" is missing Icon
  1064. "Draining Gloom" is missing InternalName
  1065. "Draining Gloom" is missing Link
  1066. "Dread Ward" is missing Description
  1067. "Dread Ward" is missing Icon
  1068. "Dread Ward" is missing InternalName
  1069. "Dread Ward" is missing Link
  1070. "Drifting Contact" is missing Description
  1071. "Drifting Contact" is missing Icon
  1072. "Drifting Contact" is missing InternalName
  1073. "Drifting Contact" is missing Link
  1074. "Dual Rounds" is missing Description
  1075. "Dual Rounds" is missing Icon
  1076. "Dual Rounds" is missing InternalName
  1077. "Dual Rounds" is missing Link
  1078. "Duality" is missing Description
  1079. "Duality" is missing Icon
  1080. "Duality" is missing InternalName
  1081. "Duality" is missing Link
  1082. "EMP Aura" is missing Description
  1083. "EMP Aura" is missing Icon
  1084. "EMP Aura" is missing InternalName
  1085. "EMP Aura" is missing Link
  1086. "EMP Aura" is missing Tradable
  1087. "Eagle Eye" is missing Description
  1088. "Eagle Eye" is missing Icon
  1089. "Eagle Eye" is missing InternalName
  1090. "Eagle Eye" is missing Link
  1091. "Efficient Beams" is missing Description
  1092. "Efficient Beams" is missing Icon
  1093. "Efficient Beams" is missing InternalName
  1094. "Efficient Beams" is missing Link
  1095. "Efficient Transferral" is missing Description
  1096. "Efficient Transferral" is missing Icon
  1097. "Efficient Transferral" is missing InternalName
  1098. "Efficient Transferral" is missing Link
  1099. "Eject Magazine" is missing Description
  1100. "Eject Magazine" is missing Icon
  1101. "Eject Magazine" is missing InternalName
  1102. "Eject Magazine" is missing Link
  1103. "Electrical Resistance" is missing Description
  1104. "Electrical Resistance" is missing Icon
  1105. "Electrical Resistance" is missing InternalName
  1106. "Electrical Resistance" is missing Introduced
  1107. "Electrical Resistance" is missing Link
  1108. "Electrical Resistance" is missing Tradable
  1109. "Electrified Barrel" is missing Description
  1110. "Electrified Barrel" is missing Icon
  1111. "Electrified Barrel" is missing InternalName
  1112. "Electrified Barrel" is missing Link
  1113. "Electro Pulse" is missing Description
  1114. "Electro Pulse" is missing Icon
  1115. "Electro Pulse" is missing InternalName
  1116. "Electro Pulse" is missing Link
  1117. "Electromagnetic Shielding" is missing Description
  1118. "Electromagnetic Shielding" is missing Icon
  1119. "Electromagnetic Shielding" is missing InternalName
  1120. "Electromagnetic Shielding" is missing Link
  1121. "Elemental Sandstorm" is missing Description
  1122. "Elemental Sandstorm" is missing Icon
  1123. "Elemental Sandstorm" is missing InternalName
  1124. "Elemental Sandstorm" is missing Link
  1125. "Eleventh Storm" is missing Description
  1126. "Eleventh Storm" is missing Icon
  1127. "Eleventh Storm" is missing InternalName
  1128. "Eleventh Storm" is missing Link
  1129. "Embedded Catalyzer" is missing Description
  1130. "Embedded Catalyzer" is missing Icon
  1131. "Embedded Catalyzer" is missing InternalName
  1132. "Embedded Catalyzer" is missing Link
  1133. "Emergent Aftermath" is missing Description
  1134. "Emergent Aftermath" is missing Icon
  1135. "Emergent Aftermath" is missing InternalName
  1136. "Emergent Aftermath" is missing Link
  1137. "Empowered Blades" is missing Description
  1138. "Empowered Blades" is missing Icon
  1139. "Empowered Blades" is missing InternalName
  1140. "Empowered Blades" is missing Link
  1141. "Empowered Quiver" is missing Description
  1142. "Empowered Quiver" is missing Icon
  1143. "Empowered Quiver" is missing InternalName
  1144. "Empowered Quiver" is missing Link
  1145. "Endless Lullaby" is missing Description
  1146. "Endless Lullaby" is missing Icon
  1147. "Endless Lullaby" is missing InternalName
  1148. "Endless Lullaby" is missing Link
  1149. "Endoparasitic Vector" is missing Description
  1150. "Endoparasitic Vector" is missing Icon
  1151. "Endoparasitic Vector" is missing InternalName
  1152. "Endoparasitic Vector" is missing Link
  1153. "Endurance Drift" is missing Description
  1154. "Endurance Drift" is missing Icon
  1155. "Endurance Drift" is missing InternalName
  1156. "Endurance Drift" is missing Link
  1157. "Enduring Affliction" is missing Description
  1158. "Enduring Affliction" is missing Icon
  1159. "Enduring Affliction" is missing InternalName
  1160. "Enduring Affliction" is missing Link
  1161. "Enduring Strike" is missing Description
  1162. "Enduring Strike" is missing Icon
  1163. "Enduring Strike" is missing InternalName
  1164. "Enduring Strike" is missing Link
  1165. "Enemy Radar" is missing Description
  1166. "Enemy Radar" is missing Icon
  1167. "Enemy Radar" is missing InternalName
  1168. "Enemy Radar" is missing Link
  1169. "Enemy Sense" is missing Description
  1170. "Enemy Sense" is missing Icon
  1171. "Enemy Sense" is missing InternalName
  1172. "Enemy Sense" is missing Link
  1173. "Energizing Shot" is missing Description
  1174. "Energizing Shot" is missing Icon
  1175. "Energizing Shot" is missing InternalName
  1176. "Energizing Shot" is missing Link
  1177. "Energy Amplifier" is missing Description
  1178. "Energy Amplifier" is missing Icon
  1179. "Energy Amplifier" is missing InternalName
  1180. "Energy Amplifier" is missing Link
  1181. "Energy Channel" is missing Description
  1182. "Energy Channel" is missing Icon
  1183. "Energy Channel" is missing InternalName
  1184. "Energy Channel" is missing Link
  1185. "Energy Conversion" is missing Description
  1186. "Energy Conversion" is missing Icon
  1187. "Energy Conversion" is missing InternalName
  1188. "Energy Conversion" is missing Link
  1189. "Energy Field" is missing Description
  1190. "Energy Field" is missing Icon
  1191. "Energy Field" is missing InternalName
  1192. "Energy Field" is missing Link
  1193. "Energy Generator" is missing Description
  1194. "Energy Generator" is missing Icon
  1195. "Energy Generator" is missing InternalName
  1196. "Energy Generator" is missing Link
  1197. "Energy Inversion" is missing Description
  1198. "Energy Inversion" is missing Icon
  1199. "Energy Inversion" is missing InternalName
  1200. "Energy Inversion" is missing Link
  1201. "Energy Siphon" is missing Description
  1202. "Energy Siphon" is missing Icon
  1203. "Energy Siphon" is missing InternalName
  1204. "Energy Siphon" is missing Link
  1205. "Energy Transfer" is missing Description
  1206. "Energy Transfer" is missing Icon
  1207. "Energy Transfer" is missing InternalName
  1208. "Energy Transfer" is missing Link
  1209. "Enhanced Durability" is missing Description
  1210. "Enhanced Durability" is missing Icon
  1211. "Enhanced Durability" is missing InternalName
  1212. "Enhanced Durability" is missing Link
  1213. "Enhanced Vitality" is missing Description
  1214. "Enhanced Vitality" is missing Icon
  1215. "Enhanced Vitality" is missing InternalName
  1216. "Enhanced Vitality" is missing Link
  1217. "Enraged" is missing Description
  1218. "Enraged" is missing Icon
  1219. "Enraged" is missing InternalName
  1220. "Enraged" is missing Link
  1221. "Entropy Burst" is missing Description
  1222. "Entropy Burst" is missing Icon
  1223. "Entropy Burst" is missing InternalName
  1224. "Entropy Burst" is missing Link
  1225. "Entropy Detonation" is missing Description
  1226. "Entropy Detonation" is missing Icon
  1227. "Entropy Detonation" is missing InternalName
  1228. "Entropy Detonation" is missing Link
  1229. "Entropy Flight" is missing Description
  1230. "Entropy Flight" is missing Icon
  1231. "Entropy Flight" is missing InternalName
  1232. "Entropy Flight" is missing Link
  1233. "Entropy Spike" is missing Description
  1234. "Entropy Spike" is missing Icon
  1235. "Entropy Spike" is missing InternalName
  1236. "Entropy Spike" is missing Link
  1237. "Enveloping Cloud" is missing Description
  1238. "Enveloping Cloud" is missing Icon
  1239. "Enveloping Cloud" is missing InternalName
  1240. "Enveloping Cloud" is missing Link
  1241. "Equilibrium" is missing Description
  1242. "Equilibrium" is missing Icon
  1243. "Equilibrium" is missing InternalName
  1244. "Equilibrium" is missing Link
  1245. "Eroding Blight" is missing Description
  1246. "Eroding Blight" is missing Icon
  1247. "Eroding Blight" is missing InternalName
  1248. "Eroding Blight" is missing Link
  1249. "Escape Velocity" is missing Description
  1250. "Escape Velocity" is missing Icon
  1251. "Escape Velocity" is missing InternalName
  1252. "Escape Velocity" is missing Link
  1253. "Eternal War" is missing Description
  1254. "Eternal War" is missing Icon
  1255. "Eternal War" is missing InternalName
  1256. "Eternal War" is missing Link
  1257. "Everlasting Ward" is missing Description
  1258. "Everlasting Ward" is missing Icon
  1259. "Everlasting Ward" is missing InternalName
  1260. "Everlasting Ward" is missing Link
  1261. "Exalted Blade" is missing BaseDrain
  1262. "Exalted Blade" is missing Description
  1263. "Exalted Blade" is missing Icon
  1264. "Exalted Blade" is missing InternalName
  1265. "Exalted Blade" is missing Link
  1266. "Exalted Blade" is missing MaxRank
  1267. "Exalted Blade" is missing Polarity
  1268. "Exalted Blade" is missing Rarity
  1269. "Exothermic" is missing Description
  1270. "Exothermic" is missing Icon
  1271. "Exothermic" is missing InternalName
  1272. "Exothermic" is missing Link
  1273. "Expel Corpus" is missing Description
  1274. "Expel Corpus" is missing Icon
  1275. "Expel Corpus" is missing InternalName
  1276. "Expel Corpus" is missing Link
  1277. "Expel Corrupted" is missing Description
  1278. "Expel Corrupted" is missing Icon
  1279. "Expel Corrupted" is missing InternalName
  1280. "Expel Corrupted" is missing Link
  1281. "Expel Grineer" is missing Description
  1282. "Expel Grineer" is missing Icon
  1283. "Expel Grineer" is missing InternalName
  1284. "Expel Grineer" is missing Link
  1285. "Expel Infested" is missing Description
  1286. "Expel Infested" is missing Icon
  1287. "Expel Infested" is missing InternalName
  1288. "Expel Infested" is missing Link
  1289. "Explosive Demise" is missing Description
  1290. "Explosive Demise" is missing Icon
  1291. "Explosive Demise" is missing InternalName
  1292. "Explosive Demise" is missing Link
  1293. "Explosive Legerdemain" is missing Description
  1294. "Explosive Legerdemain" is missing Icon
  1295. "Explosive Legerdemain" is missing InternalName
  1296. "Explosive Legerdemain" is missing Link
  1297. "Exposing Harpoon" is missing Description
  1298. "Exposing Harpoon" is missing Icon
  1299. "Exposing Harpoon" is missing InternalName
  1300. "Exposing Harpoon" is missing Link
  1301. "Extend" is missing Description
  1302. "Extend" is missing Icon
  1303. "Extend" is missing InternalName
  1304. "Extend" is missing Link
  1305. "Extreme Velocity" is missing Description
  1306. "Extreme Velocity" is missing Icon
  1307. "Extreme Velocity" is missing InternalName
  1308. "Extreme Velocity" is missing Link
  1309. "Failsafe" is missing Description
  1310. "Failsafe" is missing Icon
  1311. "Failsafe" is missing InternalName
  1312. "Failsafe" is missing Link
  1313. "Failsafe" is missing Polarity
  1314. "Fanged Fusillade" is missing Description
  1315. "Fanged Fusillade" is missing Icon
  1316. "Fanged Fusillade" is missing InternalName
  1317. "Fanged Fusillade" is missing Link
  1318. "Fass" is missing BaseDrain
  1319. "Fass" is missing Description
  1320. "Fass" is missing Icon
  1321. "Fass" is missing InternalName
  1322. "Fass" is missing Link
  1323. "Fass" is missing Polarity
  1324. "Fast Deflection" is missing Description
  1325. "Fast Deflection" is missing Icon
  1326. "Fast Deflection" is missing InternalName
  1327. "Fast Deflection" is missing Link
  1328. "Fast Hands" is missing Description
  1329. "Fast Hands" is missing Icon
  1330. "Fast Hands" is missing InternalName
  1331. "Fast Hands" is missing Link
  1332. "Fatal Acceleration" is missing Description
  1333. "Fatal Acceleration" is missing Icon
  1334. "Fatal Acceleration" is missing InternalName
  1335. "Fatal Acceleration" is missing Link
  1336. "Fatal Attraction" is missing Description
  1337. "Fatal Attraction" is missing Icon
  1338. "Fatal Attraction" is missing InternalName
  1339. "Fatal Attraction" is missing Link
  1340. "Fatal Teleport" is missing Description
  1341. "Fatal Teleport" is missing Icon
  1342. "Fatal Teleport" is missing InternalName
  1343. "Fatal Teleport" is missing Link
  1344. "Fateful Truth" is missing Description
  1345. "Fateful Truth" is missing Icon
  1346. "Fateful Truth" is missing InternalName
  1347. "Fateful Truth" is missing Link
  1348. "Feathered Arrows" is missing Description
  1349. "Feathered Arrows" is missing Icon
  1350. "Feathered Arrows" is missing InternalName
  1351. "Feathered Arrows" is missing Link
  1352. "Ferocity" is missing Description
  1353. "Ferocity" is missing Icon
  1354. "Ferocity" is missing InternalName
  1355. "Ferocity" is missing Link
  1356. "Fetch" is missing Description
  1357. "Fetch" is missing Icon
  1358. "Fetch" is missing InternalName
  1359. "Fetch" is missing Link
  1360. "Fever Strike" is missing Description
  1361. "Fever Strike" is missing Icon
  1362. "Fever Strike" is missing InternalName
  1363. "Fever Strike" is missing Link
  1364. "Final Act" is missing Description
  1365. "Final Act" is missing Icon
  1366. "Final Act" is missing InternalName
  1367. "Final Act" is missing Link
  1368. "Final Harbinger" is missing Description
  1369. "Final Harbinger" is missing Icon
  1370. "Final Harbinger" is missing InternalName
  1371. "Final Harbinger" is missing Link
  1372. "Final Tap" is missing Description
  1373. "Final Tap" is missing Icon
  1374. "Final Tap" is missing InternalName
  1375. "Final Tap" is missing Link
  1376. "Finishing Touch" is missing Description
  1377. "Finishing Touch" is missing Icon
  1378. "Finishing Touch" is missing InternalName
  1379. "Finishing Touch" is missing Link
  1380. "Fire Resistance" is missing Description
  1381. "Fire Resistance" is missing Icon
  1382. "Fire Resistance" is missing InternalName
  1383. "Fire Resistance" is missing Introduced
  1384. "Fire Resistance" is missing Link
  1385. "Fire Resistance" is missing Tradable
  1386. "Fire Suppression" is missing Description
  1387. "Fire Suppression" is missing Icon
  1388. "Fire Suppression" is missing InternalName
  1389. "Fire Suppression" is missing Link
  1390. "Fire Suppression" is missing Polarity
  1391. "Fireball Frenzy" is missing Description
  1392. "Fireball Frenzy" is missing Icon
  1393. "Fireball Frenzy" is missing InternalName
  1394. "Fireball Frenzy" is missing Link
  1395. "Fired Up" is missing Description
  1396. "Fired Up" is missing Icon
  1397. "Fired Up" is missing InternalName
  1398. "Fired Up" is missing Link
  1399. "Firestorm" is missing Description
  1400. "Firestorm" is missing Icon
  1401. "Firestorm" is missing InternalName
  1402. "Firestorm" is missing Link
  1403. "Firewalker" is missing Description
  1404. "Firewalker" is missing Icon
  1405. "Firewalker" is missing InternalName
  1406. "Firewalker" is missing Link
  1407. "Flailing Branch" is missing Description
  1408. "Flailing Branch" is missing Icon
  1409. "Flailing Branch" is missing InternalName
  1410. "Flailing Branch" is missing Link
  1411. "Flak Shot" is missing Description
  1412. "Flak Shot" is missing Icon
  1413. "Flak Shot" is missing InternalName
  1414. "Flak Shot" is missing Link
  1415. "Flame Gland" is missing Description
  1416. "Flame Gland" is missing Icon
  1417. "Flame Gland" is missing InternalName
  1418. "Flame Gland" is missing Link
  1419. "Flame Repellent" is missing Description
  1420. "Flame Repellent" is missing Icon
  1421. "Flame Repellent" is missing InternalName
  1422. "Flame Repellent" is missing Link
  1423. "Flawed Ammo Drum" is missing Description
  1424. "Flawed Ammo Drum" is missing Icon
  1425. "Flawed Ammo Drum" is missing InternalName
  1426. "Flawed Ammo Stock" is missing Description
  1427. "Flawed Ammo Stock" is missing Icon
  1428. "Flawed Ammo Stock" is missing InternalName
  1429. "Flawed Bane of Corpus" is missing Description
  1430. "Flawed Bane of Corpus" is missing Icon
  1431. "Flawed Bane of Corpus" is missing InternalName
  1432. "Flawed Bane of Grineer" is missing Description
  1433. "Flawed Bane of Grineer" is missing Icon
  1434. "Flawed Bane of Grineer" is missing InternalName
  1435. "Flawed Charged Shell" is missing Description
  1436. "Flawed Charged Shell" is missing Icon
  1437. "Flawed Charged Shell" is missing InternalName
  1438. "Flawed Continuity" is missing Description
  1439. "Flawed Continuity" is missing Icon
  1440. "Flawed Continuity" is missing InternalName
  1441. "Flawed Convulsion" is missing Description
  1442. "Flawed Convulsion" is missing Icon
  1443. "Flawed Convulsion" is missing InternalName
  1444. "Flawed Deep Freeze" is missing Description
  1445. "Flawed Deep Freeze" is missing Icon
  1446. "Flawed Deep Freeze" is missing InternalName
  1447. "Flawed Enemy Sense" is missing Description
  1448. "Flawed Enemy Sense" is missing Icon
  1449. "Flawed Enemy Sense" is missing InternalName
  1450. "Flawed Equilibrium" is missing Description
  1451. "Flawed Equilibrium" is missing Icon
  1452. "Flawed Equilibrium" is missing InternalName
  1453. "Flawed Expel Corpus" is missing Description
  1454. "Flawed Expel Corpus" is missing Icon
  1455. "Flawed Expel Corpus" is missing InternalName
  1456. "Flawed Expel Grineer" is missing Description
  1457. "Flawed Expel Grineer" is missing Icon
  1458. "Flawed Expel Grineer" is missing InternalName
  1459. "Flawed Fast Deflection" is missing Description
  1460. "Flawed Fast Deflection" is missing Icon
  1461. "Flawed Fast Deflection" is missing InternalName
  1462. "Flawed Fast Hands" is missing Description
  1463. "Flawed Fast Hands" is missing Icon
  1464. "Flawed Fast Hands" is missing InternalName
  1465. "Flawed Fever Strike" is missing Description
  1466. "Flawed Fever Strike" is missing Icon
  1467. "Flawed Fever Strike" is missing InternalName
  1468. "Flawed Flow" is missing Description
  1469. "Flawed Flow" is missing Icon
  1470. "Flawed Flow" is missing InternalName
  1471. "Flawed Fury" is missing Description
  1472. "Flawed Fury" is missing Icon
  1473. "Flawed Fury" is missing InternalName
  1474. "Flawed Heated Charge" is missing Description
  1475. "Flawed Heated Charge" is missing Icon
  1476. "Flawed Heated Charge" is missing InternalName
  1477. "Flawed Hellfire" is missing Description
  1478. "Flawed Hellfire" is missing Icon
  1479. "Flawed Hellfire" is missing InternalName
  1480. "Flawed Hornet Strike" is missing Description
  1481. "Flawed Hornet Strike" is missing Icon
  1482. "Flawed Hornet Strike" is missing InternalName
  1483. "Flawed Incendiary Coat" is missing Description
  1484. "Flawed Incendiary Coat" is missing Icon
  1485. "Flawed Incendiary Coat" is missing InternalName
  1486. "Flawed Intensify" is missing Description
  1487. "Flawed Intensify" is missing Icon
  1488. "Flawed Intensify" is missing InternalName
  1489. "Flawed Magazine Warp" is missing Description
  1490. "Flawed Magazine Warp" is missing Icon
  1491. "Flawed Magazine Warp" is missing InternalName
  1492. "Flawed Molten Impact" is missing Description
  1493. "Flawed Molten Impact" is missing Icon
  1494. "Flawed Molten Impact" is missing InternalName
  1495. "Flawed North Wind" is missing Description
  1496. "Flawed North Wind" is missing Icon
  1497. "Flawed North Wind" is missing InternalName
  1498. "Flawed Organ Shatter" is missing Description
  1499. "Flawed Organ Shatter" is missing Icon
  1500. "Flawed Organ Shatter" is missing InternalName
  1501. "Flawed Pathogen Rounds" is missing Description
  1502. "Flawed Pathogen Rounds" is missing Icon
  1503. "Flawed Pathogen Rounds" is missing InternalName
  1504. "Flawed Pistol Gambit" is missing Description
  1505. "Flawed Pistol Gambit" is missing Icon
  1506. "Flawed Pistol Gambit" is missing InternalName
  1507. "Flawed Point Blank" is missing Description
  1508. "Flawed Point Blank" is missing Icon
  1509. "Flawed Point Blank" is missing InternalName
  1510. "Flawed Pressure Point" is missing Description
  1511. "Flawed Pressure Point" is missing Icon
  1512. "Flawed Pressure Point" is missing InternalName
  1513. "Flawed Quickdraw" is missing Description
  1514. "Flawed Quickdraw" is missing Icon
  1515. "Flawed Quickdraw" is missing InternalName
  1516. "Flawed Redirection" is missing Description
  1517. "Flawed Redirection" is missing Icon
  1518. "Flawed Redirection" is missing InternalName
  1519. "Flawed Rush" is missing Description
  1520. "Flawed Rush" is missing Icon
  1521. "Flawed Rush" is missing InternalName
  1522. "Flawed Serration" is missing Description
  1523. "Flawed Serration" is missing Icon
  1524. "Flawed Serration" is missing InternalName
  1525. "Flawed Shell Compression" is missing Description
  1526. "Flawed Shell Compression" is missing Icon
  1527. "Flawed Shell Compression" is missing InternalName
  1528. "Flawed Shocking Touch" is missing Description
  1529. "Flawed Shocking Touch" is missing Icon
  1530. "Flawed Shocking Touch" is missing InternalName
  1531. "Flawed Shotgun Spazz" is missing Description
  1532. "Flawed Shotgun Spazz" is missing Icon
  1533. "Flawed Shotgun Spazz" is missing InternalName
  1534. "Flawed Slip Magazine" is missing Description
  1535. "Flawed Slip Magazine" is missing Icon
  1536. "Flawed Slip Magazine" is missing InternalName
  1537. "Flawed Smite Grineer" is missing Description
  1538. "Flawed Smite Grineer" is missing Icon
  1539. "Flawed Smite Grineer" is missing InternalName
  1540. "Flawed Speed Trigger" is missing Description
  1541. "Flawed Speed Trigger" is missing Icon
  1542. "Flawed Speed Trigger" is missing InternalName
  1543. "Flawed Steel Fiber" is missing Description
  1544. "Flawed Steel Fiber" is missing Icon
  1545. "Flawed Steel Fiber" is missing InternalName
  1546. "Flawed Stormbringer" is missing Description
  1547. "Flawed Stormbringer" is missing Icon
  1548. "Flawed Stormbringer" is missing InternalName
  1549. "Flawed Streamline" is missing Description
  1550. "Flawed Streamline" is missing Icon
  1551. "Flawed Streamline" is missing InternalName
  1552. "Flawed Stretch" is missing Description
  1553. "Flawed Stretch" is missing Icon
  1554. "Flawed Stretch" is missing InternalName
  1555. "Flawed Tactical Pump" is missing Description
  1556. "Flawed Tactical Pump" is missing Icon
  1557. "Flawed Tactical Pump" is missing InternalName
  1558. "Flawed Target Cracker" is missing Description
  1559. "Flawed Target Cracker" is missing Icon
  1560. "Flawed Target Cracker" is missing InternalName
  1561. "Flawed Thief's Wit" is missing Description
  1562. "Flawed Thief's Wit" is missing Icon
  1563. "Flawed Thief's Wit" is missing InternalName
  1564. "Flawed Trick Mag" is missing Description
  1565. "Flawed Trick Mag" is missing Icon
  1566. "Flawed Trick Mag" is missing InternalName
  1567. "Flawed True Steel" is missing Description
  1568. "Flawed True Steel" is missing Icon
  1569. "Flawed True Steel" is missing InternalName
  1570. "Flawed Vitality" is missing Description
  1571. "Flawed Vitality" is missing Icon
  1572. "Flawed Vitality" is missing InternalName
  1573. "Flechette" is missing Description
  1574. "Flechette" is missing Icon
  1575. "Flechette" is missing InternalName
  1576. "Flechette" is missing Link
  1577. "Fleeting Expertise" is missing Description
  1578. "Fleeting Expertise" is missing Icon
  1579. "Fleeting Expertise" is missing InternalName
  1580. "Fleeting Expertise" is missing Link
  1581. "Flow" is missing Description
  1582. "Flow" is missing Icon
  1583. "Flow" is missing InternalName
  1584. "Flow" is missing Link
  1585. "Flow Burn" is missing BaseDrain
  1586. "Flow Burn" is missing Description
  1587. "Flow Burn" is missing Icon
  1588. "Flow Burn" is missing InternalName
  1589. "Flow Burn" is missing Link
  1590. "Flow Burn" is missing Polarity
  1591. "Flow Burn" is missing Tradable
  1592. "Flux Overdrive" is missing Description
  1593. "Flux Overdrive" is missing Icon
  1594. "Flux Overdrive" is missing InternalName
  1595. "Flux Overdrive" is missing Link
  1596. "Focus Energy" is missing Description
  1597. "Focus Energy" is missing Icon
  1598. "Focus Energy" is missing InternalName
  1599. "Focus Energy" is missing Link
  1600. "Focused Acceleration" is missing Description
  1601. "Focused Acceleration" is missing Icon
  1602. "Focused Acceleration" is missing InternalName
  1603. "Focused Acceleration" is missing Link
  1604. "Focused Defense" is missing Description
  1605. "Focused Defense" is missing Icon
  1606. "Focused Defense" is missing InternalName
  1607. "Focused Defense" is missing Link
  1608. "Follow Through" is missing Description
  1609. "Follow Through" is missing Icon
  1610. "Follow Through" is missing InternalName
  1611. "Follow Through" is missing Link
  1612. "Fomorian Accelerant" is missing Description
  1613. "Fomorian Accelerant" is missing Icon
  1614. "Fomorian Accelerant" is missing InternalName
  1615. "Fomorian Accelerant" is missing Link
  1616. "Form Up" is missing BaseDrain
  1617. "Form Up" is missing Description
  1618. "Form Up" is missing Icon
  1619. "Form Up" is missing InternalName
  1620. "Form Up" is missing Link
  1621. "Form Up" is missing MaxRank
  1622. "Form Up" is missing Polarity
  1623. "Form Up" is missing Tradable
  1624. "Fortifying Fire" is missing Description
  1625. "Fortifying Fire" is missing Icon
  1626. "Fortifying Fire" is missing InternalName
  1627. "Fortifying Fire" is missing Link
  1628. "Fortitude" is missing Description
  1629. "Fortitude" is missing Icon
  1630. "Fortitude" is missing InternalName
  1631. "Fortitude" is missing Link
  1632. "Forward Artillery" is missing Description
  1633. "Forward Artillery" is missing Icon
  1634. "Forward Artillery" is missing InternalName
  1635. "Forward Artillery" is missing Link
  1636. "Four Riders" is missing Description
  1637. "Four Riders" is missing Icon
  1638. "Four Riders" is missing InternalName
  1639. "Four Riders" is missing Link
  1640. "Fracturing Crush" is missing Description
  1641. "Fracturing Crush" is missing Icon
  1642. "Fracturing Crush" is missing InternalName
  1643. "Fracturing Crush" is missing Link
  1644. "Fracturing Wind" is missing Description
  1645. "Fracturing Wind" is missing Icon
  1646. "Fracturing Wind" is missing InternalName
  1647. "Fracturing Wind" is missing Link
  1648. "Frail Momentum" is missing Description
  1649. "Frail Momentum" is missing Icon
  1650. "Frail Momentum" is missing InternalName
  1651. "Frail Momentum" is missing Link
  1652. "Freeze Force" is missing Description
  1653. "Freeze Force" is missing Icon
  1654. "Freeze Force" is missing InternalName
  1655. "Freeze Force" is missing Link
  1656. "Frigid Blast" is missing Description
  1657. "Frigid Blast" is missing Icon
  1658. "Frigid Blast" is missing InternalName
  1659. "Frigid Blast" is missing Link
  1660. "Frost Insulation" is missing Description
  1661. "Frost Insulation" is missing Icon
  1662. "Frost Insulation" is missing InternalName
  1663. "Frost Insulation" is missing Introduced
  1664. "Frost Insulation" is missing Link
  1665. "Frost Insulation" is missing Tradable
  1666. "Frost Jaw" is missing Description
  1667. "Frost Jaw" is missing Icon
  1668. "Frost Jaw" is missing InternalName
  1669. "Frost Jaw" is missing Link
  1670. "Frostbite" is missing Description
  1671. "Frostbite" is missing Icon
  1672. "Frostbite" is missing InternalName
  1673. "Frostbite" is missing Link
  1674. "Full Capacity" is missing Description
  1675. "Full Capacity" is missing Icon
  1676. "Full Capacity" is missing InternalName
  1677. "Full Capacity" is missing Link
  1678. "Full Contact" is missing Description
  1679. "Full Contact" is missing Icon
  1680. "Full Contact" is missing InternalName
  1681. "Full Contact" is missing Link
  1682. "Fulmination" is missing Description
  1683. "Fulmination" is missing Icon
  1684. "Fulmination" is missing InternalName
  1685. "Fulmination" is missing Link
  1686. "Funnel Clouds" is missing Description
  1687. "Funnel Clouds" is missing Icon
  1688. "Funnel Clouds" is missing InternalName
  1689. "Funnel Clouds" is missing Link
  1690. "Furious Javelin" is missing Description
  1691. "Furious Javelin" is missing Icon
  1692. "Furious Javelin" is missing InternalName
  1693. "Furious Javelin" is missing Link
  1694. "Furor" is missing Description
  1695. "Furor" is missing Icon
  1696. "Furor" is missing InternalName
  1697. "Furor" is missing Link
  1698. "Fury" is missing Description
  1699. "Fury" is missing Icon
  1700. "Fury" is missing InternalName
  1701. "Fury" is missing Link
  1702. "Fusion Core" is missing BaseDrain
  1703. "Fusion Core" is missing Description
  1704. "Fusion Core" is missing Icon
  1705. "Fusion Core" is missing InternalName
  1706. "Fusion Core" is missing Link
  1707. "Fusion Core" is missing MaxRank
  1708. "Fusion Core" is missing Tradable
  1709. "Fusion Core" is missing Transmutable
  1710. "Fusion Core" is missing Type
  1711. "Gaia's Tragedy" is missing Description
  1712. "Gaia's Tragedy" is missing Icon
  1713. "Gaia's Tragedy" is missing InternalName
  1714. "Gaia's Tragedy" is missing Link
  1715. "Gale Kick" is missing Description
  1716. "Gale Kick" is missing Icon
  1717. "Gale Kick" is missing InternalName
  1718. "Gale Kick" is missing Link
  1719. "Galvanized Blade" is missing Description
  1720. "Galvanized Blade" is missing Icon
  1721. "Galvanized Blade" is missing InternalName
  1722. "Galvanized Blade" is missing Link
  1723. "Gemini Cross" is missing Description
  1724. "Gemini Cross" is missing Icon
  1725. "Gemini Cross" is missing InternalName
  1726. "Gemini Cross" is missing Link
  1727. "Ghost" is missing Description
  1728. "Ghost" is missing Icon
  1729. "Ghost" is missing InternalName
  1730. "Ghost" is missing Link
  1731. "Gilded Truth" is missing Description
  1732. "Gilded Truth" is missing Icon
  1733. "Gilded Truth" is missing InternalName
  1734. "Gilded Truth" is missing Link
  1735. "Glacial Edge" is missing Description
  1736. "Glacial Edge" is missing Icon
  1737. "Glacial Edge" is missing InternalName
  1738. "Glacial Edge" is missing Link
  1739. "Gladiator Aegis" is missing Description
  1740. "Gladiator Aegis" is missing Icon
  1741. "Gladiator Aegis" is missing InternalName
  1742. "Gladiator Aegis" is missing Link
  1743. "Gladiator Finesse" is missing Description
  1744. "Gladiator Finesse" is missing Icon
  1745. "Gladiator Finesse" is missing InternalName
  1746. "Gladiator Finesse" is missing Link
  1747. "Gladiator Might" is missing Description
  1748. "Gladiator Might" is missing Icon
  1749. "Gladiator Might" is missing InternalName
  1750. "Gladiator Might" is missing Link
  1751. "Gladiator Resolve" is missing Description
  1752. "Gladiator Resolve" is missing Icon
  1753. "Gladiator Resolve" is missing InternalName
  1754. "Gladiator Resolve" is missing Link
  1755. "Gladiator Rush" is missing Description
  1756. "Gladiator Rush" is missing Icon
  1757. "Gladiator Rush" is missing InternalName
  1758. "Gladiator Rush" is missing Link
  1759. "Gladiator Vice" is missing Description
  1760. "Gladiator Vice" is missing Icon
  1761. "Gladiator Vice" is missing InternalName
  1762. "Gladiator Vice" is missing Link
  1763. "Gleaming Blight" is missing Description
  1764. "Gleaming Blight" is missing Icon
  1765. "Gleaming Blight" is missing InternalName
  1766. "Gleaming Blight" is missing Link
  1767. "Gleaming Talon" is missing Description
  1768. "Gleaming Talon" is missing Icon
  1769. "Gleaming Talon" is missing InternalName
  1770. "Gleaming Talon" is missing Link
  1771. "Gnashing Payara" is missing Description
  1772. "Gnashing Payara" is missing Icon
  1773. "Gnashing Payara" is missing InternalName
  1774. "Gnashing Payara" is missing Link
  1775. "Gorgon Frenzy" is missing Description
  1776. "Gorgon Frenzy" is missing Icon
  1777. "Gorgon Frenzy" is missing InternalName
  1778. "Gorgon Frenzy" is missing Link
  1779. "Granum's Nemesis" is missing BaseDrain
  1780. "Granum's Nemesis" is missing Description
  1781. "Granum's Nemesis" is missing Icon
  1782. "Granum's Nemesis" is missing InternalName
  1783. "Granum's Nemesis" is missing Link
  1784. "Granum's Nemesis" is missing Tradable
  1785. "Greedy Pull" is missing Description
  1786. "Greedy Pull" is missing Icon
  1787. "Greedy Pull" is missing InternalName
  1788. "Greedy Pull" is missing Link
  1789. "Grim Fury" is missing Description
  1790. "Grim Fury" is missing Icon
  1791. "Grim Fury" is missing InternalName
  1792. "Grim Fury" is missing Link
  1793. "Grinloked" is missing Description
  1794. "Grinloked" is missing Icon
  1795. "Grinloked" is missing InternalName
  1796. "Grinloked" is missing Link
  1797. "Growing Power" is missing Description
  1798. "Growing Power" is missing Icon
  1799. "Growing Power" is missing InternalName
  1800. "Growing Power" is missing Link
  1801. "Guardian" is missing Description
  1802. "Guardian" is missing Icon
  1803. "Guardian" is missing InternalName
  1804. "Guardian" is missing Link
  1805. "Guardian Derision" is missing Description
  1806. "Guardian Derision" is missing Icon
  1807. "Guardian Derision" is missing InternalName
  1808. "Guardian Derision" is missing Link
  1809. "Guided Effigy" is missing Description
  1810. "Guided Effigy" is missing Icon
  1811. "Guided Effigy" is missing InternalName
  1812. "Guided Effigy" is missing Link
  1813. "Guided Ordnance" is missing Description
  1814. "Guided Ordnance" is missing Icon
  1815. "Guided Ordnance" is missing InternalName
  1816. "Guided Ordnance" is missing Link
  1817. "Gun Glide" is missing Description
  1818. "Gun Glide" is missing Icon
  1819. "Gun Glide" is missing InternalName
  1820. "Gun Glide" is missing Link
  1821. "Gunslinger" is missing Description
  1822. "Gunslinger" is missing Icon
  1823. "Gunslinger" is missing InternalName
  1824. "Gunslinger" is missing Link
  1825. "Hall of Malevolence" is missing Description
  1826. "Hall of Malevolence" is missing Icon
  1827. "Hall of Malevolence" is missing InternalName
  1828. "Hall of Malevolence" is missing Link
  1829. "Hallowed Eruption" is missing Description
  1830. "Hallowed Eruption" is missing Icon
  1831. "Hallowed Eruption" is missing InternalName
  1832. "Hallowed Eruption" is missing Link
  1833. "Hallowed Reckoning" is missing Description
  1834. "Hallowed Reckoning" is missing Icon
  1835. "Hallowed Reckoning" is missing InternalName
  1836. "Hallowed Reckoning" is missing Link
  1837. "Hammer Shot" is missing Description
  1838. "Hammer Shot" is missing Icon
  1839. "Hammer Shot" is missing InternalName
  1840. "Hammer Shot" is missing Link
  1841. "Handspring" is missing Description
  1842. "Handspring" is missing Icon
  1843. "Handspring" is missing InternalName
  1844. "Handspring" is missing Link
  1845. "Hard Engage" is missing Description
  1846. "Hard Engage" is missing Icon
  1847. "Hard Engage" is missing InternalName
  1848. "Hard Engage" is missing Link
  1849. "Harkonar Scope" is missing Description
  1850. "Harkonar Scope" is missing Icon
  1851. "Harkonar Scope" is missing InternalName
  1852. "Harkonar Scope" is missing Link
  1853. "Hastened Deflection" is missing Description
  1854. "Hastened Deflection" is missing Icon
  1855. "Hastened Deflection" is missing InternalName
  1856. "Hastened Deflection" is missing Link
  1857. "Hastened Steps" is missing Description
  1858. "Hastened Steps" is missing Icon
  1859. "Hastened Steps" is missing InternalName
  1860. "Hastened Steps" is missing Link
  1861. "Hata-Satya" is missing Description
  1862. "Hata-Satya" is missing Icon
  1863. "Hata-Satya" is missing InternalName
  1864. "Hata-Satya" is missing Link
  1865. "Hawk Eye" is missing Description
  1866. "Hawk Eye" is missing Icon
  1867. "Hawk Eye" is missing InternalName
  1868. "Hawk Eye" is missing Link
  1869. "Healing Flame" is missing Description
  1870. "Healing Flame" is missing Icon
  1871. "Healing Flame" is missing InternalName
  1872. "Healing Flame" is missing Link
  1873. "Healing Return" is missing Description
  1874. "Healing Return" is missing Icon
  1875. "Healing Return" is missing InternalName
  1876. "Healing Return" is missing Link
  1877. "Health Conversion" is missing Description
  1878. "Health Conversion" is missing Icon
  1879. "Health Conversion" is missing InternalName
  1880. "Health Conversion" is missing Link
  1881. "Heartseeker" is missing Description
  1882. "Heartseeker" is missing Icon
  1883. "Heartseeker" is missing InternalName
  1884. "Heartseeker" is missing Link
  1885. "Heated Charge" is missing Description
  1886. "Heated Charge" is missing Icon
  1887. "Heated Charge" is missing InternalName
  1888. "Heated Charge" is missing Link
  1889. "Heavy Caliber" is missing Description
  1890. "Heavy Caliber" is missing Icon
  1891. "Heavy Caliber" is missing InternalName
  1892. "Heavy Caliber" is missing Link
  1893. "Heavy Impact" is missing Description
  1894. "Heavy Impact" is missing Icon
  1895. "Heavy Impact" is missing InternalName
  1896. "Heavy Impact" is missing Link
  1897. "Heavy Trauma" is missing Description
  1898. "Heavy Trauma" is missing Icon
  1899. "Heavy Trauma" is missing InternalName
  1900. "Heavy Trauma" is missing Link
  1901. "Heavy Warhead" is missing Description
  1902. "Heavy Warhead" is missing Icon
  1903. "Heavy Warhead" is missing InternalName
  1904. "Heavy Warhead" is missing Link
  1905. "Heightened Reflexes" is missing Description
  1906. "Heightened Reflexes" is missing Icon
  1907. "Heightened Reflexes" is missing InternalName
  1908. "Heightened Reflexes" is missing Link
  1909. "Hell's Chamber" is missing Description
  1910. "Hell's Chamber" is missing Icon
  1911. "Hell's Chamber" is missing InternalName
  1912. "Hell's Chamber" is missing Link
  1913. "Hellfire" is missing Description
  1914. "Hellfire" is missing Icon
  1915. "Hellfire" is missing InternalName
  1916. "Hellfire" is missing Link
  1917. "Hemorrhage" is missing Description
  1918. "Hemorrhage" is missing Icon
  1919. "Hemorrhage" is missing InternalName
  1920. "Hemorrhage" is missing Link
  1921. "High Noon" is missing Description
  1922. "High Noon" is missing Icon
  1923. "High Noon" is missing InternalName
  1924. "High Noon" is missing Link
  1925. "High Voltage" is missing Description
  1926. "High Voltage" is missing Icon
  1927. "High Voltage" is missing InternalName
  1928. "High Voltage" is missing Link
  1929. "Hit And Run" is missing Description
  1930. "Hit And Run" is missing Icon
  1931. "Hit And Run" is missing InternalName
  1932. "Hit And Run" is missing Link
  1933. "Hit And Run" is missing Polarity
  1934. "Hollow Point" is missing Description
  1935. "Hollow Point" is missing Icon
  1936. "Hollow Point" is missing InternalName
  1937. "Hollow Point" is missing Link
  1938. "Hollowed Bullets" is missing Description
  1939. "Hollowed Bullets" is missing Icon
  1940. "Hollowed Bullets" is missing InternalName
  1941. "Hollowed Bullets" is missing Link
  1942. "Homing Fang" is missing Description
  1943. "Homing Fang" is missing Icon
  1944. "Homing Fang" is missing InternalName
  1945. "Homing Fang" is missing Link
  1946. "Hornet Strike" is missing Description
  1947. "Hornet Strike" is missing Icon
  1948. "Hornet Strike" is missing InternalName
  1949. "Hornet Strike" is missing Link
  1950. "Howl" is missing Description
  1951. "Howl" is missing Icon
  1952. "Howl" is missing InternalName
  1953. "Howl" is missing Link
  1954. "Hunt" is missing Description
  1955. "Hunt" is missing Icon
  1956. "Hunt" is missing InternalName
  1957. "Hunt" is missing Link
  1958. "Hunter Adrenaline" is missing Description
  1959. "Hunter Adrenaline" is missing Icon
  1960. "Hunter Adrenaline" is missing InternalName
  1961. "Hunter Adrenaline" is missing Link
  1962. "Hunter Command" is missing Description
  1963. "Hunter Command" is missing Icon
  1964. "Hunter Command" is missing InternalName
  1965. "Hunter Command" is missing Link
  1966. "Hunter Munitions" is missing Description
  1967. "Hunter Munitions" is missing Icon
  1968. "Hunter Munitions" is missing InternalName
  1969. "Hunter Munitions" is missing Link
  1970. "Hunter Recovery" is missing Description
  1971. "Hunter Recovery" is missing Icon
  1972. "Hunter Recovery" is missing InternalName
  1973. "Hunter Recovery" is missing Link
  1974. "Hunter Synergy" is missing Description
  1975. "Hunter Synergy" is missing Icon
  1976. "Hunter Synergy" is missing InternalName
  1977. "Hunter Synergy" is missing Link
  1978. "Hunter Track" is missing Description
  1979. "Hunter Track" is missing Icon
  1980. "Hunter Track" is missing InternalName
  1981. "Hunter Track" is missing Link
  1982. "Hunter's Bonesaw" is missing Description
  1983. "Hunter's Bonesaw" is missing Icon
  1984. "Hunter's Bonesaw" is missing InternalName
  1985. "Hunter's Bonesaw" is missing Link
  1986. "Hush" is missing Description
  1987. "Hush" is missing Icon
  1988. "Hush" is missing InternalName
  1989. "Hush" is missing Link
  1990. "Hushed Invisibility" is missing Description
  1991. "Hushed Invisibility" is missing Icon
  1992. "Hushed Invisibility" is missing InternalName
  1993. "Hushed Invisibility" is missing Link
  1994. "Hydraulic Barrel" is missing Description
  1995. "Hydraulic Barrel" is missing Icon
  1996. "Hydraulic Barrel" is missing InternalName
  1997. "Hydraulic Barrel" is missing Link
  1998. "Hydraulic Chamber" is missing Description
  1999. "Hydraulic Chamber" is missing Icon
  2000. "Hydraulic Chamber" is missing InternalName
  2001. "Hydraulic Chamber" is missing Link
  2002. "Hydraulic Crosshairs" is missing Description
  2003. "Hydraulic Crosshairs" is missing Icon
  2004. "Hydraulic Crosshairs" is missing InternalName
  2005. "Hydraulic Crosshairs" is missing Link
  2006. "Hydraulic Gauge" is missing Description
  2007. "Hydraulic Gauge" is missing Icon
  2008. "Hydraulic Gauge" is missing InternalName
  2009. "Hydraulic Gauge" is missing Link
  2010. "Hyperion Thrusters" is missing Description
  2011. "Hyperion Thrusters" is missing Icon
  2012. "Hyperion Thrusters" is missing InternalName
  2013. "Hyperion Thrusters" is missing Link
  2014. "Hyperstrike" is missing Description
  2015. "Hyperstrike" is missing Icon
  2016. "Hyperstrike" is missing InternalName
  2017. "Hyperstrike" is missing Link
  2018. "Hypothermic Shell" is missing Description
  2019. "Hypothermic Shell" is missing Icon
  2020. "Hypothermic Shell" is missing InternalName
  2021. "Hypothermic Shell" is missing Link
  2022. "Hysteria" is missing BaseDrain
  2023. "Hysteria" is missing Description
  2024. "Hysteria" is missing Icon
  2025. "Hysteria" is missing InternalName
  2026. "Hysteria" is missing Link
  2027. "Hysteria" is missing MaxRank
  2028. "Hysteria" is missing Polarity
  2029. "Hysteria" is missing Rarity
  2030. "Hysterical Assault" is missing Description
  2031. "Hysterical Assault" is missing Icon
  2032. "Hysterical Assault" is missing InternalName
  2033. "Hysterical Assault" is missing Link
  2034. "Hysterical Fixation" is missing Description
  2035. "Hysterical Fixation" is missing Icon
  2036. "Hysterical Fixation" is missing InternalName
  2037. "Hysterical Fixation" is missing Link
  2038. "Iatric Mycelium" is missing Description
  2039. "Iatric Mycelium" is missing Icon
  2040. "Iatric Mycelium" is missing InternalName
  2041. "Iatric Mycelium" is missing Link
  2042. "Ice Spring" is missing Description
  2043. "Ice Spring" is missing Icon
  2044. "Ice Spring" is missing InternalName
  2045. "Ice Spring" is missing Link
  2046. "Ice Storm" is missing Description
  2047. "Ice Storm" is missing Icon
  2048. "Ice Storm" is missing InternalName
  2049. "Ice Storm" is missing Link
  2050. "Ice Wave Impedance" is missing Description
  2051. "Ice Wave Impedance" is missing Icon
  2052. "Ice Wave Impedance" is missing InternalName
  2053. "Ice Wave Impedance" is missing Link
  2054. "Icy Avalanche" is missing Description
  2055. "Icy Avalanche" is missing Icon
  2056. "Icy Avalanche" is missing InternalName
  2057. "Icy Avalanche" is missing Link
  2058. "Immolated Radiance" is missing Description
  2059. "Immolated Radiance" is missing Icon
  2060. "Immolated Radiance" is missing InternalName
  2061. "Immolated Radiance" is missing Link
  2062. "Impaler Munitions" is missing Description
  2063. "Impaler Munitions" is missing Icon
  2064. "Impaler Munitions" is missing InternalName
  2065. "Impaler Munitions" is missing Link
  2066. "Impenetrable Offense" is missing Description
  2067. "Impenetrable Offense" is missing Icon
  2068. "Impenetrable Offense" is missing InternalName
  2069. "Impenetrable Offense" is missing Link
  2070. "Incendiary Coat" is missing Description
  2071. "Incendiary Coat" is missing Icon
  2072. "Incendiary Coat" is missing InternalName
  2073. "Incendiary Coat" is missing Link
  2074. "Indomitable Matrix" is missing Description
  2075. "Indomitable Matrix" is missing Icon
  2076. "Indomitable Matrix" is missing InternalName
  2077. "Indomitable Matrix" is missing Link
  2078. "Inertia Dampeners" is missing Description
  2079. "Inertia Dampeners" is missing Icon
  2080. "Inertia Dampeners" is missing InternalName
  2081. "Inertia Dampeners" is missing Link
  2082. "Infected Clip" is missing Description
  2083. "Infected Clip" is missing Icon
  2084. "Infected Clip" is missing InternalName
  2085. "Infected Clip" is missing Link
  2086. "Infectious Bite" is missing Description
  2087. "Infectious Bite" is missing Icon
  2088. "Infectious Bite" is missing InternalName
  2089. "Infectious Bite" is missing Link
  2090. "Infectious Injection" is missing Description
  2091. "Infectious Injection" is missing Icon
  2092. "Infectious Injection" is missing InternalName
  2093. "Infectious Injection" is missing Link
  2094. "Infested Impedance" is missing Description
  2095. "Infested Impedance" is missing Icon
  2096. "Infested Impedance" is missing InternalName
  2097. "Infested Impedance" is missing Link
  2098. "Infiltrate" is missing Description
  2099. "Infiltrate" is missing Icon
  2100. "Infiltrate" is missing InternalName
  2101. "Infiltrate" is missing Link
  2102. "Insatiable" is missing Description
  2103. "Insatiable" is missing Icon
  2104. "Insatiable" is missing InternalName
  2105. "Insatiable" is missing Link
  2106. "Insulation" is missing Description
  2107. "Insulation" is missing Icon
  2108. "Insulation" is missing InternalName
  2109. "Insulation" is missing Link
  2110. "Intensify" is missing Description
  2111. "Intensify" is missing Icon
  2112. "Intensify" is missing InternalName
  2113. "Intensify" is missing Link
  2114. "Internal Bleeding" is missing Description
  2115. "Internal Bleeding" is missing Icon
  2116. "Internal Bleeding" is missing InternalName
  2117. "Internal Bleeding" is missing Link
  2118. "Intruder" is missing Description
  2119. "Intruder" is missing Icon
  2120. "Intruder" is missing InternalName
  2121. "Intruder" is missing Link
  2122. "Intruder" is missing Polarity
  2123. "Intruder Stasis" is missing BaseDrain
  2124. "Intruder Stasis" is missing Description
  2125. "Intruder Stasis" is missing Icon
  2126. "Intruder Stasis" is missing InternalName
  2127. "Intruder Stasis" is missing Link
  2128. "Intruder Stasis" is missing MaxRank
  2129. "Intruder Stasis" is missing Polarity
  2130. "Intruder Stasis" is missing Tradable
  2131. "Investigator" is missing Description
  2132. "Investigator" is missing Icon
  2133. "Investigator" is missing InternalName
  2134. "Investigator" is missing Link
  2135. "Ion Burn" is missing Description
  2136. "Ion Burn" is missing Icon
  2137. "Ion Burn" is missing InternalName
  2138. "Ion Burn" is missing Link
  2139. "Ion Infusion" is missing Description
  2140. "Ion Infusion" is missing Icon
  2141. "Ion Infusion" is missing InternalName
  2142. "Ion Infusion" is missing Link
  2143. "Iron Phoenix" is missing Description
  2144. "Iron Phoenix" is missing Icon
  2145. "Iron Phoenix" is missing InternalName
  2146. "Iron Phoenix" is missing Link
  2147. "Iron Shrapnel" is missing Description
  2148. "Iron Shrapnel" is missing Icon
  2149. "Iron Shrapnel" is missing InternalName
  2150. "Iron Shrapnel" is missing Link
  2151. "Iron Vault" is missing Description
  2152. "Iron Vault" is missing Icon
  2153. "Iron Vault" is missing InternalName
  2154. "Iron Vault" is missing Link
  2155. "Iron Vault" is missing Tradable
  2156. "Ironclad Charge" is missing Description
  2157. "Ironclad Charge" is missing Icon
  2158. "Ironclad Charge" is missing InternalName
  2159. "Ironclad Charge" is missing Link
  2160. "Ironclad Flight" is missing Description
  2161. "Ironclad Flight" is missing Icon
  2162. "Ironclad Flight" is missing InternalName
  2163. "Ironclad Flight" is missing Link
  2164. "Ironclad Matrix" is missing Description
  2165. "Ironclad Matrix" is missing Icon
  2166. "Ironclad Matrix" is missing InternalName
  2167. "Ironclad Matrix" is missing Link
  2168. "Irradiating Disarm" is missing Description
  2169. "Irradiating Disarm" is missing Icon
  2170. "Irradiating Disarm" is missing InternalName
  2171. "Irradiating Disarm" is missing Link
  2172. "Jagged Edge" is missing Description
  2173. "Jagged Edge" is missing Icon
  2174. "Jagged Edge" is missing InternalName
  2175. "Jagged Edge" is missing Link
  2176. "Jahu" is missing BaseDrain
  2177. "Jahu" is missing Description
  2178. "Jahu" is missing Icon
  2179. "Jahu" is missing InternalName
  2180. "Jahu" is missing Link
  2181. "Jahu" is missing Polarity
  2182. "Jet Stream" is missing Description
  2183. "Jet Stream" is missing Icon
  2184. "Jet Stream" is missing InternalName
  2185. "Jet Stream" is missing Link
  2186. "Jolt" is missing Description
  2187. "Jolt" is missing Icon
  2188. "Jolt" is missing InternalName
  2189. "Jolt" is missing Link
  2190. "Jugulus Barbs" is missing Description
  2191. "Jugulus Barbs" is missing Icon
  2192. "Jugulus Barbs" is missing InternalName
  2193. "Jugulus Barbs" is missing Link
  2194. "Jugulus Carapace" is missing Description
  2195. "Jugulus Carapace" is missing Icon
  2196. "Jugulus Carapace" is missing InternalName
  2197. "Jugulus Carapace" is missing Link
  2198. "Jugulus Spines" is missing Description
  2199. "Jugulus Spines" is missing Icon
  2200. "Jugulus Spines" is missing InternalName
  2201. "Jugulus Spines" is missing Link
  2202. "Juice" is missing Description
  2203. "Juice" is missing Icon
  2204. "Juice" is missing InternalName
  2205. "Juice" is missing Link
  2206. "Justice Blades" is missing Description
  2207. "Justice Blades" is missing Icon
  2208. "Justice Blades" is missing InternalName
  2209. "Justice Blades" is missing Link
  2210. "Kavat's Grace" is missing Description
  2211. "Kavat's Grace" is missing Icon
  2212. "Kavat's Grace" is missing InternalName
  2213. "Kavat's Grace" is missing Link
  2214. "Khra" is missing BaseDrain
  2215. "Khra" is missing Description
  2216. "Khra" is missing Icon
  2217. "Khra" is missing InternalName
  2218. "Khra" is missing Link
  2219. "Khra" is missing Polarity
  2220. "Kill Switch" is missing Description
  2221. "Kill Switch" is missing Icon
  2222. "Kill Switch" is missing InternalName
  2223. "Kill Switch" is missing Link
  2224. "Killing Blow" is missing Description
  2225. "Killing Blow" is missing Icon
  2226. "Killing Blow" is missing InternalName
  2227. "Killing Blow" is missing Link
  2228. "Kinetic Collision" is missing Description
  2229. "Kinetic Collision" is missing Icon
  2230. "Kinetic Collision" is missing InternalName
  2231. "Kinetic Collision" is missing Link
  2232. "Kinetic Diversion" is missing Description
  2233. "Kinetic Diversion" is missing Icon
  2234. "Kinetic Diversion" is missing InternalName
  2235. "Kinetic Diversion" is missing Link
  2236. "Kinetic Friction" is missing Description
  2237. "Kinetic Friction" is missing Icon
  2238. "Kinetic Friction" is missing InternalName
  2239. "Kinetic Friction" is missing Link
  2240. "Kinetic Ricochet" is missing Description
  2241. "Kinetic Ricochet" is missing Icon
  2242. "Kinetic Ricochet" is missing InternalName
  2243. "Kinetic Ricochet" is missing Link
  2244. "Larva Burst" is missing Description
  2245. "Larva Burst" is missing Icon
  2246. "Larva Burst" is missing InternalName
  2247. "Larva Burst" is missing Link
  2248. "Laser Deflection" is missing Description
  2249. "Laser Deflection" is missing Icon
  2250. "Laser Deflection" is missing InternalName
  2251. "Laser Deflection" is missing Introduced
  2252. "Laser Deflection" is missing Link
  2253. "Laser Deflection" is missing Tradable
  2254. "Laser Sight" is missing Description
  2255. "Laser Sight" is missing Icon
  2256. "Laser Sight" is missing InternalName
  2257. "Laser Sight" is missing Link
  2258. "Lashing Coil" is missing Description
  2259. "Lashing Coil" is missing Icon
  2260. "Lashing Coil" is missing InternalName
  2261. "Lashing Coil" is missing Link
  2262. "Last Herald" is missing Description
  2263. "Last Herald" is missing Icon
  2264. "Last Herald" is missing InternalName
  2265. "Last Herald" is missing Link
  2266. "Lasting Covenant" is missing Description
  2267. "Lasting Covenant" is missing Icon
  2268. "Lasting Covenant" is missing InternalName
  2269. "Lasting Covenant" is missing Link
  2270. "Lasting Purity" is missing Description
  2271. "Lasting Purity" is missing Icon
  2272. "Lasting Purity" is missing InternalName
  2273. "Lasting Purity" is missing Link
  2274. "Lasting Sting" is missing Description
  2275. "Lasting Sting" is missing Icon
  2276. "Lasting Sting" is missing InternalName
  2277. "Lasting Sting" is missing Link
  2278. "Lethal Momentum" is missing Description
  2279. "Lethal Momentum" is missing Icon
  2280. "Lethal Momentum" is missing InternalName
  2281. "Lethal Momentum" is missing Link
  2282. "Lethal Torrent" is missing Description
  2283. "Lethal Torrent" is missing Icon
  2284. "Lethal Torrent" is missing InternalName
  2285. "Lethal Torrent" is missing Link
  2286. "Lie In Wait" is missing Description
  2287. "Lie In Wait" is missing Icon
  2288. "Lie In Wait" is missing InternalName
  2289. "Lie In Wait" is missing Link
  2290. "Life Strike" is missing Description
  2291. "Life Strike" is missing Icon
  2292. "Life Strike" is missing InternalName
  2293. "Life Strike" is missing Link
  2294. "Lightning Dash" is missing Description
  2295. "Lightning Dash" is missing Icon
  2296. "Lightning Dash" is missing InternalName
  2297. "Lightning Dash" is missing Link
  2298. "Lightning Rod" is missing Description
  2299. "Lightning Rod" is missing Icon
  2300. "Lightning Rod" is missing InternalName
  2301. "Lightning Rod" is missing Link
  2302. "Lingering Torment" is missing Description
  2303. "Lingering Torment" is missing Icon
  2304. "Lingering Torment" is missing InternalName
  2305. "Lingering Torment" is missing Link
  2306. "Link Armor" is missing Description
  2307. "Link Armor" is missing Icon
  2308. "Link Armor" is missing InternalName
  2309. "Link Armor" is missing Link
  2310. "Link Health" is missing Description
  2311. "Link Health" is missing Icon
  2312. "Link Health" is missing InternalName
  2313. "Link Health" is missing Link
  2314. "Link Shields" is missing Description
  2315. "Link Shields" is missing Icon
  2316. "Link Shields" is missing InternalName
  2317. "Link Shields" is missing Link
  2318. "Live Wire" is missing Description
  2319. "Live Wire" is missing Icon
  2320. "Live Wire" is missing InternalName
  2321. "Live Wire" is missing Link
  2322. "Live Wire" is missing Polarity
  2323. "Loaded Capacity" is missing Description
  2324. "Loaded Capacity" is missing Icon
  2325. "Loaded Capacity" is missing InternalName
  2326. "Loaded Capacity" is missing Link
  2327. "Lock and Load" is missing Description
  2328. "Lock and Load" is missing Icon
  2329. "Lock and Load" is missing InternalName
  2330. "Lock and Load" is missing Link
  2331. "Lohk" is missing BaseDrain
  2332. "Lohk" is missing Description
  2333. "Lohk" is missing Icon
  2334. "Lohk" is missing InternalName
  2335. "Lohk" is missing Link
  2336. "Lohk" is missing Polarity
  2337. "Loose Chamber" is missing Description
  2338. "Loose Chamber" is missing Icon
  2339. "Loose Chamber" is missing InternalName
  2340. "Loose Chamber" is missing Link
  2341. "Loose Hatch" is missing Description
  2342. "Loose Hatch" is missing Icon
  2343. "Loose Hatch" is missing InternalName
  2344. "Loose Hatch" is missing Link
  2345. "Loose Magazine" is missing Description
  2346. "Loose Magazine" is missing Icon
  2347. "Loose Magazine" is missing InternalName
  2348. "Loose Magazine" is missing Link
  2349. "Loot Detector" is missing Description
  2350. "Loot Detector" is missing Icon
  2351. "Loot Detector" is missing InternalName
  2352. "Loot Detector" is missing Link
  2353. "Looter" is missing Description
  2354. "Looter" is missing Icon
  2355. "Looter" is missing InternalName
  2356. "Looter" is missing Link
  2357. "Loyal Companion" is missing Description
  2358. "Loyal Companion" is missing Icon
  2359. "Loyal Companion" is missing InternalName
  2360. "Loyal Companion" is missing Link
  2361. "Lucky Shot" is missing Description
  2362. "Lucky Shot" is missing Icon
  2363. "Lucky Shot" is missing InternalName
  2364. "Lucky Shot" is missing Link
  2365. "Mach Crash" is missing Description
  2366. "Mach Crash" is missing Icon
  2367. "Mach Crash" is missing InternalName
  2368. "Mach Crash" is missing Link
  2369. "Mad Stack" is missing Description
  2370. "Mad Stack" is missing Icon
  2371. "Mad Stack" is missing InternalName
  2372. "Mad Stack" is missing Link
  2373. "Madurai Transmute Core" is missing BaseDrain
  2374. "Madurai Transmute Core" is missing Description
  2375. "Madurai Transmute Core" is missing Icon
  2376. "Madurai Transmute Core" is missing InternalName
  2377. "Madurai Transmute Core" is missing Link
  2378. "Madurai Transmute Core" is missing Type
  2379. "Mafic Rain" is missing Description
  2380. "Mafic Rain" is missing Icon
  2381. "Mafic Rain" is missing InternalName
  2382. "Mafic Rain" is missing Link
  2383. "Mag Locks" is missing Description
  2384. "Mag Locks" is missing Icon
  2385. "Mag Locks" is missing InternalName
  2386. "Mag Locks" is missing Link
  2387. "Magazine Extension" is missing Description
  2388. "Magazine Extension" is missing Icon
  2389. "Magazine Extension" is missing InternalName
  2390. "Magazine Extension" is missing Link
  2391. "Magazine Warp" is missing Description
  2392. "Magazine Warp" is missing Icon
  2393. "Magazine Warp" is missing InternalName
  2394. "Magazine Warp" is missing Link
  2395. "Maglev" is missing Description
  2396. "Maglev" is missing Icon
  2397. "Maglev" is missing InternalName
  2398. "Maglev" is missing Link
  2399. "Magma Chamber" is missing Description
  2400. "Magma Chamber" is missing Icon
  2401. "Magma Chamber" is missing InternalName
  2402. "Magma Chamber" is missing Link
  2403. "Magnetized Discharge" is missing Description
  2404. "Magnetized Discharge" is missing Icon
  2405. "Magnetized Discharge" is missing InternalName
  2406. "Magnetized Discharge" is missing Link
  2407. "Magnum Force" is missing Description
  2408. "Magnum Force" is missing Icon
  2409. "Magnum Force" is missing InternalName
  2410. "Magnum Force" is missing Link
  2411. "Maim" is missing Description
  2412. "Maim" is missing Icon
  2413. "Maim" is missing InternalName
  2414. "Maim" is missing Link
  2415. "Maiming Strike" is missing Description
  2416. "Maiming Strike" is missing Icon
  2417. "Maiming Strike" is missing InternalName
  2418. "Maiming Strike" is missing Link
  2419. "Malicious Raptor" is missing Description
  2420. "Malicious Raptor" is missing Icon
  2421. "Malicious Raptor" is missing InternalName
  2422. "Malicious Raptor" is missing Link
  2423. "Malignant Force" is missing Description
  2424. "Malignant Force" is missing Icon
  2425. "Malignant Force" is missing InternalName
  2426. "Malignant Force" is missing Link
  2427. "Mark of the Beast" is missing Description
  2428. "Mark of the Beast" is missing Icon
  2429. "Mark of the Beast" is missing InternalName
  2430. "Mark of the Beast" is missing Link
  2431. "Marked Target" is missing Description
  2432. "Marked Target" is missing Icon
  2433. "Marked Target" is missing InternalName
  2434. "Marked Target" is missing Link
  2435. "Martial Fury" is missing Description
  2436. "Martial Fury" is missing Icon
  2437. "Martial Fury" is missing InternalName
  2438. "Martial Fury" is missing Link
  2439. "Martyr Symbiosis" is missing Description
  2440. "Martyr Symbiosis" is missing Icon
  2441. "Martyr Symbiosis" is missing InternalName
  2442. "Martyr Symbiosis" is missing Link
  2443. "Master Key" is missing Description
  2444. "Master Key" is missing Icon
  2445. "Master Key" is missing InternalName
  2446. "Master Key" is missing Link
  2447. "Master Key" is missing Polarity
  2448. "Master Thief" is missing Description
  2449. "Master Thief" is missing Icon
  2450. "Master Thief" is missing InternalName
  2451. "Master Thief" is missing Link
  2452. "Maul" is missing Description
  2453. "Maul" is missing Icon
  2454. "Maul" is missing InternalName
  2455. "Maul" is missing Link
  2456. "Maximum Capacity" is missing Description
  2457. "Maximum Capacity" is missing Icon
  2458. "Maximum Capacity" is missing InternalName
  2459. "Maximum Capacity" is missing Link
  2460. "Measured Burst" is missing Description
  2461. "Measured Burst" is missing Icon
  2462. "Measured Burst" is missing InternalName
  2463. "Measured Burst" is missing Link
  2464. "Mecha Empowered" is missing Description
  2465. "Mecha Empowered" is missing Icon
  2466. "Mecha Empowered" is missing InternalName
  2467. "Mecha Empowered" is missing Link
  2468. "Mecha Overdrive" is missing Description
  2469. "Mecha Overdrive" is missing Icon
  2470. "Mecha Overdrive" is missing InternalName
  2471. "Mecha Overdrive" is missing Link
  2472. "Mecha Pulse" is missing Description
  2473. "Mecha Pulse" is missing Icon
  2474. "Mecha Pulse" is missing InternalName
  2475. "Mecha Pulse" is missing Link
  2476. "Mecha Recharge" is missing Description
  2477. "Mecha Recharge" is missing Icon
  2478. "Mecha Recharge" is missing InternalName
  2479. "Mecha Recharge" is missing Link
  2480. "Medi-Pet Kit" is missing Description
  2481. "Medi-Pet Kit" is missing Icon
  2482. "Medi-Pet Kit" is missing InternalName
  2483. "Medi-Pet Kit" is missing Link
  2484. "Medi-Ray" is missing Description
  2485. "Medi-Ray" is missing Icon
  2486. "Medi-Ray" is missing InternalName
  2487. "Medi-Ray" is missing Link
  2488. "Melee Guidance" is missing Description
  2489. "Melee Guidance" is missing Icon
  2490. "Melee Guidance" is missing InternalName
  2491. "Melee Guidance" is missing Link
  2492. "Melee Prowess" is missing Description
  2493. "Melee Prowess" is missing Icon
  2494. "Melee Prowess" is missing InternalName
  2495. "Melee Prowess" is missing Link
  2496. "Mending Shot" is missing Description
  2497. "Mending Shot" is missing Icon
  2498. "Mending Shot" is missing InternalName
  2499. "Mending Shot" is missing Link
  2500. "Mending Splinters" is missing Description
  2501. "Mending Splinters" is missing Icon
  2502. "Mending Splinters" is missing InternalName
  2503. "Mending Splinters" is missing Link
  2504. "Mesa's Waltz" is missing Description
  2505. "Mesa's Waltz" is missing Icon
  2506. "Mesa's Waltz" is missing InternalName
  2507. "Mesa's Waltz" is missing Link
  2508. "Metal Auger" is missing Description
  2509. "Metal Auger" is missing Icon
  2510. "Metal Auger" is missing InternalName
  2511. "Metal Auger" is missing Link
  2512. "Metal Fiber" is missing Description
  2513. "Metal Fiber" is missing Icon
  2514. "Metal Fiber" is missing InternalName
  2515. "Metal Fiber" is missing Link
  2516. "Meteor Crash" is missing Description
  2517. "Meteor Crash" is missing Icon
  2518. "Meteor Crash" is missing InternalName
  2519. "Meteor Crash" is missing Link
  2520. "Meteor Munitions" is missing Description
  2521. "Meteor Munitions" is missing Icon
  2522. "Meteor Munitions" is missing InternalName
  2523. "Meteor Munitions" is missing Link
  2524. "Meticulous Aim" is missing Description
  2525. "Meticulous Aim" is missing Icon
  2526. "Meticulous Aim" is missing InternalName
  2527. "Meticulous Aim" is missing Link
  2528. "Mind Freak" is missing Description
  2529. "Mind Freak" is missing Icon
  2530. "Mind Freak" is missing InternalName
  2531. "Mind Freak" is missing Link
  2532. "Mischief" is missing Description
  2533. "Mischief" is missing Icon
  2534. "Mischief" is missing InternalName
  2535. "Mischief" is missing Link
  2536. "Mobilize" is missing Description
  2537. "Mobilize" is missing Icon
  2538. "Mobilize" is missing InternalName
  2539. "Mobilize" is missing Link
  2540. "Modified Munitions" is missing Description
  2541. "Modified Munitions" is missing Icon
  2542. "Modified Munitions" is missing InternalName
  2543. "Modified Munitions" is missing Link
  2544. "Molecular Conversion" is missing Description
  2545. "Molecular Conversion" is missing Icon
  2546. "Molecular Conversion" is missing InternalName
  2547. "Molecular Conversion" is missing Link
  2548. "Molecular Fission" is missing Description
  2549. "Molecular Fission" is missing Icon
  2550. "Molecular Fission" is missing InternalName
  2551. "Molecular Fission" is missing Link
  2552. "Molten Impact" is missing Description
  2553. "Molten Impact" is missing Icon
  2554. "Molten Impact" is missing InternalName
  2555. "Molten Impact" is missing Link
  2556. "Momentary Pause" is missing Description
  2557. "Momentary Pause" is missing Icon
  2558. "Momentary Pause" is missing InternalName
  2559. "Momentary Pause" is missing Link
  2560. "Morphic Transformer" is missing Description
  2561. "Morphic Transformer" is missing Icon
  2562. "Morphic Transformer" is missing InternalName
  2563. "Morphic Transformer" is missing Link
  2564. "Mortal Conduct" is missing Description
  2565. "Mortal Conduct" is missing Icon
  2566. "Mortal Conduct" is missing InternalName
  2567. "Mortal Conduct" is missing Link
  2568. "Motus Impact" is missing Description
  2569. "Motus Impact" is missing Icon
  2570. "Motus Impact" is missing InternalName
  2571. "Motus Impact" is missing Link
  2572. "Motus Setup" is missing Description
  2573. "Motus Setup" is missing Icon
  2574. "Motus Setup" is missing InternalName
  2575. "Motus Setup" is missing Link
  2576. "Motus Signal" is missing Description
  2577. "Motus Signal" is missing Icon
  2578. "Motus Signal" is missing InternalName
  2579. "Motus Signal" is missing Link
  2580. "Munitions Vortex" is missing Description
  2581. "Munitions Vortex" is missing Icon
  2582. "Munitions Vortex" is missing InternalName
  2583. "Munitions Vortex" is missing Link
  2584. "Munitions Vortex" is missing Polarity
  2585. "Muzzle Flash" is missing Description
  2586. "Muzzle Flash" is missing Icon
  2587. "Muzzle Flash" is missing InternalName
  2588. "Muzzle Flash" is missing Link
  2589. "Nano-Applicator" is missing Description
  2590. "Nano-Applicator" is missing Icon
  2591. "Nano-Applicator" is missing InternalName
  2592. "Nano-Applicator" is missing Link
  2593. "Napalm Grenades" is missing Description
  2594. "Napalm Grenades" is missing Icon
  2595. "Napalm Grenades" is missing InternalName
  2596. "Napalm Grenades" is missing Link
  2597. "Naramon Transmute Core" is missing BaseDrain
  2598. "Naramon Transmute Core" is missing Description
  2599. "Naramon Transmute Core" is missing Icon
  2600. "Naramon Transmute Core" is missing InternalName
  2601. "Naramon Transmute Core" is missing Link
  2602. "Naramon Transmute Core" is missing Type
  2603. "Narrow Barrel" is missing Description
  2604. "Narrow Barrel" is missing Icon
  2605. "Narrow Barrel" is missing InternalName
  2606. "Narrow Barrel" is missing Link
  2607. "Narrow Minded" is missing Description
  2608. "Narrow Minded" is missing Icon
  2609. "Narrow Minded" is missing InternalName
  2610. "Narrow Minded" is missing Link
  2611. "Natural Talent" is missing Description
  2612. "Natural Talent" is missing Icon
  2613. "Natural Talent" is missing InternalName
  2614. "Natural Talent" is missing Link
  2615. "Nebula Bore" is missing Description
  2616. "Nebula Bore" is missing Icon
  2617. "Nebula Bore" is missing InternalName
  2618. "Nebula Bore" is missing Link
  2619. "Necramech Augur" is missing Description
  2620. "Necramech Augur" is missing Icon
  2621. "Necramech Augur" is missing InternalName
  2622. "Necramech Augur" is missing Link
  2623. "Necramech Aviator" is missing Description
  2624. "Necramech Aviator" is missing Icon
  2625. "Necramech Aviator" is missing InternalName
  2626. "Necramech Aviator" is missing Link
  2627. "Necramech Blitz" is missing Description
  2628. "Necramech Blitz" is missing Icon
  2629. "Necramech Blitz" is missing InternalName
  2630. "Necramech Blitz" is missing Link
  2631. "Necramech Continuity" is missing Description
  2632. "Necramech Continuity" is missing Icon
  2633. "Necramech Continuity" is missing InternalName
  2634. "Necramech Continuity" is missing Link
  2635. "Necramech Deflection" is missing Description
  2636. "Necramech Deflection" is missing Icon
  2637. "Necramech Deflection" is missing InternalName
  2638. "Necramech Deflection" is missing Link
  2639. "Necramech Drift" is missing Description
  2640. "Necramech Drift" is missing Icon
  2641. "Necramech Drift" is missing InternalName
  2642. "Necramech Drift" is missing Link
  2643. "Necramech Efficiency" is missing Description
  2644. "Necramech Efficiency" is missing Icon
  2645. "Necramech Efficiency" is missing InternalName
  2646. "Necramech Efficiency" is missing Link
  2647. "Necramech Enemy Sense" is missing Description
  2648. "Necramech Enemy Sense" is missing Icon
  2649. "Necramech Enemy Sense" is missing InternalName
  2650. "Necramech Enemy Sense" is missing Link
  2651. "Necramech Flow" is missing Description
  2652. "Necramech Flow" is missing Icon
  2653. "Necramech Flow" is missing InternalName
  2654. "Necramech Flow" is missing Link
  2655. "Necramech Friction" is missing Description
  2656. "Necramech Friction" is missing Icon
  2657. "Necramech Friction" is missing InternalName
  2658. "Necramech Friction" is missing Link
  2659. "Necramech Fury" is missing Description
  2660. "Necramech Fury" is missing Icon
  2661. "Necramech Fury" is missing InternalName
  2662. "Necramech Fury" is missing Link
  2663. "Necramech Hydraulics" is missing Description
  2664. "Necramech Hydraulics" is missing Icon
  2665. "Necramech Hydraulics" is missing InternalName
  2666. "Necramech Hydraulics" is missing Link
  2667. "Necramech Intensify" is missing Description
  2668. "Necramech Intensify" is missing Icon
  2669. "Necramech Intensify" is missing InternalName
  2670. "Necramech Intensify" is missing Link
  2671. "Necramech Pressure Point" is missing Description
  2672. "Necramech Pressure Point" is missing Icon
  2673. "Necramech Pressure Point" is missing InternalName
  2674. "Necramech Pressure Point" is missing Link
  2675. "Necramech Rage" is missing Description
  2676. "Necramech Rage" is missing Icon
  2677. "Necramech Rage" is missing InternalName
  2678. "Necramech Rage" is missing Link
  2679. "Necramech Reach" is missing Description
  2680. "Necramech Reach" is missing Icon
  2681. "Necramech Reach" is missing InternalName
  2682. "Necramech Reach" is missing Link
  2683. "Necramech Rebuke" is missing Description
  2684. "Necramech Rebuke" is missing Icon
  2685. "Necramech Rebuke" is missing InternalName
  2686. "Necramech Rebuke" is missing Link
  2687. "Necramech Redirection" is missing Description
  2688. "Necramech Redirection" is missing Icon
  2689. "Necramech Redirection" is missing InternalName
  2690. "Necramech Redirection" is missing Link
  2691. "Necramech Refuel" is missing Description
  2692. "Necramech Refuel" is missing Icon
  2693. "Necramech Refuel" is missing InternalName
  2694. "Necramech Refuel" is missing Link
  2695. "Necramech Repair" is missing Description
  2696. "Necramech Repair" is missing Icon
  2697. "Necramech Repair" is missing InternalName
  2698. "Necramech Repair" is missing Link
  2699. "Necramech Seismic Wave" is missing Description
  2700. "Necramech Seismic Wave" is missing Icon
  2701. "Necramech Seismic Wave" is missing InternalName
  2702. "Necramech Seismic Wave" is missing Link
  2703. "Necramech Slipstream" is missing Description
  2704. "Necramech Slipstream" is missing Icon
  2705. "Necramech Slipstream" is missing InternalName
  2706. "Necramech Slipstream" is missing Link
  2707. "Necramech Steel Fiber" is missing Description
  2708. "Necramech Steel Fiber" is missing Icon
  2709. "Necramech Steel Fiber" is missing InternalName
  2710. "Necramech Steel Fiber" is missing Link
  2711. "Necramech Streamline" is missing Description
  2712. "Necramech Streamline" is missing Icon
  2713. "Necramech Streamline" is missing InternalName
  2714. "Necramech Streamline" is missing Link
  2715. "Necramech Stretch" is missing Description
  2716. "Necramech Stretch" is missing Icon
  2717. "Necramech Stretch" is missing InternalName
  2718. "Necramech Stretch" is missing Link
  2719. "Necramech Thrusters" is missing Description
  2720. "Necramech Thrusters" is missing Icon
  2721. "Necramech Thrusters" is missing InternalName
  2722. "Necramech Thrusters" is missing Link
  2723. "Necramech Vitality" is missing Description
  2724. "Necramech Vitality" is missing Icon
  2725. "Necramech Vitality" is missing InternalName
  2726. "Necramech Vitality" is missing Link
  2727. "Negate" is missing Description
  2728. "Negate" is missing Icon
  2729. "Negate" is missing InternalName
  2730. "Negate" is missing Link
  2731. "Negation Swarm" is missing Description
  2732. "Negation Swarm" is missing Icon
  2733. "Negation Swarm" is missing InternalName
  2734. "Negation Swarm" is missing Link
  2735. "Netra" is missing BaseDrain
  2736. "Netra" is missing Description
  2737. "Netra" is missing Icon
  2738. "Netra" is missing InternalName
  2739. "Netra" is missing Link
  2740. "Netra" is missing Polarity
  2741. "Neutralize" is missing Description
  2742. "Neutralize" is missing Icon
  2743. "Neutralize" is missing InternalName
  2744. "Neutralize" is missing Link
  2745. "Neutralizing Justice" is missing Description
  2746. "Neutralizing Justice" is missing Icon
  2747. "Neutralizing Justice" is missing InternalName
  2748. "Neutralizing Justice" is missing Link
  2749. "Neutron Star" is missing Description
  2750. "Neutron Star" is missing Icon
  2751. "Neutron Star" is missing InternalName
  2752. "Neutron Star" is missing Link
  2753. "Night Stalker" is missing Description
  2754. "Night Stalker" is missing Icon
  2755. "Night Stalker" is missing InternalName
  2756. "Night Stalker" is missing Link
  2757. "Nightwatch Napalm" is missing Description
  2758. "Nightwatch Napalm" is missing Icon
  2759. "Nightwatch Napalm" is missing InternalName
  2760. "Nightwatch Napalm" is missing Link
  2761. "Nitro Boost" is missing Description
  2762. "Nitro Boost" is missing Icon
  2763. "Nitro Boost" is missing InternalName
  2764. "Nitro Boost" is missing Link
  2765. "No Current Leap" is missing Description
  2766. "No Current Leap" is missing Icon
  2767. "No Current Leap" is missing InternalName
  2768. "No Current Leap" is missing Link
  2769. "No Return" is missing Description
  2770. "No Return" is missing Icon
  2771. "No Return" is missing InternalName
  2772. "No Return" is missing Link
  2773. "Noble Cadence" is missing Description
  2774. "Noble Cadence" is missing Icon
  2775. "Noble Cadence" is missing InternalName
  2776. "Noble Cadence" is missing Link
  2777. "North Wind" is missing Description
  2778. "North Wind" is missing Icon
  2779. "North Wind" is missing InternalName
  2780. "North Wind" is missing Link
  2781. "Odomedic" is missing Description
  2782. "Odomedic" is missing Icon
  2783. "Odomedic" is missing InternalName
  2784. "Odomedic" is missing Link
  2785. "Onslaught Matrix" is missing Description
  2786. "Onslaught Matrix" is missing Icon
  2787. "Onslaught Matrix" is missing InternalName
  2788. "Onslaught Matrix" is missing Link
  2789. "Ordnance Cheap Shot" is missing Description
  2790. "Ordnance Cheap Shot" is missing Icon
  2791. "Ordnance Cheap Shot" is missing InternalName
  2792. "Ordnance Cheap Shot" is missing Link
  2793. "Ordnance Velocity" is missing Description
  2794. "Ordnance Velocity" is missing Icon
  2795. "Ordnance Velocity" is missing InternalName
  2796. "Ordnance Velocity" is missing Link
  2797. "Ore Gaze" is missing Description
  2798. "Ore Gaze" is missing Icon
  2799. "Ore Gaze" is missing InternalName
  2800. "Ore Gaze" is missing Link
  2801. "Organ Shatter" is missing Description
  2802. "Organ Shatter" is missing Icon
  2803. "Organ Shatter" is missing InternalName
  2804. "Organ Shatter" is missing Link
  2805. "Orgone Tuning Matrix" is missing Description
  2806. "Orgone Tuning Matrix" is missing Icon
  2807. "Orgone Tuning Matrix" is missing InternalName
  2808. "Orgone Tuning Matrix" is missing Link
  2809. "Out Of Sight" is missing Description
  2810. "Out Of Sight" is missing Icon
  2811. "Out Of Sight" is missing InternalName
  2812. "Out Of Sight" is missing Link
  2813. "Out Of Sight" is missing Polarity
  2814. "Overcharge Detectors" is missing Description
  2815. "Overcharge Detectors" is missing Icon
  2816. "Overcharge Detectors" is missing InternalName
  2817. "Overcharge Detectors" is missing Link
  2818. "Overcharged" is missing Description
  2819. "Overcharged" is missing Icon
  2820. "Overcharged" is missing InternalName
  2821. "Overcharged" is missing Link
  2822. "Overextended" is missing Description
  2823. "Overextended" is missing Icon
  2824. "Overextended" is missing InternalName
  2825. "Overextended" is missing Link
  2826. "Overloader" is missing Description
  2827. "Overloader" is missing Icon
  2828. "Overloader" is missing InternalName
  2829. "Overloader" is missing Link
  2830. "Overview" is missing Description
  2831. "Overview" is missing Icon
  2832. "Overview" is missing InternalName
  2833. "Overview" is missing Link
  2834. "Pacifying Bolts" is missing Description
  2835. "Pacifying Bolts" is missing Icon
  2836. "Pacifying Bolts" is missing InternalName
  2837. "Pacifying Bolts" is missing Link
  2838. "Pack Leader" is missing Description
  2839. "Pack Leader" is missing Icon
  2840. "Pack Leader" is missing InternalName
  2841. "Pack Leader" is missing Link
  2842. "Pain Threshold" is missing Description
  2843. "Pain Threshold" is missing Icon
  2844. "Pain Threshold" is missing InternalName
  2845. "Pain Threshold" is missing Link
  2846. "Panzer Devolution" is missing Description
  2847. "Panzer Devolution" is missing Icon
  2848. "Panzer Devolution" is missing InternalName
  2849. "Panzer Devolution" is missing Link
  2850. "Parallax Scope" is missing Description
  2851. "Parallax Scope" is missing Icon
  2852. "Parallax Scope" is missing InternalName
  2853. "Parallax Scope" is missing Link
  2854. "Paralytic Spores" is missing Description
  2855. "Paralytic Spores" is missing Icon
  2856. "Paralytic Spores" is missing InternalName
  2857. "Paralytic Spores" is missing Link
  2858. "Parry" is missing Description
  2859. "Parry" is missing Icon
  2860. "Parry" is missing InternalName
  2861. "Parry" is missing Link
  2862. "Particle Ram" is missing Description
  2863. "Particle Ram" is missing Icon
  2864. "Particle Ram" is missing InternalName
  2865. "Particle Ram" is missing Link
  2866. "Particle Ram" is missing Polarity
  2867. "Partitioned Mallet" is missing Description
  2868. "Partitioned Mallet" is missing Icon
  2869. "Partitioned Mallet" is missing InternalName
  2870. "Partitioned Mallet" is missing Link
  2871. "Patagium" is missing Description
  2872. "Patagium" is missing Icon
  2873. "Patagium" is missing InternalName
  2874. "Patagium" is missing Link
  2875. "Path of Statues" is missing Description
  2876. "Path of Statues" is missing Icon
  2877. "Path of Statues" is missing InternalName
  2878. "Path of Statues" is missing Link
  2879. "Pathogen Rounds" is missing Description
  2880. "Pathogen Rounds" is missing Icon
  2881. "Pathogen Rounds" is missing InternalName
  2882. "Pathogen Rounds" is missing Link
  2883. "Peaceful Provocation" is missing Description
  2884. "Peaceful Provocation" is missing Icon
  2885. "Peaceful Provocation" is missing InternalName
  2886. "Peaceful Provocation" is missing Link
  2887. "Peculiar Bloom" is missing Description
  2888. "Peculiar Bloom" is missing Icon
  2889. "Peculiar Bloom" is missing InternalName
  2890. "Peculiar Bloom" is missing Link
  2891. "Peculiar Growth" is missing Description
  2892. "Peculiar Growth" is missing Icon
  2893. "Peculiar Growth" is missing InternalName
  2894. "Peculiar Growth" is missing Link
  2895. "Perfect Balance" is missing Description
  2896. "Perfect Balance" is missing Icon
  2897. "Perfect Balance" is missing InternalName
  2898. "Perfect Balance" is missing Link
  2899. "Perpetual Agony" is missing Description
  2900. "Perpetual Agony" is missing Icon
  2901. "Perpetual Agony" is missing InternalName
  2902. "Perpetual Agony" is missing Link
  2903. "Phoenix Blaze" is missing Description
  2904. "Phoenix Blaze" is missing Icon
  2905. "Phoenix Blaze" is missing InternalName
  2906. "Phoenix Blaze" is missing Link
  2907. "Phoenix Blaze" is missing Polarity
  2908. "Phoenix Renewal" is missing Description
  2909. "Phoenix Renewal" is missing Icon
  2910. "Phoenix Renewal" is missing InternalName
  2911. "Phoenix Renewal" is missing Link
  2912. "Photon Repeater" is missing Description
  2913. "Photon Repeater" is missing Icon
  2914. "Photon Repeater" is missing InternalName
  2915. "Photon Repeater" is missing Link
  2916. "Physique" is missing Description
  2917. "Physique" is missing Icon
  2918. "Physique" is missing InternalName
  2919. "Physique" is missing Link
  2920. "Piercing Caliber" is missing Description
  2921. "Piercing Caliber" is missing Icon
  2922. "Piercing Caliber" is missing InternalName
  2923. "Piercing Caliber" is missing Link
  2924. "Piercing Fury" is missing Description
  2925. "Piercing Fury" is missing Icon
  2926. "Piercing Fury" is missing InternalName
  2927. "Piercing Fury" is missing Link
  2928. "Piercing Hit" is missing Description
  2929. "Piercing Hit" is missing Icon
  2930. "Piercing Hit" is missing InternalName
  2931. "Piercing Hit" is missing Link
  2932. "Piercing Navigator" is missing Description
  2933. "Piercing Navigator" is missing Icon
  2934. "Piercing Navigator" is missing InternalName
  2935. "Piercing Navigator" is missing Link
  2936. "Piercing Roar" is missing Description
  2937. "Piercing Roar" is missing Icon
  2938. "Piercing Roar" is missing InternalName
  2939. "Piercing Roar" is missing Link
  2940. "Piercing Step" is missing Description
  2941. "Piercing Step" is missing Icon
  2942. "Piercing Step" is missing InternalName
  2943. "Piercing Step" is missing Link
  2944. "Pilfering Strangledome" is missing Description
  2945. "Pilfering Strangledome" is missing Icon
  2946. "Pilfering Strangledome" is missing InternalName
  2947. "Pilfering Strangledome" is missing Link
  2948. "Pilfering Swarm" is missing Description
  2949. "Pilfering Swarm" is missing Icon
  2950. "Pilfering Swarm" is missing InternalName
  2951. "Pilfering Swarm" is missing Link
  2952. "Pistol Ammo Mutation" is missing Description
  2953. "Pistol Ammo Mutation" is missing Icon
  2954. "Pistol Ammo Mutation" is missing InternalName
  2955. "Pistol Ammo Mutation" is missing Link
  2956. "Pistol Amp" is missing Description
  2957. "Pistol Amp" is missing Icon
  2958. "Pistol Amp" is missing InternalName
  2959. "Pistol Amp" is missing Link
  2960. "Pistol Gambit" is missing Description
  2961. "Pistol Gambit" is missing Icon
  2962. "Pistol Gambit" is missing InternalName
  2963. "Pistol Gambit" is missing Link
  2964. "Pistol Pestilence" is missing Description
  2965. "Pistol Pestilence" is missing Icon
  2966. "Pistol Pestilence" is missing InternalName
  2967. "Pistol Pestilence" is missing Link
  2968. "Pistol Scavenger" is missing Description
  2969. "Pistol Scavenger" is missing Icon
  2970. "Pistol Scavenger" is missing InternalName
  2971. "Pistol Scavenger" is missing Link
  2972. "Plan B" is missing Description
  2973. "Plan B" is missing Icon
  2974. "Plan B" is missing InternalName
  2975. "Plan B" is missing Link
  2976. "Point Blank" is missing Description
  2977. "Point Blank" is missing Icon
  2978. "Point Blank" is missing InternalName
  2979. "Point Blank" is missing Link
  2980. "Point Strike" is missing Description
  2981. "Point Strike" is missing Icon
  2982. "Point Strike" is missing InternalName
  2983. "Point Strike" is missing Link
  2984. "Pointed Wind" is missing Description
  2985. "Pointed Wind" is missing Icon
  2986. "Pointed Wind" is missing InternalName
  2987. "Pointed Wind" is missing Link
  2988. "Poisonous Sting" is missing Description
  2989. "Poisonous Sting" is missing Icon
  2990. "Poisonous Sting" is missing InternalName
  2991. "Poisonous Sting" is missing Link
  2992. "Polar Magazine" is missing Description
  2993. "Polar Magazine" is missing Icon
  2994. "Polar Magazine" is missing InternalName
  2995. "Polar Magazine" is missing Link
  2996. "Pool of Life" is missing Description
  2997. "Pool of Life" is missing Icon
  2998. "Pool of Life" is missing InternalName
  2999. "Pool of Life" is missing Link
  3000. "Pop Top" is missing Description
  3001. "Pop Top" is missing Icon
  3002. "Pop Top" is missing InternalName
  3003. "Pop Top" is missing Link
  3004. "Poppin' Vert" is missing Description
  3005. "Poppin' Vert" is missing Icon
  3006. "Poppin' Vert" is missing InternalName
  3007. "Poppin' Vert" is missing Link
  3008. "Pounce" is missing Description
  3009. "Pounce" is missing Icon
  3010. "Pounce" is missing InternalName
  3011. "Pounce" is missing Link
  3012. "Power Donation" is missing Description
  3013. "Power Donation" is missing Icon
  3014. "Power Donation" is missing InternalName
  3015. "Power Donation" is missing Link
  3016. "Power Drift" is missing Description
  3017. "Power Drift" is missing Icon
  3018. "Power Drift" is missing InternalName
  3019. "Power Drift" is missing Link
  3020. "Power Throw" is missing Description
  3021. "Power Throw" is missing Icon
  3022. "Power Throw" is missing InternalName
  3023. "Power Throw" is missing Link
  3024. "Power of Three" is missing Description
  3025. "Power of Three" is missing Icon
  3026. "Power of Three" is missing InternalName
  3027. "Power of Three" is missing Link
  3028. "Precision Munition" is missing Description
  3029. "Precision Munition" is missing Icon
  3030. "Precision Munition" is missing InternalName
  3031. "Precision Munition" is missing Link
  3032. "Precision Strike" is missing Description
  3033. "Precision Strike" is missing Icon
  3034. "Precision Strike" is missing InternalName
  3035. "Precision Strike" is missing Link
  3036. "Predator" is missing Description
  3037. "Predator" is missing Icon
  3038. "Predator" is missing InternalName
  3039. "Predator" is missing Link
  3040. "Preparation" is missing Description
  3041. "Preparation" is missing Icon
  3042. "Preparation" is missing InternalName
  3043. "Preparation" is missing Link
  3044. "Pressure Point" is missing Description
  3045. "Pressure Point" is missing Icon
  3046. "Pressure Point" is missing InternalName
  3047. "Pressure Point" is missing Link
  3048. "Pressurized Magazine" is missing Description
  3049. "Pressurized Magazine" is missing Icon
  3050. "Pressurized Magazine" is missing InternalName
  3051. "Pressurized Magazine" is missing Link
  3052. "Primal Fury" is missing BaseDrain
  3053. "Primal Fury" is missing Description
  3054. "Primal Fury" is missing Icon
  3055. "Primal Fury" is missing InternalName
  3056. "Primal Fury" is missing Link
  3057. "Primal Fury" is missing MaxRank
  3058. "Primal Fury" is missing Polarity
  3059. "Primal Fury" is missing Rarity
  3060. "Primal Rage" is missing Description
  3061. "Primal Rage" is missing Icon
  3062. "Primal Rage" is missing InternalName
  3063. "Primal Rage" is missing Link
  3064. "Primed Ammo Stock" is missing BaseDrain
  3065. "Primed Ammo Stock" is missing Description
  3066. "Primed Ammo Stock" is missing Icon
  3067. "Primed Ammo Stock" is missing InternalName
  3068. "Primed Ammo Stock" is missing Introduced
  3069. "Primed Ammo Stock" is missing Link
  3070. "Primed Ammo Stock" is missing MaxRank
  3071. "Primed Ammo Stock" is missing Tradable
  3072. "Primed Animal Instinct" is missing Description
  3073. "Primed Animal Instinct" is missing Icon
  3074. "Primed Animal Instinct" is missing InternalName
  3075. "Primed Animal Instinct" is missing Link
  3076. "Primed Bane of Corpus" is missing Description
  3077. "Primed Bane of Corpus" is missing Icon
  3078. "Primed Bane of Corpus" is missing InternalName
  3079. "Primed Bane of Corpus" is missing Link
  3080. "Primed Bane of Corrupted" is missing Description
  3081. "Primed Bane of Corrupted" is missing Icon
  3082. "Primed Bane of Corrupted" is missing InternalName
  3083. "Primed Bane of Corrupted" is missing Link
  3084. "Primed Bane of Grineer" is missing Description
  3085. "Primed Bane of Grineer" is missing Icon
  3086. "Primed Bane of Grineer" is missing InternalName
  3087. "Primed Bane of Grineer" is missing Link
  3088. "Primed Bane of Infested" is missing Description
  3089. "Primed Bane of Infested" is missing Icon
  3090. "Primed Bane of Infested" is missing InternalName
  3091. "Primed Bane of Infested" is missing Link
  3092. "Primed Chamber" is missing Description
  3093. "Primed Chamber" is missing Icon
  3094. "Primed Chamber" is missing InternalName
  3095. "Primed Chamber" is missing Link
  3096. "Primed Charged Shell" is missing Description
  3097. "Primed Charged Shell" is missing Icon
  3098. "Primed Charged Shell" is missing InternalName
  3099. "Primed Charged Shell" is missing Link
  3100. "Primed Chilling Grasp" is missing Description
  3101. "Primed Chilling Grasp" is missing Icon
  3102. "Primed Chilling Grasp" is missing InternalName
  3103. "Primed Chilling Grasp" is missing Link
  3104. "Primed Cleanse Corpus" is missing Description
  3105. "Primed Cleanse Corpus" is missing Icon
  3106. "Primed Cleanse Corpus" is missing InternalName
  3107. "Primed Cleanse Corpus" is missing Link
  3108. "Primed Cleanse Corrupted" is missing Description
  3109. "Primed Cleanse Corrupted" is missing Icon
  3110. "Primed Cleanse Corrupted" is missing InternalName
  3111. "Primed Cleanse Corrupted" is missing Link
  3112. "Primed Cleanse Grineer" is missing Description
  3113. "Primed Cleanse Grineer" is missing Icon
  3114. "Primed Cleanse Grineer" is missing InternalName
  3115. "Primed Cleanse Grineer" is missing Link
  3116. "Primed Cleanse Infested" is missing Description
  3117. "Primed Cleanse Infested" is missing Icon
  3118. "Primed Cleanse Infested" is missing InternalName
  3119. "Primed Cleanse Infested" is missing Link
  3120. "Primed Continuity" is missing Description
  3121. "Primed Continuity" is missing Icon
  3122. "Primed Continuity" is missing InternalName
  3123. "Primed Continuity" is missing Link
  3124. "Primed Cryo Rounds" is missing Description
  3125. "Primed Cryo Rounds" is missing Icon
  3126. "Primed Cryo Rounds" is missing InternalName
  3127. "Primed Cryo Rounds" is missing Link
  3128. "Primed Expel Corpus" is missing Description
  3129. "Primed Expel Corpus" is missing Icon
  3130. "Primed Expel Corpus" is missing InternalName
  3131. "Primed Expel Corpus" is missing Link
  3132. "Primed Expel Corrupted" is missing Description
  3133. "Primed Expel Corrupted" is missing Icon
  3134. "Primed Expel Corrupted" is missing InternalName
  3135. "Primed Expel Corrupted" is missing Link
  3136. "Primed Expel Grineer" is missing Description
  3137. "Primed Expel Grineer" is missing Icon
  3138. "Primed Expel Grineer" is missing InternalName
  3139. "Primed Expel Grineer" is missing Link
  3140. "Primed Expel Infested" is missing Description
  3141. "Primed Expel Infested" is missing Icon
  3142. "Primed Expel Infested" is missing InternalName
  3143. "Primed Expel Infested" is missing Link
  3144. "Primed Fast Hands" is missing Description
  3145. "Primed Fast Hands" is missing Icon
  3146. "Primed Fast Hands" is missing InternalName
  3147. "Primed Fast Hands" is missing Link
  3148. "Primed Fever Strike" is missing Description
  3149. "Primed Fever Strike" is missing Icon
  3150. "Primed Fever Strike" is missing InternalName
  3151. "Primed Fever Strike" is missing Link
  3152. "Primed Firestorm" is missing Description
  3153. "Primed Firestorm" is missing Icon
  3154. "Primed Firestorm" is missing InternalName
  3155. "Primed Firestorm" is missing Link
  3156. "Primed Flow" is missing Description
  3157. "Primed Flow" is missing Icon
  3158. "Primed Flow" is missing InternalName
  3159. "Primed Flow" is missing Link
  3160. "Primed Fulmination" is missing Description
  3161. "Primed Fulmination" is missing Icon
  3162. "Primed Fulmination" is missing InternalName
  3163. "Primed Fulmination" is missing Link
  3164. "Primed Fury" is missing Description
  3165. "Primed Fury" is missing Icon
  3166. "Primed Fury" is missing InternalName
  3167. "Primed Fury" is missing Link
  3168. "Primed Heated Charge" is missing Description
  3169. "Primed Heated Charge" is missing Icon
  3170. "Primed Heated Charge" is missing InternalName
  3171. "Primed Heated Charge" is missing Link
  3172. "Primed Heavy Trauma" is missing Description
  3173. "Primed Heavy Trauma" is missing Icon
  3174. "Primed Heavy Trauma" is missing InternalName
  3175. "Primed Heavy Trauma" is missing Link
  3176. "Primed Morphic Transformer" is missing Description
  3177. "Primed Morphic Transformer" is missing Icon
  3178. "Primed Morphic Transformer" is missing InternalName
  3179. "Primed Morphic Transformer" is missing Link
  3180. "Primed Pack Leader" is missing Description
  3181. "Primed Pack Leader" is missing Icon
  3182. "Primed Pack Leader" is missing InternalName
  3183. "Primed Pack Leader" is missing Link
  3184. "Primed Pistol Ammo Mutation" is missing Description
  3185. "Primed Pistol Ammo Mutation" is missing Icon
  3186. "Primed Pistol Ammo Mutation" is missing InternalName
  3187. "Primed Pistol Ammo Mutation" is missing Link
  3188. "Primed Pistol Gambit" is missing Description
  3189. "Primed Pistol Gambit" is missing Icon
  3190. "Primed Pistol Gambit" is missing InternalName
  3191. "Primed Pistol Gambit" is missing Link
  3192. "Primed Point Blank" is missing Description
  3193. "Primed Point Blank" is missing Icon
  3194. "Primed Point Blank" is missing InternalName
  3195. "Primed Point Blank" is missing Link
  3196. "Primed Pressure Point" is missing Description
  3197. "Primed Pressure Point" is missing Icon
  3198. "Primed Pressure Point" is missing InternalName
  3199. "Primed Pressure Point" is missing Link
  3200. "Primed Quickdraw" is missing Description
  3201. "Primed Quickdraw" is missing Icon
  3202. "Primed Quickdraw" is missing InternalName
  3203. "Primed Quickdraw" is missing Link
  3204. "Primed Ravage" is missing Description
  3205. "Primed Ravage" is missing Icon
  3206. "Primed Ravage" is missing InternalName
  3207. "Primed Ravage" is missing Link
  3208. "Primed Reach" is missing Description
  3209. "Primed Reach" is missing Icon
  3210. "Primed Reach" is missing InternalName
  3211. "Primed Reach" is missing Link
  3212. "Primed Regen" is missing Description
  3213. "Primed Regen" is missing Icon
  3214. "Primed Regen" is missing InternalName
  3215. "Primed Regen" is missing Link
  3216. "Primed Rifle Ammo Mutation" is missing Description
  3217. "Primed Rifle Ammo Mutation" is missing Icon
  3218. "Primed Rifle Ammo Mutation" is missing InternalName
  3219. "Primed Rifle Ammo Mutation" is missing Link
  3220. "Primed Rubedo-Lined Barrel" is missing Description
  3221. "Primed Rubedo-Lined Barrel" is missing Icon
  3222. "Primed Rubedo-Lined Barrel" is missing InternalName
  3223. "Primed Rubedo-Lined Barrel" is missing Link
  3224. "Primed Shotgun Ammo Mutation" is missing Description
  3225. "Primed Shotgun Ammo Mutation" is missing Icon
  3226. "Primed Shotgun Ammo Mutation" is missing InternalName
  3227. "Primed Shotgun Ammo Mutation" is missing Link
  3228. "Primed Shred" is missing Description
  3229. "Primed Shred" is missing Icon
  3230. "Primed Shred" is missing InternalName
  3231. "Primed Shred" is missing Link
  3232. "Primed Slip Magazine" is missing Description
  3233. "Primed Slip Magazine" is missing Icon
  3234. "Primed Slip Magazine" is missing InternalName
  3235. "Primed Slip Magazine" is missing Link
  3236. "Primed Smite Corpus" is missing Description
  3237. "Primed Smite Corpus" is missing Icon
  3238. "Primed Smite Corpus" is missing InternalName
  3239. "Primed Smite Corpus" is missing Link
  3240. "Primed Smite Corrupted" is missing Description
  3241. "Primed Smite Corrupted" is missing Icon
  3242. "Primed Smite Corrupted" is missing InternalName
  3243. "Primed Smite Corrupted" is missing Link
  3244. "Primed Smite Grineer" is missing Description
  3245. "Primed Smite Grineer" is missing Icon
  3246. "Primed Smite Grineer" is missing InternalName
  3247. "Primed Smite Grineer" is missing Link
  3248. "Primed Smite Infested" is missing Description
  3249. "Primed Smite Infested" is missing Icon
  3250. "Primed Smite Infested" is missing InternalName
  3251. "Primed Smite Infested" is missing Link
  3252. "Primed Sure Footed" is missing Description
  3253. "Primed Sure Footed" is missing Icon
  3254. "Primed Sure Footed" is missing InternalName
  3255. "Primed Sure Footed" is missing Link
  3256. "Primed Target Cracker" is missing Description
  3257. "Primed Target Cracker" is missing Icon
  3258. "Primed Target Cracker" is missing InternalName
  3259. "Primed Target Cracker" is missing Link
  3260. "Primed Vigor" is missing Description
  3261. "Primed Vigor" is missing Icon
  3262. "Primed Vigor" is missing InternalName
  3263. "Primed Vigor" is missing Link
  3264. "Primo Flair" is missing Description
  3265. "Primo Flair" is missing Icon
  3266. "Primo Flair" is missing InternalName
  3267. "Primo Flair" is missing Link
  3268. "Prism Guard" is missing Description
  3269. "Prism Guard" is missing Icon
  3270. "Prism Guard" is missing InternalName
  3271. "Prism Guard" is missing Link
  3272. "Prize Kill" is missing Description
  3273. "Prize Kill" is missing Icon
  3274. "Prize Kill" is missing InternalName
  3275. "Prize Kill" is missing Link
  3276. "Proboscis" is missing Description
  3277. "Proboscis" is missing Icon
  3278. "Proboscis" is missing InternalName
  3279. "Proboscis" is missing Link
  3280. "Prolonged Paralysis" is missing Description
  3281. "Prolonged Paralysis" is missing Icon
  3282. "Prolonged Paralysis" is missing InternalName
  3283. "Prolonged Paralysis" is missing Link
  3284. "Protect" is missing Description
  3285. "Protect" is missing Icon
  3286. "Protect" is missing InternalName
  3287. "Protect" is missing Link
  3288. "Protective Shots" is missing Description
  3289. "Protective Shots" is missing Icon
  3290. "Protective Shots" is missing InternalName
  3291. "Protective Shots" is missing Link
  3292. "Proton Jet" is missing Description
  3293. "Proton Jet" is missing Icon
  3294. "Proton Jet" is missing InternalName
  3295. "Proton Jet" is missing Link
  3296. "Proton Pulse" is missing Description
  3297. "Proton Pulse" is missing Icon
  3298. "Proton Pulse" is missing InternalName
  3299. "Proton Pulse" is missing Link
  3300. "Proton Snap" is missing Description
  3301. "Proton Snap" is missing Icon
  3302. "Proton Snap" is missing InternalName
  3303. "Proton Snap" is missing Link
  3304. "Provoked" is missing Description
  3305. "Provoked" is missing Icon
  3306. "Provoked" is missing InternalName
  3307. "Provoked" is missing Link
  3308. "Pummel" is missing Description
  3309. "Pummel" is missing Icon
  3310. "Pummel" is missing InternalName
  3311. "Pummel" is missing Link
  3312. "Purging Slash" is missing Description
  3313. "Purging Slash" is missing Icon
  3314. "Purging Slash" is missing InternalName
  3315. "Purging Slash" is missing Link
  3316. "Purifying Flames" is missing Description
  3317. "Purifying Flames" is missing Icon
  3318. "Purifying Flames" is missing InternalName
  3319. "Purifying Flames" is missing Link
  3320. "Push & Pull" is missing Description
  3321. "Push & Pull" is missing Icon
  3322. "Push & Pull" is missing InternalName
  3323. "Push & Pull" is missing Link
  3324. "Pyroclastic Flow" is missing Description
  3325. "Pyroclastic Flow" is missing Icon
  3326. "Pyroclastic Flow" is missing InternalName
  3327. "Pyroclastic Flow" is missing Link
  3328. "Quaking Hand" is missing Description
  3329. "Quaking Hand" is missing Icon
  3330. "Quaking Hand" is missing InternalName
  3331. "Quaking Hand" is missing Link
  3332. "Quasar Drill" is missing Description
  3333. "Quasar Drill" is missing Icon
  3334. "Quasar Drill" is missing InternalName
  3335. "Quasar Drill" is missing Link
  3336. "Quick Charge" is missing Description
  3337. "Quick Charge" is missing Icon
  3338. "Quick Charge" is missing InternalName
  3339. "Quick Charge" is missing Link
  3340. "Quick Escape" is missing Description
  3341. "Quick Escape" is missing Icon
  3342. "Quick Escape" is missing InternalName
  3343. "Quick Escape" is missing Link
  3344. "Quick Reload" is missing Description
  3345. "Quick Reload" is missing Icon
  3346. "Quick Reload" is missing InternalName
  3347. "Quick Reload" is missing Link
  3348. "Quick Return" is missing Description
  3349. "Quick Return" is missing Icon
  3350. "Quick Return" is missing InternalName
  3351. "Quick Return" is missing Link
  3352. "Quick Thinking" is missing Description
  3353. "Quick Thinking" is missing Icon
  3354. "Quick Thinking" is missing InternalName
  3355. "Quick Thinking" is missing Link
  3356. "Quickdraw" is missing Description
  3357. "Quickdraw" is missing Icon
  3358. "Quickdraw" is missing InternalName
  3359. "Quickdraw" is missing Link
  3360. "Quickening" is missing Description
  3361. "Quickening" is missing Icon
  3362. "Quickening" is missing InternalName
  3363. "Quickening" is missing Link
  3364. "Quicklock" is missing Description
  3365. "Quicklock" is missing Icon
  3366. "Quicklock" is missing InternalName
  3367. "Quicklock" is missing Link
  3368. "Radiant Finish" is missing Description
  3369. "Radiant Finish" is missing Icon
  3370. "Radiant Finish" is missing InternalName
  3371. "Radiant Finish" is missing Link
  3372. "Rage" is missing Description
  3373. "Rage" is missing Icon
  3374. "Rage" is missing InternalName
  3375. "Rage" is missing Link
  3376. "Raider Matrix" is missing Description
  3377. "Raider Matrix" is missing Icon
  3378. "Raider Matrix" is missing InternalName
  3379. "Raider Matrix" is missing Link
  3380. "Rail Guards" is missing Description
  3381. "Rail Guards" is missing Icon
  3382. "Rail Guards" is missing InternalName
  3383. "Rail Guards" is missing Link
  3384. "Rapid Resilience" is missing Description
  3385. "Rapid Resilience" is missing Icon
  3386. "Rapid Resilience" is missing InternalName
  3387. "Rapid Resilience" is missing Link
  3388. "Ravage" is missing Description
  3389. "Ravage" is missing Icon
  3390. "Ravage" is missing InternalName
  3391. "Ravage" is missing Link
  3392. "Ravenous Wraith" is missing BaseDrain
  3393. "Ravenous Wraith" is missing Description
  3394. "Ravenous Wraith" is missing Icon
  3395. "Ravenous Wraith" is missing InternalName
  3396. "Ravenous Wraith" is missing Link
  3397. "Ravenous Wraith" is missing MaxRank
  3398. "Ravenous Wraith" is missing Polarity
  3399. "Razor Munitions" is missing Description
  3400. "Razor Munitions" is missing Icon
  3401. "Razor Munitions" is missing InternalName
  3402. "Razor Munitions" is missing Link
  3403. "Razor Shot" is missing Description
  3404. "Razor Shot" is missing Icon
  3405. "Razor Shot" is missing InternalName
  3406. "Razor Shot" is missing Link
  3407. "Razorwing" is missing BaseDrain
  3408. "Razorwing" is missing Description
  3409. "Razorwing" is missing Icon
  3410. "Razorwing" is missing InternalName
  3411. "Razorwing" is missing Link
  3412. "Razorwing" is missing MaxRank
  3413. "Razorwing" is missing Polarity
  3414. "Razorwing" is missing Rarity
  3415. "Razorwing Blitz" is missing Description
  3416. "Razorwing Blitz" is missing Icon
  3417. "Razorwing Blitz" is missing InternalName
  3418. "Razorwing Blitz" is missing Link
  3419. "Reach" is missing Description
  3420. "Reach" is missing Icon
  3421. "Reach" is missing InternalName
  3422. "Reach" is missing Link
  3423. "Reactive Storm" is missing Description
  3424. "Reactive Storm" is missing Icon
  3425. "Reactive Storm" is missing InternalName
  3426. "Reactive Storm" is missing Link
  3427. "Reaping Chakram" is missing Description
  3428. "Reaping Chakram" is missing Icon
  3429. "Reaping Chakram" is missing InternalName
  3430. "Reaping Chakram" is missing Link
  3431. "Reaping Spiral" is missing Description
  3432. "Reaping Spiral" is missing Icon
  3433. "Reaping Spiral" is missing InternalName
  3434. "Reaping Spiral" is missing Link
  3435. "Reawaken" is missing Description
  3436. "Reawaken" is missing Icon
  3437. "Reawaken" is missing InternalName
  3438. "Reawaken" is missing Link
  3439. "Rebound" is missing Description
  3440. "Rebound" is missing Icon
  3441. "Rebound" is missing InternalName
  3442. "Rebound" is missing Link
  3443. "Recharge Barrier" is missing Description
  3444. "Recharge Barrier" is missing Icon
  3445. "Recharge Barrier" is missing InternalName
  3446. "Recharge Barrier" is missing Link
  3447. "Recover" is missing Description
  3448. "Recover" is missing Icon
  3449. "Recover" is missing InternalName
  3450. "Recover" is missing Link
  3451. "Recuperate" is missing Description
  3452. "Recuperate" is missing Icon
  3453. "Recuperate" is missing InternalName
  3454. "Recuperate" is missing Link
  3455. "Redirection" is missing Description
  3456. "Redirection" is missing Icon
  3457. "Redirection" is missing InternalName
  3458. "Redirection" is missing Link
  3459. "Reflect" is missing Description
  3460. "Reflect" is missing Icon
  3461. "Reflect" is missing InternalName
  3462. "Reflect" is missing Link
  3463. "Reflection" is missing Description
  3464. "Reflection" is missing Icon
  3465. "Reflection" is missing InternalName
  3466. "Reflection" is missing Link
  3467. "Reflex Coil" is missing Description
  3468. "Reflex Coil" is missing Icon
  3469. "Reflex Coil" is missing InternalName
  3470. "Reflex Coil" is missing Link
  3471. "Reflex Draw" is missing Description
  3472. "Reflex Draw" is missing Icon
  3473. "Reflex Draw" is missing InternalName
  3474. "Reflex Draw" is missing Link
  3475. "Reflex Guard" is missing Description
  3476. "Reflex Guard" is missing Icon
  3477. "Reflex Guard" is missing InternalName
  3478. "Reflex Guard" is missing Link
  3479. "Regen" is missing Description
  3480. "Regen" is missing Icon
  3481. "Regen" is missing InternalName
  3482. "Regen" is missing Link
  3483. "Regenerative Molt" is missing Description
  3484. "Regenerative Molt" is missing Icon
  3485. "Regenerative Molt" is missing InternalName
  3486. "Regenerative Molt" is missing Link
  3487. "Reinforcing Stomp" is missing Description
  3488. "Reinforcing Stomp" is missing Icon
  3489. "Reinforcing Stomp" is missing InternalName
  3490. "Reinforcing Stomp" is missing Link
  3491. "Rejuvenation" is missing Description
  3492. "Rejuvenation" is missing Icon
  3493. "Rejuvenation" is missing InternalName
  3494. "Rejuvenation" is missing Link
  3495. "Relentless Assault" is missing Description
  3496. "Relentless Assault" is missing Icon
  3497. "Relentless Assault" is missing InternalName
  3498. "Relentless Assault" is missing Link
  3499. "Relentless Combination" is missing Description
  3500. "Relentless Combination" is missing Icon
  3501. "Relentless Combination" is missing InternalName
  3502. "Relentless Combination" is missing Link
  3503. "Rending Crane" is missing Description
  3504. "Rending Crane" is missing Icon
  3505. "Rending Crane" is missing InternalName
  3506. "Rending Crane" is missing Link
  3507. "Rending Strike" is missing Description
  3508. "Rending Strike" is missing Icon
  3509. "Rending Strike" is missing InternalName
  3510. "Rending Strike" is missing Link
  3511. "Rending Turn" is missing Description
  3512. "Rending Turn" is missing Icon
  3513. "Rending Turn" is missing InternalName
  3514. "Rending Turn" is missing Link
  3515. "Rending Wind" is missing Description
  3516. "Rending Wind" is missing Icon
  3517. "Rending Wind" is missing InternalName
  3518. "Rending Wind" is missing Link
  3519. "Repair Kit" is missing Description
  3520. "Repair Kit" is missing Icon
  3521. "Repair Kit" is missing InternalName
  3522. "Repair Kit" is missing Link
  3523. "Repeater Clip" is missing Description
  3524. "Repeater Clip" is missing Icon
  3525. "Repeater Clip" is missing InternalName
  3526. "Repeater Clip" is missing Link
  3527. "Repelling Bastille" is missing Description
  3528. "Repelling Bastille" is missing Icon
  3529. "Repelling Bastille" is missing InternalName
  3530. "Repelling Bastille" is missing Link
  3531. "Resilient Focus" is missing Description
  3532. "Resilient Focus" is missing Icon
  3533. "Resilient Focus" is missing InternalName
  3534. "Resilient Focus" is missing Introduced
  3535. "Resilient Focus" is missing Link
  3536. "Resolute Focus" is missing Description
  3537. "Resolute Focus" is missing Icon
  3538. "Resolute Focus" is missing InternalName
  3539. "Resolute Focus" is missing Link
  3540. "Resonance" is missing Description
  3541. "Resonance" is missing Icon
  3542. "Resonance" is missing InternalName
  3543. "Resonance" is missing Link
  3544. "Resonating Quake" is missing Description
  3545. "Resonating Quake" is missing Icon
  3546. "Resonating Quake" is missing InternalName
  3547. "Resonating Quake" is missing Link
  3548. "Retarget" is missing Description
  3549. "Retarget" is missing Icon
  3550. "Retarget" is missing InternalName
  3551. "Retarget" is missing Link
  3552. "Retarget" is missing Tradable
  3553. "Retribution" is missing Description
  3554. "Retribution" is missing Icon
  3555. "Retribution" is missing InternalName
  3556. "Retribution" is missing Link
  3557. "Retrieve" is missing Description
  3558. "Retrieve" is missing Icon
  3559. "Retrieve" is missing InternalName
  3560. "Retrieve" is missing Link
  3561. "Revealing Spores" is missing Description
  3562. "Revealing Spores" is missing Icon
  3563. "Revealing Spores" is missing InternalName
  3564. "Revealing Spores" is missing Link
  3565. "Revenge" is missing Description
  3566. "Revenge" is missing Icon
  3567. "Revenge" is missing InternalName
  3568. "Revenge" is missing Link
  3569. "Revo Reducer" is missing Description
  3570. "Revo Reducer" is missing Icon
  3571. "Revo Reducer" is missing InternalName
  3572. "Revo Reducer" is missing Link
  3573. "Rifle Ammo Mutation" is missing Description
  3574. "Rifle Ammo Mutation" is missing Icon
  3575. "Rifle Ammo Mutation" is missing InternalName
  3576. "Rifle Ammo Mutation" is missing Link
  3577. "Rifle Amp" is missing Description
  3578. "Rifle Amp" is missing Icon
  3579. "Rifle Amp" is missing InternalName
  3580. "Rifle Amp" is missing Link
  3581. "Rifle Aptitude" is missing Description
  3582. "Rifle Aptitude" is missing Icon
  3583. "Rifle Aptitude" is missing InternalName
  3584. "Rifle Aptitude" is missing Link
  3585. "Rifle Scavenger" is missing Description
  3586. "Rifle Scavenger" is missing Icon
  3587. "Rifle Scavenger" is missing InternalName
  3588. "Rifle Scavenger" is missing Link
  3589. "Rift Haven" is missing Description
  3590. "Rift Haven" is missing Icon
  3591. "Rift Haven" is missing InternalName
  3592. "Rift Haven" is missing Link
  3593. "Rift Strike" is missing Description
  3594. "Rift Strike" is missing Icon
  3595. "Rift Strike" is missing InternalName
  3596. "Rift Strike" is missing Link
  3597. "Rift Torrent" is missing Description
  3598. "Rift Torrent" is missing Icon
  3599. "Rift Torrent" is missing InternalName
  3600. "Rift Torrent" is missing Link
  3601. "Rime Rounds" is missing Description
  3602. "Rime Rounds" is missing Icon
  3603. "Rime Rounds" is missing InternalName
  3604. "Rime Rounds" is missing Link
  3605. "Rime Vault" is missing Description
  3606. "Rime Vault" is missing Icon
  3607. "Rime Vault" is missing InternalName
  3608. "Rime Vault" is missing Link
  3609. "Ripload" is missing Description
  3610. "Ripload" is missing Icon
  3611. "Ripload" is missing InternalName
  3612. "Ripload" is missing Link
  3613. "Ripper Rounds" is missing Description
  3614. "Ripper Rounds" is missing Icon
  3615. "Ripper Rounds" is missing InternalName
  3616. "Ripper Rounds" is missing Link
  3617. "Ris" is missing BaseDrain
  3618. "Ris" is missing Description
  3619. "Ris" is missing Icon
  3620. "Ris" is missing InternalName
  3621. "Ris" is missing Link
  3622. "Ris" is missing Polarity
  3623. "Rising Skill" is missing Description
  3624. "Rising Skill" is missing Icon
  3625. "Rising Skill" is missing InternalName
  3626. "Rising Skill" is missing Link
  3627. "Rising Steel" is missing Description
  3628. "Rising Steel" is missing Icon
  3629. "Rising Steel" is missing InternalName
  3630. "Rising Steel" is missing Link
  3631. "Rising Storm" is missing Description
  3632. "Rising Storm" is missing Icon
  3633. "Rising Storm" is missing InternalName
  3634. "Rising Storm" is missing Link
  3635. "Rolling Guard" is missing Description
  3636. "Rolling Guard" is missing Icon
  3637. "Rolling Guard" is missing InternalName
  3638. "Rolling Guard" is missing Link
  3639. "Rolling Guard" is missing Polarity
  3640. "Rubble Heap" is missing Description
  3641. "Rubble Heap" is missing Icon
  3642. "Rubble Heap" is missing InternalName
  3643. "Rubble Heap" is missing Link
  3644. "Rubedo-Lined Barrel" is missing Description
  3645. "Rubedo-Lined Barrel" is missing Icon
  3646. "Rubedo-Lined Barrel" is missing InternalName
  3647. "Rubedo-Lined Barrel" is missing Link
  3648. "Ruinous Extension" is missing Description
  3649. "Ruinous Extension" is missing Icon
  3650. "Ruinous Extension" is missing InternalName
  3651. "Ruinous Extension" is missing Link
  3652. "Rumbled" is missing Description
  3653. "Rumbled" is missing Icon
  3654. "Rumbled" is missing InternalName
  3655. "Rumbled" is missing Link
  3656. "Runtime" is missing Description
  3657. "Runtime" is missing Icon
  3658. "Runtime" is missing InternalName
  3659. "Runtime" is missing Link
  3660. "Runtime" is missing Polarity
  3661. "Rupture" is missing Description
  3662. "Rupture" is missing Icon
  3663. "Rupture" is missing InternalName
  3664. "Rupture" is missing Link
  3665. "Rush" is missing Description
  3666. "Rush" is missing Icon
  3667. "Rush" is missing InternalName
  3668. "Rush" is missing Link
  3669. "Sabot Rounds" is missing Description
  3670. "Sabot Rounds" is missing Icon
  3671. "Sabot Rounds" is missing InternalName
  3672. "Sabot Rounds" is missing Link
  3673. "Sacrifice" is missing Description
  3674. "Sacrifice" is missing Icon
  3675. "Sacrifice" is missing InternalName
  3676. "Sacrifice" is missing Link
  3677. "Sacrificial Pressure" is missing Description
  3678. "Sacrificial Pressure" is missing Icon
  3679. "Sacrificial Pressure" is missing InternalName
  3680. "Sacrificial Pressure" is missing Link
  3681. "Sacrificial Steel" is missing Description
  3682. "Sacrificial Steel" is missing Icon
  3683. "Sacrificial Steel" is missing InternalName
  3684. "Sacrificial Steel" is missing Link
  3685. "Safeguard" is missing Description
  3686. "Safeguard" is missing Icon
  3687. "Safeguard" is missing InternalName
  3688. "Safeguard" is missing Link
  3689. "Safeguard Switch" is missing Description
  3690. "Safeguard Switch" is missing Icon
  3691. "Safeguard Switch" is missing InternalName
  3692. "Safeguard Switch" is missing Link
  3693. "Sanctuary" is missing Description
  3694. "Sanctuary" is missing Icon
  3695. "Sanctuary" is missing InternalName
  3696. "Sapping Reach" is missing Description
  3697. "Sapping Reach" is missing Icon
  3698. "Sapping Reach" is missing InternalName
  3699. "Sapping Reach" is missing Link
  3700. "Savage Silence" is missing Description
  3701. "Savage Silence" is missing Icon
  3702. "Savage Silence" is missing InternalName
  3703. "Savage Silence" is missing Link
  3704. "Savagery" is missing Description
  3705. "Savagery" is missing Icon
  3706. "Savagery" is missing InternalName
  3707. "Savagery" is missing Link
  3708. "Savior Decoy" is missing Description
  3709. "Savior Decoy" is missing Icon
  3710. "Savior Decoy" is missing InternalName
  3711. "Savior Decoy" is missing Link
  3712. "Sawtooth Clip" is missing Description
  3713. "Sawtooth Clip" is missing Icon
  3714. "Sawtooth Clip" is missing InternalName
  3715. "Sawtooth Clip" is missing Link
  3716. "Saxum Carapace" is missing Description
  3717. "Saxum Carapace" is missing Icon
  3718. "Saxum Carapace" is missing InternalName
  3719. "Saxum Carapace" is missing Link
  3720. "Saxum Spittle" is missing Description
  3721. "Saxum Spittle" is missing Icon
  3722. "Saxum Spittle" is missing InternalName
  3723. "Saxum Spittle" is missing Link
  3724. "Saxum Thorax" is missing Description
  3725. "Saxum Thorax" is missing Icon
  3726. "Saxum Thorax" is missing InternalName
  3727. "Saxum Thorax" is missing Link
  3728. "Scan Aquatic Lifeforms" is missing Description
  3729. "Scan Aquatic Lifeforms" is missing Icon
  3730. "Scan Aquatic Lifeforms" is missing InternalName
  3731. "Scan Aquatic Lifeforms" is missing Link
  3732. "Scan Matter" is missing Description
  3733. "Scan Matter" is missing Icon
  3734. "Scan Matter" is missing InternalName
  3735. "Scan Matter" is missing Link
  3736. "Scarlet Hurricane" is missing Description
  3737. "Scarlet Hurricane" is missing Icon
  3738. "Scarlet Hurricane" is missing InternalName
  3739. "Scarlet Hurricane" is missing Link
  3740. "Scattered Justice" is missing Description
  3741. "Scattered Justice" is missing Icon
  3742. "Scattered Justice" is missing InternalName
  3743. "Scattered Justice" is missing Link
  3744. "Scattering Inferno" is missing Description
  3745. "Scattering Inferno" is missing Icon
  3746. "Scattering Inferno" is missing InternalName
  3747. "Scattering Inferno" is missing Link
  3748. "Scavenge" is missing Description
  3749. "Scavenge" is missing Icon
  3750. "Scavenge" is missing InternalName
  3751. "Scavenge" is missing Link
  3752. "Scorch" is missing Description
  3753. "Scorch" is missing Icon
  3754. "Scorch" is missing InternalName
  3755. "Scourging Warheads" is missing Description
  3756. "Scourging Warheads" is missing Icon
  3757. "Scourging Warheads" is missing InternalName
  3758. "Scourging Warheads" is missing Link
  3759. "Searing Leap" is missing Description
  3760. "Searing Leap" is missing Icon
  3761. "Searing Leap" is missing InternalName
  3762. "Searing Leap" is missing Link
  3763. "Searing Steel" is missing Description
  3764. "Searing Steel" is missing Icon
  3765. "Searing Steel" is missing InternalName
  3766. "Searing Steel" is missing Link
  3767. "Secondary Wind" is missing Description
  3768. "Secondary Wind" is missing Icon
  3769. "Secondary Wind" is missing InternalName
  3770. "Secondary Wind" is missing Link
  3771. "Section Density" is missing Description
  3772. "Section Density" is missing Icon
  3773. "Section Density" is missing InternalName
  3774. "Section Density" is missing Link
  3775. "Security Override" is missing Description
  3776. "Security Override" is missing Icon
  3777. "Security Override" is missing InternalName
  3778. "Security Override" is missing Link
  3779. "Seeker" is missing Description
  3780. "Seeker" is missing Icon
  3781. "Seeker" is missing InternalName
  3782. "Seeker Volley" is missing Description
  3783. "Seeker Volley" is missing Icon
  3784. "Seeker Volley" is missing InternalName
  3785. "Seeker Volley" is missing Link
  3786. "Seeker Volley" is missing Polarity
  3787. "Seeking Force" is missing Description
  3788. "Seeking Force" is missing Icon
  3789. "Seeking Force" is missing InternalName
  3790. "Seeking Force" is missing Link
  3791. "Seeking Fury" is missing Description
  3792. "Seeking Fury" is missing Icon
  3793. "Seeking Fury" is missing InternalName
  3794. "Seeking Fury" is missing Link
  3795. "Seeking Shuriken" is missing Description
  3796. "Seeking Shuriken" is missing Icon
  3797. "Seeking Shuriken" is missing InternalName
  3798. "Seeking Shuriken" is missing Link
  3799. "Seismic Palm" is missing Description
  3800. "Seismic Palm" is missing Icon
  3801. "Seismic Palm" is missing InternalName
  3802. "Seismic Palm" is missing Link
  3803. "Seismic Wave" is missing Description
  3804. "Seismic Wave" is missing Icon
  3805. "Seismic Wave" is missing InternalName
  3806. "Seismic Wave" is missing Link
  3807. "Self Destruct" is missing Description
  3808. "Self Destruct" is missing Icon
  3809. "Self Destruct" is missing InternalName
  3810. "Self Destruct" is missing Link
  3811. "Sense Danger" is missing Description
  3812. "Sense Danger" is missing Icon
  3813. "Sense Danger" is missing InternalName
  3814. "Sense Danger" is missing Link
  3815. "Sentient Scalpel" is missing Description
  3816. "Sentient Scalpel" is missing Icon
  3817. "Sentient Scalpel" is missing InternalName
  3818. "Sentient Scalpel" is missing Link
  3819. "Sequence Burn" is missing Description
  3820. "Sequence Burn" is missing Icon
  3821. "Sequence Burn" is missing InternalName
  3822. "Sequence Burn" is missing Link
  3823. "Serene Storm" is missing BaseDrain
  3824. "Serene Storm" is missing Description
  3825. "Serene Storm" is missing Icon
  3826. "Serene Storm" is missing InternalName
  3827. "Serene Storm" is missing Link
  3828. "Serene Storm" is missing MaxRank
  3829. "Serene Storm" is missing Polarity
  3830. "Serene Storm" is missing Rarity
  3831. "Serrated Edges" is missing Description
  3832. "Serrated Edges" is missing Icon
  3833. "Serrated Edges" is missing InternalName
  3834. "Serrated Edges" is missing Link
  3835. "Serrated Rounds" is missing Description
  3836. "Serrated Rounds" is missing Icon
  3837. "Serrated Rounds" is missing InternalName
  3838. "Serrated Rounds" is missing Link
  3839. "Serration" is missing Description
  3840. "Serration" is missing Icon
  3841. "Serration" is missing InternalName
  3842. "Serration" is missing Link
  3843. "Shadow Harvest" is missing Description
  3844. "Shadow Harvest" is missing Icon
  3845. "Shadow Harvest" is missing InternalName
  3846. "Shadow Harvest" is missing Link
  3847. "Sharpened Blade" is missing Description
  3848. "Sharpened Blade" is missing Icon
  3849. "Sharpened Blade" is missing InternalName
  3850. "Sharpened Blade" is missing Link
  3851. "Sharpened Bullets" is missing Description
  3852. "Sharpened Bullets" is missing Icon
  3853. "Sharpened Bullets" is missing InternalName
  3854. "Sharpened Bullets" is missing Link
  3855. "Sharpened Claws" is missing Description
  3856. "Sharpened Claws" is missing Icon
  3857. "Sharpened Claws" is missing InternalName
  3858. "Sharpened Claws" is missing Link
  3859. "Sharpshooter" is missing Description
  3860. "Sharpshooter" is missing Icon
  3861. "Sharpshooter" is missing InternalName
  3862. "Sharpshooter" is missing Link
  3863. "Shatter Burst" is missing Description
  3864. "Shatter Burst" is missing Icon
  3865. "Shatter Burst" is missing InternalName
  3866. "Shatter Burst" is missing Link
  3867. "Shatter Burst" is missing Polarity
  3868. "Shattering Impact" is missing Description
  3869. "Shattering Impact" is missing Icon
  3870. "Shattering Impact" is missing InternalName
  3871. "Shattering Impact" is missing Link
  3872. "Shattering Justice" is missing Description
  3873. "Shattering Justice" is missing Icon
  3874. "Shattering Justice" is missing InternalName
  3875. "Shattering Justice" is missing Link
  3876. "Shattering Storm" is missing Description
  3877. "Shattering Storm" is missing Icon
  3878. "Shattering Storm" is missing InternalName
  3879. "Shattering Storm" is missing Link
  3880. "Shell Compression" is missing Description
  3881. "Shell Compression" is missing Icon
  3882. "Shell Compression" is missing InternalName
  3883. "Shell Compression" is missing Link
  3884. "Shell Rush" is missing Description
  3885. "Shell Rush" is missing Icon
  3886. "Shell Rush" is missing InternalName
  3887. "Shell Rush" is missing Link
  3888. "Shell Shock" is missing Description
  3889. "Shell Shock" is missing Icon
  3890. "Shell Shock" is missing InternalName
  3891. "Shell Shock" is missing Link
  3892. "Shelter" is missing Description
  3893. "Shelter" is missing Icon
  3894. "Shelter" is missing InternalName
  3895. "Shelter" is missing Link
  3896. "Shepherd" is missing Description
  3897. "Shepherd" is missing Icon
  3898. "Shepherd" is missing InternalName
  3899. "Shepherd" is missing Link
  3900. "Shield Charger" is missing Description
  3901. "Shield Charger" is missing Icon
  3902. "Shield Charger" is missing InternalName
  3903. "Shield Charger" is missing Link
  3904. "Shield Disruption" is missing Description
  3905. "Shield Disruption" is missing Icon
  3906. "Shield Disruption" is missing InternalName
  3907. "Shield Disruption" is missing Link
  3908. "Shield Overload" is missing Description
  3909. "Shield Overload" is missing Icon
  3910. "Shield Overload" is missing InternalName
  3911. "Shield Overload" is missing Link
  3912. "Shield Transference" is missing Description
  3913. "Shield Transference" is missing Icon
  3914. "Shield Transference" is missing InternalName
  3915. "Shield Transference" is missing Introduced
  3916. "Shield Transference" is missing Link
  3917. "Shield Transference" is missing Tradable
  3918. "Shield of Shadows" is missing Description
  3919. "Shield of Shadows" is missing Icon
  3920. "Shield of Shadows" is missing InternalName
  3921. "Shield of Shadows" is missing Link
  3922. "Shimmering Blight" is missing Description
  3923. "Shimmering Blight" is missing Icon
  3924. "Shimmering Blight" is missing InternalName
  3925. "Shimmering Blight" is missing Link
  3926. "Shock Absorbers" is missing Description
  3927. "Shock Absorbers" is missing Icon
  3928. "Shock Absorbers" is missing InternalName
  3929. "Shock Absorbers" is missing Link
  3930. "Shock Collar" is missing Description
  3931. "Shock Collar" is missing Icon
  3932. "Shock Collar" is missing InternalName
  3933. "Shock Collar" is missing Link
  3934. "Shock Trooper" is missing Description
  3935. "Shock Trooper" is missing Icon
  3936. "Shock Trooper" is missing InternalName
  3937. "Shock Trooper" is missing Link
  3938. "Shocking Speed" is missing Description
  3939. "Shocking Speed" is missing Icon
  3940. "Shocking Speed" is missing InternalName
  3941. "Shocking Speed" is missing Link
  3942. "Shocking Touch" is missing Description
  3943. "Shocking Touch" is missing Icon
  3944. "Shocking Touch" is missing InternalName
  3945. "Shocking Touch" is missing Link
  3946. "Shockwave Actuators" is missing Description
  3947. "Shockwave Actuators" is missing Icon
  3948. "Shockwave Actuators" is missing InternalName
  3949. "Shockwave Actuators" is missing Link
  3950. "Shotgun Ammo Mutation" is missing Description
  3951. "Shotgun Ammo Mutation" is missing Icon
  3952. "Shotgun Ammo Mutation" is missing InternalName
  3953. "Shotgun Ammo Mutation" is missing Link
  3954. "Shotgun Amp" is missing Description
  3955. "Shotgun Amp" is missing Icon
  3956. "Shotgun Amp" is missing InternalName
  3957. "Shotgun Amp" is missing Link
  3958. "Shotgun Savvy" is missing Description
  3959. "Shotgun Savvy" is missing Icon
  3960. "Shotgun Savvy" is missing InternalName
  3961. "Shotgun Savvy" is missing Link
  3962. "Shotgun Scavenger" is missing Description
  3963. "Shotgun Scavenger" is missing Icon
  3964. "Shotgun Scavenger" is missing InternalName
  3965. "Shotgun Scavenger" is missing Link
  3966. "Shotgun Spazz" is missing Description
  3967. "Shotgun Spazz" is missing Icon
  3968. "Shotgun Spazz" is missing InternalName
  3969. "Shotgun Spazz" is missing Link
  3970. "Shrapnel Rounds" is missing Description
  3971. "Shrapnel Rounds" is missing Icon
  3972. "Shrapnel Rounds" is missing InternalName
  3973. "Shrapnel Rounds" is missing Link
  3974. "Shrapnel Shot" is missing Description
  3975. "Shrapnel Shot" is missing Icon
  3976. "Shrapnel Shot" is missing InternalName
  3977. "Shrapnel Shot" is missing Link
  3978. "Shred" is missing Description
  3979. "Shred" is missing Icon
  3980. "Shred" is missing InternalName
  3981. "Shred" is missing Link
  3982. "Shred Shot" is missing Description
  3983. "Shred Shot" is missing Icon
  3984. "Shred Shot" is missing InternalName
  3985. "Shred Shot" is missing Link
  3986. "Shredder" is missing Description
  3987. "Shredder" is missing Icon
  3988. "Shredder" is missing InternalName
  3989. "Shredder" is missing Link
  3990. "Signal Flare" is missing Description
  3991. "Signal Flare" is missing Icon
  3992. "Signal Flare" is missing InternalName
  3993. "Signal Flare" is missing Link
  3994. "Silent Battery" is missing Description
  3995. "Silent Battery" is missing Icon
  3996. "Silent Battery" is missing InternalName
  3997. "Silent Battery" is missing Link
  3998. "Singularity" is missing Description
  3999. "Singularity" is missing Icon
  4000. "Singularity" is missing InternalName
  4001. "Singularity" is missing Link
  4002. "Sinister Reach" is missing Description
  4003. "Sinister Reach" is missing Icon
  4004. "Sinister Reach" is missing InternalName
  4005. "Sinister Reach" is missing Link
  4006. "Sinking Talon" is missing Description
  4007. "Sinking Talon" is missing Icon
  4008. "Sinking Talon" is missing InternalName
  4009. "Sinking Talon" is missing Link
  4010. "Skull Shots" is missing Description
  4011. "Skull Shots" is missing Icon
  4012. "Skull Shots" is missing InternalName
  4013. "Skull Shots" is missing Link
  4014. "Slay Board" is missing Description
  4015. "Slay Board" is missing Icon
  4016. "Slay Board" is missing InternalName
  4017. "Slay Board" is missing Link
  4018. "Slicing Feathers" is missing Description
  4019. "Slicing Feathers" is missing Icon
  4020. "Slicing Feathers" is missing InternalName
  4021. "Slicing Feathers" is missing Link
  4022. "Slip Magazine" is missing Description
  4023. "Slip Magazine" is missing Icon
  4024. "Slip Magazine" is missing InternalName
  4025. "Slip Magazine" is missing Link
  4026. "Sly Devolution" is missing Description
  4027. "Sly Devolution" is missing Icon
  4028. "Sly Devolution" is missing InternalName
  4029. "Sly Devolution" is missing Link
  4030. "Smite Corpus" is missing Description
  4031. "Smite Corpus" is missing Icon
  4032. "Smite Corpus" is missing InternalName
  4033. "Smite Corpus" is missing Link
  4034. "Smite Corrupted" is missing Description
  4035. "Smite Corrupted" is missing Icon
  4036. "Smite Corrupted" is missing InternalName
  4037. "Smite Corrupted" is missing Link
  4038. "Smite Grineer" is missing Description
  4039. "Smite Grineer" is missing Icon
  4040. "Smite Grineer" is missing InternalName
  4041. "Smite Grineer" is missing Link
  4042. "Smite Infested" is missing Description
  4043. "Smite Infested" is missing Icon
  4044. "Smite Infested" is missing InternalName
  4045. "Smite Infested" is missing Link
  4046. "Smite Infusion" is missing Description
  4047. "Smite Infusion" is missing Icon
  4048. "Smite Infusion" is missing InternalName
  4049. "Smite Infusion" is missing Link
  4050. "Smoke Shadow" is missing Description
  4051. "Smoke Shadow" is missing Icon
  4052. "Smoke Shadow" is missing InternalName
  4053. "Smoke Shadow" is missing Link
  4054. "Snap Shot" is missing Description
  4055. "Snap Shot" is missing Icon
  4056. "Snap Shot" is missing InternalName
  4057. "Snap Shot" is missing Link
  4058. "Sniper Ammo Mutation" is missing Description
  4059. "Sniper Ammo Mutation" is missing Icon
  4060. "Sniper Ammo Mutation" is missing InternalName
  4061. "Sniper Ammo Mutation" is missing Link
  4062. "Sniper Scavenger" is missing Description
  4063. "Sniper Scavenger" is missing Icon
  4064. "Sniper Scavenger" is missing InternalName
  4065. "Sniper Scavenger" is missing Link
  4066. "Soaring Strike" is missing Description
  4067. "Soaring Strike" is missing Icon
  4068. "Soaring Strike" is missing InternalName
  4069. "Soaring Strike" is missing Link
  4070. "Soft Hands" is missing Description
  4071. "Soft Hands" is missing Icon
  4072. "Soft Hands" is missing InternalName
  4073. "Soft Hands" is missing Link
  4074. "Sonic Boost" is missing Description
  4075. "Sonic Boost" is missing Icon
  4076. "Sonic Boost" is missing InternalName
  4077. "Sonic Boost" is missing Link
  4078. "Sonic Fracture" is missing Description
  4079. "Sonic Fracture" is missing Icon
  4080. "Sonic Fracture" is missing InternalName
  4081. "Sonic Fracture" is missing Link
  4082. "Soul Survivor" is missing Description
  4083. "Soul Survivor" is missing Icon
  4084. "Soul Survivor" is missing InternalName
  4085. "Soul Survivor" is missing Link
  4086. "Sovereign Outcast" is missing Description
  4087. "Sovereign Outcast" is missing Icon
  4088. "Sovereign Outcast" is missing InternalName
  4089. "Sovereign Outcast" is missing Link
  4090. "Spare Parts" is missing Description
  4091. "Spare Parts" is missing Icon
  4092. "Spare Parts" is missing InternalName
  4093. "Spare Parts" is missing Link
  4094. "Spectrosiphon" is missing Description
  4095. "Spectrosiphon" is missing Icon
  4096. "Spectrosiphon" is missing InternalName
  4097. "Spectrosiphon" is missing Link
  4098. "Speed Drift" is missing Description
  4099. "Speed Drift" is missing Icon
  4100. "Speed Drift" is missing InternalName
  4101. "Speed Drift" is missing Link
  4102. "Speed Holster" is missing Description
  4103. "Speed Holster" is missing Icon
  4104. "Speed Holster" is missing InternalName
  4105. "Speed Holster" is missing Link
  4106. "Speed Trigger" is missing Description
  4107. "Speed Trigger" is missing Icon
  4108. "Speed Trigger" is missing InternalName
  4109. "Speed Trigger" is missing Link
  4110. "Spellbound Harvest" is missing Description
  4111. "Spellbound Harvest" is missing Icon
  4112. "Spellbound Harvest" is missing InternalName
  4113. "Spellbound Harvest" is missing Link
  4114. "Spinning Needle" is missing Description
  4115. "Spinning Needle" is missing Icon
  4116. "Spinning Needle" is missing InternalName
  4117. "Spinning Needle" is missing Link
  4118. "Split Chamber" is missing Description
  4119. "Split Chamber" is missing Icon
  4120. "Split Chamber" is missing InternalName
  4121. "Split Chamber" is missing Link
  4122. "Split Flights" is missing Description
  4123. "Split Flights" is missing Icon
  4124. "Split Flights" is missing InternalName
  4125. "Split Flights" is missing Link
  4126. "Spoiled Strike" is missing Description
  4127. "Spoiled Strike" is missing Icon
  4128. "Spoiled Strike" is missing InternalName
  4129. "Spoiled Strike" is missing Link
  4130. "Spring-Loaded Blade" is missing Description
  4131. "Spring-Loaded Blade" is missing Icon
  4132. "Spring-Loaded Blade" is missing InternalName
  4133. "Spring-Loaded Blade" is missing Link
  4134. "Spring-Loaded Broadhead" is missing Description
  4135. "Spring-Loaded Broadhead" is missing Icon
  4136. "Spring-Loaded Broadhead" is missing InternalName
  4137. "Spring-Loaded Broadhead" is missing Link
  4138. "Spring-Loaded Chamber" is missing Description
  4139. "Spring-Loaded Chamber" is missing Icon
  4140. "Spring-Loaded Chamber" is missing InternalName
  4141. "Spring-Loaded Chamber" is missing Link
  4142. "Sprint Boost" is missing Description
  4143. "Sprint Boost" is missing Icon
  4144. "Sprint Boost" is missing InternalName
  4145. "Sprint Boost" is missing Link
  4146. "Spry Sights" is missing Description
  4147. "Spry Sights" is missing Icon
  4148. "Spry Sights" is missing InternalName
  4149. "Spry Sights" is missing Link
  4150. "Squad Renew" is missing BaseDrain
  4151. "Squad Renew" is missing Description
  4152. "Squad Renew" is missing Icon
  4153. "Squad Renew" is missing InternalName
  4154. "Squad Renew" is missing Link
  4155. "Squad Renew" is missing MaxRank
  4156. "Squad Renew" is missing Polarity
  4157. "Squad Renew" is missing Tradable
  4158. "Stabilizer" is missing Description
  4159. "Stabilizer" is missing Icon
  4160. "Stabilizer" is missing InternalName
  4161. "Stabilizer" is missing Link
  4162. "Staggering Shield" is missing Description
  4163. "Staggering Shield" is missing Icon
  4164. "Staggering Shield" is missing InternalName
  4165. "Staggering Shield" is missing Link
  4166. "Stalk" is missing Description
  4167. "Stalk" is missing Icon
  4168. "Stalk" is missing InternalName
  4169. "Stalk" is missing Link
  4170. "Stalking Fan" is missing Description
  4171. "Stalking Fan" is missing Icon
  4172. "Stalking Fan" is missing InternalName
  4173. "Stalking Fan" is missing Link
  4174. "Stand Ground" is missing Description
  4175. "Stand Ground" is missing Icon
  4176. "Stand Ground" is missing InternalName
  4177. "Stand Ground" is missing Link
  4178. "Stand United" is missing Description
  4179. "Stand United" is missing Icon
  4180. "Stand United" is missing InternalName
  4181. "Stand United" is missing Link
  4182. "Star Divide" is missing Description
  4183. "Star Divide" is missing Icon
  4184. "Star Divide" is missing InternalName
  4185. "Star Divide" is missing Link
  4186. "Stasis Field" is missing Description
  4187. "Stasis Field" is missing Icon
  4188. "Stasis Field" is missing InternalName
  4189. "Stasis Field" is missing Link
  4190. "Static Alacrity" is missing Description
  4191. "Static Alacrity" is missing Icon
  4192. "Static Alacrity" is missing InternalName
  4193. "Static Alacrity" is missing Link
  4194. "Static Discharge" is missing Description
  4195. "Static Discharge" is missing Icon
  4196. "Static Discharge" is missing InternalName
  4197. "Static Discharge" is missing Link
  4198. "Steady Hands" is missing Description
  4199. "Steady Hands" is missing Icon
  4200. "Steady Hands" is missing InternalName
  4201. "Steady Hands" is missing Link
  4202. "Stealth Drift" is missing Description
  4203. "Stealth Drift" is missing Icon
  4204. "Stealth Drift" is missing InternalName
  4205. "Stealth Drift" is missing Link
  4206. "Steel Charge" is missing Description
  4207. "Steel Charge" is missing Icon
  4208. "Steel Charge" is missing InternalName
  4209. "Steel Charge" is missing Link
  4210. "Steel Fiber" is missing Description
  4211. "Steel Fiber" is missing Icon
  4212. "Steel Fiber" is missing InternalName
  4213. "Steel Fiber" is missing Link
  4214. "Stinging Thorn" is missing Description
  4215. "Stinging Thorn" is missing Icon
  4216. "Stinging Thorn" is missing InternalName
  4217. "Stinging Thorn" is missing Link
  4218. "Stinging Truth" is missing Description
  4219. "Stinging Truth" is missing Icon
  4220. "Stinging Truth" is missing InternalName
  4221. "Stinging Truth" is missing Link
  4222. "Stockpiled Blight" is missing Description
  4223. "Stockpiled Blight" is missing Icon
  4224. "Stockpiled Blight" is missing InternalName
  4225. "Stockpiled Blight" is missing Link
  4226. "Stormbringer" is missing Description
  4227. "Stormbringer" is missing Icon
  4228. "Stormbringer" is missing InternalName
  4229. "Stormbringer" is missing Link
  4230. "Strafing Slide" is missing Description
  4231. "Strafing Slide" is missing Icon
  4232. "Strafing Slide" is missing InternalName
  4233. "Strafing Slide" is missing Link
  4234. "Strain Consume" is missing Description
  4235. "Strain Consume" is missing Icon
  4236. "Strain Consume" is missing InternalName
  4237. "Strain Consume" is missing Link
  4238. "Strain Eruption" is missing Description
  4239. "Strain Eruption" is missing Icon
  4240. "Strain Eruption" is missing InternalName
  4241. "Strain Eruption" is missing Link
  4242. "Strain Fever" is missing Description
  4243. "Strain Fever" is missing Icon
  4244. "Strain Fever" is missing InternalName
  4245. "Strain Fever" is missing Link
  4246. "Strain Infection" is missing Description
  4247. "Strain Infection" is missing Icon
  4248. "Strain Infection" is missing InternalName
  4249. "Strain Infection" is missing Link
  4250. "Streamline" is missing Description
  4251. "Streamline" is missing Icon
  4252. "Streamline" is missing InternalName
  4253. "Streamline" is missing Link
  4254. "Streamlined Form" is missing Description
  4255. "Streamlined Form" is missing Icon
  4256. "Streamlined Form" is missing InternalName
  4257. "Streamlined Form" is missing Link
  4258. "Stretch" is missing Description
  4259. "Stretch" is missing Icon
  4260. "Stretch" is missing InternalName
  4261. "Stretch" is missing Link
  4262. "Striker" is missing Description
  4263. "Striker" is missing Icon
  4264. "Striker" is missing InternalName
  4265. "Striker" is missing Link
  4266. "Striker" is missing Tradable
  4267. "Stunning Speed" is missing Description
  4268. "Stunning Speed" is missing Icon
  4269. "Stunning Speed" is missing InternalName
  4270. "Stunning Speed" is missing Link
  4271. "Sudden Impact" is missing Description
  4272. "Sudden Impact" is missing Icon
  4273. "Sudden Impact" is missing InternalName
  4274. "Sudden Impact" is missing Link
  4275. "Sudden Justice" is missing Description
  4276. "Sudden Justice" is missing Icon
  4277. "Sudden Justice" is missing InternalName
  4278. "Sudden Justice" is missing Link
  4279. "Sundering Strike" is missing Description
  4280. "Sundering Strike" is missing Icon
  4281. "Sundering Strike" is missing InternalName
  4282. "Sundering Strike" is missing Link
  4283. "Sundering Weave" is missing Description
  4284. "Sundering Weave" is missing Icon
  4285. "Sundering Weave" is missing InternalName
  4286. "Sundering Weave" is missing Link
  4287. "Superior Defenses" is missing Description
  4288. "Superior Defenses" is missing Icon
  4289. "Superior Defenses" is missing InternalName
  4290. "Superior Defenses" is missing Link
  4291. "Suppress" is missing Description
  4292. "Suppress" is missing Icon
  4293. "Suppress" is missing InternalName
  4294. "Suppress" is missing Link
  4295. "Sure Footed" is missing Description
  4296. "Sure Footed" is missing Icon
  4297. "Sure Footed" is missing InternalName
  4298. "Sure Footed" is missing Link
  4299. "Sure Shot" is missing Description
  4300. "Sure Shot" is missing Icon
  4301. "Sure Shot" is missing InternalName
  4302. "Sure Shot" is missing Link
  4303. "Surging Dash" is missing Description
  4304. "Surging Dash" is missing Icon
  4305. "Surging Dash" is missing InternalName
  4306. "Surging Dash" is missing Link
  4307. "Surplus Diverters" is missing Description
  4308. "Surplus Diverters" is missing Icon
  4309. "Surplus Diverters" is missing InternalName
  4310. "Surplus Diverters" is missing Link
  4311. "Survival Instinct" is missing Description
  4312. "Survival Instinct" is missing Icon
  4313. "Survival Instinct" is missing InternalName
  4314. "Survival Instinct" is missing Link
  4315. "Sweeping Serration" is missing Description
  4316. "Sweeping Serration" is missing Icon
  4317. "Sweeping Serration" is missing InternalName
  4318. "Sweeping Serration" is missing Link
  4319. "Swift Deth" is missing Description
  4320. "Swift Deth" is missing Icon
  4321. "Swift Deth" is missing InternalName
  4322. "Swift Deth" is missing Link
  4323. "Swift Deth" is missing Tradable
  4324. "Swift Momentum" is missing Description
  4325. "Swift Momentum" is missing Icon
  4326. "Swift Momentum" is missing InternalName
  4327. "Swift Momentum" is missing Link
  4328. "Swing Line" is missing Description
  4329. "Swing Line" is missing Icon
  4330. "Swing Line" is missing InternalName
  4331. "Swing Line" is missing Link
  4332. "Swipe" is missing Description
  4333. "Swipe" is missing Icon
  4334. "Swipe" is missing InternalName
  4335. "Swipe" is missing Link
  4336. "Swirling Tiger" is missing Description
  4337. "Swirling Tiger" is missing Icon
  4338. "Swirling Tiger" is missing InternalName
  4339. "Swirling Tiger" is missing Link
  4340. "Swooping Falcon" is missing Description
  4341. "Swooping Falcon" is missing Icon
  4342. "Swooping Falcon" is missing InternalName
  4343. "Swooping Falcon" is missing Link
  4344. "Sword Alone" is missing Description
  4345. "Sword Alone" is missing Icon
  4346. "Sword Alone" is missing InternalName
  4347. "Sword Alone" is missing Introduced
  4348. "Sword Alone" is missing Link
  4349. "Synth Charge" is missing Description
  4350. "Synth Charge" is missing Icon
  4351. "Synth Charge" is missing InternalName
  4352. "Synth Charge" is missing Link
  4353. "Synth Deconstruct" is missing Description
  4354. "Synth Deconstruct" is missing Icon
  4355. "Synth Deconstruct" is missing InternalName
  4356. "Synth Deconstruct" is missing Link
  4357. "Synth Fiber" is missing Description
  4358. "Synth Fiber" is missing Icon
  4359. "Synth Fiber" is missing InternalName
  4360. "Synth Fiber" is missing Link
  4361. "Synth Reflex" is missing Description
  4362. "Synth Reflex" is missing Icon
  4363. "Synth Reflex" is missing InternalName
  4364. "Synth Reflex" is missing Link
  4365. "System Reroute" is missing Description
  4366. "System Reroute" is missing Icon
  4367. "System Reroute" is missing InternalName
  4368. "System Reroute" is missing Link
  4369. "Tactical Pump" is missing Description
  4370. "Tactical Pump" is missing Icon
  4371. "Tactical Pump" is missing InternalName
  4372. "Tactical Pump" is missing Link
  4373. "Tactical Reload" is missing Description
  4374. "Tactical Reload" is missing Icon
  4375. "Tactical Reload" is missing InternalName
  4376. "Tactical Reload" is missing Link
  4377. "Tactical Retreat" is missing Description
  4378. "Tactical Retreat" is missing Icon
  4379. "Tactical Retreat" is missing InternalName
  4380. "Tactical Retreat" is missing Link
  4381. "Tainted Clip" is missing Description
  4382. "Tainted Clip" is missing Icon
  4383. "Tainted Clip" is missing InternalName
  4384. "Tainted Clip" is missing Link
  4385. "Tainted Hydra" is missing Description
  4386. "Tainted Hydra" is missing Icon
  4387. "Tainted Hydra" is missing InternalName
  4388. "Tainted Hydra" is missing Link
  4389. "Tainted Mag" is missing Description
  4390. "Tainted Mag" is missing Icon
  4391. "Tainted Mag" is missing InternalName
  4392. "Tainted Mag" is missing Link
  4393. "Tainted Shell" is missing Description
  4394. "Tainted Shell" is missing Icon
  4395. "Tainted Shell" is missing InternalName
  4396. "Tainted Shell" is missing Link
  4397. "Target Acquired" is missing Description
  4398. "Target Acquired" is missing Icon
  4399. "Target Acquired" is missing InternalName
  4400. "Target Acquired" is missing Link
  4401. "Target Cracker" is missing Description
  4402. "Target Cracker" is missing Icon
  4403. "Target Cracker" is missing InternalName
  4404. "Target Cracker" is missing Link
  4405. "Target Fixation" is missing Description
  4406. "Target Fixation" is missing Icon
  4407. "Target Fixation" is missing InternalName
  4408. "Target Fixation" is missing Link
  4409. "Targeting Receptor" is missing Description
  4410. "Targeting Receptor" is missing Icon
  4411. "Targeting Receptor" is missing InternalName
  4412. "Targeting Receptor" is missing Link
  4413. "Targeting Subsystem" is missing Description
  4414. "Targeting Subsystem" is missing Icon
  4415. "Targeting Subsystem" is missing InternalName
  4416. "Targeting Subsystem" is missing Link
  4417. "Tear Gas" is missing Description
  4418. "Tear Gas" is missing Icon
  4419. "Tear Gas" is missing InternalName
  4420. "Tear Gas" is missing Link
  4421. "Tectonic Fracture" is missing Description
  4422. "Tectonic Fracture" is missing Icon
  4423. "Tectonic Fracture" is missing InternalName
  4424. "Tectonic Fracture" is missing Link
  4425. "Teeming Virulence" is missing Description
  4426. "Teeming Virulence" is missing Icon
  4427. "Teeming Virulence" is missing InternalName
  4428. "Teeming Virulence" is missing Link
  4429. "Tek Assault" is missing Description
  4430. "Tek Assault" is missing Icon
  4431. "Tek Assault" is missing InternalName
  4432. "Tek Assault" is missing Link
  4433. "Tek Collateral" is missing Description
  4434. "Tek Collateral" is missing Icon
  4435. "Tek Collateral" is missing InternalName
  4436. "Tek Collateral" is missing Link
  4437. "Tek Enhance" is missing Description
  4438. "Tek Enhance" is missing Icon
  4439. "Tek Enhance" is missing InternalName
  4440. "Tek Enhance" is missing Link
  4441. "Tek Gravity" is missing Description
  4442. "Tek Gravity" is missing Icon
  4443. "Tek Gravity" is missing InternalName
  4444. "Tek Gravity" is missing Link
  4445. "Tempered Blade" is missing Description
  4446. "Tempered Blade" is missing Icon
  4447. "Tempered Blade" is missing InternalName
  4448. "Tempered Blade" is missing Link
  4449. "Tempered Bound" is missing Description
  4450. "Tempered Bound" is missing Icon
  4451. "Tempered Bound" is missing InternalName
  4452. "Tempered Bound" is missing Link
  4453. "Tempo Royale" is missing Description
  4454. "Tempo Royale" is missing Icon
  4455. "Tempo Royale" is missing InternalName
  4456. "Tempo Royale" is missing Link
  4457. "Terminal Velocity" is missing Description
  4458. "Terminal Velocity" is missing Icon
  4459. "Terminal Velocity" is missing InternalName
  4460. "Terminal Velocity" is missing Link
  4461. "Territorial Aggression" is missing Description
  4462. "Territorial Aggression" is missing Icon
  4463. "Territorial Aggression" is missing InternalName
  4464. "Territorial Aggression" is missing Link
  4465. "Tesla Bank" is missing Description
  4466. "Tesla Bank" is missing Icon
  4467. "Tesla Bank" is missing InternalName
  4468. "Tesla Bank" is missing Link
  4469. "Tether" is missing Description
  4470. "Tether" is missing Icon
  4471. "Tether" is missing InternalName
  4472. "Tether" is missing Link
  4473. "Tether" is missing Polarity
  4474. "Tether Grenades" is missing Description
  4475. "Tether Grenades" is missing Icon
  4476. "Tether Grenades" is missing InternalName
  4477. "Tether Grenades" is missing Link
  4478. "Thermagnetic Shells" is missing Description
  4479. "Thermagnetic Shells" is missing Icon
  4480. "Thermagnetic Shells" is missing InternalName
  4481. "Thermagnetic Shells" is missing Link
  4482. "Thermite Rounds" is missing Description
  4483. "Thermite Rounds" is missing Icon
  4484. "Thermite Rounds" is missing InternalName
  4485. "Thermite Rounds" is missing Link
  4486. "Thief's Wit" is missing Description
  4487. "Thief's Wit" is missing Icon
  4488. "Thief's Wit" is missing InternalName
  4489. "Thief's Wit" is missing Link
  4490. "Thrall Pact" is missing Description
  4491. "Thrall Pact" is missing Icon
  4492. "Thrall Pact" is missing InternalName
  4493. "Thrall Pact" is missing Link
  4494. "Thrash Landing" is missing Description
  4495. "Thrash Landing" is missing Icon
  4496. "Thrash Landing" is missing InternalName
  4497. "Thrash Landing" is missing Link
  4498. "Thumper" is missing Description
  4499. "Thumper" is missing Icon
  4500. "Thumper" is missing InternalName
  4501. "Thumper" is missing Link
  4502. "Thunderbolt" is missing Description
  4503. "Thunderbolt" is missing Icon
  4504. "Thunderbolt" is missing InternalName
  4505. "Thunderbolt" is missing Link
  4506. "Thundermiter" is missing Description
  4507. "Thundermiter" is missing Icon
  4508. "Thundermiter" is missing InternalName
  4509. "Thundermiter" is missing Link
  4510. "Tidal Impunity" is missing Description
  4511. "Tidal Impunity" is missing Icon
  4512. "Tidal Impunity" is missing InternalName
  4513. "Tidal Impunity" is missing Link
  4514. "Titanic Rumbler" is missing Description
  4515. "Titanic Rumbler" is missing Icon
  4516. "Titanic Rumbler" is missing InternalName
  4517. "Titanic Rumbler" is missing Link
  4518. "Total Eclipse" is missing Description
  4519. "Total Eclipse" is missing Icon
  4520. "Total Eclipse" is missing InternalName
  4521. "Total Eclipse" is missing Link
  4522. "Toxic Barrage" is missing Description
  4523. "Toxic Barrage" is missing Icon
  4524. "Toxic Barrage" is missing InternalName
  4525. "Toxic Barrage" is missing Link
  4526. "Toxic Blight" is missing Description
  4527. "Toxic Blight" is missing Icon
  4528. "Toxic Blight" is missing InternalName
  4529. "Toxic Blight" is missing Link
  4530. "Toxic Flight" is missing Description
  4531. "Toxic Flight" is missing Icon
  4532. "Toxic Flight" is missing InternalName
  4533. "Toxic Flight" is missing Link
  4534. "Toxic Sequence" is missing Description
  4535. "Toxic Sequence" is missing Icon
  4536. "Toxic Sequence" is missing InternalName
  4537. "Toxic Sequence" is missing Link
  4538. "Toxin Resistance" is missing Description
  4539. "Toxin Resistance" is missing Icon
  4540. "Toxin Resistance" is missing InternalName
  4541. "Toxin Resistance" is missing Link
  4542. "Tractor Beam" is missing Description
  4543. "Tractor Beam" is missing Icon
  4544. "Tractor Beam" is missing InternalName
  4545. "Tractor Beam" is missing Link
  4546. "Trail Blazer" is missing Description
  4547. "Trail Blazer" is missing Icon
  4548. "Trail Blazer" is missing InternalName
  4549. "Trail Blazer" is missing Link
  4550. "Trample" is missing Description
  4551. "Trample" is missing Icon
  4552. "Trample" is missing InternalName
  4553. "Trample" is missing Link
  4554. "Tranquil Cleave" is missing Description
  4555. "Tranquil Cleave" is missing Icon
  4556. "Tranquil Cleave" is missing InternalName
  4557. "Tranquil Cleave" is missing Link
  4558. "Transfusion" is missing Description
  4559. "Transfusion" is missing Icon
  4560. "Transfusion" is missing InternalName
  4561. "Transfusion" is missing Link
  4562. "Transient Fortitude" is missing Description
  4563. "Transient Fortitude" is missing Icon
  4564. "Transient Fortitude" is missing InternalName
  4565. "Transient Fortitude" is missing Link
  4566. "Transistor Shield" is missing Description
  4567. "Transistor Shield" is missing Icon
  4568. "Transistor Shield" is missing InternalName
  4569. "Transistor Shield" is missing Link
  4570. "Tribunal" is missing Description
  4571. "Tribunal" is missing Icon
  4572. "Tribunal" is missing InternalName
  4573. "Tribunal" is missing Link
  4574. "Trick Mag" is missing Description
  4575. "Trick Mag" is missing Icon
  4576. "Trick Mag" is missing InternalName
  4577. "Trick Mag" is missing Link
  4578. "Triple Tap" is missing Description
  4579. "Triple Tap" is missing Icon
  4580. "Triple Tap" is missing InternalName
  4581. "Triple Tap" is missing Link
  4582. "True Punishment" is missing Description
  4583. "True Punishment" is missing Icon
  4584. "True Punishment" is missing InternalName
  4585. "True Punishment" is missing Link
  4586. "True Steel" is missing Description
  4587. "True Steel" is missing Icon
  4588. "True Steel" is missing InternalName
  4589. "True Steel" is missing Link
  4590. "Turret Velocity" is missing Description
  4591. "Turret Velocity" is missing Icon
  4592. "Turret Velocity" is missing InternalName
  4593. "Turret Velocity" is missing Link
  4594. "Twirling Spire" is missing Description
  4595. "Twirling Spire" is missing Icon
  4596. "Twirling Spire" is missing InternalName
  4597. "Twirling Spire" is missing Link
  4598. "Twitch" is missing Description
  4599. "Twitch" is missing Icon
  4600. "Twitch" is missing InternalName
  4601. "Twitch" is missing Link
  4602. "Umbral Fiber" is missing Description
  4603. "Umbral Fiber" is missing Icon
  4604. "Umbral Fiber" is missing InternalName
  4605. "Umbral Fiber" is missing Link
  4606. "Umbral Intensify" is missing Description
  4607. "Umbral Intensify" is missing Icon
  4608. "Umbral Intensify" is missing InternalName
  4609. "Umbral Intensify" is missing Link
  4610. "Umbral Vitality" is missing Description
  4611. "Umbral Vitality" is missing Icon
  4612. "Umbral Vitality" is missing InternalName
  4613. "Umbral Vitality" is missing Link
  4614. "Undying Will" is missing Description
  4615. "Undying Will" is missing Icon
  4616. "Undying Will" is missing InternalName
  4617. "Undying Will" is missing Link
  4618. "Unleashed" is missing Description
  4619. "Unleashed" is missing Icon
  4620. "Unleashed" is missing InternalName
  4621. "Unleashed" is missing Link
  4622. "Untraceable" is missing Description
  4623. "Untraceable" is missing Icon
  4624. "Untraceable" is missing InternalName
  4625. "Untraceable" is missing Link
  4626. "Untraceable" is missing Polarity
  4627. "Vacuum" is missing Description
  4628. "Vacuum" is missing Icon
  4629. "Vacuum" is missing InternalName
  4630. "Vacuum" is missing Link
  4631. "Vampire Leech" is missing Description
  4632. "Vampire Leech" is missing Icon
  4633. "Vampire Leech" is missing InternalName
  4634. "Vampire Leech" is missing Link
  4635. "Vanquished Prey" is missing Description
  4636. "Vanquished Prey" is missing Icon
  4637. "Vanquished Prey" is missing InternalName
  4638. "Vanquished Prey" is missing Link
  4639. "Vapor Trail" is missing Description
  4640. "Vapor Trail" is missing Icon
  4641. "Vapor Trail" is missing InternalName
  4642. "Vapor Trail" is missing Link
  4643. "Vaporize" is missing Description
  4644. "Vaporize" is missing Icon
  4645. "Vaporize" is missing InternalName
  4646. "Vaporize" is missing Link
  4647. "Vazarin Transmute Core" is missing BaseDrain
  4648. "Vazarin Transmute Core" is missing Description
  4649. "Vazarin Transmute Core" is missing Icon
  4650. "Vazarin Transmute Core" is missing InternalName
  4651. "Vazarin Transmute Core" is missing Link
  4652. "Vazarin Transmute Core" is missing Type
  4653. "Venari Bodyguard" is missing Description
  4654. "Venari Bodyguard" is missing Icon
  4655. "Venari Bodyguard" is missing InternalName
  4656. "Venari Bodyguard" is missing Link
  4657. "Venerdo Hoverdrive" is missing Description
  4658. "Venerdo Hoverdrive" is missing Icon
  4659. "Venerdo Hoverdrive" is missing InternalName
  4660. "Venerdo Hoverdrive" is missing Link
  4661. "Vengeful Revenant" is missing Description
  4662. "Vengeful Revenant" is missing Icon
  4663. "Vengeful Revenant" is missing InternalName
  4664. "Vengeful Revenant" is missing Link
  4665. "Venom Dose" is missing Description
  4666. "Venom Dose" is missing Icon
  4667. "Venom Dose" is missing InternalName
  4668. "Venom Dose" is missing Link
  4669. "Venom Teeth" is missing Description
  4670. "Venom Teeth" is missing Icon
  4671. "Venom Teeth" is missing InternalName
  4672. "Venom Teeth" is missing Link
  4673. "Venomous Clip" is missing Description
  4674. "Venomous Clip" is missing Icon
  4675. "Venomous Clip" is missing InternalName
  4676. "Venomous Clip" is missing Link
  4677. "Venomous Rise" is missing Description
  4678. "Venomous Rise" is missing Icon
  4679. "Venomous Rise" is missing InternalName
  4680. "Venomous Rise" is missing Link
  4681. "Vermillion Storm" is missing Description
  4682. "Vermillion Storm" is missing Icon
  4683. "Vermillion Storm" is missing InternalName
  4684. "Vermillion Storm" is missing Link
  4685. "Vexing Retaliation" is missing Description
  4686. "Vexing Retaliation" is missing Icon
  4687. "Vexing Retaliation" is missing InternalName
  4688. "Vexing Retaliation" is missing Link
  4689. "Vicious Approach" is missing Description
  4690. "Vicious Approach" is missing Icon
  4691. "Vicious Approach" is missing InternalName
  4692. "Vicious Approach" is missing Link
  4693. "Vicious Frost" is missing Description
  4694. "Vicious Frost" is missing Icon
  4695. "Vicious Frost" is missing InternalName
  4696. "Vicious Frost" is missing Link
  4697. "Vicious Spread" is missing Description
  4698. "Vicious Spread" is missing Icon
  4699. "Vicious Spread" is missing InternalName
  4700. "Vicious Spread" is missing Link
  4701. "Vigilante Armaments" is missing Description
  4702. "Vigilante Armaments" is missing Icon
  4703. "Vigilante Armaments" is missing InternalName
  4704. "Vigilante Armaments" is missing Link
  4705. "Vigilante Fervor" is missing Description
  4706. "Vigilante Fervor" is missing Icon
  4707. "Vigilante Fervor" is missing InternalName
  4708. "Vigilante Fervor" is missing Link
  4709. "Vigilante Offense" is missing Description
  4710. "Vigilante Offense" is missing Icon
  4711. "Vigilante Offense" is missing InternalName
  4712. "Vigilante Offense" is missing Link
  4713. "Vigilante Pursuit" is missing Description
  4714. "Vigilante Pursuit" is missing Icon
  4715. "Vigilante Pursuit" is missing InternalName
  4716. "Vigilante Pursuit" is missing Link
  4717. "Vigilante Supplies" is missing Description
  4718. "Vigilante Supplies" is missing Icon
  4719. "Vigilante Supplies" is missing InternalName
  4720. "Vigilante Supplies" is missing Link
  4721. "Vigilante Vigor" is missing Description
  4722. "Vigilante Vigor" is missing Icon
  4723. "Vigilante Vigor" is missing InternalName
  4724. "Vigilante Vigor" is missing Link
  4725. "Vigor" is missing Description
  4726. "Vigor" is missing Icon
  4727. "Vigor" is missing InternalName
  4728. "Vigor" is missing Link
  4729. "Vigorous Swap" is missing Description
  4730. "Vigorous Swap" is missing Icon
  4731. "Vigorous Swap" is missing InternalName
  4732. "Vigorous Swap" is missing Link
  4733. "Vile Acceleration" is missing Description
  4734. "Vile Acceleration" is missing Icon
  4735. "Vile Acceleration" is missing InternalName
  4736. "Vile Acceleration" is missing Link
  4737. "Vile Precision" is missing Description
  4738. "Vile Precision" is missing Icon
  4739. "Vile Precision" is missing InternalName
  4740. "Vile Precision" is missing Link
  4741. "Viral Quills" is missing Description
  4742. "Viral Quills" is missing Icon
  4743. "Viral Quills" is missing InternalName
  4744. "Viral Quills" is missing Link
  4745. "Virulent Scourge" is missing Description
  4746. "Virulent Scourge" is missing Icon
  4747. "Virulent Scourge" is missing InternalName
  4748. "Virulent Scourge" is missing Link
  4749. "Vital Sense" is missing Description
  4750. "Vital Sense" is missing Icon
  4751. "Vital Sense" is missing InternalName
  4752. "Vital Sense" is missing Link
  4753. "Vital Systems Bypass" is missing Description
  4754. "Vital Systems Bypass" is missing Icon
  4755. "Vital Systems Bypass" is missing InternalName
  4756. "Vital Systems Bypass" is missing Link
  4757. "Vitality" is missing Description
  4758. "Vitality" is missing Icon
  4759. "Vitality" is missing InternalName
  4760. "Vitality" is missing Link
  4761. "Void Cloak" is missing Description
  4762. "Void Cloak" is missing Icon
  4763. "Void Cloak" is missing InternalName
  4764. "Void Cloak" is missing Link
  4765. "Void Cloak" is missing Polarity
  4766. "Void Hole" is missing Description
  4767. "Void Hole" is missing Icon
  4768. "Void Hole" is missing InternalName
  4769. "Void Hole" is missing Link
  4770. "Void Hole" is missing Polarity
  4771. "Volatile Parasite" is missing Description
  4772. "Volatile Parasite" is missing Icon
  4773. "Volatile Parasite" is missing InternalName
  4774. "Volatile Parasite" is missing Link
  4775. "Volatile Quick Return" is missing Description
  4776. "Volatile Quick Return" is missing Icon
  4777. "Volatile Quick Return" is missing InternalName
  4778. "Volatile Quick Return" is missing Link
  4779. "Volatile Rebound" is missing Description
  4780. "Volatile Rebound" is missing Icon
  4781. "Volatile Rebound" is missing InternalName
  4782. "Volatile Rebound" is missing Link
  4783. "Volcanic Edge" is missing Description
  4784. "Volcanic Edge" is missing Icon
  4785. "Volcanic Edge" is missing InternalName
  4786. "Volcanic Edge" is missing Link
  4787. "Voltage Sequence" is missing Description
  4788. "Voltage Sequence" is missing Icon
  4789. "Voltage Sequence" is missing InternalName
  4790. "Voltage Sequence" is missing Link
  4791. "Voltaic Lance" is missing Description
  4792. "Voltaic Lance" is missing Icon
  4793. "Voltaic Lance" is missing InternalName
  4794. "Voltaic Lance" is missing Link
  4795. "Voltaic Strike" is missing Description
  4796. "Voltaic Strike" is missing Icon
  4797. "Voltaic Strike" is missing InternalName
  4798. "Voltaic Strike" is missing Link
  4799. "Vome" is missing BaseDrain
  4800. "Vome" is missing Description
  4801. "Vome" is missing Icon
  4802. "Vome" is missing InternalName
  4803. "Vome" is missing Link
  4804. "Vome" is missing Polarity
  4805. "Votive Onslaught" is missing Description
  4806. "Votive Onslaught" is missing Icon
  4807. "Votive Onslaught" is missing InternalName
  4808. "Votive Onslaught" is missing Link
  4809. "Vulcan Blitz" is missing Description
  4810. "Vulcan Blitz" is missing Icon
  4811. "Vulcan Blitz" is missing InternalName
  4812. "Vulcan Blitz" is missing Link
  4813. "Vulpine Mask" is missing Description
  4814. "Vulpine Mask" is missing Icon
  4815. "Vulpine Mask" is missing InternalName
  4816. "Vulpine Mask" is missing Link
  4817. "Ward Recovery" is missing Description
  4818. "Ward Recovery" is missing Icon
  4819. "Ward Recovery" is missing InternalName
  4820. "Ward Recovery" is missing Link
  4821. "Warding Thurible" is missing Description
  4822. "Warding Thurible" is missing Icon
  4823. "Warding Thurible" is missing InternalName
  4824. "Warding Thurible" is missing Link
  4825. "Warhead" is missing Description
  4826. "Warhead" is missing Icon
  4827. "Warhead" is missing InternalName
  4828. "Warhead" is missing Link
  4829. "Warm Coat" is missing Description
  4830. "Warm Coat" is missing Icon
  4831. "Warm Coat" is missing InternalName
  4832. "Warm Coat" is missing Link
  4833. "Warrior" is missing Description
  4834. "Warrior" is missing Icon
  4835. "Warrior" is missing InternalName
  4836. "Warrior" is missing Link
  4837. "Warrior" is missing Tradable
  4838. "Waveband Disruptor" is missing Description
  4839. "Waveband Disruptor" is missing Icon
  4840. "Waveband Disruptor" is missing InternalName
  4841. "Waveband Disruptor" is missing Link
  4842. "Weeping Wounds" is missing Description
  4843. "Weeping Wounds" is missing Icon
  4844. "Weeping Wounds" is missing InternalName
  4845. "Weeping Wounds" is missing Link
  4846. "Whiplash Mine" is missing Description
  4847. "Whiplash Mine" is missing Icon
  4848. "Whiplash Mine" is missing InternalName
  4849. "Whiplash Mine" is missing Link
  4850. "Whirlwind" is missing Description
  4851. "Whirlwind" is missing Icon
  4852. "Whirlwind" is missing InternalName
  4853. "Whirlwind" is missing Link
  4854. "Wild Frenzy" is missing Description
  4855. "Wild Frenzy" is missing Icon
  4856. "Wild Frenzy" is missing InternalName
  4857. "Wild Frenzy" is missing Link
  4858. "Wildfire" is missing Description
  4859. "Wildfire" is missing Icon
  4860. "Wildfire" is missing InternalName
  4861. "Wildfire" is missing Link
  4862. "Winds of Purity" is missing Description
  4863. "Winds of Purity" is missing Icon
  4864. "Winds of Purity" is missing InternalName
  4865. "Winds of Purity" is missing Link
  4866. "Wise Razor" is missing Description
  4867. "Wise Razor" is missing Icon
  4868. "Wise Razor" is missing InternalName
  4869. "Wise Razor" is missing Link
  4870. "Worm's Torment" is missing BaseDrain
  4871. "Worm's Torment" is missing Description
  4872. "Worm's Torment" is missing Icon
  4873. "Worm's Torment" is missing InternalName
  4874. "Worm's Torment" is missing Link
  4875. "Worm's Torment" is missing MaxRank
  4876. "Worm's Torment" is missing Tradable
  4877. "Xata" is missing BaseDrain
  4878. "Xata" is missing Description
  4879. "Xata" is missing Icon
  4880. "Xata" is missing InternalName
  4881. "Xata" is missing Link
  4882. "Xata" is missing Polarity
  4883. "Zazvat-Kar" is missing Description
  4884. "Zazvat-Kar" is missing Icon
  4885. "Zazvat-Kar" is missing InternalName
  4886. "Zazvat-Kar" is missing Link
  4887. "Zodiac Shred" is missing Description
  4888. "Zodiac Shred" is missing Icon
  4889. "Zodiac Shred" is missing InternalName
  4890. "Zodiac Shred" is missing Link

Validating data types of values

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

  1. Amalgam Argonak Metal Auger contains an unsupported key NonCompatible
  2. Amalgam Barrel Diffusion contains an unsupported key NonCompatible
  3. Amalgam Furax Body Count contains an unsupported key NonCompatible
  4. Amalgam Javlok Magazine Warp contains an unsupported key NonCompatible
  5. Amalgam Organ Shatter contains an unsupported key NonCompatible
  6. Amalgam Ripkas True Steel contains an unsupported key NonCompatible
  7. Amalgam Serration contains an unsupported key NonCompatible
  8. Amalgam Shotgun Spazz contains an unsupported key NonCompatible
  9. Ammo Drum contains an unsupported key NonCompatible
  10. Ammo Stock contains an unsupported key NonCompatible
  11. Animal Instinct contains an unsupported key NonCompatible
  12. Assimilate contains an unsupported key NonCompatible
  13. Aviator contains an unsupported key NonCompatible
  14. Bane of Corpus contains an unsupported key NonCompatible
  15. Bane of Corrupted contains an unsupported key NonCompatible
  16. Bane of Grineer contains an unsupported key NonCompatible
  17. Bane of Infested contains an unsupported key NonCompatible
  18. Barrel Diffusion contains an unsupported key NonCompatible
  19. Battering Maneuver contains an unsupported key NonCompatible
  20. Body Count contains an unsupported key NonCompatible
  21. Calculated Redirection contains an unsupported key NonCompatible
  22. Charged Shell contains an unsupported key NonCompatible
  23. Chilling Grasp contains an unsupported key NonCompatible
  24. Cleanse Corpus contains an unsupported key NonCompatible
  25. Cleanse Corrupted contains an unsupported key NonCompatible
  26. Cleanse Grineer contains an unsupported key NonCompatible
  27. Cleanse Infested contains an unsupported key NonCompatible
  28. Continuity contains an unsupported key NonCompatible
  29. Convulsion contains an unsupported key NonCompatible
  30. Creeping Bullseye contains an unsupported key NonCompatible
  31. Critical Delay contains an unsupported key NonCompatible
  32. Cryo Rounds contains an unsupported key NonCompatible
  33. Deceptive Bond contains an unsupported key NonCompatible
  34. Deep Freeze contains an unsupported key NonCompatible
  35. Empowered Quiver contains an unsupported key NonCompatible
  36. Enemy Sense contains an unsupported key NonCompatible
  37. Enhanced Vitality contains an unsupported key NonCompatible
  38. Enraged contains an unsupported key NonCompatible
  39. Equilibrium contains an unsupported key NonCompatible
  40. Expel Corpus contains an unsupported key NonCompatible
  41. Expel Corrupted contains an unsupported key NonCompatible
  42. Expel Grineer contains an unsupported key NonCompatible
  43. Expel Infested contains an unsupported key NonCompatible
  44. Fast Deflection contains an unsupported key NonCompatible
  45. Fast Hands contains an unsupported key NonCompatible
  46. Fever Strike contains an unsupported key NonCompatible
  47. Firestorm contains an unsupported key NonCompatible
  48. Firewalker contains an unsupported key NonCompatible
  49. Flawed Ammo Drum contains an unsupported key NonCompatible
  50. Flawed Ammo Stock contains an unsupported key NonCompatible
  51. Flawed Bane of Corpus contains an unsupported key NonCompatible
  52. Flawed Bane of Grineer contains an unsupported key NonCompatible
  53. Flawed Charged Shell contains an unsupported key NonCompatible
  54. Flawed Continuity contains an unsupported key NonCompatible
  55. Flawed Convulsion contains an unsupported key NonCompatible
  56. Flawed Deep Freeze contains an unsupported key NonCompatible
  57. Flawed Enemy Sense contains an unsupported key NonCompatible
  58. Flawed Equilibrium contains an unsupported key NonCompatible
  59. Flawed Expel Corpus contains an unsupported key NonCompatible
  60. Flawed Expel Grineer contains an unsupported key NonCompatible
  61. Flawed Fast Deflection contains an unsupported key NonCompatible
  62. Flawed Fast Hands contains an unsupported key NonCompatible
  63. Flawed Fever Strike contains an unsupported key NonCompatible
  64. Flawed Flow contains an unsupported key NonCompatible
  65. Flawed Fury contains an unsupported key NonCompatible
  66. Flawed Heated Charge contains an unsupported key NonCompatible
  67. Flawed Hellfire contains an unsupported key NonCompatible
  68. Flawed Hornet Strike contains an unsupported key NonCompatible
  69. Flawed Incendiary Coat contains an unsupported key NonCompatible
  70. Flawed Intensify contains an unsupported key NonCompatible
  71. Flawed Magazine Warp contains an unsupported key NonCompatible
  72. Flawed Molten Impact contains an unsupported key NonCompatible
  73. Flawed North Wind contains an unsupported key NonCompatible
  74. Flawed Organ Shatter contains an unsupported key NonCompatible
  75. Flawed Pathogen Rounds contains an unsupported key NonCompatible
  76. Flawed Pistol Gambit contains an unsupported key NonCompatible
  77. Flawed Point Blank contains an unsupported key NonCompatible
  78. Flawed Pressure Point contains an unsupported key NonCompatible
  79. Flawed Quickdraw contains an unsupported key NonCompatible
  80. Flawed Redirection contains an unsupported key NonCompatible
  81. Flawed Rush contains an unsupported key NonCompatible
  82. Flawed Serration contains an unsupported key NonCompatible
  83. Flawed Shell Compression contains an unsupported key NonCompatible
  84. Flawed Shocking Touch contains an unsupported key NonCompatible
  85. Flawed Shotgun Spazz contains an unsupported key NonCompatible
  86. Flawed Slip Magazine contains an unsupported key NonCompatible
  87. Flawed Smite Grineer contains an unsupported key NonCompatible
  88. Flawed Speed Trigger contains an unsupported key NonCompatible
  89. Flawed Steel Fiber contains an unsupported key NonCompatible
  90. Flawed Stormbringer contains an unsupported key NonCompatible
  91. Flawed Streamline contains an unsupported key NonCompatible
  92. Flawed Stretch contains an unsupported key NonCompatible
  93. Flawed Tactical Pump contains an unsupported key NonCompatible
  94. Flawed Target Cracker contains an unsupported key NonCompatible
  95. Flawed Thief's Wit contains an unsupported key NonCompatible
  96. Flawed Trick Mag contains an unsupported key NonCompatible
  97. Flawed True Steel contains an unsupported key NonCompatible
  98. Flawed Vitality contains an unsupported key NonCompatible
  99. Flow contains an unsupported key NonCompatible
  100. Fulmination contains an unsupported key NonCompatible
  101. Fury contains an unsupported key NonCompatible
  102. Healing Flame contains an unsupported key NonCompatible
  103. Heated Charge contains an unsupported key NonCompatible
  104. Heavy Trauma contains an unsupported key NonCompatible
  105. Hellfire contains an unsupported key NonCompatible
  106. Hornet Strike contains an unsupported key NonCompatible
  107. Hysterical Assault contains an unsupported key NonCompatible
  108. Ice Spring contains an unsupported key NonCompatible
  109. Incendiary Coat contains an unsupported key NonCompatible
  110. Intensify contains an unsupported key NonCompatible
  111. Ironclad Flight contains an unsupported key NonCompatible
  112. Lightning Dash contains an unsupported key NonCompatible
  113. Link Armor contains an unsupported key NonCompatible
  114. Link Health contains an unsupported key NonCompatible
  115. Link Shields contains an unsupported key NonCompatible
  116. Magazine Warp contains an unsupported key NonCompatible
  117. Metal Auger contains an unsupported key NonCompatible
  118. Metal Fiber contains an unsupported key NonCompatible
  119. Mobilize contains an unsupported key NonCompatible
  120. Molten Impact contains an unsupported key NonCompatible
  121. Morphic Transformer contains an unsupported key NonCompatible
  122. North Wind contains an unsupported key NonCompatible
  123. Organ Shatter contains an unsupported key NonCompatible
  124. Pack Leader contains an unsupported key NonCompatible
  125. Patagium contains an unsupported key NonCompatible
  126. Pathogen Rounds contains an unsupported key NonCompatible
  127. Piercing Step contains an unsupported key NonCompatible
  128. Pistol Ammo Mutation contains an unsupported key NonCompatible
  129. Pistol Gambit contains an unsupported key NonCompatible
  130. Point Blank contains an unsupported key NonCompatible
  131. Point Strike contains an unsupported key NonCompatible
  132. Power of Three contains an unsupported key NonCompatible
  133. Pressure Point contains an unsupported key NonCompatible
  134. Primed Animal Instinct contains an unsupported key NonCompatible
  135. Primed Bane of Corpus contains an unsupported key NonCompatible
  136. Primed Bane of Corrupted contains an unsupported key NonCompatible
  137. Primed Bane of Grineer contains an unsupported key NonCompatible
  138. Primed Bane of Infested contains an unsupported key NonCompatible
  139. Primed Charged Shell contains an unsupported key NonCompatible
  140. Primed Chilling Grasp contains an unsupported key NonCompatible
  141. Primed Cleanse Corpus contains an unsupported key NonCompatible
  142. Primed Cleanse Corrupted contains an unsupported key NonCompatible
  143. Primed Cleanse Grineer contains an unsupported key NonCompatible
  144. Primed Cleanse Infested contains an unsupported key NonCompatible
  145. Primed Continuity contains an unsupported key NonCompatible
  146. Primed Cryo Rounds contains an unsupported key NonCompatible
  147. Primed Expel Corpus contains an unsupported key NonCompatible
  148. Primed Expel Corrupted contains an unsupported key NonCompatible
  149. Primed Expel Grineer contains an unsupported key NonCompatible
  150. Primed Expel Infested contains an unsupported key NonCompatible
  151. Primed Fast Hands contains an unsupported key NonCompatible
  152. Primed Fever Strike contains an unsupported key NonCompatible
  153. Primed Firestorm contains an unsupported key NonCompatible
  154. Primed Flow contains an unsupported key NonCompatible
  155. Primed Fulmination contains an unsupported key NonCompatible
  156. Primed Fury contains an unsupported key NonCompatible
  157. Primed Heated Charge contains an unsupported key NonCompatible
  158. Primed Heavy Trauma contains an unsupported key NonCompatible
  159. Primed Morphic Transformer contains an unsupported key NonCompatible
  160. Primed Pack Leader contains an unsupported key NonCompatible
  161. Primed Pistol Ammo Mutation contains an unsupported key NonCompatible
  162. Primed Pistol Gambit contains an unsupported key NonCompatible
  163. Primed Point Blank contains an unsupported key NonCompatible
  164. Primed Pressure Point contains an unsupported key NonCompatible
  165. Primed Quickdraw contains an unsupported key NonCompatible
  166. Primed Ravage contains an unsupported key NonCompatible
  167. Primed Reach contains an unsupported key NonCompatible
  168. Primed Regen contains an unsupported key NonCompatible
  169. Primed Rifle Ammo Mutation contains an unsupported key NonCompatible
  170. Primed Rubedo-Lined Barrel contains an unsupported key NonCompatible
  171. Primed Shotgun Ammo Mutation contains an unsupported key NonCompatible
  172. Primed Shred contains an unsupported key NonCompatible
  173. Primed Slip Magazine contains an unsupported key NonCompatible
  174. Primed Smite Corpus contains an unsupported key NonCompatible
  175. Primed Smite Corrupted contains an unsupported key NonCompatible
  176. Primed Smite Grineer contains an unsupported key NonCompatible
  177. Primed Smite Infested contains an unsupported key NonCompatible
  178. Primed Sure Footed contains an unsupported key NonCompatible
  179. Primed Target Cracker contains an unsupported key NonCompatible
  180. Primed Vigor contains an unsupported key NonCompatible
  181. Purging Slash contains an unsupported key NonCompatible
  182. Purifying Flames contains an unsupported key NonCompatible
  183. Quickdraw contains an unsupported key NonCompatible
  184. Ravage contains an unsupported key NonCompatible
  185. Reach contains an unsupported key NonCompatible
  186. Recharge Barrier contains an unsupported key NonCompatible
  187. Redirection contains an unsupported key NonCompatible
  188. Regen contains an unsupported key NonCompatible
  189. Rending Turn contains an unsupported key NonCompatible
  190. Rifle Ammo Mutation contains an unsupported key NonCompatible
  191. Rolling Guard contains an unsupported key Polariy
  192. Rubedo-Lined Barrel contains an unsupported key NonCompatible
  193. Rumbled contains an unsupported key NonCompatible
  194. Rush contains an unsupported key NonCompatible
  195. Sacrificial Pressure contains an unsupported key NonCompatible
  196. Sacrificial Steel contains an unsupported key NonCompatible
  197. Savior Decoy contains an unsupported key NonCompatible
  198. Serration contains an unsupported key NonCompatible
  199. Shell Compression contains an unsupported key NonCompatible
  200. Shocking Touch contains an unsupported key NonCompatible
  201. Shotgun Ammo Mutation contains an unsupported key NonCompatible
  202. Shotgun Spazz contains an unsupported key NonCompatible
  203. Shred contains an unsupported key NonCompatible
  204. Singularity contains an unsupported key NonCompatible
  205. Slip Magazine contains an unsupported key NonCompatible
  206. Smite Corpus contains an unsupported key NonCompatible
  207. Smite Corrupted contains an unsupported key NonCompatible
  208. Smite Grineer contains an unsupported key NonCompatible
  209. Smite Infested contains an unsupported key NonCompatible
  210. Speed Trigger contains an unsupported key NonCompatible
  211. Split Chamber contains an unsupported key NonCompatible
  212. Split Flights contains an unsupported key NonCompatible
  213. Steel Fiber contains an unsupported key NonCompatible
  214. Stormbringer contains an unsupported key NonCompatible
  215. Streamline contains an unsupported key NonCompatible
  216. Stretch contains an unsupported key NonCompatible
  217. Sure Footed contains an unsupported key NonCompatible
  218. Surging Dash contains an unsupported key NonCompatible
  219. Tactical Pump contains an unsupported key NonCompatible
  220. Target Cracker contains an unsupported key NonCompatible
  221. Thief's Wit contains an unsupported key NonCompatible
  222. Titanic Rumbler contains an unsupported key NonCompatible
  223. Toxic Flight contains an unsupported key NonCompatible
  224. Transistor Shield contains an unsupported key NonCompatible
  225. Trick Mag contains an unsupported key NonCompatible
  226. True Steel contains an unsupported key NonCompatible
  227. Umbral Fiber contains an unsupported key NonCompatible
  228. Umbral Intensify contains an unsupported key NonCompatible
  229. Umbral Vitality contains an unsupported key NonCompatible
  230. Vigor contains an unsupported key NonCompatible
  231. Vitality contains an unsupported key NonCompatible

Checking naming scheme of image names

p.checkImageName(frame): There are a total of 699 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. "Flawed Ammo Drum": "AmmoDrumModU145.png"
  185. "Flawed Ammo Stock": "AmmoStockModU145.png"
  186. "Flawed Bane of Corpus": "BaneOfCorpusModU145.png"
  187. "Flawed Bane of Grineer": "BaneOfGrineerModU145.png"
  188. "Flawed Charged Shell": "ChargedShellModU145.png"
  189. "Flawed Continuity": "ContinuityModU145.png"
  190. "Flawed Convulsion": "ConvulsionModU145.png"
  191. "Flawed Deep Freeze": "DeepFreezeModU161.png"
  192. "Flawed Enemy Sense": "EnemySenseModU145.png"
  193. "Flawed Equilibrium": "EquilibriumModU145.png"
  194. "Flawed Expel Corpus": "ExpelCorpusModU145.png"
  195. "Flawed Expel Grineer": "ExpelGrineerModU145.png"
  196. "Flawed Fast Deflection": "FastDeflectionModU145.png"
  197. "Flawed Fast Hands": "FastHandsModU145.png"
  198. "Flawed Fever Strike": "FeverStrikeModU145.png"
  199. "Flawed Flow": "FlowModU145.png"
  200. "Flawed Fury": "FuryModU145.png"
  201. "Flawed Heated Charge": "HeatedChargeModU145.png"
  202. "Flawed Hellfire": "HellfireModU145.png"
  203. "Flawed Hornet Strike": "HornetStrikeModU145.png"
  204. "Flawed Incendiary Coat": "IncendiaryCoatModU145.png"
  205. "Flawed Intensify": "IntensifyModU145.png"
  206. "Flawed Magazine Warp": "MagazineWarpModU145.png"
  207. "Flawed Molten Impact": "MoltenImpactModU145.png"
  208. "Flawed North Wind": "NorthWindModU161.png"
  209. "Flawed Organ Shatter": "OrganShatterModU145.png"
  210. "Flawed Pathogen Rounds": "PathogenRoundsModU145.png"
  211. "Flawed Pistol Gambit": "PistolGambitModU145.png"
  212. "Flawed Point Blank": "PointBlankModU145.png"
  213. "Flawed Pressure Point": "PressurePointModU145.png"
  214. "Flawed Quickdraw": "QuickdrawModU145.png"
  215. "Flawed Redirection": "RedirectionModU145.png"
  216. "Flawed Rush": "RushModU145.png"
  217. "Flawed Serration": "SerrationModU145.png"
  218. "Flawed Shell Compression": "ShellCompressionModU145.png"
  219. "Flawed Shocking Touch": "ShockingTouchModU145.png"
  220. "Flawed Shotgun Spazz": "ShotgunSpazzModU145.png"
  221. "Flawed Slip Magazine": "SlipMagazineModU145.png"
  222. "Flawed Smite Grineer": "SmiteGrineerModU145.png"
  223. "Flawed Speed Trigger": "SpeedTriggerNew.png"
  224. "Flawed Steel Fiber": "SteelFiberModU145.png"
  225. "Flawed Stormbringer": "StormbringerModU145.png"
  226. "Flawed Streamline": "StreamlineModU145.png"
  227. "Flawed Stretch": "StretchModU145.png"
  228. "Flawed Tactical Pump": "TacticalPumpModU145.png"
  229. "Flawed Target Cracker": "TargetCrackerModU145.png"
  230. "Flawed Thief's Wit": "ThiefsWitModU145.png"
  231. "Flawed Trick Mag": "TrickMagModU145.png"
  232. "Flawed True Steel": "TrueSteelMod.png"
  233. "Flawed Vitality": "VitalityModU145.png"
  234. "Flechette": "FlechetteModU145.png"
  235. "Fleeting Expertise": "FleetingExpertiseModU145.png"
  236. "Flow": "FlowModU145.png"
  237. "Focus Energy": "FocusEnergyModU145.png"
  238. "Focused Acceleration": "Focused_Acceleration.png"
  239. "Fortitude": "FortitudeModU145.png"
  240. "Four Riders": "FourRiders.png"
  241. "Fracturing Crush": "FracturingCrush2.png"
  242. "Fracturing Wind": "FracturingWindModU145.png"
  243. "Frail Momentum": "FrailMomentum.png"
  244. "Frigid Blast": "FrigidBlastModU145.png"
  245. "Frost Insulation": "Frost_Insulation.png"
  246. "Frostbite": "FrostbiteModU145.png"
  247. "Full Contact": "FullContact.png"
  248. "Funnel Clouds": "FunnelClouds2.png"
  249. "Furor": "Furor.png"
  250. "Fury": "FuryModU145.png"
  251. "Fusion Core": "FusionCoreNew.png"
  252. "Galvanized Blade": "GalvanizedBlade.png"
  253. "Gemini Cross": "GeminiCrossNew.png"
  254. "Ghost": "Ghost 19.6.3.png"
  255. "Gilded Truth": "GildedTruth.png"
  256. "Glacial Edge": "GlacialEdge.png"
  257. "Gleaming Blight": "GleamingBlight.png"
  258. "Gleaming Talon": "GleamingTalonModU145.png"
  259. "Gnashing Payara": "GnashingPayaraModU145.png"
  260. "Greedy Pull": "GreedyPull3.png"
  261. "Grim Fury": "GrimFuryModU145.png"
  262. "Grinloked": "Grinloked.png"
  263. "Guardian": "Guardian 19.6.3.png"
  264. "Gun Glide": "GunGlide.png"
  265. "Gunslinger": "GunslingerModU145.png"
  266. "Hall of Malevolence": "HallOfMalevolence3.png"
  267. "Hallowed Reckoning": "HallowedReckoning2.png"
  268. "Hammer Shot": "HammerShotModU145.png"
  269. "Hastened Steps": "HastenedSteps.png"
  270. "Hawk Eye": "HawkEyeModU145.png"
  271. "Health Conversion": "HealthConversion.png"
  272. "Heartseeker": "Heartseeker.png"
  273. "Heated Charge": "HeatedChargeModU145.png"
  274. "Heavy Caliber": "HeavyCaliberModU145.png"
  275. "Heavy Impact": "HeavyImpactModU145.png"
  276. "Heavy Trauma": "HeavyTraumaModU145.png"
  277. "Heavy Warhead": "HeavyWarhead.png"
  278. "Heightened Reflexes": "Hreflexes.png"
  279. "Hell's Chamber": "HellsChamberModU145.png"
  280. "Hellfire": "HellfireModU145.png"
  281. "High Noon": "HighNoon.png"
  282. "High Voltage": "HighVoltageModU145.png"
  283. "Hollow Point": "HollowPointModU145.png"
  284. "Hollowed Bullets": "HollowedBullets.png"
  285. "Homing Fang": "HomingFangNew.png"
  286. "Hornet Strike": "HornetStrikeModU145.png"
  287. "Howl": "Howl 19.6.3.png"
  288. "Hunt": "Hunt 19.6.3.png"
  289. "Hush": "HushModU145.png"
  290. "Hushed Invisibility": "HushedInvisibility2.png"
  291. "Hydraulic Barrel": "Hbarrel.png"
  292. "Hydraulic Chamber": "Hchamber.png"
  293. "Hydraulic Crosshairs": "HydraulicCrosshairs.png"
  294. "Hydraulic Gauge": "Hgauge.png"
  295. "Hyperion Thrusters": "HyperionThrusters.png"
  296. "Hysteria": "HysteriaStance.png"
  297. "Hysterical Fixation": "HystericalFixation.png"
  298. "Ice Spring": "Ice spring.png"
  299. "Ice Storm": "IceStormModU145.png"
  300. "Ice Wave Impedance": "IceWaveImpedance3.png"
  301. "Impaler Munitions": "ImpalerMunitions.png"
  302. "Incendiary Coat": "IncendiaryCoatModU145.png"
  303. "Inertia Dampeners": "InertiaDampeners.png"
  304. "Infected Clip": "InfectedClipModU145.png"
  305. "Infectious Injection": "InfectiousInjection.png"
  306. "Infested Impedance": "InfestedImpedanceModU145.png"
  307. "Infiltrate": "Infiltrate2.png"
  308. "Insulation": "InsulationModU145.png"
  309. "Intensify": "IntensifyModU145.png"
  310. "Intruder": "IntruderModU145.png"
  311. "Investigator": "Investigator 19.6.3.png"
  312. "Ion Infusion": "IonInfusion.png"
  313. "Iron Shrapnel": "IronShrapnel3.png"
  314. "Iron Vault": "IronVault2.png"
  315. "Irradiating Disarm": "IrradiatingDisarm3.png"
  316. "Jagged Edge": "JaggedEdgeModU145.png"
  317. "Jahu": "JahuRequiemMod.png"
  318. "Jet Stream": "JetStream3.png"
  319. "Jolt": "JoltNew.png"
  320. "Justice Blades": "JusticeBlades.png"
  321. "Khra": "KhraRequiemMod.png"
  322. "Killing Blow": "KillingBlowModU145.png"
  323. "Kinetic Collision": "KineticCollision.png"
  324. "Kinetic Friction": "KineticFriction.png"
  325. "Kinetic Ricochet": "KineticRicochetRareReup.png"
  326. "Larva Burst": "LarvaBurst.png"
  327. "Laser Deflection": "Laser Deflection.jpg"
  328. "Lasting Covenant": "LastingCovenant.png"
  329. "Lasting Purity": "LastingPurity.png"
  330. "Lasting Sting": "LastingSting.png"
  331. "Lethal Momentum": "LethalMomentum.png"
  332. "Lethal Torrent": "LethalTorrentModU145.png"
  333. "Lie In Wait": "Lieinwait.png"
  334. "Life Strike": "LifeStrikeModU145.png"
  335. "Lightning Rod": "LightningRodModU145.png"
  336. "Lingering Torment": "LingeringTorment.png"
  337. "Lock and Load": "LockandLoad.png"
  338. "Lohk": "LohkRequiemMod.png"
  339. "Loot Detector": "LootDetectorModU145.png"
  340. "Looter": "Looter.png"
  341. "Madurai Transmute Core": "MaduraiTransmuteCore.png"
  342. "Mag Locks": "MagLocks.png"
  343. "Magazine Extension": "MagazineExtension.png"
  344. "Magazine Warp": "MagazineWarpModU145.png"
  345. "Maglev": "MaglevModU145.png"
  346. "Magma Chamber": "MagmaChamber.png"
  347. "Maim": "MaimModU145.png"
  348. "Malicious Raptor": "MaliciousRaptorNew.png"
  349. "Malignant Force": "MalignantForceModU145.png"
  350. "Martial Fury": "MartialFury.png"
  351. "Master Thief": "MasterThiefModU145.png"
  352. "Measured Burst": "MeasuredBurst.png"
  353. "Mecha Empowered": "MechaEmpowered.png"
  354. "Mecha Overdrive": "MechaOverdrive.png"
  355. "Mecha Pulse": "MechaPulse.png"
  356. "Mecha Recharge": "MechaRecharge.png"
  357. "Medi-Pet Kit": "Medi-Pet_KitMod.png"
  358. "Melee Prowess": "MeleeProwessModU145.png"
  359. "Mending Splinters": "MendingSplinters.png"
  360. "Mesa's Waltz": "Mesa'sWaltz.png"
  361. "Metal Auger": "MetalAugerModU145.png"
  362. "Meteor Munitions": "MeteorMunitions.png"
  363. "Mind Freak": "MindFreak3.png"
  364. "Mischief": "Mischief 19.6.3.png"
  365. "Mobilize": "Mobilize.png"
  366. "Modified Munitions": "ModifiedMunitions.png"
  367. "Molecular Conversion": "Molecular Conversion 19.10.png"
  368. "Molten Impact": "MoltenImpactModU145.png"
  369. "Morphic Transformer": "MorphicTransformer.png"
  370. "Mortal Conduct": "MortalConduct.png"
  371. "Napalm Grenades": "NapalmGrenades.png"
  372. "Naramon Transmute Core": "NaramonTransmuteCore.png"
  373. "Narrow Minded": "NarrowMindedModU145.png"
  374. "Natural Talent": "NaturalTalentModU145.png"
  375. "Negate": "Negate.png"
  376. "Netra": "NetraRequiemMod.png"
  377. "Neutralize": "Neutralize 19.6.3.png"
  378. "Neutron Star": "NeutronStar3.png"
  379. "Night Stalker": "NightStalker.png"
  380. "Nitro Boost": "NitroBoost.png"
  381. "No Return": "NoReturnModU145.png"
  382. "North Wind": "NorthWindModU161.png"
  383. "Ore Gaze": "OreGaze.png"
  384. "Organ Shatter": "OrganShatterModU145.png"
  385. "Overcharge Detectors": "OverchargeDetectorsNew.png"
  386. "Overextended": "OverextendedModU145.png"
  387. "Overview": "Overview.png"
  388. "Pacifying Bolts": "PacifyingBolts3.png"
  389. "Parry": "ParryModU145.png"
  390. "Pathogen Rounds": "PathogenRoundsModU145.png"
  391. "Peaceful Provocation": "PeacefulProvocation2.png"
  392. "Perpetual Agony": "PerpetualAgony.png"
  393. "Phoenix Renewal": "PhoenixRenewal2.png"
  394. "Piercing Caliber": "PiercingCaliberModU145.png"
  395. "Piercing Hit": "PiercingHitModU145.png"
  396. "Piercing Step": "PiercingStep.png"
  397. "Pilfering Swarm": "PilferingSwarm.png"
  398. "Pistol Ammo Mutation": "PistolAmmoMutationModU145.png"
  399. "Pistol Gambit": "PistolGambitModU145.png"
  400. "Pistol Pestilence": "PistolPestilenceModU145.png"
  401. "Pistol Scavenger": "PistolScavengerModU145.png"
  402. "Point Blank": "PointBlankModU145.png"
  403. "Point Strike": "PointStrikeModU145.png"
  404. "Pointed Wind": "PointedWindModU145.png"
  405. "Poisonous Sting": "PoisonousSting.png"
  406. "Polar Magazine": "PolarMagazine.png"
  407. "Pool of Life": "PoolOfLife3.png"
  408. "Poppin' Vert": "PoppinVertMod.png"
  409. "Power Donation": "PowerDonation.png"
  410. "Power Throw": "PowerThrowModU145.png"
  411. "Power of Three": "PowerofThree.png"
  412. "Pressure Point": "PressurePointModU145.png"
  413. "Pressurized Magazine": "PressurisedMagazineMod.png"
  414. "Primal Fury": "PrimalFuryStance.png"
  415. "Primal Rage": "PrimalRage2.png"
  416. "Primed Ammo Stock": "PrimedAmmoStockPlaceholder.png"
  417. "Primed Bane of Corpus": "PrimedBaneOfCorpus.png"
  418. "Primed Bane of Corrupted": "PrimedBaneOfCorrupted.png"
  419. "Primed Bane of Grineer": "PrimedBaneOfGrineer.png"
  420. "Primed Bane of Infested": "PrimedBaneOfInfested.png"
  421. "Primed Chamber": "PrimedChamber.png"
  422. "Primed Charged Shell": "PrimedChargedShell.png"
  423. "Primed Chilling Grasp": "PrimedChillingGrasp.png"
  424. "Primed Cleanse Corpus": "PrimedCleanseCorpus.png"
  425. "Primed Cleanse Corrupted": "PrimedCleanseCorrupted.png"
  426. "Primed Cleanse Grineer": "PrimedCleanseGrineer.png"
  427. "Primed Cleanse Infested": "PrimedCleanseInfested.png"
  428. "Primed Continuity": "PrimedContinuity.png"
  429. "Primed Expel Corpus": "PrimedExpelCorpus.png"
  430. "Primed Expel Corrupted": "PrimedExpelCorrupted.png"
  431. "Primed Expel Grineer": "PrimedExpelGrineer.png"
  432. "Primed Expel Infested": "PrimedExpelInfested.png"
  433. "Primed Fast Hands": "PrimedFastHands.png"
  434. "Primed Firestorm": "PrimedFirestorm.png"
  435. "Primed Flow": "PrimedFlow.png"
  436. "Primed Fulmination": "PrimedFulmination.png"
  437. "Primed Fury": "PrimedFury.png"
  438. "Primed Heated Charge": "PrimedHeatedCharge.png"
  439. "Primed Heavy Trauma": "PrimedHeavyTrauma.png"
  440. "Primed Morphic Transformer": "PrimedMorphicTransformer.png"
  441. "Primed Pistol Ammo Mutation": "PrimedPistolAmmoMutation.png"
  442. "Primed Pistol Gambit": "PrimedPistolGambit.png"
  443. "Primed Point Blank": "PrimedPointBlank.png"
  444. "Primed Pressure Point": "Primedpressurepoint.png"
  445. "Primed Quickdraw": "PrimedQuickdraw.png"
  446. "Primed Ravage": "PrimedRavage.png"
  447. "Primed Reach": "PrimedReach.png"
  448. "Primed Regen": "Primed Regen 19.6.3.png"
  449. "Primed Rifle Ammo Mutation": "PrimedRifleAmmoMutation.png"
  450. "Primed Rubedo-Lined Barrel": "PrimedRubedoLinedBarrel.png"
  451. "Primed Shotgun Ammo Mutation": "PrimedShotgunAmmoMutation.png"
  452. "Primed Shred": "Primed Shred.png"
  453. "Primed Slip Magazine": "PrimedSlipMagazine.png"
  454. "Primed Smite Corpus": "PrimedSmiteCorpus.png"
  455. "Primed Smite Corrupted": "PrimedSmiteCorrupted.png"
  456. "Primed Smite Grineer": "PrimedSmiteGrineer.png"
  457. "Primed Smite Infested": "PrimedSmiteInfested.png"
  458. "Primed Sure Footed": "Primed Sure Footed.png"
  459. "Primed Target Cracker": "PrimedTargetCracker.png"
  460. "Primed Vigor": "Primed Vigor.png"
  461. "Prism Guard": "PrismGuard.png"
  462. "Prolonged Paralysis": "ProlongedParalysis3.png"
  463. "Protect": "Protect 19.6.3.png"
  464. "Provoked": "ProvokedModU145.png"
  465. "Pummel": "Pummel.png"
  466. "Purging Slash": "PurgingSlash.png"
  467. "Purifying Flames": "PurifyingFlames.png"
  468. "Push & Pull": "PushandPull.png"
  469. "Quick Charge": "QuickCharge.png"
  470. "Quick Reload": "QuickReload.png"
  471. "Quick Return": "QuickReturnModU145.png"
  472. "Quick Thinking": "QuickThinkingNew.png"
  473. "Quickdraw": "QuickdrawModU145.png"
  474. "Quickening": "QuickeningModU145.png"
  475. "Radiant Finish": "RadiantFinish4.png"
  476. "Rage": "RageModU145.png"
  477. "Rail Guards": "RailGuards.png"
  478. "Rapid Resilience": "RapidResilience.png"
  479. "Ravage": "RavageModU145.png"
  480. "Razor Munitions": "RazorMunitions.png"
  481. "Razor Shot": "RazorShotModU145.png"
  482. "Razorwing": "RazorwingStance.png"
  483. "Razorwing Blitz": "RazorwingBlitz.png"
  484. "Reach": "ReachModU145.png"
  485. "Reaping Chakram": "ReapingChakram.png"
  486. "Reaping Spiral": "ReapingSpiralModU145.png"
  487. "Reawaken": "Reawaken.png"
  488. "Rebound": "ReboundModU145.png"
  489. "Recharge Barrier": "RechargeBarrier.png"
  490. "Redirection": "RedirectionModU145.png"
  491. "Reflect": "Reflect 19.6.3.png"
  492. "Reflection": "ReflectionModU17.png"
  493. "Reflex Coil": "ReflexCoilModU145.png"
  494. "Reflex Draw": "ReflexDraw.png"
  495. "Reflex Guard": "ReflexGuardModU145.png"
  496. "Regen": "Regen 19.6.3.png"
  497. "Regenerative Molt": "RegenerativeMolt3.png"
  498. "Rejuvenation": "RejuvenationModU145.png"
  499. "Rending Crane": "RendingCraneModU145.png"
  500. "Rending Strike": "RendingStrikeModU145.png"
  501. "Repelling Bastille": "RepellingBastille4.png"
  502. "Resilient Focus": "Resilient_Focus.png"
  503. "Resonance": "Resonance3.png"
  504. "Retarget": "Retarget 19.10.png"
  505. "Retribution": "RetributionModU145.png"
  506. "Revenge": "Revenge 19.6.3.png"
  507. "Rifle Ammo Mutation": "RifleAmmoMutationModU145.png"
  508. "Rifle Amp": "RifleAmpModU145.png"
  509. "Rifle Aptitude": "RifleAptitudeModU145.png"
  510. "Rifle Scavenger": "RifleScavengerModU145.png"
  511. "Rift Haven": "Haven3.png"
  512. "Rift Torrent": "Rift_Torrent_3.png"
  513. "Rime Rounds": "RimeRoundsModU145.png"
  514. "Ripper Rounds": "RipperRounds.png"
  515. "Ris": "RisRequiemMod.png"
  516. "Rising Skill": "RisingSkill.png"
  517. "Rolling Guard": "RollingGuard.png"
  518. "Rubedo-Lined Barrel": "RubedoLinedBarrel.png"
  519. "Ruinous Extension": "RuinousExtension.png"
  520. "Rumbled": "Rumbled.png"
  521. "Rupture": "RuptureModU145.png"
  522. "Rush": "RushModU145.png"
  523. "Sacrificial Pressure": "SacrificialPressure.png"
  524. "Safeguard Switch": "SafeguardSwitch3.png"
  525. "Sanctuary": "Sanctuary 19.6.3.png"
  526. "Sapping Reach": "SappingReach.png"
  527. "Savage Silence": "SavageSilence3.png"
  528. "Savagery": "SavageryModU145.png"
  529. "Sawtooth Clip": "SawtoothClipModU145.png"
  530. "Scan Aquatic Lifeforms": "ScanAquaticLifeforms.jpg"
  531. "Scan Matter": "ScanMatter.png"
  532. "Scattered Justice": "ScatteredJustice.png"
  533. "Scattering Inferno": "ScatteringInfernoModU145.png"
  534. "Scavenge": "ScavengeMod.png‎"
  535. "Scorch": "ScorchModU145.png"
  536. "Searing Steel": "SearingSteel.png"
  537. "Secondary Wind": "SecondaryWind.png"
  538. "Seeker": "SeekerModU145.png"
  539. "Seeking Force": "SeekingForceModU145.png"
  540. "Seeking Fury": "SeekingFury2.png"
  541. "Seeking Shuriken": "SeekingShuriken3.png"
  542. "Seismic Palm": "SeismicPalmModU145.png"
  543. "Self Destruct": "SelfDestructModU145.png"
  544. "Sequence Burn": "SequenceBurn.png"
  545. "Serene Storm": "SereneStormStance.png"
  546. "Serrated Edges": "Serratededges.png"
  547. "Serrated Rounds": "Serratedr.png"
  548. "Serration": "SerrationModU145.png"
  549. "Sharpened Blade": "Sharpenedblade.png"
  550. "Sharpened Claws": "Sharpened Claws 19.6.3.png"
  551. "Sharpshooter": "Sharpshooter.png"
  552. "Shattering Justice": "ShatteringJustice.png"
  553. "Shattering Storm": "ShatteringStormModU145.png"
  554. "Shell Compression": "ShellCompressionModU145.png"
  555. "Shell Rush": "ShellRush.png"
  556. "Shell Shock": "ShellShockModU145.png"
  557. "Shelter": "Shelter 19.6.3.png"
  558. "Shield Disruption": "ShieldDisruptionNew.png"
  559. "Shield Overload": "ShieldOverload.png"
  560. "Shield Transference": "ShieldTransference2.png"
  561. "Shield of Shadows": "ShieldOfShadows2.png"
  562. "Shimmering Blight": "ShimmeringBlightModU145.png"
  563. "Shock Absorbers": "ShockAbsorbersModU145.png"
  564. "Shocking Speed": "ShockingSpeed2.png"
  565. "Shocking Touch": "ShockingTouchModU145.png"
  566. "Shotgun Ammo Mutation": "ShotgunAmmoMutationModU145.png"
  567. "Shotgun Savvy": "ShotgunSavvyModU145.png"
  568. "Shotgun Scavenger": "ShotgunScavengerModU145.png"
  569. "Shotgun Spazz": "ShotgunSpazzModU145.png"
  570. "Shrapnel Rounds": "ShrapnelRounds.png"
  571. "Shred": "ShredNew.png"
  572. "Shred Shot": "Sshot.png"
  573. "Shredder": "ShredderModU145.png"
  574. "Signal Flare": "SignalFlare.png"
  575. "Singularity": "Singularity.png"
  576. "Sinister Reach": "SinisterReach.png"
  577. "Sinking Talon": "SinkingTalon.png"
  578. "Skull Shots": "SkullShots.png"
  579. "Slay Board": "SlayBoard.png"
  580. "Slip Magazine": "SlipMagazineModU145.png"
  581. "Smite Corpus": "SmiteCorpusModU145.png"
  582. "Smite Grineer": "SmiteGrineerModU145.png"
  583. "Smite Infested": "SmiteInfestedModU145.png"
  584. "Snap Shot": "SnapShot.png"
  585. "Sniper Ammo Mutation": "SniperAmmoMutationModU145.png"
  586. "Sniper Scavenger": "SniperScavengerModU145.png"
  587. "Soft Hands": "SoftHands.png"
  588. "Sonic Boost": "SonicBoost.png"
  589. "Soul Survivor": "SoulSurvivor3.png"
  590. "Spare Parts": "SparePartsModU145.png"
  591. "Speed Trigger": "SpeedTriggerNew.png"
  592. "Split Chamber": "SplitChamberModU145.png"
  593. "Spoiled Strike": "SpoiledStrikeModU145.png"
  594. "Spring-Loaded Broadhead": "SpringLoadedBroadhead.png"
  595. "Spry Sights": "SprySights.png"
  596. "Stabilizer": "StabilizerModU145.png"
  597. "Staggering Shield": "StaggeringShield2.png"
  598. "Stalk": "Stalk 19.6.3.png"
  599. "Stalking Fan": "StalkingFanNew.png"
  600. "Stand Ground": "Standground.png"
  601. "Static Alacrity": "StaticAlacrity.png"
  602. "Steady Hands": "SteadyHandsModU145.png"
  603. "Stealth Drift": "Stealth_Driftv3.png"
  604. "Steel Charge": "SteelChargeModU145.png"
  605. "Steel Fiber": "SteelFiberModU145.png"
  606. "Stinging Truth": "StingingTruth.png"
  607. "Stormbringer": "StormbringerModU145.png"
  608. "Strafing Slide": "StrafingSlide.png"
  609. "Streamline": "StreamlineModU145.png"
  610. "Stretch": "StretchModU145.png"
  611. "Striker": "Striker 19.6.3.png"
  612. "Stunning Speed": "StunningSpeedModU145.png"
  613. "Sudden Impact": "SuddenImpact.png"
  614. "Sudden Justice": "Sudden_Justice.png"
  615. "Sundering Strike": "SunderingStrikeModU145.png"
  616. "Sundering Weave": "SunderingWeaveModU145.png"
  617. "Superior Defenses": "SuperiorDefenses.png"
  618. "Suppress": "SuppressModU145.png"
  619. "Sure Footed": "SureFootedModU145.png"
  620. "Sure Shot": "SureShotModU145.png"
  621. "Surging Dash": "SurgingDash3.png"
  622. "Surplus Diverters": "SurplusDiverters.png"
  623. "Sweeping Serration": "SweepingSerrationModU145.png"
  624. "Swift Deth": "Swift Deth 19.6.3.png"
  625. "Swing Line": "SwingLine3.png"
  626. "Sword Alone": "SwordAlone.png"
  627. "Synth Charge": "SynthCharge.png"
  628. "Synth Deconstruct": "SynthDeconstruct.png"
  629. "Synth Fiber": "SynthFiber.png"
  630. "Synth Reflex": "SynthReflex.png"
  631. "System Reroute": "SystemReroute.png"
  632. "Tactical Pump": "TacticalPumpModU145.png"
  633. "Tactical Reload": "TacticalReload.png"
  634. "Tactical Retreat": "TacticalRetreat.png"
  635. "Tainted Clip": "TaintedClipModU145.png"
  636. "Tainted Mag": "TaintedMagModU145.png"
  637. "Tainted Shell": "TaintedShellModU145.png"
  638. "Target Cracker": "TargetCrackerModU145.png"
  639. "Targeting Receptor": "Targeting Receptor 19.6.3.png"
  640. "Tear Gas": "TearGas.png"
  641. "Tectonic Fracture": "TectonicFracture2.png"
  642. "Tek Assault": "TekAssault.png"
  643. "Tek Collateral": "TekCollateral.png"
  644. "Tek Enhance": "TekEnhance.png"
  645. "Tek Gravity": "TekGravity.png"
  646. "Tempered Blade": "TemperedBlade.png"
  647. "Tempered Bound": "TemperedBound.png"
  648. "Tempo Royale": "TempoRoyale.png"
  649. "Terminal Velocity": "TerminalVelocity.png"
  650. "Thermite Rounds": "ThermiteRoundsModU145.png"
  651. "Thief's Wit": "ThiefsWitModU145.png"
  652. "Thrash Landing": "ThrashLanding.png"
  653. "Thumper": "Thumper 19.6.3.png"
  654. "Thunderbolt": "ThunderboltModU145.png"
  655. "Thundermiter": "Thundermiter.png"
  656. "Toxic Barrage": "ToxicBarrageModU145.png"
  657. "Toxic Blight": "ToxicBlight.png"
  658. "Toxic Sequence": "ToxicSequence.png"
  659. "Trail Blazer": "TrailBlazer.png"
  660. "Transient Fortitude": "TransientFortitude.png"
  661. "Trick Mag": "TrickMagModU145.png"
  662. "Triple Tap": "Triple_Tap.png"
  663. "Twitch": "Twitch.png"
  664. "Umbral Fiber": "UmbralFiber.png"
  665. "Umbral Intensify": "UmbralIntensify.png"
  666. "Umbral Vitality": "UmbralVitality.png"
  667. "Undying Will": "UndyingWillModU145.png"
  668. "Unleashed": "Unleashed 19.6.3.png"
  669. "Untraceable": "UntracableMod.png"
  670. "Vampire Leech": "VampireLeech2.png"
  671. "Vaporize": "Vaporize 19.6.3.png"
  672. "Vazarin Transmute Core": "VazarinTransmuteCore.png"
  673. "Venerdo Hoverdrive": "VenerdoHoverdrive.png"
  674. "Venomous Clip": "VenomousClip.png"
  675. "Vermillion Storm": "VermillionStorm.png"
  676. "Vexing Retaliation": "VexingRetaliation2.png"
  677. "Vicious Frost": "ViciousFrostModU145.png"
  678. "Vicious Spread": "ViciousSpreadModU145.png"
  679. "Vigor": "VigorModU145.png"
  680. "Vigorous Swap": "VigorousSwap.png"
  681. "Vile Acceleration": "VileAccelerationNew.png"
  682. "Vile Precision": "VilePrecisionModU145.png"
  683. "Virulent Scourge": "VirulentScourgeModU145.png"
  684. "Vital Sense": "VitalSenseModU145.png"
  685. "Vital Systems Bypass": "Vitalsystemsbypass.png"
  686. "Vitality": "VitalityModU145.png"
  687. "Volcanic Edge": "VolcanicEdgeModU145.png"
  688. "Voltaic Strike": "VoltaicStrikeModU145.png"
  689. "Vome": "VomeRequiemMod.png"
  690. "Vulpine Mask": "VulpineMask.png"
  691. "Ward Recovery": "WardRecovery.png"
  692. "Warm Coat": "WarmCoatModU145.png"
  693. "Warrior": "Warrior 19.6.3.png"
  694. "Whirlwind": "WhirlwindModU145.png"
  695. "Wild Frenzy": "WildFrenzy.png"
  696. "Wildfire": "WildfireModU145.png"
  697. "Winds of Purity": "Winds of Purity 19.9.1.png"
  698. "Xata": "XataRequiemMod.png"
  699. "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


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