WARFRAME Wiki
Advertisement
WARFRAME Wiki

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

Last updated: Thu, 30 Jun 2022 02:49:10 +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 1290 key-value errors

  1. "Abating Link" is missing Icon
  2. "Abundant Mutation" is missing Icon
  3. "Accelerated Blast" is missing Icon
  4. "Accelerated Deflection" is missing Icon
  5. "Accumulating Whipclaw" is missing Icon
  6. "Acid Shells" is missing Icon
  7. "Acidic Spittle" is missing Icon
  8. "Adaptation" is missing Icon
  9. "Adept Surge" is missing Icon
  10. "Adhesive Blast" is missing Icon
  11. "Adrenaline Boost" is missing Icon
  12. "Aerial Ace" is missing Icon
  13. "Aerial Prospectus" is missing Icon
  14. "Aero Agility" is missing Icon
  15. "Aero Periphery" is missing Icon
  16. "Aero Vantage" is missing Icon
  17. "Aerodynamic" is missing Icon
  18. "Afterburn" is missing Icon
  19. "Afterburner" is missing Icon
  20. "Agile Aim" is missing Icon
  21. "Agility Drift" is missing Icon
  22. "Air Recon" is missing Icon
  23. "Air Thrusters" is missing Icon
  24. "Air Time" is missing Icon
  25. "Airburst Rounds" is missing Icon
  26. "Amalgam Argonak Metal Auger" is missing Icon
  27. "Amalgam Barrel Diffusion" is missing Icon
  28. "Amalgam Daikyu Target Acquired" is missing Icon
  29. "Amalgam Furax Body Count" is missing Icon
  30. "Amalgam Javlok Magazine Warp" is missing Icon
  31. "Amalgam Organ Shatter" is missing Icon
  32. "Amalgam Ripkas True Steel" is missing Icon
  33. "Amalgam Serration" is missing Icon
  34. "Amalgam Shotgun Spazz" is missing Icon
  35. "Amar's Anguish" is missing Icon
  36. "Amar's Contempt" is missing Icon
  37. "Amar's Hatred" is missing Icon
  38. "Ambush" is missing Icon
  39. "Ambush Optics" is missing Icon
  40. "Ammo Case" is missing Icon
  41. "Ammo Chain" is missing Icon
  42. "Ammo Drum" is missing Icon
  43. "Ammo Stock" is missing Icon
  44. "Anabolic Pollination" is missing Icon
  45. "Anchored Glide" is missing Icon
  46. "Ancient Fusion Core (Common)" is missing BaseDrain
  47. "Ancient Fusion Core (Common)" is missing Icon
  48. "Ancient Fusion Core (Common)" is missing InternalName
  49. "Ancient Fusion Core (Rare)" is missing BaseDrain
  50. "Ancient Fusion Core (Rare)" is missing Icon
  51. "Ancient Fusion Core (Rare)" is missing InternalName
  52. "Ancient Fusion Core (Uncommon)" is missing BaseDrain
  53. "Ancient Fusion Core (Uncommon)" is missing Icon
  54. "Ancient Fusion Core (Uncommon)" is missing InternalName
  55. "Anemic Agility" is missing Icon
  56. "Animal Instinct" is missing Icon
  57. "Anti-Flak Plating" is missing Icon
  58. "Anti-Grav Array" is missing Icon
  59. "Anti-Grav Grenade" is missing Icon
  60. "Anticipation" is missing Icon
  61. "Antimatter Absorb" is missing Icon
  62. "Antimatter Mine" is missing Icon
  63. "Antitoxin" is missing Icon
  64. "Apex Predator" is missing Icon
  65. "Arc Coil" is missing Icon
  66. "Archgun Ace" is missing Icon
  67. "Argent Scourge" is missing Icon
  68. "Argon Plating" is missing Icon
  69. "Argon Scope" is missing Icon
  70. "Armored Acrobatics" is missing Icon
  71. "Armored Agility" is missing Icon
  72. "Armored Evade" is missing Icon
  73. "Armored Recovery" is missing Icon
  74. "Arrow Mutation" is missing Icon
  75. "Artillery Cheap Shot" is missing Icon
  76. "Assault Mode" is missing Icon
  77. "Assimilate" is missing Icon
  78. "Astral Autopsy" is missing Icon
  79. "Astral Slash" is missing Icon
  80. "Astral Twilight" is missing Icon
  81. "Atlantis Vulcan" is missing Icon
  82. "Auger Strike" is missing Icon
  83. "Augur Accord" is missing Icon
  84. "Augur Message" is missing Icon
  85. "Augur Pact" is missing Icon
  86. "Augur Reach" is missing Icon
  87. "Augur Secrets" is missing Icon
  88. "Augur Seeker" is missing Icon
  89. "Auto Breach" is missing Icon
  90. "Auto Omni" is missing Icon
  91. "Automatic Trigger" is missing Icon
  92. "Auxiliary Power" is missing Icon
  93. "Avenging Truth" is missing Icon
  94. "Aviator" is missing Icon
  95. "Balefire Surge" is missing Icon
  96. "Ballista Measure" is missing Icon
  97. "Ballistic Bullseye" is missing Icon
  98. "Bane of Corpus" is missing Icon
  99. "Bane of Corrupted" is missing Icon
  100. "Bane of Grineer" is missing Icon
  101. "Bane of Infested" is missing Icon
  102. "Barrel Diffusion" is missing Icon
  103. "Battering Maneuver" is missing Icon
  104. "Battle Forge" is missing BaseDrain
  105. "Battle Forge" is missing Icon
  106. "Battle Stations" is missing BaseDrain
  107. "Battle Stations" is missing Icon
  108. "Beguiling Lantern" is missing Icon
  109. "Berserker Fury" is missing Icon
  110. "Bhisaj-Bal" is missing Icon
  111. "Bite" is missing Icon
  112. "Biting Frost" is missing Icon
  113. "Biting Piranha" is missing Icon
  114. "Blackout Pulse" is missing Icon
  115. "Blade of Truth" is missing Icon
  116. "Bladed Rounds" is missing Icon
  117. "Blast Shield" is missing Icon
  118. "Blaze" is missing Icon
  119. "Blazing Pillage" is missing Icon
  120. "Blazing Steel" is missing Icon
  121. "Bleeding Edge" is missing Icon
  122. "Bleeding Willow" is missing Icon
  123. "Blending Talons" is missing Icon
  124. "Blind Justice" is missing Icon
  125. "Blind Rage" is missing Icon
  126. "Blind Shot" is missing Icon
  127. "Blinding Reave" is missing Icon
  128. "Blood For Ammo" is missing Icon
  129. "Blood For Energy" is missing Icon
  130. "Blood For Life" is missing Icon
  131. "Blood Forge" is missing Icon
  132. "Blood Rush" is missing Icon
  133. "Blunderbuss" is missing Icon
  134. "Body Count" is missing Icon
  135. "Bomb The Landin'" is missing Icon
  136. "Bore" is missing Icon
  137. "Boreal's Anguish" is missing Icon
  138. "Boreal's Contempt" is missing Icon
  139. "Boreal's Hatred" is missing Icon
  140. "Botanist" is missing Icon
  141. "Bounty Hunter" is missing Icon
  142. "Brain Storm" is missing Icon
  143. "Breach Loader" is missing Icon
  144. "Breach Quanta" is missing BaseDrain
  145. "Breach Quanta" is missing Icon
  146. "Brief Respite" is missing Icon
  147. "Bright Purity" is missing Icon
  148. "Broad Eye" is missing Icon
  149. "Brutal Tide" is missing Icon
  150. "Bullet Dance" is missing Icon
  151. "Burdened Magazine" is missing Icon
  152. "Burning Wasp" is missing Icon
  153. "Bursting Mass" is missing Icon
  154. "Butcher's Revelry" is missing Icon
  155. "Buzz Kill" is missing Icon
  156. "Calculated Redirection" is missing Icon
  157. "Calculated Shot" is missing Icon
  158. "Calculated Spring" is missing Icon
  159. "Calculated Victory" is missing Icon
  160. "Calm & Frenzy" is missing Icon
  161. "Capacitance" is missing Icon
  162. "Carnis Carapace" is missing Icon
  163. "Carnis Mandible" is missing Icon
  164. "Carnis Stinger" is missing Icon
  165. "Carving Mantis" is missing Icon
  166. "Cat's Eye" is missing Icon
  167. "Cataclysmic Continuum" is missing Icon
  168. "Catalyzer Link" is missing Icon
  169. "Catapult" is missing Icon
  170. "Cautious Shot" is missing Icon
  171. "Celestial Nightfall" is missing Icon
  172. "Celestial Stomp" is missing Icon
  173. "Champion's Blessing" is missing Icon
  174. "Chaos Sphere" is missing Icon
  175. "Charged Bullets" is missing Icon
  176. "Charged Chamber" is missing Icon
  177. "Charged Shell" is missing Icon
  178. "Charm" is missing Icon
  179. "Chilling Globe" is missing Icon
  180. "Chilling Grasp" is missing Icon
  181. "Chilling Reload" is missing Icon
  182. "Chromatic Blade" is missing Icon
  183. "Clashing Forest" is missing Icon
  184. "Cleanse Corpus" is missing Icon
  185. "Cleanse Corrupted" is missing Icon
  186. "Cleanse Grineer" is missing Icon
  187. "Cleanse Infested" is missing Icon
  188. "Cleaving Whirlwind" is missing Icon
  189. "Coaction Drift" is missing Icon
  190. "Coiling Viper" is missing Icon
  191. "Cold Arrival" is missing Icon
  192. "Cold Snap" is missing Icon
  193. "Collision Force" is missing Icon
  194. "Combat Discipline" is missing Icon
  195. "Combat Reload" is missing Icon
  196. "Combo Fury" is missing Icon
  197. "Combo Killer" is missing Icon
  198. "Combustion Beam" is missing Icon
  199. "Combustion Rounds" is missing Icon
  200. "Comet Blast" is missing Icon
  201. "Comet Rounds" is missing Icon
  202. "Concealed Explosives" is missing Icon
  203. "Concentrated Arrow" is missing Icon
  204. "Concussion Rounds" is missing Icon
  205. "Condition Overload" is missing Icon
  206. "Conductive Blade" is missing Icon
  207. "Conductor" is missing Icon
  208. "Conic Nozzle" is missing Icon
  209. "Constitution" is missing Icon
  210. "Contagion Cloud" is missing Icon
  211. "Contagious Spread" is missing Icon
  212. "Contamination Casing" is missing Icon
  213. "Continuity" is missing Icon
  214. "Continuous Misery" is missing Icon
  215. "Controlled Slide" is missing Icon
  216. "Convulsion" is missing Icon
  217. "Coolant Leak" is missing Icon
  218. "Cordon" is missing Icon
  219. "Corroding Barrage" is missing Icon
  220. "Corrosive Projection" is missing Icon
  221. "Corrupt Charge" is missing Icon
  222. "Counter Pulse" is missing Icon
  223. "Counterbalance" is missing Icon
  224. "Countermeasures" is missing Icon
  225. "Counterweight" is missing Icon
  226. "Covert Lethality" is missing Icon
  227. "Crash Course" is missing Icon
  228. "Crash Shot" is missing Icon
  229. "Crashing Havoc" is missing Icon
  230. "Crashing Timber" is missing Icon
  231. "Creeping Bullseye" is missing Icon
  232. "Creeping Terrify" is missing Icon
  233. "Crescent Charge" is missing Icon
  234. "Crescent Devolution" is missing Icon
  235. "Crimson Dervish" is missing Icon
  236. "Crimson Fugue" is missing Icon
  237. "Critical Deceleration" is missing Icon
  238. "Critical Delay" is missing Icon
  239. "Critical Focus" is missing Icon
  240. "Critical Surge" is missing Icon
  241. "Crossing Snakes" is missing Icon
  242. "Crowd Dispersion" is missing Icon
  243. "Cruising Speed" is missing Icon
  244. "Crushing Ruin" is missing Icon
  245. "Cryo Coating" is missing Icon
  246. "Cryo Rounds" is missing Icon
  247. "Cunning Aspect" is missing Icon
  248. "Cunning Drift" is missing Icon
  249. "Curative Undertow" is missing Icon
  250. "Cutting Edge" is missing Icon
  251. "Cyclone Kraken" is missing Icon
  252. "Damzav-Vati" is missing Icon
  253. "Dead Eye" is missing Icon
  254. "Deadly Efficiency" is missing Icon
  255. "Deadly Maneuvers" is missing Icon
  256. "Deadly Sequence" is missing Icon
  257. "Death Blossom" is missing BaseDrain
  258. "Death Blossom" is missing Icon
  259. "Deceptive Bond" is missing Icon
  260. "Decisive Judgement" is missing Icon
  261. "Deep Freeze" is missing Icon
  262. "Defensive Fire" is missing Icon
  263. "Defiled Reckoning" is missing Icon
  264. "Defiled Snapdragon" is missing Icon
  265. "Deft Tempo" is missing Icon
  266. "Depleted Reload" is missing Icon
  267. "Desiccation's Curse" is missing Icon
  268. "Despoil" is missing Icon
  269. "Detect Vulnerability" is missing Icon
  270. "Diamond Skin" is missing Icon
  271. "Dig" is missing Icon
  272. "Directed Convergence" is missing Icon
  273. "Disarming Purity" is missing Icon
  274. "Discharge Strike" is missing Icon
  275. "Dispatch Overdrive" is missing Icon
  276. "Disruptor" is missing Icon
  277. "Diversified Denial" is missing Icon
  278. "Dividing Blades" is missing Icon
  279. "Dizzying Rounds" is missing Icon
  280. "Double Tap" is missing Icon
  281. "Double-Barrel Drift" is missing Icon
  282. "Draining Bite" is missing Icon
  283. "Draining Gloom" is missing Icon
  284. "Dread Ward" is missing Icon
  285. "Drifting Contact" is missing Icon
  286. "Dual Rounds" is missing Icon
  287. "Duality" is missing Icon
  288. "EMP Aura" is missing Icon
  289. "Eagle Eye" is missing Icon
  290. "Efficient Beams" is missing Icon
  291. "Efficient Transferral" is missing Icon
  292. "Eject Magazine" is missing Icon
  293. "Electrified Barrel" is missing Icon
  294. "Electro Pulse" is missing Icon
  295. "Electromagnetic Shielding" is missing Icon
  296. "Elemental Sandstorm" is missing Icon
  297. "Eleventh Storm" is missing Icon
  298. "Embedded Catalyzer" is missing Icon
  299. "Emergent Aftermath" is missing Icon
  300. "Empowered Blades" is missing Icon
  301. "Empowered Quiver" is missing Icon
  302. "Endless Lullaby" is missing Icon
  303. "Endo" is missing BaseDrain
  304. "Endo" is missing Icon
  305. "Endo" is missing InternalName
  306. "Endo" is missing MaxRank
  307. "Endo" is missing Polarity
  308. "Endo" is missing Rarity
  309. "Endo" is missing Transmutable
  310. "Endo" is missing Type
  311. "Endoparasitic Vector" is missing Icon
  312. "Endurance Drift" is missing Icon
  313. "Enduring Affliction" is missing Icon
  314. "Enduring Strike" is missing Icon
  315. "Enemy Radar" is missing Icon
  316. "Enemy Sense" is missing Icon
  317. "Energizing Shot" is missing Icon
  318. "Energy Amplifier" is missing Icon
  319. "Energy Channel" is missing Icon
  320. "Energy Conversion" is missing Icon
  321. "Energy Field" is missing Icon
  322. "Energy Generator" is missing Icon
  323. "Energy Inversion" is missing Icon
  324. "Energy Siphon" is missing Icon
  325. "Energy Transfer" is missing Icon
  326. "Enhanced Durability" is missing Icon
  327. "Enhanced Vitality" is missing Icon
  328. "Enraged" is missing Icon
  329. "Entropy Burst" is missing Icon
  330. "Entropy Detonation" is missing Icon
  331. "Entropy Flight" is missing Icon
  332. "Entropy Spike" is missing Icon
  333. "Enveloping Cloud" is missing Icon
  334. "Equilibrium" is missing Icon
  335. "Equilibrium Audit" is missing Icon
  336. "Eroding Blight" is missing Icon
  337. "Escape Velocity" is missing Icon
  338. "Eternal War" is missing Icon
  339. "Evasive Denial" is missing Icon
  340. "Everlasting Ward" is missing Icon
  341. "Exalted Blade" is missing BaseDrain
  342. "Exalted Blade" is missing Icon
  343. "Exothermic" is missing Icon
  344. "Expel Corpus" is missing Icon
  345. "Expel Corrupted" is missing Icon
  346. "Expel Grineer" is missing Icon
  347. "Expel Infested" is missing Icon
  348. "Explosive Demise" is missing Icon
  349. "Explosive Legerdemain" is missing Icon
  350. "Exposing Harpoon" is missing Icon
  351. "Extend" is missing Icon
  352. "Extreme Velocity" is missing Icon
  353. "Failsafe" is missing Icon
  354. "Fanged Fusillade" is missing Icon
  355. "Fass" is missing BaseDrain
  356. "Fass" is missing Icon
  357. "Fast Deflection" is missing Icon
  358. "Fast Hands" is missing Icon
  359. "Fatal Acceleration" is missing Icon
  360. "Fatal Attraction" is missing Icon
  361. "Fatal Teleport" is missing Icon
  362. "Fateful Truth" is missing Icon
  363. "Feathered Arrows" is missing Icon
  364. "Ferocity" is missing Icon
  365. "Fetch" is missing Icon
  366. "Fever Strike" is missing Icon
  367. "Final Act" is missing Icon
  368. "Final Harbinger" is missing Icon
  369. "Final Tap" is missing Icon
  370. "Finishing Touch" is missing Icon
  371. "Fire Suppression" is missing Icon
  372. "Fireball Frenzy" is missing Icon
  373. "Fired Up" is missing Icon
  374. "Firestorm" is missing Icon
  375. "Firewalker" is missing Icon
  376. "Firewall" is missing Icon
  377. "Flailing Branch" is missing Icon
  378. "Flak Shot" is missing Icon
  379. "Flame Gland" is missing Icon
  380. "Flame Repellent" is missing Icon
  381. "Flawed Ammo Drum" is missing Icon
  382. "Flawed Ammo Stock" is missing Icon
  383. "Flawed Bane of Corpus" is missing Icon
  384. "Flawed Bane of Grineer" is missing Icon
  385. "Flawed Charged Shell" is missing Icon
  386. "Flawed Continuity" is missing Icon
  387. "Flawed Convulsion" is missing Icon
  388. "Flawed Deep Freeze" is missing Icon
  389. "Flawed Enemy Sense" is missing Icon
  390. "Flawed Equilibrium" is missing Icon
  391. "Flawed Expel Corpus" is missing Icon
  392. "Flawed Expel Grineer" is missing Icon
  393. "Flawed Fast Deflection" is missing Icon
  394. "Flawed Fast Hands" is missing Icon
  395. "Flawed Fever Strike" is missing Icon
  396. "Flawed Flow" is missing Icon
  397. "Flawed Fury" is missing Icon
  398. "Flawed Heated Charge" is missing Icon
  399. "Flawed Hellfire" is missing Icon
  400. "Flawed Hornet Strike" is missing Icon
  401. "Flawed Incendiary Coat" is missing Icon
  402. "Flawed Intensify" is missing Icon
  403. "Flawed Magazine Warp" is missing Icon
  404. "Flawed Molten Impact" is missing Icon
  405. "Flawed North Wind" is missing Icon
  406. "Flawed Organ Shatter" is missing Icon
  407. "Flawed Pathogen Rounds" is missing Icon
  408. "Flawed Pistol Gambit" is missing Icon
  409. "Flawed Point Blank" is missing Icon
  410. "Flawed Pressure Point" is missing Icon
  411. "Flawed Quickdraw" is missing Icon
  412. "Flawed Redirection" is missing Icon
  413. "Flawed Rush" is missing Icon
  414. "Flawed Serration" is missing Icon
  415. "Flawed Shell Compression" is missing Icon
  416. "Flawed Shocking Touch" is missing Icon
  417. "Flawed Shotgun Spazz" is missing Icon
  418. "Flawed Slip Magazine" is missing Icon
  419. "Flawed Smite Grineer" is missing Icon
  420. "Flawed Speed Trigger" is missing Icon
  421. "Flawed Steel Fiber" is missing Icon
  422. "Flawed Stormbringer" is missing Icon
  423. "Flawed Streamline" is missing Icon
  424. "Flawed Stretch" is missing Icon
  425. "Flawed Tactical Pump" is missing Icon
  426. "Flawed Target Cracker" is missing Icon
  427. "Flawed Thief's Wit" is missing Icon
  428. "Flawed Trick Mag" is missing Icon
  429. "Flawed True Steel" is missing Icon
  430. "Flawed Vitality" is missing Icon
  431. "Flechette" is missing Icon
  432. "Fleeting Expertise" is missing Icon
  433. "Flow" is missing Icon
  434. "Flow Burn" is missing BaseDrain
  435. "Flow Burn" is missing Icon
  436. "Flux Overdrive" is missing Icon
  437. "Focus Energy" is missing Icon
  438. "Focused Acceleration" is missing Icon
  439. "Focused Defense" is missing Icon
  440. "Focused Prospectus" is missing Icon
  441. "Follow Through" is missing Icon
  442. "Fomorian Accelerant" is missing Icon
  443. "Form Up" is missing BaseDrain
  444. "Form Up" is missing Icon
  445. "Fortifying Fire" is missing Icon
  446. "Fortitude" is missing Icon
  447. "Forward Artillery" is missing Icon
  448. "Four Riders" is missing Icon
  449. "Fracturing Crush" is missing Icon
  450. "Fracturing Wind" is missing Icon
  451. "Frail Momentum" is missing Icon
  452. "Freeze Force" is missing Icon
  453. "Frigid Blast" is missing Icon
  454. "Frost Jaw" is missing Icon
  455. "Frostbite" is missing Icon
  456. "Full Capacity" is missing Icon
  457. "Full Contact" is missing Icon
  458. "Fulmination" is missing Icon
  459. "Funnel Clouds" is missing Icon
  460. "Furious Javelin" is missing Icon
  461. "Furor" is missing Icon
  462. "Fury" is missing Icon
  463. "Fused Reservoir" is missing Icon
  464. "Fusion Core" is missing BaseDrain
  465. "Fusion Core" is missing Icon
  466. "Fusion Core" is missing InternalName
  467. "Gaia's Tragedy" is missing Icon
  468. "Gale Kick" is missing Icon
  469. "Galeforce Dawn" is missing Icon
  470. "Galvanized Acceleration" is missing Icon
  471. "Galvanized Aptitude" is missing Icon
  472. "Galvanized Chamber" is missing Icon
  473. "Galvanized Crosshairs" is missing Icon
  474. "Galvanized Diffusion" is missing Icon
  475. "Galvanized Hell" is missing Icon
  476. "Galvanized Savvy" is missing Icon
  477. "Galvanized Scope" is missing Icon
  478. "Galvanized Shot" is missing Icon
  479. "Gemini Cross" is missing Icon
  480. "Ghost" is missing Icon
  481. "Gilded Truth" is missing Icon
  482. "Glacial Edge" is missing Icon
  483. "Gladiator Aegis" is missing Icon
  484. "Gladiator Finesse" is missing Icon
  485. "Gladiator Might" is missing Icon
  486. "Gladiator Resolve" is missing Icon
  487. "Gladiator Rush" is missing Icon
  488. "Gladiator Vice" is missing Icon
  489. "Gleaming Blight" is missing Icon
  490. "Gleaming Talon" is missing Icon
  491. "Gnashing Payara" is missing Icon
  492. "Gorgon Frenzy" is missing Icon
  493. "Gourmand" is missing Icon
  494. "Granum's Nemesis" is missing Icon
  495. "Greedy Pull" is missing Icon
  496. "Grim Fury" is missing Icon
  497. "Grinloked" is missing Icon
  498. "Growing Power" is missing Icon
  499. "Guardian" is missing Icon
  500. "Guardian Derision" is missing Icon
  501. "Guided Effigy" is missing Icon
  502. "Guided Ordnance" is missing Icon
  503. "Gun Glide" is missing Icon
  504. "Gunslinger" is missing Icon
  505. "Hall of Malevolence" is missing Icon
  506. "Hallowed Eruption" is missing Icon
  507. "Hallowed Reckoning" is missing Icon
  508. "Hammer Shot" is missing Icon
  509. "Handspring" is missing Icon
  510. "Hard Engage" is missing Icon
  511. "Hard Reset" is missing Icon
  512. "Harkonar Scope" is missing Icon
  513. "Hastened Deflection" is missing Icon
  514. "Hastened Steps" is missing Icon
  515. "Hata-Satya" is missing Icon
  516. "Hawk Eye" is missing Icon
  517. "Healing Flame" is missing Icon
  518. "Healing Return" is missing Icon
  519. "Health Conversion" is missing Icon
  520. "Heartseeker" is missing Icon
  521. "Hearty Nourishment" is missing Icon
  522. "Heated Charge" is missing Icon
  523. "Heavy Caliber" is missing Icon
  524. "Heavy Impact" is missing Icon
  525. "Heavy Trauma" is missing Icon
  526. "Heavy Warhead" is missing Icon
  527. "Heightened Reflexes" is missing Icon
  528. "Hell's Chamber" is missing Icon
  529. "Hellfire" is missing Icon
  530. "Hemorrhage" is missing Icon
  531. "High Noon" is missing Icon
  532. "High Voltage" is missing Icon
  533. "Hit And Run" is missing Icon
  534. "Hollow Point" is missing Icon
  535. "Hollowed Bullets" is missing Icon
  536. "Homing Fang" is missing Icon
  537. "Hornet Strike" is missing Icon
  538. "Howl" is missing Icon
  539. "Hunt" is missing Icon
  540. "Hunter Adrenaline" is missing Icon
  541. "Hunter Command" is missing Icon
  542. "Hunter Munitions" is missing Icon
  543. "Hunter Recovery" is missing Icon
  544. "Hunter Synergy" is missing Icon
  545. "Hunter Track" is missing Icon
  546. "Hunter's Bonesaw" is missing Icon
  547. "Hush" is missing Icon
  548. "Hushed Invisibility" is missing Icon
  549. "Hydraulic Barrel" is missing Icon
  550. "Hydraulic Chamber" is missing Icon
  551. "Hydraulic Crosshairs" is missing Icon
  552. "Hydraulic Gauge" is missing Icon
  553. "Hyperion Thrusters" is missing Icon
  554. "Hyperstrike" is missing Icon
  555. "Hypothermic Shell" is missing Icon
  556. "Hysteria" is missing Icon
  557. "Hysterical Assault" is missing Icon
  558. "Hysterical Fixation" is missing Icon
  559. "Iatric Mycelium" is missing Icon
  560. "Ice Spring" is missing Icon
  561. "Ice Storm" is missing Icon
  562. "Ice Wave Impedance" is missing Icon
  563. "Icy Avalanche" is missing Icon
  564. "Immolated Radiance" is missing Icon
  565. "Impaler Munitions" is missing Icon
  566. "Impenetrable Offense" is missing Icon
  567. "Incendiary Coat" is missing Icon
  568. "Indomitable Matrix" is missing Icon
  569. "Inertia Dampeners" is missing Icon
  570. "Infected Clip" is missing Icon
  571. "Infectious Bite" is missing Icon
  572. "Infectious Injection" is missing Icon
  573. "Infested Impedance" is missing Icon
  574. "Infiltrate" is missing Icon
  575. "Insatiable" is missing Icon
  576. "Insulation" is missing Icon
  577. "Intensify" is missing Icon
  578. "Internal Bleeding" is missing Icon
  579. "Intruder" is missing Icon
  580. "Intruder Stasis" is missing BaseDrain
  581. "Intruder Stasis" is missing Icon
  582. "Investigator" is missing Icon
  583. "Ion Burn" is missing Icon
  584. "Ion Infusion" is missing Icon
  585. "Iron Phoenix" is missing Icon
  586. "Iron Shrapnel" is missing Icon
  587. "Ironclad Charge" is missing Icon
  588. "Ironclad Flight" is missing Icon
  589. "Ironclad Matrix" is missing Icon
  590. "Irradiating Disarm" is missing Icon
  591. "Jagged Edge" is missing Icon
  592. "Jahu" is missing BaseDrain
  593. "Jahu" is missing Icon
  594. "Jet Stream" is missing Icon
  595. "Jolt" is missing Icon
  596. "Jugulus Barbs" is missing Icon
  597. "Jugulus Carapace" is missing Icon
  598. "Jugulus Spines" is missing Icon
  599. "Juice" is missing Icon
  600. "Justice Blades" is missing Icon
  601. "Kavat's Grace" is missing Icon
  602. "Khra" is missing BaseDrain
  603. "Khra" is missing Icon
  604. "Kill Switch" is missing Icon
  605. "Killing Blow" is missing Icon
  606. "Kinetic Collision" is missing Icon
  607. "Kinetic Diversion" is missing Icon
  608. "Kinetic Friction" is missing Icon
  609. "Kinetic Ricochet" is missing Icon
  610. "Larva Burst" is missing Icon
  611. "Laser Sight" is missing Icon
  612. "Lashing Coil" is missing Icon
  613. "Last Herald" is missing Icon
  614. "Lasting Covenant" is missing Icon
  615. "Lasting Purity" is missing Icon
  616. "Lasting Sting" is missing Icon
  617. "Legendary Core" is missing Icon
  618. "Legendary Core" is missing InternalName
  619. "Lethal Momentum" is missing Icon
  620. "Lethal Torrent" is missing Icon
  621. "Lie In Wait" is missing Icon
  622. "Life Strike" is missing Icon
  623. "Lightning Dash" is missing Icon
  624. "Lightning Rod" is missing Icon
  625. "Lingering Torment" is missing Icon
  626. "Link Armor" is missing Icon
  627. "Link Health" is missing Icon
  628. "Link Shields" is missing Icon
  629. "Live Wire" is missing Icon
  630. "Loaded Capacity" is missing Icon
  631. "Lock and Load" is missing Icon
  632. "Lohk" is missing BaseDrain
  633. "Lohk" is missing Icon
  634. "Loose Chamber" is missing Icon
  635. "Loose Hatch" is missing Icon
  636. "Loose Magazine" is missing Icon
  637. "Loot Detector" is missing Icon
  638. "Looter" is missing Icon
  639. "Loyal Companion" is missing Icon
  640. "Lucky Shot" is missing Icon
  641. "Mach Crash" is missing Icon
  642. "Mad Stack" is missing Icon
  643. "Madurai Transmute Core" is missing Icon
  644. "Mafic Rain" is missing Icon
  645. "Mag Locks" is missing Icon
  646. "Magazine Extension" is missing Icon
  647. "Magazine Warp" is missing Icon
  648. "Maglev" is missing Icon
  649. "Magma Chamber" is missing Icon
  650. "Magnetized Discharge" is missing Icon
  651. "Magnum Force" is missing Icon
  652. "Maim" is missing Icon
  653. "Maiming Strike" is missing Icon
  654. "Malicious Code" is missing Icon
  655. "Malicious Raptor" is missing Icon
  656. "Malignant Force" is missing Icon
  657. "Mark of the Beast" is missing Icon
  658. "Marked Target" is missing Icon
  659. "Martial Fury" is missing Icon
  660. "Martyr Symbiosis" is missing Icon
  661. "Master Key" is missing Icon
  662. "Master Thief" is missing Icon
  663. "Maul" is missing Icon
  664. "Maximum Capacity" is missing Icon
  665. "Measured Burst" is missing Icon
  666. "Mecha Empowered" is missing Icon
  667. "Mecha Overdrive" is missing Icon
  668. "Mecha Pulse" is missing Icon
  669. "Mecha Recharge" is missing Icon
  670. "Medi-Pet Kit" is missing Icon
  671. "Medi-Ray" is missing Icon
  672. "Melee Guidance" is missing Icon
  673. "Melee Prowess" is missing Icon
  674. "Mending Shot" is missing Icon
  675. "Mending Splinters" is missing Icon
  676. "Mesa's Waltz" is missing Icon
  677. "Metal Auger" is missing Icon
  678. "Metal Fiber" is missing Icon
  679. "Meteor Crash" is missing Icon
  680. "Meteor Munitions" is missing Icon
  681. "Meticulous Aim" is missing Icon
  682. "Mind Freak" is missing Icon
  683. "Mischief" is missing Icon
  684. "Mobilize" is missing Icon
  685. "Modified Munitions" is missing Icon
  686. "Molecular Conversion" is missing Icon
  687. "Molecular Fission" is missing Icon
  688. "Molten Impact" is missing Icon
  689. "Momentary Pause" is missing Icon
  690. "Morphic Transformer" is missing Icon
  691. "Mortal Conduct" is missing Icon
  692. "Motus Impact" is missing Icon
  693. "Motus Setup" is missing Icon
  694. "Motus Signal" is missing Icon
  695. "Munitions Vortex" is missing Icon
  696. "Muzzle Flash" is missing Icon
  697. "Nano-Applicator" is missing Icon
  698. "Napalm Grenades" is missing Icon
  699. "Naramon Transmute Core" is missing Icon
  700. "Narrow Barrel" is missing Icon
  701. "Narrow Minded" is missing Icon
  702. "Natural Talent" is missing Icon
  703. "Nebula Bore" is missing Icon
  704. "Necramech Augur" is missing Icon
  705. "Necramech Aviator" is missing Icon
  706. "Necramech Blitz" is missing Icon
  707. "Necramech Continuity" is missing Icon
  708. "Necramech Deflection" is missing Icon
  709. "Necramech Drift" is missing Icon
  710. "Necramech Efficiency" is missing Icon
  711. "Necramech Enemy Sense" is missing Icon
  712. "Necramech Flow" is missing Icon
  713. "Necramech Friction" is missing Icon
  714. "Necramech Fury" is missing Icon
  715. "Necramech Hydraulics" is missing Icon
  716. "Necramech Intensify" is missing Icon
  717. "Necramech Pressure Point" is missing Icon
  718. "Necramech Rage" is missing Icon
  719. "Necramech Reach" is missing Icon
  720. "Necramech Rebuke" is missing Icon
  721. "Necramech Redirection" is missing Icon
  722. "Necramech Refuel" is missing Icon
  723. "Necramech Repair" is missing Icon
  724. "Necramech Seismic Wave" is missing Icon
  725. "Necramech Slipstream" is missing Icon
  726. "Necramech Steel Fiber" is missing Icon
  727. "Necramech Streamline" is missing Icon
  728. "Necramech Stretch" is missing Icon
  729. "Necramech Thrusters" is missing Icon
  730. "Necramech Vitality" is missing Icon
  731. "Negate" is missing Icon
  732. "Negation Swarm" is missing Icon
  733. "Netra" is missing BaseDrain
  734. "Netra" is missing Icon
  735. "Neutralize" is missing Icon
  736. "Neutralizing Justice" is missing Icon
  737. "Neutron Star" is missing Icon
  738. "Night Stalker" is missing Icon
  739. "Nightwatch Napalm" is missing Icon
  740. "Nira's Anguish" is missing Icon
  741. "Nira's Contempt" is missing Icon
  742. "Nira's Hatred" is missing Icon
  743. "Nitro Boost" is missing Icon
  744. "No Current Leap" is missing Icon
  745. "No Return" is missing Icon
  746. "Noble Cadence" is missing Icon
  747. "North Wind" is missing Icon
  748. "Null Audit" is missing Icon
  749. "Odomedic" is missing Icon
  750. "Onslaught Matrix" is missing Icon
  751. "Ordnance Cheap Shot" is missing Icon
  752. "Ordnance Velocity" is missing Icon
  753. "Ore Gaze" is missing Icon
  754. "Organ Shatter" is missing Icon
  755. "Orgone Tuning Matrix" is missing Icon
  756. "Oull" is missing BaseDrain
  757. "Oull" is missing Icon
  758. "Out Of Sight" is missing Icon
  759. "Overcharge Detectors" is missing Icon
  760. "Overcharged" is missing Icon
  761. "Overextended" is missing Icon
  762. "Overloader" is missing Icon
  763. "Overview" is missing Icon
  764. "Pacifying Bolts" is missing Icon
  765. "Pack Leader" is missing Icon
  766. "Pain Threshold" is missing Icon
  767. "Panzer Devolution" is missing Icon
  768. "Parallax Scope" is missing Icon
  769. "Paralytic Spores" is missing Icon
  770. "Parry" is missing Icon
  771. "Particle Ram" is missing Icon
  772. "Partitioned Mallet" is missing Icon
  773. "Patagium" is missing Icon
  774. "Path of Statues" is missing Icon
  775. "Pathogen Rounds" is missing Icon
  776. "Peaceful Provocation" is missing Icon
  777. "Peculiar Bloom" is missing Icon
  778. "Peculiar Growth" is missing Icon
  779. "Perfect Balance" is missing Icon
  780. "Perpetual Agony" is missing Icon
  781. "Phoenix Blaze" is missing Icon
  782. "Phoenix Renewal" is missing Icon
  783. "Photon Repeater" is missing Icon
  784. "Physique" is missing Icon
  785. "Piercing Caliber" is missing Icon
  786. "Piercing Fury" is missing Icon
  787. "Piercing Hit" is missing Icon
  788. "Piercing Navigator" is missing Icon
  789. "Piercing Roar" is missing Icon
  790. "Piercing Step" is missing Icon
  791. "Pilfering Strangledome" is missing Icon
  792. "Pilfering Swarm" is missing Icon
  793. "Pinnacle Pack Equilibrium" is missing Icon
  794. "Pistol Ammo Mutation" is missing Icon
  795. "Pistol Amp" is missing Icon
  796. "Pistol Gambit" is missing Icon
  797. "Pistol Pestilence" is missing Icon
  798. "Pistol Scavenger" is missing Icon
  799. "Plan B" is missing Icon
  800. "Point Blank" is missing Icon
  801. "Point Strike" is missing Icon
  802. "Pointed Wind" is missing Icon
  803. "Poisonous Sting" is missing Icon
  804. "Polar Magazine" is missing Icon
  805. "Pool of Life" is missing Icon
  806. "Pop Top" is missing Icon
  807. "Poppin' Vert" is missing Icon
  808. "Pounce" is missing Icon
  809. "Power Donation" is missing Icon
  810. "Power Drain" is missing Icon
  811. "Power Drift" is missing Icon
  812. "Power Throw" is missing Icon
  813. "Power of Three" is missing Icon
  814. "Precision Munition" is missing Icon
  815. "Precision Strike" is missing Icon
  816. "Predator" is missing Icon
  817. "Preparation" is missing Icon
  818. "Pressure Point" is missing Icon
  819. "Pressurized Magazine" is missing Icon
  820. "Primal Fury" is missing BaseDrain
  821. "Primal Fury" is missing Icon
  822. "Primal Rage" is missing Icon
  823. "Primed Ammo Stock" is missing Icon
  824. "Primed Animal Instinct" is missing Icon
  825. "Primed Bane of Corpus" is missing Icon
  826. "Primed Bane of Corrupted" is missing Icon
  827. "Primed Bane of Grineer" is missing Icon
  828. "Primed Bane of Infested" is missing Icon
  829. "Primed Chamber" is missing Icon
  830. "Primed Charged Shell" is missing Icon
  831. "Primed Chilling Grasp" is missing Icon
  832. "Primed Cleanse Corpus" is missing Icon
  833. "Primed Cleanse Corrupted" is missing Icon
  834. "Primed Cleanse Grineer" is missing Icon
  835. "Primed Cleanse Infested" is missing Icon
  836. "Primed Continuity" is missing Icon
  837. "Primed Cryo Rounds" is missing Icon
  838. "Primed Expel Corpus" is missing Icon
  839. "Primed Expel Corrupted" is missing Icon
  840. "Primed Expel Grineer" is missing Icon
  841. "Primed Expel Infested" is missing Icon
  842. "Primed Fast Hands" is missing Icon
  843. "Primed Fever Strike" is missing Icon
  844. "Primed Firestorm" is missing Icon
  845. "Primed Flow" is missing Icon
  846. "Primed Fulmination" is missing Icon
  847. "Primed Fury" is missing Icon
  848. "Primed Heated Charge" is missing Icon
  849. "Primed Heavy Trauma" is missing Icon
  850. "Primed Magazine Warp" is missing Icon
  851. "Primed Morphic Transformer" is missing Icon
  852. "Primed Pack Leader" is missing Icon
  853. "Primed Pistol Ammo Mutation" is missing Icon
  854. "Primed Pistol Gambit" is missing Icon
  855. "Primed Point Blank" is missing Icon
  856. "Primed Pressure Point" is missing Icon
  857. "Primed Quickdraw" is missing Icon
  858. "Primed Ravage" is missing Icon
  859. "Primed Reach" is missing Icon
  860. "Primed Regen" is missing Icon
  861. "Primed Rifle Ammo Mutation" is missing Icon
  862. "Primed Rubedo-Lined Barrel" is missing Icon
  863. "Primed Shotgun Ammo Mutation" is missing Icon
  864. "Primed Shred" is missing Icon
  865. "Primed Slip Magazine" is missing Icon
  866. "Primed Smite Corpus" is missing Icon
  867. "Primed Smite Corrupted" is missing Icon
  868. "Primed Smite Grineer" is missing Icon
  869. "Primed Smite Infested" is missing Icon
  870. "Primed Sniper Ammo Mutation" is missing Icon
  871. "Primed Sure Footed" is missing Icon
  872. "Primed Tactical Pump" is missing Icon
  873. "Primed Target Cracker" is missing Icon
  874. "Primed Vigor" is missing Icon
  875. "Primo Flair" is missing Icon
  876. "Prism Guard" is missing Icon
  877. "Prize Kill" is missing Icon
  878. "Proboscis" is missing Icon
  879. "Prolonged Paralysis" is missing Icon
  880. "Protect" is missing Icon
  881. "Protective Shots" is missing Icon
  882. "Proton Jet" is missing Icon
  883. "Proton Pulse" is missing Icon
  884. "Proton Snap" is missing Icon
  885. "Provoked" is missing Icon
  886. "Pummel" is missing Icon
  887. "Purging Slash" is missing Icon
  888. "Purifying Flames" is missing Icon
  889. "Push & Pull" is missing Icon
  890. "Pyroclastic Flow" is missing Icon
  891. "Quaking Hand" is missing Icon
  892. "Quasar Drill" is missing Icon
  893. "Quick Charge" is missing Icon
  894. "Quick Escape" is missing Icon
  895. "Quick Reload" is missing Icon
  896. "Quick Return" is missing Icon
  897. "Quick Thinking" is missing Icon
  898. "Quickdraw" is missing Icon
  899. "Quickening" is missing Icon
  900. "Quicklock" is missing Icon
  901. "Radiant Finish" is missing Icon
  902. "Rage" is missing Icon
  903. "Raider Matrix" is missing Icon
  904. "Rail Guards" is missing Icon
  905. "Range Advantage" is missing Icon
  906. "Rapid Resilience" is missing Icon
  907. "Ravage" is missing Icon
  908. "Ravenous Wraith" is missing Icon
  909. "Razor Munitions" is missing Icon
  910. "Razor Shot" is missing Icon
  911. "Razorwing" is missing Description
  912. "Razorwing" is missing Icon
  913. "Razorwing Blitz" is missing Icon
  914. "Reach" is missing Icon
  915. "Reactive Storm" is missing Icon
  916. "Reaping Chakram" is missing Icon
  917. "Reaping Spiral" is missing Icon
  918. "Reawaken" is missing Icon
  919. "Rebound" is missing Icon
  920. "Recharge Barrier" is missing Icon
  921. "Recover" is missing Icon
  922. "Recuperate" is missing Icon
  923. "Redirection" is missing Icon
  924. "Reflect" is missing Icon
  925. "Reflection" is missing Icon
  926. "Reflex Coil" is missing Icon
  927. "Reflex Denial" is missing Icon
  928. "Reflex Draw" is missing Icon
  929. "Reflex Guard" is missing Icon
  930. "Regen" is missing Icon
  931. "Regenerative Molt" is missing Icon
  932. "Reinforcing Stomp" is missing Icon
  933. "Rejuvenation" is missing Icon
  934. "Relentless Assault" is missing Icon
  935. "Relentless Combination" is missing Icon
  936. "Rending Crane" is missing Icon
  937. "Rending Strike" is missing Icon
  938. "Rending Turn" is missing Icon
  939. "Rending Wind" is missing Icon
  940. "Repair Dispensary" is missing Icon
  941. "Repair Kit" is missing Icon
  942. "Repeater Clip" is missing Icon
  943. "Repelling Bastille" is missing Icon
  944. "Repo Audit" is missing Icon
  945. "Resolute Focus" is missing Icon
  946. "Resonance" is missing Icon
  947. "Resonating Quake" is missing Icon
  948. "Retribution" is missing Icon
  949. "Retrieve" is missing Icon
  950. "Revealing Spores" is missing Icon
  951. "Revenge" is missing Icon
  952. "Revo Reducer" is missing Icon
  953. "Rifle Ammo Mutation" is missing Icon
  954. "Rifle Amp" is missing Icon
  955. "Rifle Aptitude" is missing Icon
  956. "Rifle Scavenger" is missing Icon
  957. "Rift Haven" is missing Icon
  958. "Rift Strike" is missing Icon
  959. "Rift Torrent" is missing Icon
  960. "Rime Rounds" is missing Icon
  961. "Rime Vault" is missing Icon
  962. "Ripload" is missing Icon
  963. "Ripper Rounds" is missing Icon
  964. "Ris" is missing BaseDrain
  965. "Ris" is missing Icon
  966. "Rising Skill" is missing Icon
  967. "Rising Steel" is missing Icon
  968. "Rising Storm" is missing Icon
  969. "Rolling Guard" is missing Icon
  970. "Rubble Heap" is missing Icon
  971. "Rubedo-Lined Barrel" is missing Icon
  972. "Ruinous Extension" is missing Icon
  973. "Rumbled" is missing Icon
  974. "Runtime" is missing Icon
  975. "Rupture" is missing Icon
  976. "Rush" is missing Icon
  977. "Sabot Rounds" is missing Icon
  978. "Sacrifice" is missing Icon
  979. "Sacrificial Pressure" is missing Icon
  980. "Sacrificial Steel" is missing Icon
  981. "Safeguard" is missing Icon
  982. "Safeguard Switch" is missing Icon
  983. "Sanctuary" is missing Icon
  984. "Sapping Reach" is missing Icon
  985. "Savage Silence" is missing Icon
  986. "Savagery" is missing Icon
  987. "Savior Decoy" is missing Icon
  988. "Sawtooth Clip" is missing Icon
  989. "Saxum Carapace" is missing Icon
  990. "Saxum Spittle" is missing Icon
  991. "Saxum Thorax" is missing Icon
  992. "Scan Aquatic Lifeforms" is missing Icon
  993. "Scan Matter" is missing Icon
  994. "Scarlet Hurricane" is missing Icon
  995. "Scattered Justice" is missing Icon
  996. "Scattering Inferno" is missing Icon
  997. "Scavenge" is missing Icon
  998. "Scorch" is missing Icon
  999. "Scourging Warheads" is missing Icon
  1000. "Searing Leap" is missing Icon
  1001. "Searing Steel" is missing Icon
  1002. "Secondary Wind" is missing Icon
  1003. "Section Density" is missing Icon
  1004. "Security Override" is missing Icon
  1005. "Seeker" is missing Icon
  1006. "Seeker Volley" is missing Icon
  1007. "Seeking Force" is missing Icon
  1008. "Seeking Fury" is missing Icon
  1009. "Seeking Shuriken" is missing Icon
  1010. "Seismic Palm" is missing Icon
  1011. "Seismic Wave" is missing Icon
  1012. "Self Destruct" is missing Icon
  1013. "Sense Danger" is missing Icon
  1014. "Sentient Scalpel" is missing Icon
  1015. "Sequence Burn" is missing Icon
  1016. "Serene Storm" is missing BaseDrain
  1017. "Serene Storm" is missing Icon
  1018. "Serrated Edges" is missing Icon
  1019. "Serrated Rounds" is missing Icon
  1020. "Serration" is missing Icon
  1021. "Shadow Harvest" is missing Icon
  1022. "Sharpened Blade" is missing Icon
  1023. "Sharpened Bullets" is missing Icon
  1024. "Sharpened Claws" is missing Icon
  1025. "Sharpshooter" is missing Icon
  1026. "Shatter Burst" is missing Icon
  1027. "Shattering Impact" is missing Icon
  1028. "Shattering Justice" is missing Icon
  1029. "Shattering Storm" is missing Icon
  1030. "Shell Compression" is missing Icon
  1031. "Shell Rush" is missing Icon
  1032. "Shell Shock" is missing Icon
  1033. "Shelter" is missing Icon
  1034. "Shepherd" is missing Icon
  1035. "Shield Charger" is missing Icon
  1036. "Shield Disruption" is missing Icon
  1037. "Shield Overload" is missing Icon
  1038. "Shield of Shadows" is missing Icon
  1039. "Shimmering Blight" is missing Icon
  1040. "Shock Absorbers" is missing Icon
  1041. "Shock Collar" is missing Icon
  1042. "Shock Trooper" is missing Icon
  1043. "Shocking Speed" is missing Icon
  1044. "Shocking Touch" is missing Icon
  1045. "Shockwave Actuators" is missing Icon
  1046. "Shotgun Ammo Mutation" is missing Icon
  1047. "Shotgun Amp" is missing Icon
  1048. "Shotgun Savvy" is missing Icon
  1049. "Shotgun Scavenger" is missing Icon
  1050. "Shotgun Spazz" is missing Icon
  1051. "Shrapnel Rounds" is missing Icon
  1052. "Shrapnel Shot" is missing Icon
  1053. "Shred" is missing Icon
  1054. "Shred Shot" is missing Icon
  1055. "Shredder" is missing Icon
  1056. "Signal Flare" is missing Icon
  1057. "Silent Battery" is missing Icon
  1058. "Singularity" is missing Icon
  1059. "Sinister Reach" is missing Icon
  1060. "Sinking Talon" is missing Icon
  1061. "Skull Shots" is missing Icon
  1062. "Slay Board" is missing Icon
  1063. "Slicing Feathers" is missing Icon
  1064. "Slip Magazine" is missing Icon
  1065. "Sly Devolution" is missing Icon
  1066. "Smite Corpus" is missing Icon
  1067. "Smite Corrupted" is missing Icon
  1068. "Smite Grineer" is missing Icon
  1069. "Smite Infested" is missing Icon
  1070. "Smite Infusion" is missing Icon
  1071. "Smoke Shadow" is missing Icon
  1072. "Snap Shot" is missing Icon
  1073. "Sniper Ammo Mutation" is missing Icon
  1074. "Sniper Scavenger" is missing Icon
  1075. "Soaring Strike" is missing Icon
  1076. "Soft Hands" is missing Icon
  1077. "Sonic Boost" is missing Icon
  1078. "Sonic Fracture" is missing Icon
  1079. "Soul Survivor" is missing Icon
  1080. "Sovereign Outcast" is missing Icon
  1081. "Spare Parts" is missing Icon
  1082. "Spectrosiphon" is missing Icon
  1083. "Speed Drift" is missing Icon
  1084. "Speed Holster" is missing Icon
  1085. "Speed Trigger" is missing Icon
  1086. "Spellbound Harvest" is missing Icon
  1087. "Spinning Needle" is missing Icon
  1088. "Split Chamber" is missing Icon
  1089. "Split Flights" is missing Icon
  1090. "Spoiled Strike" is missing Icon
  1091. "Spring-Loaded Blade" is missing Icon
  1092. "Spring-Loaded Broadhead" is missing Icon
  1093. "Spring-Loaded Chamber" is missing Icon
  1094. "Sprint Boost" is missing Icon
  1095. "Spry Sights" is missing Icon
  1096. "Squad Renew" is missing BaseDrain
  1097. "Squad Renew" is missing Icon
  1098. "Stabilizer" is missing Icon
  1099. "Staggering Shield" is missing Icon
  1100. "Stalk" is missing Icon
  1101. "Stalking Fan" is missing Icon
  1102. "Stand Ground" is missing Icon
  1103. "Stand United" is missing Icon
  1104. "Star Divide" is missing Icon
  1105. "Stasis Field" is missing Icon
  1106. "Static Alacrity" is missing Icon
  1107. "Static Discharge" is missing Icon
  1108. "Steady Hands" is missing Icon
  1109. "Stealth Drift" is missing Icon
  1110. "Steel Charge" is missing Icon
  1111. "Steel Fiber" is missing Icon
  1112. "Stinging Thorn" is missing Icon
  1113. "Stinging Truth" is missing Icon
  1114. "Stockpiled Blight" is missing Icon
  1115. "Stormbringer" is missing Icon
  1116. "Strafing Slide" is missing Icon
  1117. "Strain Consume" is missing Icon
  1118. "Strain Eruption" is missing Icon
  1119. "Strain Fever" is missing Icon
  1120. "Strain Infection" is missing Icon
  1121. "Streamline" is missing Icon
  1122. "Streamlined Form" is missing Icon
  1123. "Stretch" is missing Icon
  1124. "Stunning Speed" is missing Icon
  1125. "Sudden Impact" is missing Icon
  1126. "Sudden Justice" is missing Icon
  1127. "Sundering Strike" is missing Icon
  1128. "Sundering Weave" is missing Icon
  1129. "Superior Defenses" is missing Icon
  1130. "Suppress" is missing Icon
  1131. "Sure Footed" is missing Icon
  1132. "Sure Shot" is missing Icon
  1133. "Surging Blades" is missing Icon
  1134. "Surging Dash" is missing Icon
  1135. "Surplus Diverters" is missing Icon
  1136. "Survival Instinct" is missing Icon
  1137. "Sweeping Serration" is missing Icon
  1138. "Swift Bite" is missing Icon
  1139. "Swift Mercy" is missing Icon
  1140. "Swift Momentum" is missing Icon
  1141. "Swing Line" is missing Icon
  1142. "Swipe" is missing Icon
  1143. "Swirling Tiger" is missing Icon
  1144. "Swooping Falcon" is missing Icon
  1145. "Sword Alone" is missing Icon
  1146. "Synergized Prospectus" is missing Icon
  1147. "Synth Charge" is missing Icon
  1148. "Synth Deconstruct" is missing Icon
  1149. "Synth Fiber" is missing Icon
  1150. "Synth Reflex" is missing Icon
  1151. "System Reroute" is missing Icon
  1152. "Tactical Pump" is missing Icon
  1153. "Tactical Reload" is missing Icon
  1154. "Tactical Retreat" is missing Icon
  1155. "Tainted Clip" is missing Icon
  1156. "Tainted Hydra" is missing Icon
  1157. "Tainted Mag" is missing Icon
  1158. "Tainted Shell" is missing Icon
  1159. "Target Acquired" is missing Icon
  1160. "Target Cracker" is missing Icon
  1161. "Target Fixation" is missing Icon
  1162. "Targeting Receptor" is missing Icon
  1163. "Targeting Subsystem" is missing Icon
  1164. "Tear Gas" is missing Icon
  1165. "Tectonic Fracture" is missing Icon
  1166. "Teeming Virulence" is missing Icon
  1167. "Tek Assault" is missing Icon
  1168. "Tek Collateral" is missing Icon
  1169. "Tek Enhance" is missing Icon
  1170. "Tek Gravity" is missing Icon
  1171. "Tempered Blade" is missing Icon
  1172. "Tempered Bound" is missing Icon
  1173. "Tempo Royale" is missing Icon
  1174. "Terminal Velocity" is missing Icon
  1175. "Territorial Aggression" is missing Icon
  1176. "Tesla Bank" is missing Icon
  1177. "Tether" is missing Icon
  1178. "Tether Grenades" is missing Icon
  1179. "The Relentless Lost" is missing Icon
  1180. "Thermagnetic Shells" is missing Icon
  1181. "Thermal Transfer" is missing Icon
  1182. "Thermite Rounds" is missing Icon
  1183. "Thief's Wit" is missing Icon
  1184. "Thrall Pact" is missing Icon
  1185. "Thrash Landing" is missing Icon
  1186. "Thumper" is missing Icon
  1187. "Thunderbolt" is missing Icon
  1188. "Thundermiter" is missing Icon
  1189. "Tidal Impunity" is missing Icon
  1190. "Titanic Rumbler" is missing Icon
  1191. "Total Eclipse" is missing Icon
  1192. "Toxic Barrage" is missing Icon
  1193. "Toxic Blight" is missing Icon
  1194. "Toxic Flight" is missing Icon
  1195. "Toxic Sequence" is missing Icon
  1196. "Toxin Resistance" is missing Icon
  1197. "Tractor Beam" is missing Icon
  1198. "Trail Blazer" is missing Icon
  1199. "Trample" is missing Icon
  1200. "Tranquil Cleave" is missing Icon
  1201. "Transfusion" is missing Icon
  1202. "Transient Fortitude" is missing Icon
  1203. "Transistor Shield" is missing Icon
  1204. "Tribunal" is missing Icon
  1205. "Trick Mag" is missing Icon
  1206. "Triple Tap" is missing Icon
  1207. "True Punishment" is missing Icon
  1208. "True Steel" is missing Icon
  1209. "Turret Velocity" is missing Icon
  1210. "Twirling Spire" is missing Icon
  1211. "Twitch" is missing Icon
  1212. "Umbral Fiber" is missing Icon
  1213. "Umbral Intensify" is missing Icon
  1214. "Umbral Vitality" is missing Icon
  1215. "Undying Will" is missing Icon
  1216. "Unleashed" is missing Icon
  1217. "Untraceable" is missing Icon
  1218. "Vacuum" is missing Icon
  1219. "Vampire Leech" is missing Icon
  1220. "Vampiric Grasp" is missing Icon
  1221. "Vanquished Prey" is missing Icon
  1222. "Vapor Trail" is missing Icon
  1223. "Vaporize" is missing Icon
  1224. "Vazarin Transmute Core" is missing Icon
  1225. "Veiled Archgun Riven Mod" is missing Icon
  1226. "Veiled Companion Weapon Riven Mod" is missing Icon
  1227. "Veiled Kitgun Riven Mod" is missing Icon
  1228. "Veiled Melee Riven Mod" is missing Icon
  1229. "Veiled Pistol Riven Mod" is missing Icon
  1230. "Veiled Rifle Riven Mod" is missing Icon
  1231. "Veiled Shotgun Riven Mod" is missing Icon
  1232. "Veiled Zaw Riven Mod" is missing Icon
  1233. "Venari Bodyguard" is missing Icon
  1234. "Venerdo Hoverdrive" is missing Icon
  1235. "Vengeful Revenant" is missing Icon
  1236. "Venom Dose" is missing Icon
  1237. "Venom Teeth" is missing Icon
  1238. "Venomous Clip" is missing Icon
  1239. "Venomous Rise" is missing Icon
  1240. "Vermillion Storm" is missing Icon
  1241. "Vexing Retaliation" is missing Icon
  1242. "Vicious Approach" is missing Icon
  1243. "Vicious Frost" is missing Icon
  1244. "Vicious Spread" is missing Icon
  1245. "Vigilante Armaments" is missing Icon
  1246. "Vigilante Fervor" is missing Icon
  1247. "Vigilante Offense" is missing Icon
  1248. "Vigilante Pursuit" is missing Icon
  1249. "Vigilante Supplies" is missing Icon
  1250. "Vigilante Vigor" is missing Icon
  1251. "Vigor" is missing Icon
  1252. "Vigorous Swap" is missing Icon
  1253. "Vile Acceleration" is missing Icon
  1254. "Vile Precision" is missing Icon
  1255. "Viral Quills" is missing Icon
  1256. "Virulent Scourge" is missing Icon
  1257. "Vital Sense" is missing Icon
  1258. "Vital Systems Bypass" is missing Icon
  1259. "Vitality" is missing Icon
  1260. "Void Cloak" is missing Icon
  1261. "Void Hole" is missing Icon
  1262. "Volatile Parasite" is missing Icon
  1263. "Volatile Quick Return" is missing Icon
  1264. "Volatile Rebound" is missing Icon
  1265. "Volcanic Edge" is missing Icon
  1266. "Voltage Sequence" is missing Icon
  1267. "Voltaic Lance" is missing Icon
  1268. "Voltaic Strike" is missing Icon
  1269. "Vome" is missing BaseDrain
  1270. "Vome" is missing Icon
  1271. "Votive Onslaught" is missing Icon
  1272. "Vulcan Blitz" is missing Icon
  1273. "Vulpine Mask" is missing Icon
  1274. "Ward Recovery" is missing Icon
  1275. "Warding Thurible" is missing Icon
  1276. "Warhead" is missing Icon
  1277. "Warm Coat" is missing Icon
  1278. "Waveband Disruptor" is missing Icon
  1279. "Weeping Wounds" is missing Icon
  1280. "Whiplash Mine" is missing Icon
  1281. "Whirlwind" is missing Icon
  1282. "Wild Frenzy" is missing Icon
  1283. "Wildfire" is missing Icon
  1284. "Winds of Purity" is missing Icon
  1285. "Wise Razor" is missing Icon
  1286. "Worm's Torment" is missing Icon
  1287. "Xata" is missing BaseDrain
  1288. "Xata" is missing Icon
  1289. "Zazvat-Kar" is missing Icon
  1290. "Zodiac Shred" is missing Icon

Validating data types of values

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

Checking naming scheme of image names

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

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

Validating mod incompatibility graphs for circular references

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

References

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

Mod Data


-- TODO: Add buff icons to certain conditional mods and show them in the mod infobox?
-- TODO: Migrate/add mod descriptions to these tables so we autogenerate them in the main module.
-- See https://warframe.fandom.com/wiki/Category:Companion_Mods
-- https://warframe.fandom.com/wiki/Category:Warframe_Mods
-- https://warframe.fandom.com/wiki/Category:Primary_Mods
-- https://warframe.fandom.com/wiki/Category:Pistol_Mods
-- https://warframe.fandom.com/wiki/Category:Melee_Mods
-- https://warframe.fandom.com/wiki/Category:Necramech_Mods
return {
	-- TODO: I think the last portion of uniqueName is unique enough for indexing
	-- (so that no two innate upgrades share the same index key) so it is safe to use it for innate upgrades and to not expose file path to readers
	-- Main issue being that means we have to use the shorthand index as reference in M:Weapons/data
	-- which I'm not sure if it is a good design decision to do so; using the full uniqueName as index is a much clearer
	-- way of referencing these innate upgrade entries as it guarantees uniqueness and leaves no room for different interpretations
	-- Edit: Tekko and Tekko Prime share the same last portion of their uniqueName
	Mods = {
		["Aero Set"] = {
			_IgnoreEntry = true,
			InternalName = "/Lotus/Upgrades/Mods/Sets/Hawk/HawkSetMod",
			Description = "Damage enemies while Aim Gliding and put up to 5 of them to Sleep for 3s on landing.",
			Link = "Set Mods#Aero Mod Set",
			Name = "Aero Set",
			NumUpgradesInSet = 3,
			Type = "Set"
		},
		["Amar Set"] = {
			_IgnoreEntry = true,
			InternalName = "/Lotus/Upgrades/Mods/Sets/Amar/AmarSetMod",
			Description = "Teleport to a target within 10m on using a Heavy Attack.",
			Link = "Set Mods#Amar Mod Set",
			Name = "Amar Set",
			NumUpgradesInSet = 3,
			Type = "Set"
		},
		["Augur Set"] = {
			_IgnoreEntry = true,
			InternalName = "/Lotus/Upgrades/Mods/Sets/Augur/AugurSetMod",
			Description = "40% Energy spent on abilities is converted to Shields.",
			Link = "Set Mods#Augur Mod Set",
			Name = "Augur Set",
			NumUpgradesInSet = 6,
			Type = "Set"
		},
		["Boreal Set"] = {
			_IgnoreEntry = true,
			InternalName = "/Lotus/Upgrades/Mods/Sets/Boreal/BorealSetMod",
			Description = "Reduces damage by +20% when Airborne.",
			Link = "Set Mods#Boreal Mod Set",
			Name = "Boreal Set",
			NumUpgradesInSet = 3,
			Type = "Set"
		},
		["Carnis Set"] = {
			_IgnoreEntry = true,
			InternalName = "/Lotus/Upgrades/Mods/Sets/Ashen/AshenSetMod",
			Description = "Killing an enemy with a Heavy Attacks grants 10% Evasion and immunity to Status Effects for 2s",
			Link = "Set Mods#Carnis Mod Set",
			Name = "Carnis Set",
			NumUpgradesInSet = 3,
			Type = "Set"
		},
		["Gladiator Set"] = {
			_IgnoreEntry = true,
			InternalName = "/Lotus/Upgrades/Mods/Sets/Augur/AugurSetMod",
			Description = "10% Critical Chance per Combo Multiplier",
			Link = "Set Mods#Gladiator Mod Set",
			Name = "Gladiator Set",
			NumUpgradesInSet = 6,
			Type = "Set"
		},
		["Hunter Set"] = {
			_IgnoreEntry = true,
			InternalName = "/Lotus/Upgrades/Mods/Sets/Hunter/HunterSetMod",
			Description = "+25% Companion Damage on enemies affected by <DT_SLASH>.",
			Link = "Set Mods#Hunter Mod Set",
			Name = "Hunter Set",
			NumUpgradesInSet = 6,
			Type = "Set"
		},
		["Jugulus Set"] = {
			_IgnoreEntry = true,
			InternalName = "/Lotus/Upgrades/Mods/Sets/Boneblade/BonebladeSetMod",
			Description = "Slam attacks manifest Tendrils to lash enemies within 3m dealing 25 <DT_PUNCTURE>Puncture Damage. Cooldown: 12s",
			Link = "Set Mods#Jugulus Mod Set",
			Name = "Jugulus Set",
			NumUpgradesInSet = 3,
			Type = "Set"
		},
		["Mecha Set"] = {
			_IgnoreEntry = true,
			InternalName = "/Lotus/Upgrades/Mods/Sets/Mecha/MechaSetMod",
			Description = "Companion marks a target every 60s for 3s. Killing the target applies their Status Effects to all enemies within 7.5m.",
			Link = "Set Mods#Mecha Mod Set",
			Name = "Mecha Set",
			NumUpgradesInSet = 4,
			Type = "Set"
		},
		["Motus Set"] = {
			_IgnoreEntry = true,
			InternalName = "/Lotus/Upgrades/Mods/Sets/Raptor/RaptorSetMod",
			Description = "+33% chance to become immune to Knockdown effects while airborne.",
			Link = "Set Mods#Motus Mod Set",
			Name = "Motus Set",
			NumUpgradesInSet = 3,
			Type = "Set"
		},
		["Nira Set"] = {
			_IgnoreEntry = true,
			InternalName = "/Lotus/Upgrades/Mods/Sets/Nira/NiraSetMod",
			Description = "Increase damage from Slam Attacks by +100%.",
			Link = "Set Mods#Nira Mod Set",
			Name = "Nira Set",
			NumUpgradesInSet = 3,
			Type = "Set"
		},
		["Proton Set"] = {
			_IgnoreEntry = true,
			InternalName = "/Lotus/Upgrades/Mods/Sets/Spider/SpiderSetMod",
			Description = "During a Wall Latch gain +17% Damage Reduction",
			Link = "Set Mods#Proton Mod Set",
			Name = "Proton Set",
			NumUpgradesInSet = 3,
			Type = "Set"
		},
		["Sacrificial Set"] = {
			_IgnoreEntry = true,
			InternalName = "/Lotus/Upgrades/Mods/Sets/Sacrifice/SacrificeSetMod",
			Description = "Enhance mods in this set.",
			Link = "Set Mods#Sacrificial Mod Set",
			Name = "Sacrificial Set",
			NumUpgradesInSet = 2,
			Type = "Set"
		},
		["Saxum Set"] = {
			_IgnoreEntry = true,
			InternalName = "/Lotus/Upgrades/Mods/Sets/Femur/FemurSetMod",
			Description = "Lifted enemies explode on death, dealing 10% Enemy Max Health as <DT_IMPACT>Impact Damage in a 4m radius\r\nCooldown: 6s",
			Link = "Set Mods#Saxum Mod Set",
			Name = "Saxum Set",
			NumUpgradesInSet = 3,
			Type = "Set"
		},
		["Strain Set"] = {
			_IgnoreEntry = true,
			InternalName = "/Lotus/Upgrades/Mods/Sets/Strain/StrainSetMod",
			Description = "Grows up to 2 Cysts over 6s that erupt every 25s to spawn a maggot.",
			Link = "Set Mods#Strain Mod Set",
			Name = "Strain Set",
			NumUpgradesInSet = 4,
			Type = "Set"
		},
		["Synth Set"] = {
			_IgnoreEntry = true,
			InternalName = "/Lotus/Upgrades/Mods/Sets/Synth/SynthSetMod",
			Description = "Holstering Primary and Secondary weapons reload 5% of Magazine/s.",
			Link = "Set Mods#Synth Mod Set",
			Name = "Synth Set",
			NumUpgradesInSet = 4,
			Type = "Set"
		},
		["Tek Set"] = {
			_IgnoreEntry = true,
			InternalName = "/Lotus/Upgrades/Mods/Sets/Tek/TekSetMod",
			Description = "Mark a 3m zone every 60s that inflicts 50 Damage/s to enemies.",
			Link = "Set Mods#Tek Mod Set",
			Name = "Tek Set",
			NumUpgradesInSet = 4,
			Type = "Set"
		},
		["Umbral Set"] = {
			_IgnoreEntry = true,
			InternalName = "/Lotus/Upgrades/Mods/Sets/Umbra/UmbraSetMod",
			Description = "Enhance mods in this set.",
			Link = "Set Mods#Umbral Mod Set",
			Name = "Umbral Set",
			NumUpgradesInSet = 3,
			Type = "Set"
		},
		["Vigilante Set"] = {
			_IgnoreEntry = true,
			InternalName = "/Lotus/Upgrades/Mods/Sets/Vigilante/VigilanteSetMod",
			Description = "5% chance to enhance Critical Hits from Primary weapons",
			Link = "Set Mods#Vigilante Mod Set",
			Name = "Vigilante Set",
			NumUpgradesInSet = 6,
			Type = "Set"
		},
		["/Lotus/Upgrades/Evolutions/Melee/Dagger/ZarimanDaggerTransform"] = {
			_IgnoreEntry = true,
			Description = "",
			InternalName = "/Lotus/Upgrades/Evolutions/Melee/Dagger/ZarimanDaggerTransform",
			Link = "Innodem",
			Name = "ZarimanDaggerTransform",
			Type = "Innodem"	
		},
		["/Lotus/Upgrades/Evolutions/Melee/Dagger/EvoDaggerVoidFinisherBuff"] = {
			_IgnoreEntry = true,
			Description = "",
			InternalName = "/Lotus/Upgrades/Evolutions/Melee/Dagger/EvoDaggerVoidFinisherBuff",
			Link = "Innodem",
			Name = "EvoDaggerVoidFinisherBuff",
			Type = "Innodem"	
		},
		["/Lotus/Upgrades/Evolutions/Rifle/EvoRifleDamageOnHeadshots"] = {
			_IgnoreEntry = true,
			Description = "",
			InternalName = "/Lotus/Upgrades/Evolutions/Rifle/EvoRifleDamageOnHeadshots",
			Link = "Phenmor",
			Name = "EvoRifleDamageOnHeadshots",
			Type = "Phenmor"
		},
		["/Lotus/Upgrades/Evolutions/Rifle/EvoRifleInstantReloadChanceOnHeadshot"] = {
			_IgnoreEntry = true,
			Description = "",
			InternalName = "/Lotus/Upgrades/Evolutions/Rifle/EvoRifleInstantReloadChanceOnHeadshot",
			Link = "Phenmor",
			Name = "EvoRifleInstantReloadChanceOnHeadshot",
			Type = "Phenmor"
		},
		["/Lotus/Upgrades/Evolutions/Rifle/EvoRifleReloadSpeedFromEmpty"] = {
			_IgnoreEntry = true,
			Description = "",
			InternalName = "/Lotus/Upgrades/Evolutions/Rifle/EvoRifleReloadSpeedFromEmpty",
			Link = "Phenmor",
			Name = "EvoRifleReloadSpeedFromEmpty",
			Type = "Phenmor"
		},
		["/Lotus/Upgrades/Evolutions/Pistol/EvoPistolAmmoEfficiencyOnHeadshot"] = {
			_IgnoreEntry = true,
			Description = "",
			InternalName = "/Lotus/Upgrades/Evolutions/Pistol/EvoPistolAmmoEfficiencyOnHeadshot",
			Link = "Laetum",
			Name = "EvoPistolAmmoEfficiencyOnHeadshot",
			Type = "Laetum"
		},
		["/Lotus/Upgrades/Evolutions/Pistol/EvoPistolDamageOnNoCritAndNoProcHit"] = {
			_IgnoreEntry = true,
			Description = "",
			InternalName = "/Lotus/Upgrades/Evolutions/Pistol/EvoPistolDamageOnNoCritAndNoProcHit",
			Link = "Laetum",
			Name = "EvoPistolDamageOnNoCritAndNoProcHit",
			Type = "Laetum"
		},
		["/Lotus/Upgrades/Evolutions/Pistol/EvoPistolReloadSpeedOnHeadshot"] = {
			_IgnoreEntry = true,
			Description = "",
			InternalName = "/Lotus/Upgrades/Evolutions/Pistol/EvoPistolReloadSpeedOnHeadshot",
			Link = "Laetum",
			Name = "EvoPistolReloadSpeedOnHeadshot",
			Type = "Laetum"
		},
		["/Lotus/Upgrades/Evolutions/Melee/ZarimanTonfaTransform"] = {
			_IgnoreEntry = true,
			Description = "",
			InternalName = "/Lotus/Upgrades/Evolutions/Melee/ZarimanTonfaTransform",
			Link = "Praedos",
			Name = "ZarimanTonfaTransform",
			Type = "Praedos"
		},
		["/Lotus/Upgrades/Evolutions/Melee/EvoTonfaHeavyEfficiency"] = {
			_IgnoreEntry = true,
			Description = "",
			InternalName = "/Lotus/Upgrades/Evolutions/Melee/EvoTonfaHeavyEfficiency",
			Link = "Praedos",
			Name = "EvoTonfaHeavyEfficiency",
			Type = "Praedos"
		},
		["/Lotus/Weapons/Tenno/LongGuns/GyreRifle/GyreRifleInnateUpgrade"] = {
			_IgnoreEntry = true,
			Description = "",
			InternalName = "/Lotus/Weapons/Tenno/LongGuns/GyreRifle/GyreRifleInnateUpgrade",
			Link = "Alternox",
			Name = "GyreRifleInnateUpgrade",
			Type = "Alternox"
		},
		["/Lotus/Upgrades/Mods/DirectorMods/HardModeLevelAura"] = {
			_IgnoreEntry = true,
			Description = "+100% Resource Drop Chance/r/n+100% Mod Drop Chance",
			InternalName = "/Lotus/Upgrades/Mods/DirectorMods/HardModeLevelAura",
			Link = "The Steel Path",
			Name = "HardModeLevelAura",
			Type = "Level Aura"
		},
		["/Lotus/Upgrades/Mods/DirectorMods/HardModeEnemyLevelAura"] = {
			_IgnoreEntry = true,
			Description = "+100 Enemy Level/r/n+150% Enemy Health\r\n+150% Enemy Shield\r\n+150% Enemy Armor",
			InternalName = "/Lotus/Upgrades/Mods/DirectorMods/HardModeEnemyLevelAura",
			Link = "The Steel Path",
			Name = "HardModeEnemyLevelAura",
			Type = "Level Aura"
		},
		["/Lotus/Weapons/Tenno/LongGuns/PrimeZhuge/ZhugePrimeReloadFromEmptyMod"] = {
			_IgnoreEntry = true,
			InternalName = "/Lotus/Weapons/Tenno/LongGuns/PrimeZhuge/ZhugePrimeReloadFromEmptyMod",
			IsDefaultUpgrade = true,
			Link = "Zhuge Prime",
			Name = "ZhugePrimeReloadFromEmptyMod",
			Type = "Zhuge Prime"
		},
		["/Lotus/Weapons/Tenno/Melee/Hammer/GlassHammer/GlassHammerInnateUpgrade"] = {
			_IgnoreEntry = true,
			InternalName = "/Lotus/Weapons/Tenno/Melee/Hammer/GlassHammer/GlassHammerInnateUpgrade",
			IsDefaultUpgrade = true,
			Link = "Volnus",
			Name = "GlassHammerInnateUpgrade",
			Type = "Volnus"
		},
		["/Lotus/Weapons/Sentients/SentJointedScythe/SentJointedScytheInnateUpgrade"] = {
			_IgnoreEntry = true,
			InternalName = "/Lotus/Weapons/Sentients/SentJointedScythe/SentJointedScytheInnateUpgrade",
			IsDefaultUpgrade = true,
			Link = "Venato",
			Name = "SentJointedScytheInnateUpgrade",
			Type = "Venato"
		},
		["/Lotus/Weapons/Tenno/Pistols/TnOdaliskSmg/TnOdaliskAmmoEfficiencyMod"] = {
			_IgnoreEntry = true,
			InternalName = "/Lotus/Weapons/Tenno/Pistols/TnOdaliskSmg/TnOdaliskAmmoEfficiencyMod",
			IsDefaultUpgrade = true,
			Link = "Velox",
			Name = "TnOdaliskAmmoEfficiencyMod",
			Type = "Velox"
		},
		["/Lotus/Weapons/Tenno/Pistols/TnOdaliskSmg/TnOdaliskAmmoEfficiencySignatureMod"] = {
			_IgnoreEntry = true,
			InternalName = "/Lotus/Weapons/Tenno/Pistols/TnOdaliskSmg/TnOdaliskAmmoEfficiencySignatureMod",
			IsDefaultUpgrade = true,
			Link = "Velox",
			Name = "TnOdaliskAmmoEfficiencySignatureMod",
			Type = "Velox"
		},
		["/Lotus/Weapons/Tenno/Pistols/TnOdaliskSmg/TnOdaliskReloadFromEmptyMod"] = {
			_IgnoreEntry = true,
			InternalName = "/Lotus/Weapons/Tenno/Pistols/TnOdaliskSmg/TnOdaliskReloadFromEmptyMod",
			IsDefaultUpgrade = true,
			Link = "Velox",
			Name = "TnOdaliskReloadFromEmptyMod",
			Type = "Velox"
		},
		["/Lotus/Weapons/Syndicates/SteelMeridian/Melee/SMSydonSpecialUpgrade"] = {
			_IgnoreEntry = true,
			InternalName = "/Lotus/Weapons/Syndicates/SteelMeridian/Melee/SMSydonSpecialUpgrade",
			IsDefaultUpgrade = true,
			Link = "Vaykor Sydon",
			Name = "SMSydonSpecialUpgrade",
			Type = "Vaykor Sydon"
		},
		["/Lotus/Weapons/Thanotech/ThanoRifle/ThanotechRifleWeaponInnateMod"] = {
			_IgnoreEntry = true,
			InternalName = "/Lotus/Weapons/Thanotech/ThanoRifle/ThanotechRifleWeaponInnateMod",
			IsDefaultUpgrade = true,
			Link = "Trumna",
			Name = "ThanotechRifleWeaponInnateMod",
			Type = "Trumna"
		},
		["/Lotus/Weapons/Tenno/LongGuns/TnBardRifle/TnBardRifleInnateUpgrade"] = {
			_IgnoreEntry = true,
			InternalName = "/Lotus/Weapons/Tenno/LongGuns/TnBardRifle/TnBardRifleInnateUpgrade",
			IsDefaultUpgrade = true,
			Link = "Tenora",
			Name = "TnBardRifleInnateUpgrade",
			Type = "Tenora"
		},
		["/Lotus/Weapons/Corpus/Pistols/CrpIgniterPistol/CrpIgniterPistolInnateMod"] = {
			_IgnoreEntry = true,
			InternalName = "/Lotus/Weapons/Corpus/Pistols/CrpIgniterPistol/CrpIgniterPistolInnateMod",
			IsDefaultUpgrade = true,
			Link = "Tenet Spirex",
			Name = "CrpIgniterPistolInnateMod",
			Type = "Tenet Spirex"
		},
		["/Lotus/Weapons/Corpus/Melee/CrpBriefcase2HKatana/CrpBriefcase2HKatanaInnateUpgrade"] = {
			_IgnoreEntry = true,
			InternalName = "/Lotus/Weapons/Corpus/Melee/CrpBriefcase2HKatana/CrpBriefcase2HKatanaInnateUpgrade",
			IsDefaultUpgrade = true,
			Link = "Tenet Livia",
			Name = "CrpBriefcase2HKatanaInnateUpgrade",
			Type = "Tenet Livia"
		},
		["/Lotus/Weapons/Corpus/Pistols/CrpBriefcaseAkimbo/CrpBriefcaseAkimboInnateMod"] = {
			_IgnoreEntry = true,
			InternalName = "/Lotus/Weapons/Corpus/Pistols/CrpBriefcaseAkimbo/CrpBriefcaseAkimboInnateMod",
			IsDefaultUpgrade = true,
			Link = "Tenet Diplos",
			Name = "CrpBriefcaseAkimboInnateMod",
			Type = "Tenet Diplos"
		},
		["/Lotus/Weapons/Corpus/LongGuns/CrpBriefcaseLauncher/CrpBriefcaseLauncherInnateMod"] = {
			_IgnoreEntry = true,
			InternalName = "/Lotus/Weapons/Corpus/LongGuns/CrpBriefcaseLauncher/CrpBriefcaseLauncherInnateMod",
			IsDefaultUpgrade = true,
			Link = "Tenet Envoy",
			Name = "CrpBriefcaseLauncherInnateMod",
			Type = "Tenet Envoy"
		},
		["/Lotus/Weapons/Syndicates/ArbitersOfHexis/Melee/AHBoltaceMobilizeMod"] = {
			_IgnoreEntry = true,
			InternalName = "/Lotus/Weapons/Syndicates/ArbitersOfHexis/Melee/AHBoltaceMobilizeMod",
			IsDefaultUpgrade = true,
			Link = "Telos Boltace",
			Name = "AHBoltaceMobilizeMod",
			Type = "Telos Boltace"
		},
		["/Lotus/Weapons/Tenno/Melee/PrimeTekko/TekkoPrimeInnateUpgrade"] = {
			_IgnoreEntry = true,
			InternalName = "/Lotus/Weapons/Tenno/Melee/Gauntlet/BrawlerKnuckles/BrawlerKnucklesInnateUpgrade",
			IsDefaultUpgrade = true,
			Link = "Tekko Prime",
			Name = "BrawlerKnucklesInnateUpgrade",
			Type = "Tekko Prime"
		},
		["/Lotus/Weapons/Tenno/Melee/Gauntlet/BrawlerKnuckles/BrawlerKnucklesInnateUpgrade"] = {
			_IgnoreEntry = true,
			InternalName = "/Lotus/Weapons/Tenno/Melee/Gauntlet/BrawlerKnuckles/BrawlerKnucklesInnateUpgrade",
			IsDefaultUpgrade = true,
			Link = "Tekko",
			Name = "BrawlerKnucklesInnateUpgrade",
			Type = "Tekko"
		},
		["/Lotus/Weapons/Tenno/Melee/Swords/TnTwoHandedKatana/TnTwoHandedKatanaFrameInnateMod"] = {
			_IgnoreEntry = true,
			InternalName = "/Lotus/Weapons/Tenno/Melee/Swords/TnTwoHandedKatana/TnTwoHandedKatanaFrameInnateMod",
			IsDefaultUpgrade = true,
			Link = "Tatsu",
			Name = "TnTwoHandedKatanaFrameInnateMod",
			Type = "Tatsu"
		},
		["/Lotus/Weapons/Syndicates/CephalonSuda/Melee/CreateSpectreOnKill"] = {
			_IgnoreEntry = true,
			InternalName = "/Lotus/Weapons/Syndicates/CephalonSuda/Melee/CreateSpectreOnKill",
			IsDefaultUpgrade = true,
			Link = "Synoid Heliocor",
			Name = "CreateSpectreOnKill",
			Type = "Synoid Heliocor"
		},
		["/Lotus/Weapons/Infested/LongGuns/InfestedRifleInnateUpgrade"] = {
			_IgnoreEntry = true,
			InternalName = "/Lotus/Weapons/Infested/LongGuns/InfestedRifleInnateUpgrade",
			IsDefaultUpgrade = true,
			Link = "Synapse",
			Name = "InfestedRifleInnateUpgrade",
			Type = "Synapse"
		},
		["/Lotus/Weapons/Tenno/Melee/Swords/UmbraKatana/UmbraAbilityCastUpgrade"] = {
			_IgnoreEntry = true,
			InternalName = "/Lotus/Weapons/Tenno/Melee/Swords/UmbraKatana/UmbraAbilityCastUpgrade",
			IsDefaultUpgrade = true,
			Link = "Skiajati",
			Name = "UmbraAbilityCastUpgrade",
			Type = "Skiajati"
		},
		["/Lotus/Weapons/Sentients/Shedu/SheduInnateUpgrade"] = {
			_IgnoreEntry = true,
			InternalName = "/Lotus/Weapons/Sentients/Shedu/SheduInnateUpgrade",
			IsDefaultUpgrade = true,
			Link = "Shedu",
			Name = "SheduInnateUpgrade",
			Type = "Shedu/Bubonico"
		},
		["/Lotus/Weapons/Thanotech/ThanoPistol/ThanotechPistolWeaponInnateMod"] = {
			_IgnoreEntry = true,
			InternalName = "/Lotus/Weapons/Thanotech/ThanoPistol/ThanotechPistolWeaponInnateMod",
			IsDefaultUpgrade = true,
			Link = "Sepulcrum",
			Name = "ThanotechPistolWeaponInnateMod",
			Type = "Sepulcrum"
		},
		["/Lotus/Weapons/Syndicates/NewLoka/Melee/NLMagistarLifeStrikeAOEMod"] = {
			_IgnoreEntry = true,
			InternalName = "/Lotus/Weapons/Syndicates/NewLoka/Melee/NLMagistarLifeStrikeAOEMod",
			IsDefaultUpgrade = true,
			Link = "Sancti Magistar",
			Name = "NLMagistarLifeStrikeAOEMod",
			Type = "Sancti Magistar"
		},
		["/Lotus/Weapons/Syndicates/RedVeil/Melee/RVDarkDaggerInnateUpgrade"] = {
			_IgnoreEntry = true,
			InternalName = "/Lotus/Weapons/Syndicates/RedVeil/Melee/RVDarkDaggerInnateUpgrade",
			IsDefaultUpgrade = true,
			Link = "Rakta Dark Dagger",
			Name = "RVDarkDaggerInnateUpgrade",
			Type = "Rakta Dark Dagger"
		},
		["/Lotus/Weapons/Grineer/Pistols/GrnAmphisPistol/GrnAmphisPistolInnateUpgrade"] = {
			_IgnoreEntry = true,
			InternalName = "/Lotus/Weapons/Grineer/Pistols/GrnAmphisPistol/GrnAmphisPistolInnateUpgrade",
			IsDefaultUpgrade = true,
			Link = "Quatz",
			Name = "GrnAmphisPistolInnateUpgrade",
			Type = "Quatz"
		},
		["/Lotus/Weapons/Tenno/Melee/Warfan/TnBrokenFrameWarfan/TnBrokenFrameWarfanInnateMod"] = {
			_IgnoreEntry = true,
			InternalName = "/Lotus/Weapons/Tenno/Melee/Warfan/TnBrokenFrameWarfan/TnBrokenFrameWarfanInnateMod",
			IsDefaultUpgrade = true,
			Link = "Quassus",
			Name = "TnBrokenFrameWarfanInnateMod",
			Type = "Quassus"
		},
		["/Lotus/Weapons/Tenno/LongGuns/RevenantShotgun/RevenantShotgunInnateMod"] = {
			_IgnoreEntry = true,
			InternalName = "/Lotus/Weapons/Tenno/LongGuns/RevenantShotgun/RevenantShotgunInnateMod",
			IsDefaultUpgrade = true,
			Link = "Phantasma",
			Name = "RevenantShotgunInnateMod",
			Type = "Phantasma"
		},
		["/Lotus/Weapons/Tenno/Melee/Swords/TnRailjackGreatKatana/TnRailJackGreatKatanaInnateUpgrade"] = {
			_IgnoreEntry = true,
			InternalName = "/Lotus/Weapons/Tenno/Melee/Swords/TnRailjackGreatKatana/TnRailJackGreatKatanaInnateUpgrade",
			IsDefaultUpgrade = true,
			Link = "Pennant",
			Name = "TnRailJackGreatKatanaInnateUpgrade",
			Type = "Pennant"
		},
		["/Lotus/Weapons/Tenno/Pistols/TnBardPistol/TnBardPistolInnateUpgrade"] = {
			_IgnoreEntry = true,
			InternalName = "/Lotus/Weapons/Tenno/Pistols/TnBardPistol/TnBardPistolInnateUpgrade",
			IsDefaultUpgrade = true,
			Link = "Pandero",
			Name = "TnBardPistolInnateUpgrade",
			Type = "Pandero"
		},
		["/Lotus/Weapons/Tenno/LongGuns/GarudaCrossbow/GarudaCrossbowInnateUpgrade"] = {
			_IgnoreEntry = true,
			InternalName = "/Lotus/Weapons/Tenno/LongGuns/GarudaCrossbow/GarudaCrossbowInnateUpgrade",
			IsDefaultUpgrade = true,
			Link = "Nagantaka",
			Name = "GarudaCrossbowInnateUpgrade",
			Type = "Nagantaka"
		},
		["/Lotus/Weapons/Tenno/LongGuns/GarudaCrossbow/GarudaCrossbowInnateUpgradeTwo"] = {
			_IgnoreEntry = true,
			InternalName = "/Lotus/Weapons/Tenno/LongGuns/GarudaCrossbow/GarudaCrossbowInnateUpgradeTwo",
			IsDefaultUpgrade = true,
			Link = "Nagantaka",
			Name = "GarudaCrossbowInnateUpgradeTwo",
			Type = "Nagantaka"
		},
		["/Lotus/Weapons/Grineer/LongGuns/GrineerSawbladeGun/MiterDismemberUpgrade"] = {
			_IgnoreEntry = true,
			InternalName = "/Lotus/Weapons/Grineer/LongGuns/GrineerSawbladeGun/MiterDismemberUpgrade",
			IsDefaultUpgrade = true,
			Link = "Miter",
			Name = "MiterDismemberUpgrade",
			Type = "Miter"
		},
		["/Lotus/Weapons/Tenno/Melee/Swords/TnChiselKanabo/GrendelInnateUpgrade"] = {
			_IgnoreEntry = true,
			InternalName = "/Lotus/Weapons/Tenno/Melee/Swords/TnChiselKanabo/GrendelInnateUpgrade",
			IsDefaultUpgrade = true,
			Link = "Masseter",
			Name = "GrendelInnateUpgrade",
			Type = "Masseter"
		},
		["/Lotus/Weapons/Tenno/Pistols/PrimeMagnus/PrimeMagnusInnateUpgrade"] = {
			_IgnoreEntry = true,
			InternalName = "/Lotus/Weapons/Tenno/Pistols/PrimeMagnus/PrimeMagnusInnateUpgrade",
			IsDefaultUpgrade = true,
			Link = "Magnus Prime",
			Name = "PrimeMagnusInnateUpgrade",
			Type = "Magnus Prime"
		},
		["/Lotus/Weapons/Infested/Melee/TipedoStaff/InfTipedoProcMeleeMod"] = {
			_IgnoreEntry = true,
			InternalName = "/Lotus/Weapons/Infested/Melee/TipedoStaff/InfTipedoProcMeleeMod",
			IsDefaultUpgrade = true,
			Link = "Lesion",
			Name = "InfTipedoProcMeleeMod",
			Type = "Lesion"
		},
		["/Lotus/Weapons/Corpus/Bow/Longbow/CrpBowConvertAmmoMod"] = {
			_IgnoreEntry = true,
			InternalName = "/Lotus/Weapons/Corpus/Bow/Longbow/CrpBowConvertAmmoMod",
			IsDefaultUpgrade = true,
			Link = "Lenz",
			Name = "CrpBowConvertAmmoMod",
			Type = "Lenz"
		},
		["/Lotus/Weapons/Tenno/Archwing/Primary/TnShieldframeArchGun/TnShieldFrameArchGunInnateMod"] = {
			_IgnoreEntry = true,
			InternalName = "/Lotus/Weapons/Tenno/Archwing/Primary/TnShieldframeArchGun/TnShieldFrameArchGunInnateMod",
			IsDefaultUpgrade = true,
			Link = "Larkspur",
			Name = "TnShieldFrameArchGunInnateMod",
			Type = "Larkspur"
		},
		["/Lotus/Weapons/Grineer/LongGuns/GrnKuvaLichRifle/GrnKuvaLichRifleInnateUpgrade"] = {
			_IgnoreEntry = true,
			InternalName = "/Lotus/Weapons/Grineer/LongGuns/GrnKuvaLichRifle/GrnKuvaLichRifleInnateUpgrade",
			IsDefaultUpgrade = true,
			Link = "Kuva Chakkhurr",
			Name = "GrnKuvaLichRifleInnateUpgrade",
			Type = "Kuva Chakkhurr"
		},
		["/Lotus/Weapons/Grineer/Bows/GrnBow/GrnBowInnateMod"] = {
			_IgnoreEntry = true,
			InternalName = "/Lotus/Weapons/Grineer/Bows/GrnBow/GrnBowInnateMod",
			IsDefaultUpgrade = true,
			Link = "Kuva Bramma",
			Name = "GrnBowInnateMod",
			Type = "Kuva Bramma"
		},
		["/Lotus/Weapons/Tenno/Pistols/TnYareliPistol/TnYareliPistolInnateUpgrade"] = {
			_IgnoreEntry = true,
			InternalName = "/Lotus/Weapons/Tenno/Pistols/TnYareliPistol/TnYareliPistolInnateUpgrade",
			IsDefaultUpgrade = true,
			Link = "Kompressa",
			Name = "TnYareliPistolInnateUpgrade",
			Type = "Kompressa"
		},
		["/Lotus/Weapons/Corpus/LongGuns/CrpSentAmlgSniper/CrpSentAmlgSniperConvertAmmoMod"] = {
			_IgnoreEntry = true,
			Incompatible = { "Sniper Ammo Mutation", "Primed Sniper Ammo Mutation" },
			InternalName = "/Lotus/Weapons/Corpus/LongGuns/CrpSentAmlgSniper/CrpSentAmlgSniperConvertAmmoMod",
			IsDefaultUpgrade = true,
			Link = "Komorex",
			Name = "CrpSentAmlgSniperConvertAmmoMod",
			Type = "Komorex"
		},
		["/Lotus/Weapons/Tenno/Pistols/TnPriestPistolScope/TnPriestPistolInnateMod"] = {
			_IgnoreEntry = true,
			InternalName = "/Lotus/Weapons/Tenno/Pistols/TnPriestPistolScope/TnPriestPistolInnateMod",
			IsDefaultUpgrade = true,
			Link = "Knell",
			Name = "TnPriestPistolInnateMod",
			Type = "Knell"
		},
		["/Lotus/Weapons/Tenno/Pistols/TnPriestPistolScope/TnPriestPistolInnateModB"] = {
			_IgnoreEntry = true,
			InternalName = "/Lotus/Weapons/Tenno/Pistols/TnPriestPistolScope/TnPriestPistolInnateModB",
			IsDefaultUpgrade = true,
			Link = "Knell",
			Name = "TnPriestPistolInnateModB",
			Type = "Knell"
		},
		["/Lotus/Weapons/Tenno/Pistols/TnPriestPistolScope/TnPriestPistolInnateModC"] = {
			_IgnoreEntry = true,
			InternalName = "/Lotus/Weapons/Tenno/Pistols/TnPriestPistolScope/TnPriestPistolInnateModC",
			IsDefaultUpgrade = true,
			Link = "Knell",
			Name = "TnPriestPistolInnateModC",
			Type = "Knell"
		},
		["/Lotus/Weapons/Infested/Melee/InfWFAccompanyingSparring/InfestedKogakeUpgrade"] = {
			_IgnoreEntry = true,
			InternalName = "/Lotus/Weapons/Infested/Melee/InfWFAccompanyingSparring/InfestedKogakeUpgrade",
			IsDefaultUpgrade = true,
			Link = "Hirudo",
			Name = "InfestedKogakeUpgrade",
			Type = "Hirudo"
		},
		["/Lotus/Weapons/Tenno/ThrowingWeapons/GlassKunai/GlassKunaiInnateUpgrade"] = {
			_IgnoreEntry = true,
			InternalName = "/Lotus/Weapons/Tenno/ThrowingWeapons/GlassKunai/GlassKunaiInnateUpgrade",
			IsDefaultUpgrade = true,
			Link = "Fusilai",
			Name = "GlassKunaiInnateUpgrade",
			Type = "Fusilai"
		},
		["/Lotus/Weapons/Tenno/LongGuns/TnWispRifle/TnWispRifleInnateMod"] = {
			_IgnoreEntry = true,
			InternalName = "/Lotus/Weapons/Tenno/LongGuns/TnWispRifle/TnWispRifleInnateMod",
			IsDefaultUpgrade = true,
			Link = "Fulmin",
			Name = "TnWispRifleInnateMod",
			Type = "Fulmin"
		},
		["/Lotus/Weapons/Tenno/Pistols/TnWraitheSidearm/TnWraitheSidearmInnateUpgrade"] = {
			_IgnoreEntry = true,
			InternalName = "/Lotus/Weapons/Tenno/Pistols/TnWraitheSidearm/TnWraitheSidearmInnateUpgrade",
			IsDefaultUpgrade = true,
			Link = "Epitaph",
			Name = "TnWraitheSidearmInnateUpgrade",
			Type = "Epitaph"
		},
		["/Lotus/Weapons/Infested/Pistols/InfVomitGun/FireRateOnHeadshotPistolMod"] = {
			_IgnoreEntry = true,
			InternalName = "/Lotus/Weapons/Infested/Pistols/InfVomitGun/FireRateOnHeadshotPistolMod",
			IsDefaultUpgrade = true,
			Link = "Dual Toxocyst",
			Name = "FireRateOnHeadshotPistolMod",
			Type = "Dual Toxocyst"
		},
		["/Lotus/Weapons/Tenno/Bows/PrimeCernos/CernosPrimeInnateMod"] = {
			_IgnoreEntry = true,
			InternalName = "/Lotus/Weapons/Tenno/Bows/PrimeCernos/CernosPrimeInnateMod",
			IsDefaultUpgrade = true,
			Link = "Cernos Prime",
			Name = "CernosPrimeInnateMod",
			Type = "Cernos Prime"
		},
		["/Lotus/Weapons/Tenno/LongGuns/TnAlchemistShotgun/TnAlchemistShotgunSignatureMod"] = {
			_IgnoreEntry = true,
			InternalName = "/Lotus/Weapons/Tenno/LongGuns/TnAlchemistShotgun/TnAlchemistShotgunSignatureMod",
			IsDefaultUpgrade = true,
			Link = "Cedo",
			Name = "TnAlchemistShotgunSignatureMod",
			Type = "Cedo"
		},
		["/Lotus/Weapons/Tenno/LongGuns/TnAlchemistShotgun/TnAlchemistShotgunInnateMod"] = {
			_IgnoreEntry = true,
			InternalName = "/Lotus/Weapons/Tenno/LongGuns/TnAlchemistShotgun/TnAlchemistShotgunInnateMod",
			IsDefaultUpgrade = true,
			Link = "Cedo",
			Name = "TnAlchemistShotgunInnateMod",
			Type = "Cedo"
		},
		["/Lotus/Weapons/Infested/Pistols/InfBeamPistol/InfBeamPistolReloadFromEmptyMod"] = {
			_IgnoreEntry = true,
			InternalName = "/Lotus/Weapons/Infested/Pistols/InfBeamPistol/InfBeamPistolReloadFromEmptyMod",
			IsDefaultUpgrade = true,
			Link = "Catabolyst",
			Name = "InfBeamPistolReloadFromEmptyMod",
			Type = "Catabolyst"
		},
		["/Lotus/Weapons/Tenno/Pistols/TnJetTurbine/TnTurbineInnateMod"] = {
			_IgnoreEntry = true,
			InternalName = "/Lotus/Weapons/Tenno/Pistols/TnJetTurbine/TnTurbineInnateMod",
			IsDefaultUpgrade = true,
			Link = "Athodai",
			Name = "TnTurbineInnateMod",
			Type = "Athodai"
		},
		["/Lotus/Weapons/Tenno/LongGuns/TnGlassShotgun/TnGlassShotgunInnateUpgrade"] = {
			_IgnoreEntry = true,
			InternalName = "/Lotus/Weapons/Tenno/LongGuns/TnGlassShotgun/TnGlassShotgunInnateUpgrade",
			IsDefaultUpgrade = true,
			Link = "Astilla",
			Name = "TnGlassShotgunInnateUpgrade",
			Type = "Astilla"
		},
		["/Lotus/Weapons/Corpus/Melee/Hammer/CorpusHammerWeaponInnateMod"] = {
			_IgnoreEntry = true,
			InternalName = "/Lotus/Weapons/Corpus/Melee/Hammer/CorpusHammerWeaponInnateMod",
			IsDefaultUpgrade = true,
			Link = "Arca Titron",
			Name = "CorpusHammerWeaponInnateMod",
			Type = "Arca Titron"
		},
		["/Lotus/Weapons/Corpus/Pistols/SniperPistol/ScopeGunInnateMod"] = {
			_IgnoreEntry = true,
			InternalName = "/Lotus/Weapons/Corpus/Pistols/SniperPistol/ScopeGunInnateMod",
			IsDefaultUpgrade = true,
			Link = "Arca Scisco",
			Name = "ScopeGunInnateMod",
			Type = "Arca Scisco"
		},
		["/Lotus/Weapons/Tenno/Pistols/SapientPistol/SapientPistolInnateUpgrade"] = {
			_IgnoreEntry = true,
			InternalName = "/Lotus/Weapons/Tenno/Pistols/SapientPistol/SapientPistolInnateUpgrade",
			IsDefaultUpgrade = true,
			Link = "Akarius",
			Name = "SapientPistolInnateUpgrade",
			Type = "Akarius"
		},
		["/Lotus/Weapons/Tenno/Pistols/SapientPistol/SapientPistoRunnerInnateUpgrade"] = {
			_IgnoreEntry = true,
			InternalName = "/Lotus/Weapons/Tenno/Pistols/SapientPistol/SapientPistoRunnerInnateUpgrade",
			IsDefaultUpgrade = true,
			Link = "Akarius",
			Name = "SapientPistoRunnerInnateUpgrade",
			Type = "Akarius"
		},
		["/Lotus/Weapons/Tenno/LongGuns/SapientPrimary/SapientPrimaryRunnerInnateUpgrade"] = {
			_IgnoreEntry = true,
			InternalName = "/Lotus/Weapons/Tenno/LongGuns/SapientPrimary/SapientPrimaryRunnerInnateUpgrade",
			IsDefaultUpgrade = true,
			Link = "Acceltra",
			Name = "SapientPrimaryRunnerInnateUpgrade",
			Type = "Acceltra"
		},
		["/Lotus/Weapons/Tenno/LongGuns/SapientPrimary/SapientPrimaryInnateUpgrade"] = {
			_IgnoreEntry = true,
			InternalName = "/Lotus/Weapons/Tenno/LongGuns/SapientPrimary/SapientPrimaryInnateUpgrade",
			IsDefaultUpgrade = true,
			Link = "Acceltra",
			Name = "SapientPrimaryInnateUpgrade",
			Type = "Acceltra"
		},
		["/Lotus/Weapons/Grineer/LongGuns/GrnFlameSpear/GunSpearInnateMod"] = {
			_IgnoreEntry = true,
			InternalName = "/Lotus/Weapons/Grineer/LongGuns/GrnFlameSpear/GunSpearInnateMod",
			IsDefaultUpgrade = true,
			Link = ":Category:Speargun",
			Name = "GunSpearInnateMod",
			Type = "Speargun"
		},
		["/Lotus/Weapons/CrewShip/Laser/Blaster/BlasterInnateDamageRandomMod"] = {
			_IgnoreEntry = true,
			CodexSecret = true,
			Description = "|val|% <DT_PUNCTURE> Puncture Damage",
			InternalName = "/Lotus/Weapons/CrewShip/Laser/Blaster/BlasterInnateDamageRandomMod",
			IsDefaultUpgrade = true,
			Link = "Carcinnox",
			Name = "BlasterInnateDamageRandomMod",
			Type = "Carcinnox",
		},
		["/Lotus/Weapons/Grineer/KuvaLich/Upgrades/InnateDamageRandomMod"] = {
			_IgnoreEntry = true,
			InternalName = "/Lotus/Weapons/Grineer/KuvaLich/Upgrades/InnateDamageRandomMod",
			IsDefaultUpgrade = true,
			Link = "Lich System/Progenitor",
			Name = "InnateDamageRandomMod",
			Type = "Kuva/Tenet Weapon"
		},
		["/Lotus/Weapons/CrewShip/CrewShipInnateFireRateRandomMod"] = {
			_IgnoreEntry = true,
			CodexSecret = true,
			InternalName = "/Lotus/Weapons/CrewShip/CrewShipInnateFireRateRandomMod",
			IsDefaultUpgrade = true,
			Link = "Railjack/Armaments",
			Name = "CrewShipInnateFireRateRandomMod",
			Type = "Armament"
		},
		["/Lotus/Weapons/CrewShip/ShrapnelShotgun/ShrapnelShotgunInnateDamageRandomMod"] = {
			_IgnoreEntry = true,
			CodexSecret = true,
			Description = "|val|% <DT_SLASH>Slash Damage",
			InternalName = "/Lotus/Weapons/CrewShip/ShrapnelShotgun/ShrapnelShotgunInnateDamageRandomMod",
			IsDefaultUpgrade = true,
			Link = "Laith",
			Name = "ShrapnelShotgunInnateDamageRandomMod",
			Type = "Laith"
		},
		["/Lotus/Weapons/CrewShip/Laser/Beam/RailJackBeamInnateDamageRandomMod"] = {
			_IgnoreEntry = true,
			CodexSecret = true,
			Description = "|val|% <DT_FIRE> Heat Damage",
			InternalName = "/Lotus/Weapons/CrewShip/Laser/Beam/RailJackBeamInnateDamageRandomMod",
			IsDefaultUpgrade = true,
			Link = "Photor",
			Name = "RailJackBeamInnateDamageRandomMod",
			Type = "Photor"
		},
		["/Lotus/Weapons/CrewShip/ElectricTether/ElectricTetherInnateDamageRandomMod"] = {
			_IgnoreEntry = true,
			CodexSecret = true,
			Description = "|val|% <DT_ELECTRICITY>Electricity Damage",
			InternalName = "/Lotus/Weapons/CrewShip/ElectricTether/ElectricTetherInnateDamageRandomMod",
			IsDefaultUpgrade = true,
			Link = "Vort",
			Name = "ElectricTetherInnateDamageRandomMod",
			Type = "Vort"
		},
		["/Lotus/Weapons/CrewShip/Laser/Blaster/BlasterShotgunInnateDamageRandomMod"] = {
			_IgnoreEntry = true,
			CodexSecret = true,
			Description = "|val|% <DT_FREEZE> Cold Damage",
			InternalName = "/Lotus/Weapons/CrewShip/Laser/Blaster/BlasterShotgunInnateDamageRandomMod",
			IsDefaultUpgrade = true,
			Link = "Cryophon",
			Name = "BlasterShotgunInnateDamageRandomMod",
			Type = "Cryophon"
		},
		["/Lotus/Weapons/CrewShip/Laser/PulseLaser/PulseLaserInnateDamageRandomMod"] = {
			_IgnoreEntry = true,
			CodexSecret = true,
			Description = "|val|% <DT_PUNCTURE> Puncture Damage",
			InternalName = "/Lotus/Weapons/CrewShip/Laser/PulseLaser/PulseLaserInnateDamageRandomMod",
			IsDefaultUpgrade = true,
			Link = "Pulsar",
			Name = "PulseLaserInnateDamageRandomMod",
			Type = "Pulsar"
		},
		["/Lotus/Weapons/CrewShip/MassDriver/AutoCannon/AutoCannonInnateDamageRandomMod"] = {
			_IgnoreEntry = true,
			CodexSecret = true,
			Description = "|val|% <DT_PUNCTURE> Puncture Damage",
			InternalName = "/Lotus/Weapons/CrewShip/MassDriver/AutoCannon/AutoCannonInnateDamageRandomMod",
			IsDefaultUpgrade = true,
			Link = "Apoc",
			Name = "AutoCannonInnateDamageRandomMod",
			Type = "Apoc"
		},
		["Combat Reload"] = {
			BaseDrain = 4,
			Description = "If 5 pellets are head shots, increase reload speed by +120% for 3s.",
			Image = "CombatReloadMod.png",
			InternalName = "",
			Introduced = "31.2",
			CodexSecret = false,
			IsWeaponAugment = true,
			Link = "Combat Reload",
			MaxRank = 5,
			Name = "Combat Reload",
			Polarity = "Naramon",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Tigris" 
		},
		["Range Advantage"] = {
			BaseDrain = 4,
			Description = "+300% damage if no enemies are within 10m.",
			Image = "RangeAdvantageMod.png",
			InternalName = "",
			Introduced = "31.2",
			CodexSecret = false,
			IsWeaponAugment = true,
			Link = "Range Advantage",
			MaxRank = 5,
			Name = "Range Advantage",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Akjagara" 
		},
		["Surging Blades"] = {
			BaseDrain = 6,
			Description = "Aquablades Augment: Activate Aquablades while in use or during cooldown to hurl a single blade. Thrown blades gains 10% damage when any Aquablade hits an enemy. No cost to throw while riding Merulina.",
			Image = "SurgingBladesMod.png",
			InternalName = "/Lotus/Powersuits/Yareli/YareliDisksAugmentCard",
			Introduced = "31.1",
			CodexSecret = false,
			IsAbilityAugment = true,
			Link = "Surging Blades",
			MaxRank = 3,
			Name = "Surging Blades",
			Polarity = "Zenurik",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Yareli" 
		},
		["Gourmand"] = {
			BaseDrain = 6,
			Description = "Feast Augment: Instead of Energy, consumes 200 Health on cast and 30 Health Drain.",
			Image = "GourmandMod.png",
			InternalName = "/Lotus/Powersuits/Devourer/DevourerDevourAugmentCard",
			Introduced = "31.1",
			CodexSecret = false,
			IsAbilityAugment = true,
			Link = "Gourmand",
			MaxRank = 3,
			Name = "Gourmand",
			Polarity = "Zenurik",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Grendel" 
		},
		["Thermal Transfer"] = {
			BaseDrain = 6,
			Description = "Thermal Sunder Augment: Allies in range gain 75% bonus Elemental Damage for 30s.",
			Image = "ThermalTransferMod.png",
			InternalName = "/Lotus/Powersuits/Runner/RunnerTransferAugmentCard",
			Introduced = "31.1",
			CodexSecret = false,
			IsAbilityAugment = true,
			Link = "Thermal Transfer",
			MaxRank = 3,
			Name = "Thermal Transfer",
			Polarity = "Zenurik",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Gauss" 
		},
		["Biting Frost"] = {
			BaseDrain = 6,
			Description = "Frost gains 200% Critical Chance and 200% Critical Damage against frozen enemies.",
			Image = "BitingFrostMod.png",
			InternalName = "/Lotus/Powersuits/Frost/FrostPassiveAugmentCard",
			Introduced = "31.1",
			CodexSecret = false,
			IsAbilityAugment = true,
			Link = "Biting Frost",
			MaxRank = 3,
			Name = "Biting Frost",
			Polarity = "Zenurik",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Frost" 
		},
		["Champion's Blessing"] = {
			BaseDrain = 6,
			Description = "Blessing Augment: Gain Primary and Secondary Critical Chance for 12s for each percent you heal on allies up to 350%.",
			Image = "Champion'sBlessingMod.png",
			InternalName = "/Lotus/Powersuits/Trinity/BlessingAugmentCard",
			Introduced = "30.9",
			CodexSecret = false,
			IsAbilityAugment = true,
			Link = "Champion's Blessing",
			MaxRank = 3,
			Name = "Champion's Blessing",
			Polarity = "Zenurik",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Trinity" 
		},
		["Swift Bite"] = {
			BaseDrain = 6,
			Description = "Ophidian Bite Augment: Reduce Ability cooldowns by 4s when at least 4 enemies are hit. Ophidian Bite is granted 30% additional Ability Range.",
			Image = "SwiftBiteMod.png",
			InternalName = "/Lotus/Powersuits/Alchemist/AlchemistSerpentAugmentCard",
			Introduced = "30.9",
			CodexSecret = false,
			IsAbilityAugment = true,
			Link = "Swift Bite",
			MaxRank = 3,
			Name = "Swift Bite",
			Polarity = "Zenurik",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Lavos" 
		},
		["Vampiric Grasp"] = {
			BaseDrain = 6,
			Description = "Grasp Of Lohk Augment: When a stolen weapon deals damage to an enemy affected by The Lost: Gaze or The Vast Untime, Xaku heals by 25.",
			Image = "VampiricGraspMod.png",
			InternalName = "/Lotus/Powersuits/BrokenFrame/BrokenGraspAugmentCard",
			Introduced = "30.9",
			CodexSecret = false,
			IsAbilityAugment = true,
			Link = "Vampiric Grasp",
			MaxRank = 3,
			Name = "Vampiric Grasp",
			Polarity = "Zenurik",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Xaku" 
		},
		["The Relentless Lost"] = {
			BaseDrain = 6,
			Description = "The Lost Augment: Casting The Lost increases Ability Strength for The Lost by 35%. The bonus can stack up to 3x and resets if you can cast the same ability twice.",
			Image = "TheRelentlessLostMod.png",
			InternalName = "/Lotus/Powersuits/BrokenFrame/BrokenEmbraceAugmentCard",
			Introduced = "30.9",
			CodexSecret = false,
			IsAbilityAugment = true,
			Link = "The Relentless Lost",
			MaxRank = 3,
			Name = "The Relentless Lost",
			Polarity = "Zenurik",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Xaku" 
		},
		["Butcher's Revelry"] = {
			BaseDrain = -2,
			Description = "Stance: Rip and rend with this Assault Saw stance.",
			Image = "Butcher'sRevelryMod.png",
			InternalName = "/Lotus/Weapons/Tenno/Melee/MeleeTrees/AssaultSawMeleeTree",
			Introduced = "30.7",
			CodexSecret = false,
			Link = "Butcher's Revelry",
			MaxRank = 3,
			Name = "Butcher's Revelry",
			Polarity = "Naramon",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Assault Saw" 
		},
		["Endo"] = {
			Description = "Consumed in the fusion process to power up existing [[Mod]]s.",
			Name = "Endo",
			NotUpgradable = true,
			Link = "Endo",
			Image = "EndoIconRenderLarge.png",
			Tradable = false,
			Introduced = "The Silver Grove",
			CodexSecret = false,
		},
		["Abating Link"] = {
			BaseDrain = 6,
			Description = "Link Augment: Reduces Armor Rating by 45% on enemies targeted by Link.",
			Image = "AbatingLinkMod.png",
			InternalName = "/Lotus/Powersuits/Trinity/LinkAugmentCard",
			Introduced = "15.6",
			CodexSecret = false,
			IsAbilityAugment = true,
			Link = "Abating Link",
			MaxRank = 3,
			Name = "Abating Link",
			Polarity = "Zenurik",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Trinity" 
		},
		["Abundant Mutation"] = {
			BaseDrain = 6,
			Description = "Passive Augment: Nidus gains an additional 200 max stacks of Mutation. Undying has a 30s cooldown.",
			Image = "AbundantMutationMod.png",
			InternalName = "/Lotus/Powersuits/Infestation/InfestPassiveAugmentCard",
			Introduced = "27.5.4",
			CodexSecret = false,
			IsAbilityAugment = true,
			Link = "Abundant Mutation",
			MaxRank = 3,
			Name = "Abundant Mutation",
			Polarity = "Zenurik",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Nidus" 
		},
		["Accelerated Blast"] = {
			BaseDrain = 6,
			Description = "+60% Fire Rate\r\n+60% <DT_PUNCTURE>Puncture",
			Image = "AcceleratedBlastMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Shotgun/DualStat/AcceleratedBlastMod",
			Introduced = "9",
			CodexSecret = false,
			Link = "Accelerated Blast",
			MaxRank = 3,
			Name = "Accelerated Blast",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Shotgun" 
		},
		["Accelerated Deflection"] = {
			BaseDrain = 4,
			Description = "+90% Shield Recharge",
			Image = "AcceleratedDeflectionMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Sentinel/SentinelShieldRechargeRateMod",
			Introduced = "Vanilla",
			CodexSecret = false,
			Link = "Accelerated Deflection",
			MaxRank = 5,
			Name = "Accelerated Deflection",
			Polarity = "Vazarin",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = true,
			Type = "Companion" 
		},
		["Accumulating Whipclaw"] = {
			BaseDrain = 6,
			Description = "Whipclaw Augment: Hitting 3 enemies will grant a 35% stacking Damage Bonus to subsequent Whipclaws. Bonus will decay after 10s.",
			Image = "AccumulatingWhipclaw.png",
			InternalName = "/Lotus/Powersuits/Khora/KhoraCrackAugmentCard",
			Introduced = "23.7",
			CodexSecret = false,
			IsAbilityAugment = true,
			Link = "Accumulating Whipclaw",
			MaxRank = 3,
			Name = "Accumulating Whipclaw",
			Polarity = "Zenurik",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Khora" 
		},
		["Acid Shells"] = {
			BaseDrain = 4,
			Description = "Enemies explode on death, dealing 450 <DT_CORROSIVE>Corrosive Damage (+45% Enemy Max Health) in a 15m radius.",
			Image = "AcidShellsMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Shotgun/Event/ProjectNightwatch/SobekNightwatchMod",
			Introduced = "18.10",
			CodexSecret = false,
			IsWeaponAugment = true,
			Link = "Acid Shells",
			MaxRank = 5,
			Name = "Acid Shells",
			Polarity = "Madurai",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = false,
			Type = "Sobek" 
		},
		["Acidic Spittle"] = {
			BaseDrain = 0,
			Description = "Every 5s spit acidic tar at an enemy within 30m, blinding them for 12s and dealing 120 <DT_CORROSIVE>Corrosive Damage.",
			Image = "AcidicSpittleMod.png",
			InternalName = "/Lotus/Types/Friendly/Pets/CreaturePets/CreaturePrecepts/InfestedPredatorSpitAcidPrecept",
			Introduced = "29",
			CodexSecret = false,
			Link = "Acidic Spittle",
			MaxRank = 3,
			Name = "Acidic Spittle",
			Polarity = "Penjaga",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Vizier Predasite" 
		},
		Adaptation = {
			BaseDrain = 2,
			Description = "When Damaged: +10% Resistance to that Damage Type for 20s. Stacks up to 90%.",
			Image = "Adaptation.png",
			InternalName = "/Lotus/Upgrades/Mods/Warframe/AvatarResistanceOnDamageMod",
			Introduced = "23.10",
			CodexSecret = false,
			Link = "Adaptation",
			MaxRank = 10,
			Name = "Adaptation",
			Polarity = "Vazarin",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Warframe" 
		},
		["Adept Surge"] = {
			BaseDrain = 2,
			Conclave = true,
			Description = "+10% Mobility\r\n-25 Health",
			Image = "AdeptSurge.png",
			InternalName = "/Lotus/Upgrades/Mods/PvPMods/Warframe/MoreBulletJumpLessHealthMod",
			Introduced = "17.8",
			CodexSecret = false,
			IsExilus = true,
			Link = "Adept Surge",
			MaxRank = 3,
			Name = "Adept Surge",
			Polarity = "Naramon",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = false,
			Type = "Warframe" 
		},
		["Adhesive Blast"] = {
			BaseDrain = 4,
			Description = "Grenades have 100% chance to stick to surfaces.",
			Image = "AdhesiveBlastMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Rifle/WeaponGrenadeStickyMod",
			Introduced = "17",
			CodexSecret = false,
			IsExilus = true,
			Link = "Adhesive Blast",
			MaxRank = 5,
			Name = "Adhesive Blast",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = true,
			Type = "Unique" 
		},
		["Adrenaline Boost"] = {
			BaseDrain = 10,
			Conclave = true,
			Description = "+50% Energy\r\n-20% Health",
			Image = "AdrenalineBoost.png",
			InternalName = "/Lotus/Upgrades/Mods/PvPMods/Warframe/MoreEnergyLessHealthMod",
			Introduced = "17",
			CodexSecret = false,
			Link = "Adrenaline Boost",
			MaxRank = 3,
			Name = "Adrenaline Boost",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Warframe" 
		},
		["Aerial Ace"] = {
			BaseDrain = 4,
			Description = "On Kill: Refresh Double Jump up to 6x while Airborne.",
			Image = "AerialAceMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Rifle/Event/Arbitration/JumpRefreshOnKillRifleMod",
			Introduced = "27.3",
			CodexSecret = false,
			IsExilus = true,
			Link = "Aerial Ace",
			MaxRank = 5,
			Name = "Aerial Ace",
			Polarity = "Naramon",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Rifle" 
		},
		["Aerial Prospectus"] = {
			BaseDrain = 0,
			Conclave = false,
			Description = "Launches a beacon at an enemy within 27m that calls down an Orbital Strike dealing 1200 <DT_EXPLOSION>Blast Damage in a 7m radius.",
			Image = "AerialProspectusMod.png",
			Incompatible = { "Focused Prospectus", "Synergized Prospectus" },
			InternalName = "/Lotus/Types/Friendly/Pets/ZanukaPets/ZanukaPetPrecepts/ZanukaPetPhotonStrikePrecept",
			Introduced = "30.5",
			CodexSecret = false,
			IsExilus = false,
			IsFlawed = false,
			Link = "Aerial Prospectus",
			MaxRank = 5,
			Name = "Aerial Prospectus",
			Polarity = "Penjaga",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Hound" 
		},
		["Aero Agility"] = {
			BaseDrain = 4,
			Description = "100% Reload Speed while Aim Gliding",
			Image = "AeroAgilityMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Sets/Hawk/HawkModB",
			Introduced = "25",
			CodexSecret = false,
			Link = "Aero Agility",
			MaxRank = 3,
			Name = "Aero Agility",
			Polarity = "Naramon",
			Rarity = "Rare",
			Set = "Aero Set",
			Tradable = true,
			Transmutable = false,
			Type = "Sniper" 
		},
		["Aero Periphery"] = {
			BaseDrain = 2,
			Description = "-50% Zoom while Aim Gliding",
			Image = "AeroPeripheryMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Sets/Hawk/HawkModC",
			Introduced = "25",
			CodexSecret = false,
			IsExilus = true,
			Link = "Aero Periphery",
			MaxRank = 3,
			Name = "Aero Periphery",
			Polarity = "Naramon",
			Rarity = "Common",
			Set = "Aero Set",
			Tradable = true,
			Transmutable = false,
			Type = "Primary" 
		},
		["Aero Vantage"] = {
			BaseDrain = 4,
			Description = "-100% Gravity while Aim Gliding",
			Image = "AeroVantageMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Sets/Hawk/HawkModA",
			Introduced = "25",
			CodexSecret = false,
			IsExilus = true,
			Link = "Aero Vantage",
			MaxRank = 3,
			Name = "Aero Vantage",
			Polarity = "Naramon",
			Rarity = "Uncommon",
			Set = "Aero Set",
			Tradable = true,
			Transmutable = false,
			Type = "Warframe" 
		},
		Aerodynamic = {
			BaseDrain = -2,
			Description = "Reduces damage by 24% when Airborne.\r\n+6s Aim Glide/Wall Latch Duration",
			Image = "AerodynamicMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Aura/WarframeAuraVerticalityMod",
			Introduced = "25.7.6",
			CodexSecret = false,
			Link = "Aerodynamic",
			MaxRank = 5,
			Name = "Aerodynamic",
			Polarity = "Vazarin",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Aura" 
		},
		["Affinity Amp"] = {
			_IgnoreEntry = true,
			BaseDrain = -2,
			Description = "Affinity from kills increased\r\n+%d%% KILL XP AMOUNT",
			Image = "AffinityAmpMod.png",
			Link = "Affinity Amp",
			MaxRank = 5,
			Name = "Affinity Amp",
			Polarity = "Naramon",
			Rarity = "Uncommon",
			Tradable = false,
			Transmutable = false,
			Type = "Aura" 
		},
		Afterburn = {
			BaseDrain = 6,
			Conclave = true,
			Description = "Spectral Scream Augment: Upon deactivation, Chroma will launch an elemental projectile dealing 100 Damage for each second the ability was active, to a maximum of 500 Damage.",
			Image = "Afterburn2.png",
			InternalName = "/Lotus/Powersuits/Dragon/DragonBreathAugmentCard",
			Introduced = "16",
			CodexSecret = false,
			IsAbilityAugment = true,
			Link = "Afterburn",
			MaxRank = 3,
			Name = "Afterburn",
			Polarity = "Zenurik",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Chroma" 
		},
		Afterburner = {
			BaseDrain = 6,
			Description = "Core Vent Augment: <DT_EXPLOSION>Blast Damage ignites exhaust fumes for 12s. Enemies passing through the flames take 500 <DT_FIRE>Heat Damage.",
			Image = "Afterburner.png",
			InternalName = "/Lotus/Powersuits/Archwing/DemolitionJetPack/ExhaustTrailAugmentCard",
			Introduced = "Specters of the Rail",
			CodexSecret = false,
			IsAbilityAugment = true,
			Link = "Afterburner",
			MaxRank = 3,
			Name = "Afterburner",
			Polarity = "Zenurik",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = true,
			Type = "Elytron" 
		},
		["Agile Aim"] = {
			BaseDrain = 2,
			Conclave = true,
			Description = "+20% Movement Speed when Aiming",
			Image = "AgileAim.png",
			InternalName = "/Lotus/Upgrades/Mods/PvPMods/Rifle/FasterMovementWhileAimingRifleMod",
			Introduced = "17.2",
			CodexSecret = false,
			IsExilus = true,
			Link = "Agile Aim",
			MaxRank = 3,
			Name = "Agile Aim",
			Polarity = "Madurai",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = false,
			Type = "Rifle" 
		},
		["Agility Drift"] = {
			BaseDrain = 4,
			Description = "Reduces damage by 12% when Airborne.\r\n+6% Evasion",
			Image = "AgilityDriftMod.png",
			InternalName = "/Lotus/Upgrades/Mods/OrokinChallenge/OrokinChallengeModAgility",
			Introduced = "18",
			CodexSecret = false,
			IsExilus = true,
			Link = "Agility Drift",
			MaxRank = 5,
			Name = "Agility Drift",
			Polarity = "Vazarin",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Warframe" 
		},
		["Air Recon"] = {
			BaseDrain = 2,
			Conclave = true,
			Description = "-60% Zoom while Aim Gliding",
			Image = "AirRecon.png",
			InternalName = "/Lotus/Upgrades/Mods/PvPMods/Pistol/HigherAirAimFoVPistolMod",
			Introduced = "17.4",
			CodexSecret = false,
			IsExilus = true,
			Link = "Air Recon",
			MaxRank = 5,
			Name = "Air Recon",
			Polarity = "Naramon",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = false,
			Type = "Pistol" 
		},
		["Air Thrusters"] = {
			BaseDrain = 2,
			Conclave = true,
			Description = "+100% Slide Boost when Airborne\r\n-20% Mobility",
			Image = "AirThrusters.png",
			InternalName = "/Lotus/Upgrades/Mods/PvPMods/Warframe/AirSlideBoost",
			Introduced = "18.4.10",
			CodexSecret = false,
			IsExilus = true,
			Link = "Air Thrusters",
			MaxRank = 3,
			Name = "Air Thrusters",
			Polarity = "Naramon",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = false,
			Type = "Warframe" 
		},
		["Air Time"] = {
			BaseDrain = 2,
			Description = "-20% Gravity while Falling Down",
			Image = "AirTime.png",
			InternalName = "/Lotus/Upgrades/Mods/Hoverboard/HBAirGravMod",
			Introduced = "24",
			CodexSecret = false,
			Link = "Air Time",
			MaxRank = 3,
			Name = "Air Time",
			Polarity = "Naramon",
			Rarity = "Common",
			Tradable = true,
			Transmutable = false,
			Type = "K-Drive" 
		},
		["Airburst Rounds"] = {
			BaseDrain = 6,
			Description = "Airburst Augment - Each enemy hit by Airburst increases secondary damage by 25% for 14s.",
			Image = "AirburstRoundsMod.png",
			InternalName = "/Lotus/Powersuits/Tengu/TenguBurstAugmentCard",
			Introduced = "30.2",
			CodexSecret = false,
			IsAbilityAugment = true,
			Link = "Airburst Rounds",
			MaxRank = 3,
			Name = "Airburst Rounds",
			Polarity = "Zenurik",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Zephyr" 
		},
		["Amalgam Argonak Metal Auger"] = {
			BaseDrain = 6,
			Class = "Amalgam",
			Description = "+3 Punch Through\r\nDamage from Daggers reduces Armor by 6.<LINE_SEPARATOR>Enemies are revealed by Punch Through.",
			Image = "AmalgamArgonakMetalAugerMod.png",
			Incompatible = { "Metal Auger" },
			InternalName = "/Lotus/Upgrades/Mods/DualSource/Rifle/ArgonakDaggerMod",
			Introduced = "25",
			CodexSecret = false,
			IsWeaponAugment = true,
			Link = "Amalgam Argonak Metal Auger",
			MaxRank = 5,
			Name = "Amalgam Argonak Metal Auger",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = false,
			Transmutable = false,
			Type = "Argonak" 
		},
		["Amalgam Barrel Diffusion"] = {
			BaseDrain = 10,
			Class = "Amalgam",
			Description = "+110% Multishot\r\n+60% Dodge Speed",
			Image = "AmalgamBarrelDiffusionMod.png",
			Incompatible = { "Barrel Diffusion", "Galvanized Diffusion" },
			InternalName = "/Lotus/Upgrades/Mods/DualSource/Pistol/MultishotDodgeMod",
			Introduced = "24.4",
			CodexSecret = false,
			Link = "Amalgam Barrel Diffusion",
			MaxRank = 5,
			Name = "Amalgam Barrel Diffusion",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = false,
			Transmutable = false,
			Type = "Pistol" 
		},
		["Amalgam Daikyu Target Acquired"] = {
			BaseDrain = 10,
			Class = "Amalgam",
			Description = "+75% to Headshot Multiplier\r\n+3% Life Steal on Nikanas\r\n<LINE_SEPARATOR>60% chance to pickup used arrows.",
			Image = "AmalgamDaikyuTargetAcquiredMod.png",
			InternalName = "/Lotus/Upgrades/Mods/DualSource/Rifle/DaikyuKatanaMod",
			Introduced = "25",
			CodexSecret = false,
			IsWeaponAugment = true,
			Link = "Amalgam Daikyu Target Acquired",
			MaxRank = 5,
			Name = "Amalgam Daikyu Target Acquired",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = false,
			Transmutable = false,
			Type = "Daikyu" 
		},
		["Amalgam Furax Body Count"] = {
			BaseDrain = 6,
			Class = "Amalgam",
			Description = "+15s Combo Duration\r\n+20% Blast Radius on Specialized Launchers<LINE_SEPARATOR>Melee kills knockdown enemies within 15m",
			Image = "AmalgamFuraxBodyCountMod.png",
			Incompatible = { "Body Count" },
			InternalName = "/Lotus/Upgrades/Mods/DualSource/Melee/FuraxLauncherMod",
			Introduced = "25",
			CodexSecret = false,
			IsWeaponAugment = true,
			Link = "Amalgam Furax Body Count",
			MaxRank = 5,
			Name = "Amalgam Furax Body Count",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = false,
			Transmutable = false,
			Type = "Furax" 
		},
		["Amalgam Javlok Magazine Warp"] = {
			BaseDrain = 6,
			Class = "Amalgam",
			Description = "+45% Magazine Capacity\r\n+100% Combo Count Chance while Blocking with a Shield",
			Image = "AmalgamJavlokMagazineWarpMod.png",
			Incompatible = { "Magazine Warp", "Flawed Magazine Warp", "Primed Magazine Warp" },
			InternalName = "/Lotus/Upgrades/Mods/DualSource/Rifle/JavlokSwordShieldMod",
			Introduced = "25",
			CodexSecret = false,
			IsWeaponAugment = true,
			Link = "Amalgam Javlok Magazine Warp",
			MaxRank = 5,
			Name = "Amalgam Javlok Magazine Warp",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = false,
			Transmutable = false,
			Type = "Javlok" 
		},
		["Amalgam Organ Shatter"] = {
			BaseDrain = 6,
			Class = "Amalgam",
			Description = "+85% Critical Damage\r\n+60% Heavy Attack Wind Up Speed",
			Image = "AmalgamOrganShatterMod.png",
			Incompatible = { "Organ Shatter", "Flawed Organ Shatter" },
			InternalName = "/Lotus/Upgrades/Mods/DualSource/Melee/CritDamageChargeSpeedMod",
			Introduced = "24.4",
			CodexSecret = false,
			Link = "Amalgam Organ Shatter",
			MaxRank = 5,
			Name = "Amalgam Organ Shatter",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = false,
			Transmutable = false,
			Type = "Melee" 
		},
		["Amalgam Ripkas True Steel"] = {
			BaseDrain = 6,
			Class = "Amalgam",
			Description = "+187% Critical Chance (x2 for Heavy Attacks)\r\n+20% Reload Speed on Shotguns\r\n<LINE_SEPARATOR>+100% Gore Chance",
			Image = "AmalgamRipkasTrueSteelMod.png",
			Incompatible = { "True Steel", "Sacrificial Steel", "Flawed True Steel" },
			InternalName = "/Lotus/Upgrades/Mods/DualSource/Melee/RipkasShotgunMod",
			Introduced = "25",
			CodexSecret = false,
			IsWeaponAugment = true,
			Link = "Amalgam Ripkas True Steel",
			MaxRank = 5,
			Name = "Amalgam Ripkas True Steel",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = false,
			Transmutable = false,
			Type = "Ripkas" 
		},
		["Amalgam Serration"] = {
			BaseDrain = 6,
			Class = "Amalgam",
			Description = "+155% Damage\r\n+25% Sprint Speed",
			Image = "AmalgamSerrationMod.png",
			Incompatible = { "Serration", "Flawed Serration" },
			InternalName = "/Lotus/Upgrades/Mods/DualSource/Rifle/SerratedRushMod",
			Introduced = "24.4",
			CodexSecret = false,
			Link = "Amalgam Serration",
			MaxRank = 10,
			Name = "Amalgam Serration",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = false,
			Transmutable = false,
			Type = "Rifle" 
		},
		["Amalgam Shotgun Spazz"] = {
			BaseDrain = 6,
			Class = "Amalgam",
			Description = "+85% Fire Rate\r\n+45% Revive Speed",
			Image = "AmalgamShotgunSpazzMod.png",
			Incompatible = { "Shotgun Spazz", "Flawed Shotgun Spazz" },
			InternalName = "/Lotus/Upgrades/Mods/DualSource/Shotgun/ShotgunMedicMod",
			Introduced = "24.4",
			CodexSecret = false,
			Link = "Amalgam Shotgun Spazz",
			MaxRank = 5,
			Name = "Amalgam Shotgun Spazz",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = false,
			Transmutable = false,
			Type = "Shotgun" 
		},
		Ambush = {
			BaseDrain = 6,
			Description = "When Ghost invisibility is broken, Shade's owner is granted +120% Weapon Damage for 3s.",
			Image = "AmbushMod.png",
			InternalName = "/Lotus/Types/Sentinels/SentinelPrecepts/GhostAugmentCard",
			Introduced = "23.10",
			CodexSecret = false,
			Link = "Ambush",
			MaxRank = 3,
			Name = "Ambush",
			Polarity = "Penjaga",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Shade" 
		},
		["Ambush Optics"] = {
			BaseDrain = 6,
			Conclave = true,
			Description = "-50% Zoom",
			Image = "AmbushOptics.png",
			InternalName = "/Lotus/Upgrades/Mods/PvPMods/Rifle/RubicoLowZoom",
			Introduced = "18.5",
			CodexSecret = false,
			IsWeaponAugment = true,
			IsExilus = true,
			Link = "Ambush Optics",
			MaxRank = 3,
			Name = "Ambush Optics",
			Polarity = "Naramon",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Rubico" 
		},
		["Ammo Case"] = {
			BaseDrain = 2,
			Description = "Increases Ammo Capacity by 25% and converts Ammo Pickups into ammo for equipped weapons after 2s.",
			Image = "AmmoCaseMod.png",
			InternalName = "/Lotus/Types/Sentinels/SentinelPrecepts/ItemVacum",
			Introduced = "The Vacuum Within",
			CodexSecret = false,
			Link = "Ammo Case",
			MaxRank = 5,
			Name = "Ammo Case",
			Polarity = "Penjaga",
			Rarity = "Common",
			Tradable = true,
			Transmutable = false,
			Type = "Carrier" 
		},
		["Ammo Chain"] = {
			BaseDrain = 2,
			Description = "+100% Ammo Maximum",
			Image = "AmmoChain.png",
			InternalName = "/Lotus/Upgrades/Mods/Archwing/Rifle/ArchwingRifleAmmoMaxMod",
			Introduced = "24.2",
			CodexSecret = false,
			Link = "Ammo Chain",
			MaxRank = 5,
			Name = "Ammo Chain",
			Polarity = "Naramon",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = true,
			Type = "Archgun" 
		},
		["Ammo Drum"] = {
			BaseDrain = 2,
			Description = "+90% Ammo Maximum",
			Image = "AmmoDrumMod.png",
			Incompatible = { "Flawed Ammo Drum" },
			InternalName = "/Lotus/Upgrades/Mods/Rifle/WeaponAmmoMaxMod",
			Introduced = "Vanilla",
			CodexSecret = false,
			IsExilus = true,
			Link = "Ammo Drum",
			MaxRank = 5,
			Name = "Ammo Drum",
			Polarity = "Naramon",
			Rarity = "Common",
			Tradable = true,
			Transmutable = true,
			Type = "Rifle" 
		},
		["Ammo Stock"] = {
			BaseDrain = 2,
			Description = "+60% Magazine Capacity",
			Image = "AmmoStockModU145.png",
			Incompatible = { "Flawed Ammo Stock", "Primed Ammo Stock" },
			InternalName = "/Lotus/Upgrades/Mods/Shotgun/WeaponClipMaxMod",
			Introduced = "0",
			CodexSecret = false,
			Link = "Ammo Stock",
			MaxRank = 5,
			Name = "Ammo Stock",
			Polarity = "Naramon",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = true,
			Type = "Shotgun" 
		},
		["Anabolic Pollination"] = {
			BaseDrain = 0,
			Description = "Release a cloud of spores that persists for 6s increasing <DT_POISON>Toxin Damage by +100%.",
			Image = "AnabolicPollinationMod.png",
			InternalName = "/Lotus/Types/Friendly/Pets/CreaturePets/CreaturePrecepts/InfestedPredatorBuffSporesPrecept",
			Introduced = "29",
			CodexSecret = false,
			Link = "Anabolic Pollination",
			MaxRank = 3,
			Name = "Anabolic Pollination",
			Polarity = "Penjaga",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Pharaoh Predasite" 
		},
		["Anchored Glide"] = {
			BaseDrain = 2,
			Description = "Disable Zephyr's reduced airborne gravity. Increase Ability Strength by 15%.",
			Image = "AnchoredGlideMod.png",
			InternalName = "/Lotus/Powersuits/Tengu/TenguDisablePassiveMod",
			Introduced = "27.3",
			CodexSecret = false,
			IsExilus = true,
			Link = "Anchored Glide",
			MaxRank = 5,
			Name = "Anchored Glide",
			Polarity = "Ability",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Zephyr" 
		},
		["Ancient Fusion Core (Common)"] = {
			Description = "Consumed in the fusion process to power up existing Mods.",
			Image = "UncommonAncientFusionCore.png",
			Introduced = "14.0.9",
			CodexSecret = false,
			Link = "Ancient Fusion Core",
			MaxRank = 10,
			Name = "Ancient Fusion Core (Common)",
			NotUpgradable = true,
			Polarity = "Core",
			Rarity = "Common",
			Tradable = true,
			Transmutable = false,
			Type = "Mod" 
		},
		["Ancient Fusion Core (Uncommon)"] = {
			Description = "Consumed in the fusion process to power up existing Mods.",
			Image = "UncommonAncientFusionCore.png",
			Introduced = "14.0.9",
			CodexSecret = false,
			Link = "Ancient Fusion Core",
			MaxRank = 10,
			Name = "Ancient Fusion Core (Uncommon)",
			NotUpgradable = true,
			Polarity = "Core",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = false,
			Type = "Mod" 
		},
		["Ancient Fusion Core (Rare)"] = {
			Description = "Consumed in the fusion process to power up existing Mods.",
			Image = "UncommonAncientFusionCore.png",
			Introduced = "14.0.9",
			CodexSecret = false,
			Link = "Ancient Fusion Core",
			MaxRank = 10,
			Name = "Ancient Fusion Core (Rare)",
			NotUpgradable = true,
			Polarity = "Core",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Mod" 
		},
		["Anemic Agility"] = {
			BaseDrain = 4,
			Description = "+90% Fire Rate\r\n-15% Damage",
			Image = "AnemicAgilityMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Pistol/DualStat/CorruptedFireRateDamagePistol",
			Introduced = "15",
			CodexSecret = false,
			Link = "Anemic Agility",
			MaxRank = 5,
			Name = "Anemic Agility",
			Polarity = "Naramon",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Pistol" 
		},
		["Animal Instinct"] = {
			BaseDrain = 6,
			Description = "+30 Loot Radar\r\n+18 Enemy Radar",
			Image = "AnimalInstinctMod.png",
			Incompatible = { "Primed Animal Instinct" },
			InternalName = "/Lotus/Upgrades/Mods/Sentinel/SentinelLootRadarEnemyRadarMod",
			Introduced = "16.10.1",
			CodexSecret = false,
			Link = "Animal Instinct",
			MaxRank = 5,
			Name = "Animal Instinct",
			Polarity = "Naramon",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Companion" 
		},
		["Anti-Flak Plating"] = {
			BaseDrain = 4,
			Conclave = true,
			Description = "+20 <DT_EXPLOSION>Blast Resistance\r\n-10% Mobility",
			Image = "Anti-FlakPlatingMod.png",
			InternalName = "/Lotus/Upgrades/Mods/PvPMods/Warframe/BlastResist",
			Introduced = "18.5",
			CodexSecret = false,
			Link = "Anti-Flak Plating",
			MaxRank = 3,
			Name = "Anti-Flak Plating",
			Polarity = "Vazarin",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = false,
			Type = "Warframe" 
		},
		["Anti-Grav Array"] = {
			BaseDrain = 4,
			Description = "Increase height of owner's jumps by +40%.",
			Image = "Anti-GravArrayMod.png",
			InternalName = "/Lotus/Types/Sentinels/SentinelPrecepts/AntigravDilator",
			Introduced = "25",
			CodexSecret = false,
			Link = "Anti-Grav Array",
			MaxRank = 3,
			Name = "Anti-Grav Array",
			Polarity = "Penjaga",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Robotic" 
		},
		["Anti-Grav Grenade"] = {
			BaseDrain = 2,
			Description = "A grenade that reverses gravity in a 3m radius, inflicting 60 <DT_IMPACT>Impact Damage. Target sustains additional damage based on the amount sustained while airborne.",
			Image = "Anti-GravGrenade.png",
			InternalName = "/Lotus/Types/Friendly/Pets/MoaPets/MoaPetPrecept/MoaLiftBombPrecept",
			Introduced = "24",
			CodexSecret = false,
			Link = "Anti-Grav Grenade",
			MaxRank = 3,
			Name = "Anti-Grav Grenade",
			Polarity = "Penjaga",
			Rarity = "Common",
			Tradable = true,
			Transmutable = false,
			Type = "MOA" 
		},
		Anticipation = {
			BaseDrain = 6,
			Conclave = true,
			Description = "Immune to Knockdown for an additional +4s after being knocked down.\r\nImmune to Stagger for an additional +4s after being Staggered.",
			Image = "AnticipationMod.png",
			InternalName = "/Lotus/Upgrades/Mods/PvPMods/Warframe/StaggerImmunityMod",
			Introduced = "17",
			CodexSecret = false,
			IsExilus = true,
			Link = "Anticipation",
			MaxRank = 3,
			Name = "Anticipation",
			Polarity = "Vazarin",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = false,
			Type = "Warframe" 
		},
		["Antimatter Absorb"] = {
			BaseDrain = 6,
			Description = "Antimatter Drop Augment: Absorbs enemy bullets within 3m, increasing its damage when it explodes.",
			Image = "AntimatterAbsorbMod.png",
			InternalName = "/Lotus/Powersuits/AntiMatter/AntiMatterDropAugmentCard",
			Introduced = "15.6",
			CodexSecret = false,
			IsAbilityAugment = true,
			Link = "Antimatter Absorb",
			MaxRank = 3,
			Name = "Antimatter Absorb",
			Polarity = "Zenurik",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Nova" 
		},
		["Antimatter Mine"] = {
			BaseDrain = 6,
			Conclave = true,
			Description = "Antimatter Drop Augment: Creates a fully charged stationary orb that explodes after 6s or within enemy proximity.",
			Image = "AntimatterMine.png",
			InternalName = "/Lotus/Powersuits/AntiMatter/AntiMatterDropPvPAugmentCard",
			Introduced = "18.5",
			CodexSecret = false,
			IsAbilityAugment = true,
			Link = "Antimatter Mine",
			MaxRank = 3,
			Name = "Antimatter Mine",
			Polarity = "Zenurik",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Nova" 
		},
		Antitoxin = {
			BaseDrain = 2,
			Description = "+45% <DT_POISON>Toxin Resistance",
			Image = "AntitoxinMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Warframe/AvatarDamageResistancePoison",
			Introduced = "8",
			CodexSecret = false,
			Link = "Antitoxin (Mod)",
			MaxRank = 5,
			Name = "Antitoxin",
			Polarity = "Vazarin",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = true,
			Type = "Warframe" 
		},
		["Apex Predator"] = {
			BaseDrain = 2,
			Conclave = true,
			Description = "Reveals target on Minimap for +6s.",
			Image = "ApexPredatorMod.png",
			InternalName = "/Lotus/Upgrades/Mods/PvPMods/Rifle/MarkTargetRifleMod",
			Introduced = "16",
			CodexSecret = false,
			IsExilus = true,
			Link = "Apex Predator",
			MaxRank = 5,
			Name = "Apex Predator",
			Polarity = "Naramon",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = false,
			Type = "Rifle" 
		},
		["Arc Coil"] = {
			BaseDrain = 2,
			Description = "Sentinel will zap up to 7 enemies within 10m, dealing 100 <DT_ELECTRICITY>Electricity Damage with a 10% Status Chance.",
			Image = "ArcCoilMod.png",
			InternalName = "/Lotus/Types/Sentinels/SentinelPrecepts/ArcTrap",
			Introduced = "17.3",
			CodexSecret = false,
			Link = "Arc Coil",
			MaxRank = 5,
			Name = "Arc Coil",
			Polarity = "Penjaga",
			Rarity = "Common",
			Tradable = true,
			Transmutable = false,
			Type = "Diriga" 
		},
		["Archgun Ace"] = {
			BaseDrain = 6,
			Description = "On Headshot Kill: +50% Fire/Charge Rate +100% Reload Speed for 9s",
			Image = "Arch-GunAceMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Archwing/Rifle/ArchwingHeadshotKillAmmoEfficiencyMod",
			Introduced = "24.2",
			CodexSecret = false,
			Link = "Archgun Ace",
			MaxRank = 5,
			Name = "Archgun Ace",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = true,
			Type = "Archgun" 
		},
		["Argent Scourge"] = {
			BaseDrain = -2,
			Conclave = true,
			Description = "Fighting form devised for Conclave.",
			Image = "ArgentScourgeMod.png",
			InternalName = "/Lotus/Upgrades/Mods/PvPMods/Stances/PvPPolearmStanceOne",
			Introduced = "Specters of the Rail",
			CodexSecret = false,
			Link = "Argent Scourge",
			MaxRank = 3,
			Name = "Argent Scourge",
			Polarity = "Zenurik",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = false,
			Type = "Polearms" 
		},
		["Argon Plating"] = {
			BaseDrain = 4,
			Description = "+90% Armor",
			Image = "ArgonPlating.png",
			InternalName = "/Lotus/Upgrades/Mods/Archwing/Suit/ArchwingSuitArmourMod",
			Introduced = "15",
			CodexSecret = false,
			Link = "Argon Plating",
			MaxRank = 5,
			Name = "Argon Plating",
			Polarity = "Vazarin",
			Rarity = "Common",
			Tradable = true,
			Transmutable = true,
			Type = "Archwing" 
		},
		["Argon Scope"] = {
			BaseDrain = 2,
			Description = "On Headshot: +135% Critical Chance when Aiming for 9s",
			Image = "ArgonScopeMod.png",
			Incompatible = { "Galvanized Scope" },
			InternalName = "/Lotus/Upgrades/Mods/Rifle/Event/CritChanceWhileAimingRifleMod",
			Introduced = "18.4.1",
			CodexSecret = false,
			Link = "Argon Scope",
			MaxRank = 5,
			Name = "Argon Scope",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Rifle" 
		},
		["Armored Acrobatics"] = {
			BaseDrain = 6,
			Conclave = true,
			Description = "+20% Damage Resistance during Bullet Jump\r\n-0.1 Mobility",
			Image = "ArmoredAcrobatics.png",
			InternalName = "/Lotus/Upgrades/Mods/PvPMods/Warframe/DamageResistanceLessMobility",
			Introduced = "18.2",
			CodexSecret = false,
			Link = "Armored Acrobatics",
			MaxRank = 3,
			Name = "Armored Acrobatics",
			Polarity = "Vazarin",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = false,
			Type = "Warframe" 
		},
		["Armored Agility"] = {
			BaseDrain = 6,
			Description = "+15% Sprint Speed\r\n+45% Armor",
			Image = "ArmoredAgilityMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Warframe/DualStat/RunSpeedArmorMod",
			Introduced = "16.10.1",
			CodexSecret = false,
			Link = "Armored Agility",
			MaxRank = 5,
			Name = "Armored Agility",
			Polarity = "Vazarin",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Warframe" 
		},
		["Armored Evade"] = {
			BaseDrain = 6,
			Conclave = true,
			Description = "+40% Damage Resistance while Dodging\r\n-10% Mobility",
			Image = "ArmoredEvade.png",
			InternalName = "/Lotus/Upgrades/Mods/PvPMods/Warframe/DamageResistanceLessSlide",
			Introduced = "18.2",
			CodexSecret = false,
			Link = "Armored Evade",
			MaxRank = 3,
			Name = "Armored Evade",
			Polarity = "Vazarin",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = false,
			Type = "Warframe" 
		},
		["Armored Recovery"] = {
			BaseDrain = 6,
			Conclave = true,
			Description = "+50% Damage Resistance when knocked down\r\n-20% Slide",
			Image = "ArmoredRecovery.png",
			InternalName = "/Lotus/Upgrades/Mods/PvPMods/Warframe/RagdollImmunityMod",
			Introduced = "18.2",
			CodexSecret = false,
			IsExilus = true,
			Link = "Armored Recovery",
			MaxRank = 3,
			Name = "Armored Recovery",
			Polarity = "Vazarin",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = false,
			Type = "Warframe" 
		},
		["Arrow Mutation"] = {
			BaseDrain = 2,
			Description = "Converts unused ammo pickups into Arrows. Pistol/Rifle <AMMO_MUTATION> 8 and Shotgun/Sniper <AMMO_MUTATION> 15.",
			Image = "ArrowMutationMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Rifle/WeaponBowConvertAmmoMod",
			Introduced = "9.3",
			CodexSecret = false,
			IsExilus = true,
			Link = "Arrow Mutation",
			MaxRank = 5,
			Name = "Arrow Mutation",
			Polarity = "Naramon",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Bow" 
		},
		["Artillery Cheap Shot"] = {
			BaseDrain = 2,
			Description = "Forward Artillery has a +60% chance to not consume Dome Charges",
			Image = "ArtilleryCheapShotMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Railjack/Gunnery/ZektiFreeSuperWeaponAmmo",
			Introduced = "27.4",
			CodexSecret = false,
			Link = "Artillery Cheap Shot",
			MaxRank = 5,
			Name = "Artillery Cheap Shot",
			Polarity = "Naramon",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Plexus" 
		},
		["Assault Mode"] = {
			BaseDrain = 0,
			Description = "Sentinel will attack the first visible enemy within 30m.",
			Image = "AssaultMode.png",
			InternalName = "/Lotus/Types/Sentinels/SentinelPrecepts/SentinelAttack",
			Introduced = "24",
			CodexSecret = false,
			Link = "Assault Mode",
			MaxRank = 5,
			Name = "Assault Mode",
			Polarity = "Penjaga",
			Rarity = "Common",
			Tradable = true,
			Transmutable = false,
			Type = "Sentinel" 
		},
		Assimilate = {
			BaseDrain = 6,
			Description = "Absorb Augment: Nyx can move at 50% Speed while using Absorb, but the area is reduced by half.",
			Image = "Assimilate2.png",
			Incompatible = { "Singularity" },
			InternalName = "/Lotus/Powersuits/Jade/SelfBulletAttractorAugmentCard",
			Introduced = "The Silver Grove",
			CodexSecret = false,
			IsAbilityAugment = true,
			Link = "Assimilate",
			MaxRank = 3,
			Name = "Assimilate",
			Polarity = "Zenurik",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Nyx" 
		},
		["Astral Autopsy"] = {
			BaseDrain = 10,
			Description = "Fatal strikes against an enemy also perform a Codex Scan. Scans require an equipped Codex Scanner and an available charge.",
			Image = "AstralAutopsyMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Archwing/Melee/ArchwingMeleeScanOnKillMod",
			Introduced = "19.8",
			CodexSecret = false,
			Link = "Astral Autopsy",
			MaxRank = 0,
			Name = "Astral Autopsy",
			Polarity = "Vazarin",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Archmelee" 
		},
		["Astral Slash"] = {
			BaseDrain = 2,
			Description = "+90% <DT_SLASH>Slash",
			Image = "AstralSlashMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Archwing/Melee/ArchwingDualStatSlashStatusMeleeMod",
			Introduced = "Specters of the Rail",
			CodexSecret = false,
			Link = "Astral Slash",
			MaxRank = 5,
			Name = "Astral Slash",
			Polarity = "Naramon",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Archmelee" 
		},
		["Astral Twilight"] = {
			BaseDrain = -2,
			Description = "Orbiting slashes and lashing strikes.",
			Image = "AstralTwilightMod.png",
			InternalName = "/Lotus/Weapons/Tenno/Melee/MeleeTrees/GlaiveCmbTwoMeleeTree",
			Introduced = "15.11",
			CodexSecret = false,
			Link = "Astral Twilight",
			MaxRank = 3,
			Name = "Astral Twilight",
			Polarity = "Naramon",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = true,
			Type = "Glaives" 
		},
		["Atlantis Vulcan"] = {
			BaseDrain = -2,
			Description = "Rapid strikes, deceptive movements.",
			Image = "AtlantisVulcanMod.png",
			InternalName = "/Lotus/Weapons/Tenno/Melee/MeleeTrees/NunchakuCmbOneMeleeTree",
			Introduced = "17.4",
			CodexSecret = false,
			Link = "Atlantis Vulcan",
			MaxRank = 3,
			Name = "Atlantis Vulcan",
			Polarity = "Vazarin",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = true,
			Type = "Nunchaku" 
		},
		["Auger Strike"] = {
			BaseDrain = 6,
			Description = "+120% <DT_PUNCTURE>Puncture",
			Image = "AugerStrikeModU145.png",
			InternalName = "/Lotus/Upgrades/Mods/Melee/WeaponEventPunctureDamageMod",
			Introduced = "15.5",
			CodexSecret = false,
			Link = "Auger Strike",
			MaxRank = 5,
			Name = "Auger Strike",
			Polarity = "Naramon",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Melee" 
		},
		["Augur Accord"] = {
			BaseDrain = 2,
			Description = "+180% Shield Capacity",
			Image = "AugurAccordMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Sets/Augur/WarframeAugurAccordMod",
			Introduced = "22",
			CodexSecret = false,
			Link = "Augur Accord",
			MaxRank = 5,
			Name = "Augur Accord",
			Polarity = "Vazarin",
			Rarity = "Uncommon",
			Set = "Augur Set",
			Tradable = true,
			Transmutable = false,
			Type = "Warframe" 
		},
		["Augur Message"] = {
			BaseDrain = 2,
			Description = "+24% Ability Duration",
			Image = "AugurMessageMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Sets/Augur/WarframeAugurMessageMod",
			Introduced = "22",
			CodexSecret = false,
			Link = "Augur Message",
			MaxRank = 5,
			Name = "Augur Message",
			Polarity = "Naramon",
			Rarity = "Common",
			Set = "Augur Set",
			Tradable = true,
			Transmutable = false,
			Type = "Warframe" 
		},
		["Augur Pact"] = {
			BaseDrain = 2,
			Description = "+90% Damage",
			Image = "AugurPactMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Sets/Augur/SecondaryAugurPactMod",
			Introduced = "22",
			CodexSecret = false,
			Link = "Augur Pact",
			MaxRank = 5,
			Name = "Augur Pact",
			Polarity = "Naramon",
			Rarity = "Common",
			Set = "Augur Set",
			Tradable = true,
			Transmutable = false,
			Type = "Pistol" 
		},
		["Augur Reach"] = {
			BaseDrain = 2,
			Description = "+30% Ability Range",
			Image = "AugurReachMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Sets/Augur/WarframeAugurReachMod",
			Introduced = "22",
			CodexSecret = false,
			Link = "Augur Reach",
			MaxRank = 5,
			Name = "Augur Reach",
			Polarity = "Naramon",
			Rarity = "Uncommon",
			Set = "Augur Set",
			Tradable = true,
			Transmutable = false,
			Type = "Warframe" 
		},
		["Augur Secrets"] = {
			BaseDrain = 2,
			Description = "+24% Ability Strength",
			Image = "AugurSecretsMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Sets/Augur/WarframeAugurSecretsMod",
			Introduced = "22",
			CodexSecret = false,
			Link = "Augur Secrets",
			MaxRank = 5,
			Name = "Augur Secrets",
			Polarity = "Naramon",
			Rarity = "Rare",
			Set = "Augur Set",
			Tradable = true,
			Transmutable = false,
			Type = "Warframe" 
		},
		["Augur Seeker"] = {
			BaseDrain = 2,
			Description = "+30% Status Duration",
			Image = "AugurSeekerMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Sets/Augur/SecondaryAugurSeekerMod",
			Introduced = "22",
			CodexSecret = false,
			Link = "Augur Seeker",
			MaxRank = 5,
			Name = "Augur Seeker",
			Polarity = "Madurai",
			Rarity = "Rare",
			Set = "Augur Set",
			Tradable = true,
			Transmutable = false,
			Type = "Pistol" 
		},
		["Auto Breach"] = {
			BaseDrain = 0,
			Description = "+30% chance to auto complete Hacking",
			Image = "AutoBreachMod.png",
			InternalName = "/Lotus/Upgrades/Mods/DataSpike/Cipher/AutoHackMod",
			Introduced = "26",
			CodexSecret = false,
			Link = "Auto Breach",
			MaxRank = 0,
			Name = "Auto Breach",
			Polarity = "Universal",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = true,
			Type = "Parazon" 
		},
		["Auto Omni"] = {
			BaseDrain = 2,
			Description = "Nautilus has 100% chance to repair nearby Railjack hull damages and extinguishes fires on Railjack. Cooldown: 20s.",
			Image = "AutoOmniMod.png",
			InternalName = "/Lotus/Types/Sentinels/SentinelPrecepts/RepairShip",
			Introduced = "29.10",
			CodexSecret = false,
			Link = "Auto Omni",
			MaxRank = 5,
			Name = "Auto Omni",
			Polarity = "Penjaga",
			Rarity = "Common",
			Tradable = true,
			Transmutable = false,
			Type = "Nautilus" 
		},
		["Automatic Trigger"] = {
			BaseDrain = 10,
			Description = "+60% Fire Rate",
			Image = "AutomaticTriggerMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Archwing/Rifle/ArchwingRifleFireRateMod",
			Introduced = "15",
			CodexSecret = false,
			Link = "Automatic Trigger",
			MaxRank = 5,
			Name = "Automatic Trigger",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = true,
			Type = "Archgun" 
		},
		["Auxiliary Power"] = {
			BaseDrain = 6,
			Description = "+90% Energy Max",
			Image = "AuxiliaryPowerMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Archwing/Suit/ArchwingSuitPowerMaxMod",
			Introduced = "15",
			CodexSecret = false,
			Link = "Auxiliary Power",
			MaxRank = 5,
			Name = "Auxiliary Power",
			Polarity = "Madurai",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = true,
			Type = "Archwing" 
		},
		["Avenging Truth"] = {
			BaseDrain = 4,
			Description = "Blocking absorbs 50% of incoming damage, stored as Extra Damage for the next charge attack.\r\n+1 'Truth'",
			Image = "AvengingTruthMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Syndicate/SilvaAegisMod",
			Introduced = "20.4",
			CodexSecret = false,
			IsWeaponAugment = true,
			Link = "Avenging Truth",
			MaxRank = 3,
			Name = "Avenging Truth",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Silva & Aegis" 
		},
		Aviator = {
			BaseDrain = 4,
			Description = "Reduces damage by 40% when Airborne.",
			Image = "AviatorMod.png",
			Incompatible = { "Ironclad Flight" },
			InternalName = "/Lotus/Upgrades/Mods/Warframe/AvatarDamageReductionInAir",
			Introduced = "11.9",
			CodexSecret = false,
			IsExilus = true,
			Link = "Aviator",
			MaxRank = 3,
			Name = "Aviator",
			Polarity = "Vazarin",
			Rarity = "Common",
			Tradable = true,
			Transmutable = false,
			Type = "Warframe" 
		},
		["Balefire Surge"] = {
			BaseDrain = 6,
			Description = "Balefire Augment: Fully charged direct hits restore 250 Shield to Hildryn. Impact with Nullifier Shields will destroy them and restore 750 Shield.",
			Image = "BalefireSurgeMod.png",
			InternalName = "/Lotus/Powersuits/IronFrame/IronFrameBlastAugmentCard",
			Introduced = "27.1",
			CodexSecret = false,
			IsAbilityAugment = true,
			Link = "Balefire Surge",
			MaxRank = 3,
			Name = "Balefire Surge",
			Polarity = "Zenurik",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Hildryn" 
		},
		["Ballista Measure"] = {
			BaseDrain = 6,
			Description = "+20% Range",
			Image = "BallistaMeasureMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Archwing/Rifle/ArchwingRifleRangeMod",
			Introduced = "27.4",
			CodexSecret = false,
			Link = "Ballista Measure",
			MaxRank = 3,
			Name = "Ballista Measure",
			Polarity = "Vazarin",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Archgun" 
		},
		["Ballistic Bullseye"] = {
			BaseDrain = 6,
			Description = "Ballistic Battery Augment: Applies a 100% Status Chance bonus to the shot, based on the amount charged.",
			Image = "BallisticBullseye3.png",
			InternalName = "/Lotus/Powersuits/Cowgirl/BallisticBatteryAugmentCard",
			Introduced = "15.6",
			CodexSecret = false,
			IsAbilityAugment = true,
			Link = "Ballistic Bullseye",
			MaxRank = 3,
			Name = "Ballistic Bullseye",
			Polarity = "Zenurik",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Mesa" 
		},
		["Bane of Corpus"] = {
			BaseDrain = 4,
			Description = "+30% Damage to Corpus",
			Image = "BaneOfCorpusModU145.png",
			Incompatible = { "Primed Bane of Corpus", "Flawed Bane of Corpus" },
			InternalName = "/Lotus/Upgrades/Mods/Rifle/WeaponFactionDamageCorpus",
			Introduced = "9",
			CodexSecret = false,
			Link = "Bane of Corpus",
			MaxRank = 5,
			Name = "Bane of Corpus",
			Polarity = "Madurai",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = true,
			Type = "Rifle" 
		},
		["Bane of Corrupted"] = {
			BaseDrain = 4,
			Description = "+30% Damage to Corrupted",
			Image = "BaneOfCorruptedMod.png",
			Incompatible = { "Primed Bane of Corrupted" },
			InternalName = "/Lotus/Upgrades/Mods/Rifle/WeaponFactionDamageCorrupted",
			Introduced = "21",
			CodexSecret = false,
			Link = "Bane of Corrupted",
			MaxRank = 5,
			Name = "Bane of Corrupted",
			Polarity = "Madurai",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = true,
			Type = "Rifle" 
		},
		["Bane of Grineer"] = {
			BaseDrain = 4,
			Description = "+30% Damage to Grineer",
			Image = "BaneOfGrineerModU145.png",
			Incompatible = { "Primed Bane of Grineer", "Flawed Bane of Grineer" },
			InternalName = "/Lotus/Upgrades/Mods/Rifle/WeaponFactionDamageGrineer",
			Introduced = "9",
			CodexSecret = false,
			Link = "Bane of Grineer",
			MaxRank = 5,
			Name = "Bane of Grineer",
			Polarity = "Madurai",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = true,
			Type = "Rifle" 
		},
		["Bane of Infested"] = {
			BaseDrain = 4,
			Description = "+30% Damage to Infested",
			Image = "BaneOfInfestedModU145.png",
			Incompatible = { "Primed Bane of Infested" },
			InternalName = "/Lotus/Upgrades/Mods/Rifle/WeaponFactionDamageInfested",
			Introduced = "9",
			CodexSecret = false,
			Link = "Bane of Infested",
			MaxRank = 5,
			Name = "Bane of Infested",
			Polarity = "Madurai",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = true,
			Type = "Rifle" 
		},
		["Barrel Diffusion"] = {
			BaseDrain = 4,
			Description = "+120% Multishot",
			Image = "BarrelDiffusionModU145.png",
			Incompatible = { "Amalgam Barrel Diffusion", "Galvanized Diffusion" },
			InternalName = "/Lotus/Upgrades/Mods/Pistol/WeaponFireIterationsMod",
			Introduced = "0",
			CodexSecret = false,
			Link = "Barrel Diffusion",
			MaxRank = 5,
			Name = "Barrel Diffusion",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = true,
			Type = "Pistol" 
		},
		["Battering Maneuver"] = {
			BaseDrain = 4,
			Description = "+18% to Bullet Jump\r\n+18% Aim Glide/Wall Latch Duration\r\n+60% <DT_IMPACT>Impact on Bullet Jump",
			Image = "BatteringManeuver.png",
			Incompatible = {
				"Mobilize",
				"Patagium",
				"Piercing Step",
				"Rending Turn",
				"Firewalker",
				"Ice Spring",
				"Lightning Dash",
				"Toxic Flight" 
			},
			InternalName = "/Lotus/Upgrades/Mods/Warframe/ImpactParkourTwoMod",
			Introduced = "17",
			CodexSecret = false,
			IsExilus = true,
			Link = "Battering Maneuver",
			MaxRank = 5,
			Name = "Battering Maneuver",
			Polarity = "Vazarin",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = false,
			Type = "Warframe" 
		},
		["Battle Forge"] = {
			Description = "Reduce Forge Cooldown by 100s\r\nCooldown: 480s",
			Image = "BattleForgeMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Railjack/Tactical/CrewShipBattleCraftingAbilityCard",
			Introduced = "27.0",
			CodexSecret = false,
			Link = "Battle Forge",
			MaxRank = 5,
			Name = "Battle Forge",
			Polarity = "Universal",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = false,
			Type = "Railjack (Tactical, Slot 3)" 
		},
		["Battle Stations"] = {
			Description = "Boost Turret Damage by 65% for 26s\r\nCooldown: 240s",
			Image = "BattleStationsMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Railjack/Tactical/CrewShipQuadDamageAbilityCard",
			Introduced = "27.0",
			CodexSecret = false,
			Link = "Battle Stations",
			MaxRank = 5,
			Name = "Battle Stations",
			Polarity = "Universal",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = false,
			Type = "Railjack (Tactical, Slot 2)" 
		},
		["Beguiling Lantern"] = {
			BaseDrain = 6,
			Description = "Lantern Augment: Attracted enemies take 100% more Melee Damage.",
			Image = "BeguilingLanternMod.png",
			InternalName = "/Lotus/Powersuits/Fairy/FairyLightAugmentCard",
			Introduced = "20.2",
			CodexSecret = false,
			IsAbilityAugment = true,
			Link = "Beguiling Lantern",
			MaxRank = 3,
			Name = "Beguiling Lantern",
			Polarity = "Zenurik",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Titania" 
		},
		["Berserker Fury"] = {
			BaseDrain = 4,
			Description = "On Melee Kill: +35% Attack Speed for 10s. Stacks up to 2x.",
			Image = "BerserkerFuryMod.png",
			Incompatible = { "Fury", "Flawed Fury", "Primed Fury" },
			InternalName = "/Lotus/Upgrades/Mods/Melee/WeaponCritFireRateBonusMod",
			Introduced = "10",
			CodexSecret = false,
			Link = "Berserker Fury",
			MaxRank = 5,
			Name = "Berserker Fury",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = true,
			Type = "Melee" 
		},
		["Bhisaj-Bal"] = {
			BaseDrain = 2,
			Description = "Restore 300 Health for every 3 Status effects.\r\n+90% Status Chance",
			Image = "Bhisaj-BalMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Rifle/Event/ParisHealOnStatusMod",
			Introduced = "29",
			CodexSecret = false,
			IsExilus = true,
			IsWeaponAugment = true,
			Link = "Bhisaj-Bal",
			MaxRank = 5,
			Name = "Bhisaj-Bal",
			Polarity = "Naramon",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Paris Prime" 
		},
		Bite = {
			BaseDrain = 6,
			Description = "+330% Critical Chance\r\n+220% Critical Damage",
			Image = "BiteMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Sentinel/Kubrow/KubrowCritMod",
			Introduced = "14",
			CodexSecret = false,
			Link = "Bite",
			MaxRank = 10,
			Name = "Bite",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = true,
			Type = "Beast" 
		},
		["Biting Piranha"] = {
			BaseDrain = -2,
			Conclave = true,
			Description = "Fighting form devised for Conclave.",
			Image = "BitingPiranhaMod.png",
			InternalName = "/Lotus/Upgrades/Mods/PvPMods/Stances/PvPDualDaggersStanceOne",
			Introduced = "Specters of the Rail",
			CodexSecret = false,
			Link = "Biting Piranha",
			MaxRank = 3,
			Name = "Biting Piranha",
			Polarity = "Unairu",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = false,
			Type = "Dual Daggers" 
		},
		["Blackout Pulse"] = {
			BaseDrain = 0,
			Description = "Electro-Magnetic Pulse that damages enemies and disables them temporarily.",
			Image = "BlackoutPulseMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Railjack/Abilities/CrewShipEMPAbilityCard",
			Introduced = "27.0",
			CodexSecret = false,
			Link = "Blackout Pulse",
			MaxRank = 10,
			Name = "Blackout Pulse",
			Polarity = "Universal",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Railjack (Battle, Slot 1)" 
		},
		["Blade of Truth"] = {
			BaseDrain = 4,
			Description = "+100% Melee Damage\r\n+1 'Truth'",
			Image = "BladeofTruth.png",
			InternalName = "/Lotus/Upgrades/Mods/Syndicate/JawSwordMod",
			Introduced = "15",
			CodexSecret = false,
			IsWeaponAugment = true,
			Link = "Blade of Truth",
			MaxRank = 3,
			Name = "Blade of Truth",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Jaw Sword" 
		},
		["Bladed Rounds"] = {
			BaseDrain = 4,
			Description = "On Kill: +120% Critical Damage when Aiming for 9s",
			Image = "BladedRoundsMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Rifle/Event/CritDamageWhileAimingRifleMod",
			Introduced = "18.4.1",
			CodexSecret = false,
			Link = "Bladed Rounds",
			MaxRank = 5,
			Name = "Bladed Rounds",
			Polarity = "Madurai",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = false,
			Type = "Rifle" 
		},
		["Blast Shield"] = {
			BaseDrain = 2,
			Description = "Overshields increased by +3000. Leap at an enemy within 10m dealing 30 <DT_IMPACT>Impact Damage and knocking down other enemies within 5m and resets Overshields.",
			Image = "BlastShieldMod.png",
			InternalName = "/Lotus/Types/Friendly/Pets/MoaPets/MoaPetPrecept/MoaChargePrecept",
			Introduced = "28",
			CodexSecret = false,
			Link = "Blast Shield",
			MaxRank = 5,
			Name = "Blast Shield",
			Polarity = "Penjaga",
			Rarity = "Common",
			Tradable = true,
			Transmutable = false,
			Type = "MOA" 
		},
		Blaze = {
			BaseDrain = 6,
			Description = "+60% Damage\r\n+60% <DT_FIRE>Heat",
			Image = "BlazeModU145.png",
			InternalName = "/Lotus/Upgrades/Mods/Shotgun/DualStat/BlazeMod",
			Introduced = "9",
			CodexSecret = false,
			Link = "Blaze",
			MaxRank = 3,
			Name = "Blaze",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Shotgun" 
		},
		["Blazing Pillage"] = {
			BaseDrain = 6,
			Description = "Pillage Augment: Enemies affected by Haven will be set ablaze for 200 <DT_FIRE>Heat damage and restore 50 additional <SHIELD>Shields to Hildryn.",
			Image = "BlazingPillageMod.png",
			InternalName = "/Lotus/Powersuits/IronFrame/IronFrameStripAugmentCard",
			Introduced = "27.3.14",
			CodexSecret = false,
			IsAbilityAugment = true,
			Link = "Blazing Pillage",
			MaxRank = 3,
			Name = "Blazing Pillage",
			Polarity = "Zenurik",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Hildryn" 
		},
		["Blazing Steel"] = {
			BaseDrain = 4,
			Description = "+120% <DT_FIRE>Heat",
			Image = "BlazingSteel.png",
			InternalName = "/Lotus/Upgrades/Mods/Archwing/Melee/ArchwingWeaponFireDamageMod",
			Introduced = "15",
			CodexSecret = false,
			Link = "Blazing Steel",
			MaxRank = 5,
			Name = "Blazing Steel",
			Polarity = "Madurai",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = false,
			Type = "Archmelee" 
		},
		["Bleeding Edge"] = {
			BaseDrain = 4,
			Description = "+110% Critical Damage",
			Image = "BleedingEdge.png",
			InternalName = "/Lotus/Upgrades/Mods/Archwing/Melee/ArchwingMeleeCritDamageMod",
			Introduced = "15",
			CodexSecret = false,
			Link = "Bleeding Edge",
			MaxRank = 10,
			Name = "Bleeding Edge",
			Polarity = "Madurai",
			Rarity = "Common",
			Tradable = true,
			Transmutable = true,
			Type = "Archmelee" 
		},
		["Bleeding Willow"] = {
			BaseDrain = -2,
			Description = "A blend of strong and rapid strikes with leaping combos.",
			Image = "BleedingWillowMod.png",
			InternalName = "/Lotus/Weapons/Tenno/Melee/MeleeTrees/PolearmCmbTwoMeleeTree",
			Introduced = "13",
			CodexSecret = false,
			Link = "Bleeding Willow",
			MaxRank = 3,
			Name = "Bleeding Willow",
			Polarity = "Naramon",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = true,
			Type = "Polearms" 
		},
		["Blending Talons"] = {
			BaseDrain = 6,
			Description = "Seeking Talons Augment - Tap to perform a 9m AoE around Garuda. Garuda's Talons gain 100% additional Combo Count Chance when hitting targets affected by <DT_SLASH>Bleed Status.",
			Image = "BlendingTalonsMod.png",
			InternalName = "/Lotus/Powersuits/Garuda/GarudaUnstoppableAugmentCard",
			Introduced = "29.5",
			CodexSecret = false,
			IsAbilityAugment = true,
			Link = "Blending Talons",
			MaxRank = 3,
			Name = "Blending Talons",
			Polarity = "Zenurik",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Garuda" 
		},
		["Blind Justice"] = {
			BaseDrain = -2,
			Description = "Reverse grip style emphasizing slashing and impaling strikes.",
			Image = "BlindJusticeMod.png",
			InternalName = "/Lotus/Weapons/Tenno/Melee/MeleeTrees/KatanaCmbThreeMeleeTree",
			Introduced = "14.10",
			CodexSecret = false,
			Link = "Blind Justice",
			MaxRank = 3,
			Name = "Blind Justice",
			Polarity = "Madurai",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = true,
			Type = "Nikanas" 
		},
		["Blind Rage"] = {
			BaseDrain = 6,
			Description = "+99% Ability Strength\r\n-55% Ability Efficiency",
			Image = "BlindRageModU145.png",
			InternalName = "/Lotus/Upgrades/Mods/Warframe/DualStat/CorruptedPowerEfficiencyWarframe",
			Introduced = "10.3",
			CodexSecret = false,
			Link = "Blind Rage",
			MaxRank = 10,
			Name = "Blind Rage",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Warframe" 
		},
		["Blind Shot"] = {
			BaseDrain = 6,
			Conclave = true,
			Description = "+40% Projectile Speed\r\n-4% Accuracy",
			Image = "BlindShotMod.png",
			InternalName = "/Lotus/Upgrades/Mods/PvPMods/Pistol/HigherVelocityLessAccuratePistolMod",
			Introduced = "16",
			CodexSecret = false,
			Link = "Blind Shot",
			MaxRank = 3,
			Name = "Blind Shot",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Pistol" 
		},
		["Blinding Reave"] = {
			BaseDrain = 6,
			Description = "Reave Augment: Enemies hit are blinded by fog for 10s.",
			Image = "BlindingReaveMod.png",
			InternalName = "/Lotus/Powersuits/Revenant/RevenantAfflictionAugmentCard",
			Introduced = "24.7",
			CodexSecret = false,
			IsAbilityAugment = true,
			Link = "Blinding Reave",
			MaxRank = 3,
			Name = "Blinding Reave",
			Polarity = "Zenurik",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Revenant" 
		},
		["Blood For Ammo"] = {
			BaseDrain = 0,
			Description = "Mercy refills Primary and Secondary Magazine by 100%",
			Image = "BloodForAmmoMod.png",
			InternalName = "/Lotus/Upgrades/Mods/DataSpike/Assassin/OnExecutionAmmoMod",
			Introduced = "26",
			CodexSecret = false,
			Link = "Blood For Ammo",
			MaxRank = 0,
			Name = "Blood For Ammo",
			Polarity = "Universal",
			Rarity = "Common",
			Tradable = true,
			Transmutable = true,
			Type = "Parazon" 
		},
		["Blood For Energy"] = {
			BaseDrain = 0,
			Description = "50% chance to drop an Energy Orb on Mercy",
			Image = "BloodForEnergyMod.png",
			InternalName = "/Lotus/Upgrades/Mods/DataSpike/Assassin/OnExecutionEnergyDropMod",
			Introduced = "26",
			CodexSecret = false,
			Link = "Blood For Energy",
			MaxRank = 0,
			Name = "Blood For Energy",
			Polarity = "Universal",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = true,
			Type = "Parazon" 
		},
		["Blood For Life"] = {
			BaseDrain = 0,
			Description = "100% chance to drop a Health Orb on Mercy",
			Image = "BloodForLifeMod.png",
			InternalName = "/Lotus/Upgrades/Mods/DataSpike/Assassin/OnExecutionHealthDropMod",
			Introduced = "26",
			CodexSecret = false,
			Link = "Blood For Life",
			MaxRank = 0,
			Name = "Blood For Life",
			Polarity = "Universal",
			Rarity = "Common",
			Tradable = true,
			Transmutable = true,
			Type = "Parazon" 
		},
		["Blood Forge"] = {
			BaseDrain = 6,
			Description = "Bloodletting Augment: Garuda's equipped weapon is reloaded up to 100%.",
			Image = "BloodForgeMod.png",
			InternalName = "/Lotus/Powersuits/Garuda/GarudaBloodAugmentCard",
			Introduced = "27.1",
			CodexSecret = false,
			IsAbilityAugment = true,
			Link = "Blood Forge",
			MaxRank = 3,
			Name = "Blood Forge",
			Polarity = "Zenurik",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Garuda" 
		},
		["Blood Rush"] = {
			BaseDrain = 4,
			Description = "+40% Critical Chance stacks with Combo Multiplier",
			Image = "BloodRushMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Melee/Event/ComboCritChanceMod",
			Introduced = "18.4.1",
			CodexSecret = false,
			Link = "Blood Rush",
			MaxRank = 10,
			Name = "Blood Rush",
			Polarity = "Madurai",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = false,
			Type = "Melee" 
		},
		Blunderbuss = {
			BaseDrain = 4,
			Description = "+90% Critical Chance",
			Image = "BlunderbussModU145.png",
			Incompatible = { "Critical Deceleration" },
			InternalName = "/Lotus/Upgrades/Mods/Shotgun/WeaponCritChanceMod",
			Introduced = "0",
			CodexSecret = false,
			Link = "Blunderbuss",
			MaxRank = 5,
			Name = "Blunderbuss",
			Polarity = "Madurai",
			Rarity = "Common",
			Tradable = true,
			Transmutable = true,
			Type = "Shotgun" 
		},
		["Body Count"] = {
			BaseDrain = 4,
			Description = "+12s Combo Duration",
			Image = "BodyCountMod.png",
			Incompatible = { "Amalgam Furax Body Count" },
			InternalName = "/Lotus/Upgrades/Mods/Melee/Event/ComboDurationMod",
			Introduced = "18.4.1",
			CodexSecret = false,
			Link = "Body Count",
			MaxRank = 5,
			Name = "Body Count",
			Polarity = "Naramon",
			Rarity = "Common",
			Tradable = true,
			Transmutable = false,
			Type = "Melee" 
		},
		["Bomb The Landin'"] = {
			BaseDrain = 6,
			Description = "Tap and Hold Grind in the air to execute a 20m Slam Shockwave.",
			Image = "BombTheLandin'Mod.png",
			InternalName = "/Lotus/Upgrades/Mods/Hoverboard/HBGrindSlamMod",
			Introduced = "29",
			CodexSecret = false,
			Link = "Bomb The Landin'",
			MaxRank = 3,
			Name = "Bomb The Landin'",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "K-Drive" 
		},
		Bore = {
			BaseDrain = 6,
			Description = "+120% <DT_PUNCTURE>Puncture",
			Image = "BoreModU145.png",
			InternalName = "/Lotus/Upgrades/Mods/Pistol/WeaponEventPunctureDamageMod",
			Introduced = "15.5",
			CodexSecret = false,
			Link = "Bore",
			MaxRank = 5,
			Name = "Bore",
			Polarity = "Naramon",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Pistol" 
		},
		Botanist = {
			BaseDrain = 4,
			Description = "Oxylus Sentinel will scan plants within 50m over 2s. This consumes codex scanner charges.",
			Image = "BotanistMod.png",
			InternalName = "/Lotus/Types/Sentinels/SentinelPrecepts/PlantScannerPrecept",
			Introduced = "29",
			CodexSecret = false,
			Link = "Botanist",
			MaxRank = 5,
			Name = "Botanist",
			Polarity = "Penjaga",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Oxylus" 
		},
		["Bounty Hunter"] = {
			BaseDrain = 2,
			Conclave = true,
			Description = "Reveals target on Minimap for +6s.",
			Image = "BountyHunter.png",
			InternalName = "/Lotus/Upgrades/Mods/PvPMods/Shotgun/MarkTargetShotgunMod",
			Introduced = "16",
			CodexSecret = false,
			Link = "Bounty Hunter",
			MaxRank = 5,
			Name = "Bounty Hunter",
			Polarity = "Naramon",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = false,
			Type = "Shotgun" 
		},
		["Brain Storm"] = {
			BaseDrain = 10,
			Conclave = true,
			Description = "On Headshot: +100% Ammo Efficiency for 0.5s",
			Image = "Brainstorm.png",
			InternalName = "/Lotus/Upgrades/Mods/PvPMods/Rifle/GrakataUnlimitedAmmo",
			Introduced = "18.5",
			CodexSecret = false,
			IsWeaponAugment = true,
			Link = "Brain Storm",
			MaxRank = 3,
			Name = "Brain Storm",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Grakata" 
		},
		["Breach Loader"] = {
			BaseDrain = 6,
			Description = "+120% <DT_PUNCTURE>Puncture",
			Image = "BreachLoaderModU145.png",
			InternalName = "/Lotus/Upgrades/Mods/Shotgun/WeaponEventPunctureDamageMod",
			Introduced = "15.5",
			CodexSecret = false,
			Link = "Breach Loader",
			MaxRank = 5,
			Name = "Breach Loader",
			Polarity = "Naramon",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Shotgun" 
		},
		["Breach Quanta"] = {
			Description = "Temporarily stall Hull Breach for 45s\r\nCooldown: 300s",
			Image = "BreachQuantaMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Railjack/Tactical/BreachRepair",
			Introduced = "27.0",
			CodexSecret = false,
			Link = "Breach Quanta",
			MaxRank = 5,
			Name = "Breach Quanta",
			Polarity = "Universal",
			Rarity = "Common",
			Tradable = true,
			Transmutable = false,
			Type = "Railjack (Tactical, Slot 1)" 
		},
		["Brief Respite"] = {
			BaseDrain = -2,
			Description = "Converts 150% of Energy spent to Shields while Overshields are inactive.",
			Image = "BriefRespiteMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Aura/FairyQuest/FairyQuestAbilityToShieldsAuraMod",
			Introduced = "The Silver Grove",
			CodexSecret = false,
			Link = "Brief Respite",
			MaxRank = 5,
			Name = "Brief Respite",
			Polarity = "Zenurik",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = false,
			Type = "Aura" 
		},
		["Bright Purity"] = {
			BaseDrain = 4,
			Description = "+100% Melee Damage\r\n+1 'Purity'",
			Image = "BrightPurity.png",
			InternalName = "/Lotus/Upgrades/Mods/Syndicate/SkanaMod",
			Introduced = "15",
			CodexSecret = false,
			IsWeaponAugment = true,
			Link = "Bright Purity",
			MaxRank = 3,
			Name = "Bright Purity",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Skana" 
		},
		["Broad Eye"] = {
			BaseDrain = 2,
			Conclave = true,
			Description = "-60% Zoom while Aim Gliding",
			Image = "BroadEye.png",
			InternalName = "/Lotus/Upgrades/Mods/PvPMods/Shotgun/HigherAirAimFoVShotgunMod",
			Introduced = "17.4",
			CodexSecret = false,
			IsExilus = true,
			Link = "Broad Eye",
			MaxRank = 5,
			Name = "Broad Eye",
			Polarity = "Naramon",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = false,
			Type = "Shotgun" 
		},
		["Brutal Tide"] = {
			BaseDrain = -2,
			Description = "Round-house attacks and leaping fists.",
			Image = "BrutalTideMod.png",
			InternalName = "/Lotus/Weapons/Tenno/Melee/MeleeTrees/PunchKickCmbTwoMeleeTree",
			Introduced = "13",
			CodexSecret = false,
			Link = "Brutal Tide",
			MaxRank = 3,
			Name = "Brutal Tide",
			Polarity = "Naramon",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = true,
			Type = "Sparring" 
		},
		["Bullet Dance"] = {
			BaseDrain = -2,
			Description = "Sharpened blades dance with gunfire.",
			Image = "BulletDanceMod.png",
			InternalName = "/Lotus/Weapons/Tenno/Melee/MeleeTrees/GunbladeCmbTwoMeleeTree",
			Introduced = "The Silver Grove",
			CodexSecret = false,
			Link = "Bullet Dance",
			MaxRank = 3,
			Name = "Bullet Dance",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = true,
			Type = "Gunblade" 
		},
		["Burdened Magazine"] = {
			BaseDrain = 6,
			Description = "+60% Magazine Capacity\r\n-18% Reload Speed",
			Image = "BurdenedMagazineModU145.png",
			InternalName = "/Lotus/Upgrades/Mods/Shotgun/DualStat/CorruptedMaxClipReloadSpeedShotgun",
			Introduced = "10.3",
			CodexSecret = false,
			Link = "Burdened Magazine",
			MaxRank = 5,
			Name = "Burdened Magazine",
			Polarity = "Naramon",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Shotgun" 
		},
		["Burning Wasp"] = {
			BaseDrain = -2,
			Description = "Chaining combos.",
			Image = "BurningWaspMod.png",
			InternalName = "/Lotus/Weapons/Tenno/Melee/MeleeTrees/WhipCmbOneMeleeTree",
			Introduced = "13",
			CodexSecret = false,
			Link = "Burning Wasp",
			MaxRank = 3,
			Name = "Burning Wasp",
			Polarity = "Vazarin",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = true,
			Type = "Whips" 
		},
		["Bursting Mass"] = {
			BaseDrain = 4,
			Description = "The infested mass accumulates 200% of the damage that goes through it and deals it in 15m radius when it expires. Secondary fire will manually detonate an existing mass.",
			Image = "BurstingMass.png",
			InternalName = "/Lotus/Upgrades/Mods/Rifle/Event/Arbitration/InfCrpShockSwarmRifleArbitrationMod",
			Introduced = "24.3",
			CodexSecret = false,
			IsWeaponAugment = true,
			Link = "Bursting Mass",
			MaxRank = 5,
			Name = "Bursting Mass",
			Polarity = "Naramon",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Mutalist Quanta" 
		},
		["Buzz Kill"] = {
			BaseDrain = 6,
			Description = "+120% <DT_SLASH>Slash",
			Image = "BuzzKillModU145.png",
			InternalName = "/Lotus/Upgrades/Mods/Melee/WeaponEventSlashDamageMod",
			Introduced = "14.7",
			CodexSecret = false,
			Link = "Buzz Kill",
			MaxRank = 5,
			Name = "Buzz Kill",
			Polarity = "Naramon",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Melee" 
		},
		["Calculated Redirection"] = {
			BaseDrain = 4,
			Description = "+275% Shield Capacity",
			Image = "CalculatedRedirectionMod.png",
			Incompatible = { "Link Shields" },
			InternalName = "/Lotus/Upgrades/Mods/Sentinel/SentinelShieldMaxMod",
			Introduced = "7",
			CodexSecret = false,
			Link = "Calculated Redirection",
			MaxRank = 10,
			Name = "Calculated Redirection",
			Polarity = "Vazarin",
			Rarity = "Common",
			Tradable = true,
			Transmutable = true,
			Type = "Companion" 
		},
		["Calculated Shot"] = {
			BaseDrain = 0,
			Description = "Sentinel charges a powerful shot and fires at the first enemy within 70m.",
			Image = "Calculated Shot 19.6.3.png",
			InternalName = "/Lotus/Types/Sentinels/SentinelPrecepts/HeadShot",
			Introduced = "17.3",
			CodexSecret = false,
			Link = "Calculated Shot",
			MaxRank = 5,
			Name = "Calculated Shot",
			Polarity = "Penjaga",
			Rarity = "Common",
			Tradable = true,
			Transmutable = false,
			Type = "Diriga" 
		},
		["Calculated Spring"] = {
			BaseDrain = 2,
			Conclave = true,
			Description = "-10% Mobility\r\n+25% Health",
			Image = "CalculatedSpring.png",
			InternalName = "/Lotus/Upgrades/Mods/PvPMods/Warframe/MoreHealthLessBulletJumpMod",
			Introduced = "17.8",
			CodexSecret = false,
			IsExilus = true,
			Link = "Calculated Spring",
			MaxRank = 3,
			Name = "Calculated Spring",
			Polarity = "Naramon",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = false,
			Type = "Warframe" 
		},
		["Calculated Victory"] = {
			BaseDrain = 10,
			Conclave = true,
			Description = "On Kill:-100% Shield Recharge Delay for 10s\r\n-25% from Health Orbs",
			Image = "CalculatedVictoryMod.png",
			InternalName = "/Lotus/Upgrades/Mods/PvPMods/Pistol/RestoreShieldsOnKillMod",
			Introduced = "16.5",
			CodexSecret = false,
			Link = "Calculated Victory",
			MaxRank = 3,
			Name = "Calculated Victory",
			Polarity = "Vazarin",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Pistol" 
		},
		["Calm & Frenzy"] = {
			BaseDrain = 6,
			Description = "Rest & Rage Augment: Killing an affected enemy causes the effect to spread to enemies within 5m for 100% of the remaining duration.",
			Image = "Calm&Frenzy2.png",
			InternalName = "/Lotus/Powersuits/YinYang/YinYangTargetAugmentCard",
			Introduced = "18.4.7",
			CodexSecret = false,
			IsAbilityAugment = true,
			Link = "Calm & Frenzy",
			MaxRank = 3,
			Name = "Calm & Frenzy",
			Polarity = "Zenurik",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Equinox" 
		},
		Cannonade = {
			_IgnoreEntry = true,
			BaseDrain = 6,
			Description = "+30% Chance to Explode (Use with Caution)",
			Image = "Cannonade.png",
			InternalName = "/Lotus/Upgrades/Mods/Pistol/ProjectileExplosionChanceMod",
			Link = "Cannonade",
			MaxRank = 3,
			Name = "Cannonade",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Pistol" 
		},
		Capacitance = {
			BaseDrain = 6,
			Description = "Discharge Augment: Converts 3% of Damage dealt into Shields split between Volt and Squadmates.",
			Image = "Capacitance2.png",
			InternalName = "/Lotus/Powersuits/Volt/OverloadAugmentCard",
			Introduced = "16.2",
			CodexSecret = false,
			IsAbilityAugment = true,
			Link = "Capacitance",
			MaxRank = 3,
			Name = "Capacitance",
			Polarity = "Zenurik",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Volt" 
		},
		["Carnis Carapace"] = {
			BaseDrain = 4,
			Description = "+60% Armor\r\n+90% Health",
			Image = "CarnisCarapaceMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Sets/Ashen/AshenCarapaceMod",
			Introduced = "29",
			CodexSecret = false,
			Link = "Carnis Carapace",
			MaxRank = 5,
			Name = "Carnis Carapace",
			Polarity = "Vazarin",
			Rarity = "Uncommon",
			Set = "Carnis Set",
			Tradable = true,
			Transmutable = false,
			Type = "Warframe" 
		},
		["Carnis Mandible"] = {
			BaseDrain = 4,
			Description = "+90% <DT_SLASH>Slash\r\n+60% Status Chance",
			Image = "CarnisMandibleMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Sets/Ashen/AshenMandibleMod",
			Introduced = "29",
			CodexSecret = false,
			Link = "Carnis Mandible",
			MaxRank = 5,
			Name = "Carnis Mandible",
			Polarity = "Naramon",
			Rarity = "Common",
			Set = "Carnis Set",
			Tradable = true,
			Transmutable = false,
			Type = "Melee" 
		},
		["Carnis Stinger"] = {
			BaseDrain = 4,
			Description = "+90% <DT_SLASH>Slash\r\n+60% Status Chance",
			Image = "CarnisStingerMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Sets/Ashen/AshenStingerMod",
			Introduced = "29",
			CodexSecret = false,
			Link = "Carnis Stinger",
			MaxRank = 5,
			Name = "Carnis Stinger",
			Polarity = "Naramon",
			Rarity = "Rare",
			Set = "Carnis Set",
			Tradable = true,
			Transmutable = false,
			Type = "Pistol" 
		},
		["Carving Mantis"] = {
			BaseDrain = -2,
			Description = "Strong slashes and quick stabs that keeps momentum forward.",
			Image = "CarvingMantisMod.png",
			InternalName = "/Lotus/Weapons/Tenno/Melee/MeleeTrees/DualSwordCmbThreeMeleeTree",
			Introduced = "22",
			CodexSecret = false,
			Link = "Carving Mantis",
			MaxRank = 3,
			Name = "Carving Mantis",
			Polarity = "Naramon",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = true,
			Type = "Dual Swords" 
		},
		["Cat's Eye"] = {
			BaseDrain = 0,
			Description = "Adarza Kavat grants 60% increased critical chance for 10s to allies within 25m every 20s.",
			Image = "Cat's Eye 19.6.3.png",
			InternalName = "/Lotus/Types/Friendly/Pets/CatbrowPetPrecepts/CatbrowCatsEyePrecept",
			Introduced = "Specters of the Rail",
			CodexSecret = false,
			Link = "Cat's Eye",
			MaxRank = 3,
			Name = "Cat's Eye",
			Polarity = "Penjaga",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Adarza Kavat" 
		},
		["Cataclysmic Continuum"] = {
			BaseDrain = 6,
			Description = "Cataclysm Augment: Duration increased by 1s for each enemy killed.",
			Image = "CataclysmicContinuum2.png",
			InternalName = "/Lotus/Powersuits/Magician/TearInSpaceAugmentCard",
			Introduced = "16.7",
			CodexSecret = false,
			IsAbilityAugment = true,
			Link = "Cataclysmic Continuum",
			MaxRank = 3,
			Name = "Cataclysmic Continuum",
			Polarity = "Zenurik",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Limbo" 
		},
		["Catalyzer Link"] = {
			BaseDrain = 4,
			Description = "On Ability Cast: +60% Status Chance when Aiming for 9s",
			Image = "CatalyzerLinkMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Rifle/Event/StatusProcWhileAimingRifleMod",
			Introduced = "18.4.1",
			CodexSecret = false,
			Link = "Catalyzer Link",
			MaxRank = 5,
			Name = "Catalyzer Link",
			Polarity = "Madurai",
			Rarity = "Common",
			Tradable = true,
			Transmutable = false,
			Type = "Rifle" 
		},
		Catapult = {
			BaseDrain = 6,
			Description = "Pulverize Augment: <SECONDARY_FIRE> to launch Grendel in your aim direction. Costs 10<ENERGY>.",
			Image = "CatapultMod.png",
			InternalName = "/Lotus/Powersuits/Devourer/DevourerBowlAugmentCard",
			Introduced = "27.3.14",
			CodexSecret = false,
			IsAbilityAugment = true,
			IsExilus = true,
			Link = "Catapult",
			MaxRank = 3,
			Name = "Catapult",
			Polarity = "Zenurik",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Grendel" 
		},
		["Cautious Shot"] = {
			BaseDrain = 0,
			Description = "+100% chance to reduce the Stagger effect from self-imposed Radial Attacks",
			Image = "CautiousShot.png",
			InternalName = "/Lotus/Upgrades/Mods/Rifle/WeaponResistSelfDamageMod",
			Introduced = "23.10",
			CodexSecret = false,
			IsExilus = true,
			Link = "Cautious Shot",
			MaxRank = 10,
			Name = "Cautious Shot",
			Polarity = "Naramon",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Rifle" 
		},
		["Celestial Nightfall"] = {
			BaseDrain = -2,
			Conclave = true,
			Description = "Fighting form devised for Conclave.",
			Image = "CelestialNightfallMod.png",
			InternalName = "/Lotus/Upgrades/Mods/PvPMods/Stances/PvPGlaiveStanceOne",
			Introduced = "Specters of the Rail",
			CodexSecret = false,
			Link = "Celestial Nightfall",
			MaxRank = 3,
			Name = "Celestial Nightfall",
			Polarity = "Naramon",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = false,
			Type = "Glaives" 
		},
		["Celestial Stomp"] = {
			BaseDrain = 6,
			Description = "Celestial Twin Augment: Hold to command the twin to perform a slam attack suspending enemies in the air within 20m for 25 Energy.",
			Image = "CelestialStompMod.png",
			InternalName = "/Lotus/Powersuits/MonkeyKing/MonkeyPokeAugmentCard",
			Introduced = "25.2",
			CodexSecret = false,
			IsAbilityAugment = true,
			Link = "Celestial Stomp",
			MaxRank = 3,
			Name = "Celestial Stomp",
			Polarity = "Zenurik",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Wukong" 
		},
		["Chaos Sphere"] = {
			BaseDrain = 6,
			Description = "Chaos Augment: Enemies entering the Effect Range will be inflicted with Chaos. Effect Range lasts for 50% of the ability duration and shrinks over time.",
			Image = "ChaosSphere2.png",
			InternalName = "/Lotus/Powersuits/Jade/ChaosAugmentCard",
			Introduced = "16.6",
			CodexSecret = false,
			IsAbilityAugment = true,
			Link = "Chaos Sphere",
			MaxRank = 3,
			Name = "Chaos Sphere",
			Polarity = "Zenurik",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Nyx" 
		},
		["Charged Bullets"] = {
			BaseDrain = 4,
			Description = "+60% <DT_ELECTRICITY>Electricity\r\n+60% Status Chance",
			Image = "ChargedBulletsMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Archwing/Rifle/ArchwingEventElectricStatusRifleMod",
			Introduced = "24",
			CodexSecret = false,
			Link = "Charged Bullets",
			MaxRank = 3,
			Name = "Charged Bullets",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Archgun" 
		},
		["Charged Chamber"] = {
			BaseDrain = 6,
			Description = "+40% Damage on first shot in Magazine",
			Image = "ChargedChamberMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Rifle/SniperReloadDamageMod",
			Introduced = "8",
			CodexSecret = false,
			Link = "Charged Chamber",
			MaxRank = 5,
			Name = "Charged Chamber",
			Polarity = "Madurai",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = true,
			Type = "Sniper" 
		},
		["Charged Shell"] = {
			BaseDrain = 4,
			Description = "+90% <DT_ELECTRICITY>Electricity",
			Image = "ChargedShellModU145.png",
			Incompatible = { "Primed Charged Shell", "Flawed Charged Shell" },
			InternalName = "/Lotus/Upgrades/Mods/Shotgun/WeaponElectricityDamageMod",
			Introduced = "0",
			CodexSecret = false,
			Link = "Charged Shell",
			MaxRank = 5,
			Name = "Charged Shell",
			Polarity = "Naramon",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = true,
			Type = "Shotgun" 
		},
		Charm = {
			BaseDrain = 0,
			Description = "Smeeta Kavat has a 28% chance every 27s to bestow its owner with good fortune.",
			Image = "Charm 19.6.3.png",
			InternalName = "/Lotus/Types/Friendly/Pets/CatbrowPetPrecepts/CatbrowLuckPrecept",
			Introduced = "Specters of the Rail",
			CodexSecret = false,
			Link = "Charm",
			MaxRank = 3,
			Name = "Charm",
			Polarity = "Penjaga",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Smeeta Kavat" 
		},
		["Chilling Globe"] = {
			BaseDrain = 6,
			Description = "Snow Globe Augment: Enemies that enter have a 50% chance to become frozen solid for 8s.",
			Image = "ChillingGlobe2.png",
			InternalName = "/Lotus/Powersuits/Frost/IceShieldAugmentCard",
			Introduced = "16",
			CodexSecret = false,
			IsAbilityAugment = true,
			Link = "Chilling Globe",
			MaxRank = 3,
			Name = "Chilling Globe",
			Polarity = "Zenurik",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Frost" 
		},
		["Chilling Grasp"] = {
			BaseDrain = 2,
			Description = "+90% <DT_FREEZE>Cold",
			Image = "ChillingGraspModU161.png",
			Incompatible = { "Primed Chilling Grasp" },
			InternalName = "/Lotus/Upgrades/Mods/Shotgun/WeaponFreezeDamageMod",
			Introduced = "0",
			CodexSecret = false,
			Link = "Chilling Grasp",
			MaxRank = 5,
			Name = "Chilling Grasp",
			Polarity = "Vazarin",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = true,
			Type = "Shotgun" 
		},
		["Chilling Reload"] = {
			BaseDrain = 2,
			Description = "+60% <DT_FREEZE>Cold\r\n+40% Reload Speed",
			Image = "ChillingReloadMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Shotgun/DualStat/ColdDmgReloadSpeedMod",
			Introduced = "Recurring Nightmares",
			CodexSecret = false,
			Link = "Chilling Reload",
			MaxRank = 3,
			Name = "Chilling Reload",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Shotgun" 
		},
		["Chromatic Blade"] = {
			BaseDrain = 6,
			Description = "Exalted Blade Augment: Exalted Blade's Damage Type changes depending on Excalibur's Emissive Color, and Status Chance is increased by 300%.",
			Image = "ChromaticBladeMod.png",
			InternalName = "/Lotus/Powersuits/Excalibur/SwordOfDoomAugmentCard",
			Introduced = "20.7",
			CodexSecret = false,
			IsAbilityAugment = true,
			Link = "Chromatic Blade",
			MaxRank = 3,
			Name = "Chromatic Blade",
			Polarity = "Zenurik",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Excalibur" 
		},
		["Clashing Forest"] = {
			BaseDrain = -2,
			Description = "Arcing strikes and focused combos.",
			Image = "ClashingForestMod.png",
			InternalName = "/Lotus/Weapons/Tenno/Melee/MeleeTrees/StaffCmbOneMeleeTree",
			Introduced = "13",
			CodexSecret = false,
			Link = "Clashing Forest",
			MaxRank = 3,
			Name = "Clashing Forest",
			Polarity = "Madurai",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = true,
			Type = "Staves" 
		},
		["Cleanse Corpus"] = {
			BaseDrain = 2,
			Description = "+30% Damage to Corpus",
			Image = "CleanseCorpusModU145.png",
			Incompatible = { "Primed Cleanse Corpus" },
			InternalName = "/Lotus/Upgrades/Mods/Shotgun/WeaponShotgunFactionDamageCorpus",
			Introduced = "9",
			CodexSecret = false,
			Link = "Cleanse Corpus",
			MaxRank = 5,
			Name = "Cleanse Corpus",
			Polarity = "Madurai",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = true,
			Type = "Shotgun" 
		},
		["Cleanse Corrupted"] = {
			BaseDrain = 4,
			Description = "+30% Damage to Corrupted",
			Image = "CleanseCorruptedMod.png",
			Incompatible = { "Primed Cleanse Corrupted" },
			InternalName = "/Lotus/Upgrades/Mods/Shotgun/WeaponShotgunFactionDamageCorrupted",
			Introduced = "21",
			CodexSecret = false,
			Link = "Cleanse Corrupted",
			MaxRank = 5,
			Name = "Cleanse Corrupted",
			Polarity = "Madurai",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = true,
			Type = "Shotgun" 
		},
		["Cleanse Grineer"] = {
			BaseDrain = 2,
			Description = "+30% Damage to Grineer",
			Image = "CleanseGrineerModU145.png",
			Incompatible = { "Primed Cleanse Grineer" },
			InternalName = "/Lotus/Upgrades/Mods/Shotgun/WeaponShotgunFactionDamageGrineer",
			Introduced = "9",
			CodexSecret = false,
			Link = "Cleanse Grineer",
			MaxRank = 5,
			Name = "Cleanse Grineer",
			Polarity = "Madurai",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = true,
			Type = "Shotgun" 
		},
		["Cleanse Infested"] = {
			BaseDrain = 2,
			Description = "+30% Damage to Infested",
			Image = "CleanseInfestedModU145.png",
			Incompatible = { "Primed Cleanse Infested" },
			InternalName = "/Lotus/Upgrades/Mods/Shotgun/WeaponShotgunFactionDamageInfested",
			Introduced = "9",
			CodexSecret = false,
			Link = "Cleanse Infested",
			MaxRank = 5,
			Name = "Cleanse Infested",
			Polarity = "Madurai",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = true,
			Type = "Shotgun" 
		},
		["Cleaving Whirlwind"] = {
			BaseDrain = -2,
			Description = "Arcing cuts with spinning finish.",
			Image = "CleavingWhirlwindMod.png",
			InternalName = "/Lotus/Weapons/Tenno/Melee/MeleeTrees/AxeCmbTwoMeleeTree",
			Introduced = "13",
			CodexSecret = false,
			Link = "Cleaving Whirlwind",
			MaxRank = 3,
			Name = "Cleaving Whirlwind",
			Polarity = "Vazarin",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = true,
			Type = "Heavy Blade" 
		},
		["Coaction Drift"] = {
			BaseDrain = 4,
			Description = "+15% Aura Strength\r\n+15% Aura Effectiveness",
			Image = "CoactionDriftMod.png",
			InternalName = "/Lotus/Upgrades/Mods/OrokinChallenge/OrokinChallengeModCollaboration",
			Introduced = "18",
			CodexSecret = false,
			IsExilus = true,
			Link = "Coaction Drift",
			MaxRank = 5,
			Name = "Coaction Drift",
			Polarity = "Naramon",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Warframe" 
		},
		["Coiling Viper"] = {
			BaseDrain = -2,
			Description = "Powerful arcing strikes with energetic flips.",
			Image = "CoilingViperMod.png",
			InternalName = "/Lotus/Weapons/Tenno/Melee/MeleeTrees/WhipCmbTwoMeleeTree",
			Introduced = "13",
			CodexSecret = false,
			Link = "Coiling Viper",
			MaxRank = 3,
			Name = "Coiling Viper",
			Polarity = "Zenurik",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = true,
			Type = "Whips" 
		},
		["Cold Arrival"] = {
			BaseDrain = 4,
			Description = "Dismounting deals 400 <DT_FREEZE>Cold Damage to enemies within 4m.",
			Image = "ColdArrivalMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Hoverboard/HBColdLeakMod",
			Introduced = "24.2",
			CodexSecret = false,
			Link = "Cold Arrival",
			MaxRank = 3,
			Name = "Cold Arrival",
			Polarity = "Madurai",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = false,
			Type = "K-Drive" 
		},
		["Cold Snap"] = {
			BaseDrain = 6,
			Description = "Cosmic Crush Augment: The black hole saps the area of heat, freezing enemies in range. Enemies near the black hole are completely frozen for 5s.",
			Image = "Cold Snap.png",
			InternalName = "/Lotus/Powersuits/Archwing/StealthJetPack/GravInstabilityAugmentCard",
			Introduced = "Specters of the Rail",
			CodexSecret = false,
			IsAbilityAugment = true,
			Link = "Cold Snap",
			MaxRank = 3,
			Name = "Cold Snap",
			Polarity = "Zenurik",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Itzal" 
		},
		["Collision Force"] = {
			BaseDrain = 6,
			Description = "+120% <DT_IMPACT>Impact",
			Image = "CollisionForce.png",
			InternalName = "/Lotus/Upgrades/Mods/Melee/WeaponEventMeleeImpactDamageMod",
			Introduced = "16.4",
			CodexSecret = false,
			Link = "Collision Force",
			MaxRank = 5,
			Name = "Collision Force",
			Polarity = "Naramon",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Melee" 
		},
		["Combat Discipline"] = {
			BaseDrain = -2,
			Description = "Lose 10 Health on kill Allies gain 20 Health on kill",
			Image = "CombatDisciplineMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Aura/WarframeAuraBloodLetterMod",
			Introduced = "25.7.6",
			CodexSecret = false,
			Link = "Combat Discipline",
			MaxRank = 5,
			Name = "Combat Discipline",
			Polarity = "Vazarin",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Aura" 
		},
		["Combo Fury"] = {
			BaseDrain = 4,
			Description = "On Melee Kill: +100% Reload Speed+100% Magazine Capacity for 12s on Secondary Weapon",
			Image = "ComboFuryMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Melee/WeaponGlaiveOnKillBuffSecondary",
			Introduced = "29.2.3",
			CodexSecret = false,
			Link = "Combo Fury",
			MaxRank = 5,
			Name = "Combo Fury",
			Polarity = "Naramon",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Glaive" 
		},
		["Combo Killer"] = {
			BaseDrain = 2,
			Description = "+5s Combo Duration\r\nOn Kill with Secondary Weapon: Reset Melee Combo Timer",
			Image = "ComboKillerMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Melee/WeaponGlaiveSecondaryHeadshotKillMod",
			Introduced = "29.3.2",
			CodexSecret = false,
			Link = "Combo Killer",
			MaxRank = 5,
			Name = "Combo Killer",
			Polarity = "Naramon",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = false,
			Type = "Glaive" 
		},
		["Combustion Beam"] = {
			BaseDrain = 4,
			Description = "Enemies killed explode, dealing 600 Damage shortly after death.",
			Image = "CombustionBeamMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Rifle/WeaponBeamExplodeOnDeath",
			Introduced = "17",
			CodexSecret = false,
			Link = "Combustion Beam",
			MaxRank = 5,
			Name = "Combustion Beam",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = true,
			Type = "Primary" 
		},
		["Combustion Rounds"] = {
			BaseDrain = 4,
			Description = "+120% <DT_FIRE>Heat",
			Image = "CombustionRounds.png",
			InternalName = "/Lotus/Upgrades/Mods/Archwing/Rifle/ArchwingWeaponFireDamageMod",
			Introduced = "15",
			CodexSecret = false,
			Link = "Combustion Rounds",
			MaxRank = 5,
			Name = "Combustion Rounds",
			Polarity = "Madurai",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = false,
			Type = "Archgun" 
		},
		["Comet Blast"] = {
			BaseDrain = 2,
			Description = "+90% <DT_IMPACT>Impact",
			Image = "CometBlastMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Archwing/Rifle/ArchwingDualStatImpactStatusMod",
			Introduced = "Specters of the Rail",
			CodexSecret = false,
			Link = "Comet Blast",
			MaxRank = 5,
			Name = "Comet Blast",
			Polarity = "Naramon",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Archgun" 
		},
		["Comet Rounds"] = {
			BaseDrain = 2,
			Conclave = true,
			Description = "20% of Damage converted into <DT_IMPACT>Impact",
			Image = "CometRounds.png",
			Incompatible = { "Ripper Rounds", "Serrated Rounds" },
			InternalName = "/Lotus/Upgrades/Mods/PvPMods/Rifle/DamageBiasImpactRifleMod",
			Introduced = "17",
			CodexSecret = false,
			Link = "Comet Rounds",
			MaxRank = 3,
			Name = "Comet Rounds",
			Polarity = "Madurai",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = false,
			Type = "Rifle" 
		},
		["Concealed Explosives"] = {
			BaseDrain = 6,
			Description = "+80% Chance to Explode (Use with Caution)",
			Image = "ConcealedExplosivesMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Pistol/ThrowingExplosionChanceMod",
			Introduced = "17",
			CodexSecret = false,
			Link = "Concealed Explosives",
			MaxRank = 3,
			Name = "Concealed Explosives",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = true,
			Type = "Thrown" 
		},
		["Concentrated Arrow"] = {
			BaseDrain = 6,
			Description = "Artemis Bow Augment: Fires a single arrow that has +50% Critical Chance on Headshots and explodes in a 7m radius. Removes Punch Through.",
			Image = "ConcentratedArrow.png",
			InternalName = "/Lotus/Powersuits/Ranger/RangerBowAugmentCard",
			Introduced = "22.17.3",
			CodexSecret = false,
			IsAbilityAugment = true,
			Link = "Concentrated Arrow",
			MaxRank = 3,
			Name = "Concentrated Arrow",
			Polarity = "Zenurik",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Ivara" 
		},
		["Concussion Rounds"] = {
			BaseDrain = 2,
			Description = "+60% <DT_IMPACT>Impact",
			Image = "ConcussionRoundsModU145.png",
			InternalName = "/Lotus/Upgrades/Mods/Pistol/WeaponImpactDamageMod",
			Introduced = "11",
			CodexSecret = false,
			Link = "Concussion Rounds",
			MaxRank = 5,
			Name = "Concussion Rounds",
			Polarity = "Naramon",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = true,
			Type = "Pistol" 
		},
		["Condition Overload"] = {
			BaseDrain = 10,
			Description = "+80% Melee Damage per Status Type affecting the target",
			Image = "ConditionOverloadMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Melee/WeaponDamageIfVictimProcActive",
			Introduced = "19.2",
			CodexSecret = false,
			Link = "Condition Overload",
			MaxRank = 5,
			Name = "Condition Overload",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = true,
			Type = "Melee" 
		},
		["Conductive Blade"] = {
			BaseDrain = 6,
			Description = "+120% <DT_ELECTRICITY>Electricity",
			Image = "ConductiveBladeMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Archwing/Melee/ArchwingWeaponElectricityDamageMod",
			Introduced = "15",
			CodexSecret = false,
			Link = "Conductive Blade",
			MaxRank = 5,
			Name = "Conductive Blade",
			Polarity = "Naramon",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = false,
			Type = "Archmelee" 
		},
		Conductor = {
			BaseDrain = 6,
			Description = "Resonator Augment: Reactivate the ability to command Resonator to move to your aim point at 150% Speed.",
			Image = "Conductor.png",
			InternalName = "/Lotus/Powersuits/Bard/BardCharmAugmentCard",
			Introduced = "23.7",
			CodexSecret = false,
			IsAbilityAugment = true,
			IsExilus = true,
			Link = "Conductor",
			MaxRank = 3,
			Name = "Conductor",
			Polarity = "Zenurik",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Octavia" 
		},
		["Conic Nozzle"] = {
			BaseDrain = 6,
			Description = "+25.5% Speed",
			Image = "ConicNozzleMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Railjack/Piloting/ZektiSpeed",
			Introduced = "27.0",
			CodexSecret = false,
			Link = "Conic Nozzle",
			MaxRank = 5,
			Name = "Conic Nozzle",
			Polarity = "Vazarin",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Plexus" 
		},
		Constitution = {
			BaseDrain = 10,
			Description = "+40% Faster Knockdown Recovery\r\n+28% Ability Duration",
			Image = "ConstitutionModU145.png",
			InternalName = "/Lotus/Upgrades/Mods/Warframe/DualStat/ConstitutionMod",
			Introduced = "9",
			CodexSecret = false,
			Link = "Constitution",
			MaxRank = 3,
			Name = "Constitution",
			Polarity = "Naramon",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Warframe" 
		},
		["Contagion Cloud"] = {
			BaseDrain = 6,
			Description = "Toxic Lash Augment: Create 5m toxic clouds, dealing 300 <DT_POISON>Toxin Damage/s for 12s with every kill. Damage is twice as strong for Melee kills.",
			Image = "ContagionCloudMod.png",
			InternalName = "/Lotus/Powersuits/Saryn/WeaponPoisonAugmentCard",
			Introduced = "16.7",
			CodexSecret = false,
			IsAbilityAugment = true,
			Link = "Contagion Cloud",
			MaxRank = 3,
			Name = "Contagion Cloud",
			Polarity = "Zenurik",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Saryn" 
		},
		["Contagious Spread"] = {
			BaseDrain = 4,
			Description = "+90% <DT_POISON>Toxin",
			Image = "ContagiousSpreadModU145.png",
			InternalName = "/Lotus/Upgrades/Mods/Shotgun/WeaponToxinDamageMod",
			Introduced = "11",
			CodexSecret = false,
			Link = "Contagious Spread",
			MaxRank = 5,
			Name = "Contagious Spread",
			Polarity = "Naramon",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = true,
			Type = "Shotgun" 
		},
		["Contamination Casing"] = {
			BaseDrain = 4,
			Description = "+60% <DT_POISON>Toxin\r\n+60% Status Chance",
			Image = "ContaminationCasingMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Archwing/Rifle/ArchwingEventToxinStatusRifleMod",
			Introduced = "24",
			CodexSecret = false,
			Link = "Contamination Casing",
			MaxRank = 3,
			Name = "Contamination Casing",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Archgun" 
		},
		Continuity = {
			BaseDrain = 2,
			Description = "+30% Ability Duration",
			Image = "ContinuityModU145.png",
			Incompatible = { "Primed Continuity", "Flawed Continuity" },
			InternalName = "/Lotus/Upgrades/Mods/Warframe/AvatarAbilityDurationMod",
			Introduced = "0",
			CodexSecret = false,
			Link = "Continuity",
			MaxRank = 5,
			Name = "Continuity",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = true,
			Type = "Warframe" 
		},
		["Continuous Misery"] = {
			BaseDrain = 4,
			Description = "+100% Status Duration",
			Image = "ContinuousMisery.png",
			InternalName = "/Lotus/Upgrades/Mods/Rifle/WeaponProcTimeMod",
			Introduced = "15",
			CodexSecret = false,
			Link = "Continuous Misery",
			MaxRank = 3,
			Name = "Continuous Misery",
			Polarity = "Madurai",
			Rarity = "Common",
			Tradable = true,
			Transmutable = true,
			Type = "Rifle" 
		},
		["Controlled Slide"] = {
			BaseDrain = 2,
			Description = "Disable Nezha's passive ability. Increase Ability Strength by 15%.",
			Image = "ControlledSlideMod.png",
			InternalName = "/Lotus/Powersuits/Nezha/NezhaDisablePassiveMod",
			Introduced = "27.3",
			CodexSecret = false,
			IsExilus = true,
			Link = "Controlled Slide",
			MaxRank = 5,
			Name = "Controlled Slide",
			Polarity = "Ability",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Nezha" 
		},
		Convulsion = {
			BaseDrain = 4,
			Description = "+90% <DT_ELECTRICITY>Electricity",
			Image = "ConvulsionModU145.png",
			Incompatible = { "Flawed Convulsion" },
			InternalName = "/Lotus/Upgrades/Mods/Pistol/WeaponElectricityDamageMod",
			Introduced = "0",
			CodexSecret = false,
			Link = "Convulsion",
			MaxRank = 5,
			Name = "Convulsion",
			Polarity = "Naramon",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = true,
			Type = "Pistol" 
		},
		["Coolant Leak"] = {
			BaseDrain = 4,
			Description = "Sentinel has a 3m freeze aura, slowing incoming enemies by 10%.",
			Image = "Coolant Leak 19.6.3.png",
			InternalName = "/Lotus/Types/Sentinels/SentinelPrecepts/CoolantLeak",
			Introduced = "10",
			CodexSecret = false,
			Link = "Coolant Leak",
			MaxRank = 0,
			Name = "Coolant Leak",
			Polarity = "Penjaga",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Robotic" 
		},
		Cordon = {
			BaseDrain = 2,
			Description = "Nautilus forces enemies within 30m of the target into clusters for easier targeting. Cooldown: 15s.",
			Image = "CordonMod.png",
			InternalName = "/Lotus/Types/Sentinels/SentinelPrecepts/GatherEnemies",
			Introduced = "29.10",
			CodexSecret = false,
			Link = "Cordon",
			MaxRank = 5,
			Name = "Cordon",
			Polarity = "Penjaga",
			Rarity = "Common",
			Tradable = true,
			Transmutable = false,
			Type = "Nautilus" 
		},
		["Corroding Barrage"] = {
			BaseDrain = 6,
			Description = "Tempest Barrage Augment: Each projectile has a 100% chance of inflicting a <DT_CORROSIVE>Corrosive Status Effect. Tempest Barrage gains 100% Ability Strength.",
			Image = "CorrodingBarrageMod.png",
			InternalName = "/Lotus/Powersuits/Pirate/CannonBarrageAugmentCard",
			Introduced = "19.2",
			CodexSecret = false,
			IsAbilityAugment = true,
			Link = "Corroding Barrage",
			MaxRank = 3,
			Name = "Corroding Barrage",
			Polarity = "Zenurik",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Hydroid" 
		},
		["Corrosive Projection"] = {
			BaseDrain = -2,
			Description = "-18% Armor",
			Image = "CorrosiveProjectionModU145.png",
			InternalName = "/Lotus/Upgrades/Mods/Aura/EnemyArmorReductionAuraMod",
			Introduced = "8",
			CodexSecret = false,
			Link = "Corrosive Projection",
			MaxRank = 5,
			Name = "Corrosive Projection",
			Polarity = "Naramon",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = false,
			Type = "Aura" 
		},
		["Corrupt Charge"] = {
			BaseDrain = 4,
			Description = "+30 Initial Combo\r\n-50% Combo Duration",
			Image = "CorruptChargeModU145.png",
			InternalName = "/Lotus/Upgrades/Mods/Melee/DualStat/CorruptedHeavyDamageChargeSpeedMod",
			Introduced = "10.3",
			CodexSecret = false,
			Link = "Corrupt Charge",
			MaxRank = 3,
			Name = "Corrupt Charge",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Melee" 
		},
		["Counter Pulse"] = {
			BaseDrain = 6,
			Description = "Polarize Augment: Enemy weapons are jammed and robotics are disabled for 4s when hit by Polarize.",
			Image = "CounterPulseMod.png",
			InternalName = "/Lotus/Powersuits/Mag/ShieldRegenAugmentCard",
			Introduced = "22.12",
			CodexSecret = false,
			IsAbilityAugment = true,
			Link = "Counter Pulse",
			MaxRank = 3,
			Name = "Counter Pulse",
			Polarity = "Zenurik",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Mag" 
		},
		Counterbalance = {
			BaseDrain = 6,
			Description = "-60% Weapon Recoil",
			Image = "CounterbalanceMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Shotgun/WeaponRecoilReductionMod",
			Introduced = "30.5",
			CodexSecret = false,
			IsExilus = true,
			Link = "Counterbalance",
			MaxRank = 3,
			Name = "Counterbalance",
			Polarity = "Naramon",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = true,
			Type = "Shotgun" 
		},
		Countermeasures = {
			BaseDrain = 0,
			Description = "Flares that distract enemy guided projectiles.",
			Image = "CountermeasuresMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Railjack/Abilities/CrewShipFlaresAbilityCard",
			Introduced = "27.0",
			CodexSecret = false,
			Link = "Countermeasures",
			MaxRank = 3,
			Name = "Countermeasures",
			Polarity = "Universal",
			Rarity = "Common",
			Tradable = true,
			Transmutable = false,
			Type = "Railjack (Battle, Slot 1)" 
		},
		Counterweight = {
			BaseDrain = 2,
			Conclave = true,
			Description = "20% of Damage converted into <DT_IMPACT>Impact",
			Image = "Counterweight.png",
			Incompatible = { "Serrated Edges", "Sharpened Blade" },
			InternalName = "/Lotus/Upgrades/Mods/PvPMods/Melee/DamageBiasImpactMeleeMod",
			Introduced = "17",
			CodexSecret = false,
			Link = "Counterweight",
			MaxRank = 3,
			Name = "Counterweight",
			Polarity = "Madurai",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = false,
			Type = "Melee" 
		},
		["Covert Lethality"] = {
			BaseDrain = 10,
			Description = "+16 Initial Combo\r\n+100% Finisher Damage",
			Image = "CovertLethalityNew.png",
			InternalName = "/Lotus/Upgrades/Mods/Melee/WeaponMeleeStealthLethalMod",
			Introduced = "17",
			CodexSecret = false,
			Link = "Covert Lethality",
			MaxRank = 3,
			Name = "Covert Lethality",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = true,
			Type = "Melee" 
		},
		["Crash Course"] = {
			BaseDrain = 6,
			Description = "+120% <DT_IMPACT>Impact",
			Image = "CrashCourse.png",
			InternalName = "/Lotus/Upgrades/Mods/Rifle/WeaponEventRifleImpactDamageMod",
			Introduced = "16.4",
			CodexSecret = false,
			Link = "Crash Course",
			MaxRank = 5,
			Name = "Crash Course",
			Polarity = "Naramon",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Rifle" 
		},
		["Crash Shot"] = {
			BaseDrain = 2,
			Conclave = true,
			Description = "20% of Damage converted into <DT_IMPACT>Impact",
			Image = "CrashShotMod.png",
			Incompatible = { "Flak Shot", "Shred Shot" },
			InternalName = "/Lotus/Upgrades/Mods/PvPMods/Shotgun/DamageBiasImpactShotgunMod",
			Introduced = "17",
			CodexSecret = false,
			Link = "Crash Shot",
			MaxRank = 3,
			Name = "Crash Shot",
			Polarity = "Madurai",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = false,
			Type = "Shotgun" 
		},
		["Crashing Havoc"] = {
			BaseDrain = -2,
			Conclave = true,
			Description = "Fighting form devised for Conclave.",
			Image = "CrashingHavocMod.png",
			InternalName = "/Lotus/Upgrades/Mods/PvPMods/Stances/PvPHammerStanceOne",
			Introduced = "Specters of the Rail",
			CodexSecret = false,
			Link = "Crashing Havoc",
			MaxRank = 3,
			Name = "Crashing Havoc",
			Polarity = "Vazarin",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = false,
			Type = "Hammers" 
		},
		["Crashing Timber"] = {
			BaseDrain = -2,
			Conclave = true,
			Description = "Fighting form devised for Conclave.",
			Image = "CrashingTimberMod.png",
			InternalName = "/Lotus/Upgrades/Mods/PvPMods/Stances/PvPStavesStanceOne",
			Introduced = "Specters of the Rail",
			CodexSecret = false,
			Link = "Crashing Timber",
			MaxRank = 3,
			Name = "Crashing Timber",
			Polarity = "Madurai",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = false,
			Type = "Staves" 
		},
		["Creeping Bullseye"] = {
			BaseDrain = 4,
			Description = "+200% Critical Chance\r\n-20% Fire Rate",
			Image = "CreepingBullseye.png",
			Incompatible = { "Pistol Gambit", "Primed Pistol Gambit", "Flawed Pistol Gambit" },
			InternalName = "/Lotus/Upgrades/Mods/Pistol/DualStat/CorruptedCritChanceFireRatePistol",
			Introduced = "15",
			CodexSecret = false,
			Link = "Creeping Bullseye",
			MaxRank = 5,
			Name = "Creeping Bullseye",
			Polarity = "Naramon",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Pistol" 
		},
		["Creeping Terrify"] = {
			BaseDrain = 6,
			Description = "Terrify Augment: Affected enemies have 60% reduced Movement Speed.",
			Image = "CreepingTerrify2.png",
			InternalName = "/Lotus/Powersuits/Necro/TerrorTotemAugmentCard",
			Introduced = "18.14",
			CodexSecret = false,
			IsAbilityAugment = true,
			Link = "Creeping Terrify",
			MaxRank = 3,
			Name = "Creeping Terrify",
			Polarity = "Zenurik",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Nekros" 
		},
		["Crescent Charge"] = {
			BaseDrain = 0,
			Description = "Charge an enemy within 10m dealing 200 <DT_PUNCTURE>Puncture Damage and lifting them for 8s. While lifted, damage against them is amplified by 100%.",
			Image = "CrescentChargeMod.png",
			InternalName = "/Lotus/Types/Friendly/Pets/CreaturePets/CreaturePrecepts/InfestedCatbrowGoreTossPrecept",
			Introduced = "29",
			CodexSecret = false,
			Link = "Crescent Charge",
			MaxRank = 3,
			Name = "Crescent Charge",
			Polarity = "Penjaga",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Crescent Vulpaphyla" 
		},
		["Crescent Devolution"] = {
			BaseDrain = 0,
			Description = "Devolves into its larval form upon death, and charges at enemies dealing 100 <DT_PUNCTURE>Puncture Damage. Respawns into its true form after 30s.",
			Image = "CrescentDevolutionMod.png",
			InternalName = "/Lotus/Types/Friendly/Pets/CreaturePets/CreaturePrecepts/HornedInfestedCatbrowRespawn",
			Introduced = "29",
			CodexSecret = false,
			Link = "Crescent Devolution",
			MaxRank = 3,
			Name = "Crescent Devolution",
			Polarity = "Penjaga",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Crescent Vulpaphyla" 
		},
		["Crimson Dervish"] = {
			BaseDrain = -2,
			Description = "Strong whirlwind attacks.",
			Image = "CrimsonDervishMod.png",
			InternalName = "/Lotus/Weapons/Tenno/Melee/MeleeTrees/CrimsonDervishMeleeTree",
			Introduced = "13",
			CodexSecret = false,
			Link = "Crimson Dervish",
			MaxRank = 3,
			Name = "Crimson Dervish",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = true,
			Type = "Swords" 
		},
		["Crimson Fugue"] = {
			BaseDrain = 10,
			Description = "+27.5% Turret Damage per enemy destroyed, for 8s (Maximum 5 stacks)",
			Image = "CrimsonFugueMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Railjack/Gunnery/LavanDamageOnKill",
			Introduced = "29.10",
			CodexSecret = false,
			Link = "Crimson Fugue",
			MaxRank = 10,
			Name = "Crimson Fugue",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Plexus" 
		},
		["Critical Deceleration"] = {
			BaseDrain = 4,
			Description = "+200% Critical Chance\r\n-20% Fire Rate",
			Image = "CriticalDeceleration.png",
			Incompatible = { "Blunderbuss" },
			InternalName = "/Lotus/Upgrades/Mods/Shotgun/DualStat/CorruptedCritChanceFireRateShotgun",
			Introduced = "15",
			CodexSecret = false,
			Link = "Critical Deceleration",
			MaxRank = 5,
			Name = "Critical Deceleration",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Shotgun" 
		},
		["Critical Delay"] = {
			BaseDrain = 4,
			Description = "+200% Critical Chance\r\n-20% Fire Rate (x2 for Bows)",
			Image = "CriticalDelayNew.png",
			Incompatible = { "Point Strike" },
			InternalName = "/Lotus/Upgrades/Mods/Rifle/DualStat/CorruptedCritRateFireRateRifle",
			Introduced = "10.3",
			CodexSecret = false,
			Link = "Critical Delay",
			MaxRank = 5,
			Name = "Critical Delay",
			Polarity = "Naramon",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Rifle" 
		},
		["Critical Focus"] = {
			BaseDrain = 6,
			Description = "+60% Critical Chance and Damage when Aiming",
			Image = "CriticalFocusMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Archwing/Rifle/ArchwingRifleCritChanceDamageAimingMod",
			Introduced = "24.2",
			CodexSecret = false,
			Link = "Critical Focus",
			MaxRank = 5,
			Name = "Critical Focus",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = true,
			Type = "Archgun" 
		},
		["Critical Surge"] = {
			BaseDrain = 6,
			Description = "Breach Surge Augment - Teleporting to a Reservoir costs 50% Energy and grants 10% Critical Chance to Sniper Rifles per meter traveled for 9s. Maximum of 350% Critical Chance.",
			Image = "CriticalSurgeMod.png",
			InternalName = "/Lotus/Powersuits/Wisp/WispHarnessAugmentCard",
			Introduced = "29.5",
			CodexSecret = false,
			IsAbilityAugment = true,
			Link = "Critical Surge",
			MaxRank = 3,
			Name = "Critical Surge",
			Polarity = "Zenurik",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Wisp" 
		},
		["Crossing Snakes"] = {
			BaseDrain = -2,
			Description = "Multi-angle strikes and deadly thrust attacks.",
			Image = "CrossingSnakesMod.png",
			InternalName = "/Lotus/Weapons/Tenno/Melee/MeleeTrees/DualSwordCmbTwoMeleeTree",
			Introduced = "13",
			CodexSecret = false,
			Link = "Crossing Snakes",
			MaxRank = 3,
			Name = "Crossing Snakes",
			Polarity = "Naramon",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Dual Swords" 
		},
		["Crowd Dispersion"] = {
			BaseDrain = 2,
			Description = "Unleashes a 10.0m radial knockdown when multiple enemies are nearby, dealing 10.0 Damage.",
			Image = "Crowd Dispersion 19.6.3.png",
			InternalName = "/Lotus/Types/Sentinels/SentinelPrecepts/CrowdDispersion",
			Introduced = "7",
			CodexSecret = false,
			Link = "Crowd Dispersion",
			MaxRank = 5,
			Name = "Crowd Dispersion",
			Polarity = "Penjaga",
			Rarity = "Common",
			Tradable = true,
			Transmutable = false,
			Type = "Wyrm" 
		},
		["Cruising Speed"] = {
			BaseDrain = 4,
			Description = "+100% Speed when no enemies within 3000m",
			Image = "CruisingSpeedMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Railjack/Piloting/ZektiNonCombatSpeed",
			Introduced = "27.4",
			CodexSecret = false,
			Link = "Cruising Speed",
			MaxRank = 10,
			Name = "Cruising Speed",
			Polarity = "Naramon",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = false,
			Type = "Plexus" 
		},
		["Crushing Ruin"] = {
			BaseDrain = -2,
			Description = "Aerial attacks with Crowd Control combos.",
			Image = "CrushingRuinMod.png",
			InternalName = "/Lotus/Weapons/Tenno/Melee/MeleeTrees/HammerCmbTwoMeleeTree",
			Introduced = "13",
			CodexSecret = false,
			Link = "Crushing Ruin",
			MaxRank = 3,
			Name = "Crushing Ruin",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = true,
			Type = "Hammers" 
		},
		["Cryo Coating"] = {
			BaseDrain = 4,
			Description = "+60% <DT_FREEZE>Cold\r\n+60% Status Chance",
			Image = "CryoCoating.png",
			InternalName = "/Lotus/Upgrades/Mods/Archwing/Melee/ArchwingEventColdStatusMeleeMod",
			Introduced = "24",
			CodexSecret = false,
			Link = "Cryo Coating",
			MaxRank = 3,
			Name = "Cryo Coating",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Archmelee" 
		},
		["Cryo Rounds"] = {
			BaseDrain = 2,
			Description = "+90% <DT_FREEZE>Cold",
			Image = "CryoRoundsModU161.png",
			Incompatible = { "Primed Cryo Rounds" },
			InternalName = "/Lotus/Upgrades/Mods/Rifle/WeaponFreezeDamageMod",
			Introduced = "0",
			CodexSecret = false,
			Link = "Cryo Rounds",
			MaxRank = 5,
			Name = "Cryo Rounds",
			Polarity = "Vazarin",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = true,
			Type = "Rifle" 
		},
		["Cunning Aspect"] = {
			BaseDrain = -2,
			Conclave = true,
			Description = "Fighting form devised for Conclave.",
			Image = "CunningAspectMod.png",
			InternalName = "/Lotus/Upgrades/Mods/PvPMods/Stances/PvPRapierStanceOne",
			Introduced = "Specters of the Rail",
			CodexSecret = false,
			Link = "Cunning Aspect",
			MaxRank = 3,
			Name = "Cunning Aspect",
			Polarity = "Naramon",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = false,
			Type = "Rapiers" 
		},
		["Cunning Drift"] = {
			BaseDrain = 4,
			Description = "+12% Slide\r\n-30% Friction\r\n+15% Ability Range",
			Image = "CunningDriftMod.png",
			InternalName = "/Lotus/Upgrades/Mods/OrokinChallenge/OrokinChallengeModCunning",
			Introduced = "18",
			CodexSecret = false,
			IsExilus = true,
			Link = "Cunning Drift",
			MaxRank = 5,
			Name = "Cunning Drift",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Warframe" 
		},
		["Curative Undertow"] = {
			BaseDrain = 6,
			Description = "Undertow Augment: Allies can stand in the pool to regain 30% Health every 1.5s. Hydroid will restore 10% Health.",
			Image = "CurativeUndertowMod.png",
			InternalName = "/Lotus/Powersuits/Pirate/LiquifyAugmentCard",
			Introduced = "15",
			CodexSecret = false,
			IsAbilityAugment = true,
			Link = "Curative Undertow",
			MaxRank = 3,
			Name = "Curative Undertow",
			Polarity = "Zenurik",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Hydroid" 
		},
		["Cutting Edge"] = {
			BaseDrain = 6,
			Description = "+110% Melee Damage",
			Image = "CuttingEdge.png",
			InternalName = "/Lotus/Upgrades/Mods/Archwing/Melee/ArchwingMeleeDamageMod",
			Introduced = "15",
			CodexSecret = false,
			Link = "Cutting Edge",
			MaxRank = 10,
			Name = "Cutting Edge",
			Polarity = "Madurai",
			Rarity = "Common",
			Tradable = true,
			Transmutable = true,
			Type = "Archmelee" 
		},
		["Cyclone Kraken"] = {
			BaseDrain = -2,
			Description = "Brutal strikes with deft movement.",
			Image = "CycloneKrakenMod.png",
			InternalName = "/Lotus/Weapons/Tenno/Melee/MeleeTrees/MacheteCmbTwoMeleeTree",
			Introduced = "20.6",
			CodexSecret = false,
			Link = "Cyclone Kraken",
			MaxRank = 3,
			Name = "Cyclone Kraken",
			Polarity = "Zenurik",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = true,
			Type = "Machetes" 
		},
		["Damzav-Vati"] = {
			BaseDrain = 2,
			Description = "+240% <DT_VIRAL>Viral",
			Image = "Damzav-VatiMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Pistol/Event/AkbroncoViralDamageMod",
			Introduced = "29",
			CodexSecret = false,
			IsWeaponAugment = true,
			Link = "Damzav-Vati",
			MaxRank = 5,
			Name = "Damzav-Vati",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Akbronco Prime" 
		},
		["Dead Eye"] = {
			BaseDrain = -2,
			Description = "+52.5% Damage",
			Image = "DeadEyeMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Aura/PlayerSniperDamageAuraMod",
			Introduced = "12",
			CodexSecret = false,
			Link = "Dead Eye",
			MaxRank = 5,
			Name = "Dead Eye",
			Polarity = "Madurai",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = false,
			Type = "Aura" 
		},
		["Deadly Efficiency"] = {
			BaseDrain = 4,
			Description = "On Reload From Empty: +120% Damage for 9s",
			Image = "DeadlyEfficiencyMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Archwing/Rifle/ArchwingDamageAfterReloadMod",
			Introduced = "24.2",
			CodexSecret = false,
			Link = "Deadly Efficiency",
			MaxRank = 5,
			Name = "Deadly Efficiency",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = true,
			Type = "Archgun" 
		},
		["Deadly Maneuvers"] = {
			BaseDrain = 4,
			Description = "On Dodge, gain 400% Headshot Critical Chance for your next 2 shots.",
			Image = "DeadlyManeuversMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Nightwave/MagnusNightwaveMod",
			Introduced = "27.5",
			CodexSecret = false,
			IsWeaponAugment = true,
			Link = "Deadly Maneuvers",
			MaxRank = 3,
			Name = "Deadly Maneuvers",
			Polarity = "Naramon",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Magnus" 
		},
		["Deadly Sequence"] = {
			BaseDrain = 4,
			Description = "+200% Critical Chance\r\n+1 'Sequence'",
			Image = "DeadlySequence.png",
			InternalName = "/Lotus/Upgrades/Mods/Syndicate/GrinlokMod",
			Introduced = "15",
			CodexSecret = false,
			IsWeaponAugment = true,
			Link = "Deadly Sequence",
			MaxRank = 3,
			Name = "Deadly Sequence",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Grinlok" 
		},
		["Death Blossom"] = {
			Description = "Turret Cooldowns removed for 25s\r\nCooldown: 300s",
			Image = "DeathBlossomMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Railjack/Tactical/CrewShipDeathBlossomAbilityCard",
			Introduced = "27.0",
			CodexSecret = false,
			Link = "Death Blossom",
			MaxRank = 5,
			Name = "Death Blossom",
			Polarity = "Universal",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Railjack (Tactical, Slot 2)" 
		},
		["Deceptive Bond"] = {
			BaseDrain = 6,
			Conclave = true,
			Description = "Decoy Augment: 50% of damage Loki takes is transferred to Decoy, and vice versa.",
			Image = "DeceptiveBond.png",
			Incompatible = { "Savior Decoy" },
			InternalName = "/Lotus/Powersuits/Loki/DecoyPvPAugmentCard",
			Introduced = "18.5",
			CodexSecret = false,
			IsAbilityAugment = true,
			Link = "Deceptive Bond",
			MaxRank = 3,
			Name = "Deceptive Bond",
			Polarity = "Zenurik",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Loki" 
		},
		["Decisive Judgement"] = {
			BaseDrain = -2,
			Description = "Fierce, double-handed strikes.",
			Image = "DecisiveJudgementMod.png",
			InternalName = "/Lotus/Weapons/Tenno/Melee/MeleeTrees/KatanaCmbTwoMeleeTree",
			Introduced = "13.1.2",
			CodexSecret = false,
			Link = "Decisive Judgement",
			MaxRank = 3,
			Name = "Decisive Judgement",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = true,
			Type = "Nikanas" 
		},
		["Deep Freeze"] = {
			BaseDrain = 2,
			Description = "+90% <DT_FREEZE>Cold",
			Image = "DeepFreezeModU161.png",
			Incompatible = { "Flawed Deep Freeze" },
			InternalName = "/Lotus/Upgrades/Mods/Pistol/WeaponFreezeDamageMod",
			Introduced = "0",
			CodexSecret = false,
			Link = "Deep Freeze",
			MaxRank = 5,
			Name = "Deep Freeze",
			Polarity = "Vazarin",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = true,
			Type = "Pistol" 
		},
		["Defensive Fire"] = {
			BaseDrain = 6,
			Description = "+9% Maximum Shields per enemy killed for 10s (Maximum 10 stacks)",
			Image = "DefensiveFireMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Railjack/Engineering/LavanMaxShieldOnKill",
			Introduced = "29.10",
			CodexSecret = false,
			Link = "Defensive Fire",
			MaxRank = 5,
			Name = "Defensive Fire",
			Polarity = "Vazarin",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Plexus" 
		},
		["Defiled Reckoning"] = {
			BaseDrain = 6,
			Conclave = true,
			Description = "Reckoning Augment: Health Orbs become unusable by enemies for 10s.",
			Image = "DefiledReckoning.png",
			InternalName = "/Lotus/Powersuits/Paladin/ReckoningPvPAugmentCard",
			Introduced = "16.5",
			CodexSecret = false,
			IsAbilityAugment = true,
			Link = "Defiled Reckoning",
			MaxRank = 3,
			Name = "Defiled Reckoning",
			Polarity = "Zenurik",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Oberon" 
		},
		["Defiled Snapdragon"] = {
			BaseDrain = -2,
			Description = "Sudden lashes, lethal slashes.",
			Image = "DefiledSnapdragonMod.png",
			InternalName = "/Lotus/Weapons/Tenno/Melee/MeleeTrees/SwordWhipCmbOneMeleeTree",
			Introduced = "17.11",
			CodexSecret = false,
			Link = "Defiled Snapdragon",
			MaxRank = 3,
			Name = "Defiled Snapdragon",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = true,
			Type = "Blade And Whip" 
		},
		["Deft Tempo"] = {
			BaseDrain = 10,
			Conclave = true,
			Description = "On Headshot: +10 Mobility for 4s",
			Image = "DeftTempoMod.png",
			InternalName = "/Lotus/Upgrades/Mods/PvPMods/Rifle/FasterBulletJumponHeadshotRifleMod",
			Introduced = "17.8",
			CodexSecret = false,
			Link = "Deft Tempo",
			MaxRank = 3,
			Name = "Deft Tempo",
			Polarity = "Naramon",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Assault Rifle" 
		},
		["Depleted Reload"] = {
			BaseDrain = 2,
			Description = "-60% Magazine Capacity\r\n+48% Reload Speed",
			Image = "DepletedReloadMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Rifle/DualStat/CorruptedReloadSpeedMaxClipRifle",
			Introduced = "17",
			CodexSecret = false,
			Link = "Depleted Reload",
			MaxRank = 5,
			Name = "Depleted Reload",
			Polarity = "Naramon",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Sniper" 
		},
		["Desiccation's Curse"] = {
			BaseDrain = 6,
			Description = "Desiccation Augment: Killing a blinded enemy with a finisher has a 100% chance of summoning a Sand Shadow. All Sand Shadows deal 2x damage.",
			Image = "DesiccationsCurseMod.png",
			InternalName = "/Lotus/Powersuits/Sandman/SandmanBlastAugmentCard",
			Introduced = "24.2.7",
			CodexSecret = false,
			IsAbilityAugment = true,
			Link = "Desiccation's Curse",
			MaxRank = 3,
			Name = "Desiccation's Curse",
			Polarity = "Ability",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Inaros" 
		},
		Despoil = {
			BaseDrain = 6,
			Description = "Desecrate Augment: No longer consumes Energy, but consumes 10 Health per corpse instead.",
			Image = "DespoilMod.png",
			InternalName = "/Lotus/Powersuits/Necro/SearchTheDeadAugmentCard",
			Introduced = "15.6",
			CodexSecret = false,
			IsAbilityAugment = true,
			Link = "Despoil",
			MaxRank = 3,
			Name = "Despoil",
			Polarity = "Zenurik",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Nekros" 
		},
		["Detect Vulnerability"] = {
			BaseDrain = 6,
			Description = "Upon completing research on an enemy, subsequent scans will reveal their weak points.",
			Image = "DetectVulnerability.png",
			InternalName = "/Lotus/Types/Sentinels/SentinelPrecepts/WeaknessScanPrecept",
			Introduced = "16",
			CodexSecret = false,
			Link = "Detect Vulnerability",
			MaxRank = 5,
			Name = "Detect Vulnerability",
			Polarity = "Penjaga",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Helios" 
		},
		["Diamond Skin"] = {
			BaseDrain = 4,
			Description = "+45% <DT_RADIATION>Radiation Resistance",
			Image = "DiamondSkinModU145.png",
			InternalName = "/Lotus/Upgrades/Mods/Warframe/AvatarDamageResistanceLaser",
			Introduced = "8",
			CodexSecret = false,
			Link = "Diamond Skin",
			MaxRank = 5,
			Name = "Diamond Skin",
			Polarity = "Vazarin",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = true,
			Type = "Warframe" 
		},
		Dig = {
			BaseDrain = 0,
			Description = "+270% Success Chance",
			Image = "DigModU145.png",
			InternalName = "/Lotus/Types/Friendly/Pets/KubrowPetPrecepts/KubrowDigPrecept",
			Introduced = "14",
			CodexSecret = false,
			Link = "Dig",
			MaxRank = 5,
			Name = "Dig",
			Polarity = "Penjaga",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Sahasa Kubrow" 
		},
		["Directed Convergence"] = {
			BaseDrain = 10,
			Conclave = true,
			Description = "+100% Accuracy when Aiming",
			Image = "DirectedConvergenceMod.png",
			InternalName = "/Lotus/Upgrades/Mods/PvPMods/Rifle/SupraHigherAccuracyAiming",
			Introduced = "17.10",
			CodexSecret = false,
			IsExilus = true,
			IsWeaponAugment = true,
			Link = "Directed Convergence",
			MaxRank = 3,
			Name = "Directed Convergence",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Supra" 
		},
		["Disarming Purity"] = {
			BaseDrain = 4,
			Description = "Secondary Fire mode has a 40% chance to disarm enemies.\r\n+1 'Purity'",
			Image = "DisarmingPurityMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Syndicate/PantheraMod",
			Introduced = "20.4",
			CodexSecret = false,
			IsWeaponAugment = true,
			Link = "Disarming Purity",
			MaxRank = 3,
			Name = "Disarming Purity",
			Polarity = "Naramon",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Panthera" 
		},
		["Discharge Strike"] = {
			BaseDrain = 6,
			Conclave = true,
			Description = "Soul Punch Augment: Depletes up to 25 Energy from the target.",
			Image = "DischargeStrike.png",
			InternalName = "/Lotus/Powersuits/Necro/SoulPunchPvPAugmentCard",
			Introduced = "18.5",
			CodexSecret = false,
			IsAbilityAugment = true,
			Link = "Discharge Strike",
			MaxRank = 3,
			Name = "Discharge Strike",
			Polarity = "Zenurik",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Nekros" 
		},
		["Dispatch Overdrive"] = {
			BaseDrain = 4,
			Description = "On Heavy Attack Hit: +60% Movement Speed for 15s",
			Image = "DispatchOverdriveMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Melee/MoveSpeedOnChannelKillMod",
			Introduced = "19.2",
			CodexSecret = false,
			Link = "Dispatch Overdrive",
			MaxRank = 5,
			Name = "Dispatch Overdrive",
			Polarity = "Naramon",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = true,
			Type = "Melee" 
		},
		Disruptor = {
			BaseDrain = 2,
			Description = "+30% <DT_IMPACT>Impact",
			Image = "DisruptorModU145.png",
			InternalName = "/Lotus/Upgrades/Mods/Shotgun/WeaponImpactDamageMod",
			Introduced = "11",
			CodexSecret = false,
			Link = "Disruptor",
			MaxRank = 5,
			Name = "Disruptor",
			Polarity = "Naramon",
			Rarity = "Common",
			Tradable = true,
			Transmutable = true,
			Type = "Shotgun" 
		},
		["Divebomb Vortex"] = {
			_IgnoreEntry = true,
			BaseDrain = 6,
			Description = "Dive Bomb Augment - Enemies within 12 meters of the point of impact are dragged into it.",
			Image = "DivebombVortex2.png",
			Introduced = "15",
			CodexSecret = false,
			IsAbilityAugment = true,
			Link = "Divebomb Vortex",
			MaxRank = 3,
			Name = "Divebomb Vortex",
			Polarity = "Zenurik",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Zephyr" 
		},
		["Diversified Denial"] = {
			BaseDrain = 0,
			Conclave = false,
			Description = "Fabricates 3 Specters that fight for 30s that each deal 85% of the Hounds damage.",
			Image = "DiversifiedDenialMod.png",
			Incompatible = { "Reflex Denial", "Evasive Denial" },
			InternalName = "/Lotus/Types/Friendly/Pets/ZanukaPets/ZanukaPetPrecepts/ZanukaPetClonePrecept",
			Introduced = "30.5",
			CodexSecret = false,
			IsExilus = false,
			IsFlawed = false,
			Link = "Diversified Denial",
			MaxRank = 5,
			Name = "Diversified Denial",
			Polarity = "Penjaga",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Hound" 
		},
		["Dividing Blades"] = {
			BaseDrain = -2,
			Conclave = true,
			Description = "Fighting form devised for Conclave.",
			Image = "DividingBladesMod.png",
			InternalName = "/Lotus/Upgrades/Mods/PvPMods/Stances/PvPDualSwordStanceOne",
			Introduced = "Specters of the Rail",
			CodexSecret = false,
			Link = "Dividing Blades",
			MaxRank = 3,
			Name = "Dividing Blades",
			Polarity = "Naramon",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = false,
			Type = "Dual Swords" 
		},
		["Dizzying Rounds"] = {
			BaseDrain = 4,
			Description = "Shots from less than 8m stun enemies and open them to finishers. +200% Status Chance",
			Image = "DizzyingRoundsMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Nightwave/BroncoNightwaveMod",
			Introduced = "27.5",
			CodexSecret = false,
			IsWeaponAugment = true,
			Link = "Dizzying Rounds",
			MaxRank = 3,
			Name = "Dizzying Rounds",
			Polarity = "Naramon",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Bronco" 
		},
		["Double Tap"] = {
			BaseDrain = 10,
			Conclave = true,
			Description = "ON HIT: 20% Bonus Damage on next Shot for 2s. Stacks up to 20x outside of Conclave.",
			Image = "DoubleTap.png",
			Incompatible = { "Hydraulic Gauge", "Loose Hatch", "Maximum Capacity" },
			InternalName = "/Lotus/Upgrades/Mods/PvPMods/Rifle/MoreDamageonTripleTapRifleMod",
			Introduced = "17.8",
			CodexSecret = false,
			IsWeaponAugment = true,
			Link = "Double Tap",
			MaxRank = 3,
			Name = "Double Tap",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Latron" 
		},
		["Double-Barrel Drift"] = {
			BaseDrain = 6,
			Conclave = true,
			Description = "-20% Recoil and Spread when Sliding",
			Image = "DoubleBarrelDrift.png",
			InternalName = "/Lotus/Upgrades/Mods/PvPMods/Shotgun/MoreAccuracyLessRecoilSlidingShotgunMod",
			Introduced = "17",
			CodexSecret = false,
			IsExilus = true,
			Link = "Double-Barrel Drift",
			MaxRank = 3,
			Name = "Double-Barrel Drift",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Shotgun" 
		},
		["Draining Bite"] = {
			BaseDrain = 0,
			Description = "Vasca Kavat's bite deals 400 Damage, and restores 10% Health to itself.",
			Image = "DrainingBiteMod.png",
			InternalName = "/Lotus/Types/Friendly/Pets/CatbrowPetPrecepts/CatbrowVampireBitePrecept",
			Introduced = "26",
			CodexSecret = false,
			Link = "Draining Bite",
			MaxRank = 3,
			Name = "Draining Bite",
			Polarity = "Penjaga",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Vasca Kavat" 
		},
		["Draining Gloom"] = {
			BaseDrain = 10,
			Conclave = true,
			Description = "+100% chance of Energy Drain explosion\r\n-60% Magazine Capacity\r\n-60% Ammo Maximum",
			Image = "DrainingGloomMod.png",
			InternalName = "/Lotus/Upgrades/Mods/PvPMods/Pistol/DespairEnergyDrainAoE",
			Introduced = "The Index Preview",
			CodexSecret = false,
			Link = "Draining Gloom",
			MaxRank = 3,
			Name = "Draining Gloom",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Despair" 
		},
		["Dread Ward"] = {
			BaseDrain = 6,
			Description = "Dread Mirror Augment: Become unkillable for 8s when Dread Mirror kills a target by ripping its life force.",
			Image = "DreadWardMod.png",
			InternalName = "/Lotus/Powersuits/Garuda/GarudaShieldAugmentCard",
			Introduced = "24.7",
			CodexSecret = false,
			IsAbilityAugment = true,
			Link = "Dread Ward",
			MaxRank = 3,
			Name = "Dread Ward",
			Polarity = "Zenurik",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Garuda" 
		},
		["Drifting Contact"] = {
			BaseDrain = 2,
			Description = "+10s Combo Duration\r\n+40% Status Chance",
			Image = "DriftingContactMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Melee/DualStat/ComboTimeStatusChanceMod",
			Introduced = "Recurring Nightmares",
			CodexSecret = false,
			Link = "Drifting Contact",
			MaxRank = 3,
			Name = "Drifting Contact",
			Polarity = "Vazarin",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Melee" 
		},
		["Dual Rounds"] = {
			BaseDrain = 6,
			Description = "+60% Multishot",
			Image = "DualRoundsMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Archwing/Rifle/ArchwingRifleFireIterationsMod",
			Introduced = "15",
			CodexSecret = false,
			Link = "Dual Rounds",
			MaxRank = 5,
			Name = "Dual Rounds",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = true,
			Type = "Archgun" 
		},
		Duality = {
			BaseDrain = 6,
			Description = "Metamorphosis Augment: Equinox's other half breaks free for 10s, dealing 300% Damage.",
			Image = "Duality.png",
			InternalName = "/Lotus/Powersuits/YinYang/YinYangSwitchAugmentCard",
			Introduced = "18.4.7",
			CodexSecret = false,
			IsAbilityAugment = true,
			Link = "Duality",
			MaxRank = 3,
			Name = "Duality",
			Polarity = "Zenurik",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Equinox" 
		},
		["EMP Aura"] = {
			BaseDrain = -2,
			Description = "Corpus enemies have reduced Accuracy. -15% Hit Chance",
			Image = "EMPAuraMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Aura/RobotPoorAimAuraMod",
			Introduced = "18.13",
			CodexSecret = false,
			Link = "EMP Aura",
			MaxRank = 5,
			Name = "EMP Aura",
			Polarity = "Vazarin",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = false,
			Type = "Aura" 
		},
		["Eagle Eye"] = {
			BaseDrain = 4,
			Conclave = true,
			Description = "+40% Zoom",
			Image = "EagleEyeModU145.png",
			InternalName = "/Lotus/Upgrades/Mods/Rifle/WeaponZoomFovMod",
			Introduced = "8",
			CodexSecret = false,
			IsExilus = true,
			Link = "Eagle Eye",
			MaxRank = 5,
			Name = "Eagle Eye",
			Polarity = "Naramon",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = true,
			Type = "Rifle" 
		},
		["Efficient Beams"] = {
			BaseDrain = 4,
			Description = "+150% Status Chance",
			Image = "EfficientBeamsMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Shotgun/Event/Arbitration/CrpSplitLaserArbitrationMod",
			Introduced = "25.3",
			CodexSecret = false,
			IsWeaponAugment = true,
			Link = "Efficient Beams",
			MaxRank = 5,
			Name = "Efficient Beams",
			Polarity = "Naramon",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Convectrix" 
		},
		["Efficient Transferral"] = {
			BaseDrain = 4,
			Description = "+30% Ability Duration",
			Image = "EfficientTransferral.png",
			InternalName = "/Lotus/Upgrades/Mods/Archwing/Suit/ArchwingSuitAbilityDurationMod",
			Introduced = "15",
			CodexSecret = false,
			Link = "Efficient Transferral",
			MaxRank = 3,
			Name = "Efficient Transferral",
			Polarity = "Vazarin",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = true,
			Type = "Archwing" 
		},
		["Eject Magazine"] = {
			BaseDrain = 6,
			Conclave = true,
			Description = "+20% Magazine Reloaded/s when Holstered",
			Image = "EjectMagazine.png",
			InternalName = "/Lotus/Upgrades/Mods/PvPMods/Pistol/PassiveReloadMod",
			Introduced = "16",
			CodexSecret = false,
			IsExilus = true,
			Link = "Eject Magazine",
			MaxRank = 3,
			Name = "Eject Magazine",
			Polarity = "Naramon",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Pistol" 
		},
		["Electrical Resistance"] = {
			_IgnoreEntry = true,
			BaseDrain = -2,
			Description = "Reduced damage from electrical attacks +%d DAMAGE RESISTANCE",
			Image = "Electrical Resistance.jpg",
			Link = "Electrical Resistance",
			MaxRank = 5,
			Name = "Electrical Resistance",
			Polarity = "None",
			Rarity = "Uncommon",
			Tradable = false,
			Transmutable = false,
			Type = "Aura" 
		},
		["Electrified Barrel"] = {
			BaseDrain = 4,
			Description = "+120% <DT_ELECTRICITY>Electricity",
			Image = "ElectrifiedBarrel.png",
			InternalName = "/Lotus/Upgrades/Mods/Archwing/Rifle/ArchwingWeaponElectricityDamageMod",
			Introduced = "15",
			CodexSecret = false,
			Link = "Electrified Barrel",
			MaxRank = 5,
			Name = "Electrified Barrel",
			Polarity = "Naramon",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = true,
			Type = "Archgun" 
		},
		["Electro Pulse"] = {
			BaseDrain = 2,
			Description = "Every 5s, Sentinel will continually zap an enemy within 15m, trapping them in a stunned state.",
			Image = "Electro Pulse 19.6.3.png",
			InternalName = "/Lotus/Types/Sentinels/SentinelPrecepts/TaserStun",
			Introduced = "17.3",
			CodexSecret = false,
			Link = "Electro Pulse",
			MaxRank = 5,
			Name = "Electro Pulse",
			Polarity = "Penjaga",
			Rarity = "Common",
			Tradable = true,
			Transmutable = false,
			Type = "Diriga" 
		},
		["Electromagnetic Shielding"] = {
			BaseDrain = 4,
			Description = "While blocking, redirect 50% of damage taken by allies within 12m to yourself.",
			Image = "ElectromagneticShieldingMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Melee/Event/ProjectNightwatch/AckBruntNightwatchMod",
			Introduced = "18.10",
			CodexSecret = false,
			IsWeaponAugment = true,
			Link = "Electromagnetic Shielding",
			MaxRank = 5,
			Name = "Electromagnetic Shielding",
			Polarity = "Vazarin",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = false,
			Type = "Ack & Brunt" 
		},
		["Elemental Sandstorm"] = {
			BaseDrain = 6,
			Description = "Sandstorm Augment: Sandstorm gains 50% Ability Range and has a 100% chance of inflicting Status Effects based on the Damage Types and mods on the equipped Melee Weapon.",
			Image = "ElementalSandstormMod.png",
			InternalName = "/Lotus/Powersuits/Sandman/SandmanStormAugmentCard",
			Introduced = "The Silver Grove",
			CodexSecret = false,
			IsAbilityAugment = true,
			Link = "Elemental Sandstorm",
			MaxRank = 3,
			Name = "Elemental Sandstorm",
			Polarity = "Zenurik",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Inaros" 
		},
		["Eleventh Storm"] = {
			BaseDrain = -2,
			Description = "Rapid attacks using sword and shield.",
			Image = "EleventhStormMod.png",
			InternalName = "/Lotus/Weapons/Tenno/Melee/MeleeTrees/SwordShieldCmbOneMeleeTree",
			Introduced = "14",
			CodexSecret = false,
			Link = "Eleventh Storm",
			MaxRank = 3,
			Name = "Eleventh Storm",
			Polarity = "Madurai",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = true,
			Type = "Sword And Shield" 
		},
		["Embedded Catalyzer"] = {
			BaseDrain = 4,
			Description = "On Ability Cast: +90% Status Chance when Aiming for 9s",
			Image = "EmbeddedCatalyzerMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Pistol/Event/StatusProcWhileAimingPistolMod",
			Introduced = "18.4.1",
			CodexSecret = false,
			Link = "Embedded Catalyzer",
			MaxRank = 5,
			Name = "Embedded Catalyzer",
			Polarity = "Madurai",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = false,
			Type = "Pistol" 
		},
		["Emergent Aftermath"] = {
			BaseDrain = 10,
			Conclave = true,
			Description = "On Kill: +50% Reload Speed for 3s",
			Image = "EmergentAftermathMod.png",
			InternalName = "/Lotus/Upgrades/Mods/PvPMods/Rifle/FasterReloadOnKillSniperMod",
			Introduced = "18.5",
			CodexSecret = false,
			Link = "Emergent Aftermath",
			MaxRank = 3,
			Name = "Emergent Aftermath",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Sniper" 
		},
		["Empowered Blades"] = {
			BaseDrain = -2,
			Description = "+60% Status Chance and Status Damage on Heavy Attacks, but drains 90 Shields per hit.",
			Image = "EmpoweredBladesMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Aura/FairyQuest/FairyQuestShieldsToCritAuraMod",
			Introduced = "The Silver Grove",
			CodexSecret = false,
			Link = "Empowered Blades",
			MaxRank = 5,
			Name = "Empowered Blades",
			Polarity = "Naramon",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Aura" 
		},
		["Empowered Quiver"] = {
			BaseDrain = 6,
			Description = "Quiver Augment: Dashwire grants allies 100% Critical Damage. Cloak arrow has a 100% chance to prevent Status Effects.",
			Image = "EmpoweredQuiverMod.png",
			Incompatible = { "Power of Three" },
			InternalName = "/Lotus/Powersuits/Ranger/RangerQuiverAugmentCard",
			Introduced = "23.0.6",
			CodexSecret = false,
			IsAbilityAugment = true,
			Link = "Empowered Quiver",
			MaxRank = 3,
			Name = "Empowered Quiver",
			Polarity = "Zenurik",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Ivara" 
		},
		["Endless Lullaby"] = {
			BaseDrain = 6,
			Description = "Lull Augment: Performing a finisher on or killing a sleeping enemy will retrigger Lull for 100% of the remaining duration. Passive: +50% Lull Duration.",
			Image = "EndlessLullabyMod.png",
			InternalName = "/Lotus/Powersuits/Pacifist/PacifistWaveAugmentCard",
			Introduced = "27.1",
			CodexSecret = false,
			IsAbilityAugment = true,
			Link = "Endless Lullaby",
			MaxRank = 3,
			Name = "Endless Lullaby",
			Polarity = "Zenurik",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Baruuk" 
		},
		["Endoparasitic Vector"] = {
			BaseDrain = 0,
			Description = "Transmit an endoparasite to an enemy within 30m. Tentacles spawn from it, clinging to enemies within 5m slowing them as they move further from the parasite, and dealing 20 <DT_VIRAL>Viral Damage/sec over 5s.",
			Image = "EndoparasiticVectorMod.png",
			InternalName = "/Lotus/Types/Friendly/Pets/CreaturePets/CreaturePrecepts/InfestedPredatorSpitParasitePrecept",
			Introduced = "29",
			CodexSecret = false,
			Link = "Endoparasitic Vector",
			MaxRank = 3,
			Name = "Endoparasitic Vector",
			Polarity = "Penjaga",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Pharaoh Predasite" 
		},
		["Endurance Drift"] = {
			BaseDrain = 4,
			Description = "+15% Energy Max\r\n+12% Parkour Velocity",
			Image = "EnduranceDriftMod.png",
			InternalName = "/Lotus/Upgrades/Mods/OrokinChallenge/OrokinChallengeModEndurance",
			Introduced = "18",
			CodexSecret = false,
			IsExilus = true,
			Link = "Endurance Drift",
			MaxRank = 5,
			Name = "Endurance Drift",
			Polarity = "Zenurik",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Warframe" 
		},
		["Enduring Affliction"] = {
			BaseDrain = 4,
			Description = "+100% Status Chance on Lifted enemies",
			Image = "EnduringAfflictionMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Melee/Channel/ChannelProcTimeExtendOnHitMod",
			Introduced = "19.2",
			CodexSecret = false,
			Link = "Enduring Affliction",
			MaxRank = 5,
			Name = "Enduring Affliction",
			Polarity = "Vazarin",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = false,
			Type = "Melee" 
		},
		["Enduring Strike"] = {
			BaseDrain = 4,
			Description = "+20% Additional Combo Count Chance on Lifted enemies",
			Image = "EnduringStrikeModU145.png",
			InternalName = "/Lotus/Upgrades/Mods/Melee/Channel/ChannelStatusMod",
			Introduced = "13",
			CodexSecret = false,
			Link = "Enduring Strike",
			MaxRank = 3,
			Name = "Enduring Strike",
			Polarity = "Zenurik",
			Rarity = "Common",
			Tradable = true,
			Transmutable = true,
			Type = "Melee" 
		},
		["Enemy Radar"] = {
			BaseDrain = -2,
			Description = "+30 Enemy Radar",
			Image = "EnemyRadarModU145.png",
			InternalName = "/Lotus/Upgrades/Mods/Aura/PlayerEnemyRadarAuraMod",
			Introduced = "5",
			CodexSecret = false,
			Link = "Enemy Radar",
			MaxRank = 5,
			Name = "Enemy Radar",
			Polarity = "Naramon",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = false,
			Type = "Aura" 
		},
		["Enemy Sense"] = {
			BaseDrain = 2,
			Description = "+55 Enemy Radar",
			Image = "EnemySenseModU145.png",
			Incompatible = { "Flawed Enemy Sense" },
			InternalName = "/Lotus/Upgrades/Mods/Warframe/AvatarEnemyRadarMod",
			Introduced = "0",
			CodexSecret = false,
			IsExilus = true,
			Link = "Enemy Sense",
			MaxRank = 5,
			Name = "Enemy Sense",
			Polarity = "Naramon",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Warframe" 
		},
		["Energizing Shot"] = {
			BaseDrain = 0,
			Description = "Shoot Energy Orbs to obtain them with +110% extra effect.",
			Image = "EnergizingShotMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Pistol/Event/ShootPickUpPistolMod",
			Introduced = "27.3",
			CodexSecret = false,
			IsExilus = true,
			Link = "Energizing Shot",
			MaxRank = 10,
			Name = "Energizing Shot",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Pistol (No AoE)" 
		},
		["Energy Amplifier"] = {
			BaseDrain = 6,
			Description = "+60% Ability Range",
			Image = "EnergyAmplifierMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Archwing/Suit/ArchwingSuitAbilityRangeMod",
			Introduced = "15.1",
			CodexSecret = false,
			Link = "Energy Amplifier",
			MaxRank = 5,
			Name = "Energy Amplifier",
			Polarity = "Naramon",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = true,
			Type = "Archwing" 
		},
		["Energy Channel"] = {
			BaseDrain = 4,
			Description = "Converts 200% of Energy used to up to 200 Bonus Damage on next Melee Attack.",
			Image = "EnergyChannelModU145.png",
			InternalName = "/Lotus/Upgrades/Mods/Melee/WeaponPowerDamageMod",
			Introduced = "8",
			CodexSecret = false,
			Link = "Energy Channel",
			MaxRank = 5,
			Name = "Energy Channel",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = true,
			Type = "Melee" 
		},
		["Energy Conversion"] = {
			BaseDrain = 10,
			Description = "Energy orbs grant 50% more Ability Strength to your next cast.",
			Image = "EnergyConversion.png",
			InternalName = "/Lotus/Upgrades/Mods/Warframe/EnergyPickupGivesStrengthMod",
			Introduced = "18.5",
			CodexSecret = false,
			Link = "Energy Conversion",
			MaxRank = 5,
			Name = "Energy Conversion",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Warframe" 
		},
		["Energy Field"] = {
			BaseDrain = 6,
			Description = "Energy Shell Augment: Energy Shell applies to allies within 140m.",
			Image = "Energy Field.png",
			InternalName = "/Lotus/Powersuits/Archwing/StandardJetPack/FireShieldAugmentCard",
			Introduced = "Specters of the Rail",
			CodexSecret = false,
			IsAbilityAugment = true,
			Link = "Energy Field",
			MaxRank = 3,
			Name = "Energy Field",
			Polarity = "Zenurik",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Odonata" 
		},
		["Energy Generator"] = {
			BaseDrain = 4,
			Description = "Dethcube drops an Energy Orb after assisting in 10 kills.",
			Image = "EnergyGenerator.png",
			InternalName = "/Lotus/Types/Sentinels/SentinelPrecepts/ItemDropOnAssist",
			Introduced = "23.10",
			CodexSecret = false,
			Link = "Energy Generator",
			MaxRank = 5,
			Name = "Energy Generator",
			Polarity = "Penjaga",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Dethcube" 
		},
		["Energy Inversion"] = {
			BaseDrain = 2,
			Description = "+120% Shield Capacity",
			Image = "EnergyInversion2.png",
			InternalName = "/Lotus/Upgrades/Mods/Archwing/Suit/ArchwingSuitShieldMaxMod",
			Introduced = "15.1",
			CodexSecret = false,
			Link = "Energy Inversion",
			MaxRank = 3,
			Name = "Energy Inversion",
			Polarity = "Vazarin",
			Rarity = "Common",
			Tradable = true,
			Transmutable = true,
			Type = "Archwing" 
		},
		["Energy Siphon"] = {
			BaseDrain = -2,
			Description = "+0.6 Energy Rate",
			Image = "EnergySiphonMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Aura/PlayerEnergyRegenAuraMod",
			Introduced = "5",
			CodexSecret = false,
			Link = "Energy Siphon",
			MaxRank = 5,
			Name = "Energy Siphon",
			Polarity = "Naramon",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = false,
			Type = "Aura" 
		},
		["Energy Transfer"] = {
			BaseDrain = 6,
			Description = "Mend & Maim Augment: 100% of charge is conserved when switching between forms.",
			Image = "EnergyTransfer.png",
			InternalName = "/Lotus/Powersuits/YinYang/YinYangBurstAugmentCard",
			Introduced = "22.17.3",
			CodexSecret = false,
			IsAbilityAugment = true,
			Link = "Energy Transfer",
			MaxRank = 3,
			Name = "Energy Transfer",
			Polarity = "Zenurik",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Equinox" 
		},
		["Enhanced Durability"] = {
			BaseDrain = 4,
			Description = "+150% Health",
			Image = "EnhancedDurability.png",
			InternalName = "/Lotus/Upgrades/Mods/Archwing/Suit/ArchwingSuitHealthMaxMod",
			Introduced = "15",
			CodexSecret = false,
			Link = "Enhanced Durability",
			MaxRank = 5,
			Name = "Enhanced Durability",
			Polarity = "Vazarin",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = false,
			Type = "Archwing" 
		},
		["Enhanced Vitality"] = {
			BaseDrain = 2,
			Description = "+220% Health",
			Image = "EnhancedVitalityMod.png",
			Incompatible = { "Link Health" },
			InternalName = "/Lotus/Upgrades/Mods/Sentinel/SentinelHealthMaxMod",
			Introduced = "7",
			CodexSecret = false,
			Link = "Enhanced Vitality",
			MaxRank = 10,
			Name = "Enhanced Vitality",
			Polarity = "Vazarin",
			Rarity = "Common",
			Tradable = true,
			Transmutable = true,
			Type = "Companion" 
		},
		Enraged = {
			BaseDrain = 6,
			Description = "Hysteria Augment: Damage increased by 200%, Critical Chance increased by 200%. Hysteria lasts for 15s, and receives a matching cooldown.",
			Image = "EnragedMod.png",
			Incompatible = { "Hysterical Assault" },
			InternalName = "/Lotus/Powersuits/Berserker/LastStandAugmentTwoCard",
			Introduced = "27.5.4",
			CodexSecret = false,
			IsAbilityAugment = true,
			Link = "Enraged",
			MaxRank = 3,
			Name = "Enraged",
			Polarity = "Zenurik",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Valkyr" 
		},
		["Entropy Burst"] = {
			BaseDrain = 4,
			Description = "+20 Base Status Chance\r\n+1 'Entropy'",
			Image = "EntropyBurst.png",
			InternalName = "/Lotus/Upgrades/Mods/Syndicate/SupraMod",
			Introduced = "15",
			CodexSecret = false,
			IsWeaponAugment = true,
			Link = "Entropy Burst",
			MaxRank = 3,
			Name = "Entropy Burst",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Supra" 
		},
		["Entropy Detonation"] = {
			BaseDrain = 4,
			Description = "Lethal ground attacks cause enemies to explode dealing +1000\r\n(+20% Enemy Max Health) <DT_EXPLOSION>Blast Damage\r\nin a +10m radius.\r\n+1 'Entropy'",
			Image = "EntropyDetonationMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Syndicate/ObexMod",
			Introduced = "20.4",
			CodexSecret = false,
			IsWeaponAugment = true,
			Link = "Entropy Detonation",
			MaxRank = 3,
			Name = "Entropy Detonation",
			Polarity = "Naramon",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Obex" 
		},
		["Entropy Flight"] = {
			BaseDrain = 4,
			Description = "+140% Projectile Speed\r\n+1 'Entropy'",
			Image = "EntropyFlight.png",
			InternalName = "/Lotus/Upgrades/Mods/Syndicate/KestrelMod",
			Introduced = "15",
			CodexSecret = false,
			IsWeaponAugment = true,
			Link = "Entropy Flight",
			MaxRank = 3,
			Name = "Entropy Flight",
			Polarity = "Naramon",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Kestrel" 
		},
		["Entropy Spike"] = {
			BaseDrain = 4,
			Description = "+20% Chance to Explode (Use with Caution)\r\n+1 'Entropy'",
			Image = "EntropySpike.png",
			InternalName = "/Lotus/Upgrades/Mods/Syndicate/BoltoMod",
			Introduced = "15",
			CodexSecret = false,
			IsWeaponAugment = true,
			Link = "Entropy Spike",
			MaxRank = 3,
			Name = "Entropy Spike",
			Polarity = "Naramon",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Bolto" 
		},
		["Enveloping Cloud"] = {
			BaseDrain = 6,
			Description = "Cloud Walker Augment: Allies within 4m of the cloud become invisible to enemies for 14s.",
			Image = "EnvelopingCloud.png",
			InternalName = "/Lotus/Powersuits/MonkeyKing/MonkeyCloudAugmentCard",
			Introduced = "23.7",
			CodexSecret = false,
			IsAbilityAugment = true,
			Link = "Enveloping Cloud",
			MaxRank = 3,
			Name = "Enveloping Cloud",
			Polarity = "Zenurik",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Wukong" 
		},
		Equilibrium = {
			BaseDrain = 4,
			Description = "Health pickups give +110% Energy. Energy pickups give +110% Health.",
			Image = "EquilibriumModU145.png",
			Incompatible = { "Flawed Equilibrium", "Pinnacle Pack Equilibrium" },
			InternalName = "/Lotus/Upgrades/Mods/Warframe/AvatarPickupBonusMod",
			Introduced = "9.7.2",
			CodexSecret = false,
			Link = "Equilibrium",
			MaxRank = 10,
			Name = "Equilibrium",
			Polarity = "Naramon",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = true,
			Type = "Warframe" 
		},
		["Equilibrium Audit"] = {
			BaseDrain = 0,
			Conclave = false,
			Description = "Unleashes a series of shockwaves that knockdown enemies within 15m and deal 300 damage.",
			Image = "EquilibriumAuditMod.png",
			Incompatible = { "Null Audit", "Repo Audit" },
			InternalName = "/Lotus/Types/Friendly/Pets/ZanukaPets/ZanukaPetPrecepts/ZanukaPetAntiMeleePrecept",
			Introduced = "30.5",
			CodexSecret = false,
			IsExilus = false,
			IsFlawed = false,
			Link = "Equilibrium Audit",
			MaxRank = 5,
			Name = "Equilibrium Audit",
			Polarity = "Penjaga",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Hound" 
		},
		["Eroding Blight"] = {
			BaseDrain = 4,
			Description = "+200% Magazine Capacity\r\n+1 'Blight'",
			Image = "ErodingBlight.png",
			InternalName = "/Lotus/Upgrades/Mods/Syndicate/EmbolistMod",
			Introduced = "15",
			CodexSecret = false,
			IsWeaponAugment = true,
			Link = "Eroding Blight",
			MaxRank = 3,
			Name = "Eroding Blight",
			Polarity = "Vazarin",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Embolist" 
		},
		["Escape Velocity"] = {
			BaseDrain = 6,
			Description = "Worm Hole Augment: Allies that travel through wormhole gain a 50% Speed bonus for 7s.",
			Image = "EscapeVelocity2.png",
			InternalName = "/Lotus/Powersuits/AntiMatter/WormHoleAugmentCard",
			Introduced = "16.2",
			CodexSecret = false,
			IsAbilityAugment = true,
			IsExilus = true,
			Link = "Escape Velocity",
			MaxRank = 3,
			Name = "Escape Velocity",
			Polarity = "Zenurik",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Nova" 
		},
		["Eternal War"] = {
			BaseDrain = 6,
			Description = "Warcry Augment: While active, Warcry's duration is increased by 2s for each Melee Kill.",
			Image = "EternalWar2.png",
			InternalName = "/Lotus/Powersuits/Berserker/IntimidateAugmentCard",
			Introduced = "16.2",
			CodexSecret = false,
			IsAbilityAugment = true,
			Link = "Eternal War",
			MaxRank = 3,
			Name = "Eternal War",
			Polarity = "Zenurik",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Valkyr" 
		},
		["Evasive Denial"] = {
			BaseDrain = 0,
			Conclave = false,
			Description = "Teleports a safe distance away and engages a displacement field gaining 75% chance to dodge enemy fire for 8s.",
			Image = "EvasiveDenialMod.png",
			Incompatible = { "Reflex Denial", "Diversified Denial" },
			InternalName = "/Lotus/Types/Friendly/Pets/ZanukaPets/ZanukaPetPrecepts/ZanukaPetEvasionPrecept",
			Introduced = "30.5",
			CodexSecret = false,
			IsExilus = false,
			IsFlawed = false,
			Link = "Evasive Denial",
			MaxRank = 5,
			Name = "Evasive Denial",
			Polarity = "Penjaga",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Hound" 
		},
		["Everlasting Ward"] = {
			BaseDrain = 6,
			Description = "Elemental Ward Augment: Allies that leave the radius will retain the effect for 100% of the remaining duration.",
			Image = "EverlastingWard2.png",
			InternalName = "/Lotus/Powersuits/Dragon/DragonLuckAugmentCard",
			Introduced = "18.11",
			CodexSecret = false,
			IsAbilityAugment = true,
			Link = "Everlasting Ward",
			MaxRank = 3,
			Name = "Everlasting Ward",
			Polarity = "Zenurik",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Chroma" 
		},
		["Exalted Blade"] = {
			Description = "Stance: Summon a sword of pure light and immense power.",
			Image = "ExaltedBladeStance.png",
			InternalName = "/Lotus/Weapons/Tenno/Melee/MeleeTrees/DoomSwordMeleeTree",
			Introduced = "23",
			CodexSecret = false,
			Link = "Exalted Blade (Stance)",
			MaxRank = 3,
			Name = "Exalted Blade",
			NotUpgradable = true,
			Polarity = "Universal",
			Rarity = "Common",
			Tradable = false,
			Transmutable = false,
			Type = "Exalted Blade" 
		},
		Exothermic = {
			BaseDrain = 6,
			Description = "Inferno Augment: Enemies killed while under the effect of Inferno have a 15% chance to drop an energy orb.",
			Image = "ExothermicMod.png",
			InternalName = "/Lotus/Powersuits/Ember/WorldOnFireAugmentCard",
			Introduced = "26",
			CodexSecret = false,
			IsAbilityAugment = true,
			Link = "Exothermic",
			MaxRank = 3,
			Name = "Exothermic",
			Polarity = "Zenurik",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Ember" 
		},
		["Expel Corpus"] = {
			BaseDrain = 4,
			Description = "+30% Damage to Corpus",
			Image = "ExpelCorpusModU145.png",
			Incompatible = { "Primed Expel Corpus", "Flawed Expel Corpus" },
			InternalName = "/Lotus/Upgrades/Mods/Pistol/WeaponPistolFactionDamageCorpus",
			Introduced = "9",
			CodexSecret = false,
			Link = "Expel Corpus",
			MaxRank = 5,
			Name = "Expel Corpus",
			Polarity = "Madurai",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = true,
			Type = "Pistol" 
		},
		["Expel Corrupted"] = {
			BaseDrain = 4,
			Description = "+30% Damage to Corrupted",
			Image = "ExpelCorruptedMod.png",
			Incompatible = { "Primed Expel Corrupted" },
			InternalName = "/Lotus/Upgrades/Mods/Pistol/WeaponPistolFactionDamageCorrupted",
			Introduced = "21",
			CodexSecret = false,
			Link = "Expel Corrupted",
			MaxRank = 5,
			Name = "Expel Corrupted",
			Polarity = "Madurai",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = true,
			Type = "Pistol" 
		},
		["Expel Grineer"] = {
			BaseDrain = 4,
			Description = "+30% Damage to Grineer",
			Image = "ExpelGrineerModU145.png",
			Incompatible = { "Primed Expel Grineer", "Flawed Expel Grineer" },
			InternalName = "/Lotus/Upgrades/Mods/Pistol/WeaponPistolFactionDamageGrineer",
			Introduced = "9",
			CodexSecret = false,
			Link = "Expel Grineer",
			MaxRank = 5,
			Name = "Expel Grineer",
			Polarity = "Madurai",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = true,
			Type = "Pistol" 
		},
		["Expel Infested"] = {
			BaseDrain = 4,
			Description = "+30% Damage to Infested",
			Image = "ExpelInfestedModU145.png",
			Incompatible = { "Primed Expel Infested" },
			InternalName = "/Lotus/Upgrades/Mods/Pistol/WeaponPistolFactionDamageInfested",
			Introduced = "9",
			CodexSecret = false,
			Link = "Expel Infested",
			MaxRank = 5,
			Name = "Expel Infested",
			Polarity = "Madurai",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = true,
			Type = "Pistol" 
		},
		["Explosive Demise"] = {
			BaseDrain = 4,
			Conclave = true,
			Description = "Enemies killed explode, dealing 300 Damage shortly after death.",
			Image = "ExplosiveDemise.png",
			InternalName = "/Lotus/Upgrades/Mods/PvPMods/Melee/ExplodeOnMeleeDeath",
			Introduced = "16",
			CodexSecret = false,
			Link = "Explosive Demise",
			MaxRank = 5,
			Name = "Explosive Demise",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Melee" 
		},
		["Explosive Legerdemain"] = {
			BaseDrain = 6,
			Description = "Sleight of Hand Augment: Ammo and Orbs pickups are turned into proximity mines that deal 500 Damage with a 100% Status Chance.",
			Image = "ExplosiveLegerdemainMod.png",
			InternalName = "/Lotus/Powersuits/Harlequin/ObjectChangeAugmentCard",
			Introduced = "16.3",
			CodexSecret = false,
			IsAbilityAugment = true,
			Link = "Explosive Legerdemain",
			MaxRank = 3,
			Name = "Explosive Legerdemain",
			Polarity = "Zenurik",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Mirage" 
		},
		["Exposing Harpoon"] = {
			BaseDrain = 4,
			Description = "Pulling an enemy will give +300% Critical Chance for 15s.",
			Image = "ExposingHarpoonMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Rifle/Event/Arbitration/GrnHarpoonGunArbitrationMod",
			Introduced = "25.3",
			CodexSecret = false,
			IsWeaponAugment = true,
			Link = "Exposing Harpoon",
			MaxRank = 5,
			Name = "Exposing Harpoon",
			Polarity = "Naramon",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Harpak" 
		},
		Extend = {
			BaseDrain = 6,
			Description = "+100 Attraction Range (In Space)\r\n+3 Melee Range",
			Image = "ExtendMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Archwing/Melee/ArchwingMeleeRangeIncMod",
			Introduced = "15",
			CodexSecret = false,
			Link = "Extend",
			MaxRank = 3,
			Name = "Extend",
			Polarity = "Madurai",
			Rarity = "Common",
			Tradable = true,
			Transmutable = true,
			Type = "Archmelee" 
		},
		["Extreme Velocity"] = {
			BaseDrain = 4,
			Description = "+30% K-Drive Speed",
			Image = "ExtremeVelocity.png",
			InternalName = "/Lotus/Upgrades/Mods/Hoverboard/HBSpeedMod",
			Introduced = "24",
			CodexSecret = false,
			Link = "Extreme Velocity",
			MaxRank = 5,
			Name = "Extreme Velocity",
			Polarity = "Vazarin",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "K-Drive" 
		},
		["Razorwing"] = {
			BaseDrain = 0,
			Image = "RazorwingMod.png",
			InternalName = "/Lotus/Animations/FlightSuit/TestMeleeAttacks/FairyMeleeTree",
			Introduced = "29.10",
			CodexSecret = false,
			Link = "Razorwing",
			MaxRank = 3,
			Name = "Razorwing",
			NotUpgradable = true,
			Polarity = "Universal",
			Rarity = "Common",
			Tradable = false,
			Transmutable = false,
			Type = "Razorwing" 
		},
		Failsafe = {
			BaseDrain = 0,
			Description = "+50% to retry on Hacking failure",
			Image = "FailsafeMod.png",
			InternalName = "/Lotus/Upgrades/Mods/DataSpike/Cipher/OnFailHackResetMod",
			Introduced = "26",
			CodexSecret = false,
			Link = "Failsafe",
			MaxRank = 0,
			Name = "Failsafe",
			Polarity = "Universal",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = true,
			Type = "Parazon" 
		},
		["Fanged Fusillade"] = {
			BaseDrain = 6,
			Description = "+120% <DT_SLASH>Slash",
			Image = "FangedFusilladeModU145.png",
			InternalName = "/Lotus/Upgrades/Mods/Rifle/WeaponEventSlashDamageMod",
			Introduced = "14.7",
			CodexSecret = false,
			Link = "Fanged Fusillade",
			MaxRank = 5,
			Name = "Fanged Fusillade",
			Polarity = "Naramon",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Rifle" 
		},
		Fass = {
			Class = "Requiem",
			Description = "Roiling, moaning, this realm of ours\r\nIn madness lost shall die",
			Image = "FassRequiemMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Immortal/ImmortalSixMod",
			Introduced = "26",
			CodexSecret = false,
			Link = "Fass",
			MaxRank = 3,
			Name = "Fass",
			NotUpgradable = true,
			Polarity = "Universal",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = true,
			Type = "Parazon" 
		},
		["Fast Deflection"] = {
			BaseDrain = 4,
			Description = "+90% Shield Recharge",
			Image = "FastDeflectionModU145.png",
			Incompatible = { "Flawed Fast Deflection" },
			InternalName = "/Lotus/Upgrades/Mods/Warframe/AvatarShieldRechargeRateMod",
			Introduced = "0",
			CodexSecret = false,
			Link = "Fast Deflection",
			MaxRank = 5,
			Name = "Fast Deflection",
			Polarity = "Vazarin",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = true,
			Type = "Warframe" 
		},
		["Fast Hands"] = {
			BaseDrain = 2,
			Description = "+30% Reload Speed",
			Image = "FastHandsModU145.png",
			Incompatible = { "Primed Fast Hands", "Flawed Fast Hands" },
			InternalName = "/Lotus/Upgrades/Mods/Rifle/WeaponReloadSpeedMod",
			Introduced = "0",
			CodexSecret = false,
			Link = "Fast Hands",
			MaxRank = 5,
			Name = "Fast Hands",
			Polarity = "Naramon",
			Rarity = "Common",
			Tradable = true,
			Transmutable = true,
			Type = "Rifle" 
		},
		["Fatal Acceleration"] = {
			BaseDrain = 4,
			Description = "+40% Projectile Speed",
			Image = "FatalAccelerationMod.png",
			Incompatible = { "Galvanized Acceleration" },
			InternalName = "/Lotus/Upgrades/Mods/Shotgun/WeaponProjectileSpeedMod",
			Introduced = "15",
			CodexSecret = false,
			IsExilus = true,
			Link = "Fatal Acceleration",
			MaxRank = 3,
			Name = "Fatal Acceleration",
			Polarity = "Madurai",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = true,
			Type = "Shotgun" 
		},
		["Fatal Attraction"] = {
			BaseDrain = 2,
			Description = "Enemies within 20m will be attracted. Once they come within 6m, explode for 250 Damage.",
			Image = "Fatal Attraction 19.6.3.png",
			InternalName = "/Lotus/Types/Sentinels/SentinelPrecepts/Bait",
			Introduced = "10",
			CodexSecret = false,
			Link = "Fatal Attraction",
			MaxRank = 5,
			Name = "Fatal Attraction",
			Polarity = "Penjaga",
			Rarity = "Common",
			Tradable = true,
			Transmutable = false,
			Type = "Djinn" 
		},
		["Fatal Teleport"] = {
			BaseDrain = 6,
			Description = "Teleport Augment: Teleport will perform a Finisher on the target, dealing 200% Extra Damage. 50% of Energy cost is refunded on a kill.",
			Image = "FatalTeleportMod.png",
			InternalName = "/Lotus/Powersuits/Ninja/TeleportToAugmentCard",
			Introduced = "18.11",
			CodexSecret = false,
			IsAbilityAugment = true,
			Link = "Fatal Teleport",
			MaxRank = 3,
			Name = "Fatal Teleport",
			Polarity = "Zenurik",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Ash" 
		},
		["Fateful Truth"] = {
			BaseDrain = -2,
			Conclave = true,
			Description = "Fighting form devised for Conclave.",
			Image = "FatefulTruthMod.png",
			InternalName = "/Lotus/Upgrades/Mods/PvPMods/Stances/PvPKatanaStanceOne",
			Introduced = "Specters of the Rail",
			CodexSecret = false,
			Link = "Fateful Truth",
			MaxRank = 3,
			Name = "Fateful Truth",
			Polarity = "Madurai",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = false,
			Type = "Nikanas" 
		},
		["Feathered Arrows"] = {
			BaseDrain = 6,
			Conclave = true,
			Description = "+60% Projectile Speed\r\n-20% Damage",
			Image = "FeatheredArrowsMod.png",
			Incompatible = { "Lucky Shot" },
			InternalName = "/Lotus/Upgrades/Mods/PvPMods/Rifle/HigherVelocityLessDamageBowMod",
			Introduced = "17",
			CodexSecret = false,
			Link = "Feathered Arrows",
			MaxRank = 3,
			Name = "Feathered Arrows",
			Polarity = "Madurai",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = false,
			Type = "Bow" 
		},
		Ferocity = {
			BaseDrain = 0,
			Description = "+120% Finisher Damage",
			Image = "FerocityModU145.png",
			InternalName = "/Lotus/Upgrades/Mods/Sentinel/Kubrow/KubrowFinisherMod",
			Introduced = "14",
			CodexSecret = false,
			Link = "Ferocity",
			MaxRank = 5,
			Name = "Ferocity",
			Polarity = "Penjaga",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = true,
			Type = "Sahasa Kubrow" 
		},
		Fetch = {
			BaseDrain = 2,
			Description = "13.5m Companion Gather-Link. Detects and collects items, including mods.",
			Image = "Fetch.png",
			InternalName = "/Lotus/Types/Sentinels/SentinelPrecepts/BeastUniversalVacuum",
			Introduced = "24",
			CodexSecret = false,
			Link = "Fetch",
			MaxRank = 5,
			Name = "Fetch",
			Polarity = "Penjaga",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = true,
			Type = "Beast" 
		},
		["Fever Strike"] = {
			BaseDrain = 6,
			Description = "+90% <DT_POISON>Toxin",
			Image = "FeverStrikeModU145.png",
			Incompatible = { "Primed Fever Strike", "Flawed Fever Strike" },
			InternalName = "/Lotus/Upgrades/Mods/Melee/WeaponToxinDamageMod",
			Introduced = "11",
			CodexSecret = false,
			Link = "Fever Strike",
			MaxRank = 5,
			Name = "Fever Strike",
			Polarity = "Naramon",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = true,
			Type = "Melee" 
		},
		["Final Act"] = {
			BaseDrain = 10,
			Conclave = true,
			Description = "On Low Health: +30% Ability Strength+30% Casting Speed for 8s",
			Image = "FinalActMod.png",
			InternalName = "/Lotus/Upgrades/Mods/PvPMods/Warframe/IncreasedEfficiencyOnLowHealth",
			Introduced = "18",
			CodexSecret = false,
			Link = "Final Act",
			MaxRank = 3,
			Name = "Final Act",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Warframe" 
		},
		["Final Harbinger"] = {
			BaseDrain = -2,
			Description = "Powerful slashes and shield attacks.",
			Image = "FinalHarbingerMod.png",
			InternalName = "/Lotus/Weapons/Tenno/Melee/MeleeTrees/RegorSwordShieldMeleeTree",
			Introduced = "17",
			CodexSecret = false,
			Link = "Final Harbinger",
			MaxRank = 3,
			Name = "Final Harbinger",
			Polarity = "Madurai",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = true,
			Type = "Sword And Shield" 
		},
		["Final Tap"] = {
			BaseDrain = 10,
			Conclave = true,
			Description = "On 4 Hits within 0.05s: +100% Damage for 0.2s",
			Image = "FinalTap.png",
			InternalName = "/Lotus/Upgrades/Mods/PvPMods/Rifle/HindDamageonFifthHit",
			Introduced = "17.10",
			CodexSecret = false,
			Link = "Final Tap",
			MaxRank = 3,
			Name = "Final Tap",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Hind" 
		},
		["Finishing Touch"] = {
			BaseDrain = 2,
			Description = "+60% Finisher Damage",
			Image = "FinishingTouchModU145.png",
			InternalName = "/Lotus/Upgrades/Mods/Melee/WeaponMeleeFinisherDamageMod",
			Introduced = "10",
			CodexSecret = false,
			Link = "Finishing Touch",
			MaxRank = 5,
			Name = "Finishing Touch",
			Polarity = "Madurai",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = true,
			Type = "Melee" 
		},
		["Fire Resistance"] = {
			_IgnoreEntry = true,
			BaseDrain = -2,
			Description = "Damage from heat reduced +%d DAMAGE RESISTANCE",
			Image = "FireResistance_Rank0_cropped.jpg",
			Link = "Fire Resistance",
			MaxRank = 5,
			Name = "Fire Resistance",
			Polarity = "None",
			Rarity = "Uncommon",
			Tradable = false,
			Transmutable = false,
			Type = "Aura" 
		},
		["Fire Suppression"] = {
			BaseDrain = 0,
			Description = "Extinquish 1 fire\r\nCooldown: 230s",
			Image = "FireSuppressionMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Railjack/Tactical/FireExtinguish",
			Introduced = "27.0",
			CodexSecret = false,
			Link = "Fire Suppression",
			MaxRank = 5,
			Name = "Fire Suppression",
			Polarity = "Universal",
			Rarity = "Common",
			Tradable = true,
			Transmutable = false,
			Type = "Railjack (Tactical, Slot 1)" 
		},
		["Fireball Frenzy"] = {
			BaseDrain = 6,
			Description = "Fireball Augment: Hold to cast will grant all allies within 15m an additional 100% <DT_FIRE>Heat Damage to their attacks for 40s.",
			Image = "FireballFrenzyMod.png",
			InternalName = "/Lotus/Powersuits/Ember/FireBallAugmentCard",
			Introduced = "15",
			CodexSecret = false,
			IsAbilityAugment = true,
			Link = "Fireball Frenzy",
			MaxRank = 3,
			Name = "Fireball Frenzy",
			Polarity = "Zenurik",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Ember" 
		},
		["Fired Up"] = {
			BaseDrain = 6,
			Description = "+60% <DT_FIRE>Heat at Max Overheat",
			Image = "FiredUpMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Sentinel/SentinelOverheatDamageMod",
			Introduced = "10",
			CodexSecret = false,
			Link = "Fired Up",
			MaxRank = 5,
			Name = "Fired Up",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Sentinel" 
		},
		Firestorm = {
			BaseDrain = 6,
			Description = "+24% Blast Radius",
			Image = "FirestormMod.png",
			Incompatible = { "Primed Firestorm" },
			InternalName = "/Lotus/Upgrades/Mods/Rifle/WeaponIncreaseRadialExplosionMod",
			Introduced = "10",
			CodexSecret = false,
			Link = "Firestorm",
			MaxRank = 3,
			Name = "Firestorm",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = true,
			Type = "Rifle" 
		},
		Firewalker = {
			BaseDrain = 2,
			Description = "+24.2% to Bullet Jump\r\n+24.2% Aim Glide/Wall Latch Duration\r\n+275% <DT_FIRE>Heat on Bullet Jump",
			Image = "Firewalker.png",
			Incompatible = {
				"Mobilize",
				"Patagium",
				"Battering Maneuver",
				"Piercing Step",
				"Rending Turn",
				"Ice Spring",
				"Lightning Dash",
				"Toxic Flight" 
			},
			InternalName = "/Lotus/Upgrades/Mods/Warframe/FireParkourTwoMod",
			Introduced = "17",
			CodexSecret = false,
			IsExilus = true,
			Link = "Firewalker",
			MaxRank = 10,
			Name = "Firewalker",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = true,
			Type = "Warframe" 
		},
		Firewall = {
			BaseDrain = 0,
			Description = "Reduces damage by 75% while hacking",
			Image = "Firewall.png",
			InternalName = "/Lotus/Upgrades/Mods/DataSpike/Cipher/DamageReductionOnHackMod",
			Introduced = "30.5",
			CodexSecret = false,
			Link = "Firewall",
			MaxRank = 0,
			Name = "Firewall",
			Polarity = "Universal",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = true,
			Type = "Parazon" 
		},
		["Flailing Branch"] = {
			BaseDrain = -2,
			Description = "Lifting strikes and whirlwind combos.",
			Image = "FlailingBranchMod.png",
			InternalName = "/Lotus/Weapons/Tenno/Melee/MeleeTrees/StaffCmbTwoMeleeTree",
			Introduced = "13",
			CodexSecret = false,
			Link = "Flailing Branch",
			MaxRank = 3,
			Name = "Flailing Branch",
			Polarity = "Unairu",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = true,
			Type = "Staves" 
		},
		["Flak Shot"] = {
			BaseDrain = 2,
			Conclave = true,
			Description = "20% of Damage converted into <DT_SLASH>Slash",
			Image = "FlakShotMod.png",
			Incompatible = { "Crash Shot", "Shred Shot" },
			InternalName = "/Lotus/Upgrades/Mods/PvPMods/Shotgun/DamageBiasSlashShotgunMod",
			Introduced = "17",
			CodexSecret = false,
			Link = "Flak Shot",
			MaxRank = 3,
			Name = "Flak Shot",
			Polarity = "Madurai",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = false,
			Type = "Shotgun" 
		},
		["Flame Gland"] = {
			BaseDrain = 4,
			Description = "+60% <DT_FIRE>Heat\r\n+60% Status Chance",
			Image = "FlameGlandMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Sentinel/Kubrow/DualStat/KubrowFireEventMeleeMod",
			Introduced = "24",
			CodexSecret = false,
			Link = "Flame Gland",
			MaxRank = 3,
			Name = "Flame Gland",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Beast" 
		},
		["Flame Repellent"] = {
			BaseDrain = 4,
			Description = "+60% <DT_FIRE>Heat Resistance",
			Image = "FlameRepellentNew.png",
			InternalName = "/Lotus/Upgrades/Mods/Warframe/AvatarDamageResistanceFire",
			Introduced = "8",
			CodexSecret = false,
			Link = "Flame Repellent",
			MaxRank = 5,
			Name = "Flame Repellent",
			Polarity = "Vazarin",
			Rarity = "Common",
			Tradable = true,
			Transmutable = true,
			Type = "Warframe" 
		},
		["Flawed Ammo Drum"] = {
			BaseDrain = 2,
			Description = "+10% Ammo Maximum",
			Image = "FlawedAmmoDrumMod.png",
			Incompatible = { "Ammo Drum" },
			InternalName = "/Lotus/Upgrades/Mods/Rifle/Beginner/WeaponAmmoMaxModBeginner",
			Introduced = "14",
			CodexSecret = true,
			IsExilus = true,
			IsFlawed = true,
			Link = "Ammo Drum",
			MaxRank = 3,
			Name = "Flawed Ammo Drum",
			Polarity = "Naramon",
			Rarity = "Common",
			Tradable = false,
			Transmutable = false,
			Type = "Rifle" 
		},
		["Flawed Ammo Stock"] = {
			BaseDrain = 2,
			Description = "+20% Magazine Capacity",
			Image = "FlawedAmmoStockMod.png",
			Incompatible = { "Ammo Stock", "Primed Ammo Stock" },
			InternalName = "/Lotus/Upgrades/Mods/Shotgun/Beginner/WeaponClipMaxModBeginner",
			Introduced = "14",
			CodexSecret = true,
			IsFlawed = true,
			Link = "Ammo Stock",
			MaxRank = 3,
			Name = "Flawed Ammo Stock",
			Polarity = "Naramon",
			Rarity = "Uncommon",
			Tradable = false,
			Transmutable = false,
			Type = "Shotgun" 
		},
		["Flawed Bane of Corpus"] = {
			BaseDrain = 2,
			Description = "+10% Damage to Corpus",
			Image = "FlawedBaneOfCorpusMod.png",
			Incompatible = { "Bane of Corpus", "Primed Bane of Corpus" },
			InternalName = "/Lotus/Upgrades/Mods/Rifle/Beginner/WeaponFactionDamageCorpusBeginner",
			Introduced = "14",
			CodexSecret = true,
			IsFlawed = true,
			Link = "Bane of Corpus",
			MaxRank = 3,
			Name = "Flawed Bane of Corpus",
			Polarity = "Madurai",
			Rarity = "Uncommon",
			Tradable = false,
			Transmutable = false,
			Type = "Rifle" 
		},
		["Flawed Bane of Grineer"] = {
			BaseDrain = 2,
			Description = "+10% Damage to Grineer",
			Image = "FlawedBaneOfGrineerMod.png",
			Incompatible = { "Bane of Grineer", "Primed Bane of Grineer" },
			InternalName = "/Lotus/Upgrades/Mods/Rifle/Beginner/WeaponFactionDamageGrineerBeginner",
			Introduced = "14",
			CodexSecret = true,
			IsFlawed = true,
			Link = "Bane of Grineer",
			MaxRank = 3,
			Name = "Flawed Bane of Grineer",
			Polarity = "Madurai",
			Rarity = "Uncommon",
			Tradable = false,
			Transmutable = false,
			Type = "Rifle" 
		},
		["Flawed Charged Shell"] = {
			BaseDrain = 4,
			Description = "+40% <DT_ELECTRICITY>Electricity",
			Image = "FlawedChargedShellMod.png",
			Incompatible = { "Charged Shell", "Primed Charged Shell" },
			InternalName = "/Lotus/Upgrades/Mods/Shotgun/Beginner/WeaponElectricityDamageModBeginner",
			Introduced = "14",
			CodexSecret = true,
			IsFlawed = true,
			Link = "Charged Shell",
			MaxRank = 3,
			Name = "Flawed Charged Shell",
			Polarity = "Naramon",
			Rarity = "Uncommon",
			Tradable = false,
			Transmutable = false,
			Type = "Shotgun" 
		},
		["Flawed Continuity"] = {
			BaseDrain = 2,
			Description = "+12% Ability Duration",
			Image = "FlawedContinuityMod.png",
			Incompatible = { "Continuity", "Primed Continuity" },
			InternalName = "/Lotus/Upgrades/Mods/Warframe/Beginner/AvatarAbilityDurationModBeginner",
			Introduced = "14",
			CodexSecret = true,
			IsFlawed = true,
			Link = "Continuity",
			MaxRank = 3,
			Name = "Flawed Continuity",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = false,
			Transmutable = false,
			Type = "Warframe" 
		},
		["Flawed Convulsion"] = {
			BaseDrain = 4,
			Description = "+40% <DT_ELECTRICITY>Electricity",
			Image = "FlawedConvulsionMod.png",
			Incompatible = { "Convulsion" },
			InternalName = "/Lotus/Upgrades/Mods/Pistol/Beginner/WeaponElectricityDamageModBeginner",
			Introduced = "14",
			CodexSecret = true,
			IsFlawed = true,
			Link = "Convulsion",
			MaxRank = 3,
			Name = "Flawed Convulsion",
			Polarity = "Naramon",
			Rarity = "Uncommon",
			Tradable = false,
			Transmutable = false,
			Type = "Pistol" 
		},
		["Flawed Deep Freeze"] = {
			BaseDrain = 2,
			Description = "+20% <DT_FREEZE>Cold",
			Image = "FlawedDeepFreezeMod.png",
			Incompatible = { "Deep Freeze" },
			InternalName = "/Lotus/Upgrades/Mods/Pistol/Beginner/WeaponFreezeDamageModBeginner",
			Introduced = "14",
			CodexSecret = true,
			IsFlawed = true,
			Link = "Deep Freeze",
			MaxRank = 3,
			Name = "Flawed Deep Freeze",
			Polarity = "Vazarin",
			Rarity = "Uncommon",
			Tradable = false,
			Transmutable = false,
			Type = "Pistol" 
		},
		["Flawed Enemy Sense"] = {
			BaseDrain = 2,
			Description = "+12 Enemy Radar",
			Image = "FlawedEnemySenseMod.png",
			Incompatible = { "Enemy Sense" },
			InternalName = "/Lotus/Upgrades/Mods/Warframe/Beginner/AvatarEnemyRadarModBeginner",
			Introduced = "14",
			CodexSecret = true,
			IsExilus = true,
			IsFlawed = true,
			Link = "Enemy Sense",
			MaxRank = 3,
			Name = "Flawed Enemy Sense",
			Polarity = "Naramon",
			Rarity = "Rare",
			Tradable = false,
			Transmutable = false,
			Type = "Warframe" 
		},
		["Flawed Equilibrium"] = {
			BaseDrain = 4,
			Description = "Health pickups give +32% Energy. Energy pickups give +32% Health.",
			Image = "FlawedEquilibriumMod.png",
			Incompatible = { "Equilibrium", "Pinnacle Pack Equilibrium" },
			InternalName = "/Lotus/Upgrades/Mods/Warframe/Beginner/AvatarPickupBonusModBeginner",
			Introduced = "14",
			CodexSecret = true,
			IsFlawed = true,
			Link = "Equilibrium",
			MaxRank = 3,
			Name = "Flawed Equilibrium",
			Polarity = "Naramon",
			Rarity = "Uncommon",
			Tradable = false,
			Transmutable = false,
			Type = "Warframe" 
		},
		["Flawed Expel Corpus"] = {
			BaseDrain = 2,
			Description = "+10% Damage to Corpus",
			Image = "FlawedExpelCorpusMod.png",
			Incompatible = { "Expel Corpus", "Primed Expel Corpus" },
			InternalName = "/Lotus/Upgrades/Mods/Pistol/Beginner/WeaponPistolFactionDamageCorpusBeginner",
			Introduced = "14",
			CodexSecret = true,
			IsFlawed = true,
			Link = "Expel Corpus",
			MaxRank = 3,
			Name = "Flawed Expel Corpus",
			Polarity = "Madurai",
			Rarity = "Uncommon",
			Tradable = false,
			Transmutable = false,
			Type = "Pistol" 
		},
		["Flawed Expel Grineer"] = {
			BaseDrain = 2,
			Description = "+10% Damage to Grineer",
			Image = "FlawedExpelGrineerMod.png",
			Incompatible = { "Expel Grineer", "Primed Expel Grineer" },
			InternalName = "/Lotus/Upgrades/Mods/Pistol/Beginner/WeaponPistolFactionDamageGrineerBeginner",
			Introduced = "14",
			CodexSecret = true,
			IsFlawed = true,
			Link = "Expel Grineer",
			MaxRank = 3,
			Name = "Flawed Expel Grineer",
			Polarity = "Madurai",
			Rarity = "Uncommon",
			Tradable = false,
			Transmutable = false,
			Type = "Pistol" 
		},
		["Flawed Fast Deflection"] = {
			BaseDrain = 4,
			Description = "+40% Shield Recharge",
			Image = "FlawedFastDeflectionMod.png",
			Incompatible = { "Fast Deflection" },
			InternalName = "/Lotus/Upgrades/Mods/Warframe/Beginner/AvatarShieldRechargeRateModBeginner",
			Introduced = "14",
			CodexSecret = true,
			IsFlawed = true,
			Link = "Fast Deflection",
			MaxRank = 3,
			Name = "Flawed Fast Deflection",
			Polarity = "Vazarin",
			Rarity = "Uncommon",
			Tradable = false,
			Transmutable = false,
			Type = "Warframe" 
		},
		["Flawed Fast Hands"] = {
			BaseDrain = 2,
			Description = "+12% Reload Speed",
			Image = "FlawedFastHandsMod.png",
			Incompatible = { "Fast Hands", "Primed Fast Hands" },
			InternalName = "/Lotus/Upgrades/Mods/Rifle/Beginner/WeaponReloadSpeedModBeginner",
			Introduced = "14",
			CodexSecret = true,
			IsFlawed = true,
			Link = "Fast Hands",
			MaxRank = 3,
			Name = "Flawed Fast Hands",
			Polarity = "Naramon",
			Rarity = "Common",
			Tradable = false,
			Transmutable = false,
			Type = "Rifle" 
		},
		["Flawed Fever Strike"] = {
			BaseDrain = 6,
			Description = "+60% <DT_POISON>Toxin",
			Image = "FlawedFeverStrikeMod.png",
			Incompatible = { "Fever Strike", "Primed Fever Strike" },
			InternalName = "/Lotus/Upgrades/Mods/Melee/Beginner/WeaponToxinDamageModBeginner",
			Introduced = "14",
			CodexSecret = true,
			IsFlawed = true,
			Link = "Fever Strike",
			MaxRank = 3,
			Name = "Flawed Fever Strike",
			Polarity = "Naramon",
			Rarity = "Uncommon",
			Tradable = false,
			Transmutable = false,
			Type = "Melee" 
		},
		["Flawed Flow"] = {
			BaseDrain = 2,
			Description = "+72% Energy Max",
			Image = "FlawedFlowMod.png",
			Incompatible = { "Flow", "Primed Flow" },
			InternalName = "/Lotus/Upgrades/Mods/Warframe/Beginner/AvatarPowerMaxModBeginner",
			Introduced = "14",
			CodexSecret = true,
			IsFlawed = true,
			Link = "Flow",
			MaxRank = 3,
			Name = "Flawed Flow",
			Polarity = "Naramon",
			Rarity = "Rare",
			Tradable = false,
			Transmutable = false,
			Type = "Warframe" 
		},
		["Flawed Fury"] = {
			BaseDrain = 4,
			Description = "+20% Attack Speed",
			Image = "FlawedFuryMod.png",
			Incompatible = { "Berserker Fury", "Fury", "Primed Fury" },
			InternalName = "/Lotus/Upgrades/Mods/Melee/Beginner/WeaponFireRateModBeginner",
			Introduced = "14",
			CodexSecret = true,
			IsFlawed = true,
			Link = "Fury",
			MaxRank = 3,
			Name = "Flawed Fury",
			Polarity = "Madurai",
			Rarity = "Uncommon",
			Tradable = false,
			Transmutable = false,
			Type = "Melee" 
		},
		["Flawed Heated Charge"] = {
			BaseDrain = 4,
			Description = "+40% <DT_FIRE>Heat",
			Image = "FlawedHeatedChargeMod.png",
			Incompatible = { "Heated Charge", "Primed Heated Charge" },
			InternalName = "/Lotus/Upgrades/Mods/Pistol/Beginner/WeaponFireDamageModBeginner",
			Introduced = "14",
			CodexSecret = true,
			IsFlawed = true,
			Link = "Heated Charge",
			MaxRank = 3,
			Name = "Flawed Heated Charge",
			Polarity = "Naramon",
			Rarity = "Uncommon",
			Tradable = false,
			Transmutable = false,
			Type = "Pistol" 
		},
		["Flawed Hellfire"] = {
			BaseDrain = 4,
			Description = "+40% <DT_FIRE>Heat",
			Image = "FlawedHellfireMod.png",
			Incompatible = { "Hellfire" },
			InternalName = "/Lotus/Upgrades/Mods/Rifle/Beginner/WeaponFireDamageModBeginner",
			Introduced = "14",
			CodexSecret = true,
			IsFlawed = true,
			Link = "Hellfire",
			MaxRank = 3,
			Name = "Flawed Hellfire",
			Polarity = "Naramon",
			Rarity = "Uncommon",
			Tradable = false,
			Transmutable = false,
			Type = "Rifle" 
		},
		["Flawed Hornet Strike"] = {
			BaseDrain = 2,
			Description = "+40% Damage",
			Image = "FlawedHornetStrikeMod.png",
			Incompatible = { "Hornet Strike" },
			InternalName = "/Lotus/Upgrades/Mods/Pistol/Beginner/WeaponDamageAmountModBeginner",
			Introduced = "14",
			CodexSecret = true,
			IsFlawed = true,
			Link = "Hornet Strike",
			MaxRank = 3,
			Name = "Flawed Hornet Strike",
			Polarity = "Madurai",
			Rarity = "Uncommon",
			Tradable = false,
			Transmutable = false,
			Type = "Pistol" 
		},
		["Flawed Incendiary Coat"] = {
			BaseDrain = 4,
			Description = "+40% <DT_FIRE>Heat",
			Image = "FlawedIncendiaryCoatMod.png",
			Incompatible = { "Incendiary Coat" },
			InternalName = "/Lotus/Upgrades/Mods/Shotgun/Beginner/WeaponFireDamageModBeginner",
			Introduced = "14",
			CodexSecret = true,
			IsFlawed = true,
			Link = "Incendiary Coat",
			MaxRank = 3,
			Name = "Flawed Incendiary Coat",
			Polarity = "Naramon",
			Rarity = "Uncommon",
			Tradable = false,
			Transmutable = false,
			Type = "Shotgun" 
		},
		["Flawed Intensify"] = {
			BaseDrain = 4,
			Description = "+12% Ability Strength",
			Image = "FlawedIntensifyMod.png",
			Incompatible = { "Intensify", "Umbral Intensify" },
			InternalName = "/Lotus/Upgrades/Mods/Warframe/Beginner/AvatarAbilityStrengthModBeginner",
			Introduced = "14",
			CodexSecret = true,
			IsFlawed = true,
			Link = "Intensify",
			MaxRank = 3,
			Name = "Flawed Intensify",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = false,
			Transmutable = false,
			Type = "Warframe" 
		},
		["Flawed Magazine Warp"] = {
			BaseDrain = 2,
			Description = "+12% Magazine Capacity",
			Image = "FlawedMagazineWarpMod.png",
			Incompatible = { "Magazine Warp", "Amalgam Javlok Magazine Warp", "Primed Magazine Warp" },
			InternalName = "/Lotus/Upgrades/Mods/Rifle/Beginner/WeaponClipMaxModBeginner",
			Introduced = "14",
			CodexSecret = true,
			IsFlawed = true,
			Link = "Magazine Warp",
			MaxRank = 3,
			Name = "Flawed Magazine Warp",
			Polarity = "Naramon",
			Rarity = "Common",
			Tradable = false,
			Transmutable = false,
			Type = "Rifle" 
		},
		["Flawed Molten Impact"] = {
			BaseDrain = 6,
			Description = "+60% <DT_FIRE>Heat",
			Image = "FlawedMoltenImpactMod.png",
			Incompatible = { "Molten Impact" },
			InternalName = "/Lotus/Upgrades/Mods/Melee/Beginner/WeaponFireDamageModBeginner",
			Introduced = "14",
			CodexSecret = true,
			IsFlawed = true,
			Link = "Molten Impact",
			MaxRank = 3,
			Name = "Flawed Molten Impact",
			Polarity = "Naramon",
			Rarity = "Uncommon",
			Tradable = false,
			Transmutable = false,
			Type = "Melee" 
		},
		["Flawed North Wind"] = {
			BaseDrain = 6,
			Description = "+60% <DT_FREEZE>Cold",
			Image = "FlawedNorthWindMod.png",
			Incompatible = { "North Wind" },
			InternalName = "/Lotus/Upgrades/Mods/Melee/Beginner/WeaponFreezeDamageModBeginner",
			Introduced = "14",
			CodexSecret = true,
			IsFlawed = true,
			Link = "North Wind",
			MaxRank = 3,
			Name = "Flawed North Wind",
			Polarity = "Vazarin",
			Rarity = "Uncommon",
			Tradable = false,
			Transmutable = false,
			Type = "Melee" 
		},
		["Flawed Organ Shatter"] = {
			BaseDrain = 4,
			Description = "+60% Critical Damage",
			Image = "FlawedOrganShatterMod.png",
			Incompatible = { "Organ Shatter", "Amalgam Organ Shatter" },
			InternalName = "/Lotus/Upgrades/Mods/Melee/Beginner/WeaponCritDamageModBeginner",
			Introduced = "14",
			CodexSecret = true,
			IsFlawed = true,
			Link = "Organ Shatter",
			MaxRank = 3,
			Name = "Flawed Organ Shatter",
			Polarity = "Madurai",
			Rarity = "Common",
			Tradable = false,
			Transmutable = false,
			Type = "Melee" 
		},
		["Flawed Pathogen Rounds"] = {
			BaseDrain = 4,
			Description = "+40% <DT_POISON>Toxin",
			Image = "FlawedPathogenRoundsMod.png",
			Incompatible = { "Pathogen Rounds" },
			InternalName = "/Lotus/Upgrades/Mods/Pistol/Beginner/WeaponToxinDamageModBeginner",
			Introduced = "14",
			CodexSecret = true,
			IsFlawed = true,
			Link = "Pathogen Rounds",
			MaxRank = 3,
			Name = "Flawed Pathogen Rounds",
			Polarity = "Naramon",
			Rarity = "Uncommon",
			Tradable = false,
			Transmutable = false,
			Type = "Pistol" 
		},
		["Flawed Pistol Gambit"] = {
			BaseDrain = 2,
			Description = "+60% Critical Chance",
			Image = "FlawedPistolGambitMod.png",
			Incompatible = { "Pistol Gambit", "Primed Pistol Gambit", "Creeping Bullseye" },
			InternalName = "/Lotus/Upgrades/Mods/Pistol/Beginner/WeaponCritChanceModBeginner",
			Introduced = "14",
			CodexSecret = true,
			IsFlawed = true,
			Link = "Pistol Gambit",
			MaxRank = 3,
			Name = "Flawed Pistol Gambit",
			Polarity = "Madurai",
			Rarity = "Common",
			Tradable = false,
			Transmutable = false,
			Type = "Pistol" 
		},
		["Flawed Point Blank"] = {
			BaseDrain = 4,
			Description = "+40% Damage",
			Image = "FlawedPointBlankMod.png",
			Incompatible = { "Point Blank", "Primed Point Blank" },
			InternalName = "/Lotus/Upgrades/Mods/Shotgun/Beginner/WeaponDamageAmountModBeginner",
			Introduced = "14",
			CodexSecret = true,
			IsFlawed = true,
			Link = "Point Blank",
			MaxRank = 3,
			Name = "Flawed Point Blank",
			Polarity = "Madurai",
			Rarity = "Uncommon",
			Tradable = false,
			Transmutable = false,
			Type = "Shotgun" 
		},
		["Flawed Pressure Point"] = {
			BaseDrain = 4,
			Description = "+80% Melee Damage",
			Image = "FlawedPressurePointMod.png",
			Incompatible = { "Pressure Point", "Primed Pressure Point", "Sacrificial Pressure" },
			InternalName = "/Lotus/Upgrades/Mods/Melee/Beginner/WeaponMeleeDamageModBeginner",
			Introduced = "14",
			CodexSecret = true,
			IsFlawed = true,
			Link = "Pressure Point",
			MaxRank = 3,
			Name = "Flawed Pressure Point",
			Polarity = "Madurai",
			Rarity = "Common",
			Tradable = false,
			Transmutable = false,
			Type = "Melee" 
		},
		["Flawed Quickdraw"] = {
			BaseDrain = 2,
			Description = "+20% Reload Speed",
			Image = "FlawedQuickdrawMod.png",
			Incompatible = { "Quickdraw", "Primed Quickdraw" },
			InternalName = "/Lotus/Upgrades/Mods/Pistol/Beginner/WeaponReloadSpeedModBeginner",
			Introduced = "14",
			CodexSecret = true,
			IsFlawed = true,
			Link = "Quickdraw",
			MaxRank = 3,
			Name = "Flawed Quickdraw",
			Polarity = "Naramon",
			Rarity = "Common",
			Tradable = false,
			Transmutable = false,
			Type = "Pistol" 
		},
		["Flawed Redirection"] = {
			BaseDrain = 2,
			Description = "+80% Shield Capacity",
			Image = "FlawedRedirectionMod.png",
			Incompatible = { "Redirection" },
			InternalName = "/Lotus/Upgrades/Mods/Warframe/Beginner/AvatarShieldMaxModBeginner",
			Introduced = "14",
			CodexSecret = true,
			IsFlawed = true,
			Link = "Redirection",
			MaxRank = 3,
			Name = "Flawed Redirection",
			Polarity = "Vazarin",
			Rarity = "Common",
			Tradable = false,
			Transmutable = false,
			Type = "Warframe" 
		},
		["Flawed Rush"] = {
			BaseDrain = 4,
			Description = "+10% Sprint Speed",
			Image = "FlawedRushMod.png",
			Incompatible = { "Rush" },
			InternalName = "/Lotus/Upgrades/Mods/Warframe/Beginner/AvatarSprintSpeedModBeginner",
			Introduced = "14",
			CodexSecret = true,
			IsExilus = true,
			IsFlawed = true,
			Link = "Rush",
			MaxRank = 3,
			Name = "Flawed Rush",
			Polarity = "Naramon",
			Rarity = "Uncommon",
			Tradable = false,
			Transmutable = false,
			Type = "Warframe" 
		},
		["Flawed Serration"] = {
			BaseDrain = 2,
			Description = "+40% Damage",
			Image = "FlawedSerrationMod.png",
			Incompatible = { "Serration", "Amalgam Serration" },
			InternalName = "/Lotus/Upgrades/Mods/Rifle/Beginner/WeaponDamageAmountModBeginner",
			Introduced = "14",
			CodexSecret = true,
			IsFlawed = true,
			Link = "Serration",
			MaxRank = 3,
			Name = "Flawed Serration",
			Polarity = "Madurai",
			Rarity = "Uncommon",
			Tradable = false,
			Transmutable = false,
			Type = "Rifle" 
		},
		["Flawed Shell Compression"] = {
			BaseDrain = 2,
			Description = "+12% Ammo Maximum",
			Image = "FlawedShellCompressionMod.png",
			Incompatible = { "Shell Compression" },
			InternalName = "/Lotus/Upgrades/Mods/Shotgun/Beginner/WeaponAmmoMaxModBeginner",
			Introduced = "14",
			CodexSecret = true,
			IsExilus = true,
			IsFlawed = true,
			Link = "Shell Compression",
			MaxRank = 3,
			Name = "Flawed Shell Compression",
			Polarity = "Naramon",
			Rarity = "Uncommon",
			Tradable = false,
			Transmutable = false,
			Type = "Shotgun" 
		},
		["Flawed Shocking Touch"] = {
			BaseDrain = 6,
			Description = "+60% <DT_ELECTRICITY>Electricity",
			Image = "FlawedShockingTouchMod.png",
			Incompatible = { "Shocking Touch" },
			InternalName = "/Lotus/Upgrades/Mods/Melee/Beginner/WeaponElectricityDamageModBeginner",
			Introduced = "14",
			CodexSecret = true,
			IsFlawed = true,
			Link = "Shocking Touch",
			MaxRank = 3,
			Name = "Flawed Shocking Touch",
			Polarity = "Naramon",
			Rarity = "Uncommon",
			Tradable = false,
			Transmutable = false,
			Type = "Melee" 
		},
		["Flawed Shotgun Spazz"] = {
			BaseDrain = 2,
			Description = "+40% Fire Rate",
			Image = "FlawedShotgunSpazzMod.png",
			Incompatible = { "Shotgun Spazz", "Amalgam Shotgun Spazz" },
			InternalName = "/Lotus/Upgrades/Mods/Shotgun/Beginner/WeaponFireRateModBeginner",
			Introduced = "14",
			CodexSecret = true,
			IsFlawed = true,
			Link = "Shotgun Spazz",
			MaxRank = 3,
			Name = "Flawed Shotgun Spazz",
			Polarity = "Madurai",
			Rarity = "Uncommon",
			Tradable = false,
			Transmutable = false,
			Type = "Shotgun" 
		},
		["Flawed Slip Magazine"] = {
			BaseDrain = 2,
			Description = "+10% Magazine Capacity",
			Image = "FlawedSlipMagazineMod.png",
			Incompatible = { "Slip Magazine", "Primed Slip Magazine" },
			InternalName = "/Lotus/Upgrades/Mods/Pistol/Beginner/WeaponClipMaxModBeginner",
			Introduced = "14",
			CodexSecret = true,
			IsFlawed = true,
			Link = "Slip Magazine",
			MaxRank = 3,
			Name = "Flawed Slip Magazine",
			Polarity = "Naramon",
			Rarity = "Common",
			Tradable = false,
			Transmutable = false,
			Type = "Pistol" 
		},
		["Flawed Smite Grineer"] = {
			BaseDrain = 4,
			Description = "+20% Damage to Grineer",
			Image = "FlawedSmiteGrineerMod.png",
			Incompatible = { "Smite Grineer", "Primed Smite Grineer" },
			InternalName = "/Lotus/Upgrades/Mods/Melee/Beginner/WeaponMeleeFactionDamageGrineerBeginner",
			Introduced = "14",
			CodexSecret = true,
			IsFlawed = true,
			Link = "Smite Grineer",
			MaxRank = 3,
			Name = "Flawed Smite Grineer",
			Polarity = "Madurai",
			Rarity = "Uncommon",
			Tradable = false,
			Transmutable = false,
			Type = "Melee" 
		},
		["Flawed Speed Trigger"] = {
			BaseDrain = 2,
			Description = "+20% Fire Rate (x2 for Bows)",
			Image = "FlawedSpeedTriggerMod.png",
			Incompatible = { "Speed Trigger" },
			InternalName = "/Lotus/Upgrades/Mods/Rifle/Beginner/WeaponFireRateModBeginner",
			Introduced = "14",
			CodexSecret = true,
			IsFlawed = true,
			Link = "Speed Trigger",
			MaxRank = 3,
			Name = "Flawed Speed Trigger",
			Polarity = "Madurai",
			Rarity = "Uncommon",
			Tradable = false,
			Transmutable = false,
			Type = "Rifle" 
		},
		["Flawed Steel Fiber"] = {
			BaseDrain = 2,
			Description = "+32% Armor",
			Image = "FlawedSteelFiberMod.png",
			Incompatible = { "Steel Fiber", "Umbral Fiber" },
			InternalName = "/Lotus/Upgrades/Mods/Warframe/Beginner/AvatarArmourModBeginner",
			Introduced = "14",
			CodexSecret = true,
			IsFlawed = true,
			Link = "Steel Fiber",
			MaxRank = 3,
			Name = "Flawed Steel Fiber",
			Polarity = "Vazarin",
			Rarity = "Common",
			Tradable = false,
			Transmutable = false,
			Type = "Warframe" 
		},
		["Flawed Stormbringer"] = {
			BaseDrain = 4,
			Description = "+40% <DT_ELECTRICITY>Electricity",
			Image = "FlawedStormbringerMod.png",
			Incompatible = { "Stormbringer" },
			InternalName = "/Lotus/Upgrades/Mods/Rifle/Beginner/WeaponElectricityDamageModBeginner",
			Introduced = "14",
			CodexSecret = true,
			IsFlawed = true,
			Link = "Stormbringer",
			MaxRank = 3,
			Name = "Flawed Stormbringer",
			Polarity = "Naramon",
			Rarity = "Uncommon",
			Tradable = false,
			Transmutable = false,
			Type = "Rifle" 
		},
		["Flawed Streamline"] = {
			BaseDrain = 2,
			Description = "+12% Ability Efficiency",
			Image = "FlawedStreamlineMod.png",
			Incompatible = { "Streamline" },
			InternalName = "/Lotus/Upgrades/Mods/Warframe/Beginner/AvatarAbilityEfficiencyModBeginner",
			Introduced = "14",
			CodexSecret = true,
			IsFlawed = true,
			Link = "Streamline",
			MaxRank = 3,
			Name = "Flawed Streamline",
			Polarity = "Naramon",
			Rarity = "Rare",
			Tradable = false,
			Transmutable = false,
			Type = "Warframe" 
		},
		["Flawed Stretch"] = {
			BaseDrain = 2,
			Description = "+20% Ability Range",
			Image = "FlawedStretchMod.png",
			Incompatible = { "Stretch" },
			InternalName = "/Lotus/Upgrades/Mods/Warframe/Beginner/AvatarAbilityRangeModBeginner",
			Introduced = "14",
			CodexSecret = true,
			IsFlawed = true,
			Link = "Stretch",
			MaxRank = 3,
			Name = "Flawed Stretch",
			Polarity = "Naramon",
			Rarity = "Uncommon",
			Tradable = false,
			Transmutable = false,
			Type = "Warframe" 
		},
		["Flawed Tactical Pump"] = {
			BaseDrain = 2,
			Description = "+12% Reload Speed",
			Image = "FlawedTacticalPumpMod.png",
			Incompatible = { "Tactical Pump", "Primed Tactical Pump" },
			InternalName = "/Lotus/Upgrades/Mods/Shotgun/Beginner/WeaponReloadSpeedModBeginner",
			Introduced = "14",
			CodexSecret = true,
			IsFlawed = true,
			Link = "Tactical Pump",
			MaxRank = 3,
			Name = "Flawed Tactical Pump",
			Polarity = "Naramon",
			Rarity = "Uncommon",
			Tradable = false,
			Transmutable = false,
			Type = "Shotgun" 
		},
		["Flawed Target Cracker"] = {
			BaseDrain = 2,
			Description = "+30% Critical Damage",
			Image = "FlawedTargetCrackerMod.png",
			Incompatible = { "Target Cracker", "Primed Target Cracker" },
			InternalName = "/Lotus/Upgrades/Mods/Pistol/Beginner/WeaponCritDamageModBeginner",
			Introduced = "14",
			CodexSecret = true,
			IsFlawed = true,
			Link = "Target Cracker",
			MaxRank = 3,
			Name = "Flawed Target Cracker",
			Polarity = "Madurai",
			Rarity = "Uncommon",
			Tradable = false,
			Transmutable = false,
			Type = "Pistol" 
		},
		["Flawed Thief's Wit"] = {
			BaseDrain = 2,
			Description = "+20 Loot Radar",
			Image = "FlawedThiefsWitMod.png",
			Incompatible = { "Thief's Wit" },
			InternalName = "/Lotus/Upgrades/Mods/Warframe/Beginner/AvatarLootRadarModBeginner",
			Introduced = "14",
			CodexSecret = true,
			IsExilus = true,
			IsFlawed = true,
			Link = "Thief's Wit",
			MaxRank = 3,
			Name = "Flawed Thief's Wit",
			Polarity = "Naramon",
			Rarity = "Common",
			Tradable = false,
			Transmutable = false,
			Type = "Warframe" 
		},
		["Flawed Trick Mag"] = {
			BaseDrain = 2,
			Description = "+40% Ammo Maximum",
			Image = "FlawedTrickMagMod.png",
			Incompatible = { "Trick Mag" },
			InternalName = "/Lotus/Upgrades/Mods/Pistol/Beginner/WeaponAmmoMaxModBeginner",
			Introduced = "14",
			CodexSecret = true,
			IsExilus = true,
			IsFlawed = true,
			Link = "Trick Mag",
			MaxRank = 3,
			Name = "Flawed Trick Mag",
			Polarity = "Naramon",
			Rarity = "Common",
			Tradable = false,
			Transmutable = false,
			Type = "Pistol" 
		},
		["Flawed True Steel"] = {
			BaseDrain = 4,
			Description = "+80% Critical Chance (x2 for Heavy Attacks)",
			Image = "FlawedTrueSteelMod.png",
			Incompatible = { "True Steel", "Sacrificial Steel", "Amalgam Ripkas True Steel" },
			InternalName = "/Lotus/Upgrades/Mods/Melee/Beginner/WeaponCritChanceModBeginner",
			Introduced = "14",
			CodexSecret = true,
			IsFlawed = true,
			Link = "True Steel",
			MaxRank = 3,
			Name = "Flawed True Steel",
			Polarity = "Madurai",
			Rarity = "Common",
			Tradable = false,
			Transmutable = false,
			Type = "Melee" 
		},
		["Flawed Vitality"] = {
			BaseDrain = 2,
			Description = "+120% Health",
			Image = "FlawedVitalityMod.png",
			Incompatible = { "Vitality", "Umbral Vitality" },
			InternalName = "/Lotus/Upgrades/Mods/Warframe/Beginner/AvatarHealthMaxModBeginner",
			Introduced = "14",
			CodexSecret = true,
			IsFlawed = true,
			Link = "Vitality",
			MaxRank = 3,
			Name = "Flawed Vitality",
			Polarity = "Vazarin",
			Rarity = "Common",
			Tradable = false,
			Transmutable = false,
			Type = "Warframe" 
		},
		Flechette = {
			BaseDrain = 2,
			Description = "+30% <DT_PUNCTURE>Puncture",
			Image = "FlechetteModU145.png",
			InternalName = "/Lotus/Upgrades/Mods/Shotgun/WeaponArmorPiercingDamageMod",
			Introduced = "0",
			CodexSecret = false,
			Link = "Flechette",
			MaxRank = 5,
			Name = "Flechette",
			Polarity = "Naramon",
			Rarity = "Common",
			Tradable = true,
			Transmutable = true,
			Type = "Shotgun" 
		},
		["Fleeting Expertise"] = {
			BaseDrain = 6,
			Description = "+60% Ability Efficiency\r\n-60% Ability Duration",
			Image = "FleetingExpertiseModU145.png",
			InternalName = "/Lotus/Upgrades/Mods/Warframe/DualStat/CorruptedEfficiencyDurationWarframe",
			Introduced = "10.3",
			CodexSecret = false,
			Link = "Fleeting Expertise",
			MaxRank = 5,
			Name = "Fleeting Expertise",
			Polarity = "Naramon",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Warframe" 
		},
		Flow = {
			BaseDrain = 4,
			Description = "+150% Energy Max",
			Image = "FlowModU145.png",
			Incompatible = { "Primed Flow", "Flawed Flow" },
			InternalName = "/Lotus/Upgrades/Mods/Warframe/AvatarPowerMaxMod",
			Introduced = "0",
			CodexSecret = false,
			Link = "Flow",
			MaxRank = 5,
			Name = "Flow",
			Polarity = "Naramon",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = true,
			Type = "Warframe" 
		},
		["Flow Burn"] = {
			Description = "+38% Speed and Boost Speed for 13s\r\nCooldown: 240s",
			Image = "FlowBurnMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Railjack/Tactical/CrewShipAfterBurnersAbilityCard",
			Introduced = "27.0",
			CodexSecret = false,
			Link = "Flow Burn",
			MaxRank = 10,
			Name = "Flow Burn",
			Polarity = "Universal",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = false,
			Type = "Railjack (Tactical, Slot 3)" 
		},
		["Flux Overdrive"] = {
			BaseDrain = 2,
			Description = "Status Chance fluctuates between +150% and +250% over 5s while the beam is fired.",
			Image = "FluxOverdriveMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Rifle/Event/CorpusArena/FluxRifleCorpusArenaMod",
			Introduced = "19.5",
			CodexSecret = false,
			IsWeaponAugment = true,
			Link = "Flux Overdrive",
			MaxRank = 5,
			Name = "Flux Overdrive",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Flux Rifle" 
		},
		["Focus Energy"] = {
			BaseDrain = 6,
			Description = "+40% Heavy Attack Efficiency\r\n+60% <DT_ELECTRICITY>Electricity",
			Image = "FocusEnergyModU145.png",
			InternalName = "/Lotus/Upgrades/Mods/Melee/DualStat/FocusEnergyMod",
			Introduced = "9",
			CodexSecret = false,
			Link = "Focus Energy",
			MaxRank = 3,
			Name = "Focus Energy",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Melee" 
		},
		["Focused Acceleration"] = {
			BaseDrain = 10,
			Conclave = true,
			Description = "When Aiming: +80% Projectile Speed",
			Image = "FocusedAccelerationMod.png",
			InternalName = "/Lotus/Upgrades/Mods/PvPMods/Rifle/TetraFasterProjAiming",
			Introduced = "17.10",
			CodexSecret = false,
			IsExilus = true,
			IsWeaponAugment = true,
			Link = "Focused Acceleration",
			MaxRank = 3,
			Name = "Focused Acceleration",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Tetra" 
		},
		["Focused Defense"] = {
			BaseDrain = 4,
			Description = "+20 Parry Angle",
			Image = "FocusedDefenseMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Melee/Channel/ChannelArmourMod",
			Introduced = "18.4.1",
			CodexSecret = false,
			Link = "Focused Defense",
			MaxRank = 3,
			Name = "Focused Defense",
			Polarity = "Vazarin",
			Rarity = "Common",
			Tradable = true,
			Transmutable = false,
			Type = "Melee" 
		},
		["Focused Prospectus"] = {
			BaseDrain = 0,
			Conclave = false,
			Description = "Fires a beam of energy that deals 900 <DT_FIRE>Heat Damage over 4.5s.",
			Image = "FocusedProspectusMod.png",
			Incompatible = { "Synergized Prospectus", "Aerial Prospectus" },
			InternalName = "/Lotus/Types/Friendly/Pets/ZanukaPets/ZanukaPetPrecepts/ZanukaPetMegaLaserPrecept",
			Introduced = "30.5",
			CodexSecret = false,
			IsExilus = false,
			IsFlawed = false,
			Link = "Focused Prospectus",
			MaxRank = 5,
			Name = "Focused Prospectus",
			Polarity = "Penjaga",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Hound" 
		},
		["Follow Through"] = {
			BaseDrain = 10,
			Conclave = true,
			Description = "+10 Energy",
			Image = "FollowThroughMod.png",
			InternalName = "/Lotus/Upgrades/Mods/PvPMods/Warframe/EnergyOnKill",
			Introduced = "16.5",
			CodexSecret = false,
			Link = "Follow Through",
			MaxRank = 3,
			Name = "Follow Through",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Warframe" 
		},
		["Fomorian Accelerant"] = {
			BaseDrain = 4,
			Description = "Flak now bounces up to 4x and travels 60% faster.",
			Image = "FomorianAccelerantMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Shotgun/Event/ProjectNightwatch/DrakgoonNightwatchMod",
			Introduced = "18.1",
			CodexSecret = false,
			IsExilus = true,
			IsWeaponAugment = true,
			Link = "Fomorian Accelerant",
			MaxRank = 3,
			Name = "Fomorian Accelerant",
			Polarity = "Madurai",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = false,
			Type = "Drakgoon" 
		},
		["Form Up"] = {
			Description = "Recall all Crew Members to the Railjack and Heal them for 75%\r\nCooldown: 240s",
			Image = "FormUpMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Railjack/Tactical/CrewShipMassRecallAbilityCard",
			Introduced = "27.0",
			CodexSecret = false,
			Link = "Form Up",
			MaxRank = 5,
			Name = "Form Up",
			Polarity = "Universal",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = false,
			Type = "Railjack (Tactical, Slot 1)" 
		},
		["Fortifying Fire"] = {
			BaseDrain = 6,
			Description = "ON CRITICAL HIT: Replenish 3% of Shields",
			Image = "FortifyingFireMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Railjack/Engineering/LavanShieldOnCrit",
			Introduced = "29.10",
			CodexSecret = false,
			Link = "Fortifying Fire",
			MaxRank = 5,
			Name = "Fortifying Fire",
			Polarity = "Vazarin",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Plexus" 
		},
		Fortitude = {
			BaseDrain = 6,
			Description = "+20% Chance to Resist Knockdown\r\n+80% Shield Recharge",
			Image = "FortitudeModU145.png",
			InternalName = "/Lotus/Upgrades/Mods/Warframe/DualStat/FortitudeMod",
			Introduced = "9",
			CodexSecret = false,
			Link = "Fortitude",
			MaxRank = 3,
			Name = "Fortitude",
			Polarity = "Naramon",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Warframe" 
		},
		["Forward Artillery"] = {
			BaseDrain = 6,
			Description = "+100% Forward Artillery Damage",
			Image = "ForwardArtilleryMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Railjack/Gunnery/ZektiSuperWeaponDamage",
			Introduced = "27.0",
			CodexSecret = false,
			Link = "Forward Artillery",
			MaxRank = 10,
			Name = "Forward Artillery",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Plexus" 
		},
		["Four Riders"] = {
			BaseDrain = -2,
			Description = "Fast strikes, powerful slams.",
			Image = "FourRidersMod.png",
			InternalName = "/Lotus/Weapons/Tenno/Melee/MeleeTrees/ClawCmbThreeMeleeTree",
			Introduced = "16",
			CodexSecret = false,
			Link = "Four Riders",
			MaxRank = 3,
			Name = "Four Riders",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = true,
			Type = "Claws" 
		},
		["Fracturing Crush"] = {
			BaseDrain = 6,
			Description = "Crush Augment: Survivors have their Armor decreased by 50% and become unable to move for 7s.",
			Image = "FracturingCrush2.png",
			InternalName = "/Lotus/Powersuits/Mag/CrushAugmentCard",
			Introduced = "16",
			CodexSecret = false,
			IsAbilityAugment = true,
			Link = "Fracturing Crush",
			MaxRank = 3,
			Name = "Fracturing Crush",
			Polarity = "Zenurik",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Mag" 
		},
		["Fracturing Wind"] = {
			BaseDrain = -2,
			Description = "Fast, multi-hit strikes with powerful finishers.",
			Image = "FracturingWindMod.png",
			InternalName = "/Lotus/Weapons/Tenno/Melee/MeleeTrees/FistCmbOneMeleeTree",
			Introduced = "13",
			CodexSecret = false,
			Link = "Fracturing Wind",
			MaxRank = 3,
			Name = "Fracturing Wind",
			Polarity = "Unairu",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = true,
			Type = "Fists" 
		},
		["Frail Momentum"] = {
			BaseDrain = 4,
			Description = "+90% Fire Rate\r\n-15% Damage",
			Image = "FrailMomentum.png",
			InternalName = "/Lotus/Upgrades/Mods/Shotgun/DualStat/CorruptedFireRateDamageShotgun",
			Introduced = "15",
			CodexSecret = false,
			Link = "Frail Momentum",
			MaxRank = 5,
			Name = "Frail Momentum",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Shotgun" 
		},
		["Freeze Force"] = {
			BaseDrain = 6,
			Description = "Freeze Augment: Hold to cast will grant all allies within 15m an additional 100% <DT_FREEZE>Cold Damage to their attacks for 40s.",
			Image = "FreezeForceMod.png",
			InternalName = "/Lotus/Powersuits/Frost/IcicleAugmentCard",
			Introduced = "15",
			CodexSecret = false,
			IsAbilityAugment = true,
			Link = "Freeze Force",
			MaxRank = 3,
			Name = "Freeze Force",
			Polarity = "Zenurik",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Frost" 
		},
		["Frigid Blast"] = {
			BaseDrain = 4,
			Description = "+60% <DT_FREEZE>Cold\r\n+60% Status Chance",
			Image = "FrigidBlastModU145.png",
			InternalName = "/Lotus/Upgrades/Mods/Shotgun/DualStat/IceEventShotgunMod",
			Introduced = "14.5",
			CodexSecret = false,
			Link = "Frigid Blast",
			MaxRank = 3,
			Name = "Frigid Blast",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Shotgun" 
		},
		["Frost Insulation"] = {
			_IgnoreEntry = true,
			BaseDrain = -2,
			Description = "Reduced damage from freeze attacks +%d DAMAGE RESISTANCE",
			Image = "Frost_Insulation.png",
			Link = "Frost Insulation",
			MaxRank = 5,
			Name = "Frost Insulation",
			Polarity = "None",
			Rarity = "Uncommon",
			Tradable = false,
			Transmutable = false,
			Type = "Aura" 
		},
		["Frost Jaw"] = {
			BaseDrain = 4,
			Description = "+60% <DT_FREEZE>Cold\r\n+60% Status Chance",
			Image = "FrostJawMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Sentinel/Kubrow/DualStat/KubrowIceEventMeleeMod",
			Introduced = "24",
			CodexSecret = false,
			Link = "Frost Jaw",
			MaxRank = 3,
			Name = "Frost Jaw",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Beast" 
		},
		Frostbite = {
			BaseDrain = 4,
			Description = "+60% <DT_FREEZE>Cold\r\n+60% Status Chance",
			Image = "FrostbiteModU145.png",
			InternalName = "/Lotus/Upgrades/Mods/Pistol/DualStat/IceEventPistolMod",
			Introduced = "14.5",
			CodexSecret = false,
			Link = "Frostbite",
			MaxRank = 3,
			Name = "Frostbite",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Pistol" 
		},
		["Full Capacity"] = {
			BaseDrain = 4,
			Conclave = true,
			Description = "+30% Magazine Capacity\r\n-15% Reload Speed",
			Image = "FullCapacityMod.png",
			Incompatible = { "Hydraulic Barrel", "Loose Magazine" },
			InternalName = "/Lotus/Upgrades/Mods/PvPMods/Pistol/LargerMagLongerReloadPistolMod",
			Introduced = "16.7",
			CodexSecret = false,
			Link = "Full Capacity",
			MaxRank = 5,
			Name = "Full Capacity",
			Polarity = "Naramon",
			Rarity = "Common",
			Tradable = true,
			Transmutable = false,
			Type = "Pistol" 
		},
		["Full Contact"] = {
			BaseDrain = 6,
			Description = "+120% <DT_IMPACT>Impact",
			Image = "FullContact.png",
			InternalName = "/Lotus/Upgrades/Mods/Shotgun/WeaponEventShotgunImpactDamageMod",
			Introduced = "16.4",
			CodexSecret = false,
			Link = "Full Contact",
			MaxRank = 5,
			Name = "Full Contact",
			Polarity = "Naramon",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Shotgun" 
		},
		Fulmination = {
			BaseDrain = 6,
			Description = "+24% Blast Radius",
			Image = "FulminationMod.png",
			Incompatible = { "Primed Fulmination" },
			InternalName = "/Lotus/Upgrades/Mods/Pistol/Event/AmbulasEvent/SecondaryExplosionRadiusMod",
			Introduced = "20.4",
			CodexSecret = false,
			Link = "Fulmination",
			MaxRank = 3,
			Name = "Fulmination",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Pistol" 
		},
		["Funnel Clouds"] = {
			BaseDrain = 6,
			Description = "Tornado Augment: Creates 8 additional tornadoes. All tornadoes are 50% their original size and won't pick up enemies.",
			Image = "FunnelClouds2.png",
			InternalName = "/Lotus/Powersuits/Tengu/TornadoAugmentCard",
			Introduced = "16.3.3",
			CodexSecret = false,
			IsAbilityAugment = true,
			Link = "Funnel Clouds",
			MaxRank = 3,
			Name = "Funnel Clouds",
			Polarity = "Zenurik",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Zephyr" 
		},
		["Furious Javelin"] = {
			BaseDrain = 6,
			Description = "Radial Javelin Augment: Each enemy hit will increase Excalibur's Melee Damage by 15% for 16s.",
			Image = "FuriousJavelinMod.png",
			InternalName = "/Lotus/Powersuits/Excalibur/RadialJavelinAugmentCard",
			Introduced = "15",
			CodexSecret = false,
			IsAbilityAugment = true,
			Link = "Furious Javelin",
			MaxRank = 3,
			Name = "Furious Javelin",
			Polarity = "Zenurik",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Excalibur" 
		},
		Furor = {
			BaseDrain = 4,
			Description = "+10% Attack Speed",
			Image = "Furor.png",
			InternalName = "/Lotus/Upgrades/Mods/Archwing/Melee/ArchwingMeleeFireRateMod",
			Introduced = "15",
			CodexSecret = false,
			Link = "Furor",
			MaxRank = 3,
			Name = "Furor",
			Polarity = "Madurai",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = true,
			Type = "Archmelee" 
		},
		Fury = {
			BaseDrain = 4,
			Description = "+30% Attack Speed",
			Image = "FuryMod.png",
			Incompatible = { "Primed Fury", "Flawed Fury", "Berserker Fury" },
			InternalName = "/Lotus/Upgrades/Mods/Melee/WeaponFireRateMod",
			Introduced = "0",
			CodexSecret = false,
			Link = "Fury",
			MaxRank = 5,
			Name = "Fury",
			Polarity = "Madurai",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = true,
			Type = "Melee" 
		},
		["Fused Reservoir"] = {
			BaseDrain = 6,
			Description = "Reservoirs Augment - Adds a fourth reservoir that gives the effects of all three. Costs 200% more Energy.",
			Image = "FusedReservoirMod.png",
			InternalName = "/Lotus/Powersuits/Wisp/WispReservoirAugmentCard",
			Introduced = "30.2",
			CodexSecret = false,
			IsAbilityAugment = true,
			IsExilus = true,
			Link = "Fused Reservoir",
			MaxRank = 3,
			Name = "Fused Reservoir",
			Polarity = "Zenurik",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Wisp" 
		},
		["Fusion Core"] = {
			Description = "Consumed in the fusion process to power up existing Mods.",
			Image = "FusionCoreNew.png",
			Introduced = "0",
			CodexSecret = false,
			Link = "Fusion Core",
			MaxRank = 5,
			Name = "Fusion Core",
			NotUpgradable = true,
			Polarity = "Core",
			Rarity = "Common\r\nUncommon\r\nRare",
			Tradable = false,
			Transmutable = false,
			Type = "Mod" 
		},
		["Gaia's Tragedy"] = {
			BaseDrain = -2,
			Description = "Slow, powerful strikes.",
			Image = "Gaia'sTragedyMod.png",
			InternalName = "/Lotus/Weapons/Tenno/Melee/MeleeTrees/FistCmbThreeMeleeTree",
			Introduced = "17.5",
			CodexSecret = false,
			Link = "Gaia's Tragedy",
			MaxRank = 3,
			Name = "Gaia's Tragedy",
			Polarity = "Vazarin",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = true,
			Type = "Fists" 
		},
		["Galeforce Dawn"] = {
			BaseDrain = -2,
			Description = "Wide slashes and heavy strikes",
			Image = "GaleforceDawnMod.png",
			InternalName = "/Lotus/Weapons/Tenno/Melee/MeleeTrees/HeavyScytheCmbOneMeleeTree",
			Introduced = "31.5",
			CodexSecret = false,
			Link = "Galeforce Dawn",
			MaxRank = 3,
			Name = "Galeforce Dawn",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Heavy Scythe" 
		},
		["Gale Kick"] = {
			BaseDrain = 4,
			Description = "+100% of Melee Damage converted to <DT_IMPACT>Impact Damage on Jump Kick, knocking down nearby enemies on kill.",
			Image = "GaleKickMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Warframe/WarframeMightyKickMod",
			Introduced = "25",
			CodexSecret = false,
			IsExilus = true,
			Link = "Gale Kick",
			MaxRank = 3,
			Name = "Gale Kick",
			Polarity = "Naramon",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Warframe" 
		},
		["Galvanized Acceleration"] = {
			BaseDrain = 2,
			Class = "Galvanized",
			Conclave = false,
			Description = "+30% Projectile Speed/Beam Length\r\nOn Kill: +30% Projectile Speed/Beam Length for 10s. Stacks up to 2x.",
			Image = "GalvanizedAccelerationMod.png",
			Incompatible = { "Fatal Acceleration" },
			InternalName = "/Lotus/Upgrades/Mods/Shotgun/WeaponProjectileSpeedSPMod",
			Introduced = "30.5",
			CodexSecret = false,
			IsExilus = true,
			IsFlawed = false,
			Link = "Galvanized Acceleration",
			MaxRank = 10,
			Name = "Galvanized Acceleration",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Shotgun" 
		},
		["Galvanized Aptitude"] = {
			BaseDrain = 2,
			Class = "Galvanized",
			Conclave = false,
			Description = "+80% Status Chance\r\nOn Kill: +40% Direct Damage per Status Type affecting the target for 20s. Stacks up to 2x.",
			Image = "GalvanizedAptitudeMod.png",
			Incompatible = { "Rifle Aptitude" },
			InternalName = "/Lotus/Upgrades/Mods/Rifle/WeaponStatusChanceSPMod",
			Introduced = "30.5",
			CodexSecret = false,
			IsExilus = false,
			IsFlawed = false,
			Link = "Galvanized Aptitude",
			MaxRank = 10,
			Name = "Galvanized Aptitude",
			Polarity = "Vazarin",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Rifle" 
		},
		["Galvanized Chamber"] = {
			BaseDrain = 6,
			Class = "Galvanized",
			Conclave = false,
			Description = "+80% Multishot\r\nOn Kill: +30% Multishot for 20s. Stacks up to 5x.",
			Image = "GalvanizedChamberMod.png",
			Incompatible = { "Split Chamber", "Split Flights" },
			InternalName = "/Lotus/Upgrades/Mods/Rifle/WeaponFireIterationsSPMod",
			Introduced = "30.5",
			CodexSecret = false,
			IsExilus = false,
			IsFlawed = false,
			Link = "Galvanized Chamber",
			MaxRank = 10,
			Name = "Galvanized Chamber",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Rifle" 
		},
		["Galvanized Crosshairs"] = {
			BaseDrain = 2,
			Class = "Galvanized",
			Conclave = false,
			Description = "On Headshot: +120% Critical Chance when Aiming for 12s\r\nOn Headshot Kill: +40% Critical Chance when Aiming for 12s. Stacks up to 5x.",
			Image = "GalvanizedCrosshairsMod.png",
			Incompatible = { "Hydraulic Crosshairs" },
			InternalName = "/Lotus/Upgrades/Mods/Pistol/Event/CritChanceWhileAimingPistolSPMod",
			Introduced = "30.5",
			CodexSecret = false,
			IsExilus = false,
			IsFlawed = false,
			Link = "Galvanized Crosshairs",
			MaxRank = 10,
			Name = "Galvanized Crosshairs",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Pistol" 
		},
		["Galvanized Diffusion"] = {
			BaseDrain = 4,
			Class = "Galvanized",
			Conclave = false,
			Description = "+110% Multishot\r\nOn Kill: +30% Multishot for 20s. Stacks up to 4x.",
			Image = "GalvanizedDiffusionMod.png",
			Incompatible = { "Barrel Diffusion", "Amalgam Barrel Diffusion" },
			InternalName = "/Lotus/Upgrades/Mods/Pistol/WeaponFireIterationsSPMod",
			Introduced = "30.5",
			CodexSecret = false,
			IsExilus = false,
			IsFlawed = false,
			Link = "Galvanized Diffusion",
			MaxRank = 10,
			Name = "Galvanized Diffusion",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Pistol" 
		},
		["Galvanized Hell"] = {
			BaseDrain = 6,
			Class = "Galvanized",
			Conclave = false,
			Description = "+110% Multishot\r\nOn Kill: +30% Multishot for 20s. Stacks up to 4x.",
			Image = "GalvanizedHellMod.png",
			Incompatible = { "Hell's Chamber" },
			InternalName = "/Lotus/Upgrades/Mods/Shotgun/WeaponFireIterationsSPMod",
			Introduced = "30.5",
			CodexSecret = false,
			IsExilus = false,
			IsFlawed = false,
			Link = "Galvanized Hell",
			MaxRank = 10,
			Name = "Galvanized Hell",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Shotgun" 
		},
		["Galvanized Savvy"] = {
			BaseDrain = 2,
			Class = "Galvanized",
			Conclave = false,
			Description = "+80% Status Chance\r\nOn Kill: +40% Direct Damage per Status Type affecting the target for 20s. Stacks up to 2x.",
			Image = "GalvanizedSavvyMod.png",
			Incompatible = { "Shotgun Savvy" },
			InternalName = "/Lotus/Upgrades/Mods/Shotgun/WeaponStatusChanceSPMod",
			Introduced = "30.5",
			CodexSecret = false,
			IsExilus = false,
			IsFlawed = false,
			Link = "Galvanized Savvy",
			MaxRank = 10,
			Name = "Galvanized Savvy",
			Polarity = "Vazarin",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Shotgun" 
		},
		["Galvanized Scope"] = {
			BaseDrain = 2,
			Class = "Galvanized",
			Conclave = false,
			Description = "On Headshot: +120% Critical Chance when Aiming for 12s\r\nOn Headshot Kill: +40% Critical Chance when Aiming for 12s. Stacks up to 5x.",
			Image = "GalvanizedScopeMod.png",
			Incompatible = { "Argon Scope" },
			InternalName = "/Lotus/Upgrades/Mods/Rifle/Event/CritChanceWhileAimingRifleSPMod",
			Introduced = "30.5",
			CodexSecret = false,
			IsExilus = false,
			IsFlawed = false,
			Link = "Galvanized Scope",
			MaxRank = 10,
			Name = "Galvanized Scope",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Rifle" 
		},
		["Galvanized Shot"] = {
			BaseDrain = 2,
			Class = "Galvanized",
			Conclave = false,
			Description = "+80% Status Chance\r\nOn Kill: +40% Direct Damage per Status Type affecting the target for 14s. Stacks up to 3x.",
			Image = "GalvanizedShotMod.png",
			Incompatible = { "Sure Shot" },
			InternalName = "/Lotus/Upgrades/Mods/Pistol/WeaponStatusChanceSPMod",
			Introduced = "30.5",
			CodexSecret = false,
			IsExilus = false,
			IsFlawed = false,
			Link = "Galvanized Shot",
			MaxRank = 10,
			Name = "Galvanized Shot",
			Polarity = "Vazarin",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Pistol" 
		},
		["Gemini Cross"] = {
			BaseDrain = -2,
			Description = "A style exhibiting sweeping slash attacks and swift jabs.",
			Image = "GeminiCrossMod.png",
			InternalName = "/Lotus/Weapons/Tenno/Melee/MeleeTrees/TonfaCmbOneMeleeTree",
			Introduced = "14.5",
			CodexSecret = false,
			Link = "Gemini Cross",
			MaxRank = 3,
			Name = "Gemini Cross",
			Polarity = "Madurai",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = true,
			Type = "Tonfas" 
		},
		Ghost = {
			BaseDrain = 2,
			Description = "Cloaks owner when enemies are within 10m. The cloak is disrupted if owner attacks.",
			Image = "Ghost 19.6.3.png",
			InternalName = "/Lotus/Types/Sentinels/SentinelPrecepts/Ghost",
			Introduced = "7",
			CodexSecret = false,
			Link = "Ghost",
			MaxRank = 5,
			Name = "Ghost",
			Polarity = "Penjaga",
			Rarity = "Common",
			Tradable = true,
			Transmutable = false,
			Type = "Shade" 
		},
		["Gilded Truth"] = {
			BaseDrain = 4,
			Description = "+80% Fire Rate\r\n+1 'Truth'",
			Image = "GildedTruth.png",
			InternalName = "/Lotus/Upgrades/Mods/Syndicate/BurstonPrimeMod",
			Introduced = "15",
			CodexSecret = false,
			IsWeaponAugment = true,
			Link = "Gilded Truth",
			MaxRank = 3,
			Name = "Gilded Truth",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Burston Prime" 
		},
		["Glacial Edge"] = {
			BaseDrain = 4,
			Description = "+120% <DT_FREEZE>Cold",
			Image = "GlacialEdge.png",
			InternalName = "/Lotus/Upgrades/Mods/Archwing/Melee/ArchwingWeaponFreezeDamageMod",
			Introduced = "15",
			CodexSecret = false,
			Link = "Glacial Edge",
			MaxRank = 5,
			Name = "Glacial Edge",
			Polarity = "Vazarin",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = false,
			Type = "Archmelee" 
		},
		["Gladiator Aegis"] = {
			BaseDrain = 4,
			Description = "+45% Armor",
			Image = "GladiatorAegisMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Sets/Gladiator/WarframeGladiatorAegisMod",
			Introduced = "22",
			CodexSecret = false,
			Link = "Gladiator Aegis",
			MaxRank = 5,
			Name = "Gladiator Aegis",
			Polarity = "Vazarin",
			Rarity = "Common",
			Set = "Gladiator Set",
			Tradable = true,
			Transmutable = false,
			Type = "Warframe" 
		},
		["Gladiator Finesse"] = {
			BaseDrain = 4,
			Description = "Drains Energy to stop Lethal Damage with 60% Efficiency.",
			Image = "GladiatorFinesseMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Sets/Gladiator/WarframeGladiatorFinesseMod",
			Introduced = "22",
			CodexSecret = false,
			Link = "Gladiator Finesse",
			MaxRank = 5,
			Name = "Gladiator Finesse",
			Polarity = "Vazarin",
			Rarity = "Rare",
			Set = "Gladiator Set",
			Tradable = true,
			Transmutable = false,
			Type = "Warframe" 
		},
		["Gladiator Might"] = {
			BaseDrain = 4,
			Description = "+60% Critical Damage",
			Image = "GladiatorMightMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Sets/Gladiator/MeleeGladiatorMightMod",
			Introduced = "22",
			CodexSecret = false,
			Link = "Gladiator Might",
			MaxRank = 5,
			Name = "Gladiator Might",
			Polarity = "Madurai",
			Rarity = "Uncommon",
			Set = "Gladiator Set",
			Tradable = true,
			Transmutable = false,
			Type = "Melee" 
		},
		["Gladiator Resolve"] = {
			BaseDrain = 4,
			Description = "+180% Health",
			Image = "GladiatorResolveMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Sets/Gladiator/WarframeGladiatorResolveMod",
			Introduced = "22",
			CodexSecret = false,
			Link = "Gladiator Resolve",
			MaxRank = 5,
			Name = "Gladiator Resolve",
			Polarity = "Vazarin",
			Rarity = "Uncommon",
			Set = "Gladiator Set",
			Tradable = true,
			Transmutable = false,
			Type = "Warframe" 
		},
		["Gladiator Rush"] = {
			BaseDrain = 4,
			Description = "+6s Combo Duration",
			Image = "GladiatorRushMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Sets/Gladiator/MeleeGladiatorRushMod",
			Introduced = "22",
			CodexSecret = false,
			Link = "Gladiator Rush",
			MaxRank = 5,
			Name = "Gladiator Rush",
			Polarity = "Naramon",
			Rarity = "Common",
			Set = "Gladiator Set",
			Tradable = true,
			Transmutable = false,
			Type = "Melee" 
		},
		["Gladiator Vice"] = {
			BaseDrain = 4,
			Description = "+30% Attack Speed",
			Image = "GladiatorViceMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Sets/Gladiator/MeleeGladiatorViceMod",
			Introduced = "22",
			CodexSecret = false,
			Link = "Gladiator Vice",
			MaxRank = 5,
			Name = "Gladiator Vice",
			Polarity = "Madurai",
			Rarity = "Rare",
			Set = "Gladiator Set",
			Tradable = true,
			Transmutable = false,
			Type = "Melee" 
		},
		["Gleaming Blight"] = {
			BaseDrain = 4,
			Description = "+100% Status Chance\r\n+1 'Blight'",
			Image = "GleamingBlight.png",
			InternalName = "/Lotus/Upgrades/Mods/Syndicate/DarkDaggerMod",
			Introduced = "15",
			CodexSecret = false,
			IsWeaponAugment = true,
			Link = "Gleaming Blight",
			MaxRank = 3,
			Name = "Gleaming Blight",
			Polarity = "Naramon",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Dark Dagger" 
		},
		["Gleaming Talon"] = {
			BaseDrain = -2,
			Description = "Fast arcing strikes.",
			Image = "GleamingTalonMod.png",
			InternalName = "/Lotus/Weapons/Tenno/Melee/MeleeTrees/GlaiveCmbOneMeleeTree",
			Introduced = "13",
			CodexSecret = false,
			Link = "Gleaming Talon",
			MaxRank = 3,
			Name = "Gleaming Talon",
			Polarity = "Naramon",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = true,
			Type = "Glaives" 
		},
		["Gnashing Payara"] = {
			BaseDrain = -2,
			Description = "Lunging punctures with impaling spirals.",
			Image = "GnashingPayaraMod.png",
			InternalName = "/Lotus/Weapons/Tenno/Melee/MeleeTrees/DualDaggerCmbTwoMeleeTree",
			Introduced = "13",
			CodexSecret = false,
			Link = "Gnashing Payara",
			MaxRank = 3,
			Name = "Gnashing Payara",
			Polarity = "Unairu",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = true,
			Type = "Dual Daggers" 
		},
		["Gorgon Frenzy"] = {
			BaseDrain = 10,
			Conclave = true,
			Description = "On Kill: +30% Fire Rate for 3s",
			Image = "GorgonFrenzyMod.png",
			InternalName = "/Lotus/Upgrades/Mods/PvPMods/Rifle/FasterRoFonKillGorgonMod",
			Introduced = "17.8",
			CodexSecret = false,
			Link = "Gorgon Frenzy",
			MaxRank = 3,
			Name = "Gorgon Frenzy",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Gorgon" 
		},
		["Granum's Nemesis"] = {
			BaseDrain = 4,
			Description = "+27% Turret Damage vs Corpus",
			Image = "Granum'sNemesisMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Railjack/Gunnery/VidarCorpusKiller",
			Introduced = "29.10",
			CodexSecret = false,
			Link = "Granum's Nemesis",
			MaxRank = 5,
			Name = "Granum's Nemesis",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Plexus" 
		},
		["Greedy Pull"] = {
			BaseDrain = 6,
			Description = "Pull Augment: Adds 100% chance to pull pickups towards Mag.",
			Image = "GreedyPullMod.png",
			InternalName = "/Lotus/Powersuits/Mag/PullAugmentCard",
			Introduced = "15",
			CodexSecret = false,
			IsAbilityAugment = true,
			Link = "Greedy Pull",
			MaxRank = 3,
			Name = "Greedy Pull",
			Polarity = "Zenurik",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Mag" 
		},
		["Grim Fury"] = {
			BaseDrain = -2,
			Description = "Lightning fast hit chains and hard-hitting combos.",
			Image = "GrimFuryMod.png",
			InternalName = "/Lotus/Weapons/Tenno/Melee/MeleeTrees/PunchKickCmbOneMeleeTree",
			Introduced = "13",
			CodexSecret = false,
			Link = "Grim Fury",
			MaxRank = 3,
			Name = "Grim Fury",
			Polarity = "Unairu",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = true,
			Type = "Sparring" 
		},
		Grinloked = {
			BaseDrain = 10,
			Conclave = true,
			Description = "+60% Accuracy when Aiming",
			Image = "Grinloked.png",
			InternalName = "/Lotus/Upgrades/Mods/PvPMods/Rifle/MoreAccuracyOnHitGrinlokMod",
			Introduced = "17.8",
			CodexSecret = false,
			Link = "Grinloked",
			MaxRank = 3,
			Name = "Grinloked",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Grinlok" 
		},
		["Growing Power"] = {
			BaseDrain = -2,
			Description = "Applying Status Effects with weapons increase Ability Strength by 25% for 6s.",
			Image = "GrowingPowerMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Aura/FairyQuest/FairyQuestCritToAbilityAuraMod",
			Introduced = "The Silver Grove",
			CodexSecret = false,
			Link = "Growing Power",
			MaxRank = 5,
			Name = "Growing Power",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Aura" 
		},
		Guardian = {
			BaseDrain = 2,
			Description = "Boosts owner's shield by 100% when it runs out.",
			Image = "Guardian 19.6.3.png",
			InternalName = "/Lotus/Types/Sentinels/SentinelPrecepts/Guardian",
			Introduced = "7",
			CodexSecret = false,
			Link = "Guardian",
			MaxRank = 5,
			Name = "Guardian",
			Polarity = "Penjaga",
			Rarity = "Common",
			Tradable = true,
			Transmutable = true,
			Type = "Robotic" 
		},
		["Guardian Derision"] = {
			BaseDrain = 6,
			Description = "Blocking taunts enemies within 15 meters to target you instead of allies.\r\n+30% Combo Count Chance while Blocking",
			Image = "GuardianDerisionMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Melee/WeaponBlockingTauntMod",
			Introduced = "19.2",
			CodexSecret = false,
			Link = "Guardian Derision",
			MaxRank = 5,
			Name = "Guardian Derision",
			Polarity = "Vazarin",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = true,
			Type = "Melee" 
		},
		["Guided Effigy"] = {
			BaseDrain = 6,
			Description = "Effigy Augment: Cast and hold to make Effigy move to your aim point. Deals 4000 Damage/s and restores 5 Energy for each enemy in its path. Roars on arrival, stunning nearby enemies.",
			Image = "GuidedEffigyMod.png",
			InternalName = "/Lotus/Powersuits/Dragon/DragonPeltAugmentCard",
			Introduced = "20.7",
			CodexSecret = false,
			IsAbilityAugment = true,
			Link = "Guided Effigy",
			MaxRank = 3,
			Name = "Guided Effigy",
			Polarity = "Zenurik",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Chroma" 
		},
		["Guided Ordnance"] = {
			BaseDrain = 2,
			Description = "On Hit: +30% Accuracy when Aiming for 9s",
			Image = "GuidedOrdnanceMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Rifle/Event/AccuracyWhileAimingRifleMod",
			Introduced = "18.4.1",
			CodexSecret = false,
			IsExilus = true,
			Link = "Guided Ordnance",
			MaxRank = 5,
			Name = "Guided Ordnance",
			Polarity = "Madurai",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = false,
			Type = "Assault Rifle" 
		},
		["Gun Glide"] = {
			BaseDrain = 6,
			Conclave = true,
			Description = "-20% Recoil and Spread when Sliding",
			Image = "GunGlide.png",
			InternalName = "/Lotus/Upgrades/Mods/PvPMods/Rifle/MoreAccuracyLessRecoilSlidingMod",
			Introduced = "17",
			CodexSecret = false,
			IsExilus = true,
			Link = "Gun Glide",
			MaxRank = 3,
			Name = "Gun Glide",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Assault Rifle" 
		},
		Gunslinger = {
			BaseDrain = 2,
			Description = "+72% Fire Rate",
			Image = "GunslingerModU145.png",
			InternalName = "/Lotus/Upgrades/Mods/Pistol/WeaponFireRateMod",
			Introduced = "0",
			CodexSecret = false,
			Link = "Gunslinger",
			MaxRank = 5,
			Name = "Gunslinger",
			Polarity = "Madurai",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = true,
			Type = "Pistol" 
		},
		["Hall of Malevolence"] = {
			BaseDrain = 6,
			Description = "Hall of Mirrors Augment: The damage of your doppelgangers is increased by 5% every time you kill an enemy.",
			Image = "HallOfMalevolence3.png",
			InternalName = "/Lotus/Powersuits/Harlequin/IllusionAugmentCard",
			Introduced = "15",
			CodexSecret = false,
			IsAbilityAugment = true,
			Link = "Hall of Malevolence",
			MaxRank = 3,
			Name = "Hall of Malevolence",
			Polarity = "Zenurik",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Mirage" 
		},
		["Hallowed Eruption"] = {
			BaseDrain = 6,
			Description = "Hallowed Ground Augment: Reactivate to deal all Remaining Damage and <DT_RADIATION>Radiation Status. Passive: +100% Hallowed Ground Duration.",
			Image = "HallowedEruptionMod.png",
			InternalName = "/Lotus/Powersuits/Paladin/StairwayToHeavenAugmentCard",
			Introduced = "15.6",
			CodexSecret = false,
			IsAbilityAugment = true,
			Link = "Hallowed Eruption",
			MaxRank = 3,
			Name = "Hallowed Eruption",
			Polarity = "Zenurik",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Oberon" 
		},
		["Hallowed Reckoning"] = {
			BaseDrain = 6,
			Description = "Reckoning Augment: Enemies affected by Reckoning spawn zones that increase Armor by 250 for allies and inflicts 150 Damage to enemies over 10s.",
			Image = "HallowedReckoning2.png",
			InternalName = "/Lotus/Powersuits/Paladin/ReckoningAugmentCard",
			Introduced = "16.8",
			CodexSecret = false,
			IsAbilityAugment = true,
			Link = "Hallowed Reckoning",
			MaxRank = 3,
			Name = "Hallowed Reckoning",
			Polarity = "Zenurik",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Oberon" 
		},
		["Hammer Shot"] = {
			BaseDrain = 6,
			Description = "+60% Critical Damage\r\n+80% Status Chance",
			Image = "HammerShotModU145.png",
			InternalName = "/Lotus/Upgrades/Mods/Rifle/DualStat/HammerShotMod",
			Introduced = "9",
			CodexSecret = false,
			Link = "Hammer Shot",
			MaxRank = 3,
			Name = "Hammer Shot",
			Polarity = "Vazarin",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Rifle" 
		},
		Handspring = {
			BaseDrain = 6,
			Description = "+160% Faster Knockdown Recovery",
			Image = "HandspringMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Warframe/AvatarKnockdownRecoveryMod",
			Introduced = "7.10",
			CodexSecret = false,
			IsExilus = true,
			Link = "Handspring",
			MaxRank = 3,
			Name = "Handspring",
			Polarity = "Naramon",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = true,
			Type = "Warframe" 
		},
		["Hard Engage"] = {
			BaseDrain = 2,
			Description = "Engages enemies within 10m with melee attacks, dealing 90 <DT_IMPACT> Impact Damage. Melee attacks are enhanced by Mods equipped in the Moa's weapon.",
			Image = "HardEngageMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Sentinel/Moa/MoaMeleeMod",
			Introduced = "28",
			CodexSecret = false,
			Link = "Hard Engage",
			MaxRank = 5,
			Name = "Hard Engage",
			Polarity = "Penjaga",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "MOA" 
		},
		["Hard Reset"] = {
			BaseDrain = 0,
			Description = "Execute 3 Mercy Kills within 40 seconds to revive a fallen Sentinel or Companion",
			Image = "HardReset.png",
			InternalName = "/Lotus/Upgrades/Mods/DataSpike/Assassin/OnExecutionReviveCompanionMod",
			Introduced = "30.5",
			CodexSecret = false,
			Link = "Hard Reset",
			MaxRank = 0,
			Name = "Hard Reset",
			Polarity = "Universal",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = true,
			Type = "Parazon" 
		},
		["Harkonar Scope"] = {
			BaseDrain = 4,
			Description = "+12s Combo Duration when Aiming",
			Image = "HarkonarScopeMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Rifle/Event/ProjectNightwatch/VulkarNightwatchMod",
			Introduced = "18.10",
			CodexSecret = false,
			IsWeaponAugment = true,
			Link = "Harkonar Scope",
			MaxRank = 5,
			Name = "Harkonar Scope",
			Polarity = "Naramon",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = false,
			Type = "Sniper" 
		},
		["Hastened Deflection"] = {
			BaseDrain = 4,
			Description = "+90% Shield Recharge",
			Image = "HastenedDeflectionMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Sentinel/Kubrow/KubrowShieldRechargeRateMod",
			Introduced = "14",
			CodexSecret = false,
			Link = "Hastened Deflection",
			MaxRank = 5,
			Name = "Hastened Deflection",
			Polarity = "Vazarin",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = true,
			Type = "Beast" 
		},
		["Hastened Steps"] = {
			BaseDrain = 10,
			Conclave = true,
			Description = "+20% Sprint Speed\r\n-20% Shield Capacity",
			Image = "HastenedSteps.png",
			InternalName = "/Lotus/Upgrades/Mods/PvPMods/Warframe/FasterSprintLessShield",
			Introduced = "17",
			CodexSecret = false,
			Link = "Hastened Steps",
			MaxRank = 3,
			Name = "Hastened Steps",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Warframe" 
		},
		["Hata-Satya"] = {
			BaseDrain = 2,
			Description = "Each hit increases Critical Chance by 1.2%. Resets upon reloading or holstering.",
			Image = "Hata-SatyaMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Rifle/Event/SomaCritChanceOnHitMod",
			Introduced = "29",
			CodexSecret = false,
			IsWeaponAugment = true,
			Link = "Hata-Satya",
			MaxRank = 5,
			Name = "Hata-Satya",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Soma Prime" 
		},
		["Hawk Eye"] = {
			BaseDrain = 4,
			Conclave = true,
			Description = "+80% Zoom",
			Image = "HawkEyeModU145.png",
			InternalName = "/Lotus/Upgrades/Mods/Pistol/WeaponPistolZoomFovMod",
			Introduced = "8",
			CodexSecret = false,
			IsExilus = true,
			Link = "Hawk Eye",
			MaxRank = 5,
			Name = "Hawk Eye",
			Polarity = "Naramon",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = true,
			Type = "Pistol" 
		},
		["Healing Flame"] = {
			BaseDrain = 6,
			Description = "Fire Blast Augment: Each enemy hit heals Ember by 25 to 50 depending on current Immolation level.",
			Image = "HealingFlameMod.png",
			Incompatible = { "Purifying Flames" },
			InternalName = "/Lotus/Powersuits/Ember/FireBlastAugmentCard",
			Introduced = "26",
			CodexSecret = false,
			IsAbilityAugment = true,
			Link = "Healing Flame",
			MaxRank = 3,
			Name = "Healing Flame",
			Polarity = "Zenurik",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Ember" 
		},
		["Healing Return"] = {
			BaseDrain = 6,
			Description = "Restores 11 Health per Status Type affecting the target",
			Image = "HealingReturnMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Melee/WeaponHealOnHitEnemyWithProc",
			Introduced = "19.2",
			CodexSecret = false,
			Link = "Healing Return",
			MaxRank = 10,
			Name = "Healing Return",
			Polarity = "Vazarin",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = true,
			Type = "Melee" 
		},
		["Health Conversion"] = {
			BaseDrain = 10,
			Description = "Health Orbs grant 450 Armor, stacking up to 3x. Taking damage will consume a stack after 3s.",
			Image = "HealthConversion.png",
			InternalName = "/Lotus/Upgrades/Mods/Warframe/HealthPickupGivesArmourMod",
			Introduced = "18.5",
			CodexSecret = false,
			Link = "Health Conversion",
			MaxRank = 5,
			Name = "Health Conversion",
			Polarity = "Vazarin",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Warframe" 
		},
		Heartseeker = {
			BaseDrain = 10,
			Conclave = true,
			Description = "Lock onto targets within 1m, but reduces blocking effectiveness.\r\n-50% Damage Block",
			Image = "Heartseeker.png",
			InternalName = "/Lotus/Upgrades/Mods/PvPMods/Melee/DaggerMeleeAutoTargetBonus",
			Introduced = "17.3",
			CodexSecret = false,
			Link = "Heartseeker",
			MaxRank = 3,
			Name = "Heartseeker",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Daggers" 
		},
		["Hearty Nourishment"] = {
			BaseDrain = 6,
			Description = "Nourish Augment - Clear Status Effects and gain 2s of Status Immunity for each victim in Grendel's stomach.",
			Image = "HeartyNourishmentMod.png",
			InternalName = "/Lotus/Powersuits/Devourer/DevourerConsumeAugmentCard",
			Introduced = "30.2",
			CodexSecret = false,
			IsAbilityAugment = true,
			Link = "Hearty Nourishment",
			MaxRank = 3,
			Name = "Hearty Nourishment",
			Polarity = "Zenurik",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Grendel" 
		},
		["Heated Charge"] = {
			BaseDrain = 6,
			Description = "+90% <DT_FIRE>Heat",
			Image = "HeatedChargeModU145.png",
			Incompatible = { "Primed Heated Charge", "Flawed Heated Charge" },
			InternalName = "/Lotus/Upgrades/Mods/Pistol/WeaponFireDamageMod",
			Introduced = "0",
			CodexSecret = false,
			Link = "Heated Charge",
			MaxRank = 5,
			Name = "Heated Charge",
			Polarity = "Naramon",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = true,
			Type = "Pistol" 
		},
		["Heavy Caliber"] = {
			BaseDrain = 6,
			Description = "+165% Damage\r\n-55% Accuracy",
			Image = "HeavyCaliberModU145.png",
			InternalName = "/Lotus/Upgrades/Mods/Rifle/DualStat/CorruptedDamageRecoilRifle",
			Introduced = "10.3",
			CodexSecret = false,
			Link = "Heavy Caliber",
			MaxRank = 10,
			Name = "Heavy Caliber",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Rifle" 
		},
		["Heavy Impact"] = {
			BaseDrain = 2,
			Description = "Create 6m seismic shockwaves from heavy landings, dealing 300 Damage and knocking foes off their feet.",
			Image = "HeavyImpactModU145.png",
			InternalName = "/Lotus/Upgrades/Mods/Warframe/AvatarFallingImpactMod",
			Introduced = "9",
			CodexSecret = false,
			IsExilus = true,
			Link = "Heavy Impact",
			MaxRank = 5,
			Name = "Heavy Impact",
			Polarity = "Naramon",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = true,
			Type = "Warframe" 
		},
		["Heavy Trauma"] = {
			BaseDrain = 2,
			Description = "+90% <DT_IMPACT>Impact",
			Image = "HeavyTraumaModU145.png",
			Incompatible = { "Primed Heavy Trauma" },
			InternalName = "/Lotus/Upgrades/Mods/Melee/WeaponImpactDamageMod",
			Introduced = "11",
			CodexSecret = false,
			Link = "Heavy Trauma",
			MaxRank = 5,
			Name = "Heavy Trauma",
			Polarity = "Naramon",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = true,
			Type = "Melee" 
		},
		["Heavy Warhead"] = {
			BaseDrain = 10,
			Conclave = true,
			Description = "+100% Blast Radius\r\n-50% Projectile Speed",
			Image = "HeavyWarhead.png",
			InternalName = "/Lotus/Upgrades/Mods/PvPMods/Pistol/BiggerRadiusSlowerVelocityPistolMod",
			Introduced = "18",
			CodexSecret = false,
			Link = "Heavy Warhead",
			MaxRank = 3,
			Name = "Heavy Warhead",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Pistol" 
		},
		["Heightened Reflexes"] = {
			BaseDrain = 10,
			Conclave = true,
			Description = "+20% Casting Speed\r\n-20% Ability Efficiency",
			Image = "HeightenedReflexesMod.png",
			InternalName = "/Lotus/Upgrades/Mods/PvPMods/Warframe/FasterCastingHigherEnergyCostMod",
			Introduced = "17",
			CodexSecret = false,
			Link = "Heightened Reflexes",
			MaxRank = 3,
			Name = "Heightened Reflexes",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Warframe" 
		},
		["Hell's Chamber"] = {
			BaseDrain = 4,
			Description = "+120% Multishot",
			Image = "HellsChamberModU145.png",
			Incompatible = { "Galvanized Hell" },
			InternalName = "/Lotus/Upgrades/Mods/Shotgun/WeaponFireIterationsMod",
			Introduced = "0",
			CodexSecret = false,
			Link = "Hell's Chamber",
			MaxRank = 5,
			Name = "Hell's Chamber",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = true,
			Type = "Shotgun" 
		},
		Hellfire = {
			BaseDrain = 6,
			Description = "+90% <DT_FIRE>Heat",
			Image = "HellfireModU145.png",
			Incompatible = { "Flawed Hellfire" },
			InternalName = "/Lotus/Upgrades/Mods/Rifle/WeaponFireDamageMod",
			Introduced = "0",
			CodexSecret = false,
			Link = "Hellfire",
			MaxRank = 5,
			Name = "Hellfire",
			Polarity = "Naramon",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = true,
			Type = "Rifle" 
		},
		Hemorrhage = {
			BaseDrain = 10,
			Description = " <DT_IMPACT> Impact Status Effects have 35% chance to apply a <DT_SLASH> Slash Status Effect (x2 when Fire Rate is below 2.5)",
			Image = "HemorrhageMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Pistol/WeaponBleedOnImpactPistolMod",
			Introduced = "29.10",
			CodexSecret = false,
			Link = "Hemorrhage",
			MaxRank = 5,
			Name = "Hemorrhage",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Pistol" 
		},
		["High Noon"] = {
			BaseDrain = -2,
			Description = "Bullets spray between wicked slash attacks.",
			Image = "HighNoonMod.png",
			InternalName = "/Lotus/Weapons/Tenno/Melee/MeleeTrees/GunbladeCmbOneMeleeTree",
			Introduced = "15.5",
			CodexSecret = false,
			Link = "High Noon",
			MaxRank = 3,
			Name = "High Noon",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = true,
			Type = "Gunblade" 
		},
		["High Voltage"] = {
			BaseDrain = 4,
			Description = "+60% <DT_ELECTRICITY>Electricity\r\n+60% Status Chance",
			Image = "HighVoltageModU145.png",
			InternalName = "/Lotus/Upgrades/Mods/Rifle/DualStat/ElectEventRifleMod",
			Introduced = "12.4",
			CodexSecret = false,
			Link = "High Voltage",
			MaxRank = 3,
			Name = "High Voltage",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Rifle" 
		},
		["Hit And Run"] = {
			BaseDrain = 0,
			Description = "+60% Parkour Speed after a Mercy for 15s",
			Image = "HitAndRunMod.png",
			InternalName = "/Lotus/Upgrades/Mods/DataSpike/Assassin/OnExecutionParkourSpeedMod",
			Introduced = "26",
			CodexSecret = false,
			Link = "Hit And Run",
			MaxRank = 0,
			Name = "Hit And Run",
			Polarity = "Universal",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = true,
			Type = "Parazon" 
		},
		["Hollow Point"] = {
			BaseDrain = 4,
			Description = "+60% Critical Damage\r\n-15% Damage",
			Image = "HollowPointModU145.png",
			InternalName = "/Lotus/Upgrades/Mods/Pistol/DualStat/CorruptedCritDamagePistol",
			Introduced = "10.3",
			CodexSecret = false,
			Link = "Hollow Point",
			MaxRank = 5,
			Name = "Hollow Point",
			Polarity = "Naramon",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Pistol" 
		},
		["Hollowed Bullets"] = {
			BaseDrain = 4,
			Description = "+80% Critical Damage",
			Image = "HollowedBullets.png",
			InternalName = "/Lotus/Upgrades/Mods/Archwing/Rifle/ArchwingRifleCritDamageMod",
			Introduced = "15",
			CodexSecret = false,
			Link = "Hollowed Bullets",
			MaxRank = 3,
			Name = "Hollowed Bullets",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = true,
			Type = "Archgun" 
		},
		["Homing Fang"] = {
			BaseDrain = -2,
			Description = "Fast strikes, many hits.",
			Image = "HomingFangMod.png",
			InternalName = "/Lotus/Weapons/Tenno/Melee/MeleeTrees/DaggerCmbOneMeleeTree",
			Introduced = "13",
			CodexSecret = false,
			Link = "Homing Fang",
			MaxRank = 3,
			Name = "Homing Fang",
			Polarity = "Naramon",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = true,
			Type = "Daggers" 
		},
		["Hornet Strike"] = {
			BaseDrain = 4,
			Description = "+220% Damage",
			Image = "HornetStrikeModU145.png",
			Incompatible = { "Flawed Hornet Strike" },
			InternalName = "/Lotus/Upgrades/Mods/Pistol/WeaponDamageAmountMod",
			Introduced = "0",
			CodexSecret = false,
			Link = "Hornet Strike",
			MaxRank = 10,
			Name = "Hornet Strike",
			Polarity = "Madurai",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = true,
			Type = "Pistol" 
		},
		Howl = {
			BaseDrain = 0,
			Description = "The kubrow cries out with a blood-curdling howl that strikes fear into 15 enemies within 24m for 16s.",
			Image = "Howl 19.6.3.png",
			InternalName = "/Lotus/Types/Friendly/Pets/KubrowPetPrecepts/KubrowFearPrecept",
			Introduced = "14",
			CodexSecret = false,
			Link = "Howl",
			MaxRank = 5,
			Name = "Howl",
			Polarity = "Penjaga",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Raksa Kubrow" 
		},
		Hunt = {
			BaseDrain = 0,
			Description = "The kubrow charges ahead to attack an enemy, dealing 160 Damage to all in its path.",
			Image = "Hunt 19.6.3.png",
			InternalName = "/Lotus/Types/Friendly/Pets/KubrowPetPrecepts/KubrowChargePrecept",
			Introduced = "14",
			CodexSecret = false,
			Link = "Hunt",
			MaxRank = 5,
			Name = "Hunt",
			Polarity = "Penjaga",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Huras Kubrow" 
		},
		["Hunter Adrenaline"] = {
			BaseDrain = 6,
			Description = "Convert +45% of Damage on Health to Energy",
			Image = "HunterAdrenalineMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Sets/Hunter/WarframeHunterAdrenalineMod",
			Introduced = "22.3",
			CodexSecret = false,
			Link = "Hunter Adrenaline",
			MaxRank = 5,
			Name = "Hunter Adrenaline",
			Polarity = "Madurai",
			Rarity = "Common",
			Set = "Hunter Set",
			Tradable = true,
			Transmutable = false,
			Type = "Warframe" 
		},
		["Hunter Command"] = {
			BaseDrain = 4,
			Description = "Applying a <DT_SLASH>Slash Status to an enemy causes the Companion to attack them for 6s.",
			Image = "HunterCommandMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Sets/Hunter/CompanionHunterCommandMod",
			Introduced = "22.3",
			CodexSecret = false,
			Link = "Hunter Command",
			MaxRank = 5,
			Name = "Hunter Command",
			Polarity = "Madurai",
			Rarity = "Rare",
			Set = "Hunter Set",
			Tradable = true,
			Transmutable = false,
			Type = "Beast" 
		},
		["Hunter Munitions"] = {
			BaseDrain = 4,
			Description = "+30% chance to apply <DT_SLASH> on Critical",
			Image = "HunterMunitionsMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Sets/Hunter/PrimaryHunterMunitionsMod",
			Introduced = "22.3",
			CodexSecret = false,
			Link = "Hunter Munitions",
			MaxRank = 5,
			Name = "Hunter Munitions",
			Polarity = "Madurai",
			Rarity = "Uncommon",
			Set = "Hunter Set",
			Tradable = true,
			Transmutable = false,
			Type = "Primary" 
		},
		["Hunter Recovery"] = {
			BaseDrain = 4,
			Description = "+30% Companion Lifesteal-Link",
			Image = "HunterRecoveryMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Sets/Hunter/CompanionHunterRecoveryMod",
			Introduced = "22.3",
			CodexSecret = false,
			Link = "Hunter Recovery",
			MaxRank = 5,
			Name = "Hunter Recovery",
			Polarity = "Madurai",
			Rarity = "Common",
			Set = "Hunter Set",
			Tradable = true,
			Transmutable = false,
			Type = "Beast" 
		},
		["Hunter Synergy"] = {
			BaseDrain = 4,
			Description = "+30% Critical Chance-Link",
			Image = "HunterSynergyMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Sets/Hunter/CompanionHunterSynergyMod",
			Introduced = "22.3",
			CodexSecret = false,
			Link = "Hunter Synergy",
			MaxRank = 5,
			Name = "Hunter Synergy",
			Polarity = "Madurai",
			Rarity = "Uncommon",
			Set = "Hunter Set",
			Tradable = true,
			Transmutable = false,
			Type = "Beast" 
		},
		["Hunter Track"] = {
			BaseDrain = 4,
			Description = "+30% Status Duration",
			Image = "HunterTrackMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Sets/Hunter/PrimaryHunterTrackMod",
			Introduced = "22.3",
			CodexSecret = false,
			Link = "Hunter Track",
			MaxRank = 5,
			Name = "Hunter Track",
			Polarity = "Madurai",
			Rarity = "Rare",
			Set = "Hunter Set",
			Tradable = true,
			Transmutable = false,
			Type = "Primary" 
		},
		["Hunter's Bonesaw"] = {
			BaseDrain = 2,
			Description = "Increase Damage by 90% and Status Chance by 60% when attacking a prone enemy.",
			Image = "Hunter'sBonesawMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Melee/Event/ProjectNightwatch/RipkasNightwatchMod",
			Introduced = "18.10",
			CodexSecret = false,
			IsWeaponAugment = true,
			Link = "Hunter's Bonesaw",
			MaxRank = 5,
			Name = "Hunter's Bonesaw",
			Polarity = "Madurai",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = false,
			Type = "Ripkas" 
		},
		Hush = {
			BaseDrain = 2,
			Description = "Reduces the chance an enemy will hear gunfire by 100%.",
			Image = "HushModU145.png",
			InternalName = "/Lotus/Upgrades/Mods/Rifle/WeaponNoiseReductionMod",
			Introduced = "10",
			CodexSecret = false,
			IsExilus = true,
			Link = "Hush",
			MaxRank = 5,
			Name = "Hush",
			Polarity = "Naramon",
			Rarity = "Common",
			Tradable = true,
			Transmutable = true,
			Type = "Rifle" 
		},
		["Hushed Invisibility"] = {
			BaseDrain = 6,
			Description = "Invisibility Augment: Weapon noise is reduced by 100% while invisible.",
			Image = "HushedInvisibility2.png",
			InternalName = "/Lotus/Powersuits/Loki/InvisibilityAugmentCard",
			Introduced = "16",
			CodexSecret = false,
			IsAbilityAugment = true,
			Link = "Hushed Invisibility",
			MaxRank = 3,
			Name = "Hushed Invisibility",
			Polarity = "Zenurik",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Loki" 
		},
		["Hydraulic Barrel"] = {
			BaseDrain = 6,
			Conclave = true,
			Description = "-40% Weapon Recoil\r\n-20% Magazine Capacity",
			Image = "HydraulicBarrelMod.png",
			Incompatible = { "Full Capacity", "Loose Magazine" },
			InternalName = "/Lotus/Upgrades/Mods/PvPMods/Pistol/LessRecoilSmallerMagPistolMod",
			Introduced = "16.7",
			CodexSecret = false,
			Link = "Hydraulic Barrel",
			MaxRank = 3,
			Name = "Hydraulic Barrel",
			Polarity = "Naramon",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Pistol" 
		},
		["Hydraulic Chamber"] = {
			BaseDrain = 6,
			Conclave = true,
			Description = "-60% Weapon Recoil\r\n-10% Magazine Capacity",
			Image = "HydraulicChamberMod.png",
			Incompatible = { "Loaded Capacity", "Loose Chamber" },
			InternalName = "/Lotus/Upgrades/Mods/PvPMods/Shotgun/LessRecoilSmallerMagShotgunMod",
			Introduced = "16.7",
			CodexSecret = false,
			Link = "Hydraulic Chamber",
			MaxRank = 3,
			Name = "Hydraulic Chamber",
			Polarity = "Naramon",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Shotgun" 
		},
		["Hydraulic Crosshairs"] = {
			BaseDrain = 2,
			Description = "On Headshot: +135% Critical Chance when Aiming for 9s",
			Image = "HydraulicCrosshairs.png",
			Incompatible = { "Galvanized Crosshairs" },
			InternalName = "/Lotus/Upgrades/Mods/Pistol/Event/CritChanceWhileAimingPistolMod",
			Introduced = "18.4.1",
			CodexSecret = false,
			Link = "Hydraulic Crosshairs",
			MaxRank = 5,
			Name = "Hydraulic Crosshairs",
			Polarity = "Madurai",
			Rarity = "Common",
			Tradable = true,
			Transmutable = false,
			Type = "Pistol" 
		},
		["Hydraulic Gauge"] = {
			BaseDrain = 6,
			Conclave = true,
			Description = "-60% Weapon Recoil\r\n-10% Magazine Capacity",
			Image = "HydraulicGaugeMod.png",
			Incompatible = { "Double Tap", "Loose Hatch", "Maximum Capacity" },
			InternalName = "/Lotus/Upgrades/Mods/PvPMods/Rifle/LessRecoilSmallerMagRifleMod",
			Introduced = "16.7",
			CodexSecret = false,
			Link = "Hydraulic Gauge",
			MaxRank = 3,
			Name = "Hydraulic Gauge",
			Polarity = "Naramon",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Assault Rifle" 
		},
		["Hyperion Thrusters"] = {
			BaseDrain = 10,
			Description = "+27.5% Flight Speed",
			Image = "HyperionThrusters.png",
			InternalName = "/Lotus/Upgrades/Mods/Archwing/Suit/ArchwingSuitSprintSpeedMod",
			Introduced = "15",
			CodexSecret = false,
			Link = "Hyperion Thrusters",
			MaxRank = 10,
			Name = "Hyperion Thrusters",
			Polarity = "Naramon",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = true,
			Type = "Archwing" 
		},
		Hyperstrike = {
			BaseDrain = 10,
			Description = "+75% Turret Damage",
			Image = "HyperstrikeMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Railjack/Gunnery/VidarGunnerWeaponDamage",
			Introduced = "27.0",
			CodexSecret = false,
			Link = "Hyperstrike",
			MaxRank = 5,
			Name = "Hyperstrike",
			Polarity = "Madurai",
			Rarity = "Common",
			Tradable = true,
			Transmutable = false,
			Type = "Plexus" 
		},
		["Hypothermic Shell"] = {
			BaseDrain = 4,
			Description = "+60% <DT_FREEZE>Cold\r\n+60% Status Chance",
			Image = "HypothermicShellMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Archwing/Rifle/ArchwingEventColdStatusRifleMod",
			Introduced = "24",
			CodexSecret = false,
			Link = "Hypothermic Shell",
			MaxRank = 3,
			Name = "Hypothermic Shell",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Archgun" 
		},
		Hysteria = {
			BaseDrain = 0,
			Description = "Stance: Valkyr is imbued with energy and becomes a ball of vicious rage, capable of unleashing a torrent of deadly claw attacks on unsuspecting foes.",
			Image = "HysteriaStance.png",
			InternalName = "/Lotus/Weapons/Tenno/Melee/MeleeTrees/BerserkerMeleeTree",
			Introduced = "23",
			CodexSecret = false,
			Link = "Hysteria (Stance)",
			MaxRank = 3,
			Name = "Hysteria",
			NotUpgradable = true,
			Polarity = "Universal",
			Rarity = "Common",
			Tradable = false,
			Transmutable = false,
			Type = "Valkyr Talons" 
		},
		["Hysterical Assault"] = {
			BaseDrain = 6,
			Description = "Hysteria Augment: Aim and then attack to leap onto enemies up to 50m away.",
			Image = "HystericalAssaultMod.png",
			Incompatible = { "Enraged" },
			InternalName = "/Lotus/Powersuits/Berserker/LastStandAugmentCard",
			Introduced = "The Silver Grove",
			CodexSecret = false,
			IsAbilityAugment = true,
			IsExilus = true,
			Link = "Hysterical Assault",
			MaxRank = 3,
			Name = "Hysterical Assault",
			Polarity = "Zenurik",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Valkyr" 
		},
		["Hysterical Fixation"] = {
			BaseDrain = 6,
			Conclave = true,
			Description = "Hysteria Augment: While Hysteria is active, each kill restores 20% Maximum Shields.",
			Image = "HystericalFixation.png",
			InternalName = "/Lotus/Powersuits/Berserker/LastStandPvPAugmentCard",
			Introduced = "16.5",
			CodexSecret = false,
			IsAbilityAugment = true,
			Link = "Hysterical Fixation",
			MaxRank = 3,
			Name = "Hysterical Fixation",
			Polarity = "Zenurik",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Warframe" 
		},
		["Iatric Mycelium"] = {
			BaseDrain = 0,
			Description = "Release a trail of spores every 8s that heal the companion and its allies for 300 health over 5s.",
			Image = "IatricMyceliumMod.png",
			InternalName = "/Lotus/Types/Friendly/Pets/CreaturePets/CreaturePrecepts/InfestedPredatorHealingSporesPrecept",
			Introduced = "29",
			CodexSecret = false,
			Link = "Iatric Mycelium",
			MaxRank = 3,
			Name = "Iatric Mycelium",
			Polarity = "Penjaga",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Vizier Predasite" 
		},
		["Ice Spring"] = {
			BaseDrain = 2,
			Description = "+24.2% to Bullet Jump\r\n+24.2% Aim Glide/Wall Latch Duration\r\n+275% <DT_FREEZE>Cold on Bullet Jump",
			Image = "IceSpringMod.png",
			Incompatible = {
				"Mobilize",
				"Patagium",
				"Battering Maneuver",
				"Piercing Step",
				"Rending Turn",
				"Firewalker",
				"Lightning Dash",
				"Toxic Flight" 
			},
			InternalName = "/Lotus/Upgrades/Mods/Warframe/IceParkourTwoMod",
			Introduced = "17",
			CodexSecret = false,
			IsExilus = true,
			Link = "Ice Spring",
			MaxRank = 10,
			Name = "Ice Spring",
			Polarity = "Vazarin",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = true,
			Type = "Warframe" 
		},
		["Ice Storm"] = {
			BaseDrain = 6,
			Description = "+40% Magazine Capacity\r\n+40% <DT_FREEZE>Cold",
			Image = "IceStormModU145.png",
			InternalName = "/Lotus/Upgrades/Mods/Pistol/DualStat/IceStormMod",
			Introduced = "9",
			CodexSecret = false,
			Link = "Ice Storm",
			MaxRank = 3,
			Name = "Ice Storm",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Pistol" 
		},
		["Ice Wave Impedance"] = {
			BaseDrain = 6,
			Conclave = true,
			Description = "Ice Wave Augment: Leaves a frozen trail for 12s that slows down enemies that come into contact with it.",
			Image = "IceWaveImpedance3.png",
			InternalName = "/Lotus/Powersuits/Frost/IceSpikeAugmentCard",
			Introduced = "15.6",
			CodexSecret = false,
			IsAbilityAugment = true,
			Link = "Ice Wave Impedance",
			MaxRank = 3,
			Name = "Ice Wave Impedance",
			Polarity = "Zenurik",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Frost" 
		},
		["Icy Avalanche"] = {
			BaseDrain = 6,
			Description = "Avalanche Augment: Grants allies within the radius with a coat of ice that absorbs 60 Damage per enemy hit.",
			Image = "IcyAvalancheMod.png",
			InternalName = "/Lotus/Powersuits/Frost/AvalancheAugmentCard",
			Introduced = "19.2",
			CodexSecret = false,
			IsAbilityAugment = true,
			Link = "Icy Avalanche",
			MaxRank = 3,
			Name = "Icy Avalanche",
			Polarity = "Zenurik",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Frost" 
		},
		["Immolated Radiance"] = {
			BaseDrain = 6,
			Description = "Immolation Augment: Allies within Affinity range will receive 50% of Immolation's Damage Reduction.",
			Image = "ImmolatedRadianceMod.png",
			InternalName = "/Lotus/Powersuits/Ember/FireSkinAugmentCard",
			Introduced = "26",
			CodexSecret = false,
			IsAbilityAugment = true,
			Link = "Immolated Radiance",
			MaxRank = 3,
			Name = "Immolated Radiance",
			Polarity = "Zenurik",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Ember" 
		},
		["Impaler Munitions"] = {
			BaseDrain = 2,
			Conclave = true,
			Description = "20% of Damage converted into <DT_PUNCTURE>Puncture",
			Image = "ImpalerMunitions.png",
			Incompatible = { "Meteor Munitions", "Razor Munitions" },
			InternalName = "/Lotus/Upgrades/Mods/PvPMods/Pistol/DamageBiasPuncturePistolMod",
			Introduced = "17",
			CodexSecret = false,
			Link = "Impaler Munitions",
			MaxRank = 3,
			Name = "Impaler Munitions",
			Polarity = "Madurai",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = false,
			Type = "Pistol" 
		},
		["Impenetrable Offense"] = {
			BaseDrain = 10,
			Conclave = true,
			Description = "+30% Damage Block\r\n-10% Melee Damage",
			Image = "ImpenetrableOffenseMod.png",
			InternalName = "/Lotus/Upgrades/Mods/PvPMods/Melee/BlockMoreAttackSlowerMeleeMod",
			Introduced = "17",
			CodexSecret = false,
			Link = "Impenetrable Offense",
			MaxRank = 3,
			Name = "Impenetrable Offense",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Melee" 
		},
		["Incendiary Coat"] = {
			BaseDrain = 6,
			Description = "+90% <DT_FIRE>Heat",
			Image = "IncendiaryCoatModU145.png",
			Incompatible = { "Flawed Incendiary Coat" },
			InternalName = "/Lotus/Upgrades/Mods/Shotgun/WeaponFireDamageMod",
			Introduced = "0",
			CodexSecret = false,
			Link = "Incendiary Coat",
			MaxRank = 5,
			Name = "Incendiary Coat",
			Polarity = "Naramon",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = true,
			Type = "Shotgun" 
		},
		["Indomitable Matrix"] = {
			BaseDrain = -2,
			Description = "-12% Breach Chance\r\n+15% Shield Regen during Breach\r\n+30% Armor when below 36% Hull",
			Image = "IndomitableMatrixMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Railjack/Piloting/ZektiSiegeMatrixAura",
			Introduced = "29.10",
			CodexSecret = false,
			Link = "Indomitable Matrix",
			MaxRank = 5,
			Name = "Indomitable Matrix",
			Polarity = "Naramon",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = false,
			Type = "Railjack Aura" 
		},
		["Inertia Dampeners"] = {
			BaseDrain = 6,
			Description = "+4 Point Multiplier to Trick Score",
			Image = "InertiaDampeners.png",
			InternalName = "/Lotus/Upgrades/Mods/Hoverboard/HBPointsMultiplierMod",
			Introduced = "24",
			CodexSecret = false,
			Link = "Inertia Dampeners",
			MaxRank = 3,
			Name = "Inertia Dampeners",
			Polarity = "Naramon",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = false,
			Type = "K-Drive" 
		},
		["Infected Clip"] = {
			BaseDrain = 4,
			Description = "+90% <DT_POISON>Toxin",
			Image = "InfectedClipModU145.png",
			InternalName = "/Lotus/Upgrades/Mods/Rifle/WeaponToxinDamageMod",
			Introduced = "11",
			CodexSecret = false,
			Link = "Infected Clip",
			MaxRank = 5,
			Name = "Infected Clip",
			Polarity = "Naramon",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = true,
			Type = "Rifle" 
		},
		["Infectious Bite"] = {
			BaseDrain = 0,
			Description = "A Finisher Attack that deals +200% Finisher Damage and infects the target with a Virus that grows 4 volatile pustules that react to damage.",
			Image = "InfectiousBiteMod.png",
			InternalName = "/Lotus/Types/Friendly/Pets/CreaturePets/CreaturePrecepts/InfestedPredatorInfectiousBitePrecept",
			Introduced = "29",
			CodexSecret = false,
			Link = "Infectious Bite",
			MaxRank = 3,
			Name = "Infectious Bite",
			Polarity = "Penjaga",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Medjay Predasite" 
		},
		["Infectious Injection"] = {
			BaseDrain = 4,
			Description = "+60% <DT_POISON>Toxin\r\n+60% Status Chance",
			Image = "InfectiousInjection.png",
			InternalName = "/Lotus/Upgrades/Mods/Archwing/Melee/ArchwingEventToxinStatusMeleeMod",
			Introduced = "24",
			CodexSecret = false,
			Link = "Infectious Injection",
			MaxRank = 3,
			Name = "Infectious Injection",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Archmelee" 
		},
		["Infested Impedance"] = {
			BaseDrain = -2,
			Description = "-18% Speed",
			Image = "InfestedImpedanceModU145.png",
			InternalName = "/Lotus/Upgrades/Mods/Aura/InfestationSpeedReductionAuraMod",
			Introduced = "8",
			CodexSecret = false,
			Link = "Infested Impedance",
			MaxRank = 5,
			Name = "Infested Impedance",
			Polarity = "Vazarin",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = false,
			Type = "Aura" 
		},
		Infiltrate = {
			BaseDrain = 6,
			Description = "Prowl Augment: Ivara is able to bypass laser barriers and gains 25% Movement Speed.",
			Image = "Infiltrate2.png",
			InternalName = "/Lotus/Powersuits/Ranger/RangerStealAugmentCard",
			Introduced = "18.14",
			CodexSecret = false,
			IsAbilityAugment = true,
			Link = "Infiltrate",
			MaxRank = 3,
			Name = "Infiltrate",
			Polarity = "Zenurik",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Ivara" 
		},
		Insatiable = {
			BaseDrain = 6,
			Description = "Ravenous Augment: Nidus has a 60% chance of generating an additional Mutation stack whenever he gains one, while standing in the Ravenous infestation.",
			Image = "InsatiableMod.png",
			InternalName = "/Lotus/Powersuits/Infestation/InfestPodsAugmentCard",
			Introduced = "23.0.6",
			CodexSecret = false,
			IsAbilityAugment = true,
			Link = "Insatiable",
			MaxRank = 3,
			Name = "Insatiable",
			Polarity = "Zenurik",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Nidus" 
		},
		Insulation = {
			BaseDrain = 4,
			Description = "+60% <DT_FREEZE>Cold Resistance",
			Image = "InsulationModU145.png",
			InternalName = "/Lotus/Upgrades/Mods/Warframe/AvatarDamageResistanceIce",
			Introduced = "8",
			CodexSecret = false,
			Link = "Insulation",
			MaxRank = 5,
			Name = "Insulation",
			Polarity = "Vazarin",
			Rarity = "Common",
			Tradable = true,
			Transmutable = true,
			Type = "Warframe" 
		},
		Intensify = {
			BaseDrain = 6,
			Description = "+55% Ability Strength",
			Image = "IntensifyModU145.png",
			Incompatible = { "Umbral Intensify", "Flawed Intensify" },
			InternalName = "/Lotus/Upgrades/Mods/Warframe/AvatarAbilityStrengthMod",
			Introduced = "0",
			CodexSecret = false,
			Link = "Intensify",
			MaxRank = 5,
			Name = "Intensify",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = true,
			Type = "Warframe" 
		},
		["Internal Bleeding"] = {
			BaseDrain = 10,
			Description = " <DT_IMPACT> Impact Status Effects have 35% chance to apply a <DT_SLASH> Slash Status Effect (x2 when Fire Rate is below 2.5)",
			Image = "InternalBleedingMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Rifle/WeaponBleedOnImpactProcRifleMod",
			Introduced = "29.10",
			CodexSecret = false,
			Link = "Internal Bleeding",
			MaxRank = 5,
			Name = "Internal Bleeding",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Rifle" 
		},
		Intruder = {
			BaseDrain = 0,
			Description = "+8s to Hacking",
			Image = "IntruderModU145.png",
			InternalName = "/Lotus/Upgrades/Mods/Warframe/AvatarTimeLimitIncreaseMod",
			Introduced = "10",
			CodexSecret = false,
			IsExilus = true,
			Link = "Intruder",
			MaxRank = 3,
			Name = "Intruder",
			Polarity = "Universal",
			Rarity = "Common",
			Tradable = true,
			Transmutable = true,
			Type = "Parazon" 
		},
		["Intruder Stasis"] = {
			Description = "Freeze all Enemy Boarding Parties for 35s\r\nCooldown: 300s",
			Image = "IntruderStasisMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Railjack/Tactical/CrewShipStasisAbilityCard",
			Introduced = "27.0",
			CodexSecret = false,
			Link = "Intruder Stasis",
			MaxRank = 5,
			Name = "Intruder Stasis",
			Polarity = "Universal",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = false,
			Type = "Railjack (Tactical, Slot 1)" 
		},
		Investigator = {
			BaseDrain = 4,
			Description = "Helios Sentinel will scan objects and enemies within 50m over 2s. This consumes codex scanner charges.",
			Image = "Investigator 19.6.3.png",
			InternalName = "/Lotus/Types/Sentinels/SentinelPrecepts/CodexScannerPrecept",
			Introduced = "12.5",
			CodexSecret = false,
			Link = "Investigator",
			MaxRank = 5,
			Name = "Investigator",
			Polarity = "Penjaga",
			Rarity = "Common",
			Tradable = true,
			Transmutable = false,
			Type = "Helios" 
		},
		["Ion Burn"] = {
			BaseDrain = 4,
			Description = "+45% Boost Speed",
			Image = "IonBurnMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Railjack/Piloting/ZektiBoostSpeed",
			Introduced = "27.0",
			CodexSecret = false,
			Link = "Ion Burn",
			MaxRank = 5,
			Name = "Ion Burn",
			Polarity = "Vazarin",
			Rarity = "Common",
			Tradable = true,
			Transmutable = false,
			Type = "Plexus" 
		},
		["Ion Infusion"] = {
			BaseDrain = 4,
			Description = "+60% <DT_ELECTRICITY>Electricity\r\n+60% Status Chance",
			Image = "IonInfusion.png",
			InternalName = "/Lotus/Upgrades/Mods/Archwing/Melee/ArchwingEventElectricStatusMeleeMod",
			Introduced = "24",
			CodexSecret = false,
			Link = "Ion Infusion",
			MaxRank = 3,
			Name = "Ion Infusion",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Archmelee" 
		},
		["Iron Phoenix"] = {
			BaseDrain = -2,
			Description = "Fast cutting attacks with puncture finish.",
			Image = "IronPhoenixMod.png",
			InternalName = "/Lotus/Weapons/Tenno/Melee/MeleeTrees/IronPhoenixMeleeTree",
			Introduced = "13",
			CodexSecret = false,
			Link = "Iron Phoenix",
			MaxRank = 3,
			Name = "Iron Phoenix",
			Polarity = "Unairu",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = true,
			Type = "Swords" 
		},
		["Iron Shrapnel"] = {
			BaseDrain = 6,
			Conclave = true,
			Description = "Iron Skin Augment: Recasting Iron Skin will cause it to detonate, dealing 100% of its remaining Health as <DT_PUNCTURE>Puncture Damage, and knocking down enemies.",
			Image = "IronShrapnel3.png",
			InternalName = "/Lotus/Powersuits/Rhino/IronSkinAugmentCard",
			Introduced = "15.6",
			CodexSecret = false,
			IsAbilityAugment = true,
			Link = "Iron Shrapnel",
			MaxRank = 3,
			Name = "Iron Shrapnel",
			Polarity = "Zenurik",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Rhino" 
		},
		["Iron Vault"] = {
			_IgnoreEntry = true,
			BaseDrain = 6,
			Description = "Iron Jab Augment: Aiming Iron Jab at the ground launches Wukong into the air. Executing a slam attack increases range by 15m and applies 300% extra damage.",
			Image = "IronVault2.png",
			Introduced = "18.14",
			CodexSecret = false,
			IsAbilityAugment = true,
			Link = "Iron Vault",
			MaxRank = 3,
			Name = "Iron Vault",
			Polarity = "Zenurik",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Wukong" 
		},
		["Ironclad Charge"] = {
			BaseDrain = 6,
			Description = "Rhino Charge Augment: Each enemy hit increases Rhino's Armor Rating by 50% for 10s.",
			Image = "IroncladChargeMod.png",
			InternalName = "/Lotus/Powersuits/Rhino/RhinoChargeAugmentCard",
			Introduced = "15",
			CodexSecret = false,
			IsAbilityAugment = true,
			Link = "Ironclad Charge",
			MaxRank = 3,
			Name = "Ironclad Charge",
			Polarity = "Zenurik",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Rhino" 
		},
		["Ironclad Flight"] = {
			BaseDrain = 4,
			Description = "Disable vacuum in Razorwing. Reduced Damage by 40% while Airborne.",
			Image = "IroncladFlightMod.png",
			Incompatible = { "Aviator" },
			InternalName = "/Lotus/Powersuits/Fairy/FairyDisablePassiveMod",
			Introduced = "27.3",
			CodexSecret = false,
			IsExilus = true,
			Link = "Ironclad Flight",
			MaxRank = 3,
			Name = "Ironclad Flight",
			Polarity = "Ability",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Titania" 
		},
		["Ironclad Matrix"] = {
			BaseDrain = -2,
			Description = "+22.5% Hull and Armor\r\n+25.5% Max Shields and Shield Regen",
			Image = "IroncladMatrixMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Railjack/Engineering/VidarDefensiveMatrix",
			Introduced = "29.10",
			CodexSecret = false,
			Link = "Ironclad Matrix",
			MaxRank = 5,
			Name = "Ironclad Matrix",
			Polarity = "Vazarin",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = false,
			Type = "Railjack Aura" 
		},
		["Irradiating Disarm"] = {
			BaseDrain = 6,
			Description = "Radial Disarm Augment: Enemies will be affected by <DT_RADIATION>Radiation for 9s.",
			Image = "IrradiatingDisarm3.png",
			InternalName = "/Lotus/Powersuits/Loki/DisarmAugmentCard",
			Introduced = "15.6",
			CodexSecret = false,
			IsAbilityAugment = true,
			Link = "Irradiating Disarm",
			MaxRank = 3,
			Name = "Irradiating Disarm",
			Polarity = "Zenurik",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Loki" 
		},
		["Jagged Edge"] = {
			BaseDrain = 2,
			Description = "+90% <DT_SLASH>Slash",
			Image = "JaggedEdgeModU145.png",
			InternalName = "/Lotus/Upgrades/Mods/Melee/WeaponSlashDamageMod",
			Introduced = "11",
			CodexSecret = false,
			Link = "Jagged Edge",
			MaxRank = 5,
			Name = "Jagged Edge",
			Polarity = "Naramon",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = true,
			Type = "Melee" 
		},
		Jahu = {
			Class = "Requiem",
			Description = "Corporeal laws are unwrit\r\nAs suns and love retreat",
			Image = "JahuRequiemMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Immortal/ImmortalThreeMod",
			Introduced = "26",
			CodexSecret = false,
			Link = "Jahu",
			MaxRank = 3,
			Name = "Jahu",
			NotUpgradable = true,
			Polarity = "Universal",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = true,
			Type = "Parazon" 
		},
		["Jet Stream"] = {
			BaseDrain = 6,
			Description = "Turbulence Augment: Turbulence increases Movement Speed by 40% and Projectile Speed by 100% for Zephyr and her allies.",
			Image = "JetStreamMod.png",
			InternalName = "/Lotus/Powersuits/Tengu/TurbulenceAugmentCard",
			Introduced = "15.6",
			CodexSecret = false,
			IsAbilityAugment = true,
			Link = "Jet Stream",
			MaxRank = 3,
			Name = "Jet Stream",
			Polarity = "Zenurik",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Zephyr" 
		},
		Jolt = {
			BaseDrain = 4,
			Description = "+60% <DT_ELECTRICITY>Electricity\r\n+60% Status Chance",
			Image = "JoltNew.png",
			InternalName = "/Lotus/Upgrades/Mods/Pistol/DualStat/ElectEventPistolMod",
			Introduced = "12.4",
			CodexSecret = false,
			Link = "Jolt",
			MaxRank = 3,
			Name = "Jolt",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Pistol" 
		},
		["Jugulus Barbs"] = {
			BaseDrain = 4,
			Description = "+90% <DT_PUNCTURE>Puncture\r\n+60% Status Chance",
			Image = "JugulusBarbsMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Sets/Boneblade/BonebladeBarbsMod",
			Introduced = "29",
			CodexSecret = false,
			Link = "Jugulus Barbs",
			MaxRank = 5,
			Name = "Jugulus Barbs",
			Polarity = "Naramon",
			Rarity = "Common",
			Set = "Jugulus Set",
			Tradable = true,
			Transmutable = false,
			Type = "Melee" 
		},
		["Jugulus Carapace"] = {
			BaseDrain = 4,
			Description = "+60% Armor\r\n+90% Health",
			Image = "JugulusCarapaceMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Sets/Boneblade/BonebladeCarapaceMod",
			Introduced = "29",
			CodexSecret = false,
			Link = "Jugulus Carapace",
			MaxRank = 5,
			Name = "Jugulus Carapace",
			Polarity = "Vazarin",
			Rarity = "Uncommon",
			Set = "Jugulus Set",
			Tradable = true,
			Transmutable = false,
			Type = "Warframe" 
		},
		["Jugulus Spines"] = {
			BaseDrain = 4,
			Description = "+90% <DT_PUNCTURE>Puncture\r\n+60% Status Chance",
			Image = "JugulusSpinesMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Sets/Boneblade/BonebladeSpinesMod",
			Introduced = "29",
			CodexSecret = false,
			Link = "Jugulus Spines",
			MaxRank = 5,
			Name = "Jugulus Spines",
			Polarity = "Naramon",
			Rarity = "Rare",
			Set = "Jugulus Set",
			Tradable = true,
			Transmutable = false,
			Type = "Pistol" 
		},
		Juice = {
			BaseDrain = 4,
			Description = "Executing tricks charges Energy: 55 Energy per 100 Trick Points.",
			Image = "JuiceMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Hoverboard/HBEnergyTricksMod",
			Introduced = "29",
			CodexSecret = false,
			Link = "Juice",
			MaxRank = 10,
			Name = "Juice",
			Polarity = "Vazarin",
			Rarity = "Common",
			Tradable = true,
			Transmutable = false,
			Type = "K-Drive" 
		},
		["Justice Blades"] = {
			BaseDrain = 4,
			Description = "+100% Melee Damage\r\n+1 'Justice'",
			Image = "JusticeBlades.png",
			InternalName = "/Lotus/Upgrades/Mods/Syndicate/DualCleaversMod",
			Introduced = "15",
			CodexSecret = false,
			IsWeaponAugment = true,
			Link = "Justice Blades",
			MaxRank = 3,
			Name = "Justice Blades",
			Polarity = "Naramon",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Dual Cleavers" 
		},
		["Kavat's Grace"] = {
			BaseDrain = 4,
			Description = "Resist Hard Landings from falling at speeds of up to 40m/s.",
			Image = "Kavat'sGraceMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Warframe/WarframeCatMod",
			Introduced = "25",
			CodexSecret = false,
			IsExilus = true,
			Link = "Kavat's Grace",
			MaxRank = 3,
			Name = "Kavat's Grace",
			Polarity = "Naramon",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Warframe" 
		},
		Khra = {
			Class = "Requiem",
			Description = "To cosmic forms from tangent planes\r\nWe end as we began",
			Image = "KhraRequiemMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Immortal/ImmortalEightMod",
			Introduced = "26",
			CodexSecret = false,
			Link = "Khra",
			MaxRank = 3,
			Name = "Khra",
			NotUpgradable = true,
			Polarity = "Universal",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = true,
			Type = "Parazon" 
		},
		["Kill Switch"] = {
			BaseDrain = 10,
			Conclave = true,
			Description = "On Kill: +50% Reload Speed for 3s",
			Image = "KillSwitchMod.png",
			InternalName = "/Lotus/Upgrades/Mods/PvPMods/Shotgun/FasterReloadOnKillShotgunMod",
			Introduced = "17.8",
			CodexSecret = false,
			Link = "Kill Switch",
			MaxRank = 3,
			Name = "Kill Switch",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Shotgun" 
		},
		["Killing Blow"] = {
			BaseDrain = 6,
			Description = "+120% Melee Damage On Heavy Attack\r\n+60% Heavy Attack Wind Up Speed",
			Image = "KillingBlowModU145.png",
			InternalName = "/Lotus/Upgrades/Mods/Melee/WeaponMeleeHeavyDamageMod",
			Introduced = "0",
			CodexSecret = false,
			Link = "Killing Blow",
			MaxRank = 5,
			Name = "Killing Blow",
			Polarity = "Madurai",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = true,
			Type = "Melee" 
		},
		["Kinetic Collision"] = {
			BaseDrain = 6,
			Conclave = true,
			Description = "Speed Augment: Running into an opponent increases the duration of Speed by 4s.",
			Image = "KineticCollision.png",
			InternalName = "/Lotus/Powersuits/Volt/SpeedPvPAugmentCard",
			Introduced = "16",
			CodexSecret = false,
			IsAbilityAugment = true,
			Link = "Kinetic Collision",
			MaxRank = 3,
			Name = "Kinetic Collision",
			Polarity = "Zenurik",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Volt" 
		},
		["Kinetic Diversion"] = {
			BaseDrain = 6,
			Description = "Convert +40% of Damage on Health to Energy",
			Image = "KineticDiversionMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Archwing/Suit/ArchwingDamageToEnergyMod",
			Introduced = "22",
			CodexSecret = false,
			Link = "Kinetic Diversion",
			MaxRank = 3,
			Name = "Kinetic Diversion",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Archwing" 
		},
		["Kinetic Friction"] = {
			BaseDrain = 4,
			Description = "Grinding builds up a charge that is released when landing the trick, dealing 400 <DT_ELECTRICITY>Electricity Damage to enemies within 4m.",
			Image = "KineticFriction.png",
			InternalName = "/Lotus/Upgrades/Mods/Hoverboard/HBGrindStaticMod",
			Introduced = "24",
			CodexSecret = false,
			Link = "Kinetic Friction",
			MaxRank = 3,
			Name = "Kinetic Friction",
			Polarity = "Madurai",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = false,
			Type = "K-Drive" 
		},
		["Kinetic Ricochet"] = {
			BaseDrain = 2,
			Description = "Shots now bounce up to 6x and travel 30% further.",
			Image = "KineticRicochetRareReup.png",
			InternalName = "/Lotus/Upgrades/Mods/Rifle/Event/CorpusArena/TetraCorpusArenaMod",
			Introduced = "The Index Preview",
			CodexSecret = false,
			IsExilus = true,
			IsWeaponAugment = true,
			Link = "Kinetic Ricochet",
			MaxRank = 5,
			Name = "Kinetic Ricochet",
			Polarity = "Naramon",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = false,
			Type = "Tetra" 
		},
		["Larva Burst"] = {
			BaseDrain = 6,
			Description = "Larva Augment: Reactivate Larva to detonate and deal 300 <DT_POISON>Toxin Damage in a 5m radius. This damage stacks for every enemy grabbed by the Larva.",
			Image = "LarvaBurst.png",
			InternalName = "/Lotus/Powersuits/Infestation/InfestTendrilsAugmentCard",
			Introduced = "22.10",
			CodexSecret = false,
			IsAbilityAugment = true,
			Link = "Larva Burst",
			MaxRank = 3,
			Name = "Larva Burst",
			Polarity = "Zenurik",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Nidus" 
		},
		["Laser Deflection"] = {
			_IgnoreEntry = true,
			BaseDrain = -2,
			Description = "Laser damage deflected +%d DAMAGE RESISTANCE",
			Image = "Laser Deflection.jpg",
			Link = "Laser Deflection",
			MaxRank = 5,
			Name = "Laser Deflection",
			Polarity = "None",
			Rarity = "Uncommon",
			Tradable = false,
			Transmutable = false,
			Type = "Aura" 
		},
		["Laser Sight"] = {
			BaseDrain = 4,
			Description = "On Headshot: +120% Critical Chance when Aiming for 9s",
			Image = "LaserSightMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Shotgun/Event/CritChanceWhileAimingShotgunMod",
			Introduced = "18.4.1",
			CodexSecret = false,
			Link = "Laser Sight",
			MaxRank = 5,
			Name = "Laser Sight",
			Polarity = "Madurai",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = false,
			Type = "Shotgun" 
		},
		["Lashing Coil"] = {
			BaseDrain = -2,
			Conclave = true,
			Description = "Fighting form devised for Conclave.",
			Image = "LashingCoilMod.png",
			InternalName = "/Lotus/Upgrades/Mods/PvPMods/Stances/PvPWhipStanceOne",
			Introduced = "Specters of the Rail",
			CodexSecret = false,
			Link = "Lashing Coil",
			MaxRank = 3,
			Name = "Lashing Coil",
			Polarity = "Zenurik",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = false,
			Type = "Whips" 
		},
		["Last Herald"] = {
			BaseDrain = -2,
			Conclave = true,
			Description = "Fighting form devised for Conclave.",
			Image = "LastHeraldMod.png",
			InternalName = "/Lotus/Upgrades/Mods/PvPMods/Stances/PvPSwordShieldStanceOne",
			Introduced = "Specters of the Rail",
			CodexSecret = false,
			Link = "Last Herald",
			MaxRank = 3,
			Name = "Last Herald",
			Polarity = "Madurai",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = false,
			Type = "Sword And Shield" 
		},
		["Lasting Covenant"] = {
			BaseDrain = 6,
			Description = "Covenant Augment: Headshot kills increase Critical Chance bonus duration by 3s.",
			Image = "LastingCovenant.png",
			InternalName = "/Lotus/Powersuits/Priest/PriestPactAugmentCard",
			Introduced = "22.10",
			CodexSecret = false,
			IsAbilityAugment = true,
			Link = "Lasting Covenant",
			MaxRank = 3,
			Name = "Lasting Covenant",
			Polarity = "Zenurik",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Harrow" 
		},
		["Lasting Purity"] = {
			BaseDrain = 4,
			Description = "+60% Dead Aim\r\n+1 'Purity'",
			Image = "LastingPurity.png",
			InternalName = "/Lotus/Upgrades/Mods/Syndicate/VulkarMod",
			Introduced = "15",
			CodexSecret = false,
			IsWeaponAugment = true,
			Link = "Lasting Purity",
			MaxRank = 3,
			Name = "Lasting Purity",
			Polarity = "Naramon",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Vulkar" 
		},
		["Lasting Sting"] = {
			BaseDrain = 6,
			Description = "+110% Status Duration",
			Image = "LastingSting.png",
			InternalName = "/Lotus/Upgrades/Mods/Melee/WeaponProcTimeMod",
			Introduced = "15",
			CodexSecret = false,
			Link = "Lasting Sting",
			MaxRank = 10,
			Name = "Lasting Sting",
			Polarity = "Madurai",
			Rarity = "Common",
			Tradable = true,
			Transmutable = true,
			Type = "Melee" 
		},
		["Legendary Core"] = {
			BaseDrain = 0,
			Description = "Consumed in the fusion process to power up existing Mods. A single Legendary Core will instantly fuse a Mod to its maximum capacity without credit cost.",
			Image = "LegendaryCore.png",
			Introduced = "12.2",
			CodexSecret = false,
			Link = "Legendary Core",
			MaxRank = 0,
			Name = "Legendary Core",
			NotUpgradable = true,
			Polarity = "Core",
			Rarity = "Legendary",
			Tradable = true,
			Transmutable = false,
			Type = "Mod" 
		},
		["Lethal Momentum"] = {
			BaseDrain = 4,
			Description = "+40% Projectile Speed",
			Image = "LethalMomentum.png",
			InternalName = "/Lotus/Upgrades/Mods/Pistol/WeaponProjectileSpeedMod",
			Introduced = "15",
			CodexSecret = false,
			IsExilus = true,
			Link = "Lethal Momentum",
			MaxRank = 3,
			Name = "Lethal Momentum",
			Polarity = "Madurai",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = true,
			Type = "Pistol" 
		},
		["Lethal Torrent"] = {
			BaseDrain = 6,
			Description = "+60% Fire Rate\r\n+60% Multishot",
			Image = "LethalTorrentModU145.png",
			InternalName = "/Lotus/Upgrades/Mods/Pistol/DualStat/GrinderMod",
			Introduced = "9.5",
			CodexSecret = false,
			Link = "Lethal Torrent",
			MaxRank = 5,
			Name = "Lethal Torrent",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Pistol" 
		},
		["Lie In Wait"] = {
			BaseDrain = 10,
			Conclave = true,
			Description = "+20% Fire Rate when Crouching\r\n+100% Weapon Recoil",
			Image = "Lieinwait.png",
			InternalName = "/Lotus/Upgrades/Mods/PvPMods/Rifle/HigherAimedDamageMoreRecoilSniperMod",
			Introduced = "17.2",
			CodexSecret = false,
			Link = "Lie In Wait",
			MaxRank = 3,
			Name = "Lie In Wait",
			Polarity = "Madurai",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = false,
			Type = "Sniper" 
		},
		["Life Strike"] = {
			BaseDrain = 4,
			Description = "+20% Life Steal on Heavy Attack",
			Image = "LifeStrikeModU145.png",
			InternalName = "/Lotus/Upgrades/Mods/Melee/Channel/ChannelVampireMod",
			Introduced = "13",
			CodexSecret = false,
			Link = "Life Strike",
			MaxRank = 3,
			Name = "Life Strike",
			Polarity = "Vazarin",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = true,
			Type = "Melee" 
		},
		["Lightning Dash"] = {
			BaseDrain = 2,
			Description = "+24.2% to Bullet Jump\r\n+24.2% Aim Glide/Wall Latch Duration\r\n+275% <DT_ELECTRICITY>Electricity on Bullet Jump",
			Image = "LightningDashMod.png",
			Incompatible = {
				"Mobilize",
				"Patagium",
				"Battering Maneuver",
				"Piercing Step",
				"Rending Turn",
				"Firewalker",
				"Ice Spring",
				"Toxic Flight" 
			},
			InternalName = "/Lotus/Upgrades/Mods/Warframe/ElectricalParkourTwoMod",
			Introduced = "17",
			CodexSecret = false,
			IsExilus = true,
			Link = "Lightning Dash",
			MaxRank = 10,
			Name = "Lightning Dash",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = true,
			Type = "Warframe" 
		},
		["Lightning Rod"] = {
			BaseDrain = 4,
			Description = "+60% <DT_ELECTRICITY>Electricity Resistance",
			Image = "LightningRodModU145.png",
			InternalName = "/Lotus/Upgrades/Mods/Warframe/AvatarDamageResistanceElectricity",
			Introduced = "8",
			CodexSecret = false,
			Link = "Lightning Rod",
			MaxRank = 5,
			Name = "Lightning Rod",
			Polarity = "Vazarin",
			Rarity = "Common",
			Tradable = true,
			Transmutable = true,
			Type = "Warframe" 
		},
		["Lingering Torment"] = {
			BaseDrain = 6,
			Description = "+30% Status Duration",
			Image = "LingeringTorment.png",
			InternalName = "/Lotus/Upgrades/Mods/Shotgun/WeaponProcTimeMod",
			Introduced = "15",
			CodexSecret = false,
			Link = "Lingering Torment",
			MaxRank = 5,
			Name = "Lingering Torment",
			Polarity = "Madurai",
			Rarity = "Common",
			Tradable = true,
			Transmutable = true,
			Type = "Shotgun" 
		},
		["Link Armor"] = {
			BaseDrain = 4,
			Description = "+110% Armor-Link",
			Image = "LinkArmorMod.png",
			Incompatible = { "Metal Fiber" },
			InternalName = "/Lotus/Upgrades/Mods/Sentinel/Kubrow/KubrowLinkArmourMaxMod",
			Introduced = "14",
			CodexSecret = false,
			Link = "Link Armor",
			MaxRank = 10,
			Name = "Link Armor",
			Polarity = "Vazarin",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = true,
			Type = "Companion" 
		},
		["Link Health"] = {
			BaseDrain = 2,
			Description = "+165% Health-Link",
			Image = "LinkHealthMod.png",
			Incompatible = { "Enhanced Vitality" },
			InternalName = "/Lotus/Upgrades/Mods/Sentinel/Kubrow/KubrowLinkHealthMaxMod",
			Introduced = "14",
			CodexSecret = false,
			Link = "Link Health",
			MaxRank = 10,
			Name = "Link Health",
			Polarity = "Vazarin",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = true,
			Type = "Companion" 
		},
		["Link Shields"] = {
			BaseDrain = 4,
			Description = "+110% Shield-Link",
			Image = "LinkShieldsMod.png",
			Incompatible = { "Calculated Redirection" },
			InternalName = "/Lotus/Upgrades/Mods/Sentinel/Kubrow/KubrowLinkShieldMaxMod",
			Introduced = "14",
			CodexSecret = false,
			Link = "Link Shields",
			MaxRank = 10,
			Name = "Link Shields",
			Polarity = "Vazarin",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = true,
			Type = "Companion" 
		},
		["Live Wire"] = {
			BaseDrain = 0,
			Description = "Shock enemies within 20m while Hacking",
			Image = "LiveWireMod.png",
			InternalName = "/Lotus/Upgrades/Mods/DataSpike/Cipher/ElectrifyOnHackMod",
			Introduced = "26",
			CodexSecret = false,
			Link = "Live Wire",
			MaxRank = 0,
			Name = "Live Wire",
			Polarity = "Universal",
			Rarity = "Common",
			Tradable = true,
			Transmutable = true,
			Type = "Parazon" 
		},
		["Loaded Capacity"] = {
			BaseDrain = 4,
			Conclave = true,
			Description = "+30% Magazine Capacity\r\n-15% Reload Speed",
			Image = "LoadedCapacityMod.png",
			Incompatible = { "Hydraulic Chamber", "Loose Chamber" },
			InternalName = "/Lotus/Upgrades/Mods/PvPMods/Shotgun/LargerMagLongerReloadShotgunMod",
			Introduced = "16.7",
			CodexSecret = false,
			Link = "Loaded Capacity",
			MaxRank = 5,
			Name = "Loaded Capacity",
			Polarity = "Naramon",
			Rarity = "Common",
			Tradable = true,
			Transmutable = false,
			Type = "Shotgun" 
		},
		["Lock and Load"] = {
			BaseDrain = 6,
			Conclave = true,
			Description = "+20% Magazine Reloaded/s when Holstered",
			Image = "LockandLoad.png",
			InternalName = "/Lotus/Upgrades/Mods/PvPMods/Shotgun/PassiveReloadMod",
			Introduced = "16",
			CodexSecret = false,
			IsExilus = true,
			Link = "Lock and Load",
			MaxRank = 3,
			Name = "Lock and Load",
			Polarity = "Naramon",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Shotgun" 
		},
		Lohk = {
			Class = "Requiem",
			Description = "From brooding gulfs are we beheld\r\nBy that which bears no name",
			Image = "LohkRequiemMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Immortal/ImmortalOneMod",
			Introduced = "26",
			CodexSecret = false,
			Link = "Lohk",
			MaxRank = 3,
			Name = "Lohk",
			NotUpgradable = true,
			Polarity = "Universal",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = true,
			Type = "Parazon" 
		},
		["Loose Chamber"] = {
			BaseDrain = 4,
			Conclave = true,
			Description = "+30% Reload Speed\r\n+50% Weapon Recoil",
			Image = "LooseChamberMod.png",
			Incompatible = { "Hydraulic Chamber", "Loaded Capacity" },
			InternalName = "/Lotus/Upgrades/Mods/PvPMods/Shotgun/FasterReloadMoreRecoilShotgunMod",
			Introduced = "16.7",
			CodexSecret = false,
			Link = "Loose Chamber",
			MaxRank = 5,
			Name = "Loose Chamber",
			Polarity = "Naramon",
			Rarity = "Common",
			Tradable = true,
			Transmutable = false,
			Type = "Shotgun" 
		},
		["Loose Hatch"] = {
			BaseDrain = 4,
			Conclave = true,
			Description = "+30% Reload Speed\r\n+50% Weapon Recoil",
			Image = "LooseHatchMod.png",
			Incompatible = { "Double Tap", "Hydraulic Gauge", "Maximum Capacity" },
			InternalName = "/Lotus/Upgrades/Mods/PvPMods/Rifle/FasterReloadMoreRecoilRifleMod",
			Introduced = "16.7",
			CodexSecret = false,
			Link = "Loose Hatch",
			MaxRank = 5,
			Name = "Loose Hatch",
			Polarity = "Naramon",
			Rarity = "Common",
			Tradable = true,
			Transmutable = false,
			Type = "Assault Rifle" 
		},
		["Loose Magazine"] = {
			BaseDrain = 4,
			Conclave = true,
			Description = "+50% Reload Speed\r\n+50% Weapon Recoil",
			Image = "LooseMagazineMod.png",
			Incompatible = { "Full Capacity", "Hydraulic Barrel" },
			InternalName = "/Lotus/Upgrades/Mods/PvPMods/Pistol/FasterReloadMoreRecoilPistolMod",
			Introduced = "16.7",
			CodexSecret = false,
			Link = "Loose Magazine",
			MaxRank = 5,
			Name = "Loose Magazine",
			Polarity = "Naramon",
			Rarity = "Common",
			Tradable = true,
			Transmutable = false,
			Type = "Pistol" 
		},
		["Loot Detector"] = {
			BaseDrain = -2,
			Description = "+30 Loot Radar",
			Image = "LootDetectorModU145.png",
			InternalName = "/Lotus/Upgrades/Mods/Aura/PlayerLootRadarAuraMod",
			Introduced = "13.4.1",
			CodexSecret = false,
			Link = "Loot Detector",
			MaxRank = 5,
			Name = "Loot Detector",
			Polarity = "Naramon",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = false,
			Type = "Aura" 
		},
		Looter = {
			BaseDrain = 2,
			Description = "Destroys loot crates within 12m.",
			Image = "Looter.png",
			InternalName = "/Lotus/Types/Sentinels/SentinelPrecepts/Looter",
			Introduced = "10",
			CodexSecret = false,
			Link = "Looter",
			MaxRank = 5,
			Name = "Looter",
			Polarity = "Penjaga",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Carrier" 
		},
		["Loyal Companion"] = {
			BaseDrain = 2,
			Description = "+90% Bleedout-Link",
			Image = "LoyalCompanionMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Sentinel/Kubrow/KubrowMasterBleedoutMod",
			Introduced = "14",
			CodexSecret = false,
			Link = "Loyal Companion",
			MaxRank = 5,
			Name = "Loyal Companion",
			Polarity = "Vazarin",
			Rarity = "Common",
			Tradable = true,
			Transmutable = false,
			Type = "Companion" 
		},
		["Lucky Shot"] = {
			BaseDrain = 6,
			Conclave = true,
			Description = "+40% Projectile Speed\r\n-2% Accuracy",
			Image = "LuckyShotMod.png",
			Incompatible = { "Feathered Arrows" },
			InternalName = "/Lotus/Upgrades/Mods/PvPMods/Rifle/HigherVelocityLessAccurateRifleMod",
			Introduced = "16.5",
			CodexSecret = false,
			Link = "Lucky Shot",
			MaxRank = 3,
			Name = "Lucky Shot",
			Polarity = "Madurai",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = false,
			Type = "Rifle" 
		},
		["Mach Crash"] = {
			BaseDrain = 6,
			Description = "Mach Rush Augment - Impact shockwave leaves behind a vacuum that sucks in enemies within 8m.",
			Image = "MachCrashMod.png",
			InternalName = "/Lotus/Powersuits/Runner/RunnerRushAugmentCard",
			Introduced = "29.5",
			CodexSecret = false,
			IsAbilityAugment = true,
			Link = "Mach Crash",
			MaxRank = 3,
			Name = "Mach Crash",
			Polarity = "Zenurik",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Gauss" 
		},
		["Mad Stack"] = {
			BaseDrain = 4,
			Description = "+120% Velocity when falling",
			Image = "MadStackMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Hoverboard/HBFallVelocityMod",
			Introduced = "24.2",
			CodexSecret = false,
			Link = "Mad Stack",
			MaxRank = 5,
			Name = "Mad Stack",
			Polarity = "Madurai",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = false,
			Type = "K-Drive" 
		},
		["Madurai Transmute Core"] = {
			BaseDrain = 0,
			Description = "Ensures transmuted mod is of Madurai polarity and eliminates credit cost.",
			Image = "MaduraiTransmuteCore.png",
			InternalName = "/Lotus/Upgrades/Mods/TransmuteCores/AttackTransmuteCore",
			Introduced = "16",
			CodexSecret = false,
			Link = "Madurai Transmute Core",
			MaxRank = 0,
			Name = "Madurai Transmute Core",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Mod" 
		},
		["Mafic Rain"] = {
			BaseDrain = -2,
			Conclave = true,
			Description = "Fighting form devised for Conclave.",
			Image = "MaficRainMod.png",
			InternalName = "/Lotus/Upgrades/Mods/PvPMods/Stances/PvPNunchakuStanceOne",
			Introduced = "Specters of the Rail",
			CodexSecret = false,
			Link = "Mafic Rain",
			MaxRank = 3,
			Name = "Mafic Rain",
			Polarity = "Vazarin",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = false,
			Type = "Nunchaku" 
		},
		["Mag Locks"] = {
			BaseDrain = 4,
			Description = "+30% K-Drive Grind Magnetism",
			Image = "MagLocks.png",
			InternalName = "/Lotus/Upgrades/Mods/Hoverboard/HBGrindMagnetismMod",
			Introduced = "24",
			CodexSecret = false,
			Link = "Mag Locks",
			MaxRank = 5,
			Name = "Mag Locks",
			Polarity = "Naramon",
			Rarity = "Common",
			Tradable = true,
			Transmutable = false,
			Type = "K-Drive" 
		},
		["Magazine Extension"] = {
			BaseDrain = 4,
			Description = "+60% Magazine Capacity",
			Image = "MagazineExtension.png",
			InternalName = "/Lotus/Upgrades/Mods/Archwing/Rifle/ArchwingRifleClipMaxMod",
			Introduced = "15",
			CodexSecret = false,
			Link = "Magazine Extension",
			MaxRank = 5,
			Name = "Magazine Extension",
			Polarity = "Naramon",
			Rarity = "Common",
			Tradable = true,
			Transmutable = true,
			Type = "Archgun" 
		},
		["Magazine Warp"] = {
			BaseDrain = 4,
			Description = "+30% Magazine Capacity",
			Image = "MagazineWarpModU145.png",
			Incompatible = { "Amalgam Javlok Magazine Warp", "Flawed Magazine Warp", "Primed Magazine Warp" },
			InternalName = "/Lotus/Upgrades/Mods/Rifle/WeaponClipMaxMod",
			Introduced = "0",
			CodexSecret = false,
			Link = "Magazine Warp",
			MaxRank = 5,
			Name = "Magazine Warp",
			Polarity = "Naramon",
			Rarity = "Common",
			Tradable = true,
			Transmutable = true,
			Type = "Rifle" 
		},
		Maglev = {
			BaseDrain = 6,
			Description = "+30% Slide\r\n-30% Friction",
			Image = "MaglevModU145.png",
			InternalName = "/Lotus/Upgrades/Mods/Warframe/AvatarSlideBoostMod",
			Introduced = "10",
			CodexSecret = false,
			IsExilus = true,
			Link = "Maglev",
			MaxRank = 5,
			Name = "Maglev",
			Polarity = "Naramon",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = false,
			Type = "Warframe" 
		},
		["Magma Chamber"] = {
			BaseDrain = 4,
			Description = "+60% <DT_FIRE>Heat\r\n+60% Status Chance",
			Image = "MagmaChamber.png",
			InternalName = "/Lotus/Upgrades/Mods/Archwing/Rifle/ArchwingEventFireStatusRifleMod",
			Introduced = "15.8",
			CodexSecret = false,
			Link = "Magma Chamber",
			MaxRank = 3,
			Name = "Magma Chamber",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Archgun" 
		},
		["Magnetized Discharge"] = {
			BaseDrain = 6,
			Description = "Magnetize Augment: Recast on the target to detonate. Enemies hit have a 50% chance to be disarmed. Passive: +45% Magnetize Range.",
			Image = "MagnetizedDischargeMod.png",
			InternalName = "/Lotus/Powersuits/Mag/BulletAttractorAugmentCard",
			Introduced = "20.7",
			CodexSecret = false,
			IsAbilityAugment = true,
			Link = "Magnetized Discharge",
			MaxRank = 3,
			Name = "Magnetized Discharge",
			Polarity = "Zenurik",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Mag" 
		},
		["Magnum Force"] = {
			BaseDrain = 4,
			Description = "+165% Damage\r\n-55% Accuracy",
			Image = "MagnumForceMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Pistol/DualStat/CorruptedDamageRecoilPistol",
			Introduced = "10.3",
			CodexSecret = false,
			Link = "Magnum Force",
			MaxRank = 10,
			Name = "Magnum Force",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Pistol" 
		},
		Maim = {
			BaseDrain = 6,
			Description = "+120% <DT_SLASH>Slash",
			Image = "MaimModU145.png",
			InternalName = "/Lotus/Upgrades/Mods/Pistol/WeaponEventSlashDamageMod",
			Introduced = "14.7",
			CodexSecret = false,
			Link = "Maim",
			MaxRank = 5,
			Name = "Maim",
			Polarity = "Naramon",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Pistol" 
		},
		["Maiming Strike"] = {
			BaseDrain = 2,
			Description = "+150% Critical Chance for Slide Attack",
			Image = "MaimingStrikeMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Melee/Event/SlideAttackCritChanceMod",
			Introduced = "18.4.1",
			CodexSecret = false,
			Link = "Maiming Strike",
			MaxRank = 5,
			Name = "Maiming Strike",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Melee" 
		},
		["Malicious Code"] = {
			BaseDrain = 0,
			Description = "50% chance for enemies within 15m to cower in fear for 8 seconds",
			Image = "MaliciousCode.png",
			InternalName = "/Lotus/Upgrades/Mods/DataSpike/Assassin/OnExecutionTerrifyMod",
			Introduced = "30.5",
			CodexSecret = false,
			Link = "Malicious Code",
			MaxRank = 0,
			Name = "Malicious Code",
			Polarity = "Universal",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = true,
			Type = "Parazon" 
		},
		["Malicious Raptor"] = {
			BaseDrain = -2,
			Description = "Puncturing strikes and quick slashes.",
			Image = "MaliciousRaptorMod.png",
			InternalName = "/Lotus/Weapons/Tenno/Melee/MeleeTrees/ClawCmbOneMeleeTree",
			Introduced = "13.9",
			CodexSecret = false,
			Link = "Malicious Raptor",
			MaxRank = 3,
			Name = "Malicious Raptor",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = true,
			Type = "Claws" 
		},
		["Malignant Force"] = {
			BaseDrain = 4,
			Description = "+60% <DT_POISON>Toxin\r\n+60% Status Chance",
			Image = "MalignantForceModU145.png",
			InternalName = "/Lotus/Upgrades/Mods/Rifle/DualStat/PoisonEventRifleMod",
			Introduced = "11.5",
			CodexSecret = false,
			Link = "Malignant Force",
			MaxRank = 3,
			Name = "Malignant Force",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Rifle" 
		},
		["Mark of the Beast"] = {
			BaseDrain = 6,
			Description = "On 6 Melee Kills within 6s: +120% Status and Critical Chance for Secondary Weapon for 24s",
			Image = "MarkoftheBeastMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Melee/WeaponGlaiveOnSixKillsBuffSecondary",
			Introduced = "29.6.9",
			CodexSecret = false,
			Link = "Mark of the Beast",
			MaxRank = 5,
			Name = "Mark of the Beast",
			Polarity = "Naramon",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Glaive" 
		},
		["Marked Target"] = {
			BaseDrain = 6,
			Description = "+120% Status Chance when Aiming",
			Image = "MarkedTargetMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Archwing/Rifle/ArchwingRifleStatusChanceAimingMod",
			Introduced = "24.2",
			CodexSecret = false,
			Link = "Marked Target",
			MaxRank = 5,
			Name = "Marked Target",
			Polarity = "Naramon",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = true,
			Type = "Archgun" 
		},
		["Martial Fury"] = {
			BaseDrain = 10,
			Conclave = true,
			Description = "+20% Attack Speed\r\n-50% Energy Rate",
			Image = "MartialFury.png",
			InternalName = "/Lotus/Upgrades/Mods/PvPMods/Melee/MeleeAutoTargetBonus",
			Introduced = "17.8",
			CodexSecret = false,
			Link = "Martial Fury",
			MaxRank = 3,
			Name = "Martial Fury",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Melee" 
		},
		["Martyr Symbiosis"] = {
			BaseDrain = 0,
			Description = "Drains and stores 20 Health from corpses within 25m up to 40% of their Master's Health. Sacrifices itself to heal their master if they fall below 10% Health.",
			Image = "MartyrSymbiosisMod.png",
			InternalName = "/Lotus/Types/Friendly/Pets/CreaturePets/CreaturePrecepts/InfestedCatbrowVampireShieldPrecept",
			Introduced = "29.5",
			CodexSecret = false,
			Link = "Martyr Symbiosis",
			MaxRank = 3,
			Name = "Martyr Symbiosis",
			Polarity = "Penjaga",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Vulpaphyla" 
		},
		["Master Key"] = {
			BaseDrain = 0,
			Description = "Unlock 5 lockers within 20m after Hacking",
			Image = "MasterKeyMod.png",
			InternalName = "/Lotus/Upgrades/Mods/DataSpike/Cipher/OnHackLockersMod",
			Introduced = "26",
			CodexSecret = false,
			Link = "Master Key",
			MaxRank = 0,
			Name = "Master Key",
			Polarity = "Universal",
			Rarity = "Common",
			Tradable = true,
			Transmutable = true,
			Type = "Parazon" 
		},
		["Master Thief"] = {
			BaseDrain = 10,
			Description = "+40% chance to unlock locked lockers.",
			Image = "MasterThiefModU145.png",
			InternalName = "/Lotus/Upgrades/Mods/Warframe/AvatarChanceToLoot",
			Introduced = "8",
			CodexSecret = false,
			IsExilus = true,
			Link = "Master Thief",
			MaxRank = 3,
			Name = "Master Thief",
			Polarity = "Naramon",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = true,
			Type = "Warframe" 
		},
		Maul = {
			BaseDrain = 4,
			Description = "+330% Melee Damage",
			Image = "MaulMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Sentinel/Kubrow/KubrowMeleeDamageMod",
			Introduced = "14",
			CodexSecret = false,
			Link = "Maul",
			MaxRank = 10,
			Name = "Maul",
			Polarity = "Madurai",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = true,
			Type = "Beast" 
		},
		["Maximum Capacity"] = {
			BaseDrain = 4,
			Conclave = true,
			Description = "+30% Magazine Capacity\r\n-15% Reload Speed",
			Image = "MaximumCapacityMod.png",
			Incompatible = { "Double Tap", "Hydraulic Gauge", "Loose Hatch" },
			InternalName = "/Lotus/Upgrades/Mods/PvPMods/Rifle/LargerMagLongerReloadRifleMod",
			Introduced = "16.7",
			CodexSecret = false,
			Link = "Maximum Capacity",
			MaxRank = 5,
			Name = "Maximum Capacity",
			Polarity = "Naramon",
			Rarity = "Common",
			Tradable = true,
			Transmutable = false,
			Type = "Assault Rifle" 
		},
		["Measured Burst"] = {
			BaseDrain = 10,
			Conclave = true,
			Description = "-60% Fire Rate\r\n+30% Damage",
			Image = "MeasuredBurst.png",
			InternalName = "/Lotus/Upgrades/Mods/PvPMods/Rifle/TiberonLowRoFAiming",
			Introduced = "17.10",
			CodexSecret = false,
			Link = "Measured Burst",
			MaxRank = 3,
			Name = "Measured Burst",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Tiberon" 
		},
		["Mecha Empowered"] = {
			BaseDrain = -2,
			Description = "+150% Extra Damage against a Marked Enemy",
			Image = "MechaEmpowered.png",
			InternalName = "/Lotus/Upgrades/Mods/Sets/Mecha/WarframeAuraMechaEmpowerMod",
			Introduced = "24",
			CodexSecret = false,
			Link = "Mecha Empowered",
			MaxRank = 5,
			Name = "Mecha Empowered",
			Polarity = "Naramon",
			Rarity = "Rare",
			Set = "Mecha Set",
			Tradable = true,
			Transmutable = false,
			Type = "Aura" 
		},
		["Mecha Overdrive"] = {
			BaseDrain = 6,
			Description = "+60% Status-Link\r\n+90% Status Duration",
			Image = "MechaOverdrive.png",
			InternalName = "/Lotus/Upgrades/Mods/Sets/Mecha/KubrowMechaOverdriveMod",
			Introduced = "24",
			CodexSecret = false,
			Link = "Mecha Overdrive",
			MaxRank = 5,
			Name = "Mecha Overdrive",
			Polarity = "Madurai",
			Rarity = "Rare",
			Set = "Mecha Set",
			Tradable = true,
			Transmutable = false,
			Type = "Kubrow" 
		},
		["Mecha Pulse"] = {
			BaseDrain = 6,
			Description = "Killing a Marked Enemy grants +60% Armor for 20s for each enemy within 30m.",
			Image = "MechaPulse.png",
			InternalName = "/Lotus/Upgrades/Mods/Sets/Mecha/WarframeMechaPulseMod",
			Introduced = "24",
			CodexSecret = false,
			Link = "Mecha Pulse",
			MaxRank = 3,
			Name = "Mecha Pulse",
			Polarity = "Madurai",
			Rarity = "Rare",
			Set = "Mecha Set",
			Tradable = true,
			Transmutable = false,
			Type = "Warframe" 
		},
		["Mecha Recharge"] = {
			BaseDrain = 4,
			Description = "+90% Shield Recharge",
			Image = "MechaRecharge.png",
			InternalName = "/Lotus/Upgrades/Mods/Sets/Mecha/KubrowMechaRechargeMod",
			Introduced = "24",
			CodexSecret = false,
			Link = "Mecha Recharge",
			MaxRank = 5,
			Name = "Mecha Recharge",
			Polarity = "Madurai",
			Rarity = "Rare",
			Set = "Mecha Set",
			Tradable = true,
			Transmutable = false,
			Type = "Kubrow" 
		},
		["Medi-Pet Kit"] = {
			BaseDrain = 4,
			Description = "+6 Heal Rate/s\r\n+72% Bleedout Reduction",
			Image = "Medi-PetKitMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Sentinel/Events/Index/CompanionMedipetKitMod",
			Introduced = "The Index Preview",
			CodexSecret = false,
			Link = "Medi-Pet Kit",
			MaxRank = 5,
			Name = "Medi-Pet Kit",
			Polarity = "Vazarin",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Companion" 
		},
		["Medi-Ray"] = {
			BaseDrain = 0,
			Description = "Sentinel will occasionally heal its owner, restoring 12% Health over 4s.",
			Image = "Medi-RayMod.png",
			InternalName = "/Lotus/Types/Sentinels/SentinelPrecepts/Events/ProjectNightwatch/SentinelHealthRegenPreceptNightwatchMod",
			Introduced = "18.10",
			CodexSecret = false,
			IsWeaponAugment = true,
			Link = "Medi-Ray",
			MaxRank = 5,
			Name = "Medi-Ray",
			Polarity = "Penjaga",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = false,
			Type = "Robotic" 
		},
		["Melee Guidance"] = {
			BaseDrain = -2,
			Description = "Reduce Combo Duration for self by 6s Increase Combo Duration for allies by 12s",
			Image = "MeleeGuidanceMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Aura/WarframeAuraBladedRestraintMod",
			Introduced = "25.7.6",
			CodexSecret = false,
			Link = "Melee Guidance",
			MaxRank = 5,
			Name = "Melee Guidance",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Aura" 
		},
		["Melee Prowess"] = {
			BaseDrain = 2,
			Description = "+90% Status Chance",
			Image = "MeleeProwessModU145.png",
			InternalName = "/Lotus/Upgrades/Mods/Melee/WeaponStunChanceMod",
			Introduced = "11",
			CodexSecret = false,
			Link = "Melee Prowess",
			MaxRank = 5,
			Name = "Melee Prowess",
			Polarity = "Vazarin",
			Rarity = "Common",
			Tradable = true,
			Transmutable = true,
			Type = "Melee" 
		},
		["Mending Shot"] = {
			BaseDrain = 0,
			Description = "Shoot Health Orbs to obtain them with +110% extra effect.",
			Image = "MendingShotMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Rifle/Event/Arbitration/ShootPickUpRifleMod",
			Introduced = "27.3",
			CodexSecret = false,
			IsExilus = true,
			Link = "Mending Shot",
			MaxRank = 10,
			Name = "Mending Shot",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Rifle (No AoE)" 
		},
		["Mending Splinters"] = {
			BaseDrain = 6,
			Description = "Splinter Storm Augment: For each target affected, Splinter Storm heals 15 Health/s.",
			Image = "MendingSplinters.png",
			InternalName = "/Lotus/Powersuits/Glass/GlassShatterAugmentCard",
			Introduced = "23.7",
			CodexSecret = false,
			IsAbilityAugment = true,
			Link = "Mending Splinters",
			MaxRank = 3,
			Name = "Mending Splinters",
			Polarity = "Zenurik",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Gara" 
		},
		["Mesa's Waltz"] = {
			BaseDrain = 6,
			Conclave = true,
			Description = "Peacemaker Augment: Mesa can move at 50% Speed while using Peacemaker.",
			Image = "Mesa'sWaltz.png",
			InternalName = "/Lotus/Powersuits/Cowgirl/GunFuPvPAugmentCard",
			Introduced = "18.5",
			CodexSecret = false,
			IsAbilityAugment = true,
			IsExilus = true,
			Link = "Mesa's Waltz",
			MaxRank = 3,
			Name = "Mesa's Waltz",
			Polarity = "Zenurik",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Mesa" 
		},
		["Metal Auger"] = {
			BaseDrain = 6,
			Description = "+2.1 Punch Through",
			Image = "MetalAugerModU145.png",
			Incompatible = { "Amalgam Argonak Metal Auger" },
			InternalName = "/Lotus/Upgrades/Mods/Rifle/WeaponPunctureDepthMod",
			Introduced = "0",
			CodexSecret = false,
			Link = "Metal Auger",
			MaxRank = 5,
			Name = "Metal Auger",
			Polarity = "Naramon",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = true,
			Type = "Rifle" 
		},
		["Metal Fiber"] = {
			BaseDrain = 4,
			Description = "+110% Armor",
			Image = "MetalFiberMod.png",
			Incompatible = { "Link Armor" },
			InternalName = "/Lotus/Upgrades/Mods/Sentinel/SentinelArmourMod",
			Introduced = "7",
			CodexSecret = false,
			Link = "Metal Fiber",
			MaxRank = 10,
			Name = "Metal Fiber",
			Polarity = "Vazarin",
			Rarity = "Common",
			Tradable = true,
			Transmutable = true,
			Type = "Companion" 
		},
		["Meteor Crash"] = {
			BaseDrain = 2,
			Description = "+90% <DT_IMPACT>Impact",
			Image = "MeteorCrashMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Archwing/Melee/ArchwingDualStatImpactStatusMeleeMod",
			Introduced = "Specters of the Rail",
			CodexSecret = false,
			Link = "Meteor Crash",
			MaxRank = 5,
			Name = "Meteor Crash",
			Polarity = "Naramon",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Archmelee" 
		},
		["Meteor Munitions"] = {
			BaseDrain = 2,
			Conclave = true,
			Description = "20% of Damage converted into <DT_IMPACT>Impact",
			Image = "MeteorMunitions.png",
			Incompatible = { "Impaler Munitions", "Razor Munitions" },
			InternalName = "/Lotus/Upgrades/Mods/PvPMods/Pistol/DamageBiasImpactPistolMod",
			Introduced = "17",
			CodexSecret = false,
			Link = "Meteor Munitions",
			MaxRank = 3,
			Name = "Meteor Munitions",
			Polarity = "Madurai",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = false,
			Type = "Pistol" 
		},
		["Meticulous Aim"] = {
			BaseDrain = 4,
			Description = "+105% Headshot Damage\r\n-45% Bodyshot Damage",
			Image = "MeticulousAimMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Rifle/Event/Arbitration/GrnSniperRifleArbitrationMod",
			Introduced = "25.3",
			CodexSecret = false,
			IsWeaponAugment = true,
			Link = "Meticulous Aim",
			MaxRank = 5,
			Name = "Meticulous Aim",
			Polarity = "Naramon",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Vulkar" 
		},
		["Mind Freak"] = {
			BaseDrain = 6,
			Description = "Mind Control Augment: Controlled target inflicts +500% Damage.",
			Image = "MindFreak3.png",
			InternalName = "/Lotus/Powersuits/Jade/MindControlAugmentCard",
			Introduced = "15.6",
			CodexSecret = false,
			IsAbilityAugment = true,
			Link = "Mind Freak",
			MaxRank = 3,
			Name = "Mind Freak",
			Polarity = "Zenurik",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Nyx" 
		},
		Mischief = {
			BaseDrain = 0,
			Description = "Allows Smeeta Kavat to become invisible for 9s every 7s while a decoy kavat draws fire. Decoy has a 15% chance to evade damage.",
			Image = "Mischief 19.6.3.png",
			InternalName = "/Lotus/Types/Friendly/Pets/CatbrowPetPrecepts/CatbrowDistractPrecept",
			Introduced = "Specters of the Rail",
			CodexSecret = false,
			Link = "Mischief",
			MaxRank = 3,
			Name = "Mischief",
			Polarity = "Penjaga",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Smeeta Kavat" 
		},
		Mobilize = {
			BaseDrain = 2,
			Description = "+20% to Bullet Jump\r\n+20% Aim Glide/Wall Latch Duration",
			Image = "Mobilize.png",
			Incompatible = {
				"Patagium",
				"Battering Maneuver",
				"Piercing Step",
				"Rending Turn",
				"Firewalker",
				"Ice Spring",
				"Lightning Dash",
				"Toxic Flight" 
			},
			InternalName = "/Lotus/Upgrades/Mods/Warframe/ParkourTwoMod",
			Introduced = "17",
			CodexSecret = false,
			IsExilus = true,
			Link = "Mobilize",
			MaxRank = 3,
			Name = "Mobilize",
			Polarity = "Naramon",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = true,
			Type = "Warframe" 
		},
		["Modified Munitions"] = {
			BaseDrain = 4,
			Description = "+60% Status Chance",
			Image = "ModifiedMunitions.png",
			InternalName = "/Lotus/Upgrades/Mods/Archwing/Rifle/ArchwingRifleStatusChanceMod",
			Introduced = "15",
			CodexSecret = false,
			Link = "Modified Munitions",
			MaxRank = 5,
			Name = "Modified Munitions",
			Polarity = "Vazarin",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = false,
			Type = "Archgun" 
		},
		["Molecular Conversion"] = {
			BaseDrain = 2,
			Description = "Blast enemies within 10m, converting 200 Damage into Shields for the Warframe.",
			Image = "Molecular Conversion 19.10.png",
			InternalName = "/Lotus/Types/Sentinels/SentinelPrecepts/ShieldVampire",
			Introduced = "19.10",
			CodexSecret = false,
			Link = "Molecular Conversion",
			MaxRank = 5,
			Name = "Molecular Conversion",
			Polarity = "Penjaga",
			Rarity = "Common",
			Tradable = true,
			Transmutable = false,
			Type = "Taxon" 
		},
		["Molecular Fission"] = {
			BaseDrain = 6,
			Description = "Molecular Prime Augment: When killed, primed enemies will restore a Null Star charge and have a 100% chance of restoring an additional one.",
			Image = "MolecularFissionMod.png",
			InternalName = "/Lotus/Powersuits/AntiMatter/MolecularPrimeAugmentCard",
			Introduced = "24.2.7",
			CodexSecret = false,
			IsAbilityAugment = true,
			Link = "Molecular Fission",
			MaxRank = 3,
			Name = "Molecular Fission",
			Polarity = "Ability",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Nova" 
		},
		["Molten Impact"] = {
			BaseDrain = 6,
			Description = "+90% <DT_FIRE>Heat",
			Image = "MoltenImpactModU145.png",
			Incompatible = { "Flawed Molten Impact" },
			InternalName = "/Lotus/Upgrades/Mods/Melee/WeaponFireDamageMod",
			Introduced = "0",
			CodexSecret = false,
			Link = "Molten Impact",
			MaxRank = 5,
			Name = "Molten Impact",
			Polarity = "Naramon",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = true,
			Type = "Melee" 
		},
		["Momentary Pause"] = {
			BaseDrain = 10,
			Conclave = true,
			Description = "On Kill: +15 Heal Rate for 10s\r\n-25% from Health Orbs",
			Image = "MomentaryPauseMod.png",
			InternalName = "/Lotus/Upgrades/Mods/PvPMods/Shotgun/RestoreHealthOnKillMod",
			Introduced = "16.5",
			CodexSecret = false,
			Link = "Momentary Pause",
			MaxRank = 3,
			Name = "Momentary Pause",
			Polarity = "Vazarin",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Shotgun" 
		},
		["Morphic Transformer"] = {
			BaseDrain = 6,
			Description = "+20% Ability Strength",
			Image = "MorphicTransformer.png",
			Incompatible = { "Primed Morphic Transformer" },
			InternalName = "/Lotus/Upgrades/Mods/Archwing/Suit/ArchwingSuitAbilityStrengthMod",
			Introduced = "15",
			CodexSecret = false,
			Link = "Morphic Transformer",
			MaxRank = 3,
			Name = "Morphic Transformer",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = true,
			Type = "Archwing" 
		},
		["Mortal Conduct"] = {
			BaseDrain = 10,
			Conclave = true,
			Description = "At Less than 50 Health: +60% Damage taken is reflected when Blocking attacks while Channeling for 8s",
			Image = "MortalConduct.png",
			InternalName = "/Lotus/Upgrades/Mods/PvPMods/Melee/ChannelingEfficiencyOnLowHealth",
			Introduced = "18",
			CodexSecret = false,
			Link = "Mortal Conduct",
			MaxRank = 3,
			Name = "Mortal Conduct",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Melee" 
		},
		["Motus Impact"] = {
			BaseDrain = 4,
			Description = "Increase range of aerial melee attacks by +2m.",
			Image = "MotusImpactMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Sets/Raptor/RaptorModC",
			Introduced = "25",
			CodexSecret = false,
			Link = "Motus Impact",
			MaxRank = 3,
			Name = "Motus Impact",
			Polarity = "Madurai",
			Rarity = "Uncommon",
			Set = "Motus Set",
			Tradable = true,
			Transmutable = false,
			Type = "Melee" 
		},
		["Motus Setup"] = {
			BaseDrain = 6,
			Description = "100% Critical and Status Chance for 4s after landing from a Double or Bullet Jump.",
			Image = "MotusSetupMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Sets/Raptor/RaptorModB",
			Introduced = "25",
			CodexSecret = false,
			Link = "Motus Setup",
			MaxRank = 3,
			Name = "Motus Setup",
			Polarity = "Madurai",
			Rarity = "Rare",
			Set = "Motus Set",
			Tradable = true,
			Transmutable = false,
			Type = "Shotgun" 
		},
		["Motus Signal"] = {
			BaseDrain = 4,
			Description = "Increase Double Jump strength by +200%.",
			Image = "MotusSignalMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Sets/Raptor/RaptorModA",
			Introduced = "25",
			CodexSecret = false,
			IsExilus = true,
			Link = "Motus Signal",
			MaxRank = 3,
			Name = "Motus Signal",
			Polarity = "Naramon",
			Rarity = "Common",
			Set = "Motus Set",
			Tradable = true,
			Transmutable = false,
			Type = "Warframe" 
		},
		["Munitions Vortex"] = {
			BaseDrain = 0,
			Description = "Vortex that absorbs incoming fire and detonates, releasing damage.",
			Image = "MunitionsVortexMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Railjack/Abilities/CrewShipAttractorAbilityCard",
			Introduced = "27.0",
			CodexSecret = false,
			Link = "Munitions Vortex",
			MaxRank = 5,
			Name = "Munitions Vortex",
			Polarity = "Universal",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = false,
			Type = "Railjack (Battle, Slot 1)" 
		},
		["Muzzle Flash"] = {
			BaseDrain = 6,
			Description = "Shooting Gallery Augment: After 6 kill assists by a player with Shooting Gallery, Mesa's next shot will blind enemies within 12m for 6s.",
			Image = "MuzzleFlashMod.png",
			InternalName = "/Lotus/Powersuits/Cowgirl/RussianRouletteAugmentCard",
			Introduced = "15.6",
			CodexSecret = false,
			IsAbilityAugment = true,
			Link = "Muzzle Flash",
			MaxRank = 3,
			Name = "Muzzle Flash",
			Polarity = "Zenurik",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Mesa" 
		},
		["Nano-Applicator"] = {
			BaseDrain = 4,
			Description = "On Ability Cast: +90% Status Chance when Aiming for 9s",
			Image = "Nano-ApplicatorMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Shotgun/Event/StatusProcWhileAimingShotgunMod",
			Introduced = "18.4.1",
			CodexSecret = false,
			Link = "Nano-Applicator",
			MaxRank = 5,
			Name = "Nano-Applicator",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Shotgun" 
		},
		["Napalm Grenades"] = {
			BaseDrain = 4,
			Description = "Grenades leave a burning patch on impact. +30 Base Status Chance",
			Image = "NapalmGrenades.png",
			Incompatible = { "Tether Grenades" },
			InternalName = "/Lotus/Upgrades/Mods/Rifle/GrenadeLauncherProjectileMod",
			Introduced = "24.3",
			CodexSecret = false,
			IsWeaponAugment = true,
			Link = "Napalm Grenades",
			MaxRank = 5,
			Name = "Napalm Grenades",
			Polarity = "Naramon",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Penta" 
		},
		["Naramon Transmute Core"] = {
			BaseDrain = 0,
			Description = "Ensures transmuted mod is of Naramon polarity and eliminates credit cost.",
			Image = "NaramonTransmuteCore.png",
			InternalName = "/Lotus/Upgrades/Mods/TransmuteCores/TacticTransmuteCore",
			Introduced = "16",
			CodexSecret = false,
			Link = "Naramon Transmute Core",
			MaxRank = 0,
			Name = "Naramon Transmute Core",
			Polarity = "Naramon",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Mod" 
		},
		["Narrow Barrel"] = {
			BaseDrain = 2,
			Description = "On Hit: +30% Accuracy when Aiming for 9s",
			Image = "NarrowBarrelMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Shotgun/Event/AccuracyWhileAimingShotgunMod",
			Introduced = "18.4.1",
			CodexSecret = false,
			IsExilus = true,
			Link = "Narrow Barrel",
			MaxRank = 5,
			Name = "Narrow Barrel",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Shotgun" 
		},
		["Narrow Minded"] = {
			BaseDrain = 6,
			Description = "+99% Ability Duration\r\n-66% Ability Range",
			Image = "NarrowMindedModU145.png",
			InternalName = "/Lotus/Upgrades/Mods/Warframe/DualStat/CorruptedDurationRangeWarframe",
			Introduced = "10.3",
			CodexSecret = false,
			Link = "Narrow Minded",
			MaxRank = 10,
			Name = "Narrow Minded",
			Polarity = "Vazarin",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Warframe" 
		},
		["Natural Talent"] = {
			BaseDrain = 6,
			Description = "+50% Casting Speed",
			Image = "NaturalTalentModU145.png",
			InternalName = "/Lotus/Upgrades/Mods/Warframe/AvatarCastingSpeedMod",
			Introduced = "12",
			CodexSecret = false,
			Link = "Natural Talent",
			MaxRank = 3,
			Name = "Natural Talent",
			Polarity = "Naramon",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = true,
			Type = "Warframe" 
		},
		["Nebula Bore"] = {
			BaseDrain = 2,
			Description = "+90% <DT_PUNCTURE>Puncture",
			Image = "NebulaBoreMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Archwing/Melee/ArchwingDualStatPunctureStatusMeleeMod",
			Introduced = "Specters of the Rail",
			CodexSecret = false,
			Link = "Nebula Bore",
			MaxRank = 5,
			Name = "Nebula Bore",
			Polarity = "Naramon",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Archmelee" 
		},
		["Necramech Augur"] = {
			BaseDrain = 4,
			Description = "240% Energy spent on abilities is converted to Shields.",
			Image = "NecramechAugurMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Necromech/NecromechEnergyToOvershieldsMod",
			Introduced = "29.6",
			CodexSecret = false,
			Link = "Necramech Augur",
			MaxRank = 5,
			Name = "Necramech Augur",
			Polarity = "Madurai",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = false,
			Type = "Necramech" 
		},
		["Necramech Aviator"] = {
			BaseDrain = 4,
			Description = "Reduces damage by 40% when Airborne.",
			Image = "NecramechAviatorMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Necromech/NecromechAvatarDamageReductionInAir",
			Introduced = "29.6",
			CodexSecret = false,
			Link = "Necramech Aviator",
			MaxRank = 3,
			Name = "Necramech Aviator",
			Polarity = "Vazarin",
			Rarity = "Common",
			Tradable = true,
			Transmutable = false,
			Type = "Necramech" 
		},
		["Necramech Blitz"] = {
			BaseDrain = 6,
			Description = "+80% Slide Attack Damage",
			Image = "NecramechBlitzMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Necromech/NecromechSlideDamageMod",
			Introduced = "29",
			CodexSecret = false,
			Link = "Necramech Blitz",
			MaxRank = 3,
			Name = "Necramech Blitz",
			Polarity = "Madurai",
			Rarity = "Common",
			Tradable = true,
			Transmutable = false,
			Type = "Necramech" 
		},
		["Necramech Continuity"] = {
			BaseDrain = 4,
			Description = "+30% Ability Duration",
			Image = "NecramechContinuityMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Necromech/NecromechAbilityDurationMod",
			Introduced = "29",
			CodexSecret = false,
			Link = "Necramech Continuity",
			MaxRank = 5,
			Name = "Necramech Continuity",
			Polarity = "Madurai",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = false,
			Type = "Necramech" 
		},
		["Necramech Deflection"] = {
			BaseDrain = 4,
			Description = "+90% Shield Recharge",
			Image = "NecramechDeflectionMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Necromech/NecromechAvatarShieldRechargeRateMod",
			Introduced = "29.6",
			CodexSecret = false,
			Link = "Necramech Deflection",
			MaxRank = 5,
			Name = "Necramech Deflection",
			Polarity = "Vazarin",
			Rarity = "Common",
			Tradable = true,
			Transmutable = true,
			Type = "Necramech" 
		},
		["Necramech Drift"] = {
			BaseDrain = 6,
			Description = "+60% Hover Efficiency",
			Image = "NecramechDriftMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Necromech/NecromechHoverEfficiencyMod",
			Introduced = "29.5",
			CodexSecret = false,
			Link = "Necramech Drift",
			MaxRank = 5,
			Name = "Necramech Drift",
			Polarity = "Vazarin",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = false,
			Type = "Necramech" 
		},
		["Necramech Efficiency"] = {
			BaseDrain = 4,
			Description = "+30% Engine Efficiency",
			Image = "NecramechEfficiencyMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Necromech/NecromechBoostEfficiencyMod",
			Introduced = "29.5",
			CodexSecret = false,
			Link = "Necramech Efficiency",
			MaxRank = 5,
			Name = "Necramech Efficiency",
			Polarity = "Vazarin",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = false,
			Type = "Necramech" 
		},
		["Necramech Enemy Sense"] = {
			BaseDrain = 4,
			Description = "+30 Enemy Radar",
			Image = "NecramechEnemySenseMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Necromech/NecromechAvatarEnemyRadarMod",
			Introduced = "29.6",
			CodexSecret = false,
			Link = "Necramech Enemy Sense",
			MaxRank = 5,
			Name = "Necramech Enemy Sense",
			Polarity = "Naramon",
			Rarity = "Common",
			Tradable = true,
			Transmutable = true,
			Type = "Necramech" 
		},
		["Necramech Flow"] = {
			BaseDrain = 4,
			Description = "+150% Energy Max",
			Image = "NecramechFlowMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Necromech/NecromechPowerMaxMod",
			Introduced = "29.5",
			CodexSecret = false,
			Link = "Necramech Flow",
			MaxRank = 5,
			Name = "Necramech Flow",
			Polarity = "Naramon",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = true,
			Type = "Necramech" 
		},
		["Necramech Friction"] = {
			BaseDrain = 6,
			Description = "+60% Slide Efficiency",
			Image = "NecramechFrictionMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Necromech/NecromechSlideEfficiencyMod",
			Introduced = "29.5",
			CodexSecret = false,
			Link = "Necramech Friction",
			MaxRank = 5,
			Name = "Necramech Friction",
			Polarity = "Vazarin",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = false,
			Type = "Necramech" 
		},
		["Necramech Fury"] = {
			BaseDrain = 4,
			Description = "+40% Melee Attack Speed",
			Image = "NecramechFuryMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Necromech/NecromechMeleeSpeedMod",
			Introduced = "29",
			CodexSecret = false,
			Link = "Necramech Fury",
			MaxRank = 3,
			Name = "Necramech Fury",
			Polarity = "Vazarin",
			Rarity = "Common",
			Tradable = true,
			Transmutable = false,
			Type = "Necramech" 
		},
		["Necramech Hydraulics"] = {
			BaseDrain = 6,
			Description = "+120% Jump Height",
			Image = "NecramechHydraulicsMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Necromech/NecromechJumpHeightMod",
			Introduced = "29",
			CodexSecret = false,
			Link = "Necramech Hydraulics",
			MaxRank = 3,
			Name = "Necramech Hydraulics",
			Polarity = "Madurai",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = false,
			Type = "Necramech" 
		},
		["Necramech Intensify"] = {
			BaseDrain = 6,
			Description = "+30% Ability Strength",
			Image = "NecramechIntensifyMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Necromech/NecromechAbilityStrengthMod",
			Introduced = "29",
			CodexSecret = false,
			Link = "Necramech Intensify",
			MaxRank = 5,
			Name = "Necramech Intensify",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Necramech" 
		},
		["Necramech Pressure Point"] = {
			BaseDrain = 4,
			Description = "+60% Melee Damage",
			Image = "NecramechPressurePointMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Necromech/NecromechMeleeDamageMod",
			Introduced = "29",
			CodexSecret = false,
			Link = "Necramech Pressure Point",
			MaxRank = 5,
			Name = "Necramech Pressure Point",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Necramech" 
		},
		["Necramech Rage"] = {
			BaseDrain = 6,
			Description = "Convert +15% of Damage on Health to Energy",
			Image = "NecramechRageMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Necromech/NecromechAvatarDamageToEnergyMod",
			Introduced = "29.6",
			CodexSecret = false,
			Link = "Necramech Rage",
			MaxRank = 5,
			Name = "Necramech Rage",
			Polarity = "Madurai",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = true,
			Type = "Necramech" 
		},
		["Necramech Reach"] = {
			BaseDrain = 4,
			Description = "+1 Melee Range",
			Image = "NecramechReachMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Necromech/NecromechMeleeRangeMod",
			Introduced = "29",
			CodexSecret = false,
			Link = "Necramech Reach",
			MaxRank = 3,
			Name = "Necramech Reach",
			Polarity = "Madurai",
			Rarity = "Common",
			Tradable = true,
			Transmutable = false,
			Type = "Necramech" 
		},
		["Necramech Rebuke"] = {
			BaseDrain = 6,
			Description = "Electrifies enemies within 20m for 3s and dealing 300 <DT_ELECTRICITY>Electricity Damage when shields are depleted.10s cooldown.",
			Image = "NecramechRebukeMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Necromech/NecromechReflectOnShieldBreakMod",
			Introduced = "29.6",
			CodexSecret = false,
			Link = "Necramech Rebuke",
			MaxRank = 3,
			Name = "Necramech Rebuke",
			Polarity = "Madurai",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = false,
			Type = "Necramech" 
		},
		["Necramech Redirection"] = {
			BaseDrain = 4,
			Description = "+220% Shield Capacity",
			Image = "NecramechRedirectionMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Necromech/NecromechShieldMaxMod",
			Introduced = "29",
			CodexSecret = false,
			Link = "Necramech Redirection",
			MaxRank = 10,
			Name = "Necramech Redirection",
			Polarity = "Vazarin",
			Rarity = "Common",
			Tradable = true,
			Transmutable = false,
			Type = "Necramech" 
		},
		["Necramech Refuel"] = {
			BaseDrain = 6,
			Description = "+20% Engine Replenish",
			Image = "NecramechRefuelMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Necromech/NecromechBoostRechargeMod",
			Introduced = "29",
			CodexSecret = false,
			Link = "Necramech Refuel",
			MaxRank = 3,
			Name = "Necramech Refuel",
			Polarity = "Vazarin",
			Rarity = "Common",
			Tradable = true,
			Transmutable = false,
			Type = "Necramech" 
		},
		["Necramech Repair"] = {
			BaseDrain = 10,
			Description = "Restore 10% Health/s over 3s when Health drops below 20%. 15s Cooldown.",
			Image = "NecramechRepairMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Necromech/NecromechRegenOnLowHealthMod",
			Introduced = "29.6",
			CodexSecret = false,
			Link = "Necramech Repair",
			MaxRank = 3,
			Name = "Necramech Repair",
			Polarity = "Vazarin",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = false,
			Type = "Necramech" 
		},
		["Necramech Seismic Wave"] = {
			BaseDrain = 6,
			Description = "+45% Melee Slam Damage",
			Image = "NecramechSeismicWaveMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Necromech/NecromechSlamDamageMod",
			Introduced = "29",
			CodexSecret = false,
			Link = "Necramech Seismic Wave",
			MaxRank = 5,
			Name = "Necramech Seismic Wave",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Necramech" 
		},
		["Necramech Slipstream"] = {
			BaseDrain = 6,
			Description = "+60% Slide",
			Image = "NecramechSlipstreamMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Necromech/NecromechSlideSpeedMod",
			Introduced = "29",
			CodexSecret = false,
			Link = "Necramech Slipstream",
			MaxRank = 5,
			Name = "Necramech Slipstream",
			Polarity = "Naramon",
			Rarity = "Common",
			Tradable = true,
			Transmutable = false,
			Type = "Necramech" 
		},
		["Necramech Steel Fiber"] = {
			BaseDrain = 6,
			Description = "+90% Armor",
			Image = "NecramechSteelFiberMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Necromech/NecromechArmourMaxMod",
			Introduced = "29",
			CodexSecret = false,
			Link = "Necramech Steel Fiber",
			MaxRank = 5,
			Name = "Necramech Steel Fiber",
			Polarity = "Vazarin",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = false,
			Type = "Necramech" 
		},
		["Necramech Streamline"] = {
			BaseDrain = 4,
			Description = "+30% Ability Efficiency",
			Image = "NecramechStreamlineMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Necromech/NecromechAbilityEfficiencyMod",
			Introduced = "29",
			CodexSecret = false,
			Link = "Necramech Streamline",
			MaxRank = 5,
			Name = "Necramech Streamline",
			Polarity = "Naramon",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Necramech" 
		},
		["Necramech Stretch"] = {
			BaseDrain = 4,
			Description = "+45% Ability Range",
			Image = "NecramechStretchMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Necromech/NecromechAbilityRangeMod",
			Introduced = "29",
			CodexSecret = false,
			Link = "Necramech Stretch",
			MaxRank = 5,
			Name = "Necramech Stretch",
			Polarity = "Naramon",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = false,
			Type = "Necramech" 
		},
		["Necramech Thrusters"] = {
			BaseDrain = 6,
			Description = "+100% Engine Max",
			Image = "NecramechThrustersMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Necromech/NecromechBoostMaxMod",
			Introduced = "29",
			CodexSecret = false,
			Link = "Necramech Thrusters",
			MaxRank = 3,
			Name = "Necramech Thrusters",
			Polarity = "Vazarin",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Necramech" 
		},
		["Necramech Vitality"] = {
			BaseDrain = 6,
			Description = "+120% Health",
			Image = "NecramechVitalityMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Necromech/NecromechHealthMaxMod",
			Introduced = "29",
			CodexSecret = false,
			Link = "Necramech Vitality",
			MaxRank = 5,
			Name = "Necramech Vitality",
			Polarity = "Vazarin",
			Rarity = "Common",
			Tradable = true,
			Transmutable = false,
			Type = "Necramech" 
		},
		Negate = {
			BaseDrain = 4,
			Description = "Sentinel prevents Status Effects from applying to its owner once every 5s.",
			Image = "Negate.png",
			InternalName = "/Lotus/Types/Sentinels/SentinelPrecepts/ProcAbsorb",
			Introduced = "22.20",
			CodexSecret = false,
			Link = "Negate",
			MaxRank = 5,
			Name = "Negate",
			Polarity = "Penjaga",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Wyrm" 
		},
		["Negation Swarm"] = {
			BaseDrain = 6,
			Description = "Scarab Swarm Augment: Scarab Armor protects Inaros from Status Effects, consuming 3% Bonus Armor for each effect resisted.",
			Image = "NegationSwarmMod.png",
			InternalName = "/Lotus/Powersuits/Sandman/SandmanSwarmAugmentCard",
			Introduced = "20.2",
			CodexSecret = false,
			IsAbilityAugment = true,
			Link = "Negation Swarm",
			MaxRank = 3,
			Name = "Negation Swarm",
			Polarity = "Zenurik",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Inaros" 
		},
		Netra = {
			Class = "Requiem",
			Description = "Carrion hordes trill their profane\r\nAccord with eldritch plans",
			Image = "NetraRequiemMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Immortal/ImmortalSevenMod",
			Introduced = "26",
			CodexSecret = false,
			Link = "Netra",
			MaxRank = 3,
			Name = "Netra",
			NotUpgradable = true,
			Polarity = "Universal",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = true,
			Type = "Parazon" 
		},
		Neutralize = {
			BaseDrain = 0,
			Description = "The kubrow bites the hand of an enemy within 20m, causing them to drop their weapon.",
			Image = "Neutralize 19.6.3.png",
			InternalName = "/Lotus/Types/Friendly/Pets/KubrowPetPrecepts/KubrowDisarmPrecept",
			Introduced = "17",
			CodexSecret = false,
			Link = "Neutralize",
			MaxRank = 5,
			Name = "Neutralize",
			Polarity = "Penjaga",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Chesa Kubrow" 
		},
		["Neutralizing Justice"] = {
			BaseDrain = 4,
			Description = "Each Miter blade has a +90% chance to immediately destroy a Nullifier field.\r\n+1 'Justice'",
			Image = "NeutralizingJusticeMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Syndicate/MiterMod",
			Introduced = "20.4",
			CodexSecret = false,
			IsWeaponAugment = true,
			Link = "Neutralizing Justice",
			MaxRank = 3,
			Name = "Neutralizing Justice",
			Polarity = "Vazarin",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Miter" 
		},
		["Neutron Star"] = {
			BaseDrain = 6,
			Description = "Null Star Augment: On recast, all remaining particles will seek out enemies and deal 120 <DT_EXPLOSION>Blast Damage with guaranteed Status effect in 8m.",
			Image = "NeutronStar3.png",
			InternalName = "/Lotus/Powersuits/AntiMatter/NullStarAugmentCard",
			Introduced = "15",
			CodexSecret = false,
			IsAbilityAugment = true,
			Link = "Neutron Star",
			MaxRank = 3,
			Name = "Neutron Star",
			Polarity = "Zenurik",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Nova" 
		},
		["Night Stalker"] = {
			BaseDrain = 2,
			Conclave = true,
			Description = "Reveals target on Minimap for +6s.",
			Image = "NightStalker.png",
			InternalName = "/Lotus/Upgrades/Mods/PvPMods/Pistol/MarkTargetPistolMod",
			Introduced = "16",
			CodexSecret = false,
			Link = "Night Stalker",
			MaxRank = 5,
			Name = "Night Stalker",
			Polarity = "Naramon",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = false,
			Type = "Pistol" 
		},
		["Nightwatch Napalm"] = {
			BaseDrain = 4,
			Description = "Rockets disperse napalm, inflicting 30% damage over 6s across 90% of the explosion area.",
			Image = "NightwatchNapalmMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Rifle/Event/ProjectNightwatch/OgrisNightwatchMod",
			Introduced = "18.10",
			CodexSecret = false,
			IsWeaponAugment = true,
			Link = "Nightwatch Napalm",
			MaxRank = 5,
			Name = "Nightwatch Napalm",
			Polarity = "Madurai",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = false,
			Type = "Ogris" 
		},
		["Nitro Boost"] = {
			BaseDrain = 4,
			Description = "+30% K-Drive Boost Speed",
			Image = "NitroBoost.png",
			InternalName = "/Lotus/Upgrades/Mods/Hoverboard/HBSprintSpeedMod",
			Introduced = "24",
			CodexSecret = false,
			Link = "Nitro Boost",
			MaxRank = 5,
			Name = "Nitro Boost",
			Polarity = "Naramon",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "K-Drive" 
		},
		["No Current Leap"] = {
			BaseDrain = 2,
			Conclave = true,
			Description = "+10% Mobility\r\n0 Energy Rate",
			Image = "NoCurrentLeapMod.png",
			InternalName = "/Lotus/Upgrades/Mods/PvPMods/Warframe/MoreBulletJumpLessEnergy",
			Introduced = "18",
			CodexSecret = false,
			IsExilus = true,
			Link = "No Current Leap",
			MaxRank = 3,
			Name = "No Current Leap",
			Polarity = "Naramon",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = false,
			Type = "Warframe" 
		},
		["No Return"] = {
			BaseDrain = 2,
			Description = "+60% <DT_PUNCTURE>Puncture",
			Image = "NoReturnModU145.png",
			InternalName = "/Lotus/Upgrades/Mods/Pistol/WeaponArmorPiercingDamageMod",
			Introduced = "0",
			CodexSecret = false,
			Link = "No Return",
			MaxRank = 5,
			Name = "No Return",
			Polarity = "Naramon",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = true,
			Type = "Pistol" 
		},
		["Noble Cadence"] = {
			BaseDrain = -2,
			Conclave = true,
			Description = "Fighting form devised for Conclave.",
			Image = "NobleCadenceMod.png",
			InternalName = "/Lotus/Upgrades/Mods/PvPMods/Stances/PvPHeavyBladeStanceOne",
			Introduced = "Specters of the Rail",
			CodexSecret = false,
			Link = "Noble Cadence",
			MaxRank = 3,
			Name = "Noble Cadence",
			Polarity = "Madurai",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = false,
			Type = "Heavy Blade" 
		},
		["North Wind"] = {
			BaseDrain = 6,
			Description = "+90% <DT_FREEZE>Cold",
			Image = "NorthWindModU161.png",
			Incompatible = { "Flawed North Wind" },
			InternalName = "/Lotus/Upgrades/Mods/Melee/WeaponFreezeDamageMod",
			Introduced = "0",
			CodexSecret = false,
			Link = "North Wind",
			MaxRank = 5,
			Name = "North Wind",
			Polarity = "Vazarin",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = true,
			Type = "Melee" 
		},
		["Null Audit"] = {
			BaseDrain = 0,
			Conclave = false,
			Description = "Negates the aura and abilities on an Eximus enemy and transfers the aura to the Hound for 60s.",
			Image = "NullAuditMod.png",
			Incompatible = { "Repo Audit", "Equilibrium Audit" },
			InternalName = "/Lotus/Types/Friendly/Pets/ZanukaPets/ZanukaPetPrecepts/ZanukaPetStealEximusPrecept",
			Introduced = "30.5",
			CodexSecret = false,
			IsExilus = false,
			IsFlawed = false,
			Link = "Null Audit",
			MaxRank = 5,
			Name = "Null Audit",
			Polarity = "Penjaga",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Hound" 
		},
		Odomedic = {
			BaseDrain = 2,
			Description = "Every 3m traversed by Wall Running regenerates +40 Health over 4s. This effect can stack up to 3x.",
			Image = "OdomedicMod.png",
			InternalName = "/Lotus/Types/Sentinels/SentinelPrecepts/HealBot",
			Introduced = "25",
			CodexSecret = false,
			Link = "Odomedic",
			MaxRank = 3,
			Name = "Odomedic",
			Polarity = "Penjaga",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Sentinel" 
		},
		["Onslaught Matrix"] = {
			BaseDrain = -2,
			Description = "+15% Turret Damage while 100% Hull\r\n20% chance to Reflect 25% Damage while over 80% Shields\r\n+6% Battle Mod Efficiency",
			Image = "OnslaughtMatrixMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Railjack/Gunnery/VidarOffensiveMatrix",
			Introduced = "29.10",
			CodexSecret = false,
			Link = "Onslaught Matrix",
			MaxRank = 5,
			Name = "Onslaught Matrix",
			Polarity = "Madurai",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = false,
			Type = "Railjack Aura" 
		},
		["Ordnance Cheap Shot"] = {
			BaseDrain = 2,
			Description = "Ordnance weapons have a +60% chance to not consume Munitions",
			Image = "OrdnanceCheapShotMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Railjack/Gunnery/LavanFreeOrdnanceAmmo",
			Introduced = "27.4",
			CodexSecret = false,
			Link = "Ordnance Cheap Shot",
			MaxRank = 5,
			Name = "Ordnance Cheap Shot",
			Polarity = "Naramon",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Plexus" 
		},
		["Ordnance Velocity"] = {
			BaseDrain = 4,
			Description = "+60% Ordnance Projectile Speed",
			Image = "OrdnanceVelocityMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Railjack/Gunnery/LavanOrdnanceSpeed",
			Introduced = "27.0",
			CodexSecret = false,
			Link = "Ordnance Velocity",
			MaxRank = 5,
			Name = "Ordnance Velocity",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Plexus" 
		},
		["Ore Gaze"] = {
			BaseDrain = 6,
			Description = "Petrify Augment: Petrified enemies are scanned into the Codex and have a 25% chance to drop additional loot when killed.",
			Image = "OreGaze.png",
			InternalName = "/Lotus/Powersuits/Brawler/BrawlerGazeAugmentCard",
			Introduced = "18.4.7",
			CodexSecret = false,
			IsAbilityAugment = true,
			Link = "Ore Gaze",
			MaxRank = 3,
			Name = "Ore Gaze",
			Polarity = "Zenurik",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Atlas" 
		},
		["Organ Shatter"] = {
			BaseDrain = 4,
			Description = "+90% Critical Damage",
			Image = "OrganShatterModU145.png",
			Incompatible = { "Amalgam Organ Shatter", "Flawed Organ Shatter" },
			InternalName = "/Lotus/Upgrades/Mods/Melee/WeaponCritDamageMod",
			Introduced = "0",
			CodexSecret = false,
			Link = "Organ Shatter",
			MaxRank = 5,
			Name = "Organ Shatter",
			Polarity = "Madurai",
			Rarity = "Common",
			Tradable = true,
			Transmutable = true,
			Type = "Melee" 
		},
		["Orgone Tuning Matrix"] = {
			BaseDrain = -2,
			Description = "+22.5% Forge Capacity\r\n-15% Forge Cooldown\r\n+15% Elemental Resistance\r\n+18% Turret Heat Capacity",
			Image = "OrgoneTuningMatrixMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Railjack/Engineering/LavanEngineerMatrix",
			Introduced = "29.10",
			CodexSecret = false,
			Link = "Orgone Tuning Matrix",
			MaxRank = 5,
			Name = "Orgone Tuning Matrix",
			Polarity = "Naramon",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = false,
			Type = "Railjack Aura" 
		},
		Oull = {
			Class = "Requiem",
			Description = "Through endless faces, countless forms, a multitude unfolds.\r\n(Mimics any Requiem Mod)",
			Image = "OullRequiemMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Immortal/ImmortalWildcardMod",
			Introduced = "30.5",
			CodexSecret = false,
			Link = "Oull",
			MaxRank = 3,
			Name = "Oull",
			NotUpgradable = true,
			Polarity = "Universal",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = true,
			Type = "Parazon" 
		},
		["Out Of Sight"] = {
			BaseDrain = 0,
			Description = "Blind enemies within 18m on Mercy",
			Image = "OutOfSightMod.png",
			InternalName = "/Lotus/Upgrades/Mods/DataSpike/Assassin/OnExecutionBlindMod",
			Introduced = "26",
			CodexSecret = false,
			Link = "Out Of Sight",
			MaxRank = 0,
			Name = "Out Of Sight",
			Polarity = "Universal",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = true,
			Type = "Parazon" 
		},
		["Overcharge Detectors"] = {
			BaseDrain = 2,
			Conclave = true,
			Description = "Exposes enemies at maximum Energy Capacity within 30m.",
			Image = "OverchargeDetectorsNew.png",
			InternalName = "/Lotus/Upgrades/Mods/PvPMods/Warframe/EffectOnFullEnergyMod",
			Introduced = "16.5",
			CodexSecret = false,
			IsExilus = true,
			Link = "Overcharge Detectors",
			MaxRank = 5,
			Name = "Overcharge Detectors",
			Polarity = "Naramon",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = false,
			Type = "Warframe" 
		},
		Overcharged = {
			BaseDrain = 10,
			Conclave = true,
			Description = "Converts up to 50 Energy to Overshields at a rate of 100%.",
			Image = "OverchargedMod.png",
			InternalName = "/Lotus/Upgrades/Mods/PvPMods/Warframe/EnergyToOvershieldsOnSpawnMod",
			Introduced = "17",
			CodexSecret = false,
			Link = "Overcharged",
			MaxRank = 5,
			Name = "Overcharged",
			Polarity = "Vazarin",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Warframe" 
		},
		Overextended = {
			BaseDrain = 6,
			Description = "+90% Ability Range\r\n-60% Ability Strength",
			Image = "OverextendedModU145.png",
			InternalName = "/Lotus/Upgrades/Mods/Warframe/DualStat/CorruptedRangePowerWarframe",
			Introduced = "10.3",
			CodexSecret = false,
			Link = "Overextended",
			MaxRank = 5,
			Name = "Overextended",
			Polarity = "Vazarin",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Warframe" 
		},
		Overloader = {
			BaseDrain = 2,
			Description = "+50% Maximum Ordnance Munitions",
			Image = "OverloaderMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Railjack/Gunnery/LavanMaxOrdnanceMunitions",
			Introduced = "27.3",
			CodexSecret = false,
			Link = "Overloader",
			MaxRank = 3,
			Name = "Overloader",
			Polarity = "Naramon",
			Rarity = "Common",
			Tradable = true,
			Transmutable = false,
			Type = "Plexus" 
		},
		Overview = {
			BaseDrain = 2,
			Conclave = true,
			Description = "-60% Zoom while Aim Gliding",
			Image = "Overview.png",
			InternalName = "/Lotus/Upgrades/Mods/PvPMods/Rifle/HigherAirAimFoVRifleMod",
			Introduced = "17.4",
			CodexSecret = false,
			IsExilus = true,
			Link = "Overview",
			MaxRank = 5,
			Name = "Overview",
			Polarity = "Naramon",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = false,
			Type = "Assault Rifle" 
		},
		["Pacifying Bolts"] = {
			BaseDrain = 6,
			Description = "Psychic Bolts Augment: Affected enemies will be confused for 10s.",
			Image = "PacifyingBolts3.png",
			InternalName = "/Lotus/Powersuits/Jade/DaggerAugmentCard",
			Introduced = "15",
			CodexSecret = false,
			IsAbilityAugment = true,
			Link = "Pacifying Bolts",
			MaxRank = 3,
			Name = "Pacifying Bolts",
			Polarity = "Zenurik",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Nyx" 
		},
		["Pack Leader"] = {
			BaseDrain = 4,
			Description = "+36% Lifesteal-Link",
			Image = "PackLeaderMod.png",
			Incompatible = { "Primed Pack Leader" },
			InternalName = "/Lotus/Upgrades/Mods/Sentinel/Kubrow/KubrowPackLeaderMod",
			Introduced = "14",
			CodexSecret = false,
			Link = "Pack Leader",
			MaxRank = 5,
			Name = "Pack Leader",
			Polarity = "Madurai",
			Rarity = "Common",
			Tradable = true,
			Transmutable = false,
			Type = "Companion" 
		},
		["Pain Threshold"] = {
			BaseDrain = 6,
			Description = "+160% Faster Stagger Recovery",
			Image = "PainThresholdMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Warframe/Events/AvatarStaggerRecoveryMod",
			Introduced = "The Index Preview",
			CodexSecret = false,
			IsExilus = true,
			Link = "Pain Threshold",
			MaxRank = 3,
			Name = "Pain Threshold",
			Polarity = "Naramon",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Warframe" 
		},
		["Panzer Devolution"] = {
			BaseDrain = 0,
			Description = "Devolves into its larval form upon death, and spits quills at enemies dealing 60 <DT_VIRAL>Viral Damage each. Respawns into its true form after 30s.",
			Image = "PanzerDevolutionMod.png",
			InternalName = "/Lotus/Types/Friendly/Pets/CreaturePets/CreaturePrecepts/ArmoredInfestedCatbrowRespawn",
			Introduced = "29",
			CodexSecret = false,
			Link = "Panzer Devolution",
			MaxRank = 3,
			Name = "Panzer Devolution",
			Polarity = "Penjaga",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Panzer Vulpaphyla" 
		},
		["Parallax Scope"] = {
			BaseDrain = 4,
			Description = "+100% Critical Chance",
			Image = "ParallaxScopeMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Archwing/Rifle/ArchwingRifleCritChanceMod",
			Introduced = "15",
			CodexSecret = false,
			Link = "Parallax Scope",
			MaxRank = 3,
			Name = "Parallax Scope",
			Polarity = "Naramon",
			Rarity = "Common",
			Tradable = true,
			Transmutable = true,
			Type = "Archgun" 
		},
		["Paralytic Spores"] = {
			BaseDrain = 0,
			Description = "Charge an enemy within 30m dealing 160 damage and releasing spores that stun enemies within 16m for 3s, leaving them open to Finisher Attacks.",
			Image = "ParalyticSporesMod.png",
			InternalName = "/Lotus/Types/Friendly/Pets/CreaturePets/CreaturePrecepts/InfestedPredatorFinisherSporesPrecept",
			Introduced = "29",
			CodexSecret = false,
			Link = "Paralytic Spores",
			MaxRank = 3,
			Name = "Paralytic Spores",
			Polarity = "Penjaga",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Medjay Predasite" 
		},
		Parry = {
			BaseDrain = 2,
			Description = "+96% Counter Chance",
			Image = "ParryModU145.png",
			InternalName = "/Lotus/Upgrades/Mods/Warframe/AvatarParryMeleeMod",
			Introduced = "10",
			CodexSecret = false,
			Link = "Parry",
			MaxRank = 5,
			Name = "Parry",
			Polarity = "Vazarin",
			Rarity = "Common",
			Tradable = true,
			Transmutable = true,
			Type = "Melee" 
		},
		["Particle Ram"] = {
			BaseDrain = 0,
			Description = "Railjack Ram that deals damage to anything it touches when moving forward.",
			Image = "ParticleRamMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Railjack/Abilities/CrewShipRamAbilityCard",
			Introduced = "27.0",
			CodexSecret = false,
			Link = "Particle Ram",
			MaxRank = 10,
			Name = "Particle Ram",
			Polarity = "Universal",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Railjack (Battle, Slot 2)" 
		},
		["Partitioned Mallet"] = {
			BaseDrain = 6,
			Description = "Mallet Augment: Allows for two simultaneous Mallets, each with 50% reduced range.",
			Image = "PartitionedMalletMod.png",
			InternalName = "/Lotus/Powersuits/Bard/BardMusicAugmentCard",
			Introduced = "23.0.6",
			CodexSecret = false,
			IsAbilityAugment = true,
			Link = "Partitioned Mallet",
			MaxRank = 3,
			Name = "Partitioned Mallet",
			Polarity = "Zenurik",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Octavia" 
		},
		Patagium = {
			BaseDrain = 2,
			Description = "+90% Aim Glide/Wall Latch Duration",
			Image = "PatagiumMod.png",
			Incompatible = {
				"Mobilize",
				"Battering Maneuver",
				"Piercing Step",
				"Rending Turn",
				"Firewalker",
				"Ice Spring",
				"Lightning Dash",
				"Toxic Flight" 
			},
			InternalName = "/Lotus/Upgrades/Mods/Warframe/SuperGlideParkourTwoMod",
			Introduced = "17",
			CodexSecret = false,
			IsExilus = true,
			Link = "Patagium",
			MaxRank = 5,
			Name = "Patagium",
			Polarity = "Naramon",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = false,
			Type = "Warframe" 
		},
		["Path of Statues"] = {
			BaseDrain = 6,
			Description = "Landslide Augment: Leave a trail for 12s that petrifies enemies for 6s.",
			Image = "PathofStatuesMod.png",
			InternalName = "/Lotus/Powersuits/Brawler/BrawlerPunchAugmentCard",
			Introduced = "The Silver Grove",
			CodexSecret = false,
			IsAbilityAugment = true,
			Link = "Path of Statues",
			MaxRank = 3,
			Name = "Path of Statues",
			Polarity = "Zenurik",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Ash" 
		},
		["Pathogen Rounds"] = {
			BaseDrain = 6,
			Description = "+90% <DT_POISON>Toxin",
			Image = "PathogenRoundsModU145.png",
			Incompatible = { "Flawed Pathogen Rounds" },
			InternalName = "/Lotus/Upgrades/Mods/Pistol/WeaponToxinDamageMod",
			Introduced = "11",
			CodexSecret = false,
			Link = "Pathogen Rounds",
			MaxRank = 5,
			Name = "Pathogen Rounds",
			Polarity = "Naramon",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = true,
			Type = "Pistol" 
		},
		["Peaceful Provocation"] = {
			BaseDrain = 6,
			Description = "Pacify & Provoke Augment: Pacify converts damage done to allies into an aura that slows enemies by 40%. Provoke converts damage done to enemies into 15% extra Ability Strength.",
			Image = "PeacefulProvocationMod.png",
			InternalName = "/Lotus/Powersuits/YinYang/YinYangAuraAugmentCard",
			Introduced = "18.4.7",
			CodexSecret = false,
			IsAbilityAugment = true,
			Link = "Peaceful Provocation",
			MaxRank = 3,
			Name = "Peaceful Provocation",
			Polarity = "Zenurik",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Equinox" 
		},
		["Peculiar Bloom"] = {
			BaseDrain = 2,
			Class = "Peculiar",
			Description = "Critical hits cause flowers to grow from the wounds.",
			Image = "PeculiarBloomMod.png",
			InternalName = "/Lotus/Upgrades/CosmeticEnhancers/Peculiars/FlowerPowerMod",
			Introduced = "22.18",
			CodexSecret = false,
			IsExilus = true,
			Link = "Peculiar Bloom",
			MaxRank = 5,
			Name = "Peculiar Bloom",
			Polarity = "Naramon",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = false,
			Type = "Warframe" 
		},
		["Peculiar Growth"] = {
			BaseDrain = 2,
			Class = "Peculiar",
			Description = "Damaging an enemy will inflate the body part hit for 6s.",
			Image = "PeculiarGrowthMod.png",
			InternalName = "/Lotus/Upgrades/CosmeticEnhancers/Peculiars/InflationMod",
			Introduced = "22.20",
			CodexSecret = false,
			IsExilus = true,
			Link = "Peculiar Growth",
			MaxRank = 5,
			Name = "Peculiar Growth",
			Polarity = "Naramon",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = false,
			Type = "Warframe" 
		},
		["Perfect Balance"] = {
			BaseDrain = 4,
			Description = "+66% Chance to Resist Falls",
			Image = "PerfectBalanceMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Hoverboard/HBFallChanceReductionMod",
			Introduced = "24.2",
			CodexSecret = false,
			Link = "Perfect Balance",
			MaxRank = 10,
			Name = "Perfect Balance",
			Polarity = "Madurai",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = false,
			Type = "K-Drive" 
		},
		["Perpetual Agony"] = {
			BaseDrain = 6,
			Description = "+30% Status Duration",
			Image = "PerpetualAgony.png",
			InternalName = "/Lotus/Upgrades/Mods/Pistol/WeaponProcTimeMod",
			Introduced = "15",
			CodexSecret = false,
			Link = "Perpetual Agony",
			MaxRank = 5,
			Name = "Perpetual Agony",
			Polarity = "Madurai",
			Rarity = "Common",
			Tradable = true,
			Transmutable = false,
			Type = "Pistol" 
		},
		["Phoenix Blaze"] = {
			BaseDrain = 0,
			Description = "Wreathes the Railjack in fire, increasing Turret Damage and Speed.",
			Image = "PhoenixBlazeMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Railjack/Abilities/CrewShipPhoenixAbilityCard",
			Introduced = "29.10",
			CodexSecret = false,
			Link = "Phoenix Blaze",
			MaxRank = 10,
			Name = "Phoenix Blaze",
			Polarity = "Universal",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = false,
			Type = "Railjack (Battle, Slot 3)" 
		},
		["Phoenix Renewal"] = {
			BaseDrain = 6,
			Description = "Renewal Augment: Taking fatal damage while under the effects of Renewal will instead Heal you or allies to 50% Health. This effect triggers only once for each ally every 90s.",
			Image = "PhoenixRenewal2.png",
			InternalName = "/Lotus/Powersuits/Paladin/RegenerationAugmentCard",
			Introduced = "18.11",
			CodexSecret = false,
			IsAbilityAugment = true,
			Link = "Phoenix Renewal",
			MaxRank = 3,
			Name = "Phoenix Renewal",
			Polarity = "Zenurik",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Oberon" 
		},
		["Photon Repeater"] = {
			BaseDrain = 6,
			Description = "Photon Strike Augment: If Photon Strike hits at least 5 enemies, the next cast will cost no Energy.",
			Image = "PhotonRepeaterMod.png",
			InternalName = "/Lotus/Powersuits/Trapper/MagHoleAugmentCard",
			Introduced = "26",
			CodexSecret = false,
			IsAbilityAugment = true,
			Link = "Photon Repeater",
			MaxRank = 3,
			Name = "Photon Repeater",
			Polarity = "Zenurik",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Vauban" 
		},
		Physique = {
			BaseDrain = -2,
			Description = "+90% Health",
			Image = "PhysiqueMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Aura/PlayerHealthAuraMod",
			Introduced = "5",
			CodexSecret = false,
			Link = "Physique",
			MaxRank = 5,
			Name = "Physique",
			Polarity = "Vazarin",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = false,
			Type = "Aura" 
		},
		["Piercing Caliber"] = {
			BaseDrain = 6,
			Description = "+120% <DT_PUNCTURE>Puncture",
			Image = "PiercingCaliberModU145.png",
			InternalName = "/Lotus/Upgrades/Mods/Rifle/WeaponEventPunctureDamageMod",
			Introduced = "15.5",
			CodexSecret = false,
			Link = "Piercing Caliber",
			MaxRank = 5,
			Name = "Piercing Caliber",
			Polarity = "Naramon",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Rifle" 
		},
		["Piercing Fury"] = {
			BaseDrain = -2,
			Conclave = true,
			Description = "Fighting form devised for Conclave.",
			Image = "PiercingFuryMod.png",
			InternalName = "/Lotus/Upgrades/Mods/PvPMods/Stances/PvPDaggerStanceOne",
			Introduced = "Specters of the Rail",
			CodexSecret = false,
			Link = "Piercing Fury",
			MaxRank = 3,
			Name = "Piercing Fury",
			Polarity = "Naramon",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = false,
			Type = "Daggers" 
		},
		["Piercing Hit"] = {
			BaseDrain = 2,
			Description = "+30% <DT_PUNCTURE>Puncture",
			Image = "PiercingHitModU145.png",
			InternalName = "/Lotus/Upgrades/Mods/Rifle/WeaponArmorPiercingDamageMod",
			Introduced = "0",
			CodexSecret = false,
			Link = "Piercing Hit",
			MaxRank = 5,
			Name = "Piercing Hit",
			Polarity = "Naramon",
			Rarity = "Common",
			Tradable = true,
			Transmutable = false,
			Type = "Rifle" 
		},
		["Piercing Navigator"] = {
			BaseDrain = 6,
			Description = "Navigator Augment: Each hit increases the projectile's Critical Chance by 10% up to a max of 50%. +3 Projectile Punch Through. ",
			Image = "PiercingNavigatorMod.png",
			InternalName = "/Lotus/Powersuits/Ranger/RangerControlAugmentCard",
			Introduced = "20.2",
			CodexSecret = false,
			IsAbilityAugment = true,
			Link = "Piercing Navigator",
			MaxRank = 3,
			Name = "Piercing Navigator",
			Polarity = "Zenurik",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Ivara" 
		},
		["Piercing Roar"] = {
			BaseDrain = 6,
			Description = "Roar Augment: Enemies within 25m will be knocked down and suffer from a <DT_PUNCTURE>Puncture Status effect. Roar can be recast.",
			Image = "PiercingRoarMod.png",
			InternalName = "/Lotus/Powersuits/Rhino/RadialBlastAugmentCard",
			Introduced = "15.16",
			CodexSecret = false,
			IsAbilityAugment = true,
			Link = "Piercing Roar",
			MaxRank = 3,
			Name = "Piercing Roar",
			Polarity = "Zenurik",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Rhino" 
		},
		["Piercing Step"] = {
			BaseDrain = 4,
			Description = "+18% to Bullet Jump\r\n+18% Aim Glide/Wall Latch Duration\r\n+60% <DT_PUNCTURE>Puncture on Bullet Jump",
			Image = "PiercingStep.png",
			Incompatible = {
				"Mobilize",
				"Patagium",
				"Battering Maneuver",
				"Rending Turn",
				"Firewalker",
				"Ice Spring",
				"Lightning Dash",
				"Toxic Flight" 
			},
			InternalName = "/Lotus/Upgrades/Mods/Warframe/PunctureParkourTwoMod",
			Introduced = "17",
			CodexSecret = false,
			IsExilus = true,
			Link = "Piercing Step",
			MaxRank = 5,
			Name = "Piercing Step",
			Polarity = "Naramon",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = false,
			Type = "Warframe" 
		},
		["Pilfering Strangledome"] = {
			BaseDrain = 6,
			Description = "Strangledome Augment: Enemies held in Strangledome have a 65% chance of dropping additional loot.",
			Image = "PilferingStrangledomeMod.png",
			InternalName = "/Lotus/Powersuits/Khora/KhoraCageAugmentCard",
			Introduced = "24.7",
			CodexSecret = false,
			IsAbilityAugment = true,
			Link = "Pilfering Strangledome",
			MaxRank = 3,
			Name = "Pilfering Strangledome",
			Polarity = "Zenurik",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Khora" 
		},
		["Pilfering Swarm"] = {
			BaseDrain = 6,
			Description = "Tentacle Swarm Augment: Enemies held by tentacles have a 100% chance at additional drops.",
			Image = "PilferingSwarm.png",
			InternalName = "/Lotus/Powersuits/Pirate/KrakenAugmentCard",
			Introduced = "15.16",
			CodexSecret = false,
			IsAbilityAugment = true,
			Link = "Pilfering Swarm",
			MaxRank = 3,
			Name = "Pilfering Swarm",
			Polarity = "Zenurik",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Hydroid" 
		},
		["Pinnacle Pack Equilibrium"] = {
			BaseDrain = 4,
			Description = "Health pickups give +60% Energy. Energy pickups give +60% Health.",
			Image = "PinnaclePackEquilibriumMod.png",
			Incompatible = { "Equilibrium", "Flawed Equilibrium" },
			InternalName = "/Lotus/Upgrades/Mods/Warframe/Intermediate/AvatarPickupBonusModIntermediate",
			Introduced = "24.7.1",
			CodexSecret = false,
			Link = "Equilibrium",
			MaxRank = 5,
			Name = "Equilibrium (Pinnacle Pack)",
			Polarity = "Naramon",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = false,
			Type = "Warframe" 
		},
		["Pistol Ammo Mutation"] = {
			BaseDrain = 2,
			Description = "Converts unused ammo pickups into Pistol ammo. Rifle <AMMO_MUTATION> 8 and Shotgun/Sniper <AMMO_MUTATION> 15.",
			Image = "PistolAmmoMutationModU145.png",
			Incompatible = { "Primed Pistol Ammo Mutation" },
			InternalName = "/Lotus/Upgrades/Mods/Pistol/WeaponPistolConvertAmmoMod",
			Introduced = "9.3",
			CodexSecret = false,
			IsExilus = true,
			Link = "Pistol Ammo Mutation",
			MaxRank = 5,
			Name = "Pistol Ammo Mutation",
			Polarity = "Naramon",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Pistol" 
		},
		["Pistol Amp"] = {
			BaseDrain = -2,
			Description = "+27% Damage",
			Image = "PistolAmpMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Aura/PlayerPistolDamageAuraMod",
			Introduced = "The Silver Grove",
			CodexSecret = false,
			Link = "Pistol Amp",
			MaxRank = 5,
			Name = "Pistol Amp",
			Polarity = "Madurai",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = false,
			Type = "Aura" 
		},
		["Pistol Gambit"] = {
			BaseDrain = 4,
			Description = "+120% Critical Chance",
			Image = "PistolGambitModU145.png",
			Incompatible = { "Primed Pistol Gambit", "Flawed Pistol Gambit", "Creeping Bullseye" },
			InternalName = "/Lotus/Upgrades/Mods/Pistol/WeaponCritChanceMod",
			Introduced = "0",
			CodexSecret = false,
			Link = "Pistol Gambit",
			MaxRank = 5,
			Name = "Pistol Gambit",
			Polarity = "Madurai",
			Rarity = "Common",
			Tradable = true,
			Transmutable = true,
			Type = "Pistol" 
		},
		["Pistol Pestilence"] = {
			BaseDrain = 4,
			Description = "+60% <DT_POISON>Toxin\r\n+60% Status Chance",
			Image = "PistolPestilenceModU145.png",
			InternalName = "/Lotus/Upgrades/Mods/Pistol/DualStat/PoisonEventPistolMod",
			Introduced = "11.5",
			CodexSecret = false,
			Link = "Pistol Pestilence",
			MaxRank = 3,
			Name = "Pistol Pestilence",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Pistol" 
		},
		["Pistol Scavenger"] = {
			BaseDrain = -2,
			Description = "+150% Ammo Pickup",
			Image = "PistolScavengerModU145.png",
			InternalName = "/Lotus/Upgrades/Mods/Aura/PlayerPistolAmmoAuraMod",
			Introduced = "5",
			CodexSecret = false,
			Link = "Pistol Scavenger",
			MaxRank = 5,
			Name = "Pistol Scavenger",
			Polarity = "Naramon",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = false,
			Type = "Aura" 
		},
		["Plan B"] = {
			BaseDrain = 10,
			Conclave = true,
			Description = "On Hit: +20% Secondary Weapon Fire Rate for 3s",
			Image = "PlanBMod.png",
			InternalName = "/Lotus/Upgrades/Mods/PvPMods/Rifle/FasterPistolRoFOnHitBowMod",
			Introduced = "17.8",
			CodexSecret = false,
			Link = "Plan B",
			MaxRank = 3,
			Name = "Plan B",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Bow" 
		},
		["Point Blank"] = {
			BaseDrain = 4,
			Description = "+90% Damage",
			Image = "PointBlankModU145.png",
			Incompatible = { "Primed Point Blank", "Flawed Point Blank" },
			InternalName = "/Lotus/Upgrades/Mods/Shotgun/WeaponDamageAmountMod",
			Introduced = "0",
			CodexSecret = false,
			Link = "Point Blank",
			MaxRank = 5,
			Name = "Point Blank",
			Polarity = "Madurai",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = true,
			Type = "Shotgun" 
		},
		["Point Strike"] = {
			BaseDrain = 2,
			Description = "+150% Critical Chance",
			Image = "PointStrikeModU145.png",
			Incompatible = { "Critical Delay" },
			InternalName = "/Lotus/Upgrades/Mods/Rifle/WeaponCritChanceMod",
			Introduced = "0",
			CodexSecret = false,
			Link = "Point Strike",
			MaxRank = 5,
			Name = "Point Strike",
			Polarity = "Madurai",
			Rarity = "Common",
			Tradable = true,
			Transmutable = true,
			Type = "Rifle" 
		},
		["Pointed Wind"] = {
			BaseDrain = -2,
			Description = "Spiral strikes, lifting combos.",
			Image = "PointedWindMod.png",
			InternalName = "/Lotus/Weapons/Tenno/Melee/MeleeTrees/DaggerCmbTwoMeleeTree",
			Introduced = "13",
			CodexSecret = false,
			Link = "Pointed Wind",
			MaxRank = 3,
			Name = "Pointed Wind",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = true,
			Type = "Daggers" 
		},
		["Poisonous Sting"] = {
			BaseDrain = 4,
			Description = "+120% <DT_POISON>Toxin",
			Image = "PoisonousSting.png",
			InternalName = "/Lotus/Upgrades/Mods/Archwing/Melee/ArchwingWeaponToxinDamageMod",
			Introduced = "15",
			CodexSecret = false,
			Link = "Poisonous Sting",
			MaxRank = 5,
			Name = "Poisonous Sting",
			Polarity = "Naramon",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = false,
			Type = "Archmelee" 
		},
		["Polar Magazine"] = {
			BaseDrain = 4,
			Description = "+120% <DT_FREEZE>Cold",
			Image = "PolarMagazine.png",
			InternalName = "/Lotus/Upgrades/Mods/Archwing/Rifle/ArchwingWeaponFreezeDamageMod",
			Introduced = "15",
			CodexSecret = false,
			Link = "Polar Magazine",
			MaxRank = 5,
			Name = "Polar Magazine",
			Polarity = "Vazarin",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = true,
			Type = "Archgun" 
		},
		["Pool of Life"] = {
			BaseDrain = 6,
			Description = "Well of Life Augment: On death, marked enemies will drop 4 Health Orbs with a 25% chance of dropping an Energy Orb.",
			Image = "PoolOfLife3.png",
			InternalName = "/Lotus/Powersuits/Trinity/WellOfLifeAugmentCard",
			Introduced = "15",
			CodexSecret = false,
			IsAbilityAugment = true,
			Link = "Pool of Life",
			MaxRank = 3,
			Name = "Pool of Life",
			Polarity = "Zenurik",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Trinity" 
		},
		["Pop Top"] = {
			BaseDrain = 4,
			Description = "-60% Jump Charge Time",
			Image = "PopTopMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Hoverboard/HBJumpChargeTimeMod",
			Introduced = "24.2",
			CodexSecret = false,
			Link = "Pop Top",
			MaxRank = 5,
			Name = "Pop Top",
			Polarity = "Madurai",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = false,
			Type = "K-Drive" 
		},
		["Poppin' Vert"] = {
			BaseDrain = 4,
			Description = "+80% K-Drive Double Jump Height",
			Image = "PoppinVertMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Hoverboard/HBDoubleJumpHeightMod",
			Introduced = "24.2",
			CodexSecret = false,
			Link = "Poppin' Vert",
			MaxRank = 3,
			Name = "Poppin' Vert",
			Polarity = "Naramon",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "K-Drive" 
		},
		Pounce = {
			BaseDrain = 2,
			Description = "The Kavat pounces at an enemy, dealing 90% Damage and stunning them for a short duration.",
			Image = "PounceMod.png",
			InternalName = "/Lotus/Types/Friendly/Pets/CatbrowPetPrecepts/CatbrowPouncePrecept",
			Introduced = "Specters of the Rail",
			CodexSecret = false,
			Link = "Pounce",
			MaxRank = 3,
			Name = "Pounce",
			Polarity = "Madurai",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = false,
			Type = "Kavat" 
		},
		["Power Donation"] = {
			BaseDrain = -4,
			Description = "-30% Ability Strength+30% Ability Strength of Squadmates",
			Image = "PowerDonation.png",
			InternalName = "/Lotus/Upgrades/Mods/Aura/AvatarAuraPowerMaxMod",
			Introduced = "23.10",
			CodexSecret = false,
			Link = "Power Donation",
			MaxRank = 5,
			Name = "Power Donation",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Aura" 
		},
		["Power Drain"] = {
			BaseDrain = 0,
			Description = "100% chance for next ability cast to gain +50% Ability Strength",
			Image = "PowerDrain.png",
			InternalName = "/Lotus/Upgrades/Mods/DataSpike/Assassin/OnExecutionDrainPowerMod",
			Introduced = "30.5",
			CodexSecret = false,
			Link = "Power Drain",
			MaxRank = 0,
			Name = "Power Drain",
			Polarity = "Universal",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = true,
			Type = "Parazon" 
		},
		["Power Drift"] = {
			BaseDrain = 4,
			Description = "+15% Ability Strength\r\n+30% Chance to Resist Knockdown",
			Image = "PowerDriftMod.png",
			InternalName = "/Lotus/Upgrades/Mods/OrokinChallenge/OrokinChallengeModPower",
			Introduced = "18",
			CodexSecret = false,
			IsExilus = true,
			Link = "Power Drift",
			MaxRank = 5,
			Name = "Power Drift",
			Polarity = "Zenurik",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Warframe" 
		},
		["Power Throw"] = {
			BaseDrain = 4,
			Description = "+2 Punch Through\r\nOn Consecutive throw (Max stacks 3): +100% Throw Damage",
			Image = "PowerThrowModU145.png",
			InternalName = "/Lotus/Upgrades/Mods/Melee/WeaponGlaivePowerthrowMod",
			Introduced = "10",
			CodexSecret = false,
			Link = "Power Throw",
			MaxRank = 5,
			Name = "Power Throw",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = true,
			Type = "Glaive" 
		},
		["Power of Three"] = {
			BaseDrain = 6,
			Conclave = true,
			Description = "Quiver Augment: Quiver fires three arrows and consumes 20 more Energy.",
			Image = "PowerofThree.png",
			Incompatible = { "Empowered Quiver" },
			InternalName = "/Lotus/Powersuits/Ranger/RangerQuiverPvPAugmentCard",
			Introduced = "18.5",
			CodexSecret = false,
			IsAbilityAugment = true,
			Link = "Power of Three",
			MaxRank = 3,
			Name = "Power of Three",
			Polarity = "Zenurik",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Ivara" 
		},
		["Precision Munition"] = {
			BaseDrain = 10,
			Conclave = true,
			Description = "+100% Accuracy\r\n+50% Projectile Speed",
			Image = "PrecisionMunitionMod.png",
			InternalName = "/Lotus/Upgrades/Mods/PvPMods/Rifle/TonkorAccuracySmallerMag",
			Introduced = "The Index Preview",
			CodexSecret = false,
			Link = "Precision Munition",
			MaxRank = 0,
			Name = "Precision Munition",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Tonkor" 
		},
		["Precision Strike"] = {
			BaseDrain = 4,
			Description = "Hitting an enemy directly with the grenade increases Reload Speed by 150% for 5s.",
			Image = "PrecisionStrikeMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Rifle/Event/Arbitration/GrnGrenadeLauncherArbitrationMod",
			Introduced = "27.5",
			CodexSecret = false,
			IsWeaponAugment = true,
			Link = "Precision Strike",
			MaxRank = 3,
			Name = "Precision Strike",
			Polarity = "Naramon",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Tonkor" 
		},
		Predator = {
			BaseDrain = 6,
			Description = "+50% Turret Critical Chance",
			Image = "PredatorMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Railjack/Gunnery/VidarGunnerWeaponCritChance",
			Introduced = "27.0",
			CodexSecret = false,
			Link = "Predator",
			MaxRank = 5,
			Name = "Predator",
			Polarity = "Madurai",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = false,
			Type = "Plexus" 
		},
		Preparation = {
			BaseDrain = 2,
			Description = "+100% Maximum Energy is filled on Spawn",
			Image = "PreparationMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Warframe/AvatarSpawnEnergyMod",
			Introduced = "27.3",
			CodexSecret = false,
			IsExilus = true,
			Link = "Preparation",
			MaxRank = 10,
			Name = "Preparation",
			Polarity = "Zenurik",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Warframe" 
		},
		["Pressure Point"] = {
			BaseDrain = 4,
			Description = "+120% Melee Damage",
			Image = "PressurePointModU145.png",
			Incompatible = { "Primed Pressure Point", "Sacrificial Pressure", "Flawed Pressure Point" },
			InternalName = "/Lotus/Upgrades/Mods/Melee/WeaponMeleeDamageMod",
			Introduced = "0",
			CodexSecret = false,
			Link = "Pressure Point",
			MaxRank = 5,
			Name = "Pressure Point",
			Polarity = "Madurai",
			Rarity = "Common",
			Tradable = true,
			Transmutable = true,
			Type = "Melee" 
		},
		["Pressurized Magazine"] = {
			BaseDrain = 4,
			Description = "On Reload: +90% Fire Rate when Aiming for 9s",
			Image = "PressurisedMagazineMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Pistol/Event/FireRateWhileAimingPistolMod",
			Introduced = "18.4.1",
			CodexSecret = false,
			Link = "Pressurized Magazine",
			MaxRank = 5,
			Name = "Pressurized Magazine",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Pistol" 
		},
		["Primal Fury"] = {
			Description = "Stance: Summon the iron staff and unleash fury.",
			Image = "PrimalFuryStance.png",
			InternalName = "/Lotus/Weapons/Tenno/Melee/MeleeTrees/MonkeyKingStaffMeleeTreeRework",
			Introduced = "23",
			CodexSecret = false,
			Link = "Primal Fury (Stance)",
			MaxRank = 3,
			Name = "Primal Fury",
			NotUpgradable = true,
			Polarity = "Universal",
			Rarity = "Common",
			Tradable = false,
			Transmutable = false,
			Type = "Iron Staff" 
		},
		["Primal Rage"] = {
			BaseDrain = 6,
			Description = "Primal Fury Augment: Killing an enemy increases Critical Chance by 15%. The increase decays by 1%/s",
			Image = "PrimalRage2.png",
			InternalName = "/Lotus/Powersuits/MonkeyKing/MonkeyStaffAugmentCard",
			Introduced = "18.14",
			CodexSecret = false,
			IsAbilityAugment = true,
			Link = "Primal Rage",
			MaxRank = 3,
			Name = "Primal Rage",
			Polarity = "Zenurik",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Wukong" 
		},
		["Primed Ammo Stock"] = {
			BaseDrain = 2,
			Description = "+110% Magazine Capacity",
			Image = "PrimedAmmoStockMod.png",
			Incompatible = { "Ammo Stock", "Flawed Ammo Stock" },
			InternalName = "",
			Introduced = "30.7.6",
			CodexSecret = true,
			Link = "Primed Ammo Stock",
			MaxRank = 10,
			Name = "Primed Ammo Stock",
			Polarity = "Naramon",
			Rarity = "Legendary",
			Tradable = true,
			Transmutable = false,
			Type = "Shotgun" 
		},
		["Primed Animal Instinct"] = {
			BaseDrain = 6,
			Description = "+55 Loot Radar\r\n+33 Enemy Radar",
			Image = "PrimedAnimalInstinctMod.png",
			Incompatible = { "Animal Instinct" },
			InternalName = "/Lotus/Upgrades/Mods/Sentinel/SentinelLootRadarEnemyRadarExpertMod",
			Introduced = "24.6.1",
			CodexSecret = true,
			Link = "Primed Animal Instinct",
			MaxRank = 10,
			Name = "Primed Animal Instinct",
			Polarity = "Naramon",
			Rarity = "Legendary",
			Tradable = true,
			Transmutable = false,
			Type = "Companion" 
		},
		["Primed Bane of Corpus"] = {
			BaseDrain = 4,
			Description = "+55% Damage to Corpus",
			Image = "PrimedBaneOfCorpus.png",
			Incompatible = { "Bane of Corpus", "Flawed Bane of Corpus" },
			InternalName = "/Lotus/Upgrades/Mods/Rifle/Expert/PrimedWeaponFactionDamageCorpus",
			Introduced = "18.2.2",
			CodexSecret = true,
			Link = "Primed Bane of Corpus",
			MaxRank = 10,
			Name = "Primed Bane of Corpus",
			Polarity = "Madurai",
			Rarity = "Legendary",
			Tradable = true,
			Transmutable = false,
			Type = "Rifle" 
		},
		["Primed Bane of Corrupted"] = {
			BaseDrain = 4,
			Description = "+55% Damage to Corrupted",
			Image = "PrimedBaneOfCorrupted.png",
			Incompatible = { "Bane of Corrupted" },
			InternalName = "/Lotus/Upgrades/Mods/Rifle/Expert/PrimedWeaponFactionDamageCorrupted",
			Introduced = "21.4.1",
			CodexSecret = true,
			Link = "Primed Bane of Corrupted",
			MaxRank = 10,
			Name = "Primed Bane of Corrupted",
			Polarity = "Madurai",
			Rarity = "Legendary",
			Tradable = true,
			Transmutable = false,
			Type = "Rifle" 
		},
		["Primed Bane of Grineer"] = {
			BaseDrain = 4,
			Description = "+55% Damage to Grineer",
			Image = "PrimedBaneOfGrineer.png",
			Incompatible = { "Bane of Grineer", "Flawed Bane of Grineer" },
			InternalName = "/Lotus/Upgrades/Mods/Rifle/Expert/PrimedWeaponFactionDamageGrineer",
			Introduced = "18.2.2",
			CodexSecret = true,
			Link = "Primed Bane of Grineer",
			MaxRank = 10,
			Name = "Primed Bane of Grineer",
			Polarity = "Madurai",
			Rarity = "Legendary",
			Tradable = true,
			Transmutable = false,
			Type = "Rifle" 
		},
		["Primed Bane of Infested"] = {
			BaseDrain = 4,
			Description = "+55% Damage to Infested",
			Image = "PrimedBaneOfInfested.png",
			Incompatible = { "Bane of Infested" },
			InternalName = "/Lotus/Upgrades/Mods/Rifle/Expert/PrimedWeaponFactionDamageInfested",
			Introduced = "18.2.2",
			CodexSecret = true,
			Link = "Primed Bane of Infested",
			MaxRank = 10,
			Name = "Primed Bane of Infested",
			Polarity = "Madurai",
			Rarity = "Legendary",
			Tradable = true,
			Transmutable = false,
			Type = "Rifle" 
		},
		["Primed Chamber"] = {
			BaseDrain = 4,
			Description = "+100% Damage on first shot in Magazine",
			Image = "PrimedChamber.png",
			InternalName = "/Lotus/Upgrades/Mods/Rifle/EventSniperReloadDamageMod",
			Introduced = "8.3.1",
			CodexSecret = true,
			Link = "Primed Chamber",
			MaxRank = 3,
			Name = "Primed Chamber",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Sniper" 
		},
		["Primed Charged Shell"] = {
			BaseDrain = 6,
			Description = "+165% <DT_ELECTRICITY>Electricity",
			Image = "PrimedChargedShell.png",
			Incompatible = { "Charged Shell", "Flawed Charged Shell" },
			InternalName = "/Lotus/Upgrades/Mods/Shotgun/Expert/WeaponElectricityDamageModExpert",
			Introduced = "23.8.2",
			CodexSecret = true,
			Link = "Primed Charged Shell",
			MaxRank = 10,
			Name = "Primed Charged Shell",
			Polarity = "Naramon",
			Rarity = "Legendary",
			Tradable = true,
			Transmutable = false,
			Type = "Shotgun" 
		},
		["Primed Chilling Grasp"] = {
			BaseDrain = 6,
			Description = "+165% <DT_FREEZE>Cold",
			Image = "PrimedChillingGrasp.png",
			Incompatible = { "Chilling Grasp" },
			InternalName = "/Lotus/Upgrades/Mods/Shotgun/Expert/WeaponFreezeDamageModExpert",
			Introduced = "29.9.1",
			CodexSecret = true,
			Link = "Primed Chilling Grasp",
			MaxRank = 10,
			Name = "Primed Chilling Grasp",
			Polarity = "Vazarin",
			Rarity = "Legendary",
			Tradable = true,
			Transmutable = false,
			Type = "Shotgun" 
		},
		["Primed Cleanse Corpus"] = {
			BaseDrain = 4,
			Description = "+55% Damage to Corpus",
			Image = "PrimedCleanseCorpus.png",
			Incompatible = { "Cleanse Corpus" },
			InternalName = "/Lotus/Upgrades/Mods/Shotgun/Expert/WeaponShotgunFactionDamageCorpusExpert",
			Introduced = "27.4.4",
			CodexSecret = true,
			Link = "Primed Cleanse Corpus",
			MaxRank = 10,
			Name = "Primed Cleanse Corpus",
			Polarity = "Madurai",
			Rarity = "Legendary",
			Tradable = true,
			Transmutable = false,
			Type = "Shotgun" 
		},
		["Primed Cleanse Corrupted"] = {
			BaseDrain = 4,
			Description = "+55% Damage to Corrupted",
			Image = "PrimedCleanseCorrupted.png",
			Incompatible = { "Cleanse Corrupted" },
			InternalName = "/Lotus/Upgrades/Mods/Shotgun/Expert/WeaponShotgunFactionDamageCorruptedExpert",
			Introduced = "27.4.4",
			CodexSecret = true,
			Link = "Primed Cleanse Corrupted",
			MaxRank = 10,
			Name = "Primed Cleanse Corrupted",
			Polarity = "Madurai",
			Rarity = "Legendary",
			Tradable = true,
			Transmutable = false,
			Type = "Shotgun" 
		},
		["Primed Cleanse Grineer"] = {
			BaseDrain = 4,
			Description = "+55% Damage to Grineer",
			Image = "PrimedCleanseGrineer.png",
			Incompatible = { "Cleanse Grineer" },
			InternalName = "/Lotus/Upgrades/Mods/Shotgun/Expert/WeaponShotgunFactionDamageGrineerExpert",
			Introduced = "27.4.4",
			CodexSecret = true,
			Link = "Primed Cleanse Grineer",
			MaxRank = 10,
			Name = "Primed Cleanse Grineer",
			Polarity = "Madurai",
			Rarity = "Legendary",
			Tradable = true,
			Transmutable = false,
			Type = "Shotgun" 
		},
		["Primed Cleanse Infested"] = {
			BaseDrain = 4,
			Description = "+55% Damage to Infested",
			Image = "PrimedCleanseInfested.png",
			Incompatible = { "Cleanse Infested" },
			InternalName = "/Lotus/Upgrades/Mods/Shotgun/Expert/WeaponShotgunFactionDamageInfestedExpert",
			Introduced = "27.4.4",
			CodexSecret = true,
			Link = "Primed Cleanse Infested",
			MaxRank = 10,
			Name = "Primed Cleanse Infested",
			Polarity = "Madurai",
			Rarity = "Legendary",
			Tradable = true,
			Transmutable = false,
			Type = "Shotgun" 
		},
		["Primed Continuity"] = {
			BaseDrain = 4,
			Description = "+55% Ability Duration",
			Image = "PrimedContinuity.png",
			Incompatible = { "Continuity", "Flawed Continuity" },
			InternalName = "/Lotus/Upgrades/Mods/Warframe/Expert/AvatarAbilityDurationModExpert",
			Introduced = "15.6.3",
			CodexSecret = true,
			Link = "Primed Continuity",
			MaxRank = 10,
			Name = "Primed Continuity",
			Polarity = "Madurai",
			Rarity = "Legendary",
			Tradable = true,
			Transmutable = false,
			Type = "Warframe" 
		},
		["Primed Cryo Rounds"] = {
			BaseDrain = 6,
			Description = "+165% <DT_FREEZE>Cold",
			Image = "PrimedCryoRoundsMod.png",
			Incompatible = { "Cryo Rounds" },
			InternalName = "/Lotus/Upgrades/Mods/Rifle/Expert/WeaponFreezeDamageModExpert",
			Introduced = "Recurring Dreams",
			CodexSecret = true,
			Link = "Primed Cryo Rounds",
			MaxRank = 10,
			Name = "Primed Cryo Rounds",
			Polarity = "Vazarin",
			Rarity = "Legendary",
			Tradable = true,
			Transmutable = false,
			Type = "Rifle" 
		},
		["Primed Expel Corpus"] = {
			BaseDrain = 4,
			Description = "+55% Damage to Corpus",
			Image = "PrimedExpelCorpus.png",
			Incompatible = { "Expel Corpus", "Flawed Expel Corpus" },
			InternalName = "/Lotus/Upgrades/Mods/Pistol/Expert/WeaponPistolFactionDamageCorpusExpert",
			Introduced = "23.9.1",
			CodexSecret = true,
			Link = "Primed Expel Corpus",
			MaxRank = 10,
			Name = "Primed Expel Corpus",
			Polarity = "Madurai",
			Rarity = "Legendary",
			Tradable = true,
			Transmutable = false,
			Type = "Pistol" 
		},
		["Primed Expel Corrupted"] = {
			BaseDrain = 4,
			Description = "+55% Damage to Corrupted",
			Image = "PrimedExpelCorrupted.png",
			Incompatible = { "Expel Corrupted" },
			InternalName = "/Lotus/Upgrades/Mods/Pistol/Expert/WeaponPistolFactionDamageCorruptedExpert",
			Introduced = "23.9.1",
			CodexSecret = true,
			Link = "Primed Expel Corrupted",
			MaxRank = 10,
			Name = "Primed Expel Corrupted",
			Polarity = "Madurai",
			Rarity = "Legendary",
			Tradable = true,
			Transmutable = false,
			Type = "Pistol" 
		},
		["Primed Expel Grineer"] = {
			BaseDrain = 4,
			Description = "+55% Damage to Grineer",
			Image = "PrimedExpelGrineer.png",
			Incompatible = { "Expel Grineer", "Flawed Expel Grineer" },
			InternalName = "/Lotus/Upgrades/Mods/Pistol/Expert/WeaponPistolFactionDamageGrineerExpert",
			Introduced = "23.9.1",
			CodexSecret = true,
			Link = "Primed Expel Grineer",
			MaxRank = 10,
			Name = "Primed Expel Grineer",
			Polarity = "Madurai",
			Rarity = "Legendary",
			Tradable = true,
			Transmutable = false,
			Type = "Pistol" 
		},
		["Primed Expel Infested"] = {
			BaseDrain = 4,
			Description = "+55% Damage to Infested",
			Image = "PrimedExpelInfested.png",
			Incompatible = { "Expel Infested" },
			InternalName = "/Lotus/Upgrades/Mods/Pistol/Expert/WeaponPistolFactionDamageInfestedExpert",
			Introduced = "23.9.1",
			CodexSecret = true,
			Link = "Primed Expel Infested",
			MaxRank = 10,
			Name = "Primed Expel Infested",
			Polarity = "Madurai",
			Rarity = "Legendary",
			Tradable = true,
			Transmutable = false,
			Type = "Pistol" 
		},
		["Primed Fast Hands"] = {
			BaseDrain = 2,
			Description = "+55% Reload Speed",
			Image = "PrimedFastHands.png",
			Incompatible = { "Fast Hands", "Flawed Fast Hands" },
			InternalName = "/Lotus/Upgrades/Mods/Rifle/Expert/WeaponReloadSpeedModExpert",
			Introduced = "15.9",
			CodexSecret = true,
			Link = "Primed Fast Hands",
			MaxRank = 10,
			Name = "Primed Fast Hands",
			Polarity = "Naramon",
			Rarity = "Legendary",
			Tradable = true,
			Transmutable = false,
			Type = "Rifle" 
		},
		["Primed Fever Strike"] = {
			BaseDrain = 6,
			Description = "+165% <DT_POISON>Toxin",
			Image = "PrimedFeverStrikeMod.png",
			Incompatible = { "Fever Strike", "Flawed Fever Strike" },
			InternalName = "/Lotus/Upgrades/Mods/Melee/Expert/WeaponToxinDamageModExpert",
			Introduced = "22",
			CodexSecret = true,
			Link = "Primed Fever Strike",
			MaxRank = 10,
			Name = "Primed Fever Strike",
			Polarity = "Naramon",
			Rarity = "Legendary",
			Tradable = true,
			Transmutable = false,
			Type = "Melee" 
		},
		["Primed Firestorm"] = {
			BaseDrain = 6,
			Description = "+66% Blast Radius",
			Image = "PrimedFirestorm.png",
			Incompatible = { "Firestorm" },
			InternalName = "/Lotus/Upgrades/Mods/Rifle/Expert/WeaponIncreaseRadialExplosionModExpert",
			Introduced = "29.5.6",
			CodexSecret = true,
			Link = "Primed Firestorm",
			MaxRank = 10,
			Name = "Primed Firestorm",
			Polarity = "Madurai",
			Rarity = "Legendary",
			Tradable = true,
			Transmutable = false,
			Type = "Rifle" 
		},
		["Primed Flow"] = {
			BaseDrain = 4,
			Description = "+275% Energy Max",
			Image = "PrimedFlow.png",
			Incompatible = { "Flow", "Flawed Flow" },
			InternalName = "/Lotus/Upgrades/Mods/Warframe/Expert/AvatarPowerMaxModExpert",
			Introduced = "15.8.1",
			CodexSecret = true,
			Link = "Primed Flow",
			MaxRank = 10,
			Name = "Primed Flow",
			Polarity = "Naramon",
			Rarity = "Legendary",
			Tradable = true,
			Transmutable = false,
			Type = "Warframe" 
		},
		["Primed Fulmination"] = {
			BaseDrain = 6,
			Description = "+66% Blast Radius",
			Image = "PrimedFulmination.png",
			Incompatible = { "Fulmination" },
			InternalName = "/Lotus/Upgrades/Mods/Pistol/Event/AmbulasEvent/Expert/SecondaryExplosionRadiusModExpert",
			Introduced = "29.5.6",
			CodexSecret = true,
			Link = "Primed Fulmination",
			MaxRank = 10,
			Name = "Primed Fulmination",
			Polarity = "Madurai",
			Rarity = "Legendary",
			Tradable = true,
			Transmutable = false,
			Type = "Pistol" 
		},
		["Primed Fury"] = {
			BaseDrain = 4,
			Description = "+55% Attack Speed",
			Image = "PrimedFury.png",
			Incompatible = { "Fury", "Flawed Fury", "Berserker Fury" },
			InternalName = "/Lotus/Upgrades/Mods/Melee/Expert/WeaponFireRateModExpert",
			Introduced = "Lunaro 4",
			CodexSecret = true,
			Link = "Primed Fury",
			MaxRank = 10,
			Name = "Primed Fury",
			Polarity = "Madurai",
			Rarity = "Legendary",
			Tradable = false,
			Transmutable = false,
			Type = "Melee" 
		},
		["Primed Heated Charge"] = {
			BaseDrain = 6,
			Description = "+165% <DT_FIRE>Heat",
			Image = "PrimedHeatedCharge.png",
			Incompatible = { "Heated Charge", "Flawed Heated Charge" },
			InternalName = "/Lotus/Upgrades/Mods/Pistol/Expert/WeaponFireDamageModExpert",
			Introduced = "15.11",
			CodexSecret = true,
			Link = "Primed Heated Charge",
			MaxRank = 10,
			Name = "Primed Heated Charge",
			Polarity = "Naramon",
			Rarity = "Legendary",
			Tradable = true,
			Transmutable = false,
			Type = "Pistol" 
		},
		["Primed Heavy Trauma"] = {
			BaseDrain = 2,
			Description = "+165% <DT_IMPACT>Impact",
			Image = "PrimedHeavyTrauma.png",
			Incompatible = { "Heavy Trauma" },
			InternalName = "/Lotus/Upgrades/Mods/Melee/Expert/WeaponImpactDamageModExpert",
			Introduced = "15.9",
			CodexSecret = true,
			Link = "Primed Heavy Trauma",
			MaxRank = 10,
			Name = "Primed Heavy Trauma",
			Polarity = "Naramon",
			Rarity = "Legendary",
			Tradable = true,
			Transmutable = false,
			Type = "Melee" 
		},
		["Primed Magazine Warp"] = {
			BaseDrain = 4,
			Description = "+55% Magazine Capacity",
			Image = "PrimedMagazineWarp.png",
			Incompatible = { "Amalgam Javlok Magazine Warp", "Flawed Magazine Warp", "Magazine Warp" },
			InternalName = "/Lotus/Upgrades/Mods/Rifle/Expert/WeaponClipMaxModExpert",
			Introduced = "30.6.1",
			CodexSecret = true,
			Link = "Primed Magazine Warp",
			MaxRank = 10,
			Name = "Primed Magazine Warp",
			Polarity = "Naramon",
			Rarity = "Legendary",
			Tradable = true,
			Transmutable = false,
			Type = "Rifle" 
		},
		["Primed Morphic Transformer"] = {
			BaseDrain = 6,
			Description = "+55% Ability Strength",
			Image = "PrimedMorphicTransformer.png",
			Incompatible = { "Morphic Transformer" },
			InternalName = "/Lotus/Upgrades/Mods/Archwing/Expert/ArchwingSuitAbilityStrengthModExpert",
			Introduced = "17.7.1",
			CodexSecret = true,
			Link = "Primed Morphic Transformer",
			MaxRank = 10,
			Name = "Primed Morphic Transformer",
			Polarity = "Madurai",
			Rarity = "Legendary",
			Tradable = true,
			Transmutable = false,
			Type = "Archwing" 
		},
		["Primed Pack Leader"] = {
			BaseDrain = 4,
			Description = "+66% Lifesteal-Link",
			Image = "PrimedPackLeaderMod.png",
			Incompatible = { "Pack Leader" },
			InternalName = "/Lotus/Upgrades/Mods/Sentinel/Kubrow/Expert/KubrowPackLeaderExpertMod",
			Introduced = "24.8.3",
			CodexSecret = true,
			Link = "Primed Pack Leader",
			MaxRank = 10,
			Name = "Primed Pack Leader",
			Polarity = "Madurai",
			Rarity = "Legendary",
			Tradable = true,
			Transmutable = false,
			Type = "Companion" 
		},
		["Primed Pistol Ammo Mutation"] = {
			BaseDrain = 0,
			Description = "Converts unused ammo pickups into Pistol ammo. Rifle <AMMO_MUTATION> 14 and Shotgun/Sniper <AMMO_MUTATION> 28.",
			Image = "PrimedPistolAmmoMutation.png",
			Incompatible = { "Pistol Ammo Mutation" },
			InternalName = "/Lotus/Upgrades/Mods/Pistol/Expert/WeaponPistolConvertAmmoModExpert",
			Introduced = "15.13",
			CodexSecret = true,
			IsExilus = true,
			Link = "Primed Pistol Ammo Mutation",
			MaxRank = 10,
			Name = "Primed Pistol Ammo Mutation",
			Polarity = "Naramon",
			Rarity = "Legendary",
			Tradable = true,
			Transmutable = false,
			Type = "Pistol" 
		},
		["Primed Pistol Gambit"] = {
			BaseDrain = 2,
			Description = "+187% Critical Chance",
			Image = "PrimedPistolGambit.png",
			Incompatible = { "Pistol Gambit", "Flawed Pistol Gambit", "Creeping Bullseye" },
			InternalName = "/Lotus/Upgrades/Mods/Pistol/Expert/WeaponCritChanceModBeginnerExpert",
			Introduced = "16.10",
			CodexSecret = true,
			Link = "Primed Pistol Gambit",
			MaxRank = 10,
			Name = "Primed Pistol Gambit",
			Polarity = "Madurai",
			Rarity = "Legendary",
			Tradable = true,
			Transmutable = false,
			Type = "Pistol" 
		},
		["Primed Point Blank"] = {
			BaseDrain = 4,
			Description = "+165% Damage",
			Image = "PrimedPointBlank.png",
			Incompatible = { "Point Blank", "Flawed Point Blank" },
			InternalName = "/Lotus/Upgrades/Mods/Shotgun/Expert/WeaponDamageAmountModExpert",
			Introduced = "15.8.1",
			CodexSecret = true,
			Link = "Primed Point Blank",
			MaxRank = 10,
			Name = "Primed Point Blank",
			Polarity = "Madurai",
			Rarity = "Legendary",
			Tradable = true,
			Transmutable = false,
			Type = "Shotgun" 
		},
		["Primed Pressure Point"] = {
			BaseDrain = 4,
			Description = "+165% Melee Damage",
			Image = "Primedpressurepoint.png",
			Incompatible = { "Pressure Point", "Sacrificial Pressure", "Flawed Pressure Point" },
			InternalName = "/Lotus/Upgrades/Mods/Melee/Expert/WeaponMeleeDamageModExpert",
			Introduced = "Update: Lunaro",
			CodexSecret = true,
			Link = "Primed Pressure Point",
			MaxRank = 10,
			Name = "Primed Pressure Point",
			Polarity = "Madurai",
			Rarity = "Legendary",
			Tradable = true,
			Transmutable = false,
			Type = "Melee" 
		},
		["Primed Quickdraw"] = {
			BaseDrain = 2,
			Description = "+88% Reload Speed",
			Image = "PrimedQuickdraw.png",
			Incompatible = { "Quickdraw", "Flawed Quickdraw" },
			InternalName = "/Lotus/Upgrades/Mods/Pistol/Expert/WeaponReloadSpeedModExpert",
			Introduced = "23.1.3",
			CodexSecret = true,
			Link = "Primed Quickdraw",
			MaxRank = 10,
			Name = "Primed Quickdraw",
			Polarity = "Naramon",
			Rarity = "Legendary",
			Tradable = true,
			Transmutable = false,
			Type = "Pistol" 
		},
		["Primed Ravage"] = {
			BaseDrain = 4,
			Description = "+110% Critical Damage",
			Image = "PrimedRavage.png",
			Incompatible = { "Ravage" },
			InternalName = "/Lotus/Upgrades/Mods/Shotgun/Expert/WeaponCritDamageModExpert",
			Introduced = "15.6.2",
			CodexSecret = true,
			Link = "Primed Ravage",
			MaxRank = 10,
			Name = "Primed Ravage",
			Polarity = "Madurai",
			Rarity = "Legendary",
			Tradable = true,
			Transmutable = false,
			Type = "Shotgun" 
		},
		["Primed Reach"] = {
			BaseDrain = 4,
			Description = "+3 Range",
			Image = "PrimedReach.png",
			Incompatible = { "Reach" },
			InternalName = "/Lotus/Upgrades/Mods/Melee/Expert/WeaponMeleeRangeIncModExpert",
			Introduced = "15.13",
			CodexSecret = true,
			Link = "Primed Reach",
			MaxRank = 10,
			Name = "Primed Reach",
			Polarity = "Madurai",
			Rarity = "Legendary",
			Tradable = true,
			Transmutable = false,
			Type = "Melee" 
		},
		["Primed Regen"] = {
			BaseDrain = 4,
			Description = "If killed, regenerates 3x with 100% Max Health and is invulnerable for 11s.",
			Image = "Primed Regen 19.6.3.png",
			Incompatible = { "Regen" },
			InternalName = "/Lotus/Types/Sentinels/SentinelPrecepts/PrimedRegen",
			Introduced = "19.6",
			CodexSecret = true,
			Link = "Primed Regen",
			MaxRank = 10,
			Name = "Primed Regen",
			Polarity = "Penjaga",
			Rarity = "Legendary",
			Tradable = true,
			Transmutable = false,
			Type = "Sentinel" 
		},
		["Primed Rifle Ammo Mutation"] = {
			BaseDrain = 0,
			Description = "Converts unused Ammo Pickups into Primary Weapon Ammo. Pistol <AMMO_MUTATION> 14 and Shotgun/Sniper <AMMO_MUTATION> 28.",
			Image = "PrimedRifleAmmoMutation.png",
			Incompatible = { "Rifle Ammo Mutation" },
			InternalName = "/Lotus/Upgrades/Mods/Rifle/Expert/WeaponRifleConvertAmmoModExpert",
			Introduced = "17.11",
			CodexSecret = true,
			Link = "Primed Rifle Ammo Mutation",
			MaxRank = 10,
			Name = "Primed Rifle Ammo Mutation",
			Polarity = "Naramon",
			Rarity = "Legendary",
			Tradable = true,
			Transmutable = false,
			Type = "Assault Rifle" 
		},
		["Primed Rubedo-Lined Barrel"] = {
			BaseDrain = 6,
			Description = "+187% Damage",
			Image = "PrimedRubedoLinedBarrel.png",
			Incompatible = { "Rubedo-Lined Barrel" },
			InternalName = "/Lotus/Upgrades/Mods/Archwing/Rifle/Expert/ArchwingRifleDamageAmountModExpert",
			Introduced = "28.0.5",
			CodexSecret = true,
			Link = "Primed Rubedo-Lined Barrel",
			MaxRank = 10,
			Name = "Primed Rubedo-Lined Barrel",
			Polarity = "Madurai",
			Rarity = "Legendary",
			Tradable = true,
			Transmutable = false,
			Type = "Archgun" 
		},
		["Primed Shotgun Ammo Mutation"] = {
			BaseDrain = 0,
			Description = "Converts unused ammo pickups into Shotgun ammo. Pistol/Rifle <AMMO_MUTATION> 14 and Sniper <AMMO_MUTATION> 28.",
			Image = "PrimedShotgunAmmoMutation.png",
			Incompatible = { "Shotgun Ammo Mutation" },
			InternalName = "/Lotus/Upgrades/Mods/Shotgun/Expert/WeaponShotgunConvertAmmoModExpert",
			Introduced = "17.11",
			CodexSecret = true,
			Link = "Primed Shotgun Ammo Mutation",
			MaxRank = 10,
			Name = "Primed Shotgun Ammo Mutation",
			Polarity = "Naramon",
			Rarity = "Legendary",
			Tradable = true,
			Transmutable = false,
			Type = "Shotgun" 
		},
		["Primed Shred"] = {
			BaseDrain = 6,
			Description = "+55% Fire Rate (x2 for Bows)\r\n+2.2 Punch Through",
			Image = "Primed Shred.png",
			Incompatible = { "Shred" },
			InternalName = "/Lotus/Upgrades/Mods/Rifle/DualStat/PrimedShredMod",
			Introduced = "21.1.1",
			CodexSecret = true,
			Link = "Primed Shred",
			MaxRank = 10,
			Name = "Primed Shred",
			Polarity = "Madurai",
			Rarity = "Legendary",
			Tradable = false,
			Transmutable = false,
			Type = "Rifle" 
		},
		["Primed Slip Magazine"] = {
			BaseDrain = 4,
			Description = "+55% Magazine Capacity",
			Image = "PrimedSlipMagazine.png",
			Incompatible = { "Slip Magazine", "Flawed Slip Magazine" },
			InternalName = "/Lotus/Upgrades/Mods/Pistol/Expert/WeaponClipMaxModExpert",
			Introduced = "16.4.4.1",
			CodexSecret = true,
			Link = "Primed Slip Magazine",
			MaxRank = 10,
			Name = "Primed Slip Magazine",
			Polarity = "Naramon",
			Rarity = "Legendary",
			Tradable = true,
			Transmutable = false,
			Type = "Pistol" 
		},
		["Primed Smite Corpus"] = {
			BaseDrain = 4,
			Description = "+55% Damage to Corpus",
			Image = "PrimedSmiteCorpus.png",
			Incompatible = { "Smite Corpus" },
			InternalName = "/Lotus/Upgrades/Mods/Melee/Expert/WeaponMeleeFactionDamageCorpusExpert",
			Introduced = "27.0.7",
			CodexSecret = true,
			Link = "Primed Smite Corpus",
			MaxRank = 10,
			Name = "Primed Smite Corpus",
			Polarity = "Madurai",
			Rarity = "Legendary",
			Tradable = true,
			Transmutable = false,
			Type = "Melee" 
		},
		["Primed Smite Corrupted"] = {
			BaseDrain = 4,
			Description = "+55% Damage to Corrupted",
			Image = "PrimedSmiteCorrupted.png",
			Incompatible = { "Smite Corrupted" },
			InternalName = "/Lotus/Upgrades/Mods/Melee/Expert/WeaponMeleeFactionDamageCorruptedExpert",
			Introduced = "27.0.7",
			CodexSecret = true,
			Link = "Primed Smite Corrupted",
			MaxRank = 10,
			Name = "Primed Smite Corrupted",
			Polarity = "Madurai",
			Rarity = "Legendary",
			Tradable = true,
			Transmutable = false,
			Type = "Melee" 
		},
		["Primed Smite Grineer"] = {
			BaseDrain = 4,
			Description = "+55% Damage to Grineer",
			Image = "PrimedSmiteGrineer.png",
			Incompatible = { "Smite Grineer", "Flawed Smite Grineer" },
			InternalName = "/Lotus/Upgrades/Mods/Melee/Expert/WeaponMeleeFactionDamageGrineerExpert",
			Introduced = "27.0.7",
			CodexSecret = true,
			Link = "Primed Smite Grineer",
			MaxRank = 10,
			Name = "Primed Smite Grineer",
			Polarity = "Madurai",
			Rarity = "Legendary",
			Tradable = true,
			Transmutable = false,
			Type = "Melee" 
		},
		["Primed Smite Infested"] = {
			BaseDrain = 4,
			Description = "+55% Damage to Infested",
			Image = "PrimedSmiteInfested.png",
			Incompatible = { "Smite Infested" },
			InternalName = "/Lotus/Upgrades/Mods/Melee/Expert/WeaponMeleeFactionDamageInfestedExpert",
			Introduced = "27.0.7",
			CodexSecret = true,
			Link = "Primed Smite Infested",
			MaxRank = 10,
			Name = "Primed Smite Infested",
			Polarity = "Madurai",
			Rarity = "Legendary",
			Tradable = true,
			Transmutable = false,
			Type = "Melee" 
		},
		["Primed Sniper Ammo Mutation"] = {
			BaseDrain = 0,
			Description = "Converts unused ammo pickups into Sniper ammo. Pistol/Rifle <AMMO_MUTATION> 14 and Shotgun <AMMO_MUTATION> 28.",
			Image = "PrimedSniperAmmoMutation.png",
			Incompatible = { "Sniper Ammo Mutation", "/Lotus/Weapons/Corpus/LongGuns/CrpSentAmlgSniper/CrpSentAmlgSniperConvertAmmoMod" },
			InternalName = "/Lotus/Upgrades/Mods/Rifle/Expert/WeaponSnipersConvertAmmoModExpert",
			Introduced = "31.1.8",
			CodexSecret = true,
			IsExilus = true,
			Link = "Primed Sniper Ammo Mutation",
			MaxRank = 10,
			Name = "Primed Sniper Ammo Mutation",
			Polarity = "Naramon",
			Rarity = "Legendary",
			Tradable = true,
			Transmutable = false,
			Type = "Sniper" 
		},
		["Primed Sure Footed"] = {
			BaseDrain = 6,
			Description = "+100% Chance to Resist Knockdown",
			Image = "Primed Sure Footed.png",
			Incompatible = { "Sure Footed" },
			InternalName = "/Lotus/Upgrades/Mods/Warframe/Expert/AvatarKnockdownResistanceModExpert",
			Introduced = "22.20.3",
			CodexSecret = true,
			IsExilus = true,
			Link = "Primed Sure Footed",
			MaxRank = 10,
			Name = "Primed Sure Footed",
			Polarity = "Vazarin",
			Rarity = "Legendary",
			Tradable = false,
			Transmutable = false,
			Type = "Warframe" 
		},
		["Primed Tactical Pump"] = {
			BaseDrain = 2,
			Conclave = false,
			Description = "+100% Reload Speed",
			Image = "PrimedTacticalPump.png",
			Incompatible = { "Tactical Pump", "Flawed Tactical Pump" },
			InternalName = "/Lotus/Upgrades/Mods/Shotgun/Expert/WeaponReloadSpeedModExpert",
			Introduced = "30.3.5",
			CodexSecret = true,
			IsExilus = false,
			IsFlawed = false,
			Link = "Primed Tactical Pump",
			MaxRank = 10,
			Name = "Primed Tactical Pump",
			Polarity = "Naramon",
			Rarity = "Legendary",
			Tradable = true,
			Transmutable = false,
			Type = "Shotgun" 
		},
		["Primed Target Cracker"] = {
			BaseDrain = 4,
			Description = "+110% Critical Damage",
			Image = "PrimedTargetCracker.png",
			Incompatible = { "Target Cracker", "Flawed Target Cracker" },
			InternalName = "/Lotus/Upgrades/Mods/Pistol/Expert/PrimedWeaponCritDamageMod",
			Introduced = "17.9",
			CodexSecret = true,
			Link = "Primed Target Cracker",
			MaxRank = 10,
			Name = "Primed Target Cracker",
			Polarity = "Madurai",
			Rarity = "Legendary",
			Tradable = true,
			Transmutable = false,
			Type = "Pistol" 
		},
		["Primed Vigor"] = {
			BaseDrain = 6,
			Description = "+220% Shield Capacity\r\n+220% Health",
			Image = "Primed Vigor.png",
			Incompatible = { "Vigor" },
			InternalName = "/Lotus/Upgrades/Mods/Warframe/Expert/VigorModExpert",
			Introduced = "19.5.6.1",
			CodexSecret = true,
			Link = "Primed Vigor",
			MaxRank = 10,
			Name = "Primed Vigor",
			Polarity = "Vazarin",
			Rarity = "Legendary",
			Tradable = false,
			Transmutable = false,
			Type = "Warframe" 
		},
		["Primo Flair"] = {
			BaseDrain = 4,
			Description = "Increase Maximum Trick Combo to 6000",
			Image = "PrimoFlairMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Hoverboard/HBEliteTricksterMod",
			Introduced = "29",
			CodexSecret = false,
			Link = "Primo Flair",
			MaxRank = 5,
			Name = "Primo Flair",
			Polarity = "Naramon",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "K-Drive" 
		},
		["Prism Guard"] = {
			BaseDrain = 6,
			Conclave = true,
			Description = "Prism Augment: Prism follows above Mirage. Duration changed to 4s.",
			Image = "PrismGuard.png",
			InternalName = "/Lotus/Powersuits/Harlequin/PrismPvPAugmentCard",
			Introduced = "18.5",
			CodexSecret = false,
			IsAbilityAugment = true,
			Link = "Prism Guard",
			MaxRank = 3,
			Name = "Prism Guard",
			Polarity = "Zenurik",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Mirage" 
		},
		["Prize Kill"] = {
			BaseDrain = 10,
			Conclave = true,
			Description = "On Kill:-100% Shield Recharge Delay for 10s\r\n-25% from Health Orbs",
			Image = "PrizeKillMod.png",
			InternalName = "/Lotus/Upgrades/Mods/PvPMods/Shotgun/RestoreShieldsOnKillMod",
			Introduced = "16.5",
			CodexSecret = false,
			Link = "Prize Kill",
			MaxRank = 3,
			Name = "Prize Kill",
			Polarity = "Vazarin",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Shotgun" 
		},
		Proboscis = {
			BaseDrain = 0,
			Description = "Helminth Charger whips a proboscis out at an enemy within 30m, pulling them back and dealing 100 damage.",
			Image = "ProboscisMod.png",
			InternalName = "/Lotus/Types/Friendly/Pets/KubrowPetPrecepts/KubrowGrabPrecept",
			Introduced = "20",
			CodexSecret = false,
			Link = "Proboscis",
			MaxRank = 3,
			Name = "Proboscis",
			Polarity = "Penjaga",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Helminth Charger" 
		},
		["Prolonged Paralysis"] = {
			BaseDrain = 6,
			Description = "Paralysis Augment: Affected enemies are pulled towards Valkyr and the stun duration is increased by 200%.",
			Image = "ProlongedParalysis3.png",
			InternalName = "/Lotus/Powersuits/Berserker/ShieldBashAugmentCard",
			Introduced = "15",
			CodexSecret = false,
			IsAbilityAugment = true,
			Link = "Prolonged Paralysis",
			MaxRank = 3,
			Name = "Prolonged Paralysis",
			Polarity = "Zenurik",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Valkyr" 
		},
		Protect = {
			BaseDrain = 0,
			Description = "The kubrow comes to the defense of its master, replenishing their shields by 300.",
			Image = "Protect 19.6.3.png",
			InternalName = "/Lotus/Types/Friendly/Pets/KubrowPetPrecepts/KubrowShieldPrecept",
			Introduced = "14",
			CodexSecret = false,
			Link = "Protect",
			MaxRank = 5,
			Name = "Protect",
			Polarity = "Penjaga",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Raksa Kubrow" 
		},
		["Protective Shots"] = {
			BaseDrain = 2,
			Description = "+30% Turret Damage when Shields are above 75%",
			Image = "ProtectiveShotsMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Railjack/Gunnery/LavanProtectiveShots",
			Introduced = "29.10",
			CodexSecret = false,
			Link = "Protective Shots",
			MaxRank = 5,
			Name = "Protective Shots",
			Polarity = "Madurai",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = false,
			Type = "Plexus" 
		},
		["Proton Jet"] = {
			BaseDrain = 4,
			Description = "During a Wall Latch gain +120% Status Chance and Critical Chance.",
			Image = "ProtonJetMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Sets/Spider/SpiderModB",
			Introduced = "25",
			CodexSecret = false,
			Link = "Proton Jet",
			MaxRank = 3,
			Name = "Proton Jet",
			Polarity = "Naramon",
			Rarity = "Uncommon",
			Set = "Proton Set",
			Tradable = true,
			Transmutable = false,
			Type = "Rifle" 
		},
		["Proton Pulse"] = {
			BaseDrain = 4,
			Description = "Wall Dashing grants +100% Bullet Jump Speed.",
			Image = "ProtonPulseMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Sets/Spider/SpiderModA",
			Introduced = "25",
			CodexSecret = false,
			IsExilus = true,
			Link = "Proton Pulse",
			MaxRank = 3,
			Name = "Proton Pulse",
			Polarity = "Naramon",
			Rarity = "Common",
			Set = "Proton Set",
			Tradable = true,
			Transmutable = false,
			Type = "Warframe" 
		},
		["Proton Snap"] = {
			BaseDrain = 6,
			Description = "Hold Wall Latch for 2s to gain +100% <DT_POISON>Toxin Damage\r\n and +50% Status Chance for 20s.",
			Image = "ProtonSnapMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Sets/Spider/SpiderModC",
			Introduced = "25",
			CodexSecret = false,
			Link = "Proton Snap",
			MaxRank = 3,
			Name = "Proton Snap",
			Polarity = "Madurai",
			Rarity = "Rare",
			Set = "Proton Set",
			Tradable = true,
			Transmutable = false,
			Type = "Melee" 
		},
		Provoked = {
			BaseDrain = 4,
			Description = "+110% Damage during Bleedout",
			Image = "ProvokedModU145.png",
			InternalName = "/Lotus/Upgrades/Mods/Warframe/AvatarGroundFireDmgMod",
			Introduced = "10",
			CodexSecret = false,
			Link = "Provoked",
			MaxRank = 10,
			Name = "Provoked",
			Polarity = "Madurai",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = true,
			Type = "Warframe" 
		},
		Pummel = {
			BaseDrain = 6,
			Description = "+120% <DT_IMPACT>Impact",
			Image = "Pummel.png",
			InternalName = "/Lotus/Upgrades/Mods/Pistol/WeaponEventPistolImpactDamageMod",
			Introduced = "16.4",
			CodexSecret = false,
			Link = "Pummel",
			MaxRank = 5,
			Name = "Pummel",
			Polarity = "Naramon",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Pistol" 
		},
		["Purging Slash"] = {
			BaseDrain = 6,
			Conclave = true,
			Description = "Slash Dash Augment: Allies in the path of Slash Dash have 4 debuffs removed and 100% Shields restored.",
			Image = "PurgingSlash.png",
			Incompatible = { "Surging Dash" },
			InternalName = "/Lotus/Powersuits/Excalibur/SlashDashPvPAugmentCard",
			Introduced = "16",
			CodexSecret = false,
			IsAbilityAugment = true,
			Link = "Purging Slash",
			MaxRank = 3,
			Name = "Purging Slash",
			Polarity = "Zenurik",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Excalibur" 
		},
		["Purifying Flames"] = {
			BaseDrain = 6,
			Conclave = true,
			Description = "Fire Blast Augment: Allies hit by the expanding ring of fire will be granted 4s of Status Immunity.",
			Image = "PurifyingFlames.png",
			Incompatible = { "Healing Flame" },
			InternalName = "/Lotus/Powersuits/Ember/FireBlastPvPAugmentCard",
			Introduced = "16.5",
			CodexSecret = false,
			IsAbilityAugment = true,
			Link = "Purifying Flames",
			MaxRank = 3,
			Name = "Purifying Flames",
			Polarity = "Zenurik",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Ember" 
		},
		["Push & Pull"] = {
			BaseDrain = 6,
			Conclave = true,
			Description = "Metamorphosis Augment: Switching to Day-form staggers enemies within 6m and knocks them down when switching to Night-form.",
			Image = "PushandPull.png",
			InternalName = "/Lotus/Powersuits/YinYang/YinYangSwitchPvPAugmentCard",
			Introduced = "18.5",
			CodexSecret = false,
			IsAbilityAugment = true,
			Link = "Push & Pull",
			MaxRank = 3,
			Name = "Push & Pull",
			Polarity = "Zenurik",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Equinox" 
		},
		["Pyroclastic Flow"] = {
			BaseDrain = 6,
			Description = "Fire Walker Augment: Accumulate 150% of the damage Fire Walker deals, unleashing it in a trail of fire that lasts 10s.",
			Image = "PyroclasticFlowMod.png",
			InternalName = "/Lotus/Powersuits/Nezha/NezhaTrailAugmentCard",
			Introduced = "20.2",
			CodexSecret = false,
			IsAbilityAugment = true,
			Link = "Pyroclastic Flow",
			MaxRank = 3,
			Name = "Pyroclastic Flow",
			Polarity = "Zenurik",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Nezha" 
		},
		["Quaking Hand"] = {
			BaseDrain = -2,
			Conclave = true,
			Description = "Fighting form devised for Conclave.",
			Image = "QuakingHandMod.png",
			InternalName = "/Lotus/Upgrades/Mods/PvPMods/Stances/PvPFistStanceOne",
			Introduced = "Specters of the Rail",
			CodexSecret = false,
			Link = "Quaking Hand",
			MaxRank = 3,
			Name = "Quaking Hand",
			Polarity = "Unairu",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = false,
			Type = "Fists" 
		},
		["Quasar Drill"] = {
			BaseDrain = 2,
			Description = "+90% <DT_PUNCTURE>Puncture",
			Image = "QuasarDrillMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Archwing/Rifle/ArchwingDualStatPunctureStatusMod",
			Introduced = "Specters of the Rail",
			CodexSecret = false,
			Link = "Quasar Drill",
			MaxRank = 5,
			Name = "Quasar Drill",
			Polarity = "Naramon",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Archgun" 
		},
		["Quick Charge"] = {
			BaseDrain = 6,
			Conclave = true,
			Description = "-20% Shield Recharge Delay\r\n-20 Shield Capacity",
			Image = "QuickCharge.png",
			InternalName = "/Lotus/Upgrades/Mods/PvPMods/Warframe/ReduceShieldRechargeDelayWarframe",
			Introduced = "16.5",
			CodexSecret = false,
			Link = "Quick Charge",
			MaxRank = 3,
			Name = "Quick Charge",
			Polarity = "Vazarin",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Warframe" 
		},
		["Quick Escape"] = {
			BaseDrain = 4,
			Description = "Gain invulnerability for 5s mounting a K-drive, but will expire early upon dismounting. ",
			Image = "QuickEscapeMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Hoverboard/HBEscapePlanMod",
			Introduced = "24.2",
			CodexSecret = false,
			Link = "Quick Escape",
			MaxRank = 3,
			Name = "Quick Escape",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "K-Drive" 
		},
		["Quick Reload"] = {
			BaseDrain = 2,
			Description = "+100% Reload Speed",
			Image = "QuickReload.png",
			InternalName = "/Lotus/Upgrades/Mods/Archwing/Rifle/ArchwingRifleReloadSpeedMod",
			Introduced = "24.2",
			CodexSecret = false,
			Link = "Quick Reload",
			MaxRank = 3,
			Name = "Quick Reload",
			Polarity = "Naramon",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = false,
			Type = "Archgun" 
		},
		["Quick Return"] = {
			BaseDrain = 4,
			Description = "-4 Bounce",
			Image = "QuickReturnModU145.png",
			Incompatible = { "Volatile Quick Return", "Volatile Rebound", "Rebound" },
			InternalName = "/Lotus/Upgrades/Mods/Melee/WeaponGlaiveReflectionDecreaseMod",
			Introduced = "10",
			CodexSecret = false,
			Link = "Quick Return",
			MaxRank = 3,
			Name = "Quick Return",
			Polarity = "Naramon",
			Rarity = "Common",
			Tradable = true,
			Transmutable = true,
			Type = "Glaive" 
		},
		["Quick Thinking"] = {
			BaseDrain = 4,
			Description = "Drains Energy to stop Lethal Damage with 240% Efficiency.",
			Image = "QuickThinkingNew.png",
			InternalName = "/Lotus/Upgrades/Mods/Warframe/AvatarPowerToHealthOnDeathMod",
			Introduced = "10",
			CodexSecret = false,
			Link = "Quick Thinking",
			MaxRank = 5,
			Name = "Quick Thinking",
			Polarity = "Vazarin",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = true,
			Type = "Warframe" 
		},
		Quickdraw = {
			BaseDrain = 2,
			Description = "+48% Reload Speed",
			Image = "QuickdrawModU145.png",
			Incompatible = { "Primed Quickdraw", "Flawed Quickdraw" },
			InternalName = "/Lotus/Upgrades/Mods/Pistol/WeaponReloadSpeedMod",
			Introduced = "0",
			CodexSecret = false,
			Link = "Quickdraw",
			MaxRank = 5,
			Name = "Quickdraw",
			Polarity = "Naramon",
			Rarity = "Common",
			Tradable = true,
			Transmutable = true,
			Type = "Pistol" 
		},
		Quickening = {
			BaseDrain = 6,
			Description = "+40% Attack Speed\r\n+20% Combo Count Chance",
			Image = "QuickeningMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Melee/Channel/ChannelFireRateMod",
			Introduced = "13",
			CodexSecret = false,
			Link = "Quickening",
			MaxRank = 3,
			Name = "Quickening",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = true,
			Type = "Melee" 
		},
		Quicklock = {
			BaseDrain = 2,
			Description = "-75% Ordnance Lock-On Time",
			Image = "QuicklockMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Railjack/Gunnery/LavanFastOrdnanceLock",
			Introduced = "27.4",
			CodexSecret = false,
			Link = "Quicklock",
			MaxRank = 5,
			Name = "Quicklock",
			Polarity = "Naramon",
			Rarity = "Common",
			Tradable = true,
			Transmutable = false,
			Type = "Plexus" 
		},
		["Radiant Finish"] = {
			BaseDrain = 6,
			Description = "Radial Blind Augment: Blinded enemies take 300% more Finisher Damage.",
			Image = "RadiantFinish4.png",
			InternalName = "/Lotus/Powersuits/Excalibur/RadialBlindAugmentCard",
			Introduced = "16.3.3",
			CodexSecret = false,
			IsAbilityAugment = true,
			Link = "Radiant Finish",
			MaxRank = 3,
			Name = "Radiant Finish",
			Polarity = "Zenurik",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Excalibur" 
		},
		Rage = {
			BaseDrain = 6,
			Description = "Convert +60% of Damage on Health to Energy",
			Image = "RageModU145.png",
			InternalName = "/Lotus/Upgrades/Mods/Warframe/AvatarDamageToEnergyMod",
			Introduced = "8",
			CodexSecret = false,
			Link = "Rage",
			MaxRank = 5,
			Name = "Rage",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = true,
			Type = "Warframe" 
		},
		["Raider Matrix"] = {
			BaseDrain = -2,
			Description = "+15% Archwing Speed and Damage\r\n+24% Archwing Shield and Armor\r\n+45% Captured Crewship Speed and Damage",
			Image = "RaiderMatrixMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Railjack/Piloting/LavanHijackMatrixAura",
			Introduced = "29.10",
			CodexSecret = false,
			Link = "Raider Matrix",
			MaxRank = 5,
			Name = "Raider Matrix",
			Polarity = "Madurai",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = false,
			Type = "Railjack Aura" 
		},
		["Rail Guards"] = {
			BaseDrain = 4,
			Description = "+30% K-Drive Grind Speed",
			Image = "RailGuards.png",
			InternalName = "/Lotus/Upgrades/Mods/Hoverboard/HBGrindSpeedMod",
			Introduced = "24",
			CodexSecret = false,
			Link = "Rail Guards",
			MaxRank = 5,
			Name = "Rail Guards",
			Polarity = "Naramon",
			Rarity = "Common",
			Tradable = true,
			Transmutable = false,
			Type = "K-Drive" 
		},
		["Rapid Resilience"] = {
			BaseDrain = 6,
			Description = "-75% Status Duration on Self",
			Image = "RapidResilience.png",
			InternalName = "/Lotus/Upgrades/Mods/Warframe/AvatarProcTimeMod",
			Introduced = "15",
			CodexSecret = false,
			Link = "Rapid Resilience",
			MaxRank = 5,
			Name = "Rapid Resilience",
			Polarity = "Vazarin",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = true,
			Type = "Warframe" 
		},
		Ravage = {
			BaseDrain = 2,
			Description = "+60% Critical Damage",
			Image = "RavageModU145.png",
			Incompatible = { "Primed Ravage" },
			InternalName = "/Lotus/Upgrades/Mods/Shotgun/WeaponCritDamageMod",
			Introduced = "0",
			CodexSecret = false,
			Link = "Ravage",
			MaxRank = 5,
			Name = "Ravage",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = true,
			Type = "Shotgun" 
		},
		["Ravenous Wraith"] = {
			BaseDrain = 0,
			Conclave = false,
			Description = "",
			Image = "RavenousWraithMod.png",
			InternalName = "/Lotus/Weapons/Tenno/Melee/MeleeTrees/ReaperMeleeTree",
			Introduced = "30",
			CodexSecret = false,
			Link = "Ravenous Wraith",
			MaxRank = 3,
			Name = "Ravenous Wraith",
			NotUpgradable = true,
			Polarity = "Universal",
			Rarity = "Common",
			Tradable = false,
			Transmutable = false,
			Type = "Shadow Claws" 
		},
		["Razor Munitions"] = {
			BaseDrain = 2,
			Conclave = true,
			Description = "20% of Damage converted into <DT_SLASH>Slash",
			Image = "RazorMunitions.png",
			Incompatible = { "Impaler Munitions", "Meteor Munitions" },
			InternalName = "/Lotus/Upgrades/Mods/PvPMods/Pistol/DamageBiasSlashPistolMod",
			Introduced = "17",
			CodexSecret = false,
			Link = "Razor Munitions",
			MaxRank = 3,
			Name = "Razor Munitions",
			Polarity = "Madurai",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = false,
			Type = "Pistol" 
		},
		["Razor Shot"] = {
			BaseDrain = 2,
			Description = "+60% <DT_SLASH>Slash",
			Image = "RazorShotModU145.png",
			InternalName = "/Lotus/Upgrades/Mods/Pistol/WeaponSlashDamageMod",
			Introduced = "11",
			CodexSecret = false,
			Link = "Razor Shot",
			MaxRank = 5,
			Name = "Razor Shot",
			Polarity = "Naramon",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = true,
			Type = "Pistol" 
		},
		["Razorwing Blitz"] = {
			BaseDrain = 6,
			Description = "Razorwing Augment: Flight Speed increased by 25% and Fire Rate increased by 25% for 8s when using abilities. Stacks up to 4x.",
			Image = "RazorwingBlitz.png",
			InternalName = "/Lotus/Powersuits/Fairy/FairyFlightAugmentCard",
			Introduced = "22.10",
			CodexSecret = false,
			IsAbilityAugment = true,
			Link = "Razorwing Blitz",
			MaxRank = 3,
			Name = "Razorwing Blitz",
			Polarity = "Zenurik",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Titania" 
		},
		Reach = {
			BaseDrain = 4,
			Description = "+1.1 Range",
			Image = "ReachModU145.png",
			Incompatible = { "Primed Reach" },
			InternalName = "/Lotus/Upgrades/Mods/Melee/WeaponMeleeRangeIncMod",
			Introduced = "8",
			CodexSecret = false,
			Link = "Reach",
			MaxRank = 5,
			Name = "Reach",
			Polarity = "Madurai",
			Rarity = "Common",
			Tradable = true,
			Transmutable = true,
			Type = "Melee" 
		},
		["Reactive Storm"] = {
			BaseDrain = 6,
			Description = "Serene Storm Augment: Desert Wind is granted +250% Status Chance and changes its damage type to match enemy weaknesses.",
			Image = "ReactiveStormMod.png",
			InternalName = "/Lotus/Powersuits/Pacifist/PacifistFistAugmentCard",
			Introduced = "27.1",
			CodexSecret = false,
			IsAbilityAugment = true,
			Link = "Reactive Storm",
			MaxRank = 3,
			Name = "Reactive Storm",
			Polarity = "Zenurik",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Baruuk" 
		},
		["Reaping Chakram"] = {
			BaseDrain = 6,
			Description = "Blazing Chakram Augment: Each enemy hit increases the ring's Damage by 2x and the chance for enemies to drop Health Orbs on death by +0.25x.",
			Image = "ReapingChakram.png",
			InternalName = "/Lotus/Powersuits/Nezha/NezhaRingAugmentCard",
			Introduced = "22.17.3",
			CodexSecret = false,
			IsAbilityAugment = true,
			Link = "Reaping Chakram",
			MaxRank = 3,
			Name = "Reaping Chakram",
			Polarity = "Zenurik",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Nezha" 
		},
		["Reaping Spiral"] = {
			BaseDrain = -2,
			Description = "Far flung attacks and multi-hit combos.",
			Image = "ReapingSpiralMod.png",
			InternalName = "/Lotus/Weapons/Tenno/Melee/MeleeTrees/ScytheCmbOneMeleeTree",
			Introduced = "13",
			CodexSecret = false,
			Link = "Reaping Spiral",
			MaxRank = 3,
			Name = "Reaping Spiral",
			Polarity = "Naramon",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = true,
			Type = "Scythes" 
		},
		Reawaken = {
			BaseDrain = 4,
			Description = "Upon death, automatically revives itself after 90s.",
			Image = "Reawaken.png",
			InternalName = "/Lotus/Types/Sentinels/SentinelPrecepts/RespawnSelf",
			Introduced = "22.20",
			CodexSecret = false,
			Link = "Reawaken",
			MaxRank = 5,
			Name = "Reawaken",
			Polarity = "Penjaga",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Djinn" 
		},
		Rebound = {
			BaseDrain = 4,
			Description = "+4 Bounce",
			Image = "ReboundModU145.png",
			Incompatible = { "Volatile Rebound", "Volatile Quick Return", "Quick Return" },
			InternalName = "/Lotus/Upgrades/Mods/Melee/WeaponGlaiveReflectionIncreaseMod",
			Introduced = "10",
			CodexSecret = false,
			Link = "Rebound",
			MaxRank = 3,
			Name = "Rebound",
			Polarity = "Naramon",
			Rarity = "Common",
			Tradable = true,
			Transmutable = true,
			Type = "Glaive" 
		},
		["Recharge Barrier"] = {
			BaseDrain = 6,
			Conclave = true,
			Description = "Electric Shield Augment: Allies that pass through have 35% Shields restored.",
			Image = "RechargeBarrier.png",
			Incompatible = { "Transistor Shield" },
			InternalName = "/Lotus/Powersuits/Volt/ShieldPvPAugmentCard",
			Introduced = "16",
			CodexSecret = false,
			IsAbilityAugment = true,
			Link = "Recharge Barrier",
			MaxRank = 3,
			Name = "Recharge Barrier",
			Polarity = "Zenurik",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Volt" 
		},
		Recover = {
			BaseDrain = 10,
			Conclave = true,
			Description = "On Kill: +15 Heal Rate for 10s\r\n-25% from Health Orbs",
			Image = "RecoverMod.png",
			InternalName = "/Lotus/Upgrades/Mods/PvPMods/Rifle/RestoreHealthOnKillMod",
			Introduced = "16.5",
			CodexSecret = false,
			Link = "Recover",
			MaxRank = 3,
			Name = "Recover",
			Polarity = "Vazarin",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Rifle" 
		},
		Recuperate = {
			BaseDrain = 10,
			Conclave = true,
			Description = "On Kill: +15 Heal Rate for 10s\r\n-25% from Health Orbs",
			Image = "RecuperateMod.png",
			InternalName = "/Lotus/Upgrades/Mods/PvPMods/Pistol/RestoreHealthOnKillMod",
			Introduced = "16.5",
			CodexSecret = false,
			Link = "Recuperate",
			MaxRank = 3,
			Name = "Recuperate",
			Polarity = "Vazarin",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Pistol" 
		},
		Redirection = {
			BaseDrain = 2,
			Description = "+440% Shield Capacity",
			Image = "RedirectionModU145.png",
			Incompatible = { "Flawed Redirection" },
			InternalName = "/Lotus/Upgrades/Mods/Warframe/AvatarShieldMaxMod",
			Introduced = "0",
			CodexSecret = false,
			Link = "Redirection",
			MaxRank = 10,
			Name = "Redirection",
			Polarity = "Vazarin",
			Rarity = "Common",
			Tradable = true,
			Transmutable = true,
			Type = "Warframe" 
		},
		Reflect = {
			BaseDrain = 0,
			Description = "Adarza Kavat has a 40% chance to reflect damage back to an enemy, amplifying it by 60%.",
			Image = "Reflect 19.6.3.png",
			InternalName = "/Lotus/Types/Friendly/Pets/CatbrowPetPrecepts/CatbrowReflectPrecept",
			Introduced = "Specters of the Rail",
			CodexSecret = false,
			Link = "Reflect",
			MaxRank = 3,
			Name = "Reflect",
			Polarity = "Penjaga",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Adarza Kavat" 
		},
		Reflection = {
			BaseDrain = 2,
			Description = "+40% chance to Stagger on Block\r\n+10% chance to Stun on Block",
			Image = "ReflectionModU17.png",
			InternalName = "/Lotus/Upgrades/Mods/Warframe/AvatarParryReflectMod",
			Introduced = "10",
			CodexSecret = false,
			Link = "Reflection",
			MaxRank = 5,
			Name = "Reflection",
			Polarity = "Vazarin",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = true,
			Type = "Warframe" 
		},
		["Reflex Coil"] = {
			BaseDrain = 2,
			Description = "+60% Heavy Attack Efficiency",
			Image = "ReflexCoilModU145.png",
			InternalName = "/Lotus/Upgrades/Mods/Melee/WeaponMeleeChargeRateMod",
			Introduced = "0",
			CodexSecret = false,
			Link = "Reflex Coil",
			MaxRank = 5,
			Name = "Reflex Coil",
			Polarity = "Naramon",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = true,
			Type = "Melee" 
		},
		["Reflex Denial"] = {
			BaseDrain = 0,
			Conclave = false,
			Description = "Generates a shield that reflects 90% Damage taken in pulses over 10s as <DT_MAGNETIC>Magnetic Damage in a 12m radius.",
			Image = "ReflexDenialMod.png",
			Incompatible = { "Diversified Denial", "Evasive Denial" },
			InternalName = "/Lotus/Types/Friendly/Pets/ZanukaPets/ZanukaPetPrecepts/ZanukaPetMagneticRepulsePrecept",
			Introduced = "30.5",
			CodexSecret = false,
			IsExilus = false,
			IsFlawed = false,
			Link = "Reflex Denial",
			MaxRank = 5,
			Name = "Reflex Denial",
			Polarity = "Penjaga",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Hound" 
		},
		["Reflex Draw"] = {
			BaseDrain = 4,
			Conclave = true,
			Description = "+200% Holster Speed",
			Image = "ReflexDraw.png",
			InternalName = "/Lotus/Upgrades/Mods/PvPMods/Pistol/HolsterSpeedBonusMod",
			Introduced = "16",
			CodexSecret = false,
			IsExilus = true,
			Link = "Reflex Draw",
			MaxRank = 3,
			Name = "Reflex Draw",
			Polarity = "Naramon",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = false,
			Type = "Pistol" 
		},
		["Reflex Guard"] = {
			BaseDrain = 4,
			Description = "+100% Combo Count Chance while Blocking",
			Image = "ReflexGuardModU145.png",
			InternalName = "/Lotus/Upgrades/Mods/Warframe/AvatarAutoParryMod",
			Introduced = "10",
			CodexSecret = false,
			Link = "Reflex Guard",
			MaxRank = 10,
			Name = "Reflex Guard",
			Polarity = "Vazarin",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = true,
			Type = "Warframe" 
		},
		Regen = {
			BaseDrain = 2,
			Description = "If killed, regenerates 1x with 100% Max Health and is invulnerable for 6s.",
			Image = "RegenMod.png",
			Incompatible = { "Primed Regen" },
			InternalName = "/Lotus/Types/Sentinels/SentinelPrecepts/Regen",
			Introduced = "7",
			CodexSecret = false,
			Link = "Regen",
			MaxRank = 5,
			Name = "Regen",
			Polarity = "Penjaga",
			Rarity = "Common",
			Tradable = true,
			Transmutable = true,
			Type = "Sentinel" 
		},
		["Regenerative Molt"] = {
			BaseDrain = 6,
			Description = "Molt Augment: After casting Molt, Saryn regenerates 50 Health/s for 10s.",
			Image = "RegenerativeMolt3.png",
			InternalName = "/Lotus/Powersuits/Saryn/ShedAugmentCard",
			Introduced = "15.6",
			CodexSecret = false,
			IsAbilityAugment = true,
			Link = "Regenerative Molt",
			MaxRank = 3,
			Name = "Regenerative Molt",
			Polarity = "Zenurik",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Saryn" 
		},
		["Reinforcing Stomp"] = {
			BaseDrain = 6,
			Description = "Rhino Stomp Augment: Iron Skin Health is replenished by 80 for each enemy affected.",
			Image = "ReinforcingStompMod.png",
			InternalName = "/Lotus/Powersuits/Rhino/RhinoStompAugmentCard",
			Introduced = "19.2",
			CodexSecret = false,
			IsAbilityAugment = true,
			Link = "Reinforcing Stomp",
			MaxRank = 3,
			Name = "Reinforcing Stomp",
			Polarity = "Zenurik",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Rhino" 
		},
		Rejuvenation = {
			BaseDrain = -2,
			Description = "+3 Heal Rate/s",
			Image = "RejuvenationModU145.png",
			InternalName = "/Lotus/Upgrades/Mods/Aura/PlayerHealthRegenAuraMod",
			Introduced = "5",
			CodexSecret = false,
			Link = "Rejuvenation",
			MaxRank = 5,
			Name = "Rejuvenation",
			Polarity = "Vazarin",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = false,
			Type = "Aura" 
		},
		["Relentless Assault"] = {
			BaseDrain = 10,
			Conclave = true,
			Description = "On Kill: +2 Energy Rate for 4s",
			Image = "RelentlessAssaultMod.png",
			InternalName = "/Lotus/Upgrades/Mods/PvPMods/Melee/MeleeVictimStaminaDrain",
			Introduced = "The Silver Grove",
			CodexSecret = false,
			Link = "Relentless Assault",
			MaxRank = 3,
			Name = "Relentless Assault",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Melee" 
		},
		["Relentless Combination"] = {
			BaseDrain = 6,
			Description = "+100% chance to increase Melee Combo Counter when <DT_SLASH>Slash Status deals damage.",
			Image = "RelentlessCombinationMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Melee/WeaponMeleeComboChanceFromDot",
			Introduced = "19.2",
			CodexSecret = false,
			Link = "Relentless Combination",
			MaxRank = 3,
			Name = "Relentless Combination",
			Polarity = "Naramon",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = true,
			Type = "Melee" 
		},
		["Rending Crane"] = {
			BaseDrain = -2,
			Description = "Downward cuts with an impact combo.",
			Image = "RendingCraneMod.png",
			InternalName = "/Lotus/Weapons/Tenno/Melee/MeleeTrees/AxeCmbOneMeleeTree",
			Introduced = "13",
			CodexSecret = false,
			Link = "Rending Crane",
			MaxRank = 3,
			Name = "Rending Crane",
			Polarity = "Madurai",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = true,
			Type = "Heavy Blade" 
		},
		["Rending Strike"] = {
			BaseDrain = 6,
			Description = "+60% <DT_SLASH>Slash\r\n+80% <DT_PUNCTURE>Puncture",
			Image = "RendingStrikeModU145.png",
			InternalName = "/Lotus/Upgrades/Mods/Melee/DualStat/RendingStrikeMod",
			Introduced = "9",
			CodexSecret = false,
			Link = "Rending Strike",
			MaxRank = 3,
			Name = "Rending Strike",
			Polarity = "Naramon",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Melee" 
		},
		["Rending Turn"] = {
			BaseDrain = 4,
			Description = "+18% to Bullet Jump\r\n+18% Aim Glide/Wall Latch Duration\r\n+60% <DT_SLASH>Slash on Bullet Jump",
			Image = "RendingTurnMod.png",
			Incompatible = {
				"Mobilize",
				"Patagium",
				"Battering Maneuver",
				"Piercing Step",
				"Firewalker",
				"Ice Spring",
				"Lightning Dash",
				"Toxic Flight" 
			},
			InternalName = "/Lotus/Upgrades/Mods/Warframe/SlashParkourTwoMod",
			Introduced = "17",
			CodexSecret = false,
			IsExilus = true,
			Link = "Rending Turn",
			MaxRank = 5,
			Name = "Rending Turn",
			Polarity = "Madurai",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = true,
			Type = "Warframe" 
		},
		["Rending Wind"] = {
			BaseDrain = -2,
			Conclave = true,
			Description = "Fighting form devised for Conclave.",
			Image = "RendingWindMod.png",
			InternalName = "/Lotus/Upgrades/Mods/PvPMods/Stances/PvPMacheteStanceOne",
			Introduced = "Specters of the Rail",
			CodexSecret = false,
			Link = "Rending Wind",
			MaxRank = 3,
			Name = "Rending Wind",
			Polarity = "Zenurik",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = false,
			Type = "Machetes" 
		},
		["Repair Dispensary"] = {
			BaseDrain = 6,
			Description = "Dispensary Augment - Hold to create a dispensary that will revive the sentinel or companion Moa of a player within 14m every 60s.",
			Image = "RepairDispensaryMod.png",
			InternalName = "/Lotus/Powersuits/Odalisk/OdaliskDispensaryAugmentCard",
			Introduced = "30.2",
			CodexSecret = false,
			IsAbilityAugment = true,
			IsExilus = true,
			Link = "Repair Dispensary",
			MaxRank = 3,
			Name = "Repair Dispensary",
			Polarity = "Zenurik",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Protea" 
		},
		["Repair Kit"] = {
			BaseDrain = 2,
			Description = "+6 Heal Rate/s",
			Image = "RepairKitMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Sentinel/SentinelRepairKitMod",
			Introduced = "25",
			CodexSecret = false,
			Link = "Repair Kit",
			MaxRank = 5,
			Name = "Repair Kit",
			Polarity = "Vazarin",
			Rarity = "Common",
			Tradable = true,
			Transmutable = false,
			Type = "Sentinel" 
		},
		["Repeater Clip"] = {
			BaseDrain = 4,
			Description = "On Reload: +105% Fire Rate when Aiming for 9s",
			Image = "RepeaterClipMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Shotgun/Event/FireRateWhileAimingShotgunMod",
			Introduced = "18.4.1",
			CodexSecret = false,
			Link = "Repeater Clip",
			MaxRank = 5,
			Name = "Repeater Clip",
			Polarity = "Madurai",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = false,
			Type = "Shotgun" 
		},
		["Repelling Bastille"] = {
			BaseDrain = 6,
			Description = "Bastille Augment: Enemies within the Bastille have a 100% chance to be repelled every 4s. Vortex's duration is increased by 70% of its Maximum Duration for each additional Vortex thrown into it.",
			Image = "RepellingBastille4.png",
			InternalName = "/Lotus/Powersuits/Trapper/LevTrapAugmentCard",
			Introduced = "15.6",
			CodexSecret = false,
			IsAbilityAugment = true,
			Link = "Repelling Bastille",
			MaxRank = 3,
			Name = "Repelling Bastille",
			Polarity = "Zenurik",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Vauban" 
		},
		["Repo Audit"] = {
			BaseDrain = 0,
			Conclave = false,
			Description = "Emits a magnetic pulse that disarms enemies within 30m.",
			Image = "RepoAuditMod.png",
			Incompatible = { "Null Audit", "Equilibrium Audit" },
			InternalName = "/Lotus/Types/Friendly/Pets/ZanukaPets/ZanukaPetPrecepts/ZanukaPetDisarmPulsePrecept",
			Introduced = "30.5",
			CodexSecret = false,
			IsExilus = false,
			IsFlawed = false,
			Link = "Repo Audit",
			MaxRank = 5,
			Name = "Repo Audit",
			Polarity = "Penjaga",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Hound" 
		},
		["Resilient Focus"] = {
			_IgnoreEntry = true,
			BaseDrain = 4,
			Description = "+20% Damage Resistance on Stun",
			Image = "Resilient_Focus.png",
			InternalName = "/Lotus/Upgrades/Mods/Warframe/AvatarDamageResistanceStun",
			Link = "Resilient Focus",
			MaxRank = 3,
			Name = "Resilient Focus",
			Polarity = "Vazarin",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Warframe" 
		},
		["Resolute Focus"] = {
			BaseDrain = 4,
			Description = "+100% Chance to Resist Staggers/Knockdowns when Aiming\r\n-50% Spread when Aiming",
			Image = "ResoluteFocusMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Archwing/Rifle/ArchwingCCImmunityIfAimingMod",
			Introduced = "24.2",
			CodexSecret = false,
			Link = "Resolute Focus",
			MaxRank = 5,
			Name = "Resolute Focus",
			Polarity = "Naramon",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = false,
			Type = "Archgun" 
		},
		Resonance = {
			BaseDrain = 6,
			Description = "Sonar Augment: Killing an enemy by shooting their weak spot will trigger another Sonar for 100% of remaining duration.",
			Image = "ResonanceMod.png",
			InternalName = "/Lotus/Powersuits/Banshee/SonarAugmentCard",
			Introduced = "15.6",
			CodexSecret = false,
			IsAbilityAugment = true,
			Link = "Resonance",
			MaxRank = 3,
			Name = "Resonance",
			Polarity = "Zenurik",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Banshee" 
		},
		["Resonating Quake"] = {
			BaseDrain = 6,
			Description = "Sound Quake Augment: Forgoes channeling to create a shockwave that deals 20x Damage at the epicenter, gradually weakening as it expands out.",
			Image = "ResonatingQuakeMod.png",
			InternalName = "/Lotus/Powersuits/Banshee/EarthQuakeAugmentCard",
			Introduced = "18.11",
			CodexSecret = false,
			IsAbilityAugment = true,
			Link = "Resonating Quake",
			MaxRank = 3,
			Name = "Resonating Quake",
			Polarity = "Zenurik",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Banshee" 
		},
		Retarget = {
			_IgnoreEntry = true,
			BaseDrain = 0,
			Description = "Sentinel will attack first visible enemy within 30m",
			Image = "Retarget 19.10.png",
			Introduced = "19.10",
			CodexSecret = false,
			Link = "Retarget",
			MaxRank = 5,
			Name = "Retarget",
			Polarity = "Penjaga",
			Rarity = "Common",
			Tradable = true,
			Transmutable = false,
			Type = "Taxon" 
		},
		Retribution = {
			BaseDrain = 6,
			Description = "+60% Chance to deal Electrical Damage when shield struck by melee enemies.\r\n+80 <DT_ELECTRICITY>Electricity",
			Image = "RetributionModU145.png",
			InternalName = "/Lotus/Upgrades/Mods/Warframe/AvatarRevengeDamageMelee",
			Introduced = "7.10",
			CodexSecret = false,
			IsExilus = true,
			Link = "Retribution",
			MaxRank = 3,
			Name = "Retribution",
			Polarity = "Vazarin",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = true,
			Type = "Warframe" 
		},
		Retrieve = {
			BaseDrain = 0,
			Description = "Kubrow has 45% chance to scavenge additional loot from a fallen enemy or containers within 30m, every 10s.",
			Image = "RetrieveMod.png",
			InternalName = "/Lotus/Types/Friendly/Pets/KubrowPetPrecepts/KubrowLootPrecept",
			Introduced = "17",
			CodexSecret = false,
			Link = "Retrieve",
			MaxRank = 5,
			Name = "Retrieve",
			Polarity = "Penjaga",
			Rarity = "Common",
			Tradable = true,
			Transmutable = false,
			Type = "Chesa Kubrow" 
		},
		["Revealing Spores"] = {
			BaseDrain = 6,
			Description = "Spores Augment: Infected enemies within 40m will show up on the Minimap.",
			Image = "RevealingSporesMod.png",
			InternalName = "/Lotus/Powersuits/Saryn/PoisonAugmentTwoCard",
			Introduced = "27.5.4",
			CodexSecret = false,
			IsAbilityAugment = true,
			IsExilus = true,
			Link = "Revealing Spores",
			MaxRank = 3,
			Name = "Revealing Spores",
			Polarity = "Zenurik",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Saryn" 
		},
		Revenge = {
			BaseDrain = 0,
			Description = "Sentinel will not attack an enemy unless that enemy has attacked the Sentinel's master within 10m.",
			Image = "Revenge 19.6.3.png",
			InternalName = "/Lotus/Types/Sentinels/SentinelPrecepts/Revenge",
			Introduced = "7",
			CodexSecret = false,
			Link = "Revenge",
			MaxRank = 5,
			Name = "Revenge",
			Polarity = "Penjaga",
			Rarity = "Common",
			Tradable = true,
			Transmutable = false,
			Type = "Shade" 
		},
		["Revo Reducer"] = {
			BaseDrain = 2,
			Description = "-40.5% Omni Revolite Consumption",
			Image = "RevoReducerMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Railjack/Piloting/LavanMultiToolPower",
			Introduced = "27.3",
			CodexSecret = false,
			Link = "Revo Reducer",
			MaxRank = 5,
			Name = "Revo Reducer",
			Polarity = "Naramon",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Plexus" 
		},
		["Rifle Ammo Mutation"] = {
			BaseDrain = 2,
			Description = "Converts unused Ammo Pickups into Primary Weapon Ammo. Pistol <AMMO_MUTATION> 8 and Shotgun/Sniper <AMMO_MUTATION> 15.",
			Image = "RifleAmmoMutationModU145.png",
			Incompatible = { "Primed Rifle Ammo Mutation" },
			InternalName = "/Lotus/Upgrades/Mods/Rifle/WeaponRifleConvertAmmoMod",
			Introduced = "9.3",
			CodexSecret = false,
			IsExilus = true,
			Link = "Rifle Ammo Mutation",
			MaxRank = 5,
			Name = "Rifle Ammo Mutation",
			Polarity = "Naramon",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = true,
			Type = "Assault Rifle" 
		},
		["Rifle Amp"] = {
			BaseDrain = -2,
			Description = "+27% Damage",
			Image = "RifleAmpModU145.png",
			InternalName = "/Lotus/Upgrades/Mods/Aura/PlayerRifleDamageAuraMod",
			Introduced = "5",
			CodexSecret = false,
			Link = "Rifle Amp",
			MaxRank = 5,
			Name = "Rifle Amp",
			Polarity = "Madurai",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = false,
			Type = "Aura" 
		},
		["Rifle Aptitude"] = {
			BaseDrain = 2,
			Description = "+90% Status Chance",
			Image = "RifleAptitudeModU145.png",
			Incompatible = { "Galvanized Aptitude" },
			InternalName = "/Lotus/Upgrades/Mods/Rifle/WeaponStunChanceMod",
			Introduced = "11",
			CodexSecret = false,
			Link = "Rifle Aptitude",
			MaxRank = 5,
			Name = "Rifle Aptitude",
			Polarity = "Vazarin",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = true,
			Type = "Rifle" 
		},
		["Rifle Scavenger"] = {
			BaseDrain = -2,
			Description = "+150% Ammo Pickup",
			Image = "RifleScavengerModU145.png",
			InternalName = "/Lotus/Upgrades/Mods/Aura/PlayerRifleAmmoAuraMod",
			Introduced = "5",
			CodexSecret = false,
			Link = "Rifle Scavenger",
			MaxRank = 5,
			Name = "Rifle Scavenger",
			Polarity = "Naramon",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = false,
			Type = "Aura" 
		},
		["Rift Haven"] = {
			BaseDrain = 6,
			Description = "Banish Augment: Allies banished to the rift will have 25% of their Maximum Health restored every second.",
			Image = "RiftHavenMod.png",
			InternalName = "/Lotus/Powersuits/Magician/BanishAugmentCard",
			Introduced = "15",
			CodexSecret = false,
			IsAbilityAugment = true,
			Link = "Rift Haven",
			MaxRank = 3,
			Name = "Rift Haven",
			Polarity = "Zenurik",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Limbo" 
		},
		["Rift Strike"] = {
			BaseDrain = 2,
			Description = "Heavy attacks now step through the rift to attack enemies up to 25m away",
			Image = "RiftStrikeMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Melee/Event/ProjectNightwatch/TwinBasolkNightwatchMod",
			Introduced = "18.10",
			CodexSecret = false,
			IsWeaponAugment = true,
			Link = "Rift Strike",
			MaxRank = 5,
			Name = "Rift Strike",
			Polarity = "Naramon",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = false,
			Type = "Twin Basolk" 
		},
		["Rift Torrent"] = {
			BaseDrain = 6,
			Description = "Rift Surge Augment: Limbo deals 30% Extra Damage for each enemy affected by Rift Surge while in the rift.",
			Image = "RiftTorrentMod.png",
			InternalName = "/Lotus/Powersuits/Magician/VolatileAugmentCard",
			Introduced = "15.6",
			CodexSecret = false,
			IsAbilityAugment = true,
			Link = "Rift Torrent",
			MaxRank = 3,
			Name = "Rift Torrent",
			Polarity = "Zenurik",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Limbo" 
		},
		["Rime Rounds"] = {
			BaseDrain = 4,
			Description = "+60% <DT_FREEZE>Cold\r\n+60% Status Chance",
			Image = "RimeRoundsModU145.png",
			InternalName = "/Lotus/Upgrades/Mods/Rifle/DualStat/IceEventRifleMod",
			Introduced = "14.5",
			CodexSecret = false,
			Link = "Rime Rounds",
			MaxRank = 3,
			Name = "Rime Rounds",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Rifle" 
		},
		["Rime Vault"] = {
			BaseDrain = 0,
			Conclave = true,
			Description = "Ice FX on Bullet Jump",
			Image = "RimeVaultMod.png",
			InternalName = "/Lotus/Upgrades/Mods/PvPMods/Warframe/FreezeParkourPvPMod",
			Introduced = "17.5",
			CodexSecret = false,
			IsExilus = true,
			Link = "Rime Vault",
			MaxRank = 0,
			Name = "Rime Vault",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Warframe" 
		},
		Ripload = {
			BaseDrain = 6,
			Description = "-42% Ordnance Reload Time",
			Image = "RiploadMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Railjack/Gunnery/LavanReducedOrdnanceReload",
			Introduced = "27.0",
			CodexSecret = false,
			Link = "Ripload",
			MaxRank = 5,
			Name = "Ripload",
			Polarity = "Naramon",
			Rarity = "Common",
			Tradable = true,
			Transmutable = false,
			Type = "Plexus" 
		},
		["Ripper Rounds"] = {
			BaseDrain = 2,
			Conclave = true,
			Description = "20% of Damage converted into <DT_PUNCTURE>Puncture",
			Image = "RipperRounds.png",
			Incompatible = { "Comet Rounds", "Serrated Rounds" },
			InternalName = "/Lotus/Upgrades/Mods/PvPMods/Rifle/DamageBiasPunctureRifleMod",
			Introduced = "17",
			CodexSecret = false,
			Link = "Ripper Rounds",
			MaxRank = 3,
			Name = "Ripper Rounds",
			Polarity = "Madurai",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = false,
			Type = "Rifle" 
		},
		Ris = {
			Class = "Requiem",
			Description = "In luminous space blackened stars\r\nThey gaze, accuse, deny",
			Image = "RisRequiemMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Immortal/ImmortalFiveMod",
			Introduced = "26",
			CodexSecret = false,
			Link = "Ris",
			MaxRank = 3,
			Name = "Ris",
			NotUpgradable = true,
			Polarity = "Universal",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = true,
			Type = "Parazon" 
		},
		["Rising Skill"] = {
			BaseDrain = 2,
			Conclave = true,
			Description = "+10% Mobility\r\n-30 Shield Capacity",
			Image = "RisingSkill.png",
			InternalName = "/Lotus/Upgrades/Mods/PvPMods/Warframe/MoreBulletJumpLessShieldMod",
			Introduced = "17.8",
			CodexSecret = false,
			IsExilus = true,
			Link = "Rising Skill",
			MaxRank = 3,
			Name = "Rising Skill",
			Polarity = "Naramon",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = false,
			Type = "Warframe" 
		},
		["Rising Steel"] = {
			BaseDrain = -2,
			Conclave = true,
			Description = "Fighting form devised for Conclave.",
			Image = "RisingSteelMod.png",
			InternalName = "/Lotus/Upgrades/Mods/PvPMods/Stances/PvPSwordStanceOne",
			Introduced = "Specters of the Rail",
			CodexSecret = false,
			Link = "Rising Steel",
			MaxRank = 3,
			Name = "Rising Steel",
			Polarity = "Unairu",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = false,
			Type = "Swords" 
		},
		["Rising Storm"] = {
			BaseDrain = 6,
			Description = "Blade Storm Augment: Blade Storm attacks increase your Melee Counter by 4. Passive: +10s Combo Duration",
			Image = "RisingStormMod.png",
			InternalName = "/Lotus/Powersuits/Ninja/NinjaStormAugmentCard",
			Introduced = "15.16",
			CodexSecret = false,
			IsAbilityAugment = true,
			Link = "Rising Storm",
			MaxRank = 3,
			Name = "Rising Storm",
			Polarity = "Zenurik",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Ash" 
		},
		["Rolling Guard"] = {
			BaseDrain = 2,
			Description = "On Dodge: Become invulnerable for 3s and remove all Status Effects. 7s cooldown.",
			Image = "RollingGuard.png",
			InternalName = "/Lotus/Upgrades/Mods/Warframe/AvatarInvulnOnRollMod",
			Introduced = "23.10",
			CodexSecret = false,
			Link = "Rolling Guard",
			MaxRank = 10,
			Name = "Rolling Guard",
			Polarity = "Vazarin",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Warframe" 
		},
		["Rubble Heap"] = {
			BaseDrain = 6,
			Description = "Passive Augment: When above 1400 Rubble, Landslide costs no Energy, deals 2x Damage, and travels 2x faster.",
			Image = "RubbleHeapMod.png",
			InternalName = "/Lotus/Powersuits/Brawler/BrawlerPassiveAugmentCard",
			Introduced = "27.5.4",
			CodexSecret = false,
			IsAbilityAugment = true,
			Link = "Rubble Heap",
			MaxRank = 3,
			Name = "Rubble Heap",
			Polarity = "Zenurik",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Atlas" 
		},
		["Rubedo-Lined Barrel"] = {
			BaseDrain = 6,
			Description = "+100% Damage",
			Image = "RubedoLinedBarrel.png",
			Incompatible = { "Primed Rubedo-Lined Barrel" },
			InternalName = "/Lotus/Upgrades/Mods/Archwing/Rifle/ArchwingRifleDamageAmountMod",
			Introduced = "15",
			CodexSecret = false,
			Link = "Rubedo-Lined Barrel",
			MaxRank = 5,
			Name = "Rubedo-Lined Barrel",
			Polarity = "Madurai",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = true,
			Type = "Archgun" 
		},
		["Ruinous Extension"] = {
			BaseDrain = 2,
			Description = "+8 Beam Length",
			Image = "RuinousExtension.png",
			InternalName = "/Lotus/Upgrades/Mods/Pistol/WeaponBeamDistanceMod",
			Introduced = "15",
			CodexSecret = false,
			IsExilus = true,
			Link = "Ruinous Extension",
			MaxRank = 3,
			Name = "Ruinous Extension",
			Polarity = "Naramon",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = true,
			Type = "Pistol" 
		},
		Rumbled = {
			BaseDrain = 6,
			Conclave = true,
			Description = "Rumblers Augment: Atlas becomes a Rumbler with Rock Armor that can absorb up to 300% of Max Health worth of Damage.",
			Image = "Rumbled.png",
			Incompatible = { "Titanic Rumbler" },
			InternalName = "/Lotus/Powersuits/Brawler/BrawlerSummonPvPAugmentCard",
			Introduced = "18.5",
			CodexSecret = false,
			IsAbilityAugment = true,
			Link = "Rumbled",
			MaxRank = 3,
			Name = "Rumbled",
			Polarity = "Zenurik",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Atlas" 
		},
		Runtime = {
			BaseDrain = 0,
			Description = "+75% Sprint Speed for 15s after Hacking",
			Image = "RuntimeMod.png",
			InternalName = "/Lotus/Upgrades/Mods/DataSpike/Cipher/OnHackSprintSpeedMod",
			Introduced = "26",
			CodexSecret = false,
			Link = "Runtime",
			MaxRank = 0,
			Name = "Runtime",
			Polarity = "Universal",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = true,
			Type = "Parazon" 
		},
		Rupture = {
			BaseDrain = 2,
			Description = "+30% <DT_IMPACT>Impact",
			Image = "RuptureModU145.png",
			InternalName = "/Lotus/Upgrades/Mods/Rifle/WeaponImpactDamageMod",
			Introduced = "11",
			CodexSecret = false,
			Link = "Rupture",
			MaxRank = 5,
			Name = "Rupture",
			Polarity = "Naramon",
			Rarity = "Common",
			Tradable = true,
			Transmutable = true,
			Type = "Rifle" 
		},
		Rush = {
			BaseDrain = 6,
			Description = "+30% Sprint Speed",
			Image = "RushModU145.png",
			Incompatible = { "Flawed Rush" },
			InternalName = "/Lotus/Upgrades/Mods/Warframe/AvatarSprintSpeedMod",
			Introduced = "0",
			CodexSecret = false,
			IsExilus = true,
			Link = "Rush",
			MaxRank = 5,
			Name = "Rush",
			Polarity = "Naramon",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = true,
			Type = "Warframe" 
		},
		["Sabot Rounds"] = {
			BaseDrain = 10,
			Description = "+60% Damage\r\n+3 Punch Through",
			Image = "SabotRoundsMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Archwing/Rifle/ArchwingRiflePunchthroughMod",
			Introduced = "24.2",
			CodexSecret = false,
			Link = "Sabot Rounds",
			MaxRank = 5,
			Name = "Sabot Rounds",
			Polarity = "Naramon",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = true,
			Type = "Archgun" 
		},
		Sacrifice = {
			BaseDrain = 6,
			Description = "Sentinel takes 4s to revive its downed owner to 100% health and shields, destroying itself after the process.",
			Image = "SacrificeMod.png",
			InternalName = "/Lotus/Types/Sentinels/SentinelPrecepts/RevivePlayer",
			Introduced = "20.4",
			CodexSecret = false,
			Link = "Sacrifice",
			MaxRank = 3,
			Name = "Sacrifice",
			Polarity = "Penjaga",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Sentinel" 
		},
		["Sacrificial Pressure"] = {
			BaseDrain = 6,
			Description = "+110% Melee Damage\r\n+33% Damage to Sentients",
			Image = "SacrificialPressure.png",
			Incompatible = { "Pressure Point", "Primed Pressure Point", "Flawed Pressure Point" },
			InternalName = "/Lotus/Upgrades/Mods/Sets/Sacrifice/MeleeSacrificeModA",
			Introduced = "23",
			CodexSecret = true,
			Link = "Sacrificial Pressure",
			MaxRank = 10,
			Name = "Sacrificial Pressure",
			Polarity = "Umbra",
			Rarity = "Legendary",
			Set = "Sacrificial Set",
			Tradable = false,
			Transmutable = false,
			Type = "Melee" 
		},
		["Sacrificial Steel"] = {
			BaseDrain = 6,
			Description = "+220% Critical Chance (x2 for Heavy Attacks)\r\n+33% Damage to Sentients",
			Image = "SacrificialSteelMod.png",
			Incompatible = { "True Steel", "Amalgam Ripkas True Steel", "Flawed True Steel" },
			InternalName = "/Lotus/Upgrades/Mods/Sets/Sacrifice/MeleeSacrificeModB",
			Introduced = "23",
			CodexSecret = true,
			Link = "Sacrificial Steel",
			MaxRank = 10,
			Name = "Sacrificial Steel",
			Polarity = "Umbra",
			Rarity = "Legendary",
			Set = "Sacrificial Set",
			Tradable = false,
			Transmutable = false,
			Type = "Melee" 
		},
		Safeguard = {
			BaseDrain = 6,
			Description = "Warding Halo Augment: Can now be cast on allies with 50% effectiveness.",
			Image = "SafeguardMod.png",
			InternalName = "/Lotus/Powersuits/Nezha/NezhaSashAugmentCard",
			Introduced = "The Silver Grove",
			CodexSecret = false,
			IsAbilityAugment = true,
			Link = "Safeguard",
			MaxRank = 3,
			Name = "Safeguard",
			Polarity = "Zenurik",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Nezha" 
		},
		["Safeguard Switch"] = {
			BaseDrain = 6,
			Description = "Switch Teleport Augment: After teleporting with an ally they will be invulnerable for 6s.",
			Image = "SafeguardSwitch3.png",
			InternalName = "/Lotus/Powersuits/Loki/SwitchAugmentCard",
			Introduced = "15",
			CodexSecret = false,
			IsAbilityAugment = true,
			Link = "Safeguard Switch",
			MaxRank = 3,
			Name = "Safeguard Switch",
			Polarity = "Zenurik",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Loki" 
		},
		Sanctuary = {
			BaseDrain = 6,
			Description = "Creates a shield with 600 Health around the player when they are reviving fallen allies.",
			Image = "Sanctuary 19.6.3.png",
			InternalName = "/Lotus/Types/Sentinels/SentinelPrecepts/Sanctuary",
			Introduced = "8",
			CodexSecret = false,
			Link = "Sanctuary (Mod)",
			MaxRank = 10,
			Name = "Sanctuary",
			Polarity = "Vazarin",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Robotic" 
		},
		["Sapping Reach"] = {
			BaseDrain = 6,
			Conclave = true,
			Description = "Pull Augment: Steals up to 25 Energy from the target.",
			Image = "SappingReach.png",
			InternalName = "/Lotus/Powersuits/Mag/PullPvPAugmentCard",
			Introduced = "16",
			CodexSecret = false,
			IsAbilityAugment = true,
			Link = "Sapping Reach",
			MaxRank = 3,
			Name = "Sapping Reach",
			Polarity = "Zenurik",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Mag" 
		},
		["Savage Silence"] = {
			BaseDrain = 6,
			Description = "Silence Augment: Finisher Damage is increased by 300% while Silence is active.",
			Image = "SavageSilenceMod.png",
			InternalName = "/Lotus/Powersuits/Banshee/SilenceAugmentCard",
			Introduced = "15",
			CodexSecret = false,
			IsAbilityAugment = true,
			Link = "Savage Silence",
			MaxRank = 3,
			Name = "Savage Silence",
			Polarity = "Zenurik",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Banshee" 
		},
		Savagery = {
			BaseDrain = 0,
			Description = "+120% Finisher Damage",
			Image = "SavageryModU145.png",
			InternalName = "/Lotus/Upgrades/Mods/Sentinel/Kubrow/KubrowClonedFinisherMod",
			Introduced = "14",
			CodexSecret = false,
			Link = "Savagery",
			MaxRank = 5,
			Name = "Savagery",
			Polarity = "Penjaga",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = true,
			Type = "Sunika Kubrow" 
		},
		["Savior Decoy"] = {
			BaseDrain = 6,
			Description = "Decoy Augment: If Loki takes fatal damage, Decoy absorbs the damage and swaps locations. Also increases Casting Speed of Decoy by 50%",
			Image = "SaviorDecoyMod.png",
			Incompatible = { "Deceptive Bond" },
			InternalName = "/Lotus/Powersuits/Loki/DecoyAugmentCard",
			Introduced = "19.2",
			CodexSecret = false,
			IsAbilityAugment = true,
			Link = "Savior Decoy",
			MaxRank = 3,
			Name = "Savior Decoy",
			Polarity = "Zenurik",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Loki" 
		},
		["Sawtooth Clip"] = {
			BaseDrain = 2,
			Description = "+30% <DT_SLASH>Slash",
			Image = "SawtoothClipModU145.png",
			InternalName = "/Lotus/Upgrades/Mods/Rifle/WeaponSlashDamageMod",
			Introduced = "11",
			CodexSecret = false,
			Link = "Sawtooth Clip",
			MaxRank = 5,
			Name = "Sawtooth Clip",
			Polarity = "Naramon",
			Rarity = "Common",
			Tradable = true,
			Transmutable = true,
			Type = "Rifle" 
		},
		["Saxum Carapace"] = {
			BaseDrain = 4,
			Description = "+60% Armor\r\n+90% Health",
			Image = "SaxumCarapaceMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Sets/Femur/FemurCarapaceMod",
			Introduced = "29",
			CodexSecret = false,
			Link = "Saxum Carapace",
			MaxRank = 5,
			Name = "Saxum Carapace",
			Polarity = "Vazarin",
			Rarity = "Uncommon",
			Set = "Saxum Set",
			Tradable = true,
			Transmutable = false,
			Type = "Warframe" 
		},
		["Saxum Spittle"] = {
			BaseDrain = 4,
			Description = "+90% <DT_IMPACT>Impact\r\n+60% Status Chance",
			Image = "SaxumSpittleMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Sets/Femur/FemurSpittleMod",
			Introduced = "29",
			CodexSecret = false,
			Link = "Saxum Spittle",
			MaxRank = 5,
			Name = "Saxum Spittle",
			Polarity = "Naramon",
			Rarity = "Rare",
			Set = "Saxum Set",
			Tradable = true,
			Transmutable = false,
			Type = "Pistol" 
		},
		["Saxum Thorax"] = {
			BaseDrain = 4,
			Description = "+90% <DT_IMPACT>Impact\r\n+60% Status Chance",
			Image = "SaxumThoraxMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Sets/Femur/FemurThoraxMod",
			Introduced = "29",
			CodexSecret = false,
			Link = "Saxum Thorax",
			MaxRank = 5,
			Name = "Saxum Thorax",
			Polarity = "Naramon",
			Rarity = "Common",
			Set = "Saxum Set",
			Tradable = true,
			Transmutable = false,
			Type = "Melee" 
		},
		["Scan Aquatic Lifeforms"] = {
			BaseDrain = 0,
			Description = "Reveals hotspots within 100m and applies Luminous Dye to fish within 40m.",
			Image = "ScanAquaticLifeformsMod.png",
			InternalName = "/Lotus/Types/Sentinels/SentinelPrecepts/LocateCreatures",
			Introduced = "24",
			CodexSecret = false,
			Link = "Scan Aquatic Lifeforms",
			MaxRank = 3,
			Name = "Scan Aquatic Lifeforms",
			Polarity = "Penjaga",
			Rarity = "Common",
			Tradable = true,
			Transmutable = false,
			Type = "Oxylus" 
		},
		["Scan Matter"] = {
			BaseDrain = 0,
			Description = "Resource containers within 60m are revealed on the Minimap for 8s every 30s.",
			Image = "ScanMatter.png",
			InternalName = "/Lotus/Types/Sentinels/SentinelPrecepts/LocateResources",
			Introduced = "24",
			CodexSecret = false,
			Link = "Scan Matter",
			MaxRank = 3,
			Name = "Scan Matter",
			Polarity = "Penjaga",
			Rarity = "Common",
			Tradable = true,
			Transmutable = false,
			Type = "Oxylus" 
		},
		["Scarlet Hurricane"] = {
			BaseDrain = -2,
			Conclave = true,
			Description = "Fighting form devised for Conclave.",
			Image = "ScarletHurricaneMod.png",
			InternalName = "/Lotus/Upgrades/Mods/PvPMods/Stances/PvPClawStanceOne",
			Introduced = "Specters of the Rail",
			CodexSecret = false,
			Link = "Scarlet Hurricane",
			MaxRank = 3,
			Name = "Scarlet Hurricane",
			Polarity = "Madurai",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = false,
			Type = "Claws" 
		},
		["Scattered Justice"] = {
			BaseDrain = 4,
			Description = "+200% Multishot\r\n+1 'Justice'",
			Image = "ScatteredJustice.png",
			InternalName = "/Lotus/Upgrades/Mods/Syndicate/HekMod",
			Introduced = "15",
			CodexSecret = false,
			IsWeaponAugment = true,
			Link = "Scattered Justice",
			MaxRank = 3,
			Name = "Scattered Justice",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Hek" 
		},
		["Scattering Inferno"] = {
			BaseDrain = 4,
			Description = "+60% <DT_FIRE>Heat\r\n+60% Status Chance",
			Image = "ScatteringInfernoModU145.png",
			InternalName = "/Lotus/Upgrades/Mods/Shotgun/DualStat/FireEventShotgunMod",
			Introduced = "13.8",
			CodexSecret = false,
			Link = "Scattering Inferno",
			MaxRank = 3,
			Name = "Scattering Inferno",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Shotgun" 
		},
		Scavenge = {
			BaseDrain = 0,
			Description = "+90% chance for the pet to pry open a locked locker.",
			Image = "ScavengeMod.png‎",
			InternalName = "/Lotus/Types/Friendly/Pets/KubrowPetPrecepts/KubrowThiefPrecept",
			Introduced = "14",
			CodexSecret = false,
			Link = "Scavenge",
			MaxRank = 5,
			Name = "Scavenge",
			Polarity = "Penjaga",
			Rarity = "Common",
			Tradable = true,
			Transmutable = true,
			Type = "Beast" 
		},
		Scorch = {
			BaseDrain = 4,
			Description = "+60% <DT_FIRE>Heat\r\n+60% Status Chance",
			Image = "ScorchModU145.png",
			InternalName = "/Lotus/Upgrades/Mods/Pistol/DualStat/FireEventPistolMod",
			Introduced = "13.8",
			CodexSecret = false,
			Link = "Scorch (Mod)",
			MaxRank = 3,
			Name = "Scorch",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Pistol" 
		},
		["Scourging Warheads"] = {
			BaseDrain = 4,
			Description = "51% chance for Ordnance to ignore enemy Shields",
			Image = "ScourgingWarheadsMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Railjack/Gunnery/LavanBypassShieldOrdnance",
			Introduced = "29.10",
			CodexSecret = false,
			Link = "Scourging Warheads",
			MaxRank = 5,
			Name = "Scourging Warheads",
			Polarity = "Madurai",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = false,
			Type = "Plexus" 
		},
		["Searing Leap"] = {
			BaseDrain = 0,
			Conclave = true,
			Description = "Fire FX on Bullet Jump",
			Image = "SearingLeapMod.png",
			InternalName = "/Lotus/Upgrades/Mods/PvPMods/Warframe/FireParkourPvPMod",
			Introduced = "17.5",
			CodexSecret = false,
			IsExilus = true,
			Link = "Searing Leap",
			MaxRank = 0,
			Name = "Searing Leap",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Warframe" 
		},
		["Searing Steel"] = {
			BaseDrain = 4,
			Description = "+60% <DT_FIRE>Heat\r\n+60% Status Chance",
			Image = "SearingSteel.png",
			InternalName = "/Lotus/Upgrades/Mods/Archwing/Melee/ArchwingEventFireStatusMeleeMod",
			Introduced = "15.8",
			CodexSecret = false,
			Link = "Searing Steel",
			MaxRank = 3,
			Name = "Searing Steel",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Archmelee" 
		},
		["Secondary Wind"] = {
			BaseDrain = 10,
			Conclave = true,
			Description = "On Kill: +50% Reload Speed for 4s",
			Image = "SecondaryWind.png",
			InternalName = "/Lotus/Upgrades/Mods/PvPMods/Pistol/HealthRegenonKillPistolMod",
			Introduced = "17.8",
			CodexSecret = false,
			Link = "Secondary Wind",
			MaxRank = 3,
			Name = "Secondary Wind",
			Polarity = "Vazarin",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Pistol" 
		},
		["Section Density"] = {
			BaseDrain = 10,
			Description = "+50% Turret Critical Damage",
			Image = "SectionDensityMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Railjack/Gunnery/VidarGunnerWeaponCritDamage",
			Introduced = "27.0",
			CodexSecret = false,
			Link = "Section Density",
			MaxRank = 5,
			Name = "Section Density",
			Polarity = "Madurai",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = false,
			Type = "Plexus" 
		},
		["Security Override"] = {
			BaseDrain = 2,
			Description = "Auto-hacks consoles over 2s. 30% chance to mind control basic robotic enemies and turrets in 30m for 14s after Hacking.",
			Image = "SecurityOverrideMod.png",
			InternalName = "/Lotus/Types/Friendly/Pets/MoaPets/MoaPetPrecept/MoaHackerPrecept",
			Introduced = "24",
			CodexSecret = false,
			Link = "Security Override",
			MaxRank = 5,
			Name = "Security Override",
			Polarity = "Penjaga",
			Rarity = "Common",
			Tradable = true,
			Transmutable = false,
			Type = "MOA" 
		},
		Seeker = {
			BaseDrain = 4,
			Description = "+2.1 Punch Through",
			Image = "SeekerModU145.png",
			InternalName = "/Lotus/Upgrades/Mods/Pistol/WeaponPunctureDepthMod",
			Introduced = "0",
			CodexSecret = false,
			Link = "Seeker (Mod)",
			MaxRank = 5,
			Name = "Seeker",
			Polarity = "Naramon",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = true,
			Type = "Pistol" 
		},
		["Seeker Volley"] = {
			BaseDrain = 0,
			Description = "Fires a volley of homing missiles.",
			Image = "SeekerVolleyMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Railjack/Abilities/CrewShipAttackAbilityCard",
			Introduced = "27.0",
			CodexSecret = false,
			Link = "Seeker Volley",
			MaxRank = 10,
			Name = "Seeker Volley",
			Polarity = "Universal",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = false,
			Type = "Railjack (Battle, Slot 3)" 
		},
		["Seeking Force"] = {
			BaseDrain = 6,
			Description = "+2.1 Punch Through",
			Image = "SeekingForceModU145.png",
			InternalName = "/Lotus/Upgrades/Mods/Shotgun/WeaponPunctureDepthMod",
			Introduced = "0",
			CodexSecret = false,
			Link = "Seeking Force",
			MaxRank = 5,
			Name = "Seeking Force",
			Polarity = "Naramon",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = true,
			Type = "Shotgun" 
		},
		["Seeking Fury"] = {
			BaseDrain = 6,
			Description = "+15% Reload Speed\r\n+1.2 Punch Through",
			Image = "SeekingFury2.png",
			InternalName = "/Lotus/Upgrades/Mods/Shotgun/DualStat/ReloadSpeedPunchThroughMod",
			Introduced = "16.10.1",
			CodexSecret = false,
			Link = "Seeking Fury",
			MaxRank = 5,
			Name = "Seeking Fury",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Shotgun" 
		},
		["Seeking Shuriken"] = {
			BaseDrain = 6,
			Description = "Shuriken Augment: Hits expose weaknesses on enemies, reducing their Armor by 70% for 8s.",
			Image = "SeekingShuriken3.png",
			InternalName = "/Lotus/Powersuits/Ninja/GlaiveAugmentCard",
			Introduced = "15.6",
			CodexSecret = false,
			IsAbilityAugment = true,
			Link = "Seeking Shuriken",
			MaxRank = 3,
			Name = "Seeking Shuriken",
			Polarity = "Zenurik",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Ash" 
		},
		["Seismic Palm"] = {
			BaseDrain = -2,
			Description = "Methodical strikes with reaching combos.",
			Image = "SeismicPalmMod.png",
			InternalName = "/Lotus/Weapons/Tenno/Melee/MeleeTrees/FistCmbTwoMeleeTree",
			Introduced = "13",
			CodexSecret = false,
			Link = "Seismic Palm",
			MaxRank = 3,
			Name = "Seismic Palm",
			Polarity = "Vazarin",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = true,
			Type = "Fists" 
		},
		["Seismic Wave"] = {
			BaseDrain = 6,
			Description = "+200% Melee Slam Damage",
			Image = "SeismicWaveMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Melee/WeaponMeleeSlamDamageMod",
			Introduced = "17",
			CodexSecret = false,
			Link = "Seismic Wave",
			MaxRank = 3,
			Name = "Seismic Wave",
			Polarity = "Madurai",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = true,
			Type = "Melee" 
		},
		["Self Destruct"] = {
			BaseDrain = 2,
			Description = "Explodes on death, dealing 600 <DT_EXPLOSION>Blast Damage in a 18m radius and knocking down nearby enemies.",
			Image = "SelfDestructModU145.png",
			InternalName = "/Lotus/Upgrades/Mods/Sentinel/SentinelExplosionMod",
			Introduced = "10",
			CodexSecret = false,
			Link = "Self Destruct",
			MaxRank = 5,
			Name = "Self Destruct",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = true,
			Type = "Sentinel" 
		},
		["Sense Danger"] = {
			BaseDrain = 2,
			Description = "The Kavat alerts their master of nearby enemies within 50m for 25s.",
			Image = "SenseDangerMod.png",
			InternalName = "/Lotus/Types/Friendly/Pets/CatbrowPetPrecepts/CatbrowTremorSensePrecept",
			Introduced = "Specters of the Rail",
			CodexSecret = false,
			Link = "Sense Danger",
			MaxRank = 3,
			Name = "Sense Danger",
			Polarity = "Penjaga",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = true,
			Type = "Kavat" 
		},
		["Sentient Scalpel"] = {
			BaseDrain = 6,
			Description = "+27% Turret Damage vs Sentients",
			Image = "SentientScalpelMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Railjack/Gunnery/VidarSentientKiller",
			Introduced = "27.3",
			CodexSecret = false,
			Link = "Sentient Scalpel",
			MaxRank = 5,
			Name = "Sentient Scalpel",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Plexus" 
		},
		["Sequence Burn"] = {
			BaseDrain = 4,
			Description = "+20 Beam Length\r\n+1 'Sequence'",
			Image = "SequenceBurn.png",
			InternalName = "/Lotus/Upgrades/Mods/Syndicate/SpectraMod",
			Introduced = "15",
			CodexSecret = false,
			IsWeaponAugment = true,
			Link = "Sequence Burn",
			MaxRank = 3,
			Name = "Sequence Burn",
			Polarity = "Naramon",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Spectra" 
		},
		["Serene Storm"] = {
			Description = "Stance: With his Restraint eroded, Baruuk commands the Desert Wind to deliver powerful radial strikes with his fists and feet. Each moment commanding the storm restores his Restraint.",
			Image = "SereneStormStance.png",
			InternalName = "/Lotus/Weapons/Tenno/Melee/MeleeTrees/PacifistMeleeTree",
			Introduced = "24.2",
			CodexSecret = false,
			Link = "Serene Storm (Stance)",
			MaxRank = 3,
			Name = "Serene Storm",
			Polarity = "Universal",
			Rarity = "Common",
			Tradable = false,
			Transmutable = false,
			Type = "Desert Wind" 
		},
		["Serrated Edges"] = {
			BaseDrain = 2,
			Conclave = true,
			Description = "20% of Damage converted into <DT_PUNCTURE>Puncture",
			Image = "SerratedEdgesMod.png",
			Incompatible = { "Counterweight", "Sharpened Blade" },
			InternalName = "/Lotus/Upgrades/Mods/PvPMods/Melee/DamageBiasPunctureMeleeMod",
			Introduced = "17",
			CodexSecret = false,
			Link = "Serrated Edges",
			MaxRank = 3,
			Name = "Serrated Edges",
			Polarity = "Madurai",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = false,
			Type = "Melee" 
		},
		["Serrated Rounds"] = {
			BaseDrain = 2,
			Conclave = true,
			Description = "20% of Damage converted into <DT_SLASH>Slash",
			Image = "SerratedRoundsMod.png",
			Incompatible = { "Comet Rounds", "Ripper Rounds" },
			InternalName = "/Lotus/Upgrades/Mods/PvPMods/Rifle/DamageBiasSlashRifleMod",
			Introduced = "17",
			CodexSecret = false,
			Link = "Serrated Rounds",
			MaxRank = 3,
			Name = "Serrated Rounds",
			Polarity = "Madurai",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = false,
			Type = "Rifle" 
		},
		Serration = {
			BaseDrain = 4,
			Description = "+165% Damage",
			Image = "SerrationModU145.png",
			Incompatible = { "Amalgam Serration", "Flawed Serration" },
			InternalName = "/Lotus/Upgrades/Mods/Rifle/WeaponDamageAmountMod",
			Introduced = "0",
			CodexSecret = false,
			Link = "Serration",
			MaxRank = 10,
			Name = "Serration",
			Polarity = "Madurai",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = true,
			Type = "Rifle" 
		},
		["Shadow Harvest"] = {
			BaseDrain = -2,
			Conclave = true,
			Description = "Fighting form devised for Conclave.",
			Image = "ShadowHarvestMod.png",
			InternalName = "/Lotus/Upgrades/Mods/PvPMods/Stances/PvPScytheStanceOne",
			Introduced = "Specters of the Rail",
			CodexSecret = false,
			Link = "Shadow Harvest",
			MaxRank = 3,
			Name = "Shadow Harvest",
			Polarity = "Naramon",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = false,
			Type = "Scythes" 
		},
		["Sharpened Blade"] = {
			BaseDrain = 2,
			Conclave = true,
			Description = "20% of Damage converted into <DT_SLASH>Slash",
			Image = "SharpenedBladeMod.png",
			Incompatible = { "Counterweight", "Serrated Edges" },
			InternalName = "/Lotus/Upgrades/Mods/PvPMods/Melee/DamageBiasSlashMeleeMod",
			Introduced = "17",
			CodexSecret = false,
			Link = "Sharpened Blade",
			MaxRank = 3,
			Name = "Sharpened Blade",
			Polarity = "Madurai",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = false,
			Type = "Melee" 
		},
		["Sharpened Bullets"] = {
			BaseDrain = 2,
			Description = "On Kill: +75% Critical Damage when Aiming for 9s",
			Image = "SharpenedBulletsMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Pistol/Event/CritDamageWhileAimingPistolMod",
			Introduced = "18.4.1",
			CodexSecret = false,
			Link = "Sharpened Bullets",
			MaxRank = 5,
			Name = "Sharpened Bullets",
			Polarity = "Madurai",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = false,
			Type = "Pistol" 
		},
		["Sharpened Claws"] = {
			BaseDrain = 2,
			Description = "A vicious attack dealing 300% damage that sunders armor by 120% and rends flesh.",
			Image = "Sharpened Claws 19.6.3.png",
			InternalName = "/Lotus/Types/Friendly/Pets/CatbrowPetPrecepts/CatbrowShredPrecept",
			Introduced = "Specters of the Rail",
			CodexSecret = false,
			Link = "Sharpened Claws",
			MaxRank = 3,
			Name = "Sharpened Claws",
			Polarity = "Madurai",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = false,
			Type = "Kavat" 
		},
		Sharpshooter = {
			BaseDrain = 2,
			Description = "On Headshot Kill: +15 Energy",
			Image = "Sharpshooter.png",
			InternalName = "/Lotus/Upgrades/Mods/Rifle/EnergyOnHeadshotRifle",
			Introduced = "23.10",
			CodexSecret = false,
			Link = "Sharpshooter",
			MaxRank = 10,
			Name = "Sharpshooter",
			Polarity = "Naramon",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Sniper" 
		},
		["Shatter Burst"] = {
			BaseDrain = 0,
			Description = "Delivers a barrage of explosions across a large area.",
			Image = "ShatterBurstMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Railjack/Abilities/CrewShipThumperAbilityCard",
			Introduced = "27.0",
			CodexSecret = false,
			Link = "Shatter Burst",
			MaxRank = 5,
			Name = "Shatter Burst",
			Polarity = "Universal",
			Rarity = "Common",
			Tradable = true,
			Transmutable = false,
			Type = "Railjack (Battle, Slot 2)" 
		},
		["Shattering Impact"] = {
			BaseDrain = 4,
			Description = "<DT_IMPACT>Impact damage reduces enemy armor by 6.",
			Image = "ShatteringImpactMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Melee/WeaponMeleeArmorShatterMod",
			Introduced = "17",
			CodexSecret = false,
			Link = "Shattering Impact",
			MaxRank = 5,
			Name = "Shattering Impact",
			Polarity = "Vazarin",
			Rarity = "Common",
			Tradable = true,
			Transmutable = true,
			Type = "Melee" 
		},
		["Shattering Justice"] = {
			BaseDrain = 4,
			Description = "+90% Status Chance\r\n+1 'Justice'",
			Image = "ShatteringJustice.png",
			InternalName = "/Lotus/Upgrades/Mods/Syndicate/SobekMod",
			Introduced = "15",
			CodexSecret = false,
			IsWeaponAugment = true,
			Link = "Shattering Justice",
			MaxRank = 3,
			Name = "Shattering Justice",
			Polarity = "Naramon",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Sobek" 
		},
		["Shattering Storm"] = {
			BaseDrain = -2,
			Description = "Methodical strikes and high impact combos.",
			Image = "ShatteringStormMod.png",
			InternalName = "/Lotus/Weapons/Tenno/Melee/MeleeTrees/HammerCmbOneMeleeTree",
			Introduced = "13",
			CodexSecret = false,
			Link = "Shattering Storm",
			MaxRank = 3,
			Name = "Shattering Storm",
			Polarity = "Vazarin",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = true,
			Type = "Hammers" 
		},
		["Shell Compression"] = {
			BaseDrain = 2,
			Description = "+90% Ammo Maximum",
			Image = "ShellCompressionModU145.png",
			Incompatible = { "Flawed Shell Compression" },
			InternalName = "/Lotus/Upgrades/Mods/Shotgun/WeaponAmmoMaxMod",
			Introduced = "0",
			CodexSecret = false,
			IsExilus = true,
			Link = "Shell Compression",
			MaxRank = 5,
			Name = "Shell Compression",
			Polarity = "Naramon",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = true,
			Type = "Shotgun" 
		},
		["Shell Rush"] = {
			BaseDrain = 4,
			Description = "+50% Charge Rate",
			Image = "ShellRush.png",
			InternalName = "/Lotus/Upgrades/Mods/Archwing/Rifle/ArchwingRifleChargeSpeedMod",
			Introduced = "17.9.2",
			CodexSecret = false,
			Link = "Shell Rush",
			MaxRank = 3,
			Name = "Shell Rush",
			Polarity = "Vazarin",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = false,
			Type = "Archgun" 
		},
		["Shell Shock"] = {
			BaseDrain = 4,
			Description = "+60% <DT_ELECTRICITY>Electricity\r\n+60% Status Chance",
			Image = "ShellShockModU145.png",
			InternalName = "/Lotus/Upgrades/Mods/Shotgun/DualStat/ElectEventShotgunMod",
			Introduced = "12.4",
			CodexSecret = false,
			Link = "Shell Shock",
			MaxRank = 3,
			Name = "Shell Shock",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Shotgun" 
		},
		Shelter = {
			BaseDrain = 6,
			Description = "Creates a shield with 600 Health around the player when they are reviving fallen allies.",
			Image = "Shelter 19.6.3.png",
			InternalName = "/Lotus/Types/Friendly/Pets/KubrowPetPrecepts/KubrowSanctuary",
			Introduced = "16.4",
			CodexSecret = false,
			Link = "Shelter",
			MaxRank = 10,
			Name = "Shelter",
			Polarity = "Vazarin",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = false,
			Type = "Beast" 
		},
		Shepherd = {
			BaseDrain = -2,
			Description = "+300 Health\r\n+180 Armor",
			Image = "ShepherdMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Aura/WarframeAuraLoyalHerdMod",
			Introduced = "25.7.6",
			CodexSecret = false,
			Link = "Shepherd",
			MaxRank = 5,
			Name = "Shepherd",
			Polarity = "Vazarin",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Aura" 
		},
		["Shield Charger"] = {
			BaseDrain = 0,
			Description = "Increases Max Shields by 60% and Shield Regeneration by 60% for 10s.",
			Image = "ShieldChargerMod.png",
			InternalName = "/Lotus/Types/Sentinels/SentinelPrecepts/Events/CorpusArena/ShieldAuraPrecept",
			Introduced = "The Index Preview",
			CodexSecret = false,
			Link = "Shield Charger",
			MaxRank = 5,
			Name = "Shield Charger",
			Polarity = "Penjaga",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Robotic" 
		},
		["Shield Disruption"] = {
			BaseDrain = -2,
			Description = "-18% Shield Capacity",
			Image = "ShieldDisruptionMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Aura/EnemyShieldReductionAuraMod",
			Introduced = "8",
			CodexSecret = false,
			Link = "Shield Disruption",
			MaxRank = 5,
			Name = "Shield Disruption",
			Polarity = "Naramon",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = false,
			Type = "Aura" 
		},
		["Shield Overload"] = {
			BaseDrain = 6,
			Conclave = true,
			Description = "Polarize Augment: Increases the time for the target's Shields to regenerate by 9s.",
			Image = "ShieldOverload.png",
			InternalName = "/Lotus/Powersuits/Mag/ShieldRegenPvPAugmentCard",
			Introduced = "16",
			CodexSecret = false,
			IsAbilityAugment = true,
			Link = "Shield Overload",
			MaxRank = 3,
			Name = "Shield Overload",
			Polarity = "Zenurik",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Mag" 
		},
		["Shield Transference"] = {
			_IgnoreEntry = true,
			BaseDrain = 6,
			Description = "Shield Polarize Augment - Mag gains 50% overshields from depleted enemy shields.",
			Image = "ShieldTransference2.png",
			Introduced = "15.6",
			CodexSecret = false,
			IsAbilityAugment = true,
			Link = "Shield Transference",
			MaxRank = 3,
			Name = "Shield Transference",
			Polarity = "Zenurik",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Mag" 
		},
		["Shield of Shadows"] = {
			BaseDrain = 6,
			Description = "Shadows of the Dead Augment: Each Shadow within 50m take 6% of the Damage done to Nekros in his stead.",
			Image = "ShieldOfShadows2.png",
			InternalName = "/Lotus/Powersuits/Necro/CloneTheDeadAugmentCard",
			Introduced = "16.4",
			CodexSecret = false,
			IsAbilityAugment = true,
			Link = "Shield of Shadows",
			MaxRank = 3,
			Name = "Shield of Shadows",
			Polarity = "Zenurik",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Nekros" 
		},
		["Shimmering Blight"] = {
			BaseDrain = -2,
			Description = "Fast spinning attacks and staggering strikes.",
			Image = "ShimmeringBlightMod.png",
			InternalName = "/Lotus/Weapons/Tenno/Melee/MeleeTrees/PolearmCmbOneMeleeTree",
			Introduced = "13",
			CodexSecret = false,
			Link = "Shimmering Blight",
			MaxRank = 3,
			Name = "Shimmering Blight",
			Polarity = "Zenurik",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = true,
			Type = "Polearms" 
		},
		["Shock Absorbers"] = {
			BaseDrain = 4,
			Description = "+20% Physical Damage Resistance",
			Image = "ShockAbsorbersModU145.png",
			InternalName = "/Lotus/Upgrades/Mods/Warframe/AvatarDamageResistanceKnockdown",
			Introduced = "9",
			CodexSecret = false,
			Link = "Shock Absorbers",
			MaxRank = 3,
			Name = "Shock Absorbers",
			Polarity = "Vazarin",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = true,
			Type = "Warframe" 
		},
		["Shock Collar"] = {
			BaseDrain = 4,
			Description = "+60% <DT_ELECTRICITY>Electricity\r\n+60% Status Chance",
			Image = "ShockCollarMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Sentinel/Kubrow/DualStat/KubrowElectEventMeleeMod",
			Introduced = "24",
			CodexSecret = false,
			Link = "Shock Collar",
			MaxRank = 3,
			Name = "Shock Collar",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Beast" 
		},
		["Shock Trooper"] = {
			BaseDrain = 6,
			Description = "Shock Augment: Hold to cast will grant all allies within 15m an additional 100% <DT_ELECTRICITY>Electricity Damage to their attacks for 40s.",
			Image = "ShockTrooperMod.png",
			InternalName = "/Lotus/Powersuits/Volt/ShockAugmentCard",
			Introduced = "15",
			CodexSecret = false,
			IsAbilityAugment = true,
			Link = "Shock Trooper",
			MaxRank = 3,
			Name = "Shock Trooper",
			Polarity = "Zenurik",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Volt" 
		},
		["Shocking Speed"] = {
			BaseDrain = 6,
			Description = "Speed Augment: Enemies touched while sprinting under the effects of Speed will take 175 <DT_ELECTRICITY>Electricity Damage with guaranteed Status effect.",
			Image = "ShockingSpeed2.png",
			InternalName = "/Lotus/Powersuits/Volt/SpeedAugmentCard",
			Introduced = "15.6",
			CodexSecret = false,
			IsAbilityAugment = true,
			Link = "Shocking Speed",
			MaxRank = 3,
			Name = "Shocking Speed",
			Polarity = "Zenurik",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Volt" 
		},
		["Shocking Touch"] = {
			BaseDrain = 6,
			Description = "+90% <DT_ELECTRICITY>Electricity",
			Image = "ShockingTouchModU145.png",
			Incompatible = { "Flawed Shocking Touch" },
			InternalName = "/Lotus/Upgrades/Mods/Melee/WeaponElectricityDamageMod",
			Introduced = "0",
			CodexSecret = false,
			Link = "Shocking Touch",
			MaxRank = 5,
			Name = "Shocking Touch",
			Polarity = "Naramon",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = true,
			Type = "Melee" 
		},
		["Shockwave Actuators"] = {
			BaseDrain = 2,
			Description = "Readies a shockwave every 10s that knocks down nearby enemies.",
			Image = "ShockwaveActuatorsMod.png",
			InternalName = "/Lotus/Types/Friendly/Pets/MoaPets/MoaPetPrecept/MoaShockwavePrecept",
			Introduced = "24",
			CodexSecret = false,
			Link = "Shockwave Actuators",
			MaxRank = 3,
			Name = "Shockwave Actuators",
			Polarity = "Penjaga",
			Rarity = "Common",
			Tradable = true,
			Transmutable = false,
			Type = "MOA" 
		},
		["Shotgun Ammo Mutation"] = {
			BaseDrain = 2,
			Description = "Converts unused ammo pickups into Shotgun ammo. Pistol/Rifle <AMMO_MUTATION> 8 and Sniper <AMMO_MUTATION> 15.",
			Image = "ShotgunAmmoMutationModU145.png",
			Incompatible = { "Primed Shotgun Ammo Mutation" },
			InternalName = "/Lotus/Upgrades/Mods/Shotgun/WeaponShotgunConvertAmmoMod",
			Introduced = "9.3",
			CodexSecret = false,
			IsExilus = true,
			Link = "Shotgun Ammo Mutation",
			MaxRank = 5,
			Name = "Shotgun Ammo Mutation",
			Polarity = "Naramon",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Shotgun" 
		},
		["Shotgun Amp"] = {
			BaseDrain = -2,
			Description = "+18% Damage",
			Image = "ShotgunAmpMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Aura/PlayerShellDamageAuraMod",
			Introduced = "The Silver Grove",
			CodexSecret = false,
			Link = "Shotgun Amp",
			MaxRank = 5,
			Name = "Shotgun Amp",
			Polarity = "Madurai",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = false,
			Type = "Aura" 
		},
		["Shotgun Savvy"] = {
			BaseDrain = 2,
			Description = "+90% Status Chance",
			Image = "ShotgunSavvyModU145.png",
			Incompatible = { "Galvanized Savvy" },
			InternalName = "/Lotus/Upgrades/Mods/Shotgun/WeaponStunChanceMod",
			Introduced = "11",
			CodexSecret = false,
			Link = "Shotgun Savvy",
			MaxRank = 5,
			Name = "Shotgun Savvy",
			Polarity = "Vazarin",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = true,
			Type = "Shotgun" 
		},
		["Shotgun Scavenger"] = {
			BaseDrain = -2,
			Description = "+150% Ammo Pickup",
			Image = "ShotgunScavengerModU145.png",
			InternalName = "/Lotus/Upgrades/Mods/Aura/PlayerShellAmmoAuraMod",
			Introduced = "5",
			CodexSecret = false,
			Link = "Shotgun Scavenger",
			MaxRank = 5,
			Name = "Shotgun Scavenger",
			Polarity = "Naramon",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = false,
			Type = "Aura" 
		},
		["Shotgun Spazz"] = {
			BaseDrain = 4,
			Description = "+90% Fire Rate",
			Image = "ShotgunSpazzModU145.png",
			Incompatible = { "Amalgam Shotgun Spazz", "Flawed Shotgun Spazz" },
			InternalName = "/Lotus/Upgrades/Mods/Shotgun/WeaponFireRateMod",
			Introduced = "0",
			CodexSecret = false,
			Link = "Shotgun Spazz",
			MaxRank = 5,
			Name = "Shotgun Spazz",
			Polarity = "Madurai",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = true,
			Type = "Shotgun" 
		},
		["Shrapnel Rounds"] = {
			BaseDrain = 10,
			Conclave = true,
			Description = "+200% Multishot\r\n-66% Damage",
			Image = "ShrapnelRounds.png",
			InternalName = "/Lotus/Upgrades/Mods/PvPMods/Pistol/MarelokMultishot",
			Introduced = "18.5",
			CodexSecret = false,
			IsWeaponAugment = true,
			Link = "Shrapnel Rounds",
			MaxRank = 0,
			Name = "Shrapnel Rounds",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Marelok" 
		},
		["Shrapnel Shot"] = {
			BaseDrain = 4,
			Description = "On Kill: +99% Critical Damage when Aiming for 9s",
			Image = "ShrapnelShotMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Shotgun/Event/CritDamageWhileAimingShotgunMod",
			Introduced = "18.4.1",
			CodexSecret = false,
			Link = "Shrapnel Shot",
			MaxRank = 5,
			Name = "Shrapnel Shot",
			Polarity = "Madurai",
			Rarity = "Common",
			Tradable = true,
			Transmutable = false,
			Type = "Shotgun" 
		},
		Shred = {
			BaseDrain = 6,
			Description = "+30% Fire Rate (x2 for Bows)\r\n+1.2 Punch Through",
			Image = "ShredNew.png",
			Incompatible = { "Primed Shred" },
			InternalName = "/Lotus/Upgrades/Mods/Rifle/DualStat/ShredMod",
			Introduced = "9.5",
			CodexSecret = false,
			Link = "Shred",
			MaxRank = 5,
			Name = "Shred",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Rifle" 
		},
		["Shred Shot"] = {
			BaseDrain = 2,
			Conclave = true,
			Description = "20% of Damage converted into <DT_PUNCTURE>Puncture",
			Image = "ShredShotMod.png",
			Incompatible = { "Crash Shot", "Flak Shot" },
			InternalName = "/Lotus/Upgrades/Mods/PvPMods/Shotgun/DamageBiasPunctureShotgunMod",
			Introduced = "17",
			CodexSecret = false,
			Link = "Shred Shot",
			MaxRank = 3,
			Name = "Shred Shot",
			Polarity = "Madurai",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = false,
			Type = "Shotgun" 
		},
		Shredder = {
			BaseDrain = 2,
			Description = "+30% <DT_SLASH>Slash",
			Image = "ShredderModU145.png",
			InternalName = "/Lotus/Upgrades/Mods/Shotgun/WeaponSlashDamageMod",
			Introduced = "11",
			CodexSecret = false,
			Link = "Shredder",
			MaxRank = 5,
			Name = "Shredder",
			Polarity = "Naramon",
			Rarity = "Common",
			Tradable = true,
			Transmutable = true,
			Type = "Shotgun" 
		},
		["Signal Flare"] = {
			BaseDrain = 6,
			Conclave = true,
			Description = "Radial Blind Augment: Blinded enemies are marked on the Minimap for 12s.",
			Image = "SignalFlare.png",
			InternalName = "/Lotus/Powersuits/Excalibur/RadialBlindPvPAugmentCard",
			Introduced = "16",
			CodexSecret = false,
			IsAbilityAugment = true,
			Link = "Signal Flare",
			MaxRank = 3,
			Name = "Signal Flare",
			Polarity = "Zenurik",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Excalibur" 
		},
		["Silent Battery"] = {
			BaseDrain = 2,
			Description = "Reduces the chance an enemy will hear gunfire by 100%.",
			Image = "SilentBatteryMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Shotgun/Event/ProjectNightwatch/WeaponNoiseReductionMod",
			Introduced = "Lunaro",
			CodexSecret = false,
			IsExilus = true,
			Link = "Silent Battery",
			MaxRank = 3,
			Name = "Silent Battery",
			Polarity = "Naramon",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = false,
			Type = "Shotgun" 
		},
		Singularity = {
			BaseDrain = 6,
			Conclave = true,
			Description = "Absorb Augment: Create a ring every 3s that drags in enemies at 15m/s.",
			Image = "Singularity.png",
			Incompatible = { "Assimilate" },
			InternalName = "/Lotus/Powersuits/Jade/SelfBulletAttractorPvPAugmentCard",
			Introduced = "16.4",
			CodexSecret = false,
			IsAbilityAugment = true,
			Link = "Singularity",
			MaxRank = 3,
			Name = "Singularity",
			Polarity = "Zenurik",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Nyx" 
		},
		["Sinister Reach"] = {
			BaseDrain = 2,
			Description = "+12 Beam Length",
			Image = "SinisterReach.png",
			InternalName = "/Lotus/Upgrades/Mods/Rifle/WeaponBeamDistanceMod",
			Introduced = "15",
			CodexSecret = false,
			IsExilus = true,
			Link = "Sinister Reach",
			MaxRank = 3,
			Name = "Sinister Reach",
			Polarity = "Naramon",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = true,
			Type = "Primary" 
		},
		["Sinking Talon"] = {
			BaseDrain = -2,
			Description = "Strong, focused attacks with multi-hit spins.",
			Image = "SinkingTalonMod.png",
			InternalName = "/Lotus/Weapons/Tenno/Melee/MeleeTrees/DualDaggerCmbOneMeleeTree",
			Introduced = "13",
			CodexSecret = false,
			Link = "Sinking Talon",
			MaxRank = 3,
			Name = "Sinking Talon",
			Polarity = "Zenurik",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = true,
			Type = "Dual Daggers" 
		},
		["Skull Shots"] = {
			BaseDrain = 10,
			Conclave = true,
			Description = "On Headshot: +100% Ammo Efficiency for 2s",
			Image = "SkullShots.png",
			InternalName = "/Lotus/Upgrades/Mods/PvPMods/Pistol/ViperUnlimitedAmmo",
			Introduced = "18.5",
			CodexSecret = false,
			IsWeaponAugment = true,
			Link = "Skull Shots",
			MaxRank = 3,
			Name = "Skull Shots",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Viper" 
		},
		["Slay Board"] = {
			BaseDrain = 4,
			Description = "Board is launched, dealing 400 Damage while slicing enemies.",
			Image = "SlayBoard.png",
			InternalName = "/Lotus/Upgrades/Mods/Hoverboard/HBSlayBoardMod",
			Introduced = "24",
			CodexSecret = false,
			Link = "Slay Board",
			MaxRank = 3,
			Name = "Slay Board",
			Polarity = "Madurai",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = false,
			Type = "K-Drive" 
		},
		["Slicing Feathers"] = {
			BaseDrain = -2,
			Description = "Twirling, acrobatic slashes with a refined touch.",
			Image = "SlicingFeathersMod.png",
			InternalName = "/Lotus/Weapons/Tenno/Melee/MeleeTrees/WarfanCmbOneMeleeTree",
			Introduced = "22.8",
			CodexSecret = false,
			Link = "Slicing Feathers",
			MaxRank = 3,
			Name = "Slicing Feathers",
			Polarity = "Naramon",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Warfans" 
		},
		["Slip Magazine"] = {
			BaseDrain = 4,
			Description = "+30% Magazine Capacity",
			Image = "SlipMagazineModU145.png",
			Incompatible = { "Primed Slip Magazine", "Flawed Slip Magazine" },
			InternalName = "/Lotus/Upgrades/Mods/Pistol/WeaponClipMaxMod",
			Introduced = "0",
			CodexSecret = false,
			Link = "Slip Magazine",
			MaxRank = 5,
			Name = "Slip Magazine",
			Polarity = "Naramon",
			Rarity = "Common",
			Tradable = true,
			Transmutable = true,
			Type = "Pistol" 
		},
		["Sly Devolution"] = {
			BaseDrain = 0,
			Description = "Devolves into its larval form upon death, increasing its Master's Evasion by 20% for 8s when they kill an enemy. Respawns into its true form after 30s.",
			Image = "SlyDevolutionMod.png",
			InternalName = "/Lotus/Types/Friendly/Pets/CreaturePets/CreaturePrecepts/VulpineInfestedCatbrowRespawn",
			Introduced = "29",
			CodexSecret = false,
			Link = "Sly Devolution",
			MaxRank = 3,
			Name = "Sly Devolution",
			Polarity = "Penjaga",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Sly Vulpaphyla" 
		},
		["Smite Corpus"] = {
			BaseDrain = 4,
			Description = "+30% Damage to Corpus",
			Image = "SmiteCorpusModU145.png",
			Incompatible = { "Primed Smite Corpus" },
			InternalName = "/Lotus/Upgrades/Mods/Melee/WeaponMeleeFactionDamageCorpus",
			Introduced = "9",
			CodexSecret = false,
			Link = "Smite Corpus",
			MaxRank = 5,
			Name = "Smite Corpus",
			Polarity = "Madurai",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = true,
			Type = "Melee" 
		},
		["Smite Corrupted"] = {
			BaseDrain = 4,
			Description = "+30% Damage to Corrupted",
			Image = "SmiteCorruptedMod.png",
			Incompatible = { "Primed Smite Corrupted" },
			InternalName = "/Lotus/Upgrades/Mods/Melee/WeaponMeleeFactionDamageCorrupted",
			Introduced = "21",
			CodexSecret = false,
			Link = "Smite Corrupted",
			MaxRank = 5,
			Name = "Smite Corrupted",
			Polarity = "Madurai",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = true,
			Type = "Melee" 
		},
		["Smite Grineer"] = {
			BaseDrain = 4,
			Description = "+30% Damage to Grineer",
			Image = "SmiteGrineerModU145.png",
			Incompatible = { "Primed Smite Grineer", "Flawed Smite Grineer" },
			InternalName = "/Lotus/Upgrades/Mods/Melee/WeaponMeleeFactionDamageGrineer",
			Introduced = "9",
			CodexSecret = false,
			Link = "Smite Grineer",
			MaxRank = 5,
			Name = "Smite Grineer",
			Polarity = "Madurai",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = true,
			Type = "Melee" 
		},
		["Smite Infested"] = {
			BaseDrain = 4,
			Description = "+30% Damage to Infested",
			Image = "SmiteInfestedModU145.png",
			Incompatible = { "Primed Smite Infested" },
			InternalName = "/Lotus/Upgrades/Mods/Melee/WeaponMeleeFactionDamageInfested",
			Introduced = "9",
			CodexSecret = false,
			Link = "Smite Infested",
			MaxRank = 5,
			Name = "Smite Infested",
			Polarity = "Madurai",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = true,
			Type = "Melee" 
		},
		["Smite Infusion"] = {
			BaseDrain = 6,
			Description = "Smite Augment: Hold to cast will grant all allies within 15m an additional 100% <DT_RADIATION>Radiation Damage to their attacks for 40s.",
			Image = "SmiteInfusionMod.png",
			InternalName = "/Lotus/Powersuits/Paladin/SmiteAugmentCard",
			Introduced = "15",
			CodexSecret = false,
			IsAbilityAugment = true,
			Link = "Smite Infusion",
			MaxRank = 3,
			Name = "Smite Infusion",
			Polarity = "Zenurik",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Oberon" 
		},
		["Smoke Shadow"] = {
			BaseDrain = 6,
			Description = "Smoke Screen Augment: Conceals allies within 15m for 8s and grants 150% Critical Chance while invisible.",
			Image = "SmokeShadowMod.png",
			InternalName = "/Lotus/Powersuits/Ninja/SmokeScreenAugmentCard",
			Introduced = "15",
			CodexSecret = false,
			IsAbilityAugment = true,
			Link = "Smoke Shadow",
			MaxRank = 3,
			Name = "Smoke Shadow",
			Polarity = "Zenurik",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Ash" 
		},
		["Snap Shot"] = {
			BaseDrain = 2,
			Conclave = true,
			Description = "+20% Movement Speed when Aiming",
			Image = "SnapShot.png",
			InternalName = "/Lotus/Upgrades/Mods/PvPMods/Shotgun/FasterMovementWhileAimingShotgunlMod",
			Introduced = "17.2",
			CodexSecret = false,
			IsExilus = true,
			Link = "Snap Shot",
			MaxRank = 3,
			Name = "Snap Shot",
			Polarity = "Madurai",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = false,
			Type = "Shotgun" 
		},
		["Sniper Ammo Mutation"] = {
			BaseDrain = 2,
			Description = "Converts unused ammo pickups into Sniper ammo. Pistol/Rifle <AMMO_MUTATION> 8 and Shotgun <AMMO_MUTATION> 15.",
			Image = "SniperAmmoMutationModU145.png",
			Incompatible = { "Primed Sniper Ammo Mutation", "/Lotus/Weapons/Corpus/LongGuns/CrpSentAmlgSniper/CrpSentAmlgSniperConvertAmmoMod" },
			InternalName = "/Lotus/Upgrades/Mods/Rifle/WeaponSnipersConvertAmmoMod",
			Introduced = "9.3",
			CodexSecret = false,
			IsExilus = true,
			Link = "Sniper Ammo Mutation",
			MaxRank = 5,
			Name = "Sniper Ammo Mutation",
			Polarity = "Naramon",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Sniper" 
		},
		["Sniper Scavenger"] = {
			BaseDrain = -2,
			Description = "+150% Ammo Pickup",
			Image = "SniperScavengerModU145.png",
			InternalName = "/Lotus/Upgrades/Mods/Aura/PlayerSniperAmmoAuraMod",
			Introduced = "5",
			CodexSecret = false,
			Link = "Sniper Scavenger",
			MaxRank = 5,
			Name = "Sniper Scavenger",
			Polarity = "Naramon",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = false,
			Type = "Aura" 
		},
		["Soaring Strike"] = {
			BaseDrain = 10,
			Conclave = true,
			Description = "+50% Fire Rate when Airborne",
			Image = "SoaringStrikeMod.png",
			InternalName = "/Lotus/Upgrades/Mods/PvPMods/Rifle/FasterChargeInAirBowMod",
			Introduced = "18",
			CodexSecret = false,
			Link = "Soaring Strike",
			MaxRank = 3,
			Name = "Soaring Strike",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Bow" 
		},
		["Soft Hands"] = {
			BaseDrain = 4,
			Conclave = true,
			Description = "+200% Holster Speed",
			Image = "SoftHands.png",
			InternalName = "/Lotus/Upgrades/Mods/PvPMods/Shotgun/HolsterSpeedBonusMod",
			Introduced = "16",
			CodexSecret = false,
			IsExilus = true,
			Link = "Soft Hands",
			MaxRank = 3,
			Name = "Soft Hands",
			Polarity = "Naramon",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = false,
			Type = "Shotgun" 
		},
		["Sonic Boost"] = {
			BaseDrain = 4,
			Description = "Every 10s, boosting will release a shockwave, stunning enemies in 4m.",
			Image = "SonicBoost.png",
			InternalName = "/Lotus/Upgrades/Mods/Hoverboard/HBSonicBoomMod",
			Introduced = "24",
			CodexSecret = false,
			Link = "Sonic Boost",
			MaxRank = 3,
			Name = "Sonic Boost",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "K-Drive" 
		},
		["Sonic Fracture"] = {
			BaseDrain = 6,
			Description = "Sonic Boom Augment: Enemy Armor is reduced by 70% for 8s.",
			Image = "SonicFractureMod.png",
			InternalName = "/Lotus/Powersuits/Banshee/PushAugmentCard",
			Introduced = "16.6",
			CodexSecret = false,
			IsAbilityAugment = true,
			Link = "Sonic Fracture",
			MaxRank = 3,
			Name = "Sonic Fracture",
			Polarity = "Zenurik",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Banshee" 
		},
		["Soul Survivor"] = {
			BaseDrain = 6,
			Description = "Soul Punch Augment: Use on a downed ally to revive him with 30% Health. Nekros' Energy will be consumed.",
			Image = "SoulSurvivor3.png",
			InternalName = "/Lotus/Powersuits/Necro/SoulPunchAugmentCard",
			Introduced = "15",
			CodexSecret = false,
			IsAbilityAugment = true,
			Link = "Soul Survivor",
			MaxRank = 3,
			Name = "Soul Survivor",
			Polarity = "Zenurik",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Nekros" 
		},
		["Sovereign Outcast"] = {
			BaseDrain = -2,
			Description = "An outlandish style with sweeping attacks.",
			Image = "SovereignOutcastMod.png",
			InternalName = "/Lotus/Weapons/Tenno/Melee/MeleeTrees/TonfaCmbTwoMeleeTree",
			Introduced = "19.7",
			CodexSecret = false,
			Link = "Sovereign Outcast",
			MaxRank = 3,
			Name = "Sovereign Outcast",
			Polarity = "Naramon",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Tonfas" 
		},
		["Spare Parts"] = {
			BaseDrain = 2,
			Description = "+45% Rare Item Drop Chance On Death",
			Image = "SparePartsModU145.png",
			InternalName = "/Lotus/Upgrades/Mods/Sentinel/SentinelDropChanceMod",
			Introduced = "10",
			CodexSecret = false,
			Link = "Spare Parts",
			MaxRank = 5,
			Name = "Spare Parts",
			Polarity = "Naramon",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = false,
			Type = "Sentinel" 
		},
		Spectrosiphon = {
			BaseDrain = 6,
			Description = "Spectrorage Augment: Enemies that die within Spectrorage have a 50% chance to drop an Energy Orb.",
			Image = "SpectrosiphonMod.png",
			InternalName = "/Lotus/Powersuits/Glass/GlassFragmentAugmentCard",
			Introduced = "24.2.7",
			CodexSecret = false,
			IsAbilityAugment = true,
			Link = "Spectrosiphon",
			MaxRank = 3,
			Name = "Spectrosiphon",
			Polarity = "Ability",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Gara" 
		},
		["Speed Drift"] = {
			BaseDrain = 4,
			Description = "+12% Sprint Speed\r\n+15% Casting Speed",
			Image = "SpeedDriftMod.png",
			InternalName = "/Lotus/Upgrades/Mods/OrokinChallenge/OrokinChallengeModSpeed",
			Introduced = "18",
			CodexSecret = false,
			IsExilus = true,
			Link = "Speed Drift",
			MaxRank = 5,
			Name = "Speed Drift",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Warframe" 
		},
		["Speed Holster"] = {
			BaseDrain = -2,
			Description = "+120% Holster Speed",
			Image = "SpeedHolsterMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Aura/PlayerHolsterSpeedAuraMod",
			Introduced = "10",
			CodexSecret = false,
			Link = "Speed Holster",
			MaxRank = 5,
			Name = "Speed Holster",
			Polarity = "Naramon",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = false,
			Type = "Aura" 
		},
		["Speed Trigger"] = {
			BaseDrain = 4,
			Description = "+60% Fire Rate (x2 for Bows)",
			Image = "SpeedTriggerNew.png",
			Incompatible = { "Flawed Speed Trigger" },
			InternalName = "/Lotus/Upgrades/Mods/Rifle/WeaponFireRateMod",
			Introduced = "0",
			CodexSecret = false,
			Link = "Speed Trigger",
			MaxRank = 5,
			Name = "Speed Trigger",
			Polarity = "Madurai",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = true,
			Type = "Rifle" 
		},
		["Spellbound Harvest"] = {
			BaseDrain = 6,
			Description = "Spellbind Augment: Hitting at least 4 enemies with Spellbind will grant Titania 50<ENERGY>.",
			Image = "SpellboundHarvestMod.png",
			InternalName = "/Lotus/Powersuits/Fairy/FairyDustAugmentCard",
			Introduced = "27.3.14",
			CodexSecret = false,
			IsAbilityAugment = true,
			Link = "Spellbound Harvest",
			MaxRank = 3,
			Name = "Spellbound Harvest",
			Polarity = "Zenurik",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Titania" 
		},
		["Spinning Needle"] = {
			BaseDrain = -2,
			Description = "Swift stabs, twisting slashes.",
			Image = "SpinningNeedleMod.png",
			InternalName = "/Lotus/Weapons/Tenno/Melee/MeleeTrees/DualDaggerCmbThreeMeleeTree",
			Introduced = "Specters of the Rail",
			CodexSecret = false,
			Link = "Spinning Needle",
			MaxRank = 3,
			Name = "Spinning Needle",
			Polarity = "Vazarin",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = true,
			Type = "Dual Daggers" 
		},
		["Split Chamber"] = {
			BaseDrain = 4,
			Description = "+90% Multishot",
			Image = "SplitChamberModU145.png",
			Incompatible = { "Split Flights", "Galvanized Chamber" },
			InternalName = "/Lotus/Upgrades/Mods/Rifle/WeaponFireIterationsMod",
			Introduced = "0",
			CodexSecret = false,
			Link = "Split Chamber",
			MaxRank = 5,
			Name = "Split Chamber",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = true,
			Type = "Rifle" 
		},
		["Split Flights"] = {
			BaseDrain = 10,
			Description = "On Hit: +100% Multishot -180% Accuracy for 2s. Stacks up to 4x. (Non-AOE Bows)",
			Image = "SplitFlightsMod.png",
			Incompatible = { "Split Chamber", "Galvanized Chamber" },
			InternalName = "/Lotus/Upgrades/Mods/Rifle/BowMultiShotOnHitMod",
			Introduced = "25.8.2",
			CodexSecret = false,
			Link = "Split Flights",
			MaxRank = 5,
			Name = "Split Flights",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Bow" 
		},
		["Spoiled Strike"] = {
			BaseDrain = 4,
			Description = "+100% Damage\r\n-20% Attack Speed",
			Image = "SpoiledStrikeMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Melee/DualStat/CorruptedDamageSpeedMod",
			Introduced = "10.3",
			CodexSecret = false,
			Link = "Spoiled Strike",
			MaxRank = 3,
			Name = "Spoiled Strike",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Melee" 
		},
		["Spring-Loaded Blade"] = {
			BaseDrain = 4,
			Description = "On Status Effect: +1 Range for 24s. Stacks up to 2 times.",
			Image = "Spring-LoadedBladeMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Syndicate/MeleeRangeOnProcMod",
			Introduced = "22",
			CodexSecret = false,
			Link = "Spring-Loaded Blade",
			MaxRank = 5,
			Name = "Spring-Loaded Blade",
			Polarity = "Vazarin",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Melee" 
		},
		["Spring-Loaded Broadhead"] = {
			BaseDrain = 10,
			Conclave = true,
			Description = "Increase damage by +40%\r\nif the target is over 15m away.",
			Image = "SpringLoadedBroadhead.png",
			InternalName = "/Lotus/Upgrades/Mods/PvPMods/Rifle/DaikyuMoreDamageOverDistanceMod",
			Introduced = "17",
			CodexSecret = false,
			IsWeaponAugment = true,
			Link = "Spring-Loaded Broadhead",
			MaxRank = 5,
			Name = "Spring-Loaded Broadhead",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Daikyu" 
		},
		["Spring-Loaded Chamber"] = {
			BaseDrain = 2,
			Description = "On Reload: +75% Fire Rate when Aiming for 9s",
			Image = "Spring-LoadedChamberMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Rifle/Event/FireRateWhileAimingRifleMod",
			Introduced = "18.4.1",
			CodexSecret = false,
			Link = "Spring-Loaded Chamber",
			MaxRank = 5,
			Name = "Spring-Loaded Chamber",
			Polarity = "Madurai",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = false,
			Type = "Assault Rifle" 
		},
		["Sprint Boost"] = {
			BaseDrain = -2,
			Description = "+15% Sprint Speed",
			Image = "SprintBoostMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Aura/PlayerSprintAuraMod",
			Introduced = "12",
			CodexSecret = false,
			Link = "Sprint Boost",
			MaxRank = 5,
			Name = "Sprint Boost",
			Polarity = "Naramon",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = false,
			Type = "Aura" 
		},
		["Spry Sights"] = {
			BaseDrain = 2,
			Conclave = true,
			Description = "+20% Movement Speed when Aiming",
			Image = "SprySights.png",
			InternalName = "/Lotus/Upgrades/Mods/PvPMods/Pistol/FasterMovementWhileAimingPistolMod",
			Introduced = "17.2",
			CodexSecret = false,
			IsExilus = true,
			Link = "Spry Sights",
			MaxRank = 3,
			Name = "Spry Sights",
			Polarity = "Madurai",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = false,
			Type = "Pistol" 
		},
		["Squad Renew"] = {
			Description = "Heal all Railjack squad members by 75%.\r\nCooldown: 300s",
			Image = "SquadRenewMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Railjack/Tactical/CrewShipRenewAbilityCard",
			Introduced = "27.0",
			CodexSecret = false,
			Link = "Squad Renew",
			MaxRank = 5,
			Name = "Squad Renew",
			Polarity = "Universal",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Railjack (Tactical, Slot 3)" 
		},
		Stabilizer = {
			BaseDrain = 6,
			Description = "-60% Weapon Recoil",
			Image = "StabilizerModU145.png",
			InternalName = "/Lotus/Upgrades/Mods/Rifle/WeaponRecoilReductionMod",
			Introduced = "10",
			CodexSecret = false,
			IsExilus = true,
			Link = "Stabilizer",
			MaxRank = 5,
			Name = "Stabilizer",
			Polarity = "Naramon",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = true,
			Type = "Rifle" 
		},
		["Staggering Shield"] = {
			BaseDrain = 6,
			Description = "Shatter Shield Augment: Reflected bullets gain a 50% chance of staggering enemies.",
			Image = "StaggeringShield2.png",
			InternalName = "/Lotus/Powersuits/Cowgirl/RicochetArmourAugmentCard",
			Introduced = "16.8",
			CodexSecret = false,
			IsAbilityAugment = true,
			Link = "Staggering Shield",
			MaxRank = 3,
			Name = "Staggering Shield",
			Polarity = "Zenurik",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Mesa" 
		},
		Stalk = {
			BaseDrain = 0,
			Description = "The kubrow cloaks itself and its master to stalk down its prey when they are within 24m.",
			Image = "Stalk 19.6.3.png",
			InternalName = "/Lotus/Types/Friendly/Pets/KubrowPetPrecepts/KubrowCloakPrecept",
			Introduced = "14",
			CodexSecret = false,
			Link = "Stalk",
			MaxRank = 5,
			Name = "Stalk",
			Polarity = "Penjaga",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Huras Kubrow" 
		},
		["Stalking Fan"] = {
			BaseDrain = -2,
			Description = "Lunging spirals and shattering combos.",
			Image = "StalkingFanMod.png",
			InternalName = "/Lotus/Weapons/Tenno/Melee/MeleeTrees/ScytheCmbTwoMeleeTree",
			Introduced = "13",
			CodexSecret = false,
			Link = "Stalking Fan",
			MaxRank = 3,
			Name = "Stalking Fan",
			Polarity = "Zenurik",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = true,
			Type = "Scythes" 
		},
		["Stand Ground"] = {
			BaseDrain = 4,
			Conclave = true,
			Description = "Blocking reduces damage taken from enemy abilities by 60%.",
			Image = "Standground.png",
			InternalName = "/Lotus/Upgrades/Mods/PvPMods/Melee/AbilityDamageBlockMod",
			Introduced = "16.5",
			CodexSecret = false,
			Link = "Stand Ground",
			MaxRank = 5,
			Name = "Stand Ground",
			Polarity = "Vazarin",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Melee" 
		},
		["Stand United"] = {
			BaseDrain = -2,
			Description = "+25.5% Armor",
			Image = "StandUnitedMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Aura/FairyQuest/FairyQuestThornsAuraMod",
			Introduced = "The Silver Grove",
			CodexSecret = false,
			Link = "Stand United",
			MaxRank = 5,
			Name = "Stand United",
			Polarity = "Vazarin",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = false,
			Type = "Aura" 
		},
		["Star Divide"] = {
			BaseDrain = -2,
			Conclave = true,
			Description = "Fighting form devised for Conclave.",
			Image = "StarDivideMod.png",
			InternalName = "/Lotus/Upgrades/Mods/PvPMods/Stances/PvPTonfaStanceOne",
			Introduced = "Specters of the Rail",
			CodexSecret = false,
			Link = "Star Divide",
			MaxRank = 3,
			Name = "Star Divide",
			Polarity = "Madurai",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = false,
			Type = "Tonfas" 
		},
		["Stasis Field"] = {
			BaseDrain = 4,
			Description = "Creates a stasis field for 30s. While inside the field, all enemy projectiles move 90% slower and deal 60% less Damage.",
			Image = "StasisFieldMod.png",
			InternalName = "/Lotus/Types/Friendly/Pets/MoaPets/MoaPetPrecept/MoaStasisFieldPrecept",
			Introduced = "24",
			CodexSecret = false,
			Link = "Stasis Field",
			MaxRank = 5,
			Name = "Stasis Field",
			Polarity = "Penjaga",
			Rarity = "Common",
			Tradable = true,
			Transmutable = false,
			Type = "MOA" 
		},
		["Static Alacrity"] = {
			BaseDrain = 6,
			Conclave = true,
			Description = "+50% Projectile Speed\r\n-50% Blast Radius",
			Image = "StaticAlacrity.png",
			InternalName = "/Lotus/Upgrades/Mods/PvPMods/Pistol/StaticorFasterProjLessAoE",
			Introduced = "18.5",
			CodexSecret = false,
			Link = "Static Alacrity",
			MaxRank = 3,
			Name = "Static Alacrity",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Staticor" 
		},
		["Static Discharge"] = {
			BaseDrain = 2,
			Description = "Heavy Attacks electrify nearby enemies for <DT_ELECTRICITY>Electricity Damage equal to 80% of weapon damage.",
			Image = "StaticDischargeMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Melee/Event/CorpusArena/ProvaCorpusArenaMod",
			Introduced = "The Index Preview",
			CodexSecret = false,
			IsWeaponAugment = true,
			Link = "Static Discharge",
			MaxRank = 5,
			Name = "Static Discharge",
			Polarity = "Naramon",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Prova" 
		},
		["Steady Hands"] = {
			BaseDrain = 6,
			Description = "-60% Weapon Recoil",
			Image = "SteadyHandsModU145.png",
			InternalName = "/Lotus/Upgrades/Mods/Pistol/WeaponRecoilReductionMod",
			Introduced = "10",
			CodexSecret = false,
			IsExilus = true,
			Link = "Steady Hands",
			MaxRank = 5,
			Name = "Steady Hands",
			Polarity = "Naramon",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = true,
			Type = "Pistol" 
		},
		["Stealth Drift"] = {
			BaseDrain = 4,
			Description = "+18 Enemy Radar\r\n+12% Aim Glide/Wall Latch Duration",
			Image = "StealthDriftMod.png",
			InternalName = "/Lotus/Upgrades/Mods/OrokinChallenge/OrokinChallengeModStealth",
			Introduced = "18",
			CodexSecret = false,
			IsExilus = true,
			Link = "Stealth Drift",
			MaxRank = 5,
			Name = "Stealth Drift",
			Polarity = "Naramon",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Warframe" 
		},
		["Steel Charge"] = {
			BaseDrain = -4,
			Description = "+60% Melee Damage",
			Image = "SteelChargeModU145.png",
			InternalName = "/Lotus/Upgrades/Mods/Aura/PlayerMeleeAuraMod",
			Introduced = "5",
			CodexSecret = false,
			Link = "Steel Charge",
			MaxRank = 5,
			Name = "Steel Charge",
			Polarity = "Madurai",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = false,
			Type = "Aura" 
		},
		["Steel Fiber"] = {
			BaseDrain = 4,
			Description = "+110% Armor",
			Image = "SteelFiberModU145.png",
			Incompatible = { "Umbral Fiber", "Flawed Steel Fiber" },
			InternalName = "/Lotus/Upgrades/Mods/Warframe/AvatarArmourMod",
			Introduced = "0",
			CodexSecret = false,
			Link = "Steel Fiber",
			MaxRank = 10,
			Name = "Steel Fiber",
			Polarity = "Vazarin",
			Rarity = "Common",
			Tradable = true,
			Transmutable = true,
			Type = "Warframe" 
		},
		["Stinging Thorn"] = {
			BaseDrain = -2,
			Description = "Vigorous slashes with forceful stabs.",
			Image = "StingingThornMod.png",
			InternalName = "/Lotus/Weapons/Tenno/Melee/MeleeTrees/DaggerCmbThreeMeleeTree",
			Introduced = "22",
			CodexSecret = false,
			Link = "Stinging Thorn",
			MaxRank = 3,
			Name = "Stinging Thorn",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = true,
			Type = "Daggers" 
		},
		["Stinging Truth"] = {
			BaseDrain = 4,
			Description = "+40 Magazine Capacity\r\n+1 'Truth'",
			Image = "StingingTruth.png",
			InternalName = "/Lotus/Upgrades/Mods/Syndicate/ViperMod",
			Introduced = "15",
			CodexSecret = false,
			IsWeaponAugment = true,
			Link = "Stinging Truth",
			MaxRank = 3,
			Name = "Stinging Truth",
			Polarity = "Vazarin",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Viper" 
		},
		["Stockpiled Blight"] = {
			BaseDrain = 4,
			Description = "+200% Magazine Capacity\r\n+1 'Blight'",
			Image = "StockpiledBlightMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Syndicate/KunaiMod",
			Introduced = "20.4",
			CodexSecret = false,
			IsWeaponAugment = true,
			Link = "Stockpiled Blight",
			MaxRank = 3,
			Name = "Stockpiled Blight",
			Polarity = "Vazarin",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Kunai" 
		},
		Stormbringer = {
			BaseDrain = 6,
			Description = "+90% <DT_ELECTRICITY>Electricity",
			Image = "StormbringerModU145.png",
			Incompatible = { "Flawed Stormbringer" },
			InternalName = "/Lotus/Upgrades/Mods/Rifle/WeaponElectricityDamageMod",
			Introduced = "0",
			CodexSecret = false,
			Link = "Stormbringer",
			MaxRank = 5,
			Name = "Stormbringer",
			Polarity = "Naramon",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = true,
			Type = "Rifle" 
		},
		["Strafing Slide"] = {
			BaseDrain = 6,
			Conclave = true,
			Description = "-20% Recoil and Spread when Sliding",
			Image = "StrafingSlide.png",
			InternalName = "/Lotus/Upgrades/Mods/PvPMods/Pistol/MoreAccuracyLessRecoilSlidingPistolMod",
			Introduced = "17",
			CodexSecret = false,
			IsExilus = true,
			Link = "Strafing Slide",
			MaxRank = 3,
			Name = "Strafing Slide",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Pistol" 
		},
		["Strain Consume"] = {
			BaseDrain = 2,
			Description = "Dead maggots within 5m are consumed, restoring 4% Missing Health.",
			Image = "StrainConsumeMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Sets/Strain/WarframeStrainConsumeMod",
			Introduced = "24.2",
			CodexSecret = false,
			Link = "Strain Consume",
			MaxRank = 3,
			Name = "Strain Consume",
			Polarity = "Naramon",
			Rarity = "Rare",
			Set = "Strain Set",
			Tradable = true,
			Transmutable = false,
			Type = "Warframe" 
		},
		["Strain Eruption"] = {
			BaseDrain = 2,
			Description = "Maggots explode on death, dealing 4% of an enemy's current Health as <DT_CORROSIVE>Corrosive Damage to any enemy within 8m.",
			Image = "StrainEruptionMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Sets/Strain/HelminthStrainEruptionMod",
			Introduced = "24.2",
			CodexSecret = false,
			Link = "Strain Eruption",
			MaxRank = 3,
			Name = "Strain Eruption",
			Polarity = "Naramon",
			Rarity = "Rare",
			Set = "Strain Set",
			Tradable = true,
			Transmutable = false,
			Type = "Helminth Charger" 
		},
		["Strain Fever"] = {
			BaseDrain = 6,
			Description = "Helminth Charger gains +30% Damage per Cyst.",
			Image = "StrainFeverMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Sets/Strain/HelminthStrainFeverMod",
			Introduced = "24.2",
			CodexSecret = false,
			Link = "Strain Fever",
			MaxRank = 3,
			Name = "Strain Fever",
			Polarity = "Madurai",
			Rarity = "Rare",
			Set = "Strain Set",
			Tradable = true,
			Transmutable = false,
			Type = "Helminth Charger" 
		},
		["Strain Infection"] = {
			BaseDrain = 6,
			Description = "Melee Attacks gain +20% Critical Damage per Cyst.",
			Image = "StrainInfectionMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Sets/Strain/MeleeStrainInfectionMod",
			Introduced = "24.2",
			CodexSecret = false,
			Link = "Strain Infection",
			MaxRank = 3,
			Name = "Strain Infection",
			Polarity = "Madurai",
			Rarity = "Rare",
			Set = "Strain Set",
			Tradable = true,
			Transmutable = false,
			Type = "Melee" 
		},
		Streamline = {
			BaseDrain = 4,
			Description = "+30% Ability Efficiency",
			Image = "StreamlineModU145.png",
			Incompatible = { "Flawed Streamline" },
			InternalName = "/Lotus/Upgrades/Mods/Warframe/AvatarAbilityEfficiencyMod",
			Introduced = "0",
			CodexSecret = false,
			Link = "Streamline",
			MaxRank = 5,
			Name = "Streamline",
			Polarity = "Naramon",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = true,
			Type = "Warframe" 
		},
		["Streamlined Form"] = {
			BaseDrain = 2,
			Description = "+60% Holster Speed\r\n+15% Slide\r\n-15% Friction",
			Image = "StreamlinedFormMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Warframe/DualStat/HolsterSpeedSlideBoostMod",
			Introduced = "Recurring Nightmares",
			CodexSecret = false,
			IsExilus = true,
			Link = "Streamlined Form",
			MaxRank = 5,
			Name = "Streamlined Form",
			Polarity = "Naramon",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Warframe" 
		},
		Stretch = {
			BaseDrain = 4,
			Description = "+45% Ability Range",
			Image = "StretchModU145.png",
			Incompatible = { "Flawed Stretch" },
			InternalName = "/Lotus/Upgrades/Mods/Warframe/AvatarAbilityRangeMod",
			Introduced = "0",
			CodexSecret = false,
			Link = "Stretch",
			MaxRank = 5,
			Name = "Stretch",
			Polarity = "Naramon",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = true,
			Type = "Warframe" 
		},
		Striker = {
			_IgnoreEntry = true,
			BaseDrain = 0,
			Description = "Carrier will attack the first visible enemy within 10m",
			Image = "Striker 19.6.3.png",
			Introduced = "10",
			CodexSecret = false,
			Link = "Striker",
			MaxRank = 5,
			Name = "Striker",
			Polarity = "Penjaga",
			Rarity = "Common",
			Tradable = true,
			Transmutable = false,
			Type = "Carrier" 
		},
		["Stunning Speed"] = {
			BaseDrain = 6,
			Description = "+40% Reload Speed\r\n+30% Status Chance",
			Image = "StunningSpeedModU145.png",
			InternalName = "/Lotus/Upgrades/Mods/Pistol/DualStat/StunningSpeedMod",
			Introduced = "9",
			CodexSecret = false,
			Link = "Stunning Speed",
			MaxRank = 3,
			Name = "Stunning Speed",
			Polarity = "Naramon",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Pistol" 
		},
		["Sudden Impact"] = {
			BaseDrain = 4,
			Description = "+60% Status Chance",
			Image = "SuddenImpact.png",
			InternalName = "/Lotus/Upgrades/Mods/Archwing/Melee/ArchwingMeleeStatusChanceMod",
			Introduced = "15",
			CodexSecret = false,
			Link = "Sudden Impact",
			MaxRank = 5,
			Name = "Sudden Impact",
			Polarity = "Vazarin",
			Rarity = "Common",
			Tradable = true,
			Transmutable = true,
			Type = "Archmelee" 
		},
		["Sudden Justice"] = {
			BaseDrain = 10,
			Conclave = true,
			Description = "On 2 Hits within 0.2s: +30% Fire Rate for 2s",
			Image = "SuddenJusticeMod.png",
			InternalName = "/Lotus/Upgrades/Mods/PvPMods/Rifle/SybarisIncreaseRoFonHit",
			Introduced = "17.10",
			CodexSecret = false,
			Link = "Sudden Justice",
			MaxRank = 3,
			Name = "Sudden Justice",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Sybaris" 
		},
		["Sundering Strike"] = {
			BaseDrain = 2,
			Description = "+90% <DT_PUNCTURE>Puncture",
			Image = "SunderingStrikeModU145.png",
			InternalName = "/Lotus/Upgrades/Mods/Melee/WeaponArmorPiercingDamageMod",
			Introduced = "0",
			CodexSecret = false,
			Link = "Sundering Strike",
			MaxRank = 5,
			Name = "Sundering Strike",
			Polarity = "Naramon",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = true,
			Type = "Melee" 
		},
		["Sundering Weave"] = {
			BaseDrain = -2,
			Description = "Steady chopping strikes with focused damage.",
			Image = "SunderingWeaveMod.png",
			InternalName = "/Lotus/Weapons/Tenno/Melee/MeleeTrees/MacheteCmbOneMeleeTree",
			Introduced = "13",
			CodexSecret = false,
			Link = "Sundering Weave",
			MaxRank = 3,
			Name = "Sundering Weave",
			Polarity = "Zenurik",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = true,
			Type = "Machetes" 
		},
		["Superior Defenses"] = {
			BaseDrain = 4,
			Description = "+100% Shield Recharge",
			Image = "SuperiorDefenses.png",
			InternalName = "/Lotus/Upgrades/Mods/Archwing/Suit/ArchwingSuitShieldRechargeRateMod",
			Introduced = "15",
			CodexSecret = false,
			Link = "Superior Defenses",
			MaxRank = 3,
			Name = "Superior Defenses",
			Polarity = "Vazarin",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = true,
			Type = "Archwing" 
		},
		Suppress = {
			BaseDrain = 2,
			Description = "Reduces the chance an enemy will hear gunfire by 100%.",
			Image = "SuppressModU145.png",
			InternalName = "/Lotus/Upgrades/Mods/Pistol/WeaponNoiseReductionMod",
			Introduced = "10",
			CodexSecret = false,
			IsExilus = true,
			Link = "Suppress",
			MaxRank = 5,
			Name = "Suppress",
			Polarity = "Naramon",
			Rarity = "Common",
			Tradable = true,
			Transmutable = true,
			Type = "Pistol" 
		},
		["Sure Footed"] = {
			BaseDrain = 6,
			Description = "+90% Chance to Resist Knockdown",
			Image = "SureFootedModU145.png",
			Incompatible = { "Primed Sure Footed" },
			InternalName = "/Lotus/Upgrades/Mods/Warframe/AvatarKnockdownResistanceMod",
			Introduced = "9",
			CodexSecret = false,
			IsExilus = true,
			Link = "Sure Footed",
			MaxRank = 5,
			Name = "Sure Footed",
			Polarity = "Vazarin",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = true,
			Type = "Warframe" 
		},
		["Sure Shot"] = {
			BaseDrain = 2,
			Description = "+90% Status Chance",
			Image = "SureShotModU145.png",
			Incompatible = { "Galvanized Shot" },
			InternalName = "/Lotus/Upgrades/Mods/Pistol/WeaponStunChanceMod",
			Introduced = "11",
			CodexSecret = false,
			Link = "Sure Shot",
			MaxRank = 5,
			Name = "Sure Shot",
			Polarity = "Vazarin",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = true,
			Type = "Pistol" 
		},
		["Surging Dash"] = {
			BaseDrain = 6,
			Description = "Slash Dash Augment: Each enemy hit during Slash Dash further increases your Melee Counter by 8.",
			Image = "SurgingDashMod.png",
			Incompatible = { "Purging Slash" },
			InternalName = "/Lotus/Powersuits/Excalibur/SlashDashAugmentCard",
			Introduced = "15.6",
			CodexSecret = false,
			IsAbilityAugment = true,
			Link = "Surging Dash",
			MaxRank = 3,
			Name = "Surging Dash",
			Polarity = "Zenurik",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Excalibur" 
		},
		["Surplus Diverters"] = {
			BaseDrain = 10,
			Conclave = true,
			Description = "Gain +6 energy, upon replenishing shields completely after they have been deactivated.",
			Image = "SurplusDiverters.png",
			InternalName = "/Lotus/Upgrades/Mods/PvPMods/Warframe/EnergyOnFullShieldRegenMod",
			Introduced = "16.5",
			CodexSecret = false,
			Link = "Surplus Diverters",
			MaxRank = 5,
			Name = "Surplus Diverters",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Warframe" 
		},
		["Survival Instinct"] = {
			BaseDrain = 0,
			Description = "Increase their Master's Evasion by +40% until their next attack or after 8s whenever they kill an enemy. Cooldown: 5s.",
			Image = "SurvivalInstinctMod.png",
			InternalName = "/Lotus/Types/Friendly/Pets/CreaturePets/CreaturePrecepts/InfestedCatbrowEvasionBuffPrecept",
			Introduced = "29",
			CodexSecret = false,
			Link = "Survival Instinct",
			MaxRank = 3,
			Name = "Survival Instinct",
			Polarity = "Penjaga",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Sly Vulpaphyla" 
		},
		["Sweeping Serration"] = {
			BaseDrain = 6,
			Description = "+120% <DT_SLASH>Slash",
			Image = "SweepingSerrationModU145.png",
			InternalName = "/Lotus/Upgrades/Mods/Shotgun/WeaponEventSlashDamageMod",
			Introduced = "14.7",
			CodexSecret = false,
			Link = "Sweeping Serration",
			MaxRank = 5,
			Name = "Sweeping Serration",
			Polarity = "Naramon",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Shotgun" 
		},
		["Swift Deth"] = {
			_IgnoreEntry = true,
			BaseDrain = 0,
			Description = "Sentinel will attack the first visible enemy within 30m.",
			Image = "Swift Deth 19.6.3.png",
			Introduced = "8",
			CodexSecret = false,
			Link = "Swift Deth",
			MaxRank = 5,
			Name = "Swift Deth",
			Polarity = "Penjaga",
			Rarity = "Common",
			Tradable = true,
			Transmutable = false,
			Type = "Dethcube" 
		},
		["Swift Mercy"] = {
			BaseDrain = 0,
			Description = "Speed of Mercy Kills increased by 50%",
			Image = "SwiftMercy.png",
			InternalName = "/Lotus/Upgrades/Mods/DataSpike/Assassin/SwiftExecuteMod",
			Introduced = "30.5",
			CodexSecret = false,
			Link = "Swift Mercy",
			MaxRank = 0,
			Name = "Swift Mercy",
			Polarity = "Universal",
			Rarity = "Common",
			Tradable = true,
			Transmutable = true,
			Type = "Parazon" 
		},
		["Swift Momentum"] = {
			BaseDrain = -2,
			Description = "+30% Heavy Attack Wind Up Speed\r\n+6s Combo Duration",
			Image = "SwiftMomentumMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Aura/WarframeAuraWickedStrikesMod",
			Introduced = "25.7.6",
			CodexSecret = false,
			Link = "Swift Momentum",
			MaxRank = 5,
			Name = "Swift Momentum",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Aura" 
		},
		["Swing Line"] = {
			BaseDrain = 6,
			Description = "Rip Line Augment: After using Rip Line, the next 4 Rip Lines will have no Energy cost while Airborne.",
			Image = "SwingLine3.png",
			InternalName = "/Lotus/Powersuits/Berserker/GrappleAugmentCard",
			Introduced = "15.6",
			CodexSecret = false,
			IsAbilityAugment = true,
			IsExilus = true,
			Link = "Swing Line",
			MaxRank = 3,
			Name = "Swing Line",
			Polarity = "Zenurik",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Valkyr" 
		},
		Swipe = {
			BaseDrain = 2,
			Description = "Strikes 4 additional enemies and increases Attack Range by 2m.",
			Image = "SwipeMod.png",
			InternalName = "/Lotus/Types/Friendly/Pets/CatbrowPetPrecepts/CatbrowSwipePrecept",
			Introduced = "Specters of the Rail",
			CodexSecret = false,
			Link = "Swipe",
			MaxRank = 3,
			Name = "Swipe",
			Polarity = "Madurai",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = false,
			Type = "Kavat" 
		},
		["Swirling Tiger"] = {
			BaseDrain = -2,
			Description = "Fanning, multi-hit strikes.",
			Image = "SwirlingTigerMod.png",
			InternalName = "/Lotus/Weapons/Tenno/Melee/MeleeTrees/DualSwordCmbOneMeleeTree",
			Introduced = "13",
			CodexSecret = false,
			Link = "Swirling Tiger",
			MaxRank = 3,
			Name = "Swirling Tiger",
			Polarity = "Zenurik",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = true,
			Type = "Dual Swords" 
		},
		["Swooping Falcon"] = {
			BaseDrain = -2,
			Description = "Quick slashes with spinning lunges.",
			Image = "SwoopingFalconMod.png",
			InternalName = "/Lotus/Weapons/Tenno/Melee/MeleeTrees/SwordCmbTwoMeleeTree",
			Introduced = "22",
			CodexSecret = false,
			Link = "Swooping Falcon",
			MaxRank = 3,
			Name = "Swooping Falcon",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = true,
			Type = "Swords" 
		},
		["Sword Alone"] = {
			BaseDrain = 10,
			Conclave = true,
			Description = "+10% Mobility\r\n+1.3 Sprint Speed",
			Image = "SwordAlone.png",
			InternalName = "/Lotus/Upgrades/Mods/PvPMods/Melee/IncreasedMobilityEquipped",
			Introduced = "18",
			CodexSecret = false,
			Link = "Sword Alone",
			MaxRank = 3,
			Name = "Sword Alone",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Melee" 
		},
		["Synergized Prospectus"] = {
			BaseDrain = 0,
			Conclave = false,
			Description = "Fires a spark that seeks out the nearest enemy in 30m, dealing 300 <DT_ELECTRICITY>Electricity Damage in a 10m radius. The spark ricochets up to 7x, seeking out the nearest enemy in 30m.",
			Image = "SynergizedProspectusMod.png",
			Incompatible = { "Focused Prospectus", "Aerial Prospectus" },
			InternalName = "/Lotus/Types/Friendly/Pets/ZanukaPets/ZanukaPetPrecepts/ZanukaPetTeslaShotPrecept",
			Introduced = "30.5",
			CodexSecret = false,
			IsExilus = false,
			IsFlawed = false,
			Link = "Synergized Prospectus",
			MaxRank = 5,
			Name = "Synergized Prospectus",
			Polarity = "Penjaga",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Hound" 
		},
		["Synth Charge"] = {
			BaseDrain = 6,
			Description = "+200% Bonus Damage on final shot. Requires Magazine 6 or higher.",
			Image = "SynthCharge.png",
			InternalName = "/Lotus/Upgrades/Mods/Sets/Synth/PistolSynthChargeMod",
			Introduced = "24",
			CodexSecret = false,
			Link = "Synth Charge",
			MaxRank = 3,
			Name = "Synth Charge",
			Polarity = "Madurai",
			Rarity = "Rare",
			Set = "Synth Set",
			Tradable = true,
			Transmutable = false,
			Type = "Pistol" 
		},
		["Synth Deconstruct"] = {
			BaseDrain = 4,
			Description = "Enemies injured by the Companions have 25% chance to drop a Health Orb when killed.",
			Image = "SynthDeconstruct.png",
			InternalName = "/Lotus/Upgrades/Mods/Sets/Synth/SentinelSynthDeconstructMod",
			Introduced = "24",
			CodexSecret = false,
			Link = "Synth Deconstruct",
			MaxRank = 5,
			Name = "Synth Deconstruct",
			Polarity = "Madurai",
			Rarity = "Rare",
			Set = "Synth Set",
			Tradable = true,
			Transmutable = false,
			Type = "Companion" 
		},
		["Synth Fiber"] = {
			BaseDrain = 4,
			Description = "Health Orbs increase Armor for Companions by 100% for 12s.",
			Image = "SynthFiber.png",
			InternalName = "/Lotus/Upgrades/Mods/Sets/Synth/SentinelSynthFibersMod",
			Introduced = "24",
			CodexSecret = false,
			Link = "Synth Fiber",
			MaxRank = 3,
			Name = "Synth Fiber",
			Polarity = "Madurai",
			Rarity = "Rare",
			Set = "Synth Set",
			Tradable = true,
			Transmutable = false,
			Type = "Companion" 
		},
		["Synth Reflex"] = {
			BaseDrain = 4,
			Description = "+100% Holster Speed",
			Image = "SynthReflex.png",
			InternalName = "/Lotus/Upgrades/Mods/Sets/Synth/WarframeSynthReflexMod",
			Introduced = "24",
			CodexSecret = false,
			IsExilus = true,
			Link = "Synth Reflex",
			MaxRank = 3,
			Name = "Synth Reflex",
			Polarity = "Madurai",
			Rarity = "Rare",
			Set = "Synth Set",
			Tradable = true,
			Transmutable = false,
			Type = "Warframe" 
		},
		["System Reroute"] = {
			BaseDrain = 6,
			Description = "+55% Ability Efficiency",
			Image = "SystemReroute.png",
			InternalName = "/Lotus/Upgrades/Mods/Archwing/Suit/ArchwingSuitAbilityEfficiencyMod",
			Introduced = "15",
			CodexSecret = false,
			Link = "System Reroute",
			MaxRank = 10,
			Name = "System Reroute",
			Polarity = "Naramon",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = true,
			Type = "Archwing" 
		},
		["Tactical Pump"] = {
			BaseDrain = 2,
			Description = "+30% Reload Speed",
			Image = "TacticalPumpModU145.png",
			Incompatible = { "Flawed Tactical Pump", "Primed Tactical Pump" },
			InternalName = "/Lotus/Upgrades/Mods/Shotgun/WeaponReloadSpeedMod",
			Introduced = "0",
			CodexSecret = false,
			Link = "Tactical Pump",
			MaxRank = 5,
			Name = "Tactical Pump",
			Polarity = "Naramon",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = true,
			Type = "Shotgun" 
		},
		["Tactical Reload"] = {
			BaseDrain = 6,
			Conclave = true,
			Description = "+20% Magazine Reloaded/s when Holstered",
			Image = "TacticalReload.png",
			InternalName = "/Lotus/Upgrades/Mods/PvPMods/Rifle/PassiveReloadMod",
			Introduced = "16",
			CodexSecret = false,
			IsExilus = true,
			Link = "Tactical Reload",
			MaxRank = 3,
			Name = "Tactical Reload",
			Polarity = "Naramon",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Assault Rifle" 
		},
		["Tactical Retreat"] = {
			BaseDrain = 10,
			Conclave = true,
			Description = "On Low Health: +0.1 Mobility for 4s",
			Image = "TacticalRetreat.png",
			InternalName = "/Lotus/Upgrades/Mods/PvPMods/Warframe/IncreasedMobilityOnLowHealth",
			Introduced = "18",
			CodexSecret = false,
			Link = "Tactical Retreat",
			MaxRank = 3,
			Name = "Tactical Retreat",
			Polarity = "Vazarin",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Warframe" 
		},
		["Tainted Clip"] = {
			BaseDrain = 6,
			Description = "+60% Magazine Capacity\r\n-30% Reload Speed",
			Image = "TaintedClipModU145.png",
			InternalName = "/Lotus/Upgrades/Mods/Pistol/DualStat/CorruptedMaxClipReloadSpeedPistol",
			Introduced = "10.3",
			CodexSecret = false,
			Link = "Tainted Clip",
			MaxRank = 5,
			Name = "Tainted Clip",
			Polarity = "Naramon",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Pistol" 
		},
		["Tainted Hydra"] = {
			BaseDrain = -2,
			Conclave = true,
			Description = "Fighting form devised for Conclave.",
			Image = "TaintedHydraMod.png",
			InternalName = "/Lotus/Upgrades/Mods/PvPMods/Stances/PvPSwordWhipStanceOne",
			Introduced = "Specters of the Rail",
			CodexSecret = false,
			Link = "Tainted Hydra",
			MaxRank = 3,
			Name = "Tainted Hydra",
			Polarity = "Madurai",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = false,
			Type = "Blade And Whip" 
		},
		["Tainted Mag"] = {
			BaseDrain = 4,
			Description = "+66% Magazine Capacity\r\n-33% Reload Speed",
			Image = "TaintedMagModU145.png",
			InternalName = "/Lotus/Upgrades/Mods/Rifle/DualStat/CorruptedMaxClipReloadSpeedRifle",
			Introduced = "10.3",
			CodexSecret = false,
			Link = "Tainted Mag",
			MaxRank = 10,
			Name = "Tainted Mag",
			Polarity = "Naramon",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Assault Rifle" 
		},
		["Tainted Shell"] = {
			BaseDrain = 4,
			Description = "-77% Spread\r\n-55% Fire Rate",
			Image = "TaintedShellModU145.png",
			InternalName = "/Lotus/Upgrades/Mods/Shotgun/DualStat/CorruptedAccuracyFireRateShotgun",
			Introduced = "10.3",
			CodexSecret = false,
			Link = "Tainted Shell",
			MaxRank = 10,
			Name = "Tainted Shell",
			Polarity = "Vazarin",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Shotgun" 
		},
		["Target Acquired"] = {
			BaseDrain = 6,
			Description = "+60% to Headshot Multiplier",
			Image = "TargetAcquiredMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Rifle/SniperHeadshotMultiplierMod",
			Introduced = "22",
			CodexSecret = false,
			Link = "Target Acquired",
			MaxRank = 5,
			Name = "Target Acquired",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Sniper" 
		},
		["Target Cracker"] = {
			BaseDrain = 4,
			Description = "+60% Critical Damage",
			Image = "TargetCrackerModU145.png",
			Incompatible = { "Primed Target Cracker", "Flawed Target Cracker" },
			InternalName = "/Lotus/Upgrades/Mods/Pistol/WeaponCritDamageMod",
			Introduced = "0",
			CodexSecret = false,
			Link = "Target Cracker",
			MaxRank = 5,
			Name = "Target Cracker",
			Polarity = "Madurai",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = true,
			Type = "Pistol" 
		},
		["Target Fixation"] = {
			BaseDrain = 6,
			Description = "Tail Wind Augment: Each enemy hit increases Tail Wind Damage by 100%. Damage resets upon being on ground for 2s.",
			Image = "TargetFixationMod.png",
			InternalName = "/Lotus/Powersuits/Tengu/DiveBombAugmentCard",
			Introduced = "22.12",
			CodexSecret = false,
			IsAbilityAugment = true,
			Link = "Target Fixation",
			MaxRank = 3,
			Name = "Target Fixation",
			Polarity = "Zenurik",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Zephyr" 
		},
		["Targeting Receptor"] = {
			BaseDrain = 0,
			Description = "Causes the Helios Sentinel to attack targets within 10m with 3 glaives.",
			Image = "Targeting Receptor 19.6.3.png",
			InternalName = "/Lotus/Types/Sentinels/SentinelPrecepts/ThrowGlaivePrecept",
			Introduced = "12.5",
			CodexSecret = false,
			Link = "Targeting Receptor",
			MaxRank = 3,
			Name = "Targeting Receptor",
			Polarity = "Penjaga",
			Rarity = "Common",
			Tradable = true,
			Transmutable = false,
			Type = "Helios" 
		},
		["Targeting Subsystem"] = {
			BaseDrain = 2,
			Description = "On Hit: +30% Accuracy when Aiming for 9s",
			Image = "TargetingSubsystemMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Pistol/Event/AccuracyWhileAimingPistolMod",
			Introduced = "18.4.1",
			CodexSecret = false,
			IsExilus = true,
			Link = "Targeting Subsystem",
			MaxRank = 5,
			Name = "Targeting Subsystem",
			Polarity = "Madurai",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = false,
			Type = "Pistol" 
		},
		["Tear Gas"] = {
			BaseDrain = 6,
			Conclave = true,
			Description = "Smoke Screen Augment: Blinds enemies within 4m for 3s.",
			Image = "TearGas.png",
			InternalName = "/Lotus/Powersuits/Ninja/SmokeScreenPvPAugmentCard",
			Introduced = "16",
			CodexSecret = false,
			IsAbilityAugment = true,
			Link = "Tear Gas",
			MaxRank = 3,
			Name = "Tear Gas",
			Polarity = "Zenurik",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Ash" 
		},
		["Tectonic Fracture"] = {
			BaseDrain = 6,
			Description = "Tectonics Augment: Create up to 3 walls with 100% Health. Walls can no longer be turned into boulders.",
			Image = "TectonicFracture2.png",
			InternalName = "/Lotus/Powersuits/Brawler/BrawlerBarrierAugmentCard",
			Introduced = "18.4.7",
			CodexSecret = false,
			IsAbilityAugment = true,
			Link = "Tectonic Fracture",
			MaxRank = 3,
			Name = "Tectonic Fracture",
			Polarity = "Zenurik",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Atlas" 
		},
		["Teeming Virulence"] = {
			BaseDrain = 6,
			Description = "Virulence Augment: Hitting 4 enemies with Virulence grants 120% Primary Weapon Critical Chance for 15s.",
			Image = "TeemingVirulenceMod.png",
			InternalName = "/Lotus/Powersuits/Infestation/InfestRuptureAugmentCard",
			Introduced = "24.7",
			CodexSecret = false,
			IsAbilityAugment = true,
			Link = "Teeming Virulence",
			MaxRank = 3,
			Name = "Teeming Virulence",
			Polarity = "Zenurik",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Nidus" 
		},
		["Tek Assault"] = {
			BaseDrain = 6,
			Description = "Kavat has 60% chance to ignore Lethal Damage and be immune for 4s.",
			Image = "TekAssault.png",
			InternalName = "/Lotus/Upgrades/Mods/Sets/Tek/KavatTekAssaultMod",
			Introduced = "24",
			CodexSecret = false,
			Link = "Tek Assault",
			MaxRank = 3,
			Name = "Tek Assault",
			Polarity = "Madurai",
			Rarity = "Rare",
			Set = "Tek Set",
			Tradable = true,
			Transmutable = false,
			Type = "Kavat" 
		},
		["Tek Collateral"] = {
			BaseDrain = 2,
			Description = "+100% Critical Damage when inside the Marked Zone.",
			Image = "TekCollateral.png",
			InternalName = "/Lotus/Upgrades/Mods/Sets/Tek/WarframeTekCollateralMod",
			Introduced = "24",
			CodexSecret = false,
			Link = "Tek Collateral",
			MaxRank = 3,
			Name = "Tek Collateral",
			Polarity = "Madurai",
			Rarity = "Rare",
			Set = "Tek Set",
			Tradable = true,
			Transmutable = false,
			Type = "Warframe" 
		},
		["Tek Enhance"] = {
			BaseDrain = 6,
			Description = "+30% Kavat Ability Duration",
			Image = "TekEnhance.png",
			InternalName = "/Lotus/Upgrades/Mods/Sets/Tek/KavatTekEnhanceMod",
			Introduced = "24",
			CodexSecret = false,
			Link = "Tek Enhance",
			MaxRank = 5,
			Name = "Tek Enhance",
			Polarity = "Madurai",
			Rarity = "Rare",
			Set = "Tek Set",
			Tradable = true,
			Transmutable = false,
			Type = "Kavat" 
		},
		["Tek Gravity"] = {
			BaseDrain = 6,
			Description = "Slam Attacks in the Marked Zone pull all enemies within 15m.",
			Image = "TekGravity.png",
			InternalName = "/Lotus/Upgrades/Mods/Sets/Tek/MeleeTekGravityMod",
			Introduced = "24",
			CodexSecret = false,
			Link = "Tek Gravity",
			MaxRank = 3,
			Name = "Tek Gravity",
			Polarity = "Madurai",
			Rarity = "Rare",
			Set = "Tek Set",
			Tradable = true,
			Transmutable = false,
			Type = "Melee" 
		},
		["Tempered Blade"] = {
			BaseDrain = 4,
			Description = "+150% Critical Chance",
			Image = "TemperedBlade.png",
			InternalName = "/Lotus/Upgrades/Mods/Archwing/Melee/ArchwingMeleeCritChanceMod",
			Introduced = "15",
			CodexSecret = false,
			Link = "Tempered Blade",
			MaxRank = 5,
			Name = "Tempered Blade",
			Polarity = "Madurai",
			Rarity = "Common",
			Tradable = true,
			Transmutable = true,
			Type = "Archmelee" 
		},
		["Tempered Bound"] = {
			BaseDrain = 2,
			Conclave = true,
			Description = "-10% Mobility\r\n+30 Shield Capacity",
			Image = "TemperedBound.png",
			InternalName = "/Lotus/Upgrades/Mods/PvPMods/Warframe/MoreShieldLessBulletJumpMod",
			Introduced = "17.8",
			CodexSecret = false,
			IsExilus = true,
			Link = "Tempered Bound",
			MaxRank = 3,
			Name = "Tempered Bound",
			Polarity = "Naramon",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = false,
			Type = "Warframe" 
		},
		["Tempo Royale"] = {
			BaseDrain = -2,
			Description = "Sweeping strikes and twisting slashes.",
			Image = "TempoRoyaleMod.png",
			InternalName = "/Lotus/Weapons/Tenno/Melee/MeleeTrees/AxeCmbThreeMeleeTree",
			Introduced = "15.16",
			CodexSecret = false,
			Link = "Tempo Royale",
			MaxRank = 3,
			Name = "Tempo Royale",
			Polarity = "Vazarin",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = true,
			Type = "Heavy Blade" 
		},
		["Terminal Velocity"] = {
			BaseDrain = 4,
			Description = "+60% Projectile Speed",
			Image = "TerminalVelocity.png",
			InternalName = "/Lotus/Upgrades/Mods/Rifle/WeaponProjectileSpeedMod",
			Introduced = "15",
			CodexSecret = false,
			IsExilus = true,
			Link = "Terminal Velocity",
			MaxRank = 3,
			Name = "Terminal Velocity",
			Polarity = "Madurai",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = true,
			Type = "Rifle" 
		},
		["Territorial Aggression"] = {
			BaseDrain = 2,
			Description = "The Kavat marks their territory, pacifying any wild creature within 40m for 15s.",
			Image = "TerritorialAggressionMod.png",
			InternalName = "/Lotus/Types/Friendly/Pets/CatbrowPetPrecepts/CatbrowMarkTerritoryPrecept",
			Introduced = "Specters of the Rail",
			CodexSecret = false,
			Link = "Territorial Aggression",
			MaxRank = 3,
			Name = "Territorial Aggression",
			Polarity = "Penjaga",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = false,
			Type = "Kavat" 
		},
		["Tesla Bank"] = {
			BaseDrain = 6,
			Description = "Tesla Nervos Augment: While a target has a Nervos attached, any damage dealt to it will be absorbed by the Nervos and channeled into a 8m burst of <DT_ELECTRICITY> Electricity on death.",
			Image = "TeslaBankMod.png",
			InternalName = "/Lotus/Powersuits/Trapper/ZapTrapAugmentCard",
			Introduced = "26",
			CodexSecret = false,
			IsAbilityAugment = true,
			Link = "Tesla Bank",
			MaxRank = 3,
			Name = "Tesla Bank",
			Polarity = "Zenurik",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Vauban" 
		},
		Tether = {
			BaseDrain = 0,
			Description = "Ensnares enemies, increasing vulnerability to Railjack weaponry.",
			Image = "TetherMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Railjack/Abilities/CrewShipTetherAbilityCard",
			Introduced = "27.0",
			CodexSecret = false,
			Link = "Tether",
			MaxRank = 5,
			Name = "Tether",
			Polarity = "Universal",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = false,
			Type = "Railjack (Battle, Slot 2)" 
		},
		["Tether Grenades"] = {
			BaseDrain = 2,
			Description = "Grenades tether up to 5 enemies from 9m away.",
			Image = "TetherGrenadesMod.png",
			Incompatible = { "Napalm Grenades" },
			InternalName = "/Lotus/Upgrades/Mods/Rifle/Event/CorpusArena/PentaCorpusArenaMod",
			Introduced = "18.5",
			CodexSecret = false,
			IsExilus = true,
			IsWeaponAugment = true,
			Link = "Tether Grenades",
			MaxRank = 5,
			Name = "Tether Grenades",
			Polarity = "Naramon",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Penta" 
		},
		["Thermagnetic Shells"] = {
			BaseDrain = 2,
			Description = "Enemies explode on death, dealing 80 <DT_MAGNETIC>Magnetic Damage (+40% Enemy Max Health) in a 6m radius.",
			Image = "ThermagneticShellsMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Rifle/Event/CorpusArena/SupraCorpusArenaMod",
			Introduced = "The Index Preview",
			CodexSecret = false,
			IsWeaponAugment = true,
			Link = "Thermagnetic Shells",
			MaxRank = 3,
			Name = "Thermagnetic Shells",
			Polarity = "Naramon",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Detron" 
		},
		["Thermite Rounds"] = {
			BaseDrain = 4,
			Description = "+60% <DT_FIRE>Heat\r\n+60% Status Chance",
			Image = "ThermiteRoundsModU145.png",
			InternalName = "/Lotus/Upgrades/Mods/Rifle/DualStat/FireEventRifleMod",
			Introduced = "13.8",
			CodexSecret = false,
			Link = "Thermite Rounds",
			MaxRank = 3,
			Name = "Thermite Rounds",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Rifle" 
		},
		["Thief's Wit"] = {
			BaseDrain = 2,
			Description = "+42 Loot Radar",
			Image = "ThiefsWitModU145.png",
			Incompatible = { "Flawed Thief's Wit" },
			InternalName = "/Lotus/Upgrades/Mods/Warframe/AvatarLootRadarMod",
			Introduced = "0",
			CodexSecret = false,
			IsExilus = true,
			Link = "Thief's Wit",
			MaxRank = 5,
			Name = "Thief's Wit",
			Polarity = "Naramon",
			Rarity = "Common",
			Tradable = true,
			Transmutable = true,
			Type = "Warframe" 
		},
		["Thrall Pact"] = {
			BaseDrain = 6,
			Description = "Enthrall Augment - Gain +25% Primary Weapon Damage for each active Thrall.",
			Image = "ThrallPactMod.png",
			InternalName = "/Lotus/Powersuits/Revenant/RevenantMarkAugmentCard",
			Introduced = "29.5",
			CodexSecret = false,
			IsAbilityAugment = true,
			Link = "Thrall Pact",
			MaxRank = 3,
			Name = "Thrall Pact",
			Polarity = "Zenurik",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Revenant" 
		},
		["Thrash Landing"] = {
			BaseDrain = 6,
			Description = "Landing a trick releases an explosion dealing 40% Trick Score <DT_EXPLOSION>Blast Damage to enemies within 4m.",
			Image = "ThrashLanding.png",
			InternalName = "/Lotus/Upgrades/Mods/Hoverboard/HBTrickExplosionMod",
			Introduced = "24",
			CodexSecret = false,
			Link = "Thrash Landing",
			MaxRank = 3,
			Name = "Thrash Landing",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "K-Drive" 
		},
		Thumper = {
			BaseDrain = 0,
			Description = "Djinn will attack the first visible enemy within 60m.",
			Image = "Thumper 19.6.3.png",
			InternalName = "/Lotus/Types/Sentinels/SentinelPrecepts/Thumper",
			Introduced = "10",
			CodexSecret = false,
			Link = "Thumper",
			MaxRank = 5,
			Name = "Thumper",
			Polarity = "Penjaga",
			Rarity = "Common",
			Tradable = true,
			Transmutable = false,
			Type = "Djinn" 
		},
		Thunderbolt = {
			BaseDrain = 6,
			Description = "+30% Chance to Explode (Use with Caution)",
			Image = "ThunderboltMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Rifle/BowExplosionChanceMod",
			Introduced = "7.10",
			CodexSecret = false,
			Link = "Thunderbolt",
			MaxRank = 3,
			Name = "Thunderbolt",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = true,
			Type = "Bow" 
		},
		Thundermiter = {
			BaseDrain = 10,
			Conclave = true,
			Description = "+100% chance charged Projectiles explode\r\n-60% Magazine Capacity",
			Image = "Thundermiter.png",
			InternalName = "/Lotus/Upgrades/Mods/PvPMods/Rifle/ExplodingMiterBlades",
			Introduced = "18.5",
			CodexSecret = false,
			Link = "Thundermiter",
			MaxRank = 3,
			Name = "Thundermiter",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Miter" 
		},
		["Tidal Impunity"] = {
			BaseDrain = 6,
			Description = "Tidal Surge Augment: Clears Status Effects and grants 12s of Status Immunity for yourself and allies that come in contact with it. Reduces Tidal Surge's Energy cost to 15.",
			Image = "TidalImpunityMod.png",
			InternalName = "/Lotus/Powersuits/Pirate/TidalWaveAugmentCard",
			Introduced = "15.6",
			CodexSecret = false,
			IsAbilityAugment = true,
			Link = "Tidal Impunity",
			MaxRank = 3,
			Name = "Tidal Impunity",
			Polarity = "Zenurik",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Hydroid" 
		},
		["Titanic Rumbler"] = {
			BaseDrain = 6,
			Description = "Rumblers Augment: Create a single rumbler with 300% Health and 400% Damage. Reactivating will cause him to slam the floor and knockdown enemies in 15m.",
			Image = "TitanicRumblerMod.png",
			Incompatible = { "Rumbled" },
			InternalName = "/Lotus/Powersuits/Brawler/BrawlerSummonAugmentCard",
			Introduced = "18.4.7",
			CodexSecret = false,
			IsAbilityAugment = true,
			Link = "Titanic Rumbler",
			MaxRank = 3,
			Name = "Titanic Rumbler",
			Polarity = "Zenurik",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Atlas" 
		},
		["Total Eclipse"] = {
			BaseDrain = 6,
			Description = "Eclipse Augment: While active, allies within 15m benefit from Eclipse.",
			Image = "TotalEclipseMod.png",
			InternalName = "/Lotus/Powersuits/Harlequin/LightAugmentCard",
			Introduced = "15.6",
			CodexSecret = false,
			IsAbilityAugment = true,
			Link = "Total Eclipse",
			MaxRank = 3,
			Name = "Total Eclipse",
			Polarity = "Zenurik",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Mirage" 
		},
		["Toxic Barrage"] = {
			BaseDrain = 4,
			Description = "+60% <DT_POISON>Toxin\r\n+60% Status Chance",
			Image = "ToxicBarrageModU145.png",
			InternalName = "/Lotus/Upgrades/Mods/Shotgun/DualStat/PoisonEventShotgunMod",
			Introduced = "11.5",
			CodexSecret = false,
			Link = "Toxic Barrage",
			MaxRank = 3,
			Name = "Toxic Barrage",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Shotgun" 
		},
		["Toxic Blight"] = {
			BaseDrain = 4,
			Description = "+100% <DT_POISON>Toxin\r\n+1 'Blight'",
			Image = "ToxicBlight.png",
			InternalName = "/Lotus/Upgrades/Mods/Syndicate/MireMod",
			Introduced = "15",
			CodexSecret = false,
			IsWeaponAugment = true,
			Link = "Toxic Blight",
			MaxRank = 3,
			Name = "Toxic Blight",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Mire" 
		},
		["Toxic Flight"] = {
			BaseDrain = 2,
			Description = "+24.2% to Bullet Jump\r\n+24.2% Aim Glide/Wall Latch Duration\r\n+275% <DT_POISON>Toxin on Bullet Jump",
			Image = "ToxicFlightMod.png",
			Incompatible = {
				"Mobilize",
				"Patagium",
				"Battering Maneuver",
				"Piercing Step",
				"Rending Turn",
				"Firewalker",
				"Ice Spring",
				"Lightning Dash" 
			},
			InternalName = "/Lotus/Upgrades/Mods/Warframe/ToxinParkourTwoMod",
			Introduced = "17",
			CodexSecret = false,
			IsExilus = true,
			Link = "Toxic Flight",
			MaxRank = 10,
			Name = "Toxic Flight",
			Polarity = "Naramon",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = true,
			Type = "Warframe" 
		},
		["Toxic Sequence"] = {
			BaseDrain = 4,
			Description = "+200% Status Duration\r\n+1 'Sequence'",
			Image = "ToxicSequence.png",
			InternalName = "/Lotus/Upgrades/Mods/Syndicate/AcridMod",
			Introduced = "15",
			CodexSecret = false,
			IsWeaponAugment = true,
			Link = "Toxic Sequence",
			MaxRank = 3,
			Name = "Toxic Sequence",
			Polarity = "Vazarin",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Acrid" 
		},
		["Toxin Resistance"] = {
			BaseDrain = -2,
			Description = "+15% <DT_POISON>Toxin Resistance",
			Image = "ToxinResistanceMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Aura/PlayerPoisonImmunityAuraMod",
			Introduced = "21",
			CodexSecret = false,
			Link = "Toxin Resistance",
			MaxRank = 5,
			Name = "Toxin Resistance",
			Polarity = "Vazarin",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = false,
			Type = "Aura" 
		},
		["Tractor Beam"] = {
			BaseDrain = 2,
			Description = "+100% Aim Glide Duration\r\n-50% Gravity",
			Image = "TractorBeamMod.png",
			InternalName = "/Lotus/Types/Friendly/Pets/MoaPets/MoaPetPrecept/MoaTractorBeamPrecept",
			Introduced = "24",
			CodexSecret = false,
			Link = "Tractor Beam",
			MaxRank = 3,
			Name = "Tractor Beam",
			Polarity = "Penjaga",
			Rarity = "Common",
			Tradable = true,
			Transmutable = false,
			Type = "MOA" 
		},
		["Trail Blazer"] = {
			BaseDrain = 4,
			Description = "Tricks leave a trail inflicting 40 <DT_FIRE>Heat Damage to enemies.",
			Image = "TrailBlazer.png",
			InternalName = "/Lotus/Upgrades/Mods/Hoverboard/HBElementTrailMod",
			Introduced = "24",
			CodexSecret = false,
			Link = "Trail Blazer",
			MaxRank = 3,
			Name = "Trail Blazer",
			Polarity = "Vazarin",
			Rarity = "Common",
			Tradable = true,
			Transmutable = false,
			Type = "K-Drive" 
		},
		Trample = {
			BaseDrain = 0,
			Description = "The Helminth Charger rushes an enemy, dealing 160 Damage to all in its path.",
			Image = "TrampleMod.png",
			InternalName = "/Lotus/Types/Friendly/Pets/KubrowPetPrecepts/ChargerChargePrecept",
			Introduced = "20",
			CodexSecret = true,
			Link = "Trample",
			MaxRank = 5,
			Name = "Trample",
			Polarity = "Penjaga",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Helminth Charger" 
		},
		["Tranquil Cleave"] = {
			BaseDrain = -2,
			Description = "Powerful arcs with frenzied combo.",
			Image = "TranquilCleaveMod.png",
			InternalName = "/Lotus/Weapons/Tenno/Melee/MeleeTrees/KatanaCmbOneMeleeTree",
			Introduced = "13",
			CodexSecret = false,
			Link = "Tranquil Cleave",
			MaxRank = 3,
			Name = "Tranquil Cleave",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = true,
			Type = "Nikanas" 
		},
		Transfusion = {
			BaseDrain = 0,
			Description = "When its Master is bleeding out, the Vasca Kavat sacrifices 20% of its Health to raise them.",
			Image = "TransfusionMod.png",
			InternalName = "/Lotus/Types/Friendly/Pets/CatbrowPetPrecepts/CatbrowTransfusionPrecept",
			Introduced = "26",
			CodexSecret = false,
			Link = "Transfusion",
			MaxRank = 3,
			Name = "Transfusion",
			Polarity = "Penjaga",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Vasca Kavat" 
		},
		["Transient Fortitude"] = {
			BaseDrain = 6,
			Description = "+55% Ability Strength\r\n-27.5% Ability Duration",
			Image = "TransientFortitude.png",
			InternalName = "/Lotus/Upgrades/Mods/Warframe/DualStat/CorruptedPowerStrengthPowerDurationWarframe",
			Introduced = "15",
			CodexSecret = false,
			Link = "Transient Fortitude",
			MaxRank = 10,
			Name = "Transient Fortitude",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Warframe" 
		},
		["Transistor Shield"] = {
			BaseDrain = 6,
			Description = "Electric Shield Augment: Allies can pick up Electric Shield. 300% of damage absorbed will be added to Volt's Static Discharge.",
			Image = "TransistorShieldMod.png",
			Incompatible = { "Recharge Barrier" },
			InternalName = "/Lotus/Powersuits/Volt/ShieldAugmentCard",
			Introduced = "20.7",
			CodexSecret = false,
			IsAbilityAugment = true,
			Link = "Transistor Shield",
			MaxRank = 3,
			Name = "Transistor Shield",
			Polarity = "Zenurik",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Volt" 
		},
		Tribunal = {
			BaseDrain = 6,
			Description = "Condemn Augment: Other players will trigger 100% of the effects of Penance and Thurible when attacking chained enemies.",
			Image = "TribunalMod.png",
			InternalName = "/Lotus/Powersuits/Priest/PriestCondemnAugmentCard",
			Introduced = "27.3.14",
			CodexSecret = false,
			IsAbilityAugment = true,
			Link = "Tribunal",
			MaxRank = 3,
			Name = "Tribunal",
			Polarity = "Zenurik",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Harrow" 
		},
		["Trick Mag"] = {
			BaseDrain = 2,
			Description = "+90% Ammo Maximum",
			Image = "TrickMagModU145.png",
			Incompatible = { "Flawed Trick Mag" },
			InternalName = "/Lotus/Upgrades/Mods/Pistol/WeaponAmmoMaxMod",
			Introduced = "0",
			CodexSecret = false,
			IsExilus = true,
			Link = "Trick Mag",
			MaxRank = 5,
			Name = "Trick Mag",
			Polarity = "Naramon",
			Rarity = "Common",
			Tradable = true,
			Transmutable = true,
			Type = "Pistol" 
		},
		["Triple Tap"] = {
			BaseDrain = 10,
			Conclave = true,
			Description = "On 2 Hits within 0.02s: +40% Damage for 0.2s",
			Image = "TripleTapMod.png",
			InternalName = "/Lotus/Upgrades/Mods/PvPMods/Rifle/MoreDamageonMultiHitRifleMod",
			Introduced = "17.9",
			CodexSecret = false,
			Link = "Triple Tap",
			MaxRank = 3,
			Name = "Triple Tap",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Burston" 
		},
		["True Punishment"] = {
			BaseDrain = 4,
			Description = "+100% Additional Combo Count Chance\r\n-50% Combo Duration",
			Image = "TruePunishmentMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Melee/Channel/ChannelCritsMod",
			Introduced = "13",
			CodexSecret = false,
			Link = "True Punishment",
			MaxRank = 3,
			Name = "True Punishment",
			Polarity = "Zenurik",
			Rarity = "Common",
			Tradable = true,
			Transmutable = true,
			Type = "Melee" 
		},
		["True Steel"] = {
			BaseDrain = 4,
			Description = "+120% Critical Chance (x2 for Heavy Attacks)",
			Image = "TrueSteelMod.png",
			Incompatible = { "Sacrificial Steel", "Amalgam Ripkas True Steel", "Flawed True Steel" },
			InternalName = "/Lotus/Upgrades/Mods/Melee/WeaponCritChanceMod",
			Introduced = "0",
			CodexSecret = false,
			Link = "True Steel",
			MaxRank = 5,
			Name = "True Steel",
			Polarity = "Madurai",
			Rarity = "Common",
			Tradable = true,
			Transmutable = true,
			Type = "Melee" 
		},
		["Turret Velocity"] = {
			BaseDrain = 6,
			Description = "+25.3% Turret Range\r\n+55% Turret Projectile Speed",
			Image = "TurretVelocityMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Railjack/Gunnery/VidarTurretRangeAndSpeed",
			Introduced = "27.4",
			CodexSecret = false,
			Link = "Turret Velocity",
			MaxRank = 10,
			Name = "Turret Velocity",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Plexus" 
		},
		["Twirling Spire"] = {
			BaseDrain = -2,
			Description = "A mix of sweeping attacks with precise strikes.",
			Image = "TwirlingSpireMod.png",
			InternalName = "/Lotus/Weapons/Tenno/Melee/MeleeTrees/PolearmCmbThreeMeleeTree",
			Introduced = "22",
			CodexSecret = false,
			Link = "Twirling Spire",
			MaxRank = 3,
			Name = "Twirling Spire",
			Polarity = "Naramon",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = true,
			Type = "Polearms" 
		},
		Twitch = {
			BaseDrain = 4,
			Conclave = true,
			Description = "+200% Holster Speed",
			Image = "Twitch.png",
			InternalName = "/Lotus/Upgrades/Mods/PvPMods/Rifle/HolsterSpeedBonusMod",
			Introduced = "16",
			CodexSecret = false,
			IsExilus = true,
			Link = "Twitch",
			MaxRank = 3,
			Name = "Twitch",
			Polarity = "Naramon",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = false,
			Type = "Rifle" 
		},
		["Umbral Fiber"] = {
			BaseDrain = 6,
			Description = "+110% Armor\r\n+11% <DT_SENTIENT>Tau Resistance",
			Image = "UmbralFiber.png",
			Incompatible = { "Steel Fiber", "Flawed Steel Fiber" },
			InternalName = "/Lotus/Upgrades/Mods/Sets/Umbra/WarframeUmbraModB",
			Introduced = "23",
			CodexSecret = true,
			Link = "Umbral Fiber",
			MaxRank = 10,
			Name = "Umbral Fiber",
			Polarity = "Umbra",
			Rarity = "Legendary",
			Set = "Umbral Set",
			Tradable = false,
			Transmutable = false,
			Type = "Warframe" 
		},
		["Umbral Intensify"] = {
			BaseDrain = 6,
			Description = "+44% Ability Strength\r\n+11% <DT_SENTIENT>Tau Resistance",
			Image = "UmbralIntensify.png",
			Incompatible = { "Intensify", "Flawed Intensify" },
			InternalName = "/Lotus/Upgrades/Mods/Sets/Umbra/WarframeUmbraModC",
			Introduced = "23",
			CodexSecret = true,
			Link = "Umbral Intensify",
			MaxRank = 10,
			Name = "Umbral Intensify",
			Polarity = "Umbra",
			Rarity = "Legendary",
			Set = "Umbral Set",
			Tradable = false,
			Transmutable = false,
			Type = "Warframe" 
		},
		["Umbral Vitality"] = {
			BaseDrain = 6,
			Description = "+440% Health\r\n+11% <DT_SENTIENT>Tau Resistance",
			Image = "UmbralVitality.png",
			Incompatible = { "Vitality", "Flawed Vitality" },
			InternalName = "/Lotus/Upgrades/Mods/Sets/Umbra/WarframeUmbraModA",
			Introduced = "23",
			CodexSecret = true,
			Link = "Umbral Vitality",
			MaxRank = 10,
			Name = "Umbral Vitality",
			Polarity = "Umbra",
			Rarity = "Legendary",
			Set = "Umbral Set",
			Tradable = false,
			Transmutable = false,
			Type = "Warframe" 
		},
		["Undying Will"] = {
			BaseDrain = 2,
			Description = "+42% Bleedout Reduction",
			Image = "UndyingWillModU145.png",
			InternalName = "/Lotus/Upgrades/Mods/Warframe/AvatarBleedoutDelayMod",
			Introduced = "0",
			CodexSecret = false,
			Link = "Undying Will",
			MaxRank = 5,
			Name = "Undying Will",
			Polarity = "Vazarin",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = true,
			Type = "Warframe" 
		},
		Unleashed = {
			BaseDrain = 0,
			Description = "The kubrow grapples a VIP target within 60m, forcing them to the ground.",
			Image = "Unleashed 19.6.3.png",
			InternalName = "/Lotus/Types/Friendly/Pets/KubrowPetPrecepts/KubrowVipChasePrecept",
			Introduced = "14",
			CodexSecret = false,
			Link = "Unleashed",
			MaxRank = 5,
			Name = "Unleashed",
			Polarity = "Penjaga",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Sunika Kubrow" 
		},
		Untraceable = {
			BaseDrain = 0,
			Description = "Invisible for 15s after Hacking",
			Image = "UntraceableMod.png",
			InternalName = "/Lotus/Upgrades/Mods/DataSpike/Cipher/OnHackInvisMod",
			Introduced = "26",
			CodexSecret = false,
			Link = "Untraceable",
			MaxRank = 0,
			Name = "Untraceable",
			Polarity = "Universal",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = true,
			Type = "Parazon" 
		},
		Vacuum = {
			BaseDrain = 2,
			Description = "11.5m Companion Gather-Link. Detects and collects items, including mods.",
			Image = "VacuumMod.png",
			InternalName = "/Lotus/Types/Sentinels/SentinelPrecepts/UniversalVacuum",
			Introduced = "10",
			CodexSecret = false,
			Link = "Vacuum",
			MaxRank = 5,
			Name = "Vacuum",
			Polarity = "Penjaga",
			Rarity = "Common",
			Tradable = true,
			Transmutable = false,
			Type = "Robotic" 
		},
		["Vampire Leech"] = {
			BaseDrain = 6,
			Description = "Energy Vampire Augment: Excess Energy replenishes Shields by 150%.",
			Image = "VampireLeech2.png",
			InternalName = "/Lotus/Powersuits/Trinity/EnergyVampireAugmentCard",
			Introduced = "16.3",
			CodexSecret = false,
			IsAbilityAugment = true,
			Link = "Vampire Leech",
			MaxRank = 3,
			Name = "Vampire Leech",
			Polarity = "Zenurik",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Trinity" 
		},
		["Vanquished Prey"] = {
			BaseDrain = 10,
			Conclave = true,
			Description = "On Kill:-100% Shield Recharge Delay for 10s\r\n-25% from Health Orbs",
			Image = "VanquishedPreyMod.png",
			InternalName = "/Lotus/Upgrades/Mods/PvPMods/Rifle/RestoreShieldsOnKillMod",
			Introduced = "16.5",
			CodexSecret = false,
			Link = "Vanquished Prey",
			MaxRank = 3,
			Name = "Vanquished Prey",
			Polarity = "Vazarin",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Rifle" 
		},
		["Vapor Trail"] = {
			BaseDrain = 4,
			Description = "Add 10 Boost Speed. Consumes 10 Energy/s",
			Image = "VaporTrailMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Hoverboard/HBEnergyInjectionMod",
			Introduced = "29",
			CodexSecret = false,
			Link = "Vapor Trail",
			MaxRank = 10,
			Name = "Vapor Trail",
			Polarity = "Naramon",
			Rarity = "Common",
			Tradable = true,
			Transmutable = false,
			Type = "K-Drive" 
		},
		Vaporize = {
			BaseDrain = 2,
			Description = "Sentinel will deal 600 Damage to an enemy within 30m.",
			Image = "Vaporize 19.6.3.png",
			InternalName = "/Lotus/Types/Sentinels/SentinelPrecepts/Vaporize",
			Introduced = "8",
			CodexSecret = false,
			Link = "Vaporize",
			MaxRank = 5,
			Name = "Vaporize",
			Polarity = "Penjaga",
			Rarity = "Common",
			Tradable = true,
			Transmutable = false,
			Type = "Dethcube" 
		},
		["Vazarin Transmute Core"] = {
			BaseDrain = 0,
			Description = "Ensures transmuted mod is of Vazarin polarity and eliminates credit cost.",
			Image = "VazarinTransmuteCore.png",
			InternalName = "/Lotus/Upgrades/Mods/TransmuteCores/DefenseTransmuteCore",
			Introduced = "16",
			CodexSecret = false,
			Link = "Vazarin Transmute Core",
			MaxRank = 0,
			Name = "Vazarin Transmute Core",
			Polarity = "Vazarin",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Mod" 
		},
		["Veiled Archgun Riven Mod"] = {
			BaseDrain = 0,
			Class = "Riven",
			Description = "You will need to prove yourself before I reveal the beauty within this work.",
			Image = "VeiledArchgunRivenMod.png",
			Incompatible = {
				"Veiled Rifle Riven Mod",
				"Veiled Shotgun Riven Mod",
				"Veiled Pistol Riven Mod",
				"Veiled Melee Riven Mod",
				"Veiled Zaw Riven Mod",
				"Veiled Kitgun Riven Mod",
				"Veiled Archgun Riven Mod",
				"Veiled Companion Weapon Riven Mod" 
			},
			InternalName = "/Lotus/Upgrades/Mods/Randomized/LotusArchgunRandomModRare",
			Introduced = "24.8",
			CodexSecret = true,
			Link = "Riven Mods",
			MaxRank = 0,
			Name = "Veiled Archgun Riven Mod",
			Polarity = "Universal",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = true,
			Type = "Arch-Gun" 
		},
		["Veiled Companion Weapon Riven Mod"] = {
			BaseDrain = 0,
			Class = "Riven",
			Description = "You will need to prove yourself before I reveal the beauty within this work.",
			Image = "VeiledCompanionWeaponRivenMod.png",
			Incompatible = {
				"Veiled Rifle Riven Mod",
				"Veiled Shotgun Riven Mod",
				"Veiled Pistol Riven Mod",
				"Veiled Melee Riven Mod",
				"Veiled Zaw Riven Mod",
				"Veiled Kitgun Riven Mod",
				"Veiled Archgun Riven Mod",
				"Veiled Companion Weapon Riven Mod" 
			},
			InternalName = "/Lotus/Upgrades/Mods/Randomized/LotusRifleRandomModRare",
			Introduced = "25.7",
			CodexSecret = true,
			Link = "Riven Mods",
			MaxRank = 0,
			Name = "Veiled Companion Weapon Riven Mod",
			Polarity = "Universal",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = true,
			Type = "Robotic Weapon" 
		},
		["Veiled Kitgun Riven Mod"] = {
			BaseDrain = 0,
			Class = "Riven",
			Description = "You will need to prove yourself before I reveal the beauty within this work.",
			Image = "VeiledKitgunRivenMod.png",
			Incompatible = {
				"Veiled Rifle Riven Mod",
				"Veiled Shotgun Riven Mod",
				"Veiled Pistol Riven Mod",
				"Veiled Melee Riven Mod",
				"Veiled Zaw Riven Mod",
				"Veiled Kitgun Riven Mod",
				"Veiled Archgun Riven Mod",
				"Veiled Companion Weapon Riven Mod" 
			},
			InternalName = "/Lotus/Upgrades/Mods/Randomized/LotusModularPistolRandomModRare",
			Introduced = "24",
			CodexSecret = true,
			Link = "Riven Mods",
			MaxRank = 0,
			Name = "Veiled Kitgun Riven Mod",
			Polarity = "Universal",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = true,
			Type = "Rifle or Pistol" 
		},
		["Veiled Melee Riven Mod"] = {
			BaseDrain = 0,
			Class = "Riven",
			Description = "You will need to prove yourself before I reveal the beauty within this work.",
			Image = "VeiledMeleeRivenMod.png",
			Incompatible = {
				"Veiled Rifle Riven Mod",
				"Veiled Shotgun Riven Mod",
				"Veiled Pistol Riven Mod",
				"Veiled Melee Riven Mod",
				"Veiled Zaw Riven Mod",
				"Veiled Kitgun Riven Mod",
				"Veiled Archgun Riven Mod",
				"Veiled Companion Weapon Riven Mod" 
			},
			InternalName = "/Lotus/Upgrades/Mods/Randomized/PlayerMeleeWeaponRandomModRare",
			Introduced = "21",
			CodexSecret = true,
			Link = "Riven Mods",
			MaxRank = 0,
			Name = "Veiled Melee Riven Mod",
			Polarity = "Universal",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = true,
			Type = "Melee" 
		},
		["Veiled Pistol Riven Mod"] = {
			BaseDrain = 0,
			Class = "Riven",
			Description = "You will need to prove yourself before I reveal the beauty within this work.",
			Image = "VeiledPistolRivenMod.png",
			Incompatible = {
				"Veiled Rifle Riven Mod",
				"Veiled Shotgun Riven Mod",
				"Veiled Pistol Riven Mod",
				"Veiled Melee Riven Mod",
				"Veiled Zaw Riven Mod",
				"Veiled Kitgun Riven Mod",
				"Veiled Archgun Riven Mod",
				"Veiled Companion Weapon Riven Mod" 
			},
			InternalName = "/Lotus/Upgrades/Mods/Randomized/LotusPistolRandomModRare",
			Introduced = "19.5",
			CodexSecret = true,
			Link = "Riven Mods",
			MaxRank = 0,
			Name = "Veiled Pistol Riven Mod",
			Polarity = "Universal",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = true,
			Type = "Pistol" 
		},
		["Veiled Rifle Riven Mod"] = {
			BaseDrain = 0,
			Class = "Riven",
			Description = "You will need to prove yourself before I reveal the beauty within this work.",
			Image = "VeiledRifleRivenMod.png",
			Incompatible = {
				"Veiled Rifle Riven Mod",
				"Veiled Shotgun Riven Mod",
				"Veiled Pistol Riven Mod",
				"Veiled Melee Riven Mod",
				"Veiled Zaw Riven Mod",
				"Veiled Kitgun Riven Mod",
				"Veiled Archgun Riven Mod",
				"Veiled Companion Weapon Riven Mod" 
			},
			InternalName = "/Lotus/Upgrades/Mods/Randomized/LotusRifleRandomModRare",
			Introduced = "19",
			CodexSecret = true,
			Link = "Riven Mods",
			MaxRank = 0,
			Name = "Veiled Rifle Riven Mod",
			Polarity = "Universal",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = true,
			Type = "Rifle" 
		},
		["Veiled Shotgun Riven Mod"] = {
			BaseDrain = 0,
			Class = "Riven",
			Description = "You will need to prove yourself before I reveal the beauty within this work.",
			Image = "VeiledShotgunRivenMod.png",
			Incompatible = {
				"Veiled Rifle Riven Mod",
				"Veiled Shotgun Riven Mod",
				"Veiled Pistol Riven Mod",
				"Veiled Melee Riven Mod",
				"Veiled Zaw Riven Mod",
				"Veiled Kitgun Riven Mod",
				"Veiled Archgun Riven Mod",
				"Veiled Companion Weapon Riven Mod" 
			},
			InternalName = "/Lotus/Upgrades/Mods/Randomized/LotusShotgunRandomModRare",
			Introduced = "19.5",
			CodexSecret = true,
			Link = "Riven Mods",
			MaxRank = 0,
			Name = "Veiled Shotgun Riven Mod",
			Polarity = "Universal",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = true,
			Type = "Shotgun" 
		},
		["Veiled Zaw Riven Mod"] = {
			BaseDrain = 0,
			Class = "Riven",
			Description = "You will need to prove yourself before I reveal the beauty within this work.",
			Image = "VeiledZawRivenMod.png",
			Incompatible = {
				"Veiled Rifle Riven Mod",
				"Veiled Shotgun Riven Mod",
				"Veiled Pistol Riven Mod",
				"Veiled Melee Riven Mod",
				"Veiled Zaw Riven Mod",
				"Veiled Kitgun Riven Mod",
				"Veiled Archgun Riven Mod",
				"Veiled Companion Weapon Riven Mod" 
			},
			InternalName = "/Lotus/Upgrades/Mods/Randomized/LotusModularMeleeRandomModRare",
			Introduced = "21",
			CodexSecret = true,
			Link = "Riven Mods",
			MaxRank = 0,
			Name = "Veiled Zaw Riven Mod",
			Polarity = "Universal",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = true,
			Type = "Melee" 
		},
		["Venari Bodyguard"] = {
			BaseDrain = 6,
			Description = "Venari Augment: Venari dies in Khora's place. Respawn timer increased to 150s. Killing enemies decreases the timer by 4s.",
			Image = "VenariBodyguardMod.png",
			InternalName = "/Lotus/Powersuits/Khora/KhoraKavatAugmentCard",
			Introduced = "24.2.7",
			CodexSecret = false,
			IsAbilityAugment = true,
			Link = "Venari Bodyguard",
			MaxRank = 3,
			Name = "Venari Bodyguard",
			Polarity = "Ability",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Khora" 
		},
		["Venerdo Hoverdrive"] = {
			BaseDrain = 4,
			Description = "+30% K-Drive Jump Height",
			Image = "VenerdoHoverdrive.png",
			InternalName = "/Lotus/Upgrades/Mods/Hoverboard/HBJumpHeightMod",
			Introduced = "24",
			CodexSecret = false,
			Link = "Venerdo Hoverdrive",
			MaxRank = 5,
			Name = "Venerdo Hoverdrive",
			Polarity = "Madurai",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = false,
			Type = "K-Drive" 
		},
		["Vengeful Revenant"] = {
			BaseDrain = -2,
			Description = "Hate... Dread... Despair...",
			Image = "VengefulRevenantMod.png",
			InternalName = "/Lotus/Weapons/Tenno/Melee/MeleeTrees/StalkerSwordMeleeTree",
			Introduced = "18",
			CodexSecret = false,
			Link = "Vengeful Revenant",
			MaxRank = 3,
			Name = "Vengeful Revenant",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Swords" 
		},
		["Venom Dose"] = {
			BaseDrain = 6,
			Description = "Spores Augment: Hold to cast will grant all allies within 15m an additional 100% <DT_CORROSIVE>Corrosive Damage to their attacks for 40s.",
			Image = "VenomDoseMod.png",
			InternalName = "/Lotus/Powersuits/Saryn/PoisonAugmentCard",
			Introduced = "15",
			CodexSecret = false,
			IsAbilityAugment = true,
			Link = "Venom Dose",
			MaxRank = 3,
			Name = "Venom Dose",
			Polarity = "Zenurik",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Saryn" 
		},
		["Venom Teeth"] = {
			BaseDrain = 4,
			Description = "+60% <DT_POISON>Toxin\r\n+60% Status Chance",
			Image = "VenomTeethMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Sentinel/Kubrow/DualStat/KubrowPoisonEventMeleeMod",
			Introduced = "24",
			CodexSecret = false,
			Link = "Venom Teeth",
			MaxRank = 3,
			Name = "Venom Teeth",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Beast" 
		},
		["Venomous Clip"] = {
			BaseDrain = 4,
			Description = "+120% <DT_POISON>Toxin",
			Image = "VenomousClip.png",
			InternalName = "/Lotus/Upgrades/Mods/Archwing/Rifle/ArchwingWeaponToxinDamageMod",
			Introduced = "15",
			CodexSecret = false,
			Link = "Venomous Clip",
			MaxRank = 5,
			Name = "Venomous Clip",
			Polarity = "Vazarin",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = true,
			Type = "Archgun" 
		},
		["Venomous Rise"] = {
			BaseDrain = 0,
			Conclave = true,
			Description = "Poison FX on Bullet Jump",
			Image = "VenomousRiseMod.png",
			InternalName = "/Lotus/Upgrades/Mods/PvPMods/Warframe/PoisonParkourPvPMod",
			Introduced = "17.5",
			CodexSecret = false,
			IsExilus = true,
			Link = "Venomous Rise",
			MaxRank = 0,
			Name = "Venomous Rise",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Warframe" 
		},
		["Vermillion Storm"] = {
			BaseDrain = -2,
			Description = "Kicks woven between spinning slashes.",
			Image = "VermillionStormMod.png",
			InternalName = "/Lotus/Weapons/Tenno/Melee/MeleeTrees/ClawCmbTwoMeleeTree",
			Introduced = "15.11",
			CodexSecret = false,
			Link = "Vermillion Storm",
			MaxRank = 3,
			Name = "Vermillion Storm",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Claws" 
		},
		["Vexing Retaliation"] = {
			BaseDrain = 6,
			Conclave = true,
			Description = "Vex Armor Augment: Taking 150 Damage will trigger a 9m burst. Shield damage will cause a <DT_PUNCTURE>Puncture Status effect while Health damage will cause a <DT_EXPLOSION>Blast Status effect.",
			Image = "VexingRetaliation2.png",
			InternalName = "/Lotus/Powersuits/Dragon/DragonScalesAugmentCard",
			Introduced = "16.4",
			CodexSecret = false,
			IsAbilityAugment = true,
			Link = "Vexing Retaliation",
			MaxRank = 3,
			Name = "Vexing Retaliation",
			Polarity = "Zenurik",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Chroma" 
		},
		["Vicious Approach"] = {
			BaseDrain = -2,
			Conclave = true,
			Description = "Fighting form devised for Conclave.",
			Image = "ViciousApproachMod.png",
			InternalName = "/Lotus/Upgrades/Mods/PvPMods/Stances/PvPPunchKickStanceOne",
			Introduced = "Specters of the Rail",
			CodexSecret = false,
			Link = "Vicious Approach",
			MaxRank = 3,
			Name = "Vicious Approach",
			Polarity = "Naramon",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = false,
			Type = "Sparring" 
		},
		["Vicious Frost"] = {
			BaseDrain = 4,
			Description = "+60% <DT_FREEZE>Cold\r\n+60% Status Chance",
			Image = "ViciousFrostModU145.png",
			InternalName = "/Lotus/Upgrades/Mods/Melee/DualStat/IceEventMeleeMod",
			Introduced = "14.5",
			CodexSecret = false,
			Link = "Vicious Frost",
			MaxRank = 3,
			Name = "Vicious Frost",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Melee" 
		},
		["Vicious Spread"] = {
			BaseDrain = 4,
			Description = "+90% Damage\r\n+60% Spread",
			Image = "ViciousSpreadModU145.png",
			InternalName = "/Lotus/Upgrades/Mods/Shotgun/DualStat/CorruptedDamageAccuracyShotgun",
			Introduced = "10.3",
			CodexSecret = false,
			Link = "Vicious Spread",
			MaxRank = 5,
			Name = "Vicious Spread",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Shotgun" 
		},
		["Vigilante Armaments"] = {
			BaseDrain = 4,
			Description = "+60% Multishot",
			Image = "VigilanteArmamentsMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Sets/Vigilante/PrimaryVigilanteArmamentsMod",
			Introduced = "22",
			CodexSecret = false,
			Link = "Vigilante Armaments",
			MaxRank = 5,
			Name = "Vigilante Armaments",
			Polarity = "Naramon",
			Rarity = "Common",
			Set = "Vigilante Set",
			Tradable = true,
			Transmutable = false,
			Type = "Primary" 
		},
		["Vigilante Fervor"] = {
			BaseDrain = 4,
			Description = "+45% Fire Rate (x2 for Bows)",
			Image = "VigilanteFervorMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Sets/Vigilante/PrimaryVigilanteFervorMod",
			Introduced = "22",
			CodexSecret = false,
			Link = "Vigilante Fervor",
			MaxRank = 5,
			Name = "Vigilante Fervor",
			Polarity = "Madurai",
			Rarity = "Uncommon",
			Set = "Vigilante Set",
			Tradable = true,
			Transmutable = false,
			Type = "Primary" 
		},
		["Vigilante Offense"] = {
			BaseDrain = 4,
			Description = "+1.5 Punch Through",
			Image = "VigilanteOffenseMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Sets/Vigilante/PrimaryVigilanteOffenseMod",
			Introduced = "22",
			CodexSecret = false,
			Link = "Vigilante Offense",
			MaxRank = 5,
			Name = "Vigilante Offense",
			Polarity = "Naramon",
			Rarity = "Rare",
			Set = "Vigilante Set",
			Tradable = true,
			Transmutable = false,
			Type = "Primary" 
		},
		["Vigilante Pursuit"] = {
			BaseDrain = 4,
			Description = "+30 Enemy Radar",
			Image = "VigilantePursuitMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Sets/Vigilante/WarframeVigilantePursuitMod",
			Introduced = "22",
			CodexSecret = false,
			IsExilus = true,
			Link = "Vigilante Pursuit",
			MaxRank = 5,
			Name = "Vigilante Pursuit",
			Polarity = "Naramon",
			Rarity = "Uncommon",
			Set = "Vigilante Set",
			Tradable = true,
			Transmutable = false,
			Type = "Warframe" 
		},
		["Vigilante Supplies"] = {
			BaseDrain = 4,
			Description = "Converts unused Ammo Pickups into Primary Weapon Ammo. Pistol <AMMO_MUTATION> 6 and Shotgun/Sniper <AMMO_MUTATION> 12.",
			Image = "VigilanteSuppliesMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Sets/Vigilante/PrimaryVigilanteSuppliesMod",
			Introduced = "22",
			CodexSecret = false,
			IsExilus = true,
			Link = "Vigilante Supplies",
			MaxRank = 5,
			Name = "Vigilante Supplies",
			Polarity = "Naramon",
			Rarity = "Rare",
			Set = "Vigilante Set",
			Tradable = true,
			Transmutable = false,
			Type = "Primary" 
		},
		["Vigilante Vigor"] = {
			BaseDrain = 4,
			Description = "+60% Shield Recharge",
			Image = "VigilanteVigorMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Sets/Vigilante/WarframeVigilanteVigorMod",
			Introduced = "22",
			CodexSecret = false,
			Link = "Vigilante Vigor",
			MaxRank = 5,
			Name = "Vigilante Vigor",
			Polarity = "Vazarin",
			Rarity = "Common",
			Set = "Vigilante Set",
			Tradable = true,
			Transmutable = false,
			Type = "Warframe" 
		},
		Vigor = {
			BaseDrain = 6,
			Description = "+120% Shield Capacity\r\n+120% Health",
			Image = "VigorModU145.png",
			Incompatible = { "Primed Vigor" },
			InternalName = "/Lotus/Upgrades/Mods/Warframe/DualStat/VigorMod",
			Introduced = "9.5",
			CodexSecret = false,
			Link = "Vigor",
			MaxRank = 5,
			Name = "Vigor",
			Polarity = "Vazarin",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Warframe" 
		},
		["Vigorous Swap"] = {
			BaseDrain = 2,
			Description = "On Equip: +165% Damage for 3s\r\n+100% Holster Speed",
			Image = "VigorousSwap.png",
			InternalName = "/Lotus/Upgrades/Mods/Warframe/AvatarHolsterDamageMod",
			Introduced = "23.10",
			CodexSecret = false,
			Link = "Vigorous Swap",
			MaxRank = 10,
			Name = "Vigorous Swap",
			Polarity = "Naramon",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Warframe" 
		},
		["Vile Acceleration"] = {
			BaseDrain = 4,
			Description = "+90% Fire Rate (x2 for Bows)\r\n-15% Damage",
			Image = "VileAccelerationNew.png",
			InternalName = "/Lotus/Upgrades/Mods/Rifle/DualStat/CorruptedFireRateDamageRifle",
			Introduced = "15",
			CodexSecret = false,
			Link = "Vile Acceleration",
			MaxRank = 5,
			Name = "Vile Acceleration",
			Polarity = "Naramon",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Rifle" 
		},
		["Vile Precision"] = {
			BaseDrain = 4,
			Description = "-90% Weapon Recoil\r\n-36% Fire Rate (x2 for Bows)",
			Image = "VilePrecisionModU145.png",
			InternalName = "/Lotus/Upgrades/Mods/Rifle/DualStat/CorruptedRecoilFireRateRifle",
			Introduced = "10.3",
			CodexSecret = false,
			IsExilus = true,
			Link = "Vile Precision",
			MaxRank = 5,
			Name = "Vile Precision",
			Polarity = "Naramon",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Rifle" 
		},
		["Viral Quills"] = {
			BaseDrain = 0,
			Description = "Launches 6 quills at enemies within 20m, each dealing 60 <DT_VIRAL>Viral Damage with 40% Status Chance. If the target is affected by a Viral Status, a Spore is added. 4s cooldown.",
			Image = "ViralQuillsMod.png",
			InternalName = "/Lotus/Types/Friendly/Pets/CreaturePets/CreaturePrecepts/InfestedKavatViralQuillsPrecept",
			Introduced = "29",
			CodexSecret = false,
			Link = "Viral Quills",
			MaxRank = 3,
			Name = "Viral Quills",
			Polarity = "Penjaga",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Panzer Vulpaphyla" 
		},
		["Virulent Scourge"] = {
			BaseDrain = 4,
			Description = "+60% <DT_POISON>Toxin\r\n+60% Status Chance",
			Image = "VirulentScourgeModU145.png",
			InternalName = "/Lotus/Upgrades/Mods/Melee/DualStat/PoisonEventMeleeMod",
			Introduced = "11.5",
			CodexSecret = false,
			Link = "Virulent Scourge",
			MaxRank = 3,
			Name = "Virulent Scourge",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Melee" 
		},
		["Vital Sense"] = {
			BaseDrain = 2,
			Description = "+120% Critical Damage",
			Image = "VitalSenseModU145.png",
			InternalName = "/Lotus/Upgrades/Mods/Rifle/WeaponCritDamageMod",
			Introduced = "0",
			CodexSecret = false,
			Link = "Vital Sense",
			MaxRank = 5,
			Name = "Vital Sense",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = true,
			Type = "Rifle" 
		},
		["Vital Systems Bypass"] = {
			BaseDrain = 10,
			Conclave = true,
			Description = "+1 Heal Rate/s\r\n+50% Shield Recharge Delay",
			Image = "Vitalsystemsbypass.png",
			InternalName = "/Lotus/Upgrades/Mods/PvPMods/Warframe/HealthRegenLongerShieldRecharge",
			Introduced = "17.2",
			CodexSecret = false,
			Link = "Vital Systems Bypass",
			MaxRank = 3,
			Name = "Vital Systems Bypass",
			Polarity = "Naramon",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Warframe" 
		},
		Vitality = {
			BaseDrain = 2,
			Description = "+440% Health",
			Image = "VitalityModU145.png",
			Incompatible = { "Umbral Vitality", "Flawed Vitality" },
			InternalName = "/Lotus/Upgrades/Mods/Warframe/AvatarHealthMaxMod",
			Introduced = "0",
			CodexSecret = false,
			Link = "Vitality",
			MaxRank = 10,
			Name = "Vitality",
			Polarity = "Vazarin",
			Rarity = "Common",
			Tradable = true,
			Transmutable = true,
			Type = "Warframe" 
		},
		["Void Cloak"] = {
			BaseDrain = 0,
			Description = "Cloak from Enemies for 35s\r\nEngine Speed reduced to 30%\r\nCooldown: 120s",
			Image = "VoidCloakMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Railjack/Tactical/VoidCloak",
			Introduced = "27.0",
			CodexSecret = false,
			Link = "Void Cloak",
			MaxRank = 5,
			Name = "Void Cloak",
			Polarity = "Universal",
			Rarity = "Common",
			Tradable = true,
			Transmutable = false,
			Type = "Railjack (Tactical, Slot 3)" 
		},
		["Void Hole"] = {
			BaseDrain = 0,
			Description = "A black hole that draws in enemies, dealing damage.",
			Image = "VoidHoleMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Railjack/Abilities/CrewShipBlackHoleAbilityCard",
			Introduced = "27.0",
			CodexSecret = false,
			Link = "Void Hole",
			MaxRank = 10,
			Name = "Void Hole",
			Polarity = "Universal",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Railjack (Battle, Slot 3)" 
		},
		["Volatile Parasite"] = {
			BaseDrain = 0,
			Description = "In combat, spits up a maggot every 15s. The maggot latches onto the nearest enemy and provokes other enemies within 40m to attack them. It then explodes dealing <DT_VIRAL>400 Viral Damage within 10m.",
			Image = "VolatileParasiteMod.png",
			InternalName = "/Lotus/Types/Friendly/Pets/CreaturePets/CreaturePrecepts/InfestedPredatorMaggotSummonerPrecept",
			Introduced = "29.5",
			CodexSecret = false,
			Link = "Volatile Parasite",
			MaxRank = 3,
			Name = "Volatile Parasite",
			Polarity = "Penjaga",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Predasite" 
		},
		["Volatile Quick Return"] = {
			BaseDrain = 2,
			Description = "-4 Bounce\r\n+3 Blast Radius\r\n+100% Chance to explode on Bounce (Disables Punch Through)",
			Image = "VolatileQuickReturnMod.png",
			Incompatible = { "Quick Return", "Volatile Rebound", "Rebound" },
			InternalName = "/Lotus/Upgrades/Mods/Melee/WeaponGlaiveExplodingReflectionDecreaseMod",
			Introduced = "29.5",
			CodexSecret = false,
			Link = "Volatile Quick Return",
			MaxRank = 3,
			Name = "Volatile Quick Return",
			Polarity = "Naramon",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = true,
			Type = "Glaive" 
		},
		["Volatile Rebound"] = {
			BaseDrain = 10,
			Description = "+100% Chance to explode on Bounce (Disables Punch Through)",
			Image = "VolatileReboundMod.png",
			Incompatible = { "Quick Return", "Volatile Quick Return", "Rebound" },
			InternalName = "/Lotus/Upgrades/Mods/Melee/WeaponGlaiveExplodingReflectionIncreaseMod",
			Introduced = "29.5",
			CodexSecret = false,
			Link = "Volatile Rebound",
			MaxRank = 3,
			Name = "Volatile Rebound",
			Polarity = "Naramon",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = true,
			Type = "Glaive" 
		},
		["Volcanic Edge"] = {
			BaseDrain = 4,
			Description = "+60% <DT_FIRE>Heat\r\n+60% Status Chance",
			Image = "VolcanicEdgeModU145.png",
			InternalName = "/Lotus/Upgrades/Mods/Melee/DualStat/FireEventMeleeMod",
			Introduced = "13.8",
			CodexSecret = false,
			Link = "Volcanic Edge",
			MaxRank = 3,
			Name = "Volcanic Edge",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Melee" 
		},
		["Voltage Sequence"] = {
			BaseDrain = 4,
			Description = "Killing a flying enemy creates a lightning trap from their remains, lasting 8s\r\n+1 'Sequence'",
			Image = "VoltageSequenceMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Syndicate/LankaMod",
			Introduced = "20.4",
			CodexSecret = false,
			IsWeaponAugment = true,
			Link = "Voltage Sequence",
			MaxRank = 3,
			Name = "Voltage Sequence",
			Polarity = "Naramon",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Lanka" 
		},
		["Voltaic Lance"] = {
			BaseDrain = 0,
			Conclave = true,
			Description = "Electrical FX on Bullet Jump",
			Image = "VoltaicLanceMod.png",
			InternalName = "/Lotus/Upgrades/Mods/PvPMods/Warframe/ElectricityParkourPvPMod",
			Introduced = "17.5",
			CodexSecret = false,
			IsExilus = true,
			Link = "Voltaic Lance",
			MaxRank = 0,
			Name = "Voltaic Lance",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Warframe" 
		},
		["Voltaic Strike"] = {
			BaseDrain = 4,
			Description = "+60% <DT_ELECTRICITY>Electricity\r\n+60% Status Chance",
			Image = "VoltaicStrikeModU145.png",
			InternalName = "/Lotus/Upgrades/Mods/Melee/DualStat/ElectEventMeleeMod",
			Introduced = "12.4",
			CodexSecret = false,
			Link = "Voltaic Strike",
			MaxRank = 3,
			Name = "Voltaic Strike",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Melee" 
		},
		Vome = {
			Class = "Requiem",
			Description = "To cosmic madness laws submit\r\nThough stalwart minds entreat",
			Image = "VomeRequiemMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Immortal/ImmortalFourMod",
			Introduced = "26",
			CodexSecret = false,
			Link = "Vome",
			MaxRank = 3,
			Name = "Vome",
			NotUpgradable = true,
			Polarity = "Universal",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = true,
			Type = "Parazon" 
		},
		["Votive Onslaught"] = {
			BaseDrain = -2,
			Description = "Precise, focused arcs and cuts not hampered by pity.",
			Image = "VotiveOnslaughtMod.png",
			InternalName = "/Lotus/Weapons/Tenno/Melee/MeleeTrees/WarfanCmbTwoMeleeTree",
			Introduced = "29.10",
			CodexSecret = false,
			Link = "Votive Onslaught",
			MaxRank = 3,
			Name = "Votive Onslaught",
			Polarity = "Naramon",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Warfans" 
		},
		["Vulcan Blitz"] = {
			BaseDrain = 4,
			Description = "Enemies explode on death, dealing 300 <DT_EXPLOSION>Blast Damage (+60% Enemy Max Health) in a 6m radius.",
			Image = "VulcanBlitzMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Melee/Event/ProjectNightwatch/JatKittagNightwatchMod",
			Introduced = "18.10",
			CodexSecret = false,
			IsWeaponAugment = true,
			Link = "Vulcan Blitz",
			MaxRank = 5,
			Name = "Vulcan Blitz",
			Polarity = "Madurai",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = false,
			Type = "Jat Kittag" 
		},
		["Vulpine Mask"] = {
			BaseDrain = -2,
			Description = "Swift cuts, lancing strikes.",
			Image = "VulpineMaskMod.png",
			InternalName = "/Lotus/Weapons/Tenno/Melee/MeleeTrees/RapierCmbOneMeleeTree",
			Introduced = "18.3",
			CodexSecret = false,
			Link = "Vulpine Mask",
			MaxRank = 3,
			Name = "Vulpine Mask",
			Polarity = "Naramon",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = true,
			Type = "Rapiers" 
		},
		["Ward Recovery"] = {
			BaseDrain = 6,
			Conclave = true,
			Description = "Warding Halo Augment: 50% of the casting cost returned based on how much protection is left.",
			Image = "WardRecovery.png",
			InternalName = "/Lotus/Powersuits/Nezha/NezhaSashPvPAugmentCard",
			Introduced = "18.5",
			CodexSecret = false,
			IsAbilityAugment = true,
			Link = "Ward Recovery",
			MaxRank = 3,
			Name = "Ward Recovery",
			Polarity = "Zenurik",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Nezha" 
		},
		["Warding Thurible"] = {
			BaseDrain = 6,
			Description = "Thurible Augment: Allies in range take 50% less Damage while channeling Thurible and grant 1.0 additional Energy charge whenever damaged.",
			Image = "WardingThuribleMod.png",
			InternalName = "/Lotus/Powersuits/Priest/PriestRavageAugmentCard",
			Introduced = "23.0.6",
			CodexSecret = false,
			IsAbilityAugment = true,
			Link = "Warding Thurible",
			MaxRank = 3,
			Name = "Warding Thurible",
			Polarity = "Zenurik",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Harrow" 
		},
		Warhead = {
			BaseDrain = 6,
			Description = "+100% Ordnance Damage",
			Image = "WarheadMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Railjack/Gunnery/LavanOrdnanceDamage",
			Introduced = "27.0",
			CodexSecret = false,
			Link = "Warhead (Mod)",
			MaxRank = 10,
			Name = "Warhead",
			Polarity = "Madurai",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = false,
			Type = "Plexus" 
		},
		["Warm Coat"] = {
			BaseDrain = 6,
			Description = "+12% Shield Resistance to Ice Levels",
			Image = "WarmCoatModU145.png",
			InternalName = "/Lotus/Upgrades/Mods/Warframe/AvatarMissionSpecificResistanceIce",
			Introduced = "8",
			CodexSecret = false,
			IsExilus = true,
			Link = "Warm Coat",
			MaxRank = 3,
			Name = "Warm Coat",
			Polarity = "Vazarin",
			Rarity = "Common",
			Tradable = true,
			Transmutable = true,
			Type = "Warframe" 
		},
		Warrior = {
			_IgnoreEntry = true,
			BaseDrain = 0,
			Description = "Sentinel will attack the first visible enemy within 30m.",
			Image = "Warrior 19.6.3.png",
			InternalName = "/Lotus/Types/Sentinels/SentinelPrecepts/Warrior",
			Introduced = "7",
			CodexSecret = false,
			Link = "Warrior",
			MaxRank = 5,
			Name = "Warrior",
			Polarity = "Penjaga",
			Rarity = "Common",
			Tradable = false,
			Transmutable = false,
			Type = "Wyrm" 
		},
		["Waveband Disruptor"] = {
			BaseDrain = 4,
			Description = "+51% chance for Turret Critical Hits to ignore enemy Shields",
			Image = "WavebandDisruptorMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Railjack/Gunnery/LavanCritBypassShieldTurret",
			Introduced = "29.10",
			CodexSecret = false,
			Link = "Waveband Disruptor",
			MaxRank = 5,
			Name = "Waveband Disruptor",
			Polarity = "Madurai",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = false,
			Type = "Plexus" 
		},
		["Weeping Wounds"] = {
			BaseDrain = 4,
			Description = "+40% Status Chance per Combo Multiplier",
			Image = "WeepingWoundsMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Melee/Event/ComboStatusChanceMod",
			Introduced = "18.4.1",
			CodexSecret = false,
			Link = "Weeping Wounds",
			MaxRank = 5,
			Name = "Weeping Wounds",
			Polarity = "Madurai",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = false,
			Type = "Melee" 
		},
		["Whiplash Mine"] = {
			BaseDrain = 2,
			Description = "Deploys a mine that tethers all enemies in 20m. After 3s, all enemies still in range get pulled to the mine.",
			Image = "WhiplashMineMod.png",
			InternalName = "/Lotus/Types/Friendly/Pets/MoaPets/MoaPetPrecept/MoaTetherVaccumMinePrecept",
			Introduced = "24",
			CodexSecret = false,
			Link = "Whiplash Mine",
			MaxRank = 3,
			Name = "Whiplash Mine",
			Polarity = "Penjaga",
			Rarity = "Common",
			Tradable = true,
			Transmutable = false,
			Type = "MOA" 
		},
		Whirlwind = {
			BaseDrain = 4,
			Description = "+180% Projectile Speed",
			Image = "WhirlwindModU145.png",
			InternalName = "/Lotus/Upgrades/Mods/Melee/WeaponGlaiveSpeedMod",
			Introduced = "10",
			CodexSecret = false,
			Link = "Whirlwind",
			MaxRank = 5,
			Name = "Whirlwind",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = true,
			Type = "Glaive" 
		},
		["Wild Frenzy"] = {
			BaseDrain = 4,
			Description = "Secondary Fire will shoot with +400% Fire Rate until the magazine is empty. Killing 2 or more enemies will refund 100% of the ammo.",
			Image = "WildFrenzy.png",
			InternalName = "/Lotus/Upgrades/Mods/Rifle/Event/Arbitration/GrnAssaultRifleArbitrationMod",
			Introduced = "24.3",
			CodexSecret = false,
			IsWeaponAugment = true,
			Link = "Wild Frenzy",
			MaxRank = 5,
			Name = "Wild Frenzy",
			Polarity = "Naramon",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Grakata" 
		},
		Wildfire = {
			BaseDrain = 6,
			Description = "+20% Magazine Capacity\r\n+60% <DT_FIRE>Heat",
			Image = "WildfireModU145.png",
			InternalName = "/Lotus/Upgrades/Mods/Rifle/DualStat/WildfireMod",
			Introduced = "9",
			CodexSecret = false,
			Link = "Wildfire",
			MaxRank = 3,
			Name = "Wildfire",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Rifle" 
		},
		["Winds of Purity"] = {
			BaseDrain = 4,
			Description = "+20% Life Steal\r\n+1 'Purity'",
			Image = "Winds of Purity 19.9.1.png",
			InternalName = "/Lotus/Upgrades/Mods/Syndicate/FurisMod",
			Introduced = "15",
			CodexSecret = false,
			IsWeaponAugment = true,
			Link = "Winds of Purity",
			MaxRank = 3,
			Name = "Winds of Purity",
			Polarity = "Vazarin",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Furis" 
		},
		["Wise Razor"] = {
			BaseDrain = -2,
			Description = "Deftly executed sweeps and slashes.",
			Image = "WiseRazorMod.png",
			InternalName = "/Lotus/Weapons/Tenno/Melee/MeleeTrees/LongKatanaCmbOneMeleeTree",
			Introduced = "24.4",
			CodexSecret = false,
			Link = "Wise Razor",
			MaxRank = 3,
			Name = "Wise Razor",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = true,
			Type = "Two-Handed Nikana" 
		},
		["Worm's Torment"] = {
			BaseDrain = 4,
			Description = "+27% Turret Damage vs Grineer",
			Image = "Worm'sTormentMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Railjack/Gunnery/VidarGrineerKiller",
			Introduced = "29.10",
			CodexSecret = false,
			Link = "Worm's Torment",
			MaxRank = 5,
			Name = "Worm's Torment",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Plexus" 
		},
		Xata = {
			Class = "Requiem",
			Description = "Its heralds are the stars it fells\r\nThe sky and Earth aflame",
			Image = "XataRequiemMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Immortal/ImmortalTwoMod",
			Introduced = "26",
			CodexSecret = false,
			Link = "Xata",
			MaxRank = 3,
			Name = "Xata",
			NotUpgradable = true,
			Polarity = "Universal",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = true,
			Type = "Parazon" 
		},
		["Zazvat-Kar"] = {
			BaseDrain = 2,
			Description = "+75% Ammo Efficiency while Airborne",
			Image = "Zazvat-Kar.png",
			InternalName = "/Lotus/Upgrades/Mods/Pistol/Event/AkstilettoEfficiencyWhileAirborneMod",
			Introduced = "29",
			CodexSecret = false,
			IsWeaponAugment = true,
			Link = "Zazvat-Kar",
			MaxRank = 5,
			Name = "Zazvat-Kar",
			Polarity = "Naramon",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Akstiletto Prime" 
		},
		["Zodiac Shred"] = {
			BaseDrain = 2,
			Description = "+90% <DT_SLASH>Slash",
			Image = "ZodiacShredMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Archwing/Rifle/ArchwingDualStatSlashStatusMod",
			Introduced = "Specters of the Rail",
			CodexSecret = false,
			Link = "Zodiac Shred",
			MaxRank = 5,
			Name = "Zodiac Shred",
			Polarity = "Naramon",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Archgun" 
		},
		["Amar's Anguish"] = {
			BaseDrain = 4,
			Conclave = false,
			Description = "+15% to Bullet Jump\r\n+15% Sprint Speed",
			Image = "Amar'sAnguishMod.png",
			Incompatible = { "Boreal's Anguish", "Nira's Anguish" },
			InternalName = "/Lotus/Upgrades/Mods/Sets/Amar/AmarExilusMod",
			Introduced = "31",
			CodexSecret = false,
			IsExilus = true,
			IsFlawed = false,
			Link = "Amar's Anguish",
			MaxRank = 5,
			Name = "Amar's Anguish",
			Polarity = "Vazarin",
			Rarity = "Common",
			Set = "Amar Set",
			Tradable = true,
			Transmutable = false,
			Type = "Warframe",
		},
		["Boreal's Anguish"] = {
			BaseDrain = 4,
			Conclave = false,
			Description = "-75% Gravity while Aim Gliding\r\n+60% Aim Glide/Wall Latch Duration",
			Image = "Boreal'sAnguishMod.png",
			Incompatible = { "Amar's Anguish", "Nira's Anguish" },
			InternalName = "/Lotus/Upgrades/Mods/Sets/Boreal/BorealExilusMod",
			Introduced = "31",
			CodexSecret = false,
			IsExilus = true,
			IsFlawed = false,
			Link = "Boreal's Anguish",
			MaxRank = 5,
			Name = "Boreal's Anguish",
			Polarity = "Vazarin",
			Rarity = "Common",
			Set = "Boreal Set",
			Tradable = true,
			Transmutable = false,
			Type = "Warframe",
		},
		["Nira's Anguish"] = {
			BaseDrain = 4,
			Conclave = false,
			Description = "+15% to Bullet Jump\r\n+15% Aim Glide/Wall Latch Duration",
			Image = "Nira'sAnguishMod.png",
			Incompatible = { "Amar's Anguish", "Boreal's Anguish" },
			InternalName = "/Lotus/Upgrades/Mods/Sets/Nira/NiraExilusMod",
			Introduced = "31",
			CodexSecret = false,
			IsExilus = true,
			IsFlawed = false,
			Link = "Nira's Anguish",
			MaxRank = 5,
			Name = "Nira's Anguish",
			Polarity = "Vazarin",
			Rarity = "Common",
			Set = "Nira Set",
			Tradable = true,
			Transmutable = false,
			Type = "Warframe",
		},
		["Amar's Hatred"] = {
			BaseDrain = 4,
			Conclave = false,
			Description = "+30% Armor\r\n+15% Ability Strength",
			Image = "Amar'sHatredMod.png",
			Incompatible = { "Boreal's Hatred", "Nira's Hatred" },
			InternalName = "/Lotus/Upgrades/Mods/Sets/Amar/AmarWarframeMod",
			Introduced = "31",
			CodexSecret = false,
			IsExilus = false,
			IsFlawed = false,
			Link = "Amar's Hatred",
			MaxRank = 5,
			Name = "Amar's Hatred",
			Polarity = "Vazarin",
			Rarity = "Uncommon",
			Set = "Amar Set",
			Tradable = true,
			Transmutable = false,
			Type = "Warframe",
		},
		["Boreal's Hatred"] = {
			BaseDrain = 4,
			Conclave = false,
			Description = "+150% Shield Capacity\r\n+15% Ability Efficiency",
			Image = "Boreal'sHatredMod.png",
			Incompatible = { "Amar's Hatred", "Nira's Hatred" },
			InternalName = "/Lotus/Upgrades/Mods/Sets/Boreal/BorealWarframeMod",
			Introduced = "31",
			CodexSecret = false,
			IsExilus = false,
			IsFlawed = false,
			Link = "Boreal's Hatred",
			MaxRank = 5,
			Name = "Boreal's Hatred",
			Polarity = "Vazarin",
			Rarity = "Uncommon",
			Set = "Boreal Set",
			Tradable = true,
			Transmutable = false,
			Type = "Warframe",
		},
		["Nira's Hatred"] = {
			BaseDrain = 4,
			Conclave = false,
			Description = "+150% Health\r\n+15% Ability Duration",
			Image = "Nira'sHatredMod.png",
			Incompatible = { "Amar's Hatred", "Boreal's Hatred" },
			InternalName = "/Lotus/Upgrades/Mods/Sets/Nira/NiraWarframeMod",
			Introduced = "31",
			CodexSecret = false,
			IsExilus = false,
			IsFlawed = false,
			Link = "Nira's Hatred",
			MaxRank = 5,
			Name = "Nira's Hatred",
			Polarity = "Vazarin",
			Rarity = "Uncommon",
			Set = "Nira Set",
			Tradable = true,
			Transmutable = false,
			Type = "Warframe",
		},
		["Amar's Contempt"] = {
			BaseDrain = 4,
			Conclave = false,
			Description = "+90% Melee Damage\r\n+30% <DT_SLASH>Slash",
			Image = "Amar'sContemptMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Sets/Amar/AmarMeleeMod",
			Introduced = "31",
			CodexSecret = false,
			IsExilus = false,
			IsFlawed = false,
			Link = "Amar's Contempt",
			MaxRank = 5,
			Name = "Amar's Contempt",
			Polarity = "Madurai",
			Rarity = "Rare",
			Set = "Amar Set",
			Tradable = true,
			Transmutable = false,
			Type = "Dual Daggers",
		},
		["Boreal's Contempt"] = {
			BaseDrain = 4,
			Conclave = false,
			Description = "+90% Melee Damage\r\n60% Damage from Status Effects",
			Image = "Boreal'sContemptMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Sets/Boreal/BorealMeleeMod",
			Introduced = "31",
			CodexSecret = false,
			IsExilus = false,
			IsFlawed = false,
			Link = "Boreal's Contempt",
			MaxRank = 5,
			Name = "Boreal's Contempt",
			Polarity = "Madurai",
			Rarity = "Rare",
			Set = "Boreal Set",
			Tradable = true,
			Transmutable = false,
			Type = "Polearms",
		},
		["Nira's Contempt"] = {
			BaseDrain = 4,
			Conclave = false,
			Description = "+90% Melee Damage\r\n+60% Status Chance",
			Image = "Nira'sContemptMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Sets/Nira/NiraMeleeMod",
			Introduced = "31",
			CodexSecret = false,
			IsExilus = false,
			IsFlawed = false,
			Link = "Nira's Contempt",
			MaxRank = 5,
			Name = "Nira's Contempt",
			Polarity = "Madurai",
			Rarity = "Rare",
			Set = "Nira Set",
			Tradable = true,
			Transmutable = false,
			Type = "Whips",
		},
	}
}
Advertisement