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: Fri, 12 Jul 2024 17:38:16 +0000 (UTC) by User:Headbox8424

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

This section is transcluded from Mods § Mod Components. To change it, please edit the transcluded page.

These mod card component assets can be sourced from the Warframe Companion app or the Warframe Arsenal Twitch Extension. Overframe is another source of these, albeit third-party.

Common Mod

Common Mod Top Border Common Mod Rank/Polarity Backer
Common Mod Side Light Common Mod Background Common Mod Side Light
Common Mod Type Tab
Common Mod Corner Light Common Mod Bottom Border Common Mod Corner Light
Mod Rank Line Mod Rank Pip

Uncommon Mod

Uncommon Mod Top Border Uncommon Mod Rank/Polarity Backer
Uncommon Mod Side Light Uncommon Mod Background Uncommon Mod Side Light
Uncommon Mod Type Tab
Uncommon Mod Corner Light Uncommon Mod Bottom Border Uncommon Mod Corner Light
Mod Rank Line Mod Rank Pip

Rare Mod

Rare Mod Top Border Rare Mod Rank/Polarity Backer
Rare Mod Side Light Rare Mod Background Rare Mod Side Light
Rare Mod Type Tab
Rare Mod Corner Light Rare Mod Bottom Border Rare Mod Corner Light
Mod Rank Line Mod Rank Pip

Legendary Mod

Legendary Mod Top Border Legendary Mod Rank/Polarity Backer
Legendary Mod Side Light Legendary Mod Background Legendary Mod Side Light
Legendary Mod Type Tab
Legendary Mod Corner Light Legendary Mod Bottom Border Legendary Mod Corner Light
Mod Rank Line Mod Rank Pip

Riven Mod

Riven Mod Top Border Riven Mod Rank/Polarity Backer
Riven Mod Side Light Uncommon Mod Background Riven Mod Side Light
Riven Mod Type Tab
Riven Mod Corner Light Riven Mod Bottom Border Riven Mod Corner Light
Mod Rank Line Mod Rank Pip

Amalgam Mod

Amalgam Mod Top Border Silver Mod Rank/Polarity Backer
Legendary Mod Side Light Amalgam Mod Background Legendary Mod Side Light
Uncommon Mod Type Tab
Legendary Mod Corner Light Amalgam Mod Bottom Border Legendary Mod Corner Light
Mod Rank Line Mod Rank Pip

Galvanized Mod

Galvanized Mod Top Border Uncommon Mod Rank/Polarity Backer
Galvanized Mod Side Light Galvanized Mod Background Galvanized Mod Side Light
Uncommon Mod Type Tab
Galvanized Mod Bottom Light Galvanized Mod Bottom Border Galvanized Mod Bottom Light
Mod Rank Line Mod Rank Pip

Common Plexus Mod

Common Plexus Mod Top Border Common Mod Rank/Polarity Backer
Common Mod Side Light Common Mod Background Common Mod Side Light
Common Mod Type Tab
Common Mod Corner Light Common Plexus Mod Bottom Border Common Mod Corner Light
Mod Rank Line Mod Rank Pip

Uncommon Plexus Mod

Uncommon Plexus Mod Top Border Uncommon Mod Rank/Polarity Backer
Uncommon Mod Side Light Uncommon Mod Background Uncommon Mod Side Light
Uncommon Mod Type Tab
Uncommon Mod Corner Light Uncommon Plexus Mod Bottom Border Uncommon Mod Corner Light
Mod Rank Line Mod Rank Pip

Rare Plexus Mod

Rare Plexus Mod Top Border Rare Mod Rank/Polarity Backer
Rare Mod Side Light Rare Mod Background Rare Mod Side Light
Rare Mod Type Tab
Rare Mod Corner Light Rare Plexus Mod Bottom Border Rare Mod Corner Light
Mod Rank Line Mod Rank Pip

Additional Assets

All

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

  1. "Ancient Fusion Core (Common)" is missing BaseDrain
  2. "Ancient Fusion Core (Common)" is missing InternalName
  3. "Ancient Fusion Core (Rare)" is missing BaseDrain
  4. "Ancient Fusion Core (Rare)" is missing InternalName
  5. "Ancient Fusion Core (Uncommon)" is missing BaseDrain
  6. "Ancient Fusion Core (Uncommon)" is missing InternalName
  7. "Battle Forge" is missing BaseDrain
  8. "Battle Stations" is missing BaseDrain
  9. "Breach Quanta" is missing BaseDrain
  10. "Death Blossom" is missing BaseDrain
  11. "Endo" is missing BaseDrain
  12. "Endo" is missing InternalName
  13. "Endo" is missing MaxRank
  14. "Endo" is missing Polarity
  15. "Endo" is missing Rarity
  16. "Endo" is missing Transmutable
  17. "Endo" is missing Type
  18. "Exalted Blade" is missing BaseDrain
  19. "Fass" is missing BaseDrain
  20. "Flow Burn" is missing BaseDrain
  21. "Form Up" is missing BaseDrain
  22. "Fusion Core" is missing BaseDrain
  23. "Fusion Core" is missing InternalName
  24. "Intruder Stasis" is missing BaseDrain
  25. "Jahu" is missing BaseDrain
  26. "Khra" is missing BaseDrain
  27. "Lohk" is missing BaseDrain
  28. "Melee Elementalist" is missing Transmutable
  29. "Netra" is missing BaseDrain
  30. "Oull" is missing BaseDrain
  31. "Pistol Elementalist" is missing Transmutable
  32. "Primal Fury" is missing BaseDrain
  33. "Razorwing" is missing Description
  34. "Rifle Elementalist" is missing Transmutable
  35. "Ris" is missing BaseDrain
  36. "Semi-Pistol Cannonade" is missing Transmutable
  37. "Semi-Rifle Cannonade" is missing Transmutable
  38. "Semi-Shotgun Cannonade" is missing Transmutable
  39. "Serene Storm" is missing BaseDrain
  40. "Shotgun Elementalist" is missing Transmutable
  41. "Squad Renew" is missing BaseDrain
  42. "Vome" is missing BaseDrain
  43. "Xata" is missing BaseDrain

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 17 image names that do not follow mod image naming scheme ModNameMod.png

  1. "Ancient Fusion Core (Common)": "UncommonAncientFusionCore.png"
  2. "Ancient Fusion Core (Rare)": "UncommonAncientFusionCore.png"
  3. "Ancient Fusion Core (Uncommon)": "UncommonAncientFusionCore.png"
  4. "Archgun Riven Mod": "ArchgunRivenMod.png"
  5. "Companion Weapon Riven Mod": "CompanionWeaponRivenMod.png"
  6. "Endo": "Endo.png"
  7. "Exalted Blade": "ExaltedBladeStanceMod.png"
  8. "Hysteria": "HysteriaStanceMod.png"
  9. "Kitgun Riven Mod": "KitgunRivenMod.png"
  10. "Melee Riven Mod": "MeleeRivenMod.png"
  11. "Oull": "OullMod.gif"
  12. "Pistol Riven Mod": "PistolRivenMod.png"
  13. "Primal Fury": "PrimalFuryStanceMod.png"
  14. "Rifle Riven Mod": "RifleRivenMod.png"
  15. "Serene Storm": "SereneStormStanceMod.png"
  16. "Shotgun Riven Mod": "ShotgunRivenMod.png"
  17. "Zaw Riven Mod": "ZawRivenMod.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

-- 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
return {
	DefaultUpgrades = {
		["/Lotus/Weapons/Tenno/LongGuns/TnHopliteSpear/TnHopliteGunSpearInnateMod"] = {
			_IgnoreEntry = true,
			Description = "",
			InternalName = "/Lotus/Weapons/Tenno/LongGuns/TnHopliteSpear/TnHopliteGunSpearInnateMod",
			Link = "Afentis",
			Name = "TnHopliteGunSpearInnateMod",
			Type = "Afentis"	
		},
		["/Lotus/Weapons/Grineer/Melee/GrnSharbola/GrnSharbolaInnateUpgrade"] = {
			_IgnoreEntry = true,
			Description = "",
			InternalName = "/Lotus/Weapons/Grineer/Melee/GrnSharbola/GrnSharbolaInnateUpgrade",
			Link = "Slaytra",
			Name = "GrnSharbolaInnateUpgrade",
			Type = "Slaytra"	
		},
		["/Lotus/Weapons/Tenno/Pistols/QuillDartgun/QuillDartgunInnateUpgrade"] = {
			_IgnoreEntry = true,
			Description = "",
			InternalName = "/Lotus/Weapons/Tenno/Pistols/QuillDartgun/QuillDartgunInnateUpgrade",
			Link = "Hystrix",
			Name = "QuillDartgunInnateUpgrade",
			Type = "Hystrix"	
		},
		["/Lotus/Weapons/Tenno/Melee/Swords/QuillSword/QuillDualSwordsSignatureUpgrade"] = {
			_IgnoreEntry = true,
			Description = "",
			InternalName = "/Lotus/Weapons/Tenno/Melee/Swords/QuillSword/QuillDualSwordsSignatureUpgrade",
			Link = "Dual Keres",
			Name = "QuillDualSwordsSignatureUpgrade",
			Type = "Dual Keres"	
		},
		["/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/HighDamageEnemyLevelAura"] = {
			_IgnoreEntry = true,
			Description = "+200% Damage",
			InternalName = "/Lotus/Upgrades/Mods/DirectorMods/HighDamageEnemyLevelAura",
			Link = "Void",
			Name = "HighDamageEnemyLevelAura",
			Type = "Level Aura"
		},
		["/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,
			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"
		}	
	},
	Sets = {
		["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,
			IncompatibilityTags = { "POWER_WEAPON" },
			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",
			UpgradeTypes = { "AVATAR_ABILITY_ENERGY_TO_OVERSHIELD" }
		},
		["Boreal Set"] = {
			_IgnoreEntry = true,
			IncompatibilityTags = { "POWER_WEAPON" },
			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",
			UpgradeTypes = { "AVATAR_DAMAGE_TAKEN" }
		},
		["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,
			IncompatibilityTags = { "POWER_WEAPON" },
			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",
			UpgradeTypes = { "WEAPON_CRIT_CHANCE" }
		},
		["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",
			UpgradeTypes = { "WEAPON_DAMAGE_IF_VICTIM_PROC_ACTIVE" }
		},
		["Jugulus Set"] = {
			_IgnoreEntry = true,
			IncompatibilityTags = { "POWER_WEAPON" },
			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,
			IncompatibilityTags = { "HELMINTH_MOD" },
			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",
			UpgradeTypes = { "AVATAR_INJURY_BLOCK_CHANCE" }
		},
		["Nira Set"] = {
			_IgnoreEntry = true,
			IncompatibilityTags = { "POWER_WEAPON" },
			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",
			UpgradeTypes = { "WEAPON_MELEE_DAMAGE", "WEAPON_MELEE_SLAM_DAMAGE_BONUS" }
		},
		["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",
			UpgradeTypes = { "AVATAR_DAMAGE_TAKEN" }
		},
		["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",
			UpgradeTypes = { "WEAPON_DOUBLE_CRIT_CHANCE" }
		}
	},
	Mods = {
		["Abating Link"] = {
			BaseDrain = 6,
			Description = "Link Augment: Reduces Armor Rating by 60% 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",
			Icon = "AbatingLink.png",
			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",
			Icon = "AbundantMutation.png",
			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",
			Icon = "AcceleratedBlast.png",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Shotgun",
			UpgradeTypes = { "WEAPON_FIRE_RATE", "WEAPON_PERCENT_BASE_DAMAGE_ADDED" }
		},
		["Accelerated Deflection"] = {
			BaseDrain = 4,
			Description = "+90% Shield Recharge\r\n-45% Shield Recharge Delay",
			Image = "AcceleratedDeflectionMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Sentinel/SentinelShieldRechargeRateMod",
			Introduced = "Vanilla",
			CodexSecret = false,
			Link = "Accelerated Deflection",
			MaxRank = 5,
			Name = "Accelerated Deflection",
			Icon = "AcceleratedDeflection.png",
			Polarity = "Vazarin",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = true,
			Type = "Companion",
			UpgradeTypes = { "AVATAR_SHIELD_RECHARGE_RATE" }
		},
		["Accelerated Isotope"] = {
			BaseDrain = 4,
			CodexSecret = false,
			Description = "+60% <DT_RADIATION>Radiation\r\n+40% Fire Rate",
			Icon = "AcceleratedIsotope.png",
			Image = "AcceleratedIsotopeMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Pistol/DualStat/RadiationFireratePistolMod",
			Introduced = "35",
			Link = "Accelerated Isotope",
			MaxRank = 3,
			Name = "Accelerated Isotope",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Pistol",
			UpgradeTypes = { "WEAPON_PERCENT_BASE_DAMAGE_ADDED", "WEAPON_FIRE_RATE" }
		},
		["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 = "AccumulatingWhipclawMod.png",
			InternalName = "/Lotus/Powersuits/Khora/KhoraCrackAugmentCard",
			Introduced = "23.7",
			CodexSecret = false,
			IsAbilityAugment = true,
			Link = "Accumulating Whipclaw",
			MaxRank = 3,
			Name = "Accumulating Whipclaw",
			Icon = "AccumulatingWhipclaw.png",
			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",
			IncompatibilityTags = { "POWER_WEAPON" },
			InternalName = "/Lotus/Upgrades/Mods/Shotgun/Event/ProjectNightwatch/SobekNightwatchMod",
			Introduced = "18.10",
			CodexSecret = false,
			IsWeaponAugment = true,
			Link = "Acid Shells",
			MaxRank = 5,
			Name = "Acid Shells",
			Icon = "AcidShells.png",
			Polarity = "Madurai",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = false,
			Type = "Sobek",
			UpgradeTypes = { "WEAPON_CORPSE_EXPLODE_DAMAGE", "WEAPON_CORPSE_EXPLODE_DAMAGE_ENEMY_HEALTH_PCT", "WEAPON_CORPSE_EXPLODE_RADIUS" }
		},
		["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",
			Icon = "AcidicSpittle.png",
			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 = "AdaptationMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Warframe/AvatarResistanceOnDamageMod",
			Introduced = "23.10",
			CodexSecret = false,
			Link = "Adaptation",
			MaxRank = 10,
			Name = "Adaptation",
			Icon = "Adaptation.png",
			Polarity = "Vazarin",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Warframe" 
		},
		["Adept Surge"] = {
			BaseDrain = 2,
			Conclave = true,
			Description = "+10% Mobility\r\n-25 Health",
			Image = "AdeptSurgeMod.png",
			Incompatible = { "Air Thrusters", "Calculated Spring", "Rising Skill", "Tempered Bound" },
			InternalName = "/Lotus/Upgrades/Mods/PvPMods/Warframe/MoreBulletJumpLessHealthMod",
			Introduced = "17.8",
			CodexSecret = false,
			IsExilus = true,
			Link = "Adept Surge",
			MaxRank = 3,
			Name = "Adept Surge",
			Icon = "AdeptSurge.png",
			Polarity = "Naramon",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = false,
			Type = "Warframe",
			UpgradeTypes = { "AVATAR_PARKOUR_BOOST", "AVATAR_SLIDE_BOOST", "AVATAR_SLIDE_FRICTION", "AVATAR_HEALTH_MAX" }
		},
		["Adhesive Blast"] = {
			BaseDrain = 4,
			CompatibilityTags = { "PROJECTILE" },
			Description = "Grenades have 100% chance to stick to surfaces.",
			Image = "AdhesiveBlastMod.png",
			IncompatibilityTags = { "IMPACTEXPLODE" },
			InternalName = "/Lotus/Upgrades/Mods/Rifle/WeaponGrenadeStickyMod",
			Introduced = "17",
			CodexSecret = false,
			IsExilus = true,
			Link = "Adhesive Blast",
			MaxRank = 5,
			Name = "Adhesive Blast",
			Icon = "AdhesiveBlast.png",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = true,
			Type = "Unique",
			UpgradeTypes = { "WEAPON_GRENADE_STICKY" }
		},
		["Adrenaline Boost"] = {
			BaseDrain = 10,
			Conclave = true,
			Description = "+50% Energy\r\n-20% Health",
			Image = "AdrenalineBoostMod.png",
			Incompatible = { "Heightened Reflexes" },
			InternalName = "/Lotus/Upgrades/Mods/PvPMods/Warframe/MoreEnergyLessHealthMod",
			Introduced = "17",
			CodexSecret = false,
			Link = "Adrenaline Boost",
			MaxRank = 3,
			Name = "Adrenaline Boost",
			Icon = "AdrenalineBoost.png",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Warframe",
			UpgradeTypes = { "AVATAR_POWER_MAX", "AVATAR_HEALTH_MAX" }
		},
		["Aerial Ace"] = {
			BaseDrain = 4,
			Description = "On Kill:\r\nRefresh Double Jump up to 6x while Airborne.",
			Image = "AerialAceMod.png",
			IncompatibilityTags = { "POWER_WEAPON" },
			InternalName = "/Lotus/Upgrades/Mods/Rifle/Event/Arbitration/JumpRefreshOnKillRifleMod",
			Introduced = "27.3",
			CodexSecret = false,
			IsExilus = true,
			Link = "Aerial Ace",
			MaxRank = 5,
			Name = "Aerial Ace",
			Icon = "AerialAce.png",
			Polarity = "Naramon",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Rifle" 
		},
		["Aerial Bond"] = {
			BaseDrain = 2,
			Description = "Airborne kills decrease Companion Recovery timer by 3s and 9s for headshot kills. Companion creates a field of cold that increases up to 35% and 10m radius while Warframe is airborne, lasting for 3s after returning to ground.",
			Image = "AerialBondMod.png",
			InternalName = "/Lotus/Types/Sentinels/SentinelPrecepts/VoidBond/Copilot",
			Introduced = "34",
			CodexSecret = false,
			Link = "Aerial Bond",
			MaxRank = 5,
			Name = "Aerial Bond",
			Icon = "AerialBond.png",
			Polarity = "Vazarin",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Companion" 
		},
		["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",
			Icon = "AerialProspectus.png",
			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",
			Icon = "AeroAgility.png",
			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",
			Icon = "AeroPeriphery.png",
			Polarity = "Naramon",
			Rarity = "Common",
			Set = "Aero Set",
			Tradable = true,
			Transmutable = false,
			Type = "Primary",
			UpgradeTypes = { "WEAPON_ZOOM" }
		},
		["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",
			Icon = "AeroVantage.png",
			Polarity = "Naramon",
			Rarity = "Uncommon",
			Set = "Aero Set",
			Tradable = true,
			Transmutable = false,
			Type = "Warframe",
			UpgradeTypes = { "AVATAR_PARKOUR_GRAVITY" }
		},
		Aerodynamic = {
			BaseDrain = -2,
			Description = "Squad takes 24% reduced damage while airborne and gains +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",
			Icon = "Aerodynamic.png",
			Polarity = "Vazarin",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Aura",
			UpgradeTypes = { "AVATAR_DAMAGE_TAKEN", "AVATAR_PARKOUR_GLIDE" }
		},
		["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",
			Icon = "AffinityAmp.png",
			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 = "AfterburnMod.png",
			InternalName = "/Lotus/Powersuits/Dragon/DragonBreathAugmentCard",
			Introduced = "16",
			CodexSecret = false,
			IsAbilityAugment = true,
			Link = "Afterburn",
			MaxRank = 3,
			Name = "Afterburn",
			Icon = "Afterburn.png",
			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 = "AfterburnerMod.png",
			InternalName = "/Lotus/Powersuits/Archwing/DemolitionJetPack/ExhaustTrailAugmentCard",
			Introduced = "Specters of the Rail",
			CodexSecret = false,
			IsAbilityAugment = true,
			Link = "Afterburner",
			MaxRank = 3,
			Name = "Afterburner",
			Icon = "Afterburner.png",
			Polarity = "Zenurik",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = true,
			Type = "Elytron" 
		},
		["Agile Aim"] = {
			BaseDrain = 2,
			Conclave = true,
			Description = "+20% Movement Speed when Aiming",
			Image = "AgileAimMod.png",
			InternalName = "/Lotus/Upgrades/Mods/PvPMods/Rifle/FasterMovementWhileAimingRifleMod",
			Introduced = "17.2",
			CodexSecret = false,
			IsExilus = true,
			Link = "Agile Aim",
			MaxRank = 3,
			Name = "Agile Aim",
			Icon = "AgileAim.png",
			Polarity = "Madurai",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = false,
			Type = "Rifle",
			UpgradeTypes = { "AVATAR_MOVEMENT_SPEED" }
		},
		["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",
			Icon = "AgilityDrift.png",
			Polarity = "Vazarin",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Warframe",
			UpgradeTypes = { "AVATAR_DAMAGE_TAKEN", "AVATAR_EVADE_NPC_BULLET" }
		},
		["Air Recon"] = {
			BaseDrain = 2,
			Conclave = true,
			Description = "-60% Zoom while Aim Gliding",
			Image = "AirReconMod.png",
			InternalName = "/Lotus/Upgrades/Mods/PvPMods/Pistol/HigherAirAimFoVPistolMod",
			Introduced = "17.4",
			CodexSecret = false,
			IsExilus = true,
			Link = "Air Recon",
			MaxRank = 5,
			Name = "Air Recon",
			Icon = "AirRecon.png",
			Polarity = "Naramon",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = false,
			Type = "Pistol",
			UpgradeTypes = { "WEAPON_ZOOM" }
		},
		["Air Thrusters"] = {
			BaseDrain = 2,
			Conclave = true,
			Description = "+100% Slide Boost when Airborne\r\n-20% Mobility",
			Image = "AirThrustersMod.png",
			Incompatible = { "Adept Surge", "Calculated Spring", "Rising Skill", "Tempered Bound" },
			IncompatibilityTags = { "SANDMAN" },
			InternalName = "/Lotus/Upgrades/Mods/PvPMods/Warframe/AirSlideBoost",
			Introduced = "18.4.10",
			CodexSecret = false,
			IsExilus = true,
			Link = "Air Thrusters",
			MaxRank = 3,
			Name = "Air Thrusters",
			Icon = "AirThrusters.png",
			Polarity = "Naramon",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = false,
			Type = "Warframe",
			UpgradeTypes = { "AVATAR_SLIDE_BOOST", "AVATAR_PARKOUR_BOOST" }
		},
		["Air Time"] = {
			BaseDrain = 2,
			Description = "-20% Gravity while Falling Down",
			Image = "AirTimeMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Hoverboard/HBAirGravMod",
			Introduced = "24",
			CodexSecret = false,
			Link = "Air Time",
			MaxRank = 3,
			Name = "Air Time",
			Icon = "AirTime.png",
			Polarity = "Naramon",
			Rarity = "Common",
			Tradable = true,
			Transmutable = false,
			Type = "K-Drive",
			UpgradeTypes = { "AVATAR_PARKOUR_GRAVITY" }
		},
		["Airburst Rounds"] = {
			BaseDrain = 6,
			Description = "Airburst Augment: Each enemy hit by Airburst increases secondary damage by 40% 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",
			Icon = "AirburstRounds.png",
			Polarity = "Zenurik",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Zephyr" 
		},
		["Amar's Anguish"] = {
			BaseDrain = 4,
			CodexSecret = false,
			Conclave = false,
			Description = "+15% to Bullet Jump\r\n+15% Sprint Speed",
			Icon = "Amar'sAnguish.png",
			Image = "Amar'sAnguishMod.png",
			Incompatible = { "Boreal's Anguish", "Nira's Anguish" },
			InternalName = "/Lotus/Upgrades/Mods/Sets/Amar/AmarExilusMod",
			Introduced = "31",
			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",
			UpgradeTypes = { "AVATAR_PARKOUR_BOOST", "AVATAR_SPRINT_SPEED" }
		},
		["Amar's Contempt"] = {
			BaseDrain = 4,
			CodexSecret = false,
			CompatibilityTags = { "DUAL_DAGGERS_STANCE" },
			Conclave = false,
			Description = "+90% Melee Damage\r\n+30% <DT_SLASH>Slash",
			Icon = "Amar'sContempt.png",
			Image = "Amar'sContemptMod.png",
			IncompatibilityTags = { "POWER_WEAPON" },
			InternalName = "/Lotus/Upgrades/Mods/Sets/Amar/AmarMeleeMod",
			Introduced = "31",
			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",
			UpgradeTypes = { "WEAPON_MELEE_DAMAGE", "WEAPON_PERCENT_BASE_DAMAGE_ADDED" }
		},
		["Amar's Hatred"] = {
			BaseDrain = 4,
			CodexSecret = false,
			Conclave = false,
			Description = "+25% Armor\r\n+15% Ability Strength",
			Icon = "Amar'sHatred.png",
			Image = "Amar'sHatredMod.png",
			Incompatible = { "Boreal's Hatred", "Nira's Hatred" },
			InternalName = "/Lotus/Upgrades/Mods/Sets/Amar/AmarWarframeMod",
			Introduced = "31",
			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",
			UpgradeTypes = { "AVATAR_ARMOUR", "AVATAR_ABILITY_STRENGTH" }
		},
		["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" },
			IncompatibilityTags = { "SENTINEL_WEAPON", "POWER_WEAPON" },
			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",
			Icon = "AmalgamArgonakMetalAuger.png",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = false,
			Transmutable = false,
			Type = "Argonak",
			UpgradeTypes = { "WEAPON_PUNCTURE_DEPTH", "WEAPON_MELEE_ARMOR_REDUCTION" }
		},
		["Amalgam Barrel Diffusion"] = {
			BaseDrain = 10,
			Class = "Amalgam",
			Description = "+110% Multishot\r\n+60% Dodge Speed",
			Image = "AmalgamBarrelDiffusionMod.png",
			Incompatible = { "Barrel Diffusion", "Galvanized Diffusion" },
			IncompatibilityTags = { "SENTINEL_WEAPON", "POWER_WEAPON" },
			InternalName = "/Lotus/Upgrades/Mods/DualSource/Pistol/MultishotDodgeMod",
			Introduced = "24.4",
			CodexSecret = false,
			Link = "Amalgam Barrel Diffusion",
			MaxRank = 5,
			Name = "Amalgam Barrel Diffusion",
			Icon = "AmalgamBarrelDiffusion.png",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = false,
			Transmutable = false,
			Type = "Pistol",
			UpgradeTypes = { "WEAPON_FIRE_ITERATIONS", "AVATAR_ACROBATIC_SPEED", "AVATAR_DODGE_SPEED" }
		},
		["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",
			IncompatibilityTags = { "SENTINEL_WEAPON", "POWER_WEAPON" },
			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",
			Icon = "AmalgamDaikyuTargetAcquired.png",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = false,
			Transmutable = false,
			Type = "Daikyu",
			UpgradeTypes = { "WEAPON_HEADSHOT_MULTIPLIER", "WEAPON_LIFE_STEAL" }
		},
		["Amalgam Furax Body Count"] = {
			BaseDrain = 6,
			Class = "Amalgam",
			Description = "+15s Combo Duration\r\n+45% Fire Rate for Secondary Weapons\r\n<LINE_SEPARATOR>\r\nMelee kills knockdown enemies within 15m",
			Image = "AmalgamFuraxBodyCountMod.png",
			Incompatible = { "Body Count" },
			IncompatibilityTags = { "SENTINEL_WEAPON", "POWER_WEAPON" },
			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",
			Icon = "AmalgamFuraxBodyCount.png",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = false,
			Transmutable = false,
			Type = "Furax",
			UpgradeTypes = { "WEAPON_MELEE_COMBO_DURATION_BONUS", "WEAPON_FIRE_RATE", "WEAPON_CORPSE_EXPLODE_PROC_CHANCE", "WEAPON_CORPSE_EXPLODE_RADIUS", "WEAPON_CORPSE_EXPLODE_PROC_CHANCE" }
		},
		["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" },
			IncompatibilityTags = { "SENTINEL_WEAPON", "POWER_WEAPON" },
			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",
			Icon = "AmalgamJavlokMagazineWarp.png",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = false,
			Transmutable = false,
			Type = "Javlok",
			UpgradeTypes = { "WEAPON_CLIP_MAX", "WEAPON_MELEE_COMBO_GAIN_EXTRA_CHANCE" }
		},
		["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" },
			IncompatibilityTags = { "SENTINEL_WEAPON", "HOUND_WEAPON", "POWER_WEAPON" },
			InternalName = "/Lotus/Upgrades/Mods/DualSource/Melee/CritDamageChargeSpeedMod",
			Introduced = "24.4",
			CodexSecret = false,
			Link = "Amalgam Organ Shatter",
			MaxRank = 5,
			Name = "Amalgam Organ Shatter",
			Icon = "AmalgamOrganShatter.png",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = false,
			Transmutable = false,
			Type = "Melee",
			UpgradeTypes = { "WEAPON_CRIT_DAMAGE", "WEAPON_MELEE_HEAVY_CHARGE_SPEED" }
		},
		["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" },
			IncompatibilityTags = { "SENTINEL_WEAPON", "POWER_WEAPON" },
			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",
			Icon = "AmalgamRipkasTrueSteel.png",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = false,
			Transmutable = false,
			Type = "Ripkas",
			UpgradeTypes = { "WEAPON_CRIT_CHANCE", "WEAPON_RELOAD_SPEED", "WEAPON_GORE_CHANCE" }
		},
		["Amalgam Serration"] = {
			BaseDrain = 6,
			Class = "Amalgam",
			Description = "+155% Damage\r\n+25% Sprint Speed",
			Image = "AmalgamSerrationMod.png",
			Incompatible = { "Serration", "Flawed Serration" },
			IncompatibilityTags = { "SENTINEL_WEAPON", "POWER_WEAPON" },
			InternalName = "/Lotus/Upgrades/Mods/DualSource/Rifle/SerratedRushMod",
			Introduced = "24.4",
			CodexSecret = false,
			Link = "Amalgam Serration",
			MaxRank = 10,
			Name = "Amalgam Serration",
			Icon = "AmalgamSerration.png",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = false,
			Transmutable = false,
			Type = "Rifle",
			UpgradeTypes = { "WEAPON_DAMAGE_AMOUNT", "AVATAR_SPRINT_SPEED" }
		},
		["Amalgam Shotgun Barrage"] = {
			BaseDrain = 6,
			Class = "Amalgam",
			Description = "+85% Fire Rate\r\n+45% Revive Speed",
			Image = "AmalgamShotgunBarrageMod.png",
			Incompatible = { "Shotgun Barrage", "Flawed Shotgun Barrage" },
			IncompatibilityTags = { "SENTINEL_WEAPON", "POWER_WEAPON" },
			InternalName = "/Lotus/Upgrades/Mods/DualSource/Shotgun/ShotgunMedicMod",
			Introduced = "24.4",
			CodexSecret = false,
			Link = "Amalgam Shotgun Barrage",
			MaxRank = 5,
			Name = "Amalgam Shotgun Barrage",
			Icon = "AmalgamShotgunBarrage.png",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = false,
			Transmutable = false,
			Type = "Shotgun",
			UpgradeTypes = { "WEAPON_FIRE_RATE", "AVATAR_REVIVE_SPEED" }
		},
		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",
			Icon = "Ambush.png",
			Polarity = "Penjaga",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Shade" 
		},
		["Ambush Optics"] = {
			BaseDrain = 6,
			Conclave = true,
			Description = "-50% Zoom",
			Image = "AmbushOpticsMod.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",
			Icon = "AmbushOptics.png",
			Polarity = "Naramon",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Rubico",
			UpgradeTypes = { "WEAPON_ZOOM" }
		},
		["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",
			Icon = "AmmoCase.png",
			Polarity = "Penjaga",
			Rarity = "Common",
			Tradable = true,
			Transmutable = false,
			Type = "Carrier" 
		},
		["Ammo Chain"] = {
			BaseDrain = 2,
			Description = "+100% Ammo Maximum",
			Image = "AmmoChainMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Archwing/Rifle/ArchwingRifleAmmoMaxMod",
			Introduced = "24.2",
			CodexSecret = false,
			Link = "Ammo Chain",
			MaxRank = 5,
			Name = "Ammo Chain",
			Icon = "AmmoChain.png",
			Polarity = "Naramon",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = false,
			Type = "Archgun",
			UpgradeTypes = { "WEAPON_AMMO_MAX" }
		},
		["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",
			Icon = "AmmoDrum.png",
			Polarity = "Naramon",
			Rarity = "Common",
			Tradable = true,
			Transmutable = true,
			Type = "Rifle",
			UpgradeTypes = { "WEAPON_AMMO_MAX" }
		},
		["Ammo Stock"] = {
			BaseDrain = 2,
			Description = "+60% Magazine Capacity",
			Image = "AmmoStockMod.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",
			Icon = "AmmoStock.png",
			Polarity = "Naramon",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = true,
			Type = "Shotgun",
			UpgradeTypes = { "WEAPON_CLIP_MAX" }
		},
		["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",
			Icon = "AnabolicPollination.png",
			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",
			Icon = "AnchoredGlide.png",
			Polarity = "Ability",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Zephyr",
			UpgradeTypes = { "AVATAR_ABILITY_STRENGTH", "AVATAR_ABILITY_AUGMENT" }
		},
		["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)",
			Icon = "AncientFusionCore(Common).png",
			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)",
			Icon = "AncientFusionCore(Uncommon).png",
			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)",
			Icon = "AncientFusionCore(Rare).png",
			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",
			Icon = "AnemicAgility.png",
			Polarity = "Naramon",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Pistol",
			UpgradeTypes = { "WEAPON_FIRE_RATE", "WEAPON_DAMAGE_AMOUNT" }
		},
		["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",
			Icon = "AnimalInstinct.png",
			Polarity = "Naramon",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Companion",
			UpgradeTypes = { "AVATAR_LOOT_RADAR", "AVATAR_ENEMY_RADAR" }
		},
		["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",
			Icon = "Anti-FlakPlating.png",
			Polarity = "Vazarin",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = false,
			Type = "Warframe",
			UpgradeTypes = { "AVATAR_DAMAGE_TAKEN", "AVATAR_PARKOUR_BOOST", "AVATAR_SLIDE_BOOST", "AVATAR_SLIDE_FRICTION" }
		},
		["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",
			Icon = "Anti-GravArray.png",
			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-GravGrenadeMod.png",
			InternalName = "/Lotus/Types/Friendly/Pets/MoaPets/MoaPetPrecept/MoaLiftBombPrecept",
			Introduced = "24",
			CodexSecret = false,
			Link = "Anti-Grav Grenade",
			MaxRank = 3,
			Name = "Anti-Grav Grenade",
			Icon = "Anti-GravGrenade.png",
			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",
			Icon = "Anticipation.png",
			Polarity = "Vazarin",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = false,
			Type = "Warframe",
			UpgradeTypes = { "AVATAR_PROC_IMMUNITY_DURATION" }
		},
		["Antimatter Absorb"] = {
			BaseDrain = 6,
			Description = "Antimatter Drop Augment: Absorbs enemy bullets within 5m, increasing the power of the explosion from Nova's particle of antimatter.",
			Image = "AntimatterAbsorbMod.png",
			InternalName = "/Lotus/Powersuits/AntiMatter/AntiMatterDropAugmentCard",
			Introduced = "15.6",
			CodexSecret = false,
			IsAbilityAugment = true,
			Link = "Antimatter Absorb",
			MaxRank = 3,
			Name = "Antimatter Absorb",
			Icon = "AntimatterAbsorb.png",
			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 = "AntimatterMineMod.png",
			InternalName = "/Lotus/Powersuits/AntiMatter/AntiMatterDropPvPAugmentCard",
			Introduced = "18.5",
			CodexSecret = false,
			IsAbilityAugment = true,
			Link = "Antimatter Mine",
			MaxRank = 3,
			Name = "Antimatter Mine",
			Icon = "AntimatterMine.png",
			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",
			Icon = "Antitoxin.png",
			Polarity = "Vazarin",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = true,
			Type = "Warframe",
			UpgradeTypes = { "AVATAR_DAMAGE_TAKEN" }
		},
		["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",
			Icon = "ApexPredator.png",
			Polarity = "Naramon",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = false,
			Type = "Rifle",
			UpgradeTypes = { "WEAPON_MARK_TARGET" }
		},
		["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",
			Icon = "ArcCoil.png",
			Polarity = "Penjaga",
			Rarity = "Common",
			Tradable = true,
			Transmutable = false,
			Type = "Diriga" 
		},
		["Archgun Ace"] = {
			BaseDrain = 6,
			Description = "On Headshot Kill:\r\n+50% Fire/Charge Rate +100% Reload Speed for 9s",
			Image = "ArchgunAceMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Archwing/Rifle/ArchwingHeadshotKillAmmoEfficiencyMod",
			Introduced = "24.2",
			CodexSecret = false,
			Link = "Archgun Ace",
			MaxRank = 5,
			Name = "Archgun Ace",
			Icon = "ArchgunAce.png",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = true,
			Type = "Archgun",
			UpgradeTypes = { "WEAPON_FIRE_RATE", "WEAPON_CHARGE_RATE", "WEAPON_RELOAD_SPEED" }
		},
		["Archon Continuity"] = {
			BaseDrain = 6,
			Class = "Archon",
			Description = "+55% Ability Duration\r\nAbilities that inflict a <DT_POISON>Toxin status effect will also apply a <DT_CORROSIVE>Corrosive status effect.",
			Image = "ArchonContinuityMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Warframe/Kahl/KahlAvatarAbilityDurationMod",
			Incompatible = { "Continuity" , "Primed Continuity", "Flawed Continuity" },
			Introduced = "32.0.2",
			Link = "Archon Continuity",
			MaxRank = 10,
			Name = "Archon Continuity",
			Icon = "ArchonContinuity.png",
			Polarity = "Madurai",
			Rarity = "Legendary",
			Tradable = true,
			Transmutable = false,
			Type = "Warframe",
			UpgradeTypes = { "AVATAR_ABILITY_DURATION", "AVATAR_PROC_ABILITY_STACK" }
		},
		["Archon Flow"] = {
			BaseDrain = 6,
			Class = "Archon",
			Description = "+185% Energy Max\r\nEnemies killed by <DT_FREEZE>Cold Abilities have 10% chance to drop an Energy Orb. Cooldown: 10s",
			Image = "ArchonFlowMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Warframe/Kahl/KahlAvatarPowerMaxMod",
			Incompatible = { "Flow" , "Primed Flow", "Flawed Flow" },
			Introduced = "32.0.2",
			Link = "Archon Flow",
			MaxRank = 10,
			Name = "Archon Flow",
			Icon = "ArchonFlow.png",
			Polarity = "Naramon",
			Rarity = "Legendary",
			Tradable = true,
			Transmutable = false,
			Type = "Warframe",
			UpgradeTypes = { "AVATAR_POWER_MAX" }
		},
		["Archon Intensify"] = {
			BaseDrain = 6,
			Class = "Archon",
			Description = "+30% Ability Strength\r\nRestoring health with abilities grants +30% Ability Strength for 10s.",
			Image = "ArchonIntensifyMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Warframe/Kahl/KahlAvatarAbilityStrengthMod",
			Incompatible = { "Intensify" , "Umbral Intensify" , "Flawed Intensify" ,"Precision Intensify" },
			Introduced = "32.0.2",
			Link = "Archon Intensify",
			MaxRank = 10,
			Name = "Archon Intensify",
			Icon = "ArchonIntensify.png",
			Polarity = "Madurai",
			Rarity = "Legendary",
			Tradable = true,
			Transmutable = false,
			Type = "Warframe",
			UpgradeTypes = { "AVATAR_ABILITY_STRENGTH" }
		},
		["Archon Stretch"] = {
			BaseDrain = 6,
			Class = "Archon",
			Description = "+45% Ability Range\r\nAbilities that deal <DT_ELECTRICITY>Electricity Damage restore +2 Energy/s over 5s.",
			Image = "ArchonStretchMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Warframe/Kahl/KahlAvatarAbilityRangeMod",
			Incompatible = { "Stretch", "Flawed Stretch" },
			Introduced = "32.0.2",
			Link = "Archon Stretch",
			MaxRank = 10,
			Name = "Archon Stretch",
			Icon = "ArchonStretch.png",
			Polarity = "Naramon",
			Rarity = "Legendary",
			Tradable = true,
			Transmutable = false,
			Type = "Warframe",
			UpgradeTypes = { "AVATAR_ABILITY_RANGE", "AVATAR_POWER_RATE" }
		},
		["Archon Vitality"] = {
			BaseDrain = 6,
			Class = "Archon",
			Description = "+100% Health\r\nStatus Effects from abilities that deal <DT_FIRE>Heat Damage will be applied twice.",
			Image = "ArchonVitalityMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Warframe/Kahl/KahlAvatarHealthMaxMod",
			Incompatible = { "Vitality" , "Umbral Vitality", "Flawed Vitality", "Parasitic Vitality" },
			Introduced = "32.0.2",
			Link = "Archon Vitality",
			MaxRank = 10,
			Name = "Archon Vitality",
			Icon = "ArchonVitality.png",
			Polarity = "Vazarin",
			Rarity = "Legendary",
			Tradable = true,
			Transmutable = false,
			Type = "Warframe",
			UpgradeTypes = { "AVATAR_HEALTH_MAX", "AVATAR_PROC_ABILITY_STACK" }
		},
		["Argent Scourge"] = {
			BaseDrain = -2,
			CompatibilityTags = { "POLEARMS_STANCE" },
			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",
			Icon = "ArgentScourge.png",
			Polarity = "Zenurik",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = false,
			Type = "Polearms" 
		},
		["Argon Plating"] = {
			BaseDrain = 4,
			Description = "+100% Armor",
			Image = "ArgonPlatingMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Archwing/Suit/ArchwingSuitArmourMod",
			Introduced = "15",
			CodexSecret = false,
			Link = "Argon Plating",
			MaxRank = 5,
			Name = "Argon Plating",
			Icon = "ArgonPlating.png",
			Polarity = "Vazarin",
			Rarity = "Common",
			Tradable = true,
			Transmutable = true,
			Type = "Archwing",
			UpgradeTypes = { "AVATAR_ARMOUR" }
		},
		["Argon Scope"] = {
			BaseDrain = 2,
			Description = "On Headshot:\r\n+135% Critical Chance when Aiming for 9s",
			Image = "ArgonScopeMod.png",
			Incompatible = { "Galvanized Scope" },
			IncompatibilityTags = { "POWER_WEAPON" },
			InternalName = "/Lotus/Upgrades/Mods/Rifle/Event/CritChanceWhileAimingRifleMod",
			Introduced = "18.4.1",
			CodexSecret = false,
			Link = "Argon Scope",
			MaxRank = 5,
			Name = "Argon Scope",
			Icon = "ArgonScope.png",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Rifle",
			UpgradeTypes = { "WEAPON_CRIT_CHANCE" }
		},
		["Armored Acrobatics"] = {
			BaseDrain = 6,
			Conclave = true,
			Description = "+20% Damage Resistance during Bullet Jump\r\n-10% Mobility",
			Image = "ArmoredAcrobaticsMod.png",
			InternalName = "/Lotus/Upgrades/Mods/PvPMods/Warframe/DamageResistanceLessMobility",
			Introduced = "18.2",
			CodexSecret = false,
			Link = "Armored Acrobatics",
			MaxRank = 3,
			Name = "Armored Acrobatics",
			Icon = "ArmoredAcrobatics.png",
			Polarity = "Vazarin",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = false,
			Type = "Warframe",
			UpgradeTypes = { "AVATAR_DAMAGE_TAKEN", "AVATAR_PARKOUR_BOOST", "AVATAR_SLIDE_BOOST", "AVATAR_SLIDE_FRICTION" }
		},
		["Armored Agility"] = {
			BaseDrain = 6,
			Description = "+15% Sprint Speed\r\n+40% 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",
			Icon = "ArmoredAgility.png",
			Polarity = "Vazarin",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Warframe",
			UpgradeTypes = { "AVATAR_SPRINT_SPEED", "AVATAR_ARMOUR" }
		},
		["Armored Evade"] = {
			BaseDrain = 6,
			Conclave = true,
			Description = "+40% Damage Resistance while Dodging\r\n-10% Mobility",
			Image = "ArmoredEvadeMod.png",
			InternalName = "/Lotus/Upgrades/Mods/PvPMods/Warframe/DamageResistanceLessSlide",
			Introduced = "18.2",
			CodexSecret = false,
			Link = "Armored Evade",
			MaxRank = 3,
			Name = "Armored Evade",
			Icon = "ArmoredEvade.png",
			Polarity = "Vazarin",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = false,
			Type = "Warframe",
			UpgradeTypes = { "AVATAR_DAMAGE_TAKEN", "AVATAR_PARKOUR_BOOST", "AVATAR_SLIDE_BOOST", "AVATAR_SLIDE_FRICTION" }
		},
		["Armored Recovery"] = {
			BaseDrain = 6,
			Conclave = true,
			Description = "+50% Damage Resistance when knocked down\r\n-20% Slide",
			Image = "ArmoredRecoveryMod.png",
			InternalName = "/Lotus/Upgrades/Mods/PvPMods/Warframe/RagdollImmunityMod",
			Introduced = "18.2",
			CodexSecret = false,
			IsExilus = true,
			Link = "Armored Recovery",
			MaxRank = 3,
			Name = "Armored Recovery",
			Icon = "ArmoredRecovery.png",
			Polarity = "Vazarin",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = false,
			Type = "Warframe",
			UpgradeTypes = { "AVATAR_DAMAGE_TAKEN", "AVATAR_SLIDE_BOOST", "AVATAR_SLIDE_FRICTION" }
		},
		["Arrow Mutation"] = {
			BaseDrain = 2,
			Description = "Converts Secondary ammo pickups to 50% of Ammo Pick Up.",
			Image = "ArrowMutationMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Rifle/WeaponBowConvertAmmoMod",
			Introduced = "9.3",
			CodexSecret = false,
			IsExilus = true,
			Link = "Arrow Mutation",
			MaxRank = 5,
			Name = "Arrow Mutation",
			Icon = "ArrowMutation.png",
			Polarity = "Naramon",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = true,
			Type = "Bow",
			UpgradeTypes = { "WEAPON_CONVERT_AMMO" }
		},
		["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",
			Icon = "ArtilleryCheapShot.png",
			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 = "AssaultModeMod.png",
			InternalName = "/Lotus/Types/Sentinels/SentinelPrecepts/SentinelAttack",
			Introduced = "24",
			CodexSecret = false,
			Link = "Assault Mode",
			MaxRank = 5,
			Name = "Assault Mode",
			Icon = "AssaultMode.png",
			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 = "AssimilateMod.png",
			Incompatible = { "Singularity" },
			InternalName = "/Lotus/Powersuits/Jade/SelfBulletAttractorAugmentCard",
			Introduced = "The Silver Grove",
			CodexSecret = false,
			IsAbilityAugment = true,
			Link = "Assimilate",
			MaxRank = 3,
			Name = "Assimilate",
			Icon = "Assimilate.png",
			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",
			Icon = "AstralAutopsy.png",
			Polarity = "Vazarin",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Archmelee",
			UpgradeTypes = { "WEAPON_EXTRA_SCAN_CHANCE" }
		},
		["Astral Bond"] = {
			BaseDrain = 2,
			Description = "Damage dealt by Operator or Drifter grants 120% Void damage to your Companion's attacks for 10s. Companion Void damage adds +30% Amp and Energy Efficiency to Operator or Drifter for 5s.",
			Image = "AstralBondMod.png",
			InternalName = "/Lotus/Types/Sentinels/SentinelPrecepts/VoidBond/VoidVinculum",
			Introduced = "34",
			CodexSecret = false,
			Link = "Astral Bond",
			MaxRank = 5,
			Name = "Astral Bond",
			Icon = "AstralBond.png",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Companion" 
		},
		["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",
			Icon = "AstralSlash.png",
			Polarity = "Naramon",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Archmelee",
			UpgradeTypes = { "WEAPON_PERCENT_BASE_DAMAGE_ADDED" }
		},
		["Astral Twilight"] = {
			BaseDrain = -2,
			CompatibilityTags = { "GLAIVES_STANCE" },
			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",
			Icon = "AstralTwilight.png",
			Polarity = "Naramon",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = true,
			Type = "Glaives" 
		},
		["Atlantis Vulcan"] = {
			BaseDrain = -2,
			CompatibilityTags = { "NUNCHAKU_STANCE" },
			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",
			Icon = "AtlantisVulcan.png",
			Polarity = "Vazarin",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = false,
			Type = "Nunchaku" 
		},
		["Atomic Fallout"] = {
			BaseDrain = 4,
			CodexSecret = false,
			Description = "+60% <DT_RADIATION>Radiation\r\n+40% Magazine Capacity",
			Icon = "AtomicFallout.png",
			Image = "AtomicFalloutMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Shotgun/DualStat/RadiationClipShotgunMod",
			Introduced = "35",
			Link = "Atomic Fallout",
			MaxRank = 3,
			Name = "Atomic Fallout",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Shotgun",
			UpgradeTypes = { "WEAPON_PERCENT_BASE_DAMAGE_ADDED", "WEAPON_CLIP_MAX" }
		},
		["Auger Strike"] = {
			BaseDrain = 6,
			Description = "+120% <DT_PUNCTURE>Puncture",
			Image = "AugerStrikeMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Melee/WeaponEventPunctureDamageMod",
			Introduced = "15.5",
			CodexSecret = false,
			Link = "Auger Strike",
			MaxRank = 5,
			Name = "Auger Strike",
			Icon = "AugerStrike.png",
			Polarity = "Naramon",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Melee",
			UpgradeTypes = { "WEAPON_PERCENT_BASE_DAMAGE_ADDED" }
		},
		["Augur Accord"] = {
			BaseDrain = 2,
			Description = "+70% Shield Capacity",
			Image = "AugurAccordMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Sets/Augur/WarframeAugurAccordMod",
			Introduced = "22",
			CodexSecret = false,
			Link = "Augur Accord",
			MaxRank = 5,
			Name = "Augur Accord",
			Icon = "AugurAccord.png",
			Polarity = "Vazarin",
			Rarity = "Uncommon",
			Set = "Augur Set",
			Tradable = true,
			Transmutable = false,
			Type = "Warframe",
			UpgradeTypes = { "AVATAR_SHIELD_MAX" }
		},
		["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",
			Icon = "AugurMessage.png",
			Polarity = "Naramon",
			Rarity = "Common",
			Set = "Augur Set",
			Tradable = true,
			Transmutable = false,
			Type = "Warframe",
			UpgradeTypes = { "AVATAR_ABILITY_DURATION" }
		},
		["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",
			Icon = "AugurPact.png",
			Polarity = "Naramon",
			Rarity = "Common",
			Set = "Augur Set",
			Tradable = true,
			Transmutable = false,
			Type = "Pistol",
			UpgradeTypes = { "WEAPON_DAMAGE_AMOUNT" }
		},
		["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",
			Icon = "AugurReach.png",
			Polarity = "Naramon",
			Rarity = "Uncommon",
			Set = "Augur Set",
			Tradable = true,
			Transmutable = false,
			Type = "Warframe",
			UpgradeTypes = { "AVATAR_ABILITY_RANGE" }
		},
		["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",
			Icon = "AugurSecrets.png",
			Polarity = "Naramon",
			Rarity = "Rare",
			Set = "Augur Set",
			Tradable = true,
			Transmutable = false,
			Type = "Warframe",
			UpgradeTypes = { "AVATAR_ABILITY_STRENGTH" }
		},
		["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",
			Icon = "AugurSeeker.png",
			Polarity = "Madurai",
			Rarity = "Rare",
			Set = "Augur Set",
			Tradable = true,
			Transmutable = false,
			Type = "Pistol",
			UpgradeTypes = { "WEAPON_PROC_TIME" }
		},
		["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",
			Icon = "AutoBreach.png",
			Polarity = "Universal",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = true,
			Type = "Parazon",
			UpgradeTypes = { "AVATAR_HACK_CHANCE" }
		},
		["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",
			Icon = "AutoOmni.png",
			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",
			Icon = "AutomaticTrigger.png",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = true,
			Type = "Archgun",
			UpgradeTypes = { "WEAPON_FIRE_RATE" }
		},
		["Auxiliary Power"] = {
			BaseDrain = 6,
			Description = "+100% Energy Max",
			Image = "AuxiliaryPowerMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Archwing/Suit/ArchwingSuitPowerMaxMod",
			Introduced = "15",
			CodexSecret = false,
			Link = "Auxiliary Power",
			MaxRank = 5,
			Name = "Auxiliary Power",
			Icon = "AuxiliaryPower.png",
			Polarity = "Madurai",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = true,
			Type = "Archwing",
			UpgradeTypes = { "AVATAR_POWER_MAX" }
		},
		["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",
			Icon = "AvengingTruth.png",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Silva & Aegis",
			UpgradeTypes = { "WEAPON_SYNDICATE_POWER" }
		},
		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",
			Icon = "Aviator.png",
			Polarity = "Vazarin",
			Rarity = "Common",
			Tradable = true,
			Transmutable = false,
			Type = "Warframe",
			UpgradeTypes = { "AVATAR_DAMAGE_TAKEN" }
		},
		["Axios Javelineers"] = {
			BaseDrain = 6,
			Description = "Axios Javelin Augment: A pair of Styanax Specters spawn to throw javelins, creating vortexes on impact. Impale an enemy to increase vortex duration by 5s.",
			Image = "AxiosJavelineersMod.png",
			InternalName = "/Lotus/Powersuits/Hoplite/HopliteImpaleAugmentCard",
			Introduced = "35.5",
			CodexSecret = false,
			IsAbilityAugment = true,
			Link = "Axios Javelineers",
			MaxRank = 3,
			Name = "Axios Javelineers",
			Icon = "AxiosJavelineers.jpg",
			Polarity = "Zenurik",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Styanax" 
		},
		["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",
			Icon = "BalefireSurge.png",
			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",
			Icon = "BallistaMeasure.png",
			Polarity = "Vazarin",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Archgun",
			UpgradeTypes = { "WEAPON_RANGE" }
		},
		["Ballistic Bullseye"] = {
			BaseDrain = 6,
			Description = "Ballistic Battery Augment: The shot gains a +50% Final Critical Chance bonus, based on the amount charged.",
			Image = "BallisticBullseyeMod.png",
			InternalName = "/Lotus/Powersuits/Cowgirl/BallisticBatteryAugmentCard",
			Introduced = "15.6",
			CodexSecret = false,
			IsAbilityAugment = true,
			Link = "Ballistic Bullseye",
			MaxRank = 3,
			Name = "Ballistic Bullseye",
			Icon = "BallisticBullseye.png",
			Polarity = "Zenurik",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Mesa" 
		},
		["Bane of Corpus"] = {
			BaseDrain = 4,
			Description = "x1.3 Damage to Corpus",
			Image = "BaneofCorpusMod.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",
			Icon = "BaneofCorpus.png",
			Polarity = "Madurai",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = true,
			Type = "Rifle",
			UpgradeTypes = { "GAMEPLAY_FACTION_DAMAGE" }
		},
		["Bane of Corrupted"] = {
			BaseDrain = 4,
			Description = "x1.3 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",
			Icon = "BaneofCorrupted.png",
			Polarity = "Madurai",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = true,
			Type = "Rifle",
			UpgradeTypes = { "GAMEPLAY_FACTION_DAMAGE" }
		},
		["Bane of Grineer"] = {
			BaseDrain = 4,
			Description = "x1.3 Damage to Grineer",
			Image = "BaneofGrineerMod.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",
			Icon = "BaneofGrineer.png",
			Polarity = "Madurai",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = true,
			Type = "Rifle",
			UpgradeTypes = { "GAMEPLAY_FACTION_DAMAGE" }
		},
		["Bane of Infested"] = {
			BaseDrain = 4,
			Description = "x1.3 Damage to Infested",
			Image = "BaneofInfestedMod.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",
			Icon = "BaneofInfested.png",
			Polarity = "Madurai",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = true,
			Type = "Rifle",
			UpgradeTypes = { "GAMEPLAY_FACTION_DAMAGE" }
		},
		["Bane of The Murmur"] = {
			BaseDrain = 4,
			CodexSecret = false,
			Description = "x1.3 Damage to Murmur",
			Icon = "BaneofTheMurmur.png",
			Image = "BaneofTheMurmurMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Rifle/WeaponFactionDamageMurmurs",
			Introduced = "35",
			Link = "Bane of The Murmur",
			MaxRank = 5,
			Name = "Bane of The Murmur",
			Polarity = "Madurai",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = false,
			Type = "Rifle",
			UpgradeTypes = { "GAMEPLAY_FACTION_DAMAGE" }
		},
		["Barrel Diffusion"] = {
			BaseDrain = 4,
			Description = "+120% Multishot",
			Image = "BarrelDiffusionMod.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",
			Icon = "BarrelDiffusion.png",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = true,
			Type = "Pistol",
			UpgradeTypes = { "WEAPON_FIRE_ITERATIONS" }
		},
		["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 = "BatteringManeuverMod.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",
			Icon = "BatteringManeuver.png",
			Polarity = "Vazarin",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = false,
			Type = "Warframe",
			UpgradeTypes = { "AVATAR_PARKOUR_BOOST", "AVATAR_PARKOUR_GLIDE", "AVATAR_PARKOUR_DAMAGE_ADDED" }
		},
		["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",
			Icon = "BattleForge.png",
			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",
			Icon = "BattleStations.png",
			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 Weapon Damage.",
			Image = "BeguilingLanternMod.png",
			InternalName = "/Lotus/Powersuits/Fairy/FairyLightAugmentCard",
			Introduced = "20.2",
			CodexSecret = false,
			IsAbilityAugment = true,
			Link = "Beguiling Lantern",
			MaxRank = 3,
			Name = "Beguiling Lantern",
			Icon = "BeguilingLantern.png",
			Polarity = "Zenurik",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Titania" 
		},
		["Berserker Fury"] = {
			BaseDrain = 4,
			Description = "On Melee Kill:\r\n+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",
			Icon = "BerserkerFury.png",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = true,
			Type = "Melee",
			UpgradeTypes = { "WEAPON_FIRE_RATE" }
		},
		["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",
			Icon = "Bhisaj-Bal.png",
			Polarity = "Naramon",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Paris Prime",
			UpgradeTypes = { "WEAPON_PROC_CHANCE" }
		},
		Bite = {
			BaseDrain = 6,
			Description = "+330% Critical Chance\r\n+220% Critical Damage",
			Image = "BiteMod.png",
			IncompatibilityTags = { "SENTINEL_MOD", "MOA_MOD" },
			InternalName = "/Lotus/Upgrades/Mods/Sentinel/Kubrow/KubrowCritMod",
			Introduced = "14",
			CodexSecret = false,
			Link = "Bite",
			MaxRank = 10,
			Name = "Bite",
			Icon = "Bite.png",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = true,
			Type = "Beast",
			UpgradeTypes = { "WEAPON_CRIT_CHANCE", "WEAPON_CRIT_DAMAGE" }
		},
		["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",
			Icon = "BitingFrost.png",
			Polarity = "Zenurik",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Frost" 
		},
		["Biting Piranha"] = {
			BaseDrain = -2,
			CompatibilityTags = { "DUAL_DAGGERS_STANCE" },
			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",
			Icon = "BitingPiranha.png",
			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",
			Icon = "BlackoutPulse.png",
			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 = "BladeofTruthMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Syndicate/JawSwordMod",
			Introduced = "15",
			CodexSecret = false,
			IsWeaponAugment = true,
			Link = "Blade of Truth",
			MaxRank = 3,
			Name = "Blade of Truth",
			Icon = "BladeofTruth.png",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Jaw Sword",
			UpgradeTypes = { "WEAPON_MELEE_DAMAGE", "WEAPON_SYNDICATE_POWER" }
		},
		["Bladed Rounds"] = {
			BaseDrain = 4,
			Description = "On Kill:\r\n+120% Critical Damage when Aiming for 9s",
			Image = "BladedRoundsMod.png",
			IncompatibilityTags = { "POWER_WEAPON" },
			InternalName = "/Lotus/Upgrades/Mods/Rifle/Event/CritDamageWhileAimingRifleMod",
			Introduced = "18.4.1",
			CodexSecret = false,
			Link = "Bladed Rounds",
			MaxRank = 5,
			Name = "Bladed Rounds",
			Icon = "BladedRounds.png",
			Polarity = "Madurai",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = false,
			Type = "Rifle",
			UpgradeTypes = { "WEAPON_CRIT_DAMAGE" }
		},
		["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",
			Icon = "BlastShield.png",
			Polarity = "Penjaga",
			Rarity = "Common",
			Tradable = true,
			Transmutable = false,
			Type = "MOA" 
		},
		Blaze = {
			BaseDrain = 6,
			Description = "+60% Damage\r\n+60% <DT_FIRE>Heat",
			Image = "BlazeMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Shotgun/DualStat/BlazeMod",
			Introduced = "9",
			CodexSecret = false,
			Link = "Blaze",
			MaxRank = 3,
			Name = "Blaze",
			Icon = "Blaze.png",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Shotgun",
			UpgradeTypes = { "WEAPON_DAMAGE_AMOUNT", "WEAPON_PERCENT_BASE_DAMAGE_ADDED" }
		},
		["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",
			Icon = "BlazingPillage.png",
			Polarity = "Zenurik",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Hildryn" 
		},
		["Blazing Steel"] = {
			BaseDrain = 4,
			Description = "+120% <DT_FIRE>Heat",
			Image = "BlazingSteelMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Archwing/Melee/ArchwingWeaponFireDamageMod",
			Introduced = "15",
			CodexSecret = false,
			Link = "Blazing Steel",
			MaxRank = 5,
			Name = "Blazing Steel",
			Icon = "BlazingSteel.png",
			Polarity = "Madurai",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = false,
			Type = "Archmelee",
			UpgradeTypes = { "WEAPON_PERCENT_BASE_DAMAGE_ADDED" }
		},
		["Bleeding Edge"] = {
			BaseDrain = 4,
			Description = "+110% Critical Damage",
			Image = "BleedingEdgeMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Archwing/Melee/ArchwingMeleeCritDamageMod",
			Introduced = "15",
			CodexSecret = false,
			Link = "Bleeding Edge",
			MaxRank = 10,
			Name = "Bleeding Edge",
			Icon = "BleedingEdge.png",
			Polarity = "Madurai",
			Rarity = "Common",
			Tradable = true,
			Transmutable = true,
			Type = "Archmelee",
			UpgradeTypes = { "WEAPON_CRIT_DAMAGE" },
		},
		["Bleeding Willow"] = {
			BaseDrain = -2,
			CompatibilityTags = { "POLEARMS_STANCE" },
			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",
			Icon = "BleedingWillow.png",
			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",
			Icon = "BlendingTalons.png",
			Polarity = "Zenurik",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Garuda" 
		},
		["Blind Justice"] = {
			BaseDrain = -2,
			CompatibilityTags = { "NIKANAS_STANCE" },
			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",
			Icon = "BlindJustice.png",
			Polarity = "Madurai",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = true,
			Type = "Nikanas" 
		},
		["Blind Rage"] = {
			BaseDrain = 6,
			Description = "+99% Ability Strength\r\n-55% Ability Efficiency",
			Image = "BlindRageMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Warframe/DualStat/CorruptedPowerEfficiencyWarframe",
			Introduced = "10.3",
			CodexSecret = false,
			Link = "Blind Rage",
			MaxRank = 10,
			Name = "Blind Rage",
			Icon = "BlindRage.png",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Warframe",
			UpgradeTypes = { "AVATAR_ABILITY_STRENGTH", "AVATAR_ABILITY_EFFICIENCY" }
		},
		["Blind Shot"] = {
			BaseDrain = 6,
			Conclave = true,
			CompatibilityTags = { "PROJECTILE" },
			Description = "+40% Projectile Speed\r\n-4% Accuracy",
			Image = "BlindShotMod.png",
			IncompatibilityTags = { "AOE", "SECONDARYSHOTGUN" },
			InternalName = "/Lotus/Upgrades/Mods/PvPMods/Pistol/HigherVelocityLessAccuratePistolMod",
			Introduced = "16",
			CodexSecret = false,
			Link = "Blind Shot",
			MaxRank = 3,
			Name = "Blind Shot",
			Icon = "BlindShot.png",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Pistol",
			UpgradeTypes = { "WEAPON_PROJECTILE_SPEED", "WEAPON_SPREAD" }
		},
		["Blinding Reave"] = {
			BaseDrain = 6,
			Description = "Reave Augment: Reave gains +40% range and enemies are blinded by its 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",
			Icon = "BlindingReave.png",
			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",
			Icon = "BloodForAmmo.png",
			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",
			Icon = "BloodForEnergy.png",
			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",
			Icon = "BloodForLife.png",
			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",
			Icon = "BloodForge.png",
			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",
			IncompatibilityTags = { "POWER_WEAPON", "SENTINEL_WEAPON", "HOUND_WEAPON" },
			InternalName = "/Lotus/Upgrades/Mods/Melee/Event/ComboCritChanceMod",
			Introduced = "18.4.1",
			CodexSecret = false,
			Link = "Blood Rush",
			MaxRank = 10,
			Name = "Blood Rush",
			Icon = "BloodRush.png",
			Polarity = "Madurai",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = false,
			Type = "Melee",
			UpgradeTypes = { "WEAPON_CRIT_CHANCE" }
		},
		Blunderbuss = {
			BaseDrain = 4,
			Description = "+90% Critical Chance",
			Image = "BlunderbussMod.png",
			Incompatible = { "Critical Deceleration" },
			InternalName = "/Lotus/Upgrades/Mods/Shotgun/WeaponCritChanceMod",
			Introduced = "0",
			CodexSecret = false,
			Link = "Blunderbuss",
			MaxRank = 5,
			Name = "Blunderbuss",
			Icon = "Blunderbuss.png",
			Polarity = "Madurai",
			Rarity = "Common",
			Tradable = true,
			Transmutable = true,
			Type = "Shotgun",
			UpgradeTypes = { "WEAPON_CRIT_CHANCE" }
		},
		["Body Count"] = {
			BaseDrain = 4,
			Description = "+12s Combo Duration",
			Image = "BodyCountMod.png",
			Incompatible = { "Amalgam Furax Body Count" },
			IncompatibilityTags = { "POWER_WEAPON", "SENTINEL_WEAPON", "HOUND_WEAPON" },
			InternalName = "/Lotus/Upgrades/Mods/Melee/Event/ComboDurationMod",
			Introduced = "18.4.1",
			CodexSecret = false,
			Link = "Body Count",
			MaxRank = 5,
			Name = "Body Count",
			Icon = "BodyCount.png",
			Polarity = "Naramon",
			Rarity = "Common",
			Tradable = true,
			Transmutable = false,
			Type = "Melee",
			UpgradeTypes = { "WEAPON_MELEE_COMBO_DURATION_BONUS" }
		},
		["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'",
			Icon = "BombTheLandin'.png",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "K-Drive" 
		},
		Bore = {
			BaseDrain = 6,
			Description = "+120% <DT_PUNCTURE>Puncture",
			Image = "BoreMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Pistol/WeaponEventPunctureDamageMod",
			Introduced = "15.5",
			CodexSecret = false,
			Link = "Bore",
			MaxRank = 5,
			Name = "Bore",
			Icon = "Bore.png",
			Polarity = "Naramon",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Pistol",
			UpgradeTypes = { "WEAPON_PERCENT_BASE_DAMAGE_ADDED" }
		},
		["Boreal's Anguish"] = {
			BaseDrain = 4,
			CodexSecret = false,
			Conclave = false,
			Description = "-75% Gravity while Aim Gliding\r\n+60% Aim Glide/Wall Latch Duration",
			Icon = "Boreal'sAnguish.png",
			Image = "Boreal'sAnguishMod.png",
			Incompatible = { "Amar's Anguish", "Nira's Anguish" },
			InternalName = "/Lotus/Upgrades/Mods/Sets/Boreal/BorealExilusMod",
			Introduced = "31",
			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",
			UpgradeTypes = { "AVATAR_PARKOUR_GRAVITY", "AVATAR_PARKOUR_GLIDE" }
		},
		["Boreal's Contempt"] = {
			BaseDrain = 4,
			CodexSecret = false,
			CompatibilityTags = { "POLEARMS_STANCE" },
			Conclave = false,
			Description = "+90% Melee Damage\r\n60% Damage from Status Effects",
			Icon = "Boreal'sContempt.png",
			Image = "Boreal'sContemptMod.png",
			IncompatibilityTags = { "POWER_WEAPON" },
			InternalName = "/Lotus/Upgrades/Mods/Sets/Boreal/BorealMeleeMod",
			Introduced = "31",
			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",
			UpgradeTypes = { "WEAPON_MELEE_DAMAGE", "WEAPON_PROC_DAMAGE" }
		},
		["Boreal's Hatred"] = {
			BaseDrain = 4,
			CodexSecret = false,
			Conclave = false,
			Description = "+65% Shield Capacity\r\n+15% Ability Efficiency",
			Icon = "Boreal'sHatred.png",
			Image = "Boreal'sHatredMod.png",
			Incompatible = { "Amar's Hatred", "Nira's Hatred" },
			InternalName = "/Lotus/Upgrades/Mods/Sets/Boreal/BorealWarframeMod",
			Introduced = "31",
			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",
			UpgradeTypes = { "AVATAR_SHIELD_MAX", "AVATAR_ABILITY_EFFICIENCY" }
		},
		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",
			Icon = "Botanist.png",
			Polarity = "Penjaga",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Oxylus" 
		},
		["Bounty Hunter"] = {
			BaseDrain = 2,
			Conclave = true,
			Description = "Reveals target on Minimap for +6s.",
			Image = "BountyHunterMod.png",
			InternalName = "/Lotus/Upgrades/Mods/PvPMods/Shotgun/MarkTargetShotgunMod",
			Introduced = "16",
			CodexSecret = false,
			Link = "Bounty Hunter",
			MaxRank = 5,
			Name = "Bounty Hunter",
			Icon = "BountyHunter.png",
			Polarity = "Naramon",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = false,
			Type = "Shotgun",
			UpgradeTypes = { "WEAPON_MARK_TARGET" }
		},
		["Brain Storm"] = {
			BaseDrain = 10,
			Conclave = true,
			Description = "On Headshot:\r\n+100% Ammo Efficiency for 0.5s",
			Image = "BrainStormMod.png",
			IncompatibilityTags = { "AOE" },
			InternalName = "/Lotus/Upgrades/Mods/PvPMods/Rifle/GrakataUnlimitedAmmo",
			Introduced = "18.5",
			CodexSecret = false,
			IsWeaponAugment = true,
			Link = "Brain Storm",
			MaxRank = 3,
			Name = "Brain Storm",
			Icon = "BrainStorm.png",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Grakata",
			UpgradeTypes = { "WEAPON_AMMO_CONSUME_RATE" }
		},
		["Breach Loader"] = {
			BaseDrain = 6,
			Description = "+120% <DT_PUNCTURE>Puncture",
			Image = "BreachLoaderMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Shotgun/WeaponEventPunctureDamageMod",
			Introduced = "15.5",
			CodexSecret = false,
			Link = "Breach Loader",
			MaxRank = 5,
			Name = "Breach Loader",
			Icon = "BreachLoader.png",
			Polarity = "Naramon",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Shotgun",
			UpgradeTypes = { "WEAPON_PERCENT_BASE_DAMAGE_ADDED" }
		},
		["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",
			Icon = "BreachQuanta.png",
			Polarity = "Universal",
			Rarity = "Common",
			Tradable = true,
			Transmutable = false,
			Type = "Railjack (Tactical, Slot 1)" 
		},
		["Brief Respite"] = {
			BaseDrain = -2,
			Description = "Squad 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",
			Icon = "BriefRespite.png",
			Polarity = "Zenurik",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = false,
			Type = "Aura",
			UpgradeTypes = { "AVATAR_ABILITY_ENERGY_TO_SHIELD" }
		},
		["Bright Purity"] = {
			BaseDrain = 4,
			Description = "+100% Melee Damage\r\n+1 'Purity'",
			Image = "BrightPurityMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Syndicate/SkanaMod",
			Introduced = "15",
			CodexSecret = false,
			IsWeaponAugment = true,
			Link = "Bright Purity",
			MaxRank = 3,
			Name = "Bright Purity",
			Icon = "BrightPurity.png",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Skana",
			UpgradeTypes = { "WEAPON_MELEE_DAMAGE", "WEAPON_SYNDICATE_POWER" }
		},
		["Broad Eye"] = {
			BaseDrain = 2,
			Conclave = true,
			Description = "-60% Zoom while Aim Gliding",
			Image = "BroadEyeMod.png",
			InternalName = "/Lotus/Upgrades/Mods/PvPMods/Shotgun/HigherAirAimFoVShotgunMod",
			Introduced = "17.4",
			CodexSecret = false,
			IsExilus = true,
			Link = "Broad Eye",
			MaxRank = 5,
			Name = "Broad Eye",
			Icon = "BroadEye.png",
			Polarity = "Naramon",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = false,
			Type = "Shotgun",
			UpgradeTypes = { "WEAPON_ZOOM" }
		},
		["Brutal Tide"] = {
			BaseDrain = -2,
			CompatibilityTags = { "SPARRING_STANCE" },
			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",
			Icon = "BrutalTide.png",
			Polarity = "Naramon",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = true,
			Type = "Sparring" 
		},
		["Bullet Dance"] = {
			BaseDrain = -2,
			CompatibilityTags = { "GUNBLADE_STANCE" },
			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",
			Icon = "BulletDance.png",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = true,
			Type = "Gunblade" 
		},
		["Burdened Magazine"] = {
			BaseDrain = 6,
			Description = "+60% Magazine Capacity\r\n-18% Reload Speed",
			Image = "BurdenedMagazineMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Shotgun/DualStat/CorruptedMaxClipReloadSpeedShotgun",
			Introduced = "10.3",
			CodexSecret = false,
			Link = "Burdened Magazine",
			MaxRank = 5,
			Name = "Burdened Magazine",
			Icon = "BurdenedMagazine.png",
			Polarity = "Naramon",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Shotgun",
			UpgradeTypes = { "WEAPON_CLIP_MAX", "WEAPON_RELOAD_SPEED" }
		},
		["Burning Wasp"] = {
			BaseDrain = -2,
			CompatibilityTags = { "WHIPS_STANCE" },
			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",
			Icon = "BurningWasp.png",
			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 = "BurstingMassMod.png",
			IncompatibilityTags = { "POWER_WEAPON" },
			InternalName = "/Lotus/Upgrades/Mods/Rifle/Event/Arbitration/InfCrpShockSwarmRifleArbitrationMod",
			Introduced = "24.3",
			CodexSecret = false,
			IsWeaponAugment = true,
			Link = "Bursting Mass",
			MaxRank = 5,
			Name = "Bursting Mass",
			Icon = "BurstingMass.png",
			Polarity = "Naramon",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Mutalist Quanta" 
		},
		["Butcher's Revelry"] = {
			BaseDrain = -2,
			CompatibilityTags = { "BLADESAW_STANCE" },
			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",
			Icon = "Butcher'sRevelry.png",
			Polarity = "Naramon",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Assault Saw" 
		},
		["Buzz Kill"] = {
			BaseDrain = 6,
			Description = "+120% <DT_SLASH>Slash",
			Image = "BuzzKillMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Melee/WeaponEventSlashDamageMod",
			Introduced = "14.7",
			CodexSecret = false,
			Link = "Buzz Kill",
			MaxRank = 5,
			Name = "Buzz Kill",
			Icon = "BuzzKill.png",
			Polarity = "Naramon",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Melee",
			UpgradeTypes = { "WEAPON_PERCENT_BASE_DAMAGE_ADDED" }
		},
		["Calculated Redirection"] = {
			BaseDrain = 4,
			Description = "+250% Shield Capacity",
			Image = "CalculatedRedirectionMod.png",
			Incompatible = { "Link Redirection" },
			InternalName = "/Lotus/Upgrades/Mods/Sentinel/SentinelShieldMaxMod",
			Introduced = "7",
			CodexSecret = false,
			Link = "Calculated Redirection",
			MaxRank = 10,
			Name = "Calculated Redirection",
			Icon = "CalculatedRedirection.png",
			Polarity = "Vazarin",
			Rarity = "Common",
			Tradable = true,
			Transmutable = true,
			Type = "Companion",
			UpgradeTypes = { "AVATAR_SHIELD_MAX" }
		},
		["Calculated Shot"] = {
			BaseDrain = 0,
			Description = "Sentinel charges a powerful shot and fires at the first enemy within 70m.",
			Image = "CalculatedShotMod.png",
			InternalName = "/Lotus/Types/Sentinels/SentinelPrecepts/HeadShot",
			Introduced = "17.3",
			CodexSecret = false,
			Link = "Calculated Shot",
			MaxRank = 5,
			Name = "Calculated Shot",
			Icon = "CalculatedShot.png",
			Polarity = "Penjaga",
			Rarity = "Common",
			Tradable = true,
			Transmutable = false,
			Type = "Diriga" 
		},
		["Calculated Spring"] = {
			BaseDrain = 2,
			Conclave = true,
			Description = "-10% Mobility\r\n+25% Health",
			Image = "CalculatedSpringMod.png",
			Incompatible = { "Adept Surge", "Air Thrusters", "Rising Skill", "Tempered Bound" },
			InternalName = "/Lotus/Upgrades/Mods/PvPMods/Warframe/MoreHealthLessBulletJumpMod",
			Introduced = "17.8",
			CodexSecret = false,
			IsExilus = true,
			Link = "Calculated Spring",
			MaxRank = 3,
			Name = "Calculated Spring",
			Icon = "CalculatedSpring.png",
			Polarity = "Naramon",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = false,
			Type = "Warframe",
			UpgradeTypes = { "AVATAR_PARKOUR_BOOST", "AVATAR_SLIDE_BOOST", "AVATAR_SLIDE_FRICTION", "AVATAR_HEALTH_MAX" }
		},
		["Calculated Victory"] = {
			BaseDrain = 10,
			Conclave = true,
			Description = "On Kill:\r\n-100% Shield Recharge Delay for 10s\r\n-25% from Health Orbs",
			Image = "CalculatedVictoryMod.png",
			IncompatibilityTags = { "POWER_WEAPON", "SANDMAN" },
			InternalName = "/Lotus/Upgrades/Mods/PvPMods/Pistol/RestoreShieldsOnKillMod",
			Introduced = "16.5",
			CodexSecret = false,
			Link = "Calculated Victory",
			MaxRank = 3,
			Name = "Calculated Victory",
			Icon = "CalculatedVictory.png",
			Polarity = "Vazarin",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Pistol",
			UpgradeTypes = { "AVATAR_SHIELD_RECHARGE_RATE", "GAMEPLAY_PICKUP_AMOUNT" }
		},
		["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&FrenzyMod.png",
			InternalName = "/Lotus/Powersuits/YinYang/YinYangTargetAugmentCard",
			Introduced = "18.4.7",
			CodexSecret = false,
			IsAbilityAugment = true,
			Link = "Calm & Frenzy",
			MaxRank = 3,
			Name = "Calm & Frenzy",
			Icon = "Calm&Frenzy.png",
			Polarity = "Zenurik",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Equinox" 
		},
		Cannonade = {
			_IgnoreEntry = true,
			BaseDrain = 6,
			Description = "+30% Chance to Explode (Use with Caution)",
			Image = "CannonadeMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Pistol/ProjectileExplosionChanceMod",
			Link = "Cannonade",
			MaxRank = 3,
			Name = "Cannonade",
			Icon = "Cannonade.png",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = false,
			Transmutable = false,
			Type = "Pistol",
			UpgradeTypes = { "WEAPON_PROJECTILE_EXPLOSION_CHANCE" }
		},
		Capacitance = {
			BaseDrain = 6,
			Description = "Discharge Augment: Converts 3% of Damage dealt into Shields split between Volt and Squadmates.",
			Image = "CapacitanceMod.png",
			InternalName = "/Lotus/Powersuits/Volt/OverloadAugmentCard",
			Introduced = "16.2",
			CodexSecret = false,
			IsAbilityAugment = true,
			Link = "Capacitance",
			MaxRank = 3,
			Name = "Capacitance",
			Icon = "Capacitance.png",
			Polarity = "Zenurik",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Volt" 
		},
		["Carnis Carapace"] = {
			BaseDrain = 4,
			Description = "+55% Armor\r\n+20% Health",
			Image = "CarnisCarapaceMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Sets/Ashen/AshenCarapaceMod",
			Introduced = "29",
			CodexSecret = false,
			Link = "Carnis Carapace",
			MaxRank = 5,
			Name = "Carnis Carapace",
			Icon = "CarnisCarapace.png",
			Polarity = "Vazarin",
			Rarity = "Uncommon",
			Set = "Carnis Set",
			Tradable = true,
			Transmutable = false,
			Type = "Warframe",
			UpgradeTypes = { "AVATAR_ARMOUR", "AVATAR_HEALTH_MAX" }
		},
		["Carnis Mandible"] = {
			BaseDrain = 4,
			Description = "+90% <DT_SLASH>Slash\r\n+60% Status Chance",
			Image = "CarnisMandibleMod.png",
			IncompatibilityTags = { "SENTINEL_WEAPON", "HOUND_WEAPON" },
			InternalName = "/Lotus/Upgrades/Mods/Sets/Ashen/AshenMandibleMod",
			Introduced = "29",
			CodexSecret = false,
			Link = "Carnis Mandible",
			MaxRank = 5,
			Name = "Carnis Mandible",
			Icon = "CarnisMandible.png",
			Polarity = "Naramon",
			Rarity = "Common",
			Set = "Carnis Set",
			Tradable = true,
			Transmutable = false,
			Type = "Melee",
			UpgradeTypes = { "WEAPON_PERCENT_BASE_DAMAGE_ADDED", "WEAPON_PROC_CHANCE" }
		},
		["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",
			Icon = "CarnisStinger.png",
			Polarity = "Naramon",
			Rarity = "Rare",
			Set = "Carnis Set",
			Tradable = true,
			Transmutable = false,
			Type = "Pistol",
			UpgradeTypes = { "WEAPON_PERCENT_BASE_DAMAGE_ADDED", "WEAPON_PROC_CHANCE" }
		},
		["Carving Mantis"] = {
			BaseDrain = -2,
			CompatibilityTags = { "DUAL_SWORDS_STANCE" },
			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",
			Icon = "CarvingMantis.png",
			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'sEyeMod.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",
			Icon = "Cat'sEye.png",
			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 = "CataclysmicContinuumMod.png",
			InternalName = "/Lotus/Powersuits/Magician/TearInSpaceAugmentCard",
			Introduced = "16.7",
			CodexSecret = false,
			IsAbilityAugment = true,
			Link = "Cataclysmic Continuum",
			MaxRank = 3,
			Name = "Cataclysmic Continuum",
			Icon = "CataclysmicContinuum.png",
			Polarity = "Zenurik",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Limbo" 
		},
		["Catalyzer Link"] = {
			BaseDrain = 4,
			Description = "On Ability Cast:\r\n+60% Status Chance when Aiming for 9s",
			Image = "CatalyzerLinkMod.png",
			IncompatibilityTags = { "POWER_WEAPON" },
			InternalName = "/Lotus/Upgrades/Mods/Rifle/Event/StatusProcWhileAimingRifleMod",
			Introduced = "18.4.1",
			CodexSecret = false,
			Link = "Catalyzer Link",
			MaxRank = 5,
			Name = "Catalyzer Link",
			Icon = "CatalyzerLink.png",
			Polarity = "Madurai",
			Rarity = "Common",
			Tradable = true,
			Transmutable = false,
			Type = "Rifle",
			UpgradeTypes = { "WEAPON_PROC_CHANCE" }
		},
		["Catalyzing Shields"] = {
			BaseDrain = 10,
			Conclave = false,
			Description = "x0.20 Max Shield Capacity\r\n1.33s Full Shield Gate immunity duration",
			Icon = "CatalyzingShields.png",
			Image = "CatalyzingShieldsMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Warframe/DualStat/FixedShieldAndShieldGatingDuration",
			Introduced = "34",
			Link = "Catalyzing Shields",
			MaxRank = 3,
			Name = "Catalyzing Shields",
			Polarity = "Vazarin",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Warframe",
		},
		["Cathode Current"] = {
			BaseDrain = 6,
			Conclave = false,
			Description = "Cathode Grace Augment: Eliminating an enemy while Cathode Grace is active will release an additional discharge from Rotoswell with 200% Damage and extend its duration by the same amount",
			Icon = "CathodeCurrent.png",
			Image = "CathodeCurrentMod.png",
			InternalName = "/Lotus/Powersuits/Gyre/GyreEnergizedAugmentCard",
			Introduced = "32.2",
			IsAbilityAugment = true,
			IsExilus = false,
			IsFlawed = false,
			Link = "Cathode Current",
			MaxRank = 3,
			Name = "Cathode Current",
			Polarity = "Zenurik",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Gyre",
		},
		Catapult = {
			BaseDrain = 6,
			Description = "Pulverize Augment: <SECONDARY_FIRE> to launch Grendel in your aim direction. Costs 5<ENERGY>. Crouch to slow down.",
			Image = "CatapultMod.png",
			InternalName = "/Lotus/Powersuits/Devourer/DevourerBowlAugmentCard",
			Introduced = "27.3.14",
			CodexSecret = false,
			IsAbilityAugment = true,
			IsExilus = true,
			Link = "Catapult",
			MaxRank = 3,
			Name = "Catapult",
			Icon = "Catapult.png",
			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 = "CautiousShotMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Rifle/WeaponResistSelfDamageMod",
			Introduced = "23.10",
			CodexSecret = false,
			IsExilus = true,
			Link = "Cautious Shot",
			MaxRank = 10,
			Name = "Cautious Shot",
			Icon = "CautiousShot.png",
			Polarity = "Naramon",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Rifle",
			UpgradeTypes = { "WEAPON_PROC_SELF_CC_REDUCTION_CHANCE" }
		},
		["Celestial Nightfall"] = {
			BaseDrain = -2,
			CompatibilityTags = { "GLAIVES_STANCE" },
			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",
			Icon = "CelestialNightfall.png",
			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",
			Icon = "CelestialStomp.png",
			Polarity = "Zenurik",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Wukong" 
		},
		["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",
			Icon = "Champion'sBlessing.png",
			Polarity = "Zenurik",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Trinity" 
		},
		["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 = "ChaosSphereMod.png",
			InternalName = "/Lotus/Powersuits/Jade/ChaosAugmentCard",
			Introduced = "16.6",
			CodexSecret = false,
			IsAbilityAugment = true,
			Link = "Chaos Sphere",
			MaxRank = 3,
			Name = "Chaos Sphere",
			Icon = "ChaosSphere.png",
			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",
			Icon = "ChargedBullets.png",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Archgun",
			UpgradeTypes = { "WEAPON_PERCENT_BASE_DAMAGE_ADDED", "WEAPON_PROC_CHANCE" }
		},
		["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",
			Icon = "ChargedChamber.png",
			Polarity = "Madurai",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = true,
			Type = "Sniper",
			UpgradeTypes = { "WEAPON_INIT_DAMAGE_MOD" }
		},
		["Charged Shell"] = {
			BaseDrain = 4,
			Description = "+90% <DT_ELECTRICITY>Electricity",
			Image = "ChargedShellMod.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",
			Icon = "ChargedShell.png",
			Polarity = "Naramon",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = true,
			Type = "Shotgun",
			UpgradeTypes = { "WEAPON_PERCENT_BASE_DAMAGE_ADDED" }
		},
		Charm = {
			BaseDrain = 0,
			Description = "Smeeta Kavat has a 28% chance every 27s to bestow its owner with good fortune.",
			Image = "CharmMod.png",
			InternalName = "/Lotus/Types/Friendly/Pets/CatbrowPetPrecepts/CatbrowLuckPrecept",
			Introduced = "Specters of the Rail",
			CodexSecret = false,
			Link = "Charm",
			MaxRank = 3,
			Name = "Charm",
			Icon = "Charm.png",
			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 = "ChillingGlobeMod.png",
			InternalName = "/Lotus/Powersuits/Frost/IceShieldAugmentCard",
			Introduced = "16",
			CodexSecret = false,
			IsAbilityAugment = true,
			Link = "Chilling Globe",
			MaxRank = 3,
			Name = "Chilling Globe",
			Icon = "ChillingGlobe.png",
			Polarity = "Zenurik",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Frost" 
		},
		["Chilling Grasp"] = {
			BaseDrain = 2,
			Description = "+90% <DT_FREEZE>Cold",
			Image = "ChillingGraspMod.png",
			Incompatible = { "Primed Chilling Grasp" },
			InternalName = "/Lotus/Upgrades/Mods/Shotgun/WeaponFreezeDamageMod",
			Introduced = "0",
			CodexSecret = false,
			Link = "Chilling Grasp",
			MaxRank = 5,
			Name = "Chilling Grasp",
			Icon = "ChillingGrasp.png",
			Polarity = "Vazarin",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = true,
			Type = "Shotgun",
			UpgradeTypes = { "WEAPON_PERCENT_BASE_DAMAGE_ADDED" }
		},
		["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",
			Icon = "ChillingReload.png",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Shotgun",
			UpgradeTypes = { "WEAPON_PERCENT_BASE_DAMAGE_ADDED", "WEAPON_RELOAD_SPEED" }
		},
		["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",
			Icon = "ChromaticBlade.png",
			Polarity = "Zenurik",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Excalibur" 
		},
		["Clashing Forest"] = {
			BaseDrain = -2,
			CompatibilityTags = { "STAVES_STANCE" },
			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",
			Icon = "ClashingForest.png",
			Polarity = "Madurai",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = true,
			Type = "Staves" 
		},
		["Cleanse Corpus"] = {
			BaseDrain = 2,
			Description = "x1.3 Damage to Corpus",
			Image = "CleanseCorpusMod.png",
			Incompatible = { "Primed Cleanse Corpus" },
			InternalName = "/Lotus/Upgrades/Mods/Shotgun/WeaponShotgunFactionDamageCorpus",
			Introduced = "9",
			CodexSecret = false,
			Link = "Cleanse Corpus",
			MaxRank = 5,
			Name = "Cleanse Corpus",
			Icon = "CleanseCorpus.png",
			Polarity = "Madurai",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = true,
			Type = "Shotgun",
			UpgradeTypes = { "GAMEPLAY_FACTION_DAMAGE" }
		},
		["Cleanse Corrupted"] = {
			BaseDrain = 4,
			Description = "x1.3 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",
			Icon = "CleanseCorrupted.png",
			Polarity = "Madurai",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = true,
			Type = "Shotgun",
			UpgradeTypes = { "GAMEPLAY_FACTION_DAMAGE" }
		},
		["Cleanse Grineer"] = {
			BaseDrain = 2,
			Description = "x1.3 Damage to Grineer",
			Image = "CleanseGrineerMod.png",
			Incompatible = { "Primed Cleanse Grineer" },
			InternalName = "/Lotus/Upgrades/Mods/Shotgun/WeaponShotgunFactionDamageGrineer",
			Introduced = "9",
			CodexSecret = false,
			Link = "Cleanse Grineer",
			MaxRank = 5,
			Name = "Cleanse Grineer",
			Icon = "CleanseGrineer.png",
			Polarity = "Madurai",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = true,
			Type = "Shotgun",
			UpgradeTypes = { "GAMEPLAY_FACTION_DAMAGE" }
		},
		["Cleanse Infested"] = {
			BaseDrain = 2,
			Description = "x1.3 Damage to Infested",
			Image = "CleanseInfestedMod.png",
			Incompatible = { "Primed Cleanse Infested" },
			InternalName = "/Lotus/Upgrades/Mods/Shotgun/WeaponShotgunFactionDamageInfested",
			Introduced = "9",
			CodexSecret = false,
			Link = "Cleanse Infested",
			MaxRank = 5,
			Name = "Cleanse Infested",
			Icon = "CleanseInfested.png",
			Polarity = "Madurai",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = true,
			Type = "Shotgun",
			UpgradeTypes = { "GAMEPLAY_FACTION_DAMAGE" }
		},
		["Cleanse The Murmur"] = {
			BaseDrain = 4,
			CodexSecret = false,
			Description = "x1.3 Damage to Murmur",
			Icon = "CleanseTheMurmur.png",
			Image = "CleanseTheMurmurMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Shotgun/WeaponShotgunFactionDamageMurmurs",
			Introduced = "35",
			Link = "Cleanse The Murmur",
			MaxRank = 5,
			Name = "Cleanse The Murmur",
			Polarity = "Madurai",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = false,
			Type = "Shotgun",
			UpgradeTypes = { "GAMEPLAY_FACTION_DAMAGE" }
		},
		["Cleaving Whirlwind"] = {
			BaseDrain = -2,
			CompatibilityTags = { "HEAVY_BLADE_STANCE" },
			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",
			Icon = "CleavingWhirlwind.png",
			Polarity = "Vazarin",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = true,
			Type = "Heavy Blade" 
		},
		["Clip Delegation"] = {
			BaseDrain = 2,
			Conclave = false,
			Description = "On Reload: Next Magazine has Status Chance and Multishot increased by 15% per shot landed with current Magazine. Max 15 stacks.",
			Icon = "ClipDelegation.jpg",
			Image = "ClipDelegationMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Nightwave/SobekNightwaveMod",
			Introduced = "35.6",
			IsExilus = false,
			IsFlawed = false,
			Link = "Clip Delegation",
			MaxRank = 5,
			Name = "Clip Delegation",
			Polarity = "Vazarin",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Sobek",
		},
		["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",
			Icon = "CoactionDrift.png",
			Polarity = "Naramon",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Warframe",
			UpgradeTypes = { "AVATAR_AURA_STRENGTH", "AVATAR_AURA_EFFECTIVENESS_ON_ME" }
		},
		["Coiling Viper"] = {
			BaseDrain = -2,
			CompatibilityTags = { "WHIPS_STANCE" },
			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",
			Icon = "CoilingViper.png",
			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",
			Icon = "ColdArrival.png",
			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 = "ColdSnapMod.png",
			InternalName = "/Lotus/Powersuits/Archwing/StealthJetPack/GravInstabilityAugmentCard",
			Introduced = "Specters of the Rail",
			CodexSecret = false,
			IsAbilityAugment = true,
			Link = "Cold Snap",
			MaxRank = 3,
			Name = "Cold Snap",
			Icon = "ColdSnap.png",
			Polarity = "Zenurik",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Itzal" 
		},
		["Collision Force"] = {
			BaseDrain = 6,
			Description = "+120% <DT_IMPACT>Impact",
			Image = "CollisionForceMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Melee/WeaponEventMeleeImpactDamageMod",
			Introduced = "16.4",
			CodexSecret = false,
			Link = "Collision Force",
			MaxRank = 5,
			Name = "Collision Force",
			Icon = "CollisionForce.png",
			Polarity = "Naramon",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Melee",
			UpgradeTypes = { "WEAPON_PERCENT_BASE_DAMAGE_ADDED" }
		},
		["Combat Discipline"] = {
			BaseDrain = -2,
			Description = "You lose 10 Health on kill\r\nSquadmates 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",
			Icon = "CombatDiscipline.png",
			Polarity = "Vazarin",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Aura" 
		},
		["Combat Reload"] = {
			BaseDrain = 4,
			Description = "If 5 pellets are head shots, increase reload speed by +120% for 3s.",
			Image = "CombatReloadMod.png",
			IncompatibilityTags = { "POWER_WEAPON" },
			InternalName = "/Lotus/Upgrades/Mods/Rifle/Event/Nightwave/NightwaveTigrisAugmentMod",
			Introduced = "31.2",
			CodexSecret = false,
			IsWeaponAugment = true,
			Link = "Combat Reload",
			MaxRank = 5,
			Name = "Combat Reload",
			Icon = "CombatReload.png",
			Polarity = "Naramon",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Tigris",
			UpgradeTypes = { "WEAPON_RELOAD_SPEED" }
		},
		["Combo Fury"] = {
			BaseDrain = 4,
			Description = "On Melee Kill:\r\n+100% Reload Speed\r\n+100% Magazine Capacity for 12s on Secondary Weapon",
			Image = "ComboFuryMod.png",
			IncompatibilityTags = { "SENTINEL_WEAPON" },
			InternalName = "/Lotus/Upgrades/Mods/Melee/WeaponGlaiveOnKillBuffSecondary",
			Introduced = "29.2.3",
			CodexSecret = false,
			Link = "Combo Fury",
			MaxRank = 5,
			Name = "Combo Fury",
			Icon = "ComboFury.png",
			Polarity = "Naramon",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Glaive",
			UpgradeTypes = { "WEAPON_RELOAD_SPEED", "WEAPON_CLIP_MAX" }
		},
		["Combo Killer"] = {
			BaseDrain = 2,
			Description = "+5s Combo Duration\r\nOn Kill with Secondary Weapon:\r\nReset Melee Combo Timer",
			Image = "ComboKillerMod.png",
			IncompatibilityTags = { "SENTINEL_WEAPON" },
			InternalName = "/Lotus/Upgrades/Mods/Melee/WeaponGlaiveSecondaryHeadshotKillMod",
			Introduced = "29.3.2",
			CodexSecret = false,
			Link = "Combo Killer",
			MaxRank = 5,
			Name = "Combo Killer",
			Icon = "ComboKiller.png",
			Polarity = "Naramon",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = false,
			Type = "Glaive",
			UpgradeTypes = { "WEAPON_MELEE_COMBO_DURATION_BONUS" }
		},
		["Combustion Beam"] = {
			BaseDrain = 4,
			CompatibilityTags = { "BEAM" },
			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",
			Icon = "CombustionBeam.png",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = true,
			Type = "Primary",
			UpgradeTypes = { "WEAPON_CORPSE_EXPLODE_DAMAGE", "WEAPON_CORPSE_EXPLODE_RADIUS" }
		},
		["Combustion Rounds"] = {
			BaseDrain = 4,
			Description = "+120% <DT_FIRE>Heat",
			Image = "CombustionRoundsMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Archwing/Rifle/ArchwingWeaponFireDamageMod",
			Introduced = "15",
			CodexSecret = false,
			Link = "Combustion Rounds",
			MaxRank = 5,
			Name = "Combustion Rounds",
			Icon = "CombustionRounds.png",
			Polarity = "Madurai",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = false,
			Type = "Archgun",
			UpgradeTypes = { "WEAPON_PERCENT_BASE_DAMAGE_ADDED" }
		},
		["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",
			Icon = "CometBlast.png",
			Polarity = "Naramon",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Archgun",
			UpgradeTypes = { "WEAPON_PERCENT_BASE_DAMAGE_ADDED" }
		},
		["Comet Rounds"] = {
			BaseDrain = 2,
			Conclave = true,
			Description = "20% of Damage converted into <DT_IMPACT>Impact",
			Image = "CometRoundsMod.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",
			Icon = "CometRounds.png",
			Polarity = "Madurai",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = false,
			Type = "Rifle",
			UpgradeTypes = { "WEAPON_DAMAGE_TYPE_BIAS" }
		},
		["Concealed Explosives"] = {
			BaseDrain = 6,
			CompatibilityTags = { "THROWN" },
			Description = "+80% Chance to Explode (Use with Caution)",
			Image = "ConcealedExplosivesMod.png",
			Incompatible = { "Energizing Shot" },
			InternalName = "/Lotus/Upgrades/Mods/Pistol/ThrowingExplosionChanceMod",
			Introduced = "17",
			CodexSecret = false,
			Link = "Concealed Explosives",
			MaxRank = 3,
			Name = "Concealed Explosives",
			Icon = "ConcealedExplosives.png",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = true,
			Type = "Thrown",
			UpgradeTypes = { "WEAPON_PROJECTILE_EXPLOSION_CHANCE" }
		},
		["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 = "ConcentratedArrowMod.png",
			InternalName = "/Lotus/Powersuits/Ranger/RangerBowAugmentCard",
			Introduced = "22.17.3",
			CodexSecret = false,
			IsAbilityAugment = true,
			Link = "Concentrated Arrow",
			MaxRank = 3,
			Name = "Concentrated Arrow",
			Icon = "ConcentratedArrow.png",
			Polarity = "Zenurik",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Ivara" 
		},
		["Concussion Rounds"] = {
			BaseDrain = 2,
			Description = "+90% <DT_IMPACT>Impact",
			Image = "ConcussionRoundsMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Pistol/WeaponImpactDamageMod",
			Introduced = "11",
			CodexSecret = false,
			Link = "Concussion Rounds",
			MaxRank = 5,
			Name = "Concussion Rounds",
			Icon = "ConcussionRounds.png",
			Polarity = "Naramon",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = true,
			Type = "Pistol",
			UpgradeTypes = { "WEAPON_PERCENT_BASE_DAMAGE_ADDED" }
		},
		["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",
			Icon = "ConditionOverload.png",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = true,
			Type = "Melee",
			UpgradeTypes = { "WEAPON_DAMAGE_IF_VICTIM_PROC_ACTIVE" }
		},
		["Condition's Perfection"] = {
			BaseDrain = 4,
			CodexSecret = false,
			Description = "Enables Tennokai. Increases status chance by +100% on Tennokai attacks.",
			Icon = "Condition'sPerfection.png",
			Image = "Condition'sPerfectionMod.png",
			InternalName = "/Lotus/Upgrades/EmpoweredHeavyMelee/PerfectCondition",
			Introduced = "35",
			IsExilus = true,
			Link = "Condition's Perfection",
			MaxRank = 3,
			Name = "Condition's Perfection",
			Polarity = "Vazarin",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = false,
			Type = "Melee",
			UpgradeTypes = { "WEAPON_PROC_CHANCE" }
		},
		["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",
			Icon = "ConductiveBlade.png",
			Polarity = "Naramon",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = false,
			Type = "Archmelee",
			UpgradeTypes = { "WEAPON_PERCENT_BASE_DAMAGE_ADDED" }
		},
		Conductor = {
			BaseDrain = 6,
			Description = "Resonator Augment: Reactivate the ability to command Resonator to move to your aim point at 150% Speed.",
			Image = "ConductorMod.png",
			InternalName = "/Lotus/Powersuits/Bard/BardCharmAugmentCard",
			Introduced = "23.7",
			CodexSecret = false,
			IsAbilityAugment = true,
			IsExilus = true,
			Link = "Conductor",
			MaxRank = 3,
			Name = "Conductor",
			Icon = "Conductor.png",
			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",
			Icon = "ConicNozzle.png",
			Polarity = "Vazarin",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Plexus" 
		},
		Constitution = {
			BaseDrain = 10,
			Description = "+40% Faster Knockdown Recovery\r\n+28% Ability Duration",
			Image = "ConstitutionMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Warframe/DualStat/ConstitutionMod",
			Introduced = "9",
			CodexSecret = false,
			Link = "Constitution",
			MaxRank = 3,
			Name = "Constitution",
			Icon = "Constitution.png",
			Polarity = "Naramon",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Warframe",
			UpgradeTypes = { "AVATAR_KNOCKDOWN_RECOVERY_SPEED", "AVATAR_ABILITY_DURATION" }
		},
		["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",
			Icon = "ContagionCloud.png",
			Polarity = "Zenurik",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Saryn" 
		},
		["Contagious Bond"] = {
			BaseDrain = 4,
			Description = "When your Companion kills an enemy afflicted with a Status Effect, 50% of the Status Effect spreads to other enemies within 9m.",
			Image = "ContagiousBondMod.png",
			InternalName = "/Lotus/Types/Sentinels/SentinelPrecepts/VoidBond/Proliferation",
			Introduced = "34",
			CodexSecret = false,
			Link = "Contagious Bond",
			MaxRank = 5,
			Name = "Contagious Bond",
			Icon = "ContagiousBond.png",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Companion" 
		},
		["Contagious Spread"] = {
			BaseDrain = 4,
			Description = "+90% <DT_POISON>Toxin",
			Image = "ContagiousSpreadMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Shotgun/WeaponToxinDamageMod",
			Introduced = "11",
			CodexSecret = false,
			Link = "Contagious Spread",
			MaxRank = 5,
			Name = "Contagious Spread",
			Icon = "ContagiousSpread.png",
			Polarity = "Naramon",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = true,
			Type = "Shotgun",
			UpgradeTypes = { "WEAPON_PERCENT_BASE_DAMAGE_ADDED" }
		},
		["Containment Breach"] = {
			BaseDrain = 4,
			CodexSecret = false,
			Description = "+60% <DT_RADIATION>Radiation\r\n+30% Multishot",
			Icon = "ContainmentBreach.png",
			Image = "ContainmentBreachMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Archwing/Rifle/ArchwingEventRadiationFireIterationRifleMod",
			Introduced = "35",
			Link = "Containment Breach",
			MaxRank = 3,
			Name = "Containment Breach",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Archgun",
			UpgradeTypes = { "WEAPON_PERCENT_BASE_DAMAGE_ADDED", "WEAPON_FIRE_ITERATIONS" }
		},
		["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",
			Icon = "ContaminationCasing.png",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Archgun",
			UpgradeTypes = { "WEAPON_PERCENT_BASE_DAMAGE_ADDED", "WEAPON_PROC_CHANCE" }
		},
		Continuity = {
			BaseDrain = 2,
			Description = "+30% Ability Duration",
			Image = "ContinuityMod.png",
			Incompatible = { "Archon Continuity" , "Primed Continuity", "Flawed Continuity" },
			InternalName = "/Lotus/Upgrades/Mods/Warframe/AvatarAbilityDurationMod",
			Introduced = "0",
			CodexSecret = false,
			Link = "Continuity",
			MaxRank = 5,
			Name = "Continuity",
			Icon = "Continuity.png",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = true,
			Type = "Warframe",
			UpgradeTypes = { "AVATAR_ABILITY_DURATION" }
		},
		["Continuous Misery"] = {
			BaseDrain = 4,
			Description = "+100% Status Duration",
			Image = "ContinuousMiseryMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Rifle/WeaponProcTimeMod",
			Introduced = "15",
			CodexSecret = false,
			Link = "Continuous Misery",
			MaxRank = 3,
			Name = "Continuous Misery",
			Icon = "ContinuousMisery.png",
			Polarity = "Madurai",
			Rarity = "Common",
			Tradable = true,
			Transmutable = true,
			Type = "Rifle",
			UpgradeTypes = { "WEAPON_PROC_TIME" }
		},
		["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",
			Icon = "ControlledSlide.png",
			Polarity = "Ability",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Nezha",
			UpgradeTypes = { "AVATAR_ABILITY_STRENGTH", "AVATAR_ABILITY_AUGMENT" }
		},
		Convulsion = {
			BaseDrain = 4,
			Description = "+90% <DT_ELECTRICITY>Electricity",
			Image = "ConvulsionMod.png",
			Incompatible = { "Flawed Convulsion", "Primed Convulsion" },
			InternalName = "/Lotus/Upgrades/Mods/Pistol/WeaponElectricityDamageMod",
			Introduced = "0",
			CodexSecret = false,
			Link = "Convulsion",
			MaxRank = 5,
			Name = "Convulsion",
			Icon = "Convulsion.png",
			Polarity = "Naramon",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = true,
			Type = "Pistol",
			UpgradeTypes = { "WEAPON_PERCENT_BASE_DAMAGE_ADDED" }
		},
		["Coolant Leak"] = {
			BaseDrain = 4,
			Description = "Sentinel has a 3m freeze aura, slowing incoming enemies by 10%.",
			Image = "CoolantLeakMod.png",
			InternalName = "/Lotus/Types/Sentinels/SentinelPrecepts/CoolantLeak",
			Introduced = "10",
			CodexSecret = false,
			Link = "Coolant Leak",
			MaxRank = 0,
			Name = "Coolant Leak",
			Icon = "CoolantLeak.png",
			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",
			Icon = "Cordon.png",
			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",
			Icon = "CorrodingBarrage.png",
			Polarity = "Zenurik",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Hydroid" 
		},
		["Corrosive Projection"] = {
			BaseDrain = -2,
			Description = "Enemies lose -18% Armor",
			Image = "CorrosiveProjectionMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Aura/EnemyArmorReductionAuraMod",
			Introduced = "8",
			CodexSecret = false,
			Link = "Corrosive Projection",
			MaxRank = 5,
			Name = "Corrosive Projection",
			Icon = "CorrosiveProjection.png",
			Polarity = "Naramon",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = false,
			Type = "Aura",
			UpgradeTypes = { "AVATAR_ARMOUR" }
		},
		["Corrupt Charge"] = {
			BaseDrain = 4,
			Description = "+30 Initial Combo\r\n-50% Combo Duration",
			Image = "CorruptChargeMod.png",
			IncompatibilityTags = { "SENTINEL_WEAPON", "HOUND_WEAPON" },
			InternalName = "/Lotus/Upgrades/Mods/Melee/DualStat/CorruptedHeavyDamageChargeSpeedMod",
			Introduced = "10.3",
			CodexSecret = false,
			Link = "Corrupt Charge",
			MaxRank = 3,
			Name = "Corrupt Charge",
			Icon = "CorruptCharge.png",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Melee",
			UpgradeTypes = { "WEAPON_MELEE_COMBO_INITIAL_BONUS", "WEAPON_MELEE_COMBO_DURATION_BONUS" }
		},
		["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",
			Icon = "CounterPulse.png",
			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",
			Icon = "Counterbalance.png",
			Polarity = "Naramon",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = true,
			Type = "Shotgun",
			UpgradeTypes = { "WEAPON_RECOIL" }
		},
		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",
			Icon = "Countermeasures.png",
			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 = "CounterweightMod.png",
			Incompatible = { "Serrated Edges", "Sharpened Blade" },
			InternalName = "/Lotus/Upgrades/Mods/PvPMods/Melee/DamageBiasImpactMeleeMod",
			Introduced = "17",
			CodexSecret = false,
			Link = "Counterweight",
			MaxRank = 3,
			Name = "Counterweight",
			Icon = "Counterweight.png",
			Polarity = "Madurai",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = false,
			Type = "Melee",
			UpgradeTypes = { "WEAPON_DAMAGE_TYPE_BIAS" }
		},
		["Covert Bond"] = {
			BaseDrain = 2,
			Description = "Finisher and Mercy Kills grant your Companion 10s of stealth that attacks will not disrupt. Max 60s.",
			Image = "CovertBondMod.png",
			InternalName = "/Lotus/Types/Sentinels/SentinelPrecepts/VoidBond/PredatoryResponse",
			Introduced = "34",
			CodexSecret = false,
			Link = "Covert Bond",
			MaxRank = 5,
			Name = "Covert Bond",
			Icon = "CovertBond.png",
			Polarity = "Naramon",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Companion" 
		},
		["Covert Lethality"] = {
			BaseDrain = 10,
			Description = "+16 Initial Combo\r\n+100% Finisher Damage",
			Image = "CovertLethalityMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Melee/WeaponMeleeStealthLethalMod",
			Introduced = "17",
			CodexSecret = false,
			Link = "Covert Lethality",
			MaxRank = 3,
			Name = "Covert Lethality",
			Icon = "CovertLethality.png",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = true,
			Type = "Melee",
			UpgradeTypes = { "WEAPON_MELEE_COMBO_INITIAL_BONUS", "WEAPON_MELEE_FINISHER_DAMAGE" }
		},
		["Crash Course"] = {
			BaseDrain = 6,
			Description = "+120% <DT_IMPACT>Impact",
			Image = "CrashCourseMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Rifle/WeaponEventRifleImpactDamageMod",
			Introduced = "16.4",
			CodexSecret = false,
			Link = "Crash Course",
			MaxRank = 5,
			Name = "Crash Course",
			Icon = "CrashCourse.png",
			Polarity = "Naramon",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Rifle",
			UpgradeTypes = { "WEAPON_PERCENT_BASE_DAMAGE_ADDED" }
		},
		["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",
			Icon = "CrashShot.png",
			Polarity = "Madurai",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = false,
			Type = "Shotgun",
			UpgradeTypes = { "WEAPON_DAMAGE_TYPE_BIAS" }
		},
		["Crashing Havoc"] = {
			BaseDrain = -2,
			CompatibilityTags = { "HAMMERS_STANCE" },
			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",
			Icon = "CrashingHavoc.png",
			Polarity = "Vazarin",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = false,
			Type = "Hammers" 
		},
		["Crashing Timber"] = {
			BaseDrain = -2,
			CompatibilityTags = { "STAVES_STANCE" },
			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",
			Icon = "CrashingTimber.png",
			Polarity = "Madurai",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = false,
			Type = "Staves" 
		},
		["Creeping Bullseye"] = {
			BaseDrain = 4,
			Description = "+200% Critical Chance\r\n-20% Fire Rate",
			Image = "CreepingBullseyeMod.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",
			Icon = "CreepingBullseye.png",
			Polarity = "Naramon",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Pistol",
			UpgradeTypes = { "WEAPON_CRIT_CHANCE", "WEAPON_FIRE_RATE" }
		},
		["Creeping Terrify"] = {
			BaseDrain = 6,
			Description = "Terrify Augment: Affected enemies have 60% reduced Movement Speed.",
			Image = "CreepingTerrifyMod.png",
			InternalName = "/Lotus/Powersuits/Necro/TerrorTotemAugmentCard",
			Introduced = "18.14",
			CodexSecret = false,
			IsAbilityAugment = true,
			Link = "Creeping Terrify",
			MaxRank = 3,
			Name = "Creeping Terrify",
			Icon = "CreepingTerrify.png",
			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",
			Icon = "CrescentCharge.png",
			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",
			Icon = "CrescentDevolution.png",
			Polarity = "Penjaga",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Crescent Vulpaphyla" 
		},
		["Crimson Dervish"] = {
			BaseDrain = -2,
			CompatibilityTags = { "SWORDS_STANCE" },
			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",
			Icon = "CrimsonDervish.png",
			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",
			Icon = "CrimsonFugue.png",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Plexus" 
		},
		["Critical Deceleration"] = {
			BaseDrain = 4,
			Description = "+200% Critical Chance\r\n-20% Fire Rate",
			Image = "CriticalDecelerationMod.png",
			Incompatible = { "Blunderbuss" },
			InternalName = "/Lotus/Upgrades/Mods/Shotgun/DualStat/CorruptedCritChanceFireRateShotgun",
			Introduced = "15",
			CodexSecret = false,
			Link = "Critical Deceleration",
			MaxRank = 5,
			Name = "Critical Deceleration",
			Icon = "CriticalDeceleration.png",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Shotgun",
			UpgradeTypes = { "WEAPON_CRIT_CHANCE", "WEAPON_FIRE_RATE" }
		},
		["Critical Delay"] = {
			BaseDrain = 4,
			Description = "+200% Critical Chance\r\n-20% Fire Rate (x2 for Bows)",
			Image = "CriticalDelayMod.png",
			Incompatible = { "Point Strike" },
			InternalName = "/Lotus/Upgrades/Mods/Rifle/DualStat/CorruptedCritRateFireRateRifle",
			Introduced = "10.3",
			CodexSecret = false,
			Link = "Critical Delay",
			MaxRank = 5,
			Name = "Critical Delay",
			Icon = "CriticalDelay.png",
			Polarity = "Naramon",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Rifle",
			UpgradeTypes = { "WEAPON_CRIT_CHANCE", "WEAPON_FIRE_RATE" }
		},
		["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",
			Icon = "CriticalFocus.png",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = true,
			Type = "Archgun",
			UpgradeTypes = { "WEAPON_CRIT_CHANCE", "WEAPON_CRIT_DAMAGE" }
		},
		["Critical Meltdown"] = {
			BaseDrain = 4,
			CodexSecret = false,
			Description = "+60% <DT_RADIATION>Radiation\r\n+60% Critical Chance",
			Icon = "CriticalMeltdown.png",
			Image = "CriticalMeltdownMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Archwing/Melee/ArchwingEventRadiationCritChanceMeleeMod",
			Introduced = "35",
			Link = "Critical Meltdown",
			MaxRank = 3,
			Name = "Critical Meltdown",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Archmelee",
			UpgradeTypes = { "WEAPON_PERCENT_BASE_DAMAGE_ADDED", "WEAPON_CRIT_CHANCE" }
		},
		["Critical Mutation"] = {
			BaseDrain = 2,
			Conclave = false,
			Description = "Each kill increases Critical Chance and Critical Damage by 30% up to 300%. Reduce by 30% when fewer than 3 enemies are struck by the grenade explosion.",
			Icon = "CriticalMutation.jpg",
			Image = "CriticalMutationMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Pistol/Event/Nightwave/NightwaveCatabolystAugmentMod",
			Introduced = "34",
			IsExilus = false,
			IsFlawed = false,
			Link = "Critical Mutation",
			MaxRank = 5,
			Name = "Critical Mutation",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Catabolyst",
			UpgradeTypes = { "SKILL_ABILITY_TACTICAL_EFFICIENCY" }
		},
		["Critical Precision"] = {
			BaseDrain = 2,
			Description = "Burst Fire Only: Headshots increase Critical Chance by 10% up to 500%. Missing with all shots in a burst removes up to 100% of this bonus Critical Chance.",
			Image = "CriticalPrecisionMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Rifle/Event/Nightwave/NightwaveTiberonAugmentMod",
			Introduced = "31.6.4",
			CodexSecret = false,
			IsWeaponAugment = true,
			Link = "Critical Precision",
			MaxRank = 5,
			Name = "Critical Precision",
			Icon = "CriticalPrecision.png",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Tiberon" 
		},
		["Critical Surge"] = {
			BaseDrain = 6,
			Description = "Breach Surge Augment: Teleporting to a Reservoir costs 50% Energy and grants 10% Critical Chance to Primary Weapons per meter traveled for 9s. Maximum of 250% 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",
			Icon = "CriticalSurge.png",
			Polarity = "Zenurik",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Wisp" 
		},
		["Crossing Snakes"] = {
			BaseDrain = -2,
			CompatibilityTags = { "DUAL_SWORDS_STANCE" },
			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",
			Icon = "CrossingSnakes.png",
			Polarity = "Naramon",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = true,
			Type = "Dual Swords" 
		},
		["Crowd Dispersion"] = {
			BaseDrain = 2,
			Description = "Unleashes a 10.0m radial knockdown when multiple enemies are nearby, dealing 10.0 Damage.",
			Image = "CrowdDispersionMod.png",
			InternalName = "/Lotus/Types/Sentinels/SentinelPrecepts/CrowdDispersion",
			Introduced = "7",
			CodexSecret = false,
			Link = "Crowd Dispersion",
			MaxRank = 5,
			Name = "Crowd Dispersion",
			Icon = "CrowdDispersion.png",
			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",
			Icon = "CruisingSpeed.png",
			Polarity = "Naramon",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = false,
			Type = "Plexus" 
		},
		["Crushing Ruin"] = {
			BaseDrain = -2,
			CompatibilityTags = { "HAMMERS_STANCE" },
			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",
			Icon = "CrushingRuin.png",
			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 = "CryoCoatingMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Archwing/Melee/ArchwingEventColdStatusMeleeMod",
			Introduced = "24",
			CodexSecret = false,
			Link = "Cryo Coating",
			MaxRank = 3,
			Name = "Cryo Coating",
			Icon = "CryoCoating.png",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Archmelee",
			UpgradeTypes = { "WEAPON_PERCENT_BASE_DAMAGE_ADDED", "WEAPON_PROC_CHANCE" }
		},
		["Cryo Rounds"] = {
			BaseDrain = 2,
			Description = "+90% <DT_FREEZE>Cold",
			Image = "CryoRoundsMod.png",
			Incompatible = { "Primed Cryo Rounds" },
			InternalName = "/Lotus/Upgrades/Mods/Rifle/WeaponFreezeDamageMod",
			Introduced = "0",
			CodexSecret = false,
			Link = "Cryo Rounds",
			MaxRank = 5,
			Name = "Cryo Rounds",
			Icon = "CryoRounds.png",
			Polarity = "Vazarin",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = true,
			Type = "Rifle",
			UpgradeTypes = { "WEAPON_PERCENT_BASE_DAMAGE_ADDED" }
		},
		["Cunning Aspect"] = {
			BaseDrain = -2,
			CompatibilityTags = { "RAPIER_STANCE" },
			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",
			Icon = "CunningAspect.png",
			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",
			Icon = "CunningDrift.png",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Warframe",
			UpgradeTypes = { "AVATAR_SLIDE_BOOST", "AVATAR_SLIDE_FRICTION", "AVATAR_ABILITY_RANGE" }
		},
		["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",
			Icon = "CurativeUndertow.png",
			Polarity = "Zenurik",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Hydroid" 
		},
		["Cutting Edge"] = {
			BaseDrain = 6,
			Description = "+110% Melee Damage",
			Image = "CuttingEdgeMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Archwing/Melee/ArchwingMeleeDamageMod",
			Introduced = "15",
			CodexSecret = false,
			Link = "Cutting Edge",
			MaxRank = 10,
			Name = "Cutting Edge",
			Icon = "CuttingEdge.png",
			Polarity = "Madurai",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = true,
			Type = "Archmelee",
			UpgradeTypes = { "WEAPON_MELEE_DAMAGE" } 
		},
		["Cyclone Kraken"] = {
			BaseDrain = -2,
			CompatibilityTags = { "MACHETES_STANCE" },
			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",
			Icon = "CycloneKraken.png",
			Polarity = "Zenurik",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = true,
			Type = "Machetes" 
		},
		["Damage Decoy"] = {
			BaseDrain = 6,
			Description = "Decoy Augment: Decoy can be cast on enemies. Enemies who attack that decoy receive 5 random Status Effects, and the reflected damage is increased by 350%.",
			Image = "DamageDecoyMod.png",
			InternalName = "/Lotus/Powersuits/Loki/DecoyAugmentTwoCard",
			Introduced = "35.5",
			CodexSecret = false,
			IsAbilityAugment = true,
			Link = "Damage Decoy",
			MaxRank = 3,
			Name = "Damage Decoy",
			Icon = "DamageDecoy.jpg",
			Polarity = "Zenurik",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Loki" 
		},
		["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",
			Icon = "Damzav-Vati.png",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Akbronco Prime",
			UpgradeTypes = { "WEAPON_PERCENT_BASE_DAMAGE_ADDED" }
		},
		["Dark Propagation"] = {
			BaseDrain = 6,
			CodexSecret = false,
			Description = "Sow Augment: Enemies killed while inflicted with Sow spread its effect in a 15m radius. Shadow's Death Harvest also inflicts Sow.",
			Icon = "DarkPropagation.jpg",
			Image = "DarkPropagationMod.png",
			InternalName = "/Lotus/Powersuits/Wraith/WraithSowAugmentCard",
			Introduced = "36",
			IsAbilityAugment = true,
			Link = "Dark Propagation",
			MaxRank = 3,
			Name = "Dark Propagation",
			Polarity = "Zenurik",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Sevagoth" 
		},
		["Dead Eye"] = {
			BaseDrain = -2,
			Description = "Squad receives +52.5% Sniper Rifle Damage",
			Image = "DeadEyeMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Aura/PlayerSniperDamageAuraMod",
			Introduced = "12",
			CodexSecret = false,
			Link = "Dead Eye",
			MaxRank = 5,
			Name = "Dead Eye",
			Icon = "DeadEye.png",
			Polarity = "Madurai",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = false,
			Type = "Aura",
			UpgradeTypes = { "WEAPON_DAMAGE_AMOUNT" }
		},
		["Deadly Efficiency"] = {
			BaseDrain = 4,
			Description = "On Reload From Empty:\r\n+120% Damage for 9s",
			Image = "DeadlyEfficiencyMod.png",
			Incompatible = { "Primed Deadly Efficiency" },
			InternalName = "/Lotus/Upgrades/Mods/Archwing/Rifle/ArchwingDamageAfterReloadMod",
			Introduced = "24.2",
			CodexSecret = false,
			Link = "Deadly Efficiency",
			MaxRank = 5,
			Name = "Deadly Efficiency",
			Icon = "DeadlyEfficiency.png",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = true,
			Type = "Archgun",
			UpgradeTypes = { "WEAPON_DAMAGE_AMOUNT" }
		},
		["Deadly Maneuvers"] = {
			BaseDrain = 4,
			Description = "On Dodge, gain 400% Headshot Critical Chance for your next 2 shots.",
			Image = "DeadlyManeuversMod.png",
			IncompatibilityTags = { "POWER_WEAPON" },
			InternalName = "/Lotus/Upgrades/Mods/Nightwave/MagnusNightwaveMod",
			Introduced = "27.5",
			CodexSecret = false,
			IsWeaponAugment = true,
			Link = "Deadly Maneuvers",
			MaxRank = 3,
			Name = "Deadly Maneuvers",
			Icon = "DeadlyManeuvers.png",
			Polarity = "Naramon",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Magnus" 
		},
		["Deadly Sequence"] = {
			BaseDrain = 4,
			Description = "+200% Critical Chance\r\n+1 'Sequence'",
			Image = "DeadlySequenceMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Syndicate/GrinlokMod",
			Introduced = "15",
			CodexSecret = false,
			IsWeaponAugment = true,
			Link = "Deadly Sequence",
			MaxRank = 3,
			Name = "Deadly Sequence",
			Icon = "DeadlySequence.png",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Grinlok",
			UpgradeTypes = { "WEAPON_CRIT_CHANCE", "WEAPON_SYNDICATE_POWER" }
		},
		["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",
			Icon = "DeathBlossom.png",
			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 = "DeceptiveBondMod.png",
			Incompatible = { "Savior Decoy" },
			InternalName = "/Lotus/Powersuits/Loki/DecoyPvPAugmentCard",
			Introduced = "18.5",
			CodexSecret = false,
			IsAbilityAugment = true,
			Link = "Deceptive Bond",
			MaxRank = 3,
			Name = "Deceptive Bond",
			Icon = "DeceptiveBond.png",
			Polarity = "Zenurik",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Loki" 
		},
		["Decisive Judgement"] = {
			BaseDrain = -2,
			CompatibilityTags = { "NIKANAS_STANCE" },
			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",
			Icon = "DecisiveJudgement.png",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = true,
			Type = "Nikanas" 
		},
		["Deep Freeze"] = {
			BaseDrain = 2,
			Description = "+90% <DT_FREEZE>Cold",
			Image = "DeepFreezeMod.png",
			Incompatible = { "Flawed Deep Freeze" },
			InternalName = "/Lotus/Upgrades/Mods/Pistol/WeaponFreezeDamageMod",
			Introduced = "0",
			CodexSecret = false,
			Link = "Deep Freeze",
			MaxRank = 5,
			Name = "Deep Freeze",
			Icon = "DeepFreeze.png",
			Polarity = "Vazarin",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = true,
			Type = "Pistol",
			UpgradeTypes = { "WEAPON_PERCENT_BASE_DAMAGE_ADDED" }
		},
		["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",
			Icon = "DefensiveFire.png",
			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 = "DefiledReckoningMod.png",
			InternalName = "/Lotus/Powersuits/Paladin/ReckoningPvPAugmentCard",
			Introduced = "16.5",
			CodexSecret = false,
			IsAbilityAugment = true,
			Link = "Defiled Reckoning",
			MaxRank = 3,
			Name = "Defiled Reckoning",
			Icon = "DefiledReckoning.png",
			Polarity = "Zenurik",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Oberon" 
		},
		["Defiled Snapdragon"] = {
			BaseDrain = -2,
			CompatibilityTags = { "BLADE_AND_WHIP_STANCE" },
			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",
			Icon = "DefiledSnapdragon.png",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Blade And Whip" 
		},
		["Deft Tempo"] = {
			BaseDrain = 10,
			Conclave = true,
			Description = "On Headshot:\r\n+10% Mobility for 4s",
			Image = "DeftTempoMod.png",
			IncompatibilityTags = { "AOE" },
			InternalName = "/Lotus/Upgrades/Mods/PvPMods/Rifle/FasterBulletJumponHeadshotRifleMod",
			Introduced = "17.8",
			CodexSecret = false,
			Link = "Deft Tempo",
			MaxRank = 3,
			Name = "Deft Tempo",
			Icon = "DeftTempo.png",
			Polarity = "Naramon",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Assault Rifle",
			UpgradeTypes = { "AVATAR_PARKOUR_BOOST" }
		},
		["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",
			Icon = "DepletedReload.png",
			Polarity = "Naramon",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Sniper",
			UpgradeTypes = { "WEAPON_CLIP_MAX", "WEAPON_RELOAD_SPEED" }
		},
		["Desiccation's Curse"] = {
			BaseDrain = 6,
			Description = "Desiccation Augment: Killing a blinded enemy with a Finisher has a 100% chance to summon a Swarm Kavat that will spread Scarab Swarm. Maximum Swarm Kavats +2.",
			Image = "Desiccation'sCurseMod.png",
			InternalName = "/Lotus/Powersuits/Sandman/SandmanBlastAugmentCard",
			Introduced = "24.2.7",
			CodexSecret = false,
			IsAbilityAugment = true,
			Link = "Desiccation's Curse",
			MaxRank = 3,
			Name = "Desiccation's Curse",
			Icon = "Desiccation'sCurse.png",
			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",
			Icon = "Despoil.png",
			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 = "DetectVulnerabilityMod.png",
			InternalName = "/Lotus/Types/Sentinels/SentinelPrecepts/WeaknessScanPrecept",
			Introduced = "16",
			CodexSecret = false,
			Link = "Detect Vulnerability",
			MaxRank = 5,
			Name = "Detect Vulnerability",
			Icon = "DetectVulnerability.png",
			Polarity = "Penjaga",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Helios" 
		},
		["Diamond Skin"] = {
			BaseDrain = 4,
			Description = "+45% <DT_RADIATION>Radiation Resistance",
			Image = "DiamondSkinMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Warframe/AvatarDamageResistanceLaser",
			Introduced = "8",
			CodexSecret = false,
			Link = "Diamond Skin",
			MaxRank = 5,
			Name = "Diamond Skin",
			Icon = "DiamondSkin.png",
			Polarity = "Vazarin",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = true,
			Type = "Warframe",
			UpgradeTypes = { "AVATAR_DAMAGE_TAKEN" }
		},
		["Discipline's Merit"] = {
			BaseDrain = 4,
			CodexSecret = false,
			Description = "Enables Tennokai. Opportunities occur every 4 melee hits instead of at random.",
			Icon = "Discipline'sMerit.png",
			Image = "Discipline'sMeritMod.png",
			InternalName = "/Lotus/Upgrades/EmpoweredHeavyMelee/CertainStrike",
			Introduced = "35",
			IsExilus = true,
			Link = "Discipline's Merit",
			MaxRank = 3,
			Name = "Discipline's Merit",
			Polarity = "Naramon",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Melee",
		},
		Dig = {
			BaseDrain = 0,
			Description = "The kubrow sniffs out buried objects and digs them up.\r\n+270% Success Chance",
			Image = "DigMod.png",
			InternalName = "/Lotus/Types/Friendly/Pets/KubrowPetPrecepts/KubrowDigPrecept",
			Introduced = "14",
			CodexSecret = false,
			Link = "Dig",
			MaxRank = 5,
			Name = "Dig",
			Icon = "Dig.png",
			Polarity = "Penjaga",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Sahasa Kubrow",
			UpgradeTypes = { "AVATAR_SUCCESS_CHANCE" }
		},
		["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",
			Icon = "DirectedConvergence.png",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Supra",
			UpgradeTypes = { "WEAPON_SPREAD" }
		},
		["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",
			Icon = "DisarmingPurity.png",
			Polarity = "Naramon",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Panthera",
			UpgradeTypes = { "WEAPON_SYNDICATE_POWER" }
		},
		["Discharge Strike"] = {
			BaseDrain = 6,
			Conclave = true,
			Description = "Soul Punch Augment: Depletes up to 25 Energy from the target.",
			Image = "DischargeStrikeMod.png",
			InternalName = "/Lotus/Powersuits/Necro/SoulPunchPvPAugmentCard",
			Introduced = "18.5",
			CodexSecret = false,
			IsAbilityAugment = true,
			Link = "Discharge Strike",
			MaxRank = 3,
			Name = "Discharge Strike",
			Icon = "DischargeStrike.png",
			Polarity = "Zenurik",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Nekros" 
		},
		["Dispatch Overdrive"] = {
			BaseDrain = 4,
			Description = "On Heavy Attack Hit:\r\n+60% Movement Speed for 15s",
			Image = "DispatchOverdriveMod.png",
			IncompatibilityTags = { "POWER_WEAPON", "SENTINEL_WEAPON", "HOUND_WEAPON" },
			InternalName = "/Lotus/Upgrades/Mods/Melee/MoveSpeedOnChannelKillMod",
			Introduced = "19.2",
			IsExilus = true,
			CodexSecret = false,
			Link = "Dispatch Overdrive",
			MaxRank = 5,
			Name = "Dispatch Overdrive",
			Icon = "DispatchOverdrive.png",
			Polarity = "Naramon",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = true,
			Type = "Melee",
			UpgradeTypes = { "AVATAR_MOVEMENT_SPEED" }
		},
		Disruptor = {
			BaseDrain = 2,
			Description = "+90% <DT_IMPACT>Impact",
			Image = "DisruptorMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Shotgun/WeaponImpactDamageMod",
			Introduced = "11",
			CodexSecret = false,
			Link = "Disruptor",
			MaxRank = 5,
			Name = "Disruptor",
			Icon = "Disruptor.png",
			Polarity = "Naramon",
			Rarity = "Common",
			Tradable = true,
			Transmutable = true,
			Type = "Shotgun",
			UpgradeTypes = { "WEAPON_PERCENT_BASE_DAMAGE_ADDED" }
		},
		["Divine Retribution"] = {
			BaseDrain = 6,
			Description = "Divine Spears Augment: When a speared enemy suffers from a Status Effect, the Status Effect spreads to all speared enemies. Spear explosions apply 1.5x Status Damage.",
			Image = "DivineRetributionMod.png",
			InternalName = "/Lotus/Powersuits/Nezha/NezhaSpearAugmentTwoCard",
			Introduced = "35.5",
			CodexSecret = false,
			IsAbilityAugment = true,
			Link = "Divine Retribution",
			MaxRank = 3,
			Name = "Divine Retribution",
			Icon = "DivineRetribution.jpg",
			Polarity = "Zenurik",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Nezha" 
		},
		["Divebomb Vortex"] = {
			_IgnoreEntry = true,
			BaseDrain = 6,
			Description = "Dive Bomb Augment - Enemies within 12 meters of the point of impact are dragged into it.",
			Image = "DivebombVortexMod.png",
			Introduced = "15",
			CodexSecret = false,
			IsAbilityAugment = true,
			Link = "Divebomb Vortex",
			MaxRank = 3,
			Name = "Divebomb Vortex",
			Icon = "DivebombVortex.png",
			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",
			Icon = "DiversifiedDenial.png",
			Polarity = "Penjaga",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Hound" 
		},
		["Dividing Blades"] = {
			BaseDrain = -2,
			CompatibilityTags = { "DUAL_DAGGERS_STANCE" },
			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",
			Icon = "DividingBlades.png",
			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.\r\n+200% Status Chance",
			Image = "DizzyingRoundsMod.png",
			IncompatibilityTags = { "POWER_WEAPON" },
			InternalName = "/Lotus/Upgrades/Mods/Nightwave/BroncoNightwaveMod",
			Introduced = "27.5",
			CodexSecret = false,
			IsWeaponAugment = true,
			Link = "Dizzying Rounds",
			MaxRank = 3,
			Name = "Dizzying Rounds",
			Icon = "DizzyingRounds.png",
			Polarity = "Naramon",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Bronco",
			UpgradeTypes = { "WEAPON_PROC_CHANCE" }
		},
		["Double Tap"] = {
			BaseDrain = 10,
			Conclave = true,
			Description = "ON HIT:\r\n20% Bonus Damage on next Shot for 2s.\r\nStacks up to 20x outside of Conclave.",
			Image = "DoubleTapMod.png",
			Incompatible = { "Hydraulic Gauge", "Loose Hatch", "Maximum Capacity" },
			IncompatibilityTags = { "SINGLESHOT" },
			InternalName = "/Lotus/Upgrades/Mods/PvPMods/Rifle/MoreDamageonTripleTapRifleMod",
			Introduced = "17.8",
			CodexSecret = false,
			IsWeaponAugment = true,
			Link = "Double Tap",
			MaxRank = 3,
			Name = "Double Tap",
			Icon = "DoubleTap.png",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Latron" 
		},
		["Double-Barrel Drift"] = {
			BaseDrain = 6,
			Conclave = true,
			Description = "-20% Weapon Recoil and +20% Accuracy when Sliding",
			Image = "Double-BarrelDriftMod.png",
			InternalName = "/Lotus/Upgrades/Mods/PvPMods/Shotgun/MoreAccuracyLessRecoilSlidingShotgunMod",
			Introduced = "17",
			CodexSecret = false,
			IsExilus = true,
			Link = "Double-Barrel Drift",
			MaxRank = 3,
			Name = "Double-Barrel Drift",
			Icon = "Double-BarrelDrift.png",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Shotgun",
			UpgradeTypes = { "WEAPON_RECOIL", "WEAPON_SPREAD" }
		},
		["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",
			Icon = "DrainingBite.png",
			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",
			IncompatibilityTags = { "SINGLESHOT" },
			InternalName = "/Lotus/Upgrades/Mods/PvPMods/Pistol/DespairEnergyDrainAoE",
			Introduced = "The Index Preview",
			CodexSecret = false,
			Link = "Draining Gloom",
			MaxRank = 3,
			Name = "Draining Gloom",
			Icon = "DrainingGloom.png",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Despair",
			UpgradeTypes = { "WEAPON_PROJECTILE_EXPLOSION_CHANCE", "WEAPON_CLIP_MAX", "WEAPON_AMMO_MAX" }
		},
		["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",
			Icon = "DreadWard.png",
			Polarity = "Zenurik",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Garuda" 
		},
		["Dreamer's Bond"] = {
			BaseDrain = -2,
			CodexSecret = false,
			Description = "Squad receives +0.3 Energy Regen/s and +1.5 Health Regen/s",
			Icon = "Dreamer'sBond.jpg",
			Image = "Dreamer'sBondMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Aura/PlayerEnergyHealthRegenAuraMod",
			Introduced = "35.1",
			Link = "Dreamer's Bond",
			MaxRank = 5,
			Name = "Dreamer's Bond",
			Polarity = "Any",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = false,
			Type = "Aura",
			UpgradeTypes = { "AVATAR_POWER_RATE", "AVATAR_HEAL_RATE" }
		},
		["Dreamer's Wrath"] = {
			BaseDrain = 6,
			CodexSecret = false,
			Description = "Enables Tennokai. Increases opportunity chance by 50% and Heavy Attack critical damage by 32%.",
			Icon = "Dreamer'sWrath.png",
			Image = "Dreamer'sWrathMod.png",
			InternalName = "/Lotus/Upgrades/EmpoweredHeavyMelee/FocusedAttack",
			Introduced = "35",
			IsExilus = true,
			Link = "Dreamer's Wrath",
			MaxRank = 3,
			Name = "Dreamer's Wrath",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Melee",
			UpgradeTypes = { "WEAPON_MELEE_HEAVY_EMPOWERED_CHANCE", "WEAPON_CRIT_DAMAGE" }
		},
		["Drifting Contact"] = {
			BaseDrain = 2,
			Description = "+10s Combo Duration\r\n+40% Status Chance",
			Image = "DriftingContactMod.png",
			IncompatibilityTags = { "SENTINEL_WEAPON", "HOUND_WEAPON" },
			InternalName = "/Lotus/Upgrades/Mods/Melee/DualStat/ComboTimeStatusChanceMod",
			Introduced = "Recurring Nightmares",
			CodexSecret = false,
			Link = "Drifting Contact",
			MaxRank = 3,
			Name = "Drifting Contact",
			Icon = "DriftingContact.png",
			Polarity = "Vazarin",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Melee",
			UpgradeTypes = { "WEAPON_MELEE_COMBO_DURATION_BONUS", "WEAPON_PROC_CHANCE" }
		},
		["Dual Rounds"] = {
			BaseDrain = 6,
			Description = "+60% Multishot",
			Image = "DualRoundsMod.png",
			Incompatible = { "Primed Dual Rounds" },
			InternalName = "/Lotus/Upgrades/Mods/Archwing/Rifle/ArchwingRifleFireIterationsMod",
			Introduced = "15",
			CodexSecret = false,
			Link = "Dual Rounds",
			MaxRank = 5,
			Name = "Dual Rounds",
			Icon = "DualRounds.png",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = true,
			Type = "Archgun",
			UpgradeTypes = { "WEAPON_FIRE_ITERATIONS" }
		},
		Duality = {
			BaseDrain = 6,
			Description = "Metamorphosis Augment: Equinox's other half breaks free for 10s, dealing 300% Damage.",
			Image = "DualityMod.png",
			InternalName = "/Lotus/Powersuits/YinYang/YinYangSwitchAugmentCard",
			Introduced = "18.4.7",
			CodexSecret = false,
			IsAbilityAugment = true,
			Link = "Duality",
			MaxRank = 3,
			Name = "Duality",
			Icon = "Duality.png",
			Polarity = "Zenurik",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Equinox" 
		},
		["Duplex Bond"] = {
			BaseDrain = 4,
			Description = "Companion will clone itself each time you expend 100 energy, up to 3 clones. Clones live 30s and cannot use Abilities. Their kills have a 50% chance of dropping Energy Orbs.",
			Image = "DuplexBondMod.png",
			InternalName = "/Lotus/Types/Sentinels/SentinelPrecepts/VoidBond/VoidClone",
			Introduced = "34",
			CodexSecret = false,
			Link = "Duplex Bond",
			MaxRank = 5,
			Name = "Duplex Bond",
			Icon = "DuplexBond.png",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Companion" 
		},
		["EMP Aura"] = {
			BaseDrain = -2,
			Description = "Enemy Corpus lose -15% Accuracy",
			Image = "EMPAuraMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Aura/RobotPoorAimAuraMod",
			Introduced = "18.13",
			CodexSecret = false,
			Link = "EMP Aura",
			MaxRank = 5,
			Name = "EMP Aura",
			Icon = "EMPAura.png",
			Polarity = "Vazarin",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = false,
			Type = "Aura",
			UpgradeTypes = { "AVATAR_NPC_HIT_CHANCE" }
		},
		["Eagle Eye"] = {
			BaseDrain = 4,
			Conclave = true,
			Description = "+40% Zoom",
			Image = "EagleEyeMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Rifle/WeaponZoomFovMod",
			Introduced = "8",
			CodexSecret = false,
			IsExilus = true,
			Link = "Eagle Eye",
			MaxRank = 5,
			Name = "Eagle Eye",
			Icon = "EagleEye.png",
			Polarity = "Naramon",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = true,
			Type = "Rifle",
			UpgradeTypes = { "WEAPON_ZOOM" }
		},
		["Efficient Beams"] = {
			BaseDrain = 4,
			Description = "Only consume ammo when dealing damage.\r\n+150% Status Chance",
			Image = "EfficientBeamsMod.png",
			IncompatibilityTags = { "POWER_WEAPON" },
			InternalName = "/Lotus/Upgrades/Mods/Shotgun/Event/Arbitration/CrpSplitLaserArbitrationMod",
			Introduced = "25.3",
			CodexSecret = false,
			IsWeaponAugment = true,
			Link = "Efficient Beams",
			MaxRank = 5,
			Name = "Efficient Beams",
			Icon = "EfficientBeams.png",
			Polarity = "Naramon",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Convectrix",
			UpgradeTypes = { "WEAPON_PROC_CHANCE" }
		},
		["Efficient Transferral"] = {
			BaseDrain = 4,
			Description = "+30% Ability Duration",
			Image = "EfficientTransferralMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Archwing/Suit/ArchwingSuitAbilityDurationMod",
			Introduced = "15",
			CodexSecret = false,
			Link = "Efficient Transferral",
			MaxRank = 3,
			Name = "Efficient Transferral",
			Icon = "EfficientTransferral.png",
			Polarity = "Vazarin",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = true,
			Type = "Archwing",
			UpgradeTypes = { "AVATAR_ABILITY_DURATION" }
		},
		["Eject Magazine"] = {
			BaseDrain = 6,
			Conclave = true,
			Description = "+20% Magazine Reloaded/s when Holstered",
			Image = "EjectMagazineMod.png",
			IncompatibilityTags = { "AOE", "POWER_WEAPON" },
			InternalName = "/Lotus/Upgrades/Mods/PvPMods/Pistol/PassiveReloadMod",
			Introduced = "16",
			CodexSecret = false,
			IsExilus = true,
			Link = "Eject Magazine",
			MaxRank = 3,
			Name = "Eject Magazine",
			Icon = "EjectMagazine.png",
			Polarity = "Naramon",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Pistol",
			UpgradeTypes = { "WEAPON_AUTO_RELOAD_RATE" }
		},
		["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",
			Icon = "ElectricalResistance.png",
			Polarity = "None",
			Rarity = "Uncommon",
			Tradable = false,
			Transmutable = false,
			Type = "Aura" 
		},
		["Electrified Barrel"] = {
			BaseDrain = 4,
			Description = "+120% <DT_ELECTRICITY>Electricity",
			Image = "ElectrifiedBarrelMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Archwing/Rifle/ArchwingWeaponElectricityDamageMod",
			Introduced = "15",
			CodexSecret = false,
			Link = "Electrified Barrel",
			MaxRank = 5,
			Name = "Electrified Barrel",
			Icon = "ElectrifiedBarrel.png",
			Polarity = "Naramon",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = true,
			Type = "Archgun",
			UpgradeTypes = { "WEAPON_PERCENT_BASE_DAMAGE_ADDED" }
		},
		["Electro Pulse"] = {
			BaseDrain = 2,
			Description = "Every 5s, Sentinel will continually zap an enemy within 15m, trapping them in a stunned state.",
			Image = "ElectroPulseMod.png",
			InternalName = "/Lotus/Types/Sentinels/SentinelPrecepts/TaserStun",
			Introduced = "17.3",
			CodexSecret = false,
			Link = "Electro Pulse",
			MaxRank = 5,
			Name = "Electro Pulse",
			Icon = "ElectroPulse.png",
			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",
			IncompatibilityTags = { "POWER_WEAPON" },
			InternalName = "/Lotus/Upgrades/Mods/Melee/Event/ProjectNightwatch/AckBruntNightwatchMod",
			Introduced = "18.10",
			IsExilus = true,
			CodexSecret = false,
			IsWeaponAugment = true,
			Link = "Electromagnetic Shielding",
			MaxRank = 5,
			Name = "Electromagnetic Shielding",
			Icon = "ElectromagneticShielding.png",
			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",
			Icon = "ElementalSandstorm.png",
			Polarity = "Zenurik",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Inaros" 
		},
		["Eleventh Storm"] = {
			BaseDrain = -2,
			CompatibilityTags = { "SWORDS_AND_SHIELD_STANCE" },
			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",
			Icon = "EleventhStorm.png",
			Polarity = "Madurai",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = true,
			Type = "Sword And Shield" 
		},
		["Elusive Retribution"] = {
			BaseDrain = 6,
			Description = "Elude Augment: Every attack Baruuk Eludes increases his Melee Attack Speed and Melee Critical Damage by 5% up to 6 stacks. Stacks last 6s.",
			Image = "ElusiveRetributionMod.png",
			InternalName = "/Lotus/Powersuits/Pacifist/PacifistDodgeAugmentCard",
			Introduced = "35.5",
			CodexSecret = false,
			IsAbilityAugment = true,
			Link = "Elusive Retribution",
			MaxRank = 3,
			Name = "Elusive Retribution",
			Icon = "ElusiveRetribution.jpg",
			Polarity = "Zenurik",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Baruuk" 
		},
		["Embedded Catalyzer"] = {
			BaseDrain = 4,
			Description = "On Ability Cast:\r\n+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",
			Icon = "EmbeddedCatalyzer.png",
			Polarity = "Madurai",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = false,
			Type = "Pistol",
			UpgradeTypes = { "WEAPON_PROC_CHANCE" }
		},
		["Emergent Aftermath"] = {
			BaseDrain = 10,
			Conclave = true,
			Description = "On Kill:\r\n+50% Reload Speed for 3s",
			Image = "EmergentAftermathMod.png",
			IncompatibilityTags = { "Vectis" },
			InternalName = "/Lotus/Upgrades/Mods/PvPMods/Rifle/FasterReloadOnKillSniperMod",
			Introduced = "18.5",
			CodexSecret = false,
			Link = "Emergent Aftermath",
			MaxRank = 3,
			Name = "Emergent Aftermath",
			Icon = "EmergentAftermath.png",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Sniper",
			UpgradeTypes = { "WEAPON_RELOAD_SPEED" }
		},
		["Empowered Blades"] = {
			BaseDrain = -2,
			Description = "Squad receives +60% Status Chance and Status Damage on Heavy Attacks, but lose 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",
			Icon = "EmpoweredBlades.png",
			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",
			Icon = "EmpoweredQuiver.png",
			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",
			Icon = "EndlessLullaby.png",
			Polarity = "Zenurik",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Baruuk" 
		},
		["Endo"] = {
			Description = "Consumed in the fusion process to power up existing Mods.",
			Name = "Endo",
			Icon = "Endo.png",
			NotUpgradable = true,
			Link = "Endo",
			Image = "Endo.png",
			Tradable = false,
			Introduced = "The Silver Grove",
			CodexSecret = false,
		},
		["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",
			Icon = "EndoparasiticVector.png",
			Polarity = "Penjaga",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Pharaoh Predasite" 
		},
		["Endurance Drift"] = {
			BaseDrain = 4,
			Description = "+10% 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",
			Icon = "EnduranceDrift.png",
			Polarity = "Zenurik",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Warframe",
			UpgradeTypes = { "AVATAR_POWER_MAX", "AVATAR_PARKOUR_BOOST" }
		},
		["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",
			Icon = "EnduringAffliction.png",
			Polarity = "Vazarin",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = false,
			Type = "Melee",
			UpgradeTypes = { "WEAPON_PROC_CHANCE" }
		},
		["Enduring Strike"] = {
			BaseDrain = 4,
			Description = "+20% Additional Combo Count Chance on Lifted enemies",
			Image = "EnduringStrikeMod.png",
			IncompatibilityTags = { "SENTINEL_WEAPON", "HOUND_WEAPON" },
			InternalName = "/Lotus/Upgrades/Mods/Melee/Channel/ChannelStatusMod",
			Introduced = "13",
			CodexSecret = false,
			Link = "Enduring Strike",
			MaxRank = 3,
			Name = "Enduring Strike",
			Icon = "EnduringStrike.png",
			Polarity = "Zenurik",
			Rarity = "Common",
			Tradable = true,
			Transmutable = true,
			Type = "Melee" 
		},
		["Enemy Radar"] = {
			BaseDrain = -2,
			Description = "Squad receives +30 Enemy Radar",
			Image = "EnemyRadarMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Aura/PlayerEnemyRadarAuraMod",
			Introduced = "5",
			CodexSecret = false,
			Link = "Enemy Radar",
			MaxRank = 5,
			Name = "Enemy Radar",
			Icon = "EnemyRadar.png",
			Polarity = "Naramon",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = false,
			Type = "Aura",
			UpgradeTypes = { "AVATAR_ENEMY_RADAR" }
		},
		["Enemy Sense"] = {
			BaseDrain = 2,
			Description = "+30m Enemy Radar",
			Image = "EnemySenseMod.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",
			Icon = "EnemySense.png",
			Polarity = "Naramon",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = true,
			Type = "Warframe",
			UpgradeTypes = { "AVATAR_ENEMY_RADAR" }
		},
		["Energizing Shot"] = {
			BaseDrain = 0,
			Description = "Shoot Energy Orbs to obtain them with +110% extra effect.",
			Image = "EnergizingShotMod.png",
			Incompatible = { "Concealed Explosives" },
			IncompatibilityTags = { "POWER_WEAPON", "AOE" },
			InternalName = "/Lotus/Upgrades/Mods/Pistol/Event/ShootPickUpPistolMod",
			Introduced = "27.3",
			CodexSecret = false,
			IsExilus = true,
			Link = "Energizing Shot",
			MaxRank = 10,
			Name = "Energizing Shot",
			Icon = "EnergizingShot.png",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Pistol (No AoE)",
			UpgradeTypes = { "WEAPON_PICKUP_SHOOT_BONUS" }
		},
		["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",
			Icon = "EnergyAmplifier.png",
			Polarity = "Naramon",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = true,
			Type = "Archwing",
			UpgradeTypes = { "AVATAR_ABILITY_RANGE" }
		},
		["Energy Channel"] = {
			BaseDrain = 4,
			Description = "Converts 200% of Energy used to up to 200 Bonus Damage on next Melee Attack.",
			Image = "EnergyChannelMod.png",
			IncompatibilityTags = { "SENTINEL_WEAPON", "HOUND_WEAPON" },
			InternalName = "/Lotus/Upgrades/Mods/Melee/WeaponPowerDamageMod",
			Introduced = "8",
			CodexSecret = false,
			Link = "Energy Channel",
			MaxRank = 5,
			Name = "Energy Channel",
			Icon = "EnergyChannel.png",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = true,
			Type = "Melee",
			UpgradeTypes = { "WEAPON_POWER_DAMAGE_MULTIPLIER", "WEAPON_POWER_DAMAGE_MAX" }
		},
		["Energy Conversion"] = {
			BaseDrain = 10,
			Description = "Energy orbs grant 50% more Ability Strength to your next cast.",
			Image = "EnergyConversionMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Warframe/EnergyPickupGivesStrengthMod",
			Introduced = "18.5",
			CodexSecret = false,
			Link = "Energy Conversion",
			MaxRank = 5,
			Name = "Energy Conversion",
			Icon = "EnergyConversion.png",
			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 = "EnergyFieldMod.png",
			InternalName = "/Lotus/Powersuits/Archwing/StandardJetPack/FireShieldAugmentCard",
			Introduced = "Specters of the Rail",
			CodexSecret = false,
			IsAbilityAugment = true,
			Link = "Energy Field",
			MaxRank = 3,
			Name = "Energy Field",
			Icon = "EnergyField.png",
			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 = "EnergyGeneratorMod.png",
			InternalName = "/Lotus/Types/Sentinels/SentinelPrecepts/ItemDropOnAssist",
			Introduced = "23.10",
			CodexSecret = false,
			Link = "Energy Generator",
			MaxRank = 5,
			Name = "Energy Generator",
			Icon = "EnergyGenerator.png",
			Polarity = "Penjaga",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Dethcube" 
		},
		["Energy Inversion"] = {
			BaseDrain = 2,
			Description = "+100% Shield Capacity",
			Image = "EnergyInversionMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Archwing/Suit/ArchwingSuitShieldMaxMod",
			Introduced = "15.1",
			CodexSecret = false,
			Link = "Energy Inversion",
			MaxRank = 3,
			Name = "Energy Inversion",
			Icon = "EnergyInversion.png",
			Polarity = "Vazarin",
			Rarity = "Common",
			Tradable = true,
			Transmutable = true,
			Type = "Archwing",
			UpgradeTypes = { "AVATAR_SHIELD_MAX" }
		},
		["Energy Nexus"] = {
			BaseDrain = 4,
			CodexSecret = false,
			Description = "Warframe receives +3 Energy Regen/s",
			Icon = "EnergyNexus.png",
			Image = "EnergyNexusMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Warframe/AvatarEnergyRegenMod",
			Introduced = "35",
			Link = "Energy Nexus",
			MaxRank = 5,
			Name = "Energy Nexus",
			Polarity = "Naramon",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Warframe",
			UpgradeTypes = { "AVATAR_POWER_RATE" }
		},
		["Energy Siphon"] = {
			BaseDrain = -2,
			Description = "Squad receives +0.6 Energy Regen/s",
			Image = "EnergySiphonMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Aura/PlayerEnergyRegenAuraMod",
			Introduced = "5",
			CodexSecret = false,
			Link = "Energy Siphon",
			MaxRank = 5,
			Name = "Energy Siphon",
			Icon = "EnergySiphon.png",
			Polarity = "Naramon",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = false,
			Type = "Aura",
			UpgradeTypes = { "AVATAR_POWER_RATE" }
		},
		["Energy Transfer"] = {
			BaseDrain = 6,
			Description = "Mend & Maim Augment: 100% of charge is conserved when switching between forms.",
			Image = "EnergyTransferMod.png",
			InternalName = "/Lotus/Powersuits/YinYang/YinYangBurstAugmentCard",
			Introduced = "22.17.3",
			CodexSecret = false,
			IsAbilityAugment = true,
			Link = "Energy Transfer",
			MaxRank = 3,
			Name = "Energy Transfer",
			Icon = "EnergyTransfer.png",
			Polarity = "Zenurik",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Equinox" 
		},
		["Enhanced Durability"] = {
			BaseDrain = 4,
			Description = "+100% Health",
			Image = "EnhancedDurabilityMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Archwing/Suit/ArchwingSuitHealthMaxMod",
			Introduced = "15",
			CodexSecret = false,
			Link = "Enhanced Durability",
			MaxRank = 5,
			Name = "Enhanced Durability",
			Icon = "EnhancedDurability.png",
			Polarity = "Vazarin",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = false,
			Type = "Archwing",
			UpgradeTypes = { "AVATAR_HEALTH_MAX" }
		},
		["Enhanced Vitality"] = {
			BaseDrain = 2,
			Description = "+250% Health",
			Image = "EnhancedVitalityMod.png",
			Incompatible = { "Link Vitality" },
			InternalName = "/Lotus/Upgrades/Mods/Sentinel/SentinelHealthMaxMod",
			Introduced = "7",
			CodexSecret = false,
			Link = "Enhanced Vitality",
			MaxRank = 10,
			Name = "Enhanced Vitality",
			Icon = "EnhancedVitality.png",
			Polarity = "Vazarin",
			Rarity = "Common",
			Tradable = true,
			Transmutable = true,
			Type = "Companion",
			UpgradeTypes = { "AVATAR_HEALTH_MAX" }
		},
		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",
			Icon = "Enraged.png",
			Polarity = "Zenurik",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Valkyr" 
		},
		["Entropy Burst"] = {
			BaseDrain = 4,
			Description = "+20 Final Status Chance\r\n+1 'Entropy'",
			Image = "EntropyBurstMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Syndicate/SupraMod",
			Introduced = "15",
			CodexSecret = false,
			IsWeaponAugment = true,
			Link = "Entropy Burst",
			MaxRank = 3,
			Name = "Entropy Burst",
			Icon = "EntropyBurst.png",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Supra",
			UpgradeTypes = { "WEAPON_PROC_CHANCE", "WEAPON_SYNDICATE_POWER" }
		},
		["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",
			Icon = "EntropyDetonation.png",
			Polarity = "Naramon",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Obex",
			UpgradeTypes = { "WEAPON_CORPSE_EXPLODE_DAMAGE", "WEAPON_CORPSE_EXPLODE_DAMAGE_ENEMY_HEALTH_PCT", "WEAPON_CORPSE_EXPLODE_RADIUS", "WEAPON_SYNDICATE_POWER" }
		},
		["Entropy Flight"] = {
			BaseDrain = 4,
			Description = "+140% Projectile Speed\r\n+1 'Entropy'",
			Image = "EntropyFlightMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Syndicate/KestrelMod",
			Introduced = "15",
			CodexSecret = false,
			IsWeaponAugment = true,
			Link = "Entropy Flight",
			MaxRank = 3,
			Name = "Entropy Flight",
			Icon = "EntropyFlight.png",
			Polarity = "Naramon",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Kestrel",
			UpgradeTypes = { "WEAPON_PROJECTILE_SPEED", "WEAPON_SYNDICATE_POWER" }
		},
		["Entropy Spike"] = {
			BaseDrain = 4,
			Description = "+20% Chance to Explode (Use with Caution)\r\n+1 'Entropy'",
			Image = "EntropySpikeMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Syndicate/BoltoMod",
			Introduced = "15",
			CodexSecret = false,
			IsWeaponAugment = true,
			Link = "Entropy Spike",
			MaxRank = 3,
			Name = "Entropy Spike",
			Icon = "EntropySpike.png",
			Polarity = "Naramon",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Bolto",
			UpgradeTypes = { "WEAPON_PROJECTILE_EXPLOSION_CHANCE", "WEAPON_SYNDICATE_POWER" }
		},
		["Enveloping Cloud"] = {
			BaseDrain = 6,
			Description = "Cloud Walker Augment: Allies within 4m of the cloud become invisible to enemies for 14s.",
			Image = "EnvelopingCloudMod.png",
			InternalName = "/Lotus/Powersuits/MonkeyKing/MonkeyCloudAugmentCard",
			Introduced = "23.7",
			CodexSecret = false,
			IsAbilityAugment = true,
			Link = "Enveloping Cloud",
			MaxRank = 3,
			Name = "Enveloping Cloud",
			Icon = "EnvelopingCloud.png",
			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 = "EquilibriumMod.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",
			Icon = "Equilibrium.png",
			Polarity = "Naramon",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = true,
			Type = "Warframe",
			UpgradeTypes = { "AVATAR_PICKUP_BONUS_AMOUNT" }
		},
		["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",
			Icon = "EquilibriumAudit.png",
			Polarity = "Penjaga",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Hound" 
		},
		["Eroding Blight"] = {
			BaseDrain = 4,
			Description = "+200% Magazine Capacity\r\n+1 'Blight'",
			Image = "ErodingBlightMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Syndicate/EmbolistMod",
			Introduced = "15",
			CodexSecret = false,
			IsWeaponAugment = true,
			Link = "Eroding Blight",
			MaxRank = 3,
			Name = "Eroding Blight",
			Icon = "ErodingBlight.png",
			Polarity = "Vazarin",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Embolist",
			UpgradeTypes = { "WEAPON_CLIP_MAX", "WEAPON_SYNDICATE_POWER" }
		},
		["Escape Velocity"] = {
			BaseDrain = 6,
			Description = "Worm Hole Augment: Allies that travel through wormhole gain a 50% Speed bonus for 7s.",
			Image = "EscapeVelocityMod.png",
			InternalName = "/Lotus/Powersuits/AntiMatter/WormHoleAugmentCard",
			Introduced = "16.2",
			CodexSecret = false,
			IsAbilityAugment = true,
			IsExilus = true,
			Link = "Escape Velocity",
			MaxRank = 3,
			Name = "Escape Velocity",
			Icon = "EscapeVelocity.png",
			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 = "EternalWarMod.png",
			InternalName = "/Lotus/Powersuits/Berserker/IntimidateAugmentCard",
			Introduced = "16.2",
			CodexSecret = false,
			IsAbilityAugment = true,
			Link = "Eternal War",
			MaxRank = 3,
			Name = "Eternal War",
			Icon = "EternalWar.png",
			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",
			Icon = "EvasiveDenial.png",
			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 = "EverlastingWardMod.png",
			InternalName = "/Lotus/Powersuits/Dragon/DragonLuckAugmentCard",
			Introduced = "18.11",
			CodexSecret = false,
			IsAbilityAugment = true,
			Link = "Everlasting Ward",
			MaxRank = 3,
			Name = "Everlasting Ward",
			Icon = "EverlastingWard.png",
			Polarity = "Zenurik",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Chroma" 
		},
		["Exalted Blade"] = {
			Description = "Stance: Summon a sword of pure light and immense power.",
			Image = "ExaltedBladeStanceMod.png",
			InternalName = "/Lotus/Weapons/Tenno/Melee/MeleeTrees/DoomSwordMeleeTree",
			Introduced = "23",
			CodexSecret = false,
			Link = "Exalted Blade (Stance)",
			MaxRank = 3,
			Name = "Exalted Blade",
			Icon = "ExaltedBlade.png",
			NotUpgradable = true,
			Polarity = "Universal",
			Rarity = "Common",
			Tradable = false,
			Transmutable = false,
			Type = "Exalted Blade" 
		},
		["Eximus Advantage"] = {
			BaseDrain = 2,
			Description = "Headshots on Eximus enemies increase Secondary Damage by +600% for 10 secs.",
			Image = "EximusAdvantageMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Rifle/Event/Nightwave/NightwaveZylokAugmentMod",
			Introduced = "32.2",
			CodexSecret = false,
			Link = "Eximus Advantage",
			MaxRank = 5,
			Name = "Eximus Advantage",
			Icon = "EximusAdvantage.png",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Zylok",
			UpgradeTypes = { "WEAPON_DAMAGE_AMOUNT" }
		},
		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",
			Icon = "Exothermic.png",
			Polarity = "Zenurik",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Ember" 
		},
		["Expel Corpus"] = {
			BaseDrain = 4,
			Description = "x1.3 Damage to Corpus",
			Image = "ExpelCorpusMod.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",
			Icon = "ExpelCorpus.png",
			Polarity = "Madurai",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = true,
			Type = "Pistol",
			UpgradeTypes = { "GAMEPLAY_FACTION_DAMAGE" }
		},
		["Expel Corrupted"] = {
			BaseDrain = 4,
			Description = "x1.3 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",
			Icon = "ExpelCorrupted.png",
			Polarity = "Madurai",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = true,
			Type = "Pistol",
			UpgradeTypes = { "GAMEPLAY_FACTION_DAMAGE" }
		},
		["Expel Grineer"] = {
			BaseDrain = 4,
			Description = "x1.3 Damage to Grineer",
			Image = "ExpelGrineerMod.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",
			Icon = "ExpelGrineer.png",
			Polarity = "Madurai",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = true,
			Type = "Pistol",
			UpgradeTypes = { "GAMEPLAY_FACTION_DAMAGE" }
		},
		["Expel Infested"] = {
			BaseDrain = 4,
			Description = "x1.3 Damage to Infested",
			Image = "ExpelInfestedMod.png",
			Incompatible = { "Primed Expel Infested" },
			InternalName = "/Lotus/Upgrades/Mods/Pistol/WeaponPistolFactionDamageInfested",
			Introduced = "9",
			CodexSecret = false,
			Link = "Expel Infested",
			MaxRank = 5,
			Name = "Expel Infested",
			Icon = "ExpelInfested.png",
			Polarity = "Madurai",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = true,
			Type = "Pistol",
			UpgradeTypes = { "GAMEPLAY_FACTION_DAMAGE" }
		},
		["Expel The Murmur"] = {
			BaseDrain = 4,
			CodexSecret = false,
			Description = "x1.3 Damage to Murmur",
			Icon = "ExpelTheMurmur.png",
			Image = "ExpelTheMurmurMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Pistol/WeaponPistolFactionDamageMurmurs",
			Introduced = "35",
			Link = "Expel The Murmur",
			MaxRank = 5,
			Name = "Expel The Murmur",
			Polarity = "Madurai",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = false,
			Type = "Pistol",
			UpgradeTypes = { "GAMEPLAY_FACTION_DAMAGE" }
		},
		["Explosive Demise"] = {
			BaseDrain = 4,
			Conclave = true,
			Description = "Enemies killed explode, dealing 300 Damage shortly after death.",
			Image = "ExplosiveDemiseMod.png",
			InternalName = "/Lotus/Upgrades/Mods/PvPMods/Melee/ExplodeOnMeleeDeath",
			Introduced = "16",
			CodexSecret = false,
			Link = "Explosive Demise",
			MaxRank = 5,
			Name = "Explosive Demise",
			Icon = "ExplosiveDemise.png",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Melee",
			UpgradeTypes = { "WEAPON_CORPSE_EXPLODE_DAMAGE", "WEAPON_CORPSE_EXPLODE_RADIUS" }
		},
		["Explosive Legerdemain"] = {
			BaseDrain = 6,
			Description = "Sleight of Hand Augment: Ammo and Orbs pickups are turned into proximity mines that deal 1000 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",
			Icon = "ExplosiveLegerdemain.png",
			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",
			IncompatibilityTags = { "POWER_WEAPON" },
			InternalName = "/Lotus/Upgrades/Mods/Rifle/Event/Arbitration/GrnHarpoonGunArbitrationMod",
			Introduced = "25.3",
			CodexSecret = false,
			IsWeaponAugment = true,
			Link = "Exposing Harpoon",
			MaxRank = 5,
			Name = "Exposing Harpoon",
			Icon = "ExposingHarpoon.png",
			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",
			Icon = "Extend.png",
			Polarity = "Madurai",
			Rarity = "Common",
			Tradable = true,
			Transmutable = true,
			Type = "Archmelee",
			UpgradeTypes = { "WEAPON_MELEE_AUTOTARGET_RANGE_BONUS", "WEAPON_RANGE" }
		},
		["Extreme Velocity"] = {
			BaseDrain = 4,
			Description = "+30% K-Drive Speed",
			Image = "ExtremeVelocityMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Hoverboard/HBSpeedMod",
			Introduced = "24",
			CodexSecret = false,
			Link = "Extreme Velocity",
			MaxRank = 5,
			Name = "Extreme Velocity",
			Icon = "ExtremeVelocity.png",
			Polarity = "Vazarin",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "K-Drive",
			UpgradeTypes = { "VEHICLE_SPEED" }
		},
		["Razorwing"] = {
			BaseDrain = 0,
			Image = "RazorwingMod.png",
			InternalName = "/Lotus/Animations/FlightSuit/TestMeleeAttacks/FairyMeleeTree",
			Introduced = "29.10",
			CodexSecret = false,
			Link = "Razorwing",
			MaxRank = 3,
			Name = "Razorwing",
			Icon = "Razorwing.png",
			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",
			Icon = "Failsafe.png",
			Polarity = "Universal",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = true,
			Type = "Parazon",
			UpgradeTypes = { "AVATAR_REHACK_CHANCE" }
		},
		["Fanged Fusillade"] = {
			BaseDrain = 6,
			Description = "+120% <DT_SLASH>Slash",
			Image = "FangedFusilladeMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Rifle/WeaponEventSlashDamageMod",
			Introduced = "14.7",
			CodexSecret = false,
			Link = "Fanged Fusillade",
			MaxRank = 5,
			Name = "Fanged Fusillade",
			Icon = "FangedFusillade.png",
			Polarity = "Naramon",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Rifle",
			UpgradeTypes = { "WEAPON_PERCENT_BASE_DAMAGE_ADDED" }
		},
		Fass = {
			Class = "Requiem",
			Description = "Roiling, moaning, this realm of ours\r\nIn madness lost shall die",
			Image = "FassMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Immortal/ImmortalSixMod",
			Introduced = "26",
			CodexSecret = false,
			Link = "Fass",
			MaxRank = 3,
			Name = "Fass",
			Icon = "Fass.png",
			NotUpgradable = true,
			Polarity = "Universal",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = true,
			Type = "Parazon" 
		},
		["Fass Canticle"] = {
			BaseDrain = 4,
			CodexSecret = false,
			Description = "Killing enemies grants Allies in Affinity Range 40% Shield Recharge Rate and -28% Shield Recharge Delay for 15s.",
			Icon = "FassCanticle.png",
			Image = "FassCanticleMod.png",
			Incompatible = { "Jahu Canticle", "Khra Canticle", "Lohk Canticle" },
			InternalName = "/Lotus/Upgrades/Grimoire/FassAuraMod",
			Introduced = "35",
			IsExilus = true,
			Link = "Fass Canticle",
			MaxRank = 3,
			Name = "Fass Canticle",
			Polarity = "Naramon",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Tome",
			UpgradeTypes = { "WEAPON_FIRE_RATE", "AVATAR_SHIELD_RECHARGE_RATE", "AVATAR_SHIELD_RECHARGE_DELAY" }
		},
		["Fast Deflection"] = {
			BaseDrain = 2,
			Description = "+90% Shield Recharge\r\n-45% Shield Recharge Delay",
			Image = "FastDeflectionMod.png",
			Incompatible = { "Flawed Fast Deflection" },
			InternalName = "/Lotus/Upgrades/Mods/Warframe/AvatarShieldRechargeRateMod",
			Introduced = "0",
			CodexSecret = false,
			Link = "Fast Deflection",
			MaxRank = 5,
			Name = "Fast Deflection",
			Icon = "FastDeflection.png",
			Polarity = "Vazarin",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = true,
			Type = "Warframe",
			UpgradeTypes = { "AVATAR_SHIELD_RECHARGE_RATE" }
		},
		["Fast Hands"] = {
			BaseDrain = 2,
			Description = "+30% Reload Speed",
			Image = "FastHandsMod.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",
			Icon = "FastHands.png",
			Polarity = "Naramon",
			Rarity = "Common",
			Tradable = true,
			Transmutable = true,
			Type = "Rifle",
			UpgradeTypes = { "WEAPON_RELOAD_SPEED" }
		},
		["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",
			Icon = "FatalAcceleration.png",
			Polarity = "Madurai",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = true,
			Type = "Shotgun",
			UpgradeTypes = { "WEAPON_PROJECTILE_SPEED" }
		},
		["Fatal Attraction"] = {
			BaseDrain = 2,
			Description = "Enemies within 20m will be attracted. Once they come within 6m, explode for 250 Damage.",
			Image = "FatalAttractionMod.png",
			InternalName = "/Lotus/Types/Sentinels/SentinelPrecepts/Bait",
			Introduced = "10",
			CodexSecret = false,
			Link = "Fatal Attraction",
			MaxRank = 5,
			Name = "Fatal Attraction",
			Icon = "FatalAttraction.png",
			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",
			Icon = "FatalTeleport.png",
			Polarity = "Zenurik",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Ash" 
		},
		["Fateful Truth"] = {
			BaseDrain = -2,
			CompatibilityTags = { "NIKANAS_STANCE" },
			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",
			Icon = "FatefulTruth.png",
			Polarity = "Madurai",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = false,
			Type = "Nikanas" 
		},
		["Feathered Arrows"] = {
			BaseDrain = 6,
			CompatibilityTags = { "PROJECTILE" },
			Conclave = true,
			Description = "+60% Projectile Speed\r\n-20% Damage",
			Image = "FeatheredArrowsMod.png",
			Incompatible = { "Lucky Shot" },
			IncompatibilityTags = { "MITER", "AOE" },
			InternalName = "/Lotus/Upgrades/Mods/PvPMods/Rifle/HigherVelocityLessDamageBowMod",
			Introduced = "17",
			CodexSecret = false,
			Link = "Feathered Arrows",
			MaxRank = 3,
			Name = "Feathered Arrows",
			Icon = "FeatheredArrows.png",
			Polarity = "Madurai",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = false,
			Type = "Bow",
			UpgradeTypes = { "WEAPON_PROJECTILE_SPEED", "WEAPON_DAMAGE_AMOUNT" }
		},
		Ferocity = {
			BaseDrain = 0,
			Description = "Allows the Kubrow to use Finisher attacks on an enemy.\r\n+120% Finisher Damage",
			Image = "FerocityMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Sentinel/Kubrow/KubrowFinisherMod",
			Introduced = "14",
			CodexSecret = false,
			Link = "Ferocity",
			MaxRank = 5,
			Name = "Ferocity",
			Icon = "Ferocity.png",
			Polarity = "Penjaga",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = true,
			Type = "Sahasa Kubrow",
			UpgradeTypes = { "AVATAR_SENTINEL_FINISHER_DAMAGE" }
		},
		Fetch = {
			BaseDrain = 2,
			Description = "13.5m Companion Gather-Link. Detects and collects items, including mods.",
			Image = "FetchMod.png",
			InternalName = "/Lotus/Types/Sentinels/SentinelPrecepts/BeastUniversalVacuum",
			Introduced = "24",
			CodexSecret = false,
			Link = "Fetch",
			MaxRank = 5,
			Name = "Fetch",
			Icon = "Fetch.png",
			Polarity = "Penjaga",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = true,
			Type = "Beast" 
		},
		["Fever Strike"] = {
			BaseDrain = 6,
			Description = "+90% <DT_POISON>Toxin",
			Image = "FeverStrikeMod.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",
			Icon = "FeverStrike.png",
			Polarity = "Naramon",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = true,
			Type = "Melee",
			UpgradeTypes = { "WEAPON_PERCENT_BASE_DAMAGE_ADDED" }
		},
		["Final Act"] = {
			BaseDrain = 10,
			Conclave = true,
			Description = "On Low Health:\r\n+30% Ability Strength\r\n+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",
			Icon = "FinalAct.png",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Warframe",
			UpgradeTypes = { "AVATAR_ABILITY_STRENGTH", "AVATAR_CASTING_SPEED" }
		},
		["Final Harbinger"] = {
			BaseDrain = -2,
			CompatibilityTags = { "SWORDS_AND_SHIELD_STANCE" },
			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",
			Icon = "FinalHarbinger.png",
			Polarity = "Madurai",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = false,
			Type = "Sword And Shield" 
		},
		["Final Tap"] = {
			BaseDrain = 10,
			Conclave = true,
			Description = "On 4 Hits within 0.05s:\r\n+100% Damage for 0.2s",
			Image = "FinalTapMod.png",
			InternalName = "/Lotus/Upgrades/Mods/PvPMods/Rifle/HindDamageonFifthHit",
			Introduced = "17.10",
			CodexSecret = false,
			Link = "Final Tap",
			MaxRank = 3,
			Name = "Final Tap",
			Icon = "FinalTap.png",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Hind",
			UpgradeTypes = { "WEAPON_DAMAGE_AMOUNT" }
		},
		["Finishing Touch"] = {
			BaseDrain = 2,
			Description = "+60% Finisher Damage",
			Image = "FinishingTouchMod.png",
			IncompatibilityTags = { "SENTINEL_WEAPON", "HOUND_WEAPON" },
			InternalName = "/Lotus/Upgrades/Mods/Melee/WeaponMeleeFinisherDamageMod",
			Introduced = "10",
			CodexSecret = false,
			Link = "Finishing Touch",
			MaxRank = 5,
			Name = "Finishing Touch",
			Icon = "FinishingTouch.png",
			Polarity = "Madurai",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = true,
			Type = "Melee",
			UpgradeTypes = { "WEAPON_MELEE_FINISHER_DAMAGE" } 
		},
		["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",
			Icon = "FireResistance.png",
			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",
			Icon = "FireSuppression.png",
			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",
			Icon = "FireballFrenzy.png",
			Polarity = "Zenurik",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Ember" 
		},
		["Fired Up"] = {
			BaseDrain = 6,
			Description = "5% <DT_FIRE>Heat Damage on weapon per hit. Stacks up to 100%. Resets after 5s with no hits.",
			Image = "FiredUpMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Sentinel/SentinelOverheatDamageMod",
			Introduced = "10",
			CodexSecret = false,
			Link = "Fired Up",
			MaxRank = 5,
			Name = "Fired Up",
			Icon = "FiredUp.png",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Sentinel",
			UpgradeTypes = { "WEAPON_OVERHEAT_DAMAGE" }
		},
		Firestorm = {
			BaseDrain = 6,
			Description = "Improves the Blast Radius of weapons with Radial Attacks.\r\n+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",
			Icon = "Firestorm.png",
			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 = "FirewalkerMod.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",
			Icon = "Firewalker.png",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = true,
			Type = "Warframe",
			UpgradeTypes = { "AVATAR_PARKOUR_BOOST", "AVATAR_PARKOUR_GLIDE", "AVATAR_PARKOUR_DAMAGE_ADDED" }
		},
		Firewall = {
			BaseDrain = 0,
			Description = "Reduces damage by 75% while hacking",
			Image = "FirewallMod.png",
			InternalName = "/Lotus/Upgrades/Mods/DataSpike/Cipher/DamageReductionOnHackMod",
			Introduced = "30.5",
			CodexSecret = false,
			Link = "Firewall",
			MaxRank = 0,
			Name = "Firewall",
			Icon = "Firewall.png",
			Polarity = "Universal",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = true,
			Type = "Parazon" 
		},
		["Flailing Branch"] = {
			BaseDrain = -2,
			CompatibilityTags = { "STAVES_STANCE" },
			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",
			Icon = "FlailingBranch.png",
			Polarity = "Unairu",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = true,
			Type = "Staves" 
		},
		["Flak Shot"] = {
			BaseDrain = 2,
			CodexSecret = false,
			Conclave = true,
			Description = "20% of Damage converted into <DT_SLASH>Slash",
			Icon = "FlakShot.png",
			Image = "FlakShotMod.png",
			Incompatible = { "Crash Shot", "Shred Shot" },
			InternalName = "/Lotus/Upgrades/Mods/PvPMods/Shotgun/DamageBiasSlashShotgunMod",
			Introduced = "17",
			Link = "Flak Shot",
			MaxRank = 3,
			Name = "Flak Shot",
			Polarity = "Madurai",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = false,
			Type = "Shotgun",
			UpgradeTypes = { "WEAPON_DAMAGE_TYPE_BIAS" }
		},
		["Flame Gland"] = {
			BaseDrain = 4,
			CodexSecret = false,
			Description = "+60% <DT_FIRE>Heat\r\n+60% Status Chance",
			Icon = "FlameGland.png",
			Image = "FlameGlandMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Sentinel/Kubrow/DualStat/KubrowFireEventMeleeMod",
			Introduced = "24",
			Link = "Flame Gland",
			MaxRank = 3,
			Name = "Flame Gland",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Beast",
			UpgradeTypes = { "WEAPON_PERCENT_BASE_DAMAGE_ADDED", "WEAPON_PROC_CHANCE" }
		},
		["Flame Repellent"] = {
			BaseDrain = 4,
			CodexSecret = false,
			Description = "+60% <DT_FIRE>Heat Resistance",
			Icon = "FlameRepellent.png",
			Image = "FlameRepellentMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Warframe/AvatarDamageResistanceFire",
			Introduced = "8",
			Link = "Flame Repellent",
			MaxRank = 5,
			Name = "Flame Repellent",
			Polarity = "Vazarin",
			Rarity = "Common",
			Tradable = true,
			Transmutable = true,
			Type = "Warframe",
			UpgradeTypes = { "AVATAR_DAMAGE_TAKEN" }
		},
		["Flawed Ammo Drum"] = {
			BaseDrain = 2,
			CodexSecret = true,
			Description = "+10% Ammo Maximum",
			Icon = "AmmoDrum.png",
			Image = "FlawedAmmoDrumMod.png",
			Incompatible = { "Ammo Drum" },
			InternalName = "/Lotus/Upgrades/Mods/Rifle/Beginner/WeaponAmmoMaxModBeginner",
			Introduced = "14",
			IsExilus = true,
			IsFlawed = true,
			Link = "Ammo Drum",
			MaxRank = 3,
			Name = "Flawed Ammo Drum",
			Polarity = "Naramon",
			Rarity = "Common",
			Tradable = false,
			Transmutable = false,
			Type = "Rifle",
			UpgradeTypes = { "WEAPON_AMMO_MAX" }
		},
		["Flawed Ammo Stock"] = {
			BaseDrain = 2,
			CodexSecret = true,
			Description = "+20% Magazine Capacity",
			Icon = "AmmoStock.png",
			Image = "FlawedAmmoStockMod.png",
			Incompatible = { "Ammo Stock", "Primed Ammo Stock" },
			InternalName = "/Lotus/Upgrades/Mods/Shotgun/Beginner/WeaponClipMaxModBeginner",
			Introduced = "14",
			IsFlawed = true,
			Link = "Ammo Stock",
			MaxRank = 3,
			Name = "Flawed Ammo Stock",
			Polarity = "Naramon",
			Rarity = "Uncommon",
			Tradable = false,
			Transmutable = false,
			Type = "Shotgun",
			UpgradeTypes = { "WEAPON_CLIP_MAX" }
		},
		["Flawed Bane of Corpus"] = {
			BaseDrain = 2,
			CodexSecret = true,
			Description = "x1.1 Damage to Corpus",
			Icon = "BaneofCorpus.png",
			Image = "FlawedBaneofCorpusMod.png",
			Incompatible = { "Bane of Corpus", "Primed Bane of Corpus" },
			InternalName = "/Lotus/Upgrades/Mods/Rifle/Beginner/WeaponFactionDamageCorpusBeginner",
			Introduced = "14",
			IsFlawed = true,
			Link = "Bane of Corpus",
			MaxRank = 3,
			Name = "Flawed Bane of Corpus",
			Polarity = "Madurai",
			Rarity = "Uncommon",
			Tradable = false,
			Transmutable = false,
			Type = "Rifle",
			UpgradeTypes = { "GAMEPLAY_FACTION_DAMAGE" }
		},
		["Flawed Bane of Grineer"] = {
			BaseDrain = 2,
			CodexSecret = true,
			Description = "x1.1 Damage to Grineer",
			Icon = "BaneofGrineer.png",
			Image = "FlawedBaneofGrineerMod.png",
			Incompatible = { "Bane of Grineer", "Primed Bane of Grineer" },
			InternalName = "/Lotus/Upgrades/Mods/Rifle/Beginner/WeaponFactionDamageGrineerBeginner",
			Introduced = "14",
			IsFlawed = true,
			Link = "Bane of Grineer",
			MaxRank = 3,
			Name = "Flawed Bane of Grineer",
			Polarity = "Madurai",
			Rarity = "Uncommon",
			Tradable = false,
			Transmutable = false,
			Type = "Rifle",
			UpgradeTypes = { "GAMEPLAY_FACTION_DAMAGE" }
		},
		["Flawed Charged Shell"] = {
			BaseDrain = 4,
			CodexSecret = true,
			Description = "+40% <DT_ELECTRICITY>Electricity",
			Icon = "ChargedShell.png",
			Image = "FlawedChargedShellMod.png",
			Incompatible = { "Charged Shell", "Primed Charged Shell" },
			InternalName = "/Lotus/Upgrades/Mods/Shotgun/Beginner/WeaponElectricityDamageModBeginner",
			Introduced = "14",
			IsFlawed = true,
			Link = "Charged Shell",
			MaxRank = 3,
			Name = "Flawed Charged Shell",
			Polarity = "Naramon",
			Rarity = "Uncommon",
			Tradable = false,
			Transmutable = false,
			Type = "Shotgun",
			UpgradeTypes = { "WEAPON_PERCENT_BASE_DAMAGE_ADDED" }
		},
		["Flawed Continuity"] = {
			BaseDrain = 2,
			CodexSecret = true,
			Description = "+12% Ability Duration",
			Icon = "Continuity.png",
			Image = "FlawedContinuityMod.png",
			Incompatible = { "Continuity", "Archon Continuity", "Primed Continuity" },
			InternalName = "/Lotus/Upgrades/Mods/Warframe/Beginner/AvatarAbilityDurationModBeginner",
			Introduced = "14",
			IsFlawed = true,
			Link = "Continuity",
			MaxRank = 3,
			Name = "Flawed Continuity",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = false,
			Transmutable = false,
			Type = "Warframe",
			UpgradeTypes = { "AVATAR_ABILITY_DURATION" }
		},
		["Flawed Convulsion"] = {
			BaseDrain = 4,
			CodexSecret = true,
			Description = "+40% <DT_ELECTRICITY>Electricity",
			Icon = "Convulsion.png",
			Image = "FlawedConvulsionMod.png",
			Incompatible = { "Convulsion", "Primed Convulsion" },
			InternalName = "/Lotus/Upgrades/Mods/Pistol/Beginner/WeaponElectricityDamageModBeginner",
			Introduced = "14",
			IsFlawed = true,
			Link = "Convulsion",
			MaxRank = 3,
			Name = "Flawed Convulsion",
			Polarity = "Naramon",
			Rarity = "Uncommon",
			Tradable = false,
			Transmutable = false,
			Type = "Pistol",
			UpgradeTypes = { "WEAPON_PERCENT_BASE_DAMAGE_ADDED" }
		},
		["Flawed Deep Freeze"] = {
			BaseDrain = 2,
			CodexSecret = true,
			Description = "+20% <DT_FREEZE>Cold",
			Icon = "DeepFreeze.png",
			Image = "FlawedDeepFreezeMod.png",
			Incompatible = { "Deep Freeze" },
			InternalName = "/Lotus/Upgrades/Mods/Pistol/Beginner/WeaponFreezeDamageModBeginner",
			Introduced = "14",
			IsFlawed = true,
			Link = "Deep Freeze",
			MaxRank = 3,
			Name = "Flawed Deep Freeze",
			Polarity = "Vazarin",
			Rarity = "Uncommon",
			Tradable = false,
			Transmutable = false,
			Type = "Pistol",
			UpgradeTypes = { "WEAPON_PERCENT_BASE_DAMAGE_ADDED" }
		},
		["Flawed Enemy Sense"] = {
			BaseDrain = 2,
			CodexSecret = true,
			Description = "+12 Enemy Radar",
			Icon = "EnemySense.png",
			Image = "FlawedEnemySenseMod.png",
			Incompatible = { "Enemy Sense" },
			InternalName = "/Lotus/Upgrades/Mods/Warframe/Beginner/AvatarEnemyRadarModBeginner",
			Introduced = "14",
			IsExilus = true,
			IsFlawed = true,
			Link = "Enemy Sense",
			MaxRank = 3,
			Name = "Flawed Enemy Sense",
			Polarity = "Naramon",
			Rarity = "Rare",
			Tradable = false,
			Transmutable = false,
			Type = "Warframe",
			UpgradeTypes = { "AVATAR_ENEMY_RADAR" }
		},
		["Flawed Equilibrium"] = {
			BaseDrain = 4,
			CodexSecret = true,
			Description = "Health pickups give +32% Energy. Energy pickups give +32% Health.",
			Icon = "Equilibrium.png",
			Image = "FlawedEquilibriumMod.png",
			Incompatible = { "Equilibrium", "Pinnacle Pack Equilibrium" },
			InternalName = "/Lotus/Upgrades/Mods/Warframe/Beginner/AvatarPickupBonusModBeginner",
			Introduced = "14",
			IsFlawed = true,
			Link = "Equilibrium",
			MaxRank = 3,
			Name = "Flawed Equilibrium",
			Polarity = "Naramon",
			Rarity = "Uncommon",
			Tradable = false,
			Transmutable = false,
			Type = "Warframe",
			UpgradeTypes = { "AVATAR_PICKUP_BONUS_AMOUNT" }
		},
		["Flawed Expel Corpus"] = {
			BaseDrain = 2,
			CodexSecret = true,
			Description = "x1.1 Damage to Corpus",
			Icon = "ExpelCorpus.png",
			Image = "FlawedExpelCorpusMod.png",
			Incompatible = { "Expel Corpus", "Primed Expel Corpus" },
			InternalName = "/Lotus/Upgrades/Mods/Pistol/Beginner/WeaponPistolFactionDamageCorpusBeginner",
			Introduced = "14",
			IsFlawed = true,
			Link = "Expel Corpus",
			MaxRank = 3,
			Name = "Flawed Expel Corpus",
			Polarity = "Madurai",
			Rarity = "Uncommon",
			Tradable = false,
			Transmutable = false,
			Type = "Pistol",
			UpgradeTypes = { "GAMEPLAY_FACTION_DAMAGE" }
		},
		["Flawed Expel Grineer"] = {
			BaseDrain = 2,
			CodexSecret = true,
			Description = "x1.1 Damage to Grineer",
			Icon = "ExpelGrineer.png",
			Image = "FlawedExpelGrineerMod.png",
			Incompatible = { "Expel Grineer", "Primed Expel Grineer" },
			InternalName = "/Lotus/Upgrades/Mods/Pistol/Beginner/WeaponPistolFactionDamageGrineerBeginner",
			Introduced = "14",
			IsFlawed = true,
			Link = "Expel Grineer",
			MaxRank = 3,
			Name = "Flawed Expel Grineer",
			Polarity = "Madurai",
			Rarity = "Uncommon",
			Tradable = false,
			Transmutable = false,
			Type = "Pistol",
			UpgradeTypes = { "GAMEPLAY_FACTION_DAMAGE" }
		},
		["Flawed Fast Deflection"] = {
			BaseDrain = 4,
			CodexSecret = true,
			Description = "+40% Shield Recharge",
			Icon = "FastDeflection.png",
			Image = "FlawedFastDeflectionMod.png",
			Incompatible = { "Fast Deflection" },
			InternalName = "/Lotus/Upgrades/Mods/Warframe/Beginner/AvatarShieldRechargeRateModBeginner",
			Introduced = "14",
			IsFlawed = true,
			Link = "Fast Deflection",
			MaxRank = 3,
			Name = "Flawed Fast Deflection",
			Polarity = "Vazarin",
			Rarity = "Uncommon",
			Tradable = false,
			Transmutable = false,
			Type = "Warframe",
			UpgradeTypes = { "AVATAR_SHIELD_RECHARGE_RATE" }
		},
		["Flawed Fast Hands"] = {
			BaseDrain = 2,
			CodexSecret = true,
			Description = "+12% Reload Speed",
			Icon = "FastHands.png",
			Image = "FlawedFastHandsMod.png",
			Incompatible = { "Fast Hands", "Primed Fast Hands" },
			InternalName = "/Lotus/Upgrades/Mods/Rifle/Beginner/WeaponReloadSpeedModBeginner",
			Introduced = "14",
			IsFlawed = true,
			Link = "Fast Hands",
			MaxRank = 3,
			Name = "Flawed Fast Hands",
			Polarity = "Naramon",
			Rarity = "Common",
			Tradable = false,
			Transmutable = false,
			Type = "Rifle",
			UpgradeTypes = { "WEAPON_RELOAD_SPEED" }
		},
		["Flawed Fever Strike"] = {
			BaseDrain = 6,
			CodexSecret = true,
			Description = "+60% <DT_POISON>Toxin",
			Icon = "FeverStrike.png",
			Image = "FlawedFeverStrikeMod.png",
			Incompatible = { "Fever Strike", "Primed Fever Strike" },
			InternalName = "/Lotus/Upgrades/Mods/Melee/Beginner/WeaponToxinDamageModBeginner",
			Introduced = "14",
			IsFlawed = true,
			Link = "Fever Strike",
			MaxRank = 3,
			Name = "Flawed Fever Strike",
			Polarity = "Naramon",
			Rarity = "Uncommon",
			Tradable = false,
			Transmutable = false,
			Type = "Melee",
			UpgradeTypes = { "WEAPON_PERCENT_BASE_DAMAGE_ADDED" }
		},
		["Flawed Flow"] = {
			BaseDrain = 2,
			CodexSecret = true,
			Description = "+72% Energy Max",
			Icon = "Flow.png",
			Image = "FlawedFlowMod.png",
			Incompatible = { "Flow", "Archon Flow", "Primed Flow" },
			InternalName = "/Lotus/Upgrades/Mods/Warframe/Beginner/AvatarPowerMaxModBeginner",
			Introduced = "14",
			IsFlawed = true,
			Link = "Flow",
			MaxRank = 3,
			Name = "Flawed Flow",
			Polarity = "Naramon",
			Rarity = "Rare",
			Tradable = false,
			Transmutable = false,
			Type = "Warframe",
			UpgradeTypes = { "AVATAR_POWER_MAX" }
		},
		["Flawed Fury"] = {
			BaseDrain = 4,
			CodexSecret = true,
			Description = "+20% Attack Speed",
			Icon = "Fury.png",
			Image = "FlawedFuryMod.png",
			Incompatible = { "Berserker Fury", "Fury", "Primed Fury" },
			InternalName = "/Lotus/Upgrades/Mods/Melee/Beginner/WeaponFireRateModBeginner",
			Introduced = "14",
			IsFlawed = true,
			Link = "Fury",
			MaxRank = 3,
			Name = "Flawed Fury",
			Polarity = "Madurai",
			Rarity = "Uncommon",
			Tradable = false,
			Transmutable = false,
			Type = "Melee",
			UpgradeTypes = { "WEAPON_FIRE_RATE" }
		},
		["Flawed Heated Charge"] = {
			BaseDrain = 4,
			CodexSecret = true,
			Description = "+40% <DT_FIRE>Heat",
			Icon = "HeatedCharge.png",
			Image = "FlawedHeatedChargeMod.png",
			Incompatible = { "Heated Charge", "Primed Heated Charge" },
			InternalName = "/Lotus/Upgrades/Mods/Pistol/Beginner/WeaponFireDamageModBeginner",
			Introduced = "14",
			IsFlawed = true,
			Link = "Heated Charge",
			MaxRank = 3,
			Name = "Flawed Heated Charge",
			Polarity = "Naramon",
			Rarity = "Uncommon",
			Tradable = false,
			Transmutable = false,
			Type = "Pistol",
			UpgradeTypes = { "WEAPON_PERCENT_BASE_DAMAGE_ADDED" }
		},
		["Flawed Hellfire"] = {
			BaseDrain = 4,
			CodexSecret = true,
			Description = "+40% <DT_FIRE>Heat",
			Icon = "Hellfire.png",
			Image = "FlawedHellfireMod.png",
			Incompatible = { "Hellfire" },
			InternalName = "/Lotus/Upgrades/Mods/Rifle/Beginner/WeaponFireDamageModBeginner",
			Introduced = "14",
			IsFlawed = true,
			Link = "Hellfire",
			MaxRank = 3,
			Name = "Flawed Hellfire",
			Polarity = "Naramon",
			Rarity = "Uncommon",
			Tradable = false,
			Transmutable = false,
			Type = "Rifle",
			UpgradeTypes = { "WEAPON_PERCENT_BASE_DAMAGE_ADDED" }
		},
		["Flawed Hornet Strike"] = {
			BaseDrain = 2,
			CodexSecret = true,
			Description = "+40% Damage",
			Icon = "HornetStrike.png",
			Image = "FlawedHornetStrikeMod.png",
			Incompatible = { "Hornet Strike" },
			InternalName = "/Lotus/Upgrades/Mods/Pistol/Beginner/WeaponDamageAmountModBeginner",
			Introduced = "14",
			IsFlawed = true,
			Link = "Hornet Strike",
			MaxRank = 3,
			Name = "Flawed Hornet Strike",
			Polarity = "Madurai",
			Rarity = "Uncommon",
			Tradable = false,
			Transmutable = false,
			Type = "Pistol",
			UpgradeTypes = { "WEAPON_DAMAGE_AMOUNT" }
		},
		["Flawed Incendiary Coat"] = {
			BaseDrain = 4,
			CodexSecret = true,
			Description = "+40% <DT_FIRE>Heat",
			Icon = "IncendiaryCoat.png",
			Image = "FlawedIncendiaryCoatMod.png",
			Incompatible = { "Incendiary Coat" },
			InternalName = "/Lotus/Upgrades/Mods/Shotgun/Beginner/WeaponFireDamageModBeginner",
			Introduced = "14",
			IsFlawed = true,
			Link = "Incendiary Coat",
			MaxRank = 3,
			Name = "Flawed Incendiary Coat",
			Polarity = "Naramon",
			Rarity = "Uncommon",
			Tradable = false,
			Transmutable = false,
			Type = "Shotgun",
			UpgradeTypes = { "WEAPON_PERCENT_BASE_DAMAGE_ADDED" }
		},
		["Flawed Intensify"] = {
			BaseDrain = 4,
			CodexSecret = true,
			Description = "+12% Ability Strength",
			Icon = "Intensify.png",
			Image = "FlawedIntensifyMod.png",
			Incompatible = { "Intensify", "Archon Intensify", "Umbral Intensify", "Precision Intensify" },
			InternalName = "/Lotus/Upgrades/Mods/Warframe/Beginner/AvatarAbilityStrengthModBeginner",
			Introduced = "14",
			IsFlawed = true,
			Link = "Intensify",
			MaxRank = 3,
			Name = "Flawed Intensify",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = false,
			Transmutable = false,
			Type = "Warframe",
			UpgradeTypes = { "AVATAR_ABILITY_STRENGTH" }
		},
		["Flawed Magazine Warp"] = {
			BaseDrain = 2,
			CodexSecret = true,
			Description = "+12% Magazine Capacity",
			Icon = "MagazineWarp.png",
			Image = "FlawedMagazineWarpMod.png",
			Incompatible = { "Magazine Warp", "Amalgam Javlok Magazine Warp", "Primed Magazine Warp" },
			InternalName = "/Lotus/Upgrades/Mods/Rifle/Beginner/WeaponClipMaxModBeginner",
			Introduced = "14",
			IsFlawed = true,
			Link = "Magazine Warp",
			MaxRank = 3,
			Name = "Flawed Magazine Warp",
			Polarity = "Naramon",
			Rarity = "Common",
			Tradable = false,
			Transmutable = false,
			Type = "Rifle",
			UpgradeTypes = { "WEAPON_CLIP_MAX" }
		},
		["Flawed Molten Impact"] = {
			BaseDrain = 6,
			CodexSecret = true,
			Description = "+60% <DT_FIRE>Heat",
			Icon = "MoltenImpact.png",
			Image = "FlawedMoltenImpactMod.png",
			Incompatible = { "Molten Impact" },
			InternalName = "/Lotus/Upgrades/Mods/Melee/Beginner/WeaponFireDamageModBeginner",
			Introduced = "14",
			IsFlawed = true,
			Link = "Molten Impact",
			MaxRank = 3,
			Name = "Flawed Molten Impact",
			Polarity = "Naramon",
			Rarity = "Uncommon",
			Tradable = false,
			Transmutable = false,
			Type = "Melee",
			UpgradeTypes = { "WEAPON_PERCENT_BASE_DAMAGE_ADDED" }
		},
		["Flawed North Wind"] = {
			BaseDrain = 6,
			CodexSecret = true,
			Description = "+60% <DT_FREEZE>Cold",
			Icon = "NorthWind.png",
			Image = "FlawedNorthWindMod.png",
			Incompatible = { "North Wind" },
			InternalName = "/Lotus/Upgrades/Mods/Melee/Beginner/WeaponFreezeDamageModBeginner",
			Introduced = "14",
			IsFlawed = true,
			Link = "North Wind",
			MaxRank = 3,
			Name = "Flawed North Wind",
			Polarity = "Vazarin",
			Rarity = "Uncommon",
			Tradable = false,
			Transmutable = false,
			Type = "Melee",
			UpgradeTypes = { "WEAPON_PERCENT_BASE_DAMAGE_ADDED" }
		},
		["Flawed Organ Shatter"] = {
			BaseDrain = 4,
			CodexSecret = true,
			Description = "+60% Critical Damage",
			Icon = "OrganShatter.png",
			Image = "FlawedOrganShatterMod.png",
			Incompatible = { "Organ Shatter", "Amalgam Organ Shatter" },
			InternalName = "/Lotus/Upgrades/Mods/Melee/Beginner/WeaponCritDamageModBeginner",
			Introduced = "14",
			IsFlawed = true,
			Link = "Organ Shatter",
			MaxRank = 3,
			Name = "Flawed Organ Shatter",
			Polarity = "Madurai",
			Rarity = "Common",
			Tradable = false,
			Transmutable = false,
			Type = "Melee",
			UpgradeTypes = { "WEAPON_CRIT_DAMAGE" }
		},
		["Flawed Pathogen Rounds"] = {
			BaseDrain = 4,
			CodexSecret = true,
			Description = "+40% <DT_POISON>Toxin",
			Icon = "PathogenRounds.png",
			Image = "FlawedPathogenRoundsMod.png",
			Incompatible = { "Pathogen Rounds" },
			InternalName = "/Lotus/Upgrades/Mods/Pistol/Beginner/WeaponToxinDamageModBeginner",
			Introduced = "14",
			IsFlawed = true,
			Link = "Pathogen Rounds",
			MaxRank = 3,
			Name = "Flawed Pathogen Rounds",
			Polarity = "Naramon",
			Rarity = "Uncommon",
			Tradable = false,
			Transmutable = false,
			Type = "Pistol",
			UpgradeTypes = { "WEAPON_PERCENT_BASE_DAMAGE_ADDED" }
		},
		["Flawed Pistol Gambit"] = {
			BaseDrain = 2,
			CodexSecret = true,
			Description = "+60% Critical Chance",
			Icon = "PistolGambit.png",
			Image = "FlawedPistolGambitMod.png",
			Incompatible = { "Pistol Gambit", "Primed Pistol Gambit", "Creeping Bullseye" },
			InternalName = "/Lotus/Upgrades/Mods/Pistol/Beginner/WeaponCritChanceModBeginner",
			Introduced = "14",
			IsFlawed = true,
			Link = "Pistol Gambit",
			MaxRank = 3,
			Name = "Flawed Pistol Gambit",
			Polarity = "Madurai",
			Rarity = "Common",
			Tradable = false,
			Transmutable = false,
			Type = "Pistol",
			UpgradeTypes = { "WEAPON_CRIT_CHANCE" }
		},
		["Flawed Point Blank"] = {
			BaseDrain = 4,
			CodexSecret = true,
			Description = "+40% Damage",
			Icon = "PointBlank.png",
			Image = "FlawedPointBlankMod.png",
			Incompatible = { "Point Blank", "Primed Point Blank" },
			InternalName = "/Lotus/Upgrades/Mods/Shotgun/Beginner/WeaponDamageAmountModBeginner",
			Introduced = "14",
			IsFlawed = true,
			Link = "Point Blank",
			MaxRank = 3,
			Name = "Flawed Point Blank",
			Polarity = "Madurai",
			Rarity = "Uncommon",
			Tradable = false,
			Transmutable = false,
			Type = "Shotgun",
			UpgradeTypes = { "WEAPON_DAMAGE_AMOUNT" }
		},
		["Flawed Pressure Point"] = {
			BaseDrain = 4,
			CodexSecret = true,
			Description = "+80% Melee Damage",
			Icon = "PressurePoint.png",
			Image = "FlawedPressurePointMod.png",
			Incompatible = { "Pressure Point", "Primed Pressure Point", "Sacrificial Pressure" },
			InternalName = "/Lotus/Upgrades/Mods/Melee/Beginner/WeaponMeleeDamageModBeginner",
			Introduced = "14",
			IsFlawed = true,
			Link = "Pressure Point",
			MaxRank = 3,
			Name = "Flawed Pressure Point",
			Polarity = "Madurai",
			Rarity = "Common",
			Tradable = false,
			Transmutable = false,
			Type = "Melee",
			UpgradeTypes = { "WEAPON_MELEE_DAMAGE" }
		},
		["Flawed Quickdraw"] = {
			BaseDrain = 2,
			CodexSecret = true,
			Description = "+20% Reload Speed",
			Icon = "Quickdraw.png",
			Image = "FlawedQuickdrawMod.png",
			Incompatible = { "Quickdraw", "Primed Quickdraw" },
			InternalName = "/Lotus/Upgrades/Mods/Pistol/Beginner/WeaponReloadSpeedModBeginner",
			Introduced = "14",
			IsFlawed = true,
			Link = "Quickdraw",
			MaxRank = 3,
			Name = "Flawed Quickdraw",
			Polarity = "Naramon",
			Rarity = "Common",
			Tradable = false,
			Transmutable = false,
			Type = "Pistol",
			UpgradeTypes = { "WEAPON_RELOAD_SPEED" }
		},
		["Flawed Redirection"] = {
			BaseDrain = 2,
			CodexSecret = true,
			Description = "+80% Shield Capacity",
			Icon = "Redirection.png",
			Image = "FlawedRedirectionMod.png",
			Incompatible = { "Redirection", "Primed Redirection" },
			InternalName = "/Lotus/Upgrades/Mods/Warframe/Beginner/AvatarShieldMaxModBeginner",
			Introduced = "14",
			IsFlawed = true,
			Link = "Redirection",
			MaxRank = 3,
			Name = "Flawed Redirection",
			Polarity = "Vazarin",
			Rarity = "Common",
			Tradable = false,
			Transmutable = false,
			Type = "Warframe",
			UpgradeTypes = { "AVATAR_SHIELD_MAX" }
		},
		["Flawed Rush"] = {
			BaseDrain = 4,
			CodexSecret = true,
			Description = "+10% Sprint Speed",
			Icon = "Rush.png",
			Image = "FlawedRushMod.png",
			Incompatible = { "Rush" },
			InternalName = "/Lotus/Upgrades/Mods/Warframe/Beginner/AvatarSprintSpeedModBeginner",
			Introduced = "14",
			IsExilus = true,
			IsFlawed = true,
			Link = "Rush",
			MaxRank = 3,
			Name = "Flawed Rush",
			Polarity = "Naramon",
			Rarity = "Uncommon",
			Tradable = false,
			Transmutable = false,
			Type = "Warframe",
			UpgradeTypes = { "AVATAR_SPRINT_SPEED" }
		},
		["Flawed Serration"] = {
			BaseDrain = 2,
			CodexSecret = true,
			Description = "+40% Damage",
			Icon = "Serration.png",
			Image = "FlawedSerrationMod.png",
			Incompatible = { "Serration", "Amalgam Serration" },
			InternalName = "/Lotus/Upgrades/Mods/Rifle/Beginner/WeaponDamageAmountModBeginner",
			Introduced = "14",
			IsFlawed = true,
			Link = "Serration",
			MaxRank = 3,
			Name = "Flawed Serration",
			Polarity = "Madurai",
			Rarity = "Uncommon",
			Tradable = false,
			Transmutable = false,
			Type = "Rifle",
			UpgradeTypes = { "WEAPON_DAMAGE_AMOUNT" }
		},
		["Flawed Shell Compression"] = {
			BaseDrain = 2,
			CodexSecret = true,
			Description = "+12% Ammo Maximum",
			Icon = "ShellCompression.png",
			Image = "FlawedShellCompressionMod.png",
			Incompatible = { "Shell Compression" },
			InternalName = "/Lotus/Upgrades/Mods/Shotgun/Beginner/WeaponAmmoMaxModBeginner",
			Introduced = "14",
			IsExilus = true,
			IsFlawed = true,
			Link = "Shell Compression",
			MaxRank = 3,
			Name = "Flawed Shell Compression",
			Polarity = "Naramon",
			Rarity = "Uncommon",
			Tradable = false,
			Transmutable = false,
			Type = "Shotgun",
			UpgradeTypes = { "WEAPON_AMMO_MAX" }
		},
		["Flawed Shocking Touch"] = {
			BaseDrain = 6,
			CodexSecret = true,
			Description = "+60% <DT_ELECTRICITY>Electricity",
			Icon = "ShockingTouch.png",
			Image = "FlawedShockingTouchMod.png",
			Incompatible = { "Shocking Touch" },
			InternalName = "/Lotus/Upgrades/Mods/Melee/Beginner/WeaponElectricityDamageModBeginner",
			Introduced = "14",
			IsFlawed = true,
			Link = "Shocking Touch",
			MaxRank = 3,
			Name = "Flawed Shocking Touch",
			Polarity = "Naramon",
			Rarity = "Uncommon",
			Tradable = false,
			Transmutable = false,
			Type = "Melee",
			UpgradeTypes = { "WEAPON_PERCENT_BASE_DAMAGE_ADDED" }
		},
		["Flawed Shotgun Barrage"] = {
			BaseDrain = 2,
			CodexSecret = true,
			Description = "+40% Fire Rate",
			Icon = "ShotgunBarrage.png",
			Image = "FlawedShotgunBarrageMod.png",
			Incompatible = { "Shotgun Barrage", "Amalgam Shotgun Barrage" },
			InternalName = "/Lotus/Upgrades/Mods/Shotgun/Beginner/WeaponFireRateModBeginner",
			Introduced = "14",
			IsFlawed = true,
			Link = "Shotgun Barrage",
			MaxRank = 3,
			Name = "Flawed Shotgun Barrage",
			Polarity = "Madurai",
			Rarity = "Uncommon",
			Tradable = false,
			Transmutable = false,
			Type = "Shotgun",
			UpgradeTypes = { "WEAPON_FIRE_RATE" }
		},
		["Flawed Slip Magazine"] = {
			BaseDrain = 2,
			CodexSecret = true,
			Description = "+10% Magazine Capacity",
			Icon = "SlipMagazine.png",
			Image = "FlawedSlipMagazineMod.png",
			Incompatible = { "Slip Magazine", "Primed Slip Magazine" },
			InternalName = "/Lotus/Upgrades/Mods/Pistol/Beginner/WeaponClipMaxModBeginner",
			Introduced = "14",
			IsFlawed = true,
			Link = "Slip Magazine",
			MaxRank = 3,
			Name = "Flawed Slip Magazine",
			Polarity = "Naramon",
			Rarity = "Common",
			Tradable = false,
			Transmutable = false,
			Type = "Pistol",
			UpgradeTypes = { "WEAPON_CLIP_MAX" }
		},
		["Flawed Smite Grineer"] = {
			BaseDrain = 4,
			CodexSecret = true,
			Description = "x1.2 Damage to Grineer",
			Icon = "SmiteGrineer.png",
			Image = "FlawedSmiteGrineerMod.png",
			Incompatible = { "Smite Grineer", "Primed Smite Grineer" },
			InternalName = "/Lotus/Upgrades/Mods/Melee/Beginner/WeaponMeleeFactionDamageGrineerBeginner",
			Introduced = "14",
			IsFlawed = true,
			Link = "Smite Grineer",
			MaxRank = 3,
			Name = "Flawed Smite Grineer",
			Polarity = "Madurai",
			Rarity = "Uncommon",
			Tradable = false,
			Transmutable = false,
			Type = "Melee",
			UpgradeTypes = { "GAMEPLAY_FACTION_DAMAGE" }
		},
		["Flawed Speed Trigger"] = {
			BaseDrain = 2,
			CodexSecret = true,
			Description = "+20% Fire Rate (x2 for Bows)",
			Icon = "SpeedTrigger.png",
			Image = "FlawedSpeedTriggerMod.png",
			Incompatible = { "Speed Trigger" },
			InternalName = "/Lotus/Upgrades/Mods/Rifle/Beginner/WeaponFireRateModBeginner",
			Introduced = "14",
			IsFlawed = true,
			Link = "Speed Trigger",
			MaxRank = 3,
			Name = "Flawed Speed Trigger",
			Polarity = "Madurai",
			Rarity = "Uncommon",
			Tradable = false,
			Transmutable = false,
			Type = "Rifle",
			UpgradeTypes = { "WEAPON_FIRE_RATE" }
		},
		["Flawed Steel Fiber"] = {
			BaseDrain = 2,
			CodexSecret = true,
			Description = "+32% Armor",
			Icon = "SteelFiber.png",
			Image = "FlawedSteelFiberMod.png",
			Incompatible = { "Steel Fiber", "Umbral Fiber" },
			InternalName = "/Lotus/Upgrades/Mods/Warframe/Beginner/AvatarArmourModBeginner",
			Introduced = "14",
			IsFlawed = true,
			Link = "Steel Fiber",
			MaxRank = 3,
			Name = "Flawed Steel Fiber",
			Polarity = "Vazarin",
			Rarity = "Common",
			Tradable = false,
			Transmutable = false,
			Type = "Warframe",
			UpgradeTypes = { "AVATAR_ARMOUR" }
		},
		["Flawed Stormbringer"] = {
			BaseDrain = 4,
			CodexSecret = true,
			Description = "+40% <DT_ELECTRICITY>Electricity",
			Icon = "Stormbringer.png",
			Image = "FlawedStormbringerMod.png",
			Incompatible = { "Stormbringer" },
			InternalName = "/Lotus/Upgrades/Mods/Rifle/Beginner/WeaponElectricityDamageModBeginner",
			Introduced = "14",
			IsFlawed = true,
			Link = "Stormbringer",
			MaxRank = 3,
			Name = "Flawed Stormbringer",
			Polarity = "Naramon",
			Rarity = "Uncommon",
			Tradable = false,
			Transmutable = false,
			Type = "Rifle",
			UpgradeTypes = { "WEAPON_PERCENT_BASE_DAMAGE_ADDED" }
		},
		["Flawed Streamline"] = {
			BaseDrain = 2,
			CodexSecret = true,
			Description = "+12% Ability Efficiency",
			Icon = "Streamline.png",
			Image = "FlawedStreamlineMod.png",
			Incompatible = { "Streamline" },
			InternalName = "/Lotus/Upgrades/Mods/Warframe/Beginner/AvatarAbilityEfficiencyModBeginner",
			Introduced = "14",
			IsFlawed = true,
			Link = "Streamline",
			MaxRank = 3,
			Name = "Flawed Streamline",
			Polarity = "Naramon",
			Rarity = "Rare",
			Tradable = false,
			Transmutable = false,
			Type = "Warframe",
			UpgradeTypes = { "AVATAR_ABILITY_EFFICIENCY" }
		},
		["Flawed Stretch"] = {
			BaseDrain = 2,
			CodexSecret = true,
			Description = "+20% Ability Range",
			Icon = "Stretch.png",
			Image = "FlawedStretchMod.png",
			Incompatible = { "Stretch", "Archon Stretch" },
			InternalName = "/Lotus/Upgrades/Mods/Warframe/Beginner/AvatarAbilityRangeModBeginner",
			Introduced = "14",
			IsFlawed = true,
			Link = "Stretch",
			MaxRank = 3,
			Name = "Flawed Stretch",
			Polarity = "Naramon",
			Rarity = "Uncommon",
			Tradable = false,
			Transmutable = false,
			Type = "Warframe",
			UpgradeTypes = { "AVATAR_ABILITY_RANGE" }
		},
		["Flawed Tactical Pump"] = {
			BaseDrain = 2,
			CodexSecret = true,
			Description = "+12% Reload Speed",
			Icon = "TacticalPump.png",
			Image = "FlawedTacticalPumpMod.png",
			Incompatible = { "Tactical Pump", "Primed Tactical Pump" },
			InternalName = "/Lotus/Upgrades/Mods/Shotgun/Beginner/WeaponReloadSpeedModBeginner",
			Introduced = "14",
			IsFlawed = true,
			Link = "Tactical Pump",
			MaxRank = 3,
			Name = "Flawed Tactical Pump",
			Polarity = "Naramon",
			Rarity = "Uncommon",
			Tradable = false,
			Transmutable = false,
			Type = "Shotgun",
			UpgradeTypes = { "WEAPON_RELOAD_SPEED" }
		},
		["Flawed Target Cracker"] = {
			BaseDrain = 2,
			CodexSecret = true,
			Description = "+30% Critical Damage",
			Icon = "TargetCracker.png",
			Image = "FlawedTargetCrackerMod.png",
			Incompatible = { "Target Cracker", "Primed Target Cracker" },
			InternalName = "/Lotus/Upgrades/Mods/Pistol/Beginner/WeaponCritDamageModBeginner",
			Introduced = "14",
			IsFlawed = true,
			Link = "Target Cracker",
			MaxRank = 3,
			Name = "Flawed Target Cracker",
			Polarity = "Madurai",
			Rarity = "Uncommon",
			Tradable = false,
			Transmutable = false,
			Type = "Pistol",
			UpgradeTypes = { "WEAPON_CRIT_DAMAGE" }
		},
		["Flawed Thief's Wit"] = {
			BaseDrain = 2,
			CodexSecret = true,
			Description = "Highlights mods through the environment as well as the Minimap.\r\n+20 Loot Radar",
			Icon = "Thief'sWit.png",
			Image = "FlawedThief'sWitMod.png",
			Incompatible = { "Thief's Wit" },
			InternalName = "/Lotus/Upgrades/Mods/Warframe/Beginner/AvatarLootRadarModBeginner",
			Introduced = "14",
			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",
			UpgradeTypes = { "AVATAR_LOOT_RADAR" }
		},
		["Flawed Trick Mag"] = {
			BaseDrain = 2,
			CodexSecret = true,
			Description = "+40% Ammo Maximum",
			Icon = "TrickMag.png",
			Image = "FlawedTrickMagMod.png",
			Incompatible = { "Trick Mag" },
			InternalName = "/Lotus/Upgrades/Mods/Pistol/Beginner/WeaponAmmoMaxModBeginner",
			Introduced = "14",
			IsExilus = true,
			IsFlawed = true,
			Link = "Trick Mag",
			MaxRank = 3,
			Name = "Flawed Trick Mag",
			Polarity = "Naramon",
			Rarity = "Common",
			Tradable = false,
			Transmutable = false,
			Type = "Pistol",
			UpgradeTypes = { "WEAPON_AMMO_MAX" }
		},
		["Flawed True Steel"] = {
			BaseDrain = 4,
			CodexSecret = true,
			Description = "+80% Critical Chance (x2 for Heavy Attacks)",
			Icon = "TrueSteel.png",
			Image = "FlawedTrueSteelMod.png",
			Incompatible = { "True Steel", "Sacrificial Steel", "Amalgam Ripkas True Steel" },
			InternalName = "/Lotus/Upgrades/Mods/Melee/Beginner/WeaponCritChanceModBeginner",
			Introduced = "14",
			IsFlawed = true,
			Link = "True Steel",
			MaxRank = 3,
			Name = "Flawed True Steel",
			Polarity = "Madurai",
			Rarity = "Common",
			Tradable = false,
			Transmutable = false,
			Type = "Melee",
			UpgradeTypes = { "WEAPON_CRIT_CHANCE" }
		},
		["Flawed Vitality"] = {
			BaseDrain = 2,
			CodexSecret = true,
			Description = "+25% Health",
			Icon = "Vitality.png",
			Image = "FlawedVitalityMod.png",
			Incompatible = { "Vitality", "Archon Vitality", "Umbral Vitality", "Parasitic Vitality" },
			InternalName = "/Lotus/Upgrades/Mods/Warframe/Beginner/AvatarHealthMaxModBeginner",
			Introduced = "14",
			IsFlawed = true,
			Link = "Vitality",
			MaxRank = 3,
			Name = "Flawed Vitality",
			Polarity = "Vazarin",
			Rarity = "Common",
			Tradable = false,
			Transmutable = false,
			Type = "Warframe",
			UpgradeTypes = { "AVATAR_HEALTH_MAX" }
		},
		Flechette = {
			BaseDrain = 2,
			CodexSecret = false,
			Description = "+90% <DT_PUNCTURE>Puncture",
			Icon = "Flechette.png",
			Image = "FlechetteMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Shotgun/WeaponArmorPiercingDamageMod",
			Introduced = "0",
			Link = "Flechette",
			MaxRank = 5,
			Name = "Flechette",
			Polarity = "Naramon",
			Rarity = "Common",
			Tradable = true,
			Transmutable = true,
			Type = "Shotgun",
			UpgradeTypes = { "WEAPON_PERCENT_BASE_DAMAGE_ADDED" }
		},
		["Fleeting Expertise"] = {
			BaseDrain = 6,
			CodexSecret = false,
			Description = "+60% Ability Efficiency\r\n-60% Ability Duration",
			Icon = "FleetingExpertise.png",
			Image = "FleetingExpertiseMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Warframe/DualStat/CorruptedEfficiencyDurationWarframe",
			Introduced = "10.3",
			Link = "Fleeting Expertise",
			MaxRank = 5,
			Name = "Fleeting Expertise",
			Polarity = "Naramon",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Warframe",
			UpgradeTypes = { "AVATAR_ABILITY_EFFICIENCY", "AVATAR_ABILITY_DURATION" }
		},
		Flow = {
			BaseDrain = 4,
			CodexSecret = false,
			Description = "+100% Energy Max",
			Icon = "Flow.png",
			Image = "FlowMod.png",
			Incompatible = { "Archon Flow", "Primed Flow", "Flawed Flow" },
			InternalName = "/Lotus/Upgrades/Mods/Warframe/AvatarPowerMaxMod",
			Introduced = "0",
			Link = "Flow",
			MaxRank = 5,
			Name = "Flow",
			Polarity = "Naramon",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = true,
			Type = "Warframe",
			UpgradeTypes = { "AVATAR_POWER_MAX" }
		},
		["Flow Burn"] = {
			CodexSecret = false,
			Description = "+38% Speed and Boost Speed for 13s\r\nCooldown: 240s",
			Icon = "FlowBurn.png",
			Image = "FlowBurnMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Railjack/Tactical/CrewShipAfterBurnersAbilityCard",
			Introduced = "27.0",
			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,
			CodexSecret = false,
			Description = "Status Chance fluctuates between +150% and +250% over 5s while the beam is fired.",
			Icon = "FluxOverdrive.png",
			Image = "FluxOverdriveMod.png",
			IncompatibilityTags = { "POWER_WEAPON" },
			InternalName = "/Lotus/Upgrades/Mods/Rifle/Event/CorpusArena/FluxRifleCorpusArenaMod",
			Introduced = "19.5",
			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,
			CodexSecret = false,
			Description = "+40% Heavy Attack Efficiency\r\n+60% <DT_ELECTRICITY>Electricity",
			Icon = "FocusEnergy.png",
			Image = "FocusEnergyMod.png",
			IncompatibilityTags = { "SENTINEL_WEAPON", "HOUND_WEAPON" },
			InternalName = "/Lotus/Upgrades/Mods/Melee/DualStat/FocusEnergyMod",
			Introduced = "9",
			Link = "Focus Energy",
			MaxRank = 3,
			Name = "Focus Energy",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Melee",
			UpgradeTypes = { "WEAPON_MELEE_COMBO_USAGE_EFFICIENCY", "WEAPON_PERCENT_BASE_DAMAGE_ADDED" }
		},
		["Focus Radon"] = {
			BaseDrain = 4,
			CodexSecret = false,
			Description = "+60% <DT_RADIATION>Radiation\r\n+40% Heavy Attack Efficiency",
			Icon = "FocusRadon.png",
			Image = "FocusRadonMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Melee/DualStat/RadiationEfficiencyMeleeMod",
			Introduced = "35",
			Link = "Focus Radon",
			MaxRank = 3,
			Name = "Focus Radon",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Melee",
			UpgradeTypes = { "WEAPON_PERCENT_BASE_DAMAGE_ADDED", "WEAPON_MELEE_COMBO_USAGE_EFFICIENCY" }
		},
		["Focused Acceleration"] = {
			BaseDrain = 10,
			CodexSecret = false,
			Conclave = true,
			Description = "When Aiming:\r\n+80% Projectile Speed",
			Icon = "FocusedAcceleration.png",
			Image = "FocusedAccelerationMod.png",
			InternalName = "/Lotus/Upgrades/Mods/PvPMods/Rifle/TetraFasterProjAiming",
			Introduced = "17.10",
			IsExilus = true,
			IsWeaponAugment = true,
			Link = "Focused Acceleration",
			MaxRank = 3,
			Name = "Focused Acceleration",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Tetra",
			UpgradeTypes = { "WEAPON_PROJECTILE_SPEED" }
		},
		["Focused Defense"] = {
			BaseDrain = 4,
			CodexSecret = false,
			Description = "+20 Parry Angle",
			Icon = "FocusedDefense.png",
			Image = "FocusedDefenseMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Melee/Channel/ChannelArmourMod",
			Introduced = "18.4.1",
			IsExilus = true,
			Link = "Focused Defense",
			MaxRank = 3,
			Name = "Focused Defense",
			Polarity = "Vazarin",
			Rarity = "Common",
			Tradable = true,
			Transmutable = false,
			Type = "Melee",
			UpgradeTypes = { "WEAPON_PARRY_ANGLE" }
		},
		["Focused Prospectus"] = {
			BaseDrain = 0,
			CodexSecret = false,
			Conclave = false,
			Description = "Fires a beam of energy that deals 900 <DT_FIRE>Heat Damage over 4.5s.",
			Icon = "FocusedProspectus.png",
			Image = "FocusedProspectusMod.png",
			Incompatible = { "Synergized Prospectus", "Aerial Prospectus" },
			InternalName = "/Lotus/Types/Friendly/Pets/ZanukaPets/ZanukaPetPrecepts/ZanukaPetMegaLaserPrecept",
			Introduced = "30.5",
			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,
			CodexSecret = false,
			Conclave = true,
			Description = "On Respawn:\r\n+10 Energy",
			Icon = "FollowThrough.png",
			Image = "FollowThroughMod.png",
			InternalName = "/Lotus/Upgrades/Mods/PvPMods/Warframe/EnergyOnKill",
			Introduced = "16.5",
			Link = "Follow Through",
			MaxRank = 3,
			Name = "Follow Through",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Warframe",
			UpgradeTypes = { "AVATAR_SPAWN_ENERGY" }
		},
		["Fomorian Accelerant"] = {
			BaseDrain = 4,
			CodexSecret = false,
			Description = "Flak now bounces up to 4x and travels 60% faster.",
			Icon = "FomorianAccelerant.png",
			Image = "FomorianAccelerantMod.png",
			IncompatibilityTags = { "POWER_WEAPON" },
			InternalName = "/Lotus/Upgrades/Mods/Shotgun/Event/ProjectNightwatch/DrakgoonNightwatchMod",
			Introduced = "18.1",
			IsExilus = true,
			IsWeaponAugment = true,
			Link = "Fomorian Accelerant",
			MaxRank = 3,
			Name = "Fomorian Accelerant",
			Polarity = "Madurai",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = false,
			Type = "Drakgoon",
			UpgradeTypes = { "WEAPON_PROJECTILE_BOUNCES", "WEAPON_PROJECTILE_SPEED", "WEAPON_PROJECTILE_ELASTICITY" }
		},
		["Form Up"] = {
			CodexSecret = false,
			Description = "Recall all Crew Members to the Railjack and Heal them for 75%\r\nCooldown: 240s",
			Icon = "FormUp.png",
			Image = "FormUpMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Railjack/Tactical/CrewShipMassRecallAbilityCard",
			Introduced = "27.0",
			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,
			CodexSecret = false,
			Description = "ON CRITICAL HIT: Replenish 3% of Shields",
			Icon = "FortifyingFire.png",
			Image = "FortifyingFireMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Railjack/Engineering/LavanShieldOnCrit",
			Introduced = "29.10",
			Link = "Fortifying Fire",
			MaxRank = 5,
			Name = "Fortifying Fire",
			Polarity = "Vazarin",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Plexus" 
		},
		Fortitude = {
			BaseDrain = 6,
			CodexSecret = false,
			Description = "+40% Chance to Resist Knockdown\r\n+100% Shield Recharge",
			Icon = "Fortitude.png",
			Image = "FortitudeMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Warframe/DualStat/FortitudeMod",
			Introduced = "9",
			Link = "Fortitude",
			MaxRank = 3,
			Name = "Fortitude",
			Polarity = "Naramon",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Warframe",
			UpgradeTypes = { "AVATAR_INJURY_BLOCK_CHANCE", "AVATAR_SHIELD_RECHARGE_RATE" }
		},
		["Forward Artillery"] = {
			BaseDrain = 6,
			CodexSecret = false,
			Description = "+100% Forward Artillery Damage",
			Icon = "ForwardArtillery.png",
			Image = "ForwardArtilleryMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Railjack/Gunnery/ZektiSuperWeaponDamage",
			Introduced = "27.0",
			Link = "Forward Artillery",
			MaxRank = 10,
			Name = "Forward Artillery",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Plexus" 
		},
		["Four Riders"] = {
			BaseDrain = -2,
			CompatibilityTags = { "CLAWS_STANCE_STANCE" },
			CodexSecret = false,
			Description = "Fast strikes, powerful slams.",
			Icon = "FourRiders.png",
			Image = "FourRidersMod.png",
			InternalName = "/Lotus/Weapons/Tenno/Melee/MeleeTrees/ClawCmbThreeMeleeTree",
			Introduced = "16",
			Link = "Four Riders",
			MaxRank = 3,
			Name = "Four Riders",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = true,
			Type = "Claws" 
		},
		["Fracturing Crush"] = {
			BaseDrain = 6,
			CodexSecret = false,
			Description = "Crush Augment: Crush gains +50% casting speed. The armor of surviving enemies decreases by 75% and they are unable to move for 7s.",
			Icon = "FracturingCrush.png",
			Image = "FracturingCrushMod.png",
			InternalName = "/Lotus/Powersuits/Mag/CrushAugmentCard",
			Introduced = "16",
			IsAbilityAugment = true,
			Link = "Fracturing Crush",
			MaxRank = 3,
			Name = "Fracturing Crush",
			Polarity = "Zenurik",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Mag" 
		},
		["Fracturing Wind"] = {
			BaseDrain = -2,
			CompatibilityTags = { "FIST_STANCE" },
			CodexSecret = false,
			Description = "Fast, multi-hit strikes with powerful finishers.",
			Icon = "FracturingWind.png",
			Image = "FracturingWindMod.png",
			InternalName = "/Lotus/Weapons/Tenno/Melee/MeleeTrees/FistCmbOneMeleeTree",
			Introduced = "13",
			Link = "Fracturing Wind",
			MaxRank = 3,
			Name = "Fracturing Wind",
			Polarity = "Unairu",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = true,
			Type = "Fists" 
		},
		["Frail Momentum"] = {
			BaseDrain = 4,
			CodexSecret = false,
			Description = "+90% Fire Rate\r\n-15% Damage",
			Icon = "FrailMomentum.png",
			Image = "FrailMomentumMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Shotgun/DualStat/CorruptedFireRateDamageShotgun",
			Introduced = "15",
			Link = "Frail Momentum",
			MaxRank = 5,
			Name = "Frail Momentum",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Shotgun",
			UpgradeTypes = { "WEAPON_FIRE_RATE", "WEAPON_DAMAGE_AMOUNT" }
		},
		["Freeze Force"] = {
			BaseDrain = 6,
			CodexSecret = false,
			Description = "Freeze Augment: Hold to cast will grant all allies within 15m an additional 100% <DT_FREEZE>Cold Damage to their attacks for 40s.",
			Icon = "FreezeForce.png",
			Image = "FreezeForceMod.png",
			InternalName = "/Lotus/Powersuits/Frost/IcicleAugmentCard",
			Introduced = "15",
			IsAbilityAugment = true,
			Link = "Freeze Force",
			MaxRank = 3,
			Name = "Freeze Force",
			Polarity = "Zenurik",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Frost" 
		},
		["Frigid Blast"] = {
			BaseDrain = 4,
			CodexSecret = false,
			Description = "+60% <DT_FREEZE>Cold\r\n+60% Status Chance",
			Icon = "FrigidBlast.png",
			Image = "FrigidBlastMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Shotgun/DualStat/IceEventShotgunMod",
			Introduced = "14.5",
			Link = "Frigid Blast",
			MaxRank = 3,
			Name = "Frigid Blast",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Shotgun",
			UpgradeTypes = { "WEAPON_PERCENT_BASE_DAMAGE_ADDED", "WEAPON_PROC_CHANCE" }
		},
		["Frost Insulation"] = {
			BaseDrain = -2,
			Description = "Reduced damage from freeze attacks +%d DAMAGE RESISTANCE",
			Icon = "FrostInsulation.png",
			Image = "Frost_Insulation.png",
			Link = "Frost Insulation",
			MaxRank = 5,
			Name = "Frost Insulation",
			Polarity = "None",
			Rarity = "Uncommon",
			Tradable = false,
			Transmutable = false,
			Type = "Aura",
			_IgnoreEntry = true 
		},
		["Frost Jaw"] = {
			BaseDrain = 4,
			CodexSecret = false,
			Description = "+60% <DT_FREEZE>Cold\r\n+60% Status Chance",
			Icon = "FrostJaw.png",
			Image = "FrostJawMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Sentinel/Kubrow/DualStat/KubrowIceEventMeleeMod",
			Introduced = "24",
			Link = "Frost Jaw",
			MaxRank = 3,
			Name = "Frost Jaw",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Beast",
			UpgradeTypes = { "WEAPON_PERCENT_BASE_DAMAGE_ADDED", "WEAPON_PROC_CHANCE" }
		},
		Frostbite = {
			BaseDrain = 4,
			CodexSecret = false,
			Description = "+60% <DT_FREEZE>Cold\r\n+60% Status Chance",
			Icon = "Frostbite.png",
			Image = "FrostbiteMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Pistol/DualStat/IceEventPistolMod",
			Introduced = "14.5",
			Link = "Frostbite",
			MaxRank = 3,
			Name = "Frostbite",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Pistol",
			UpgradeTypes = { "WEAPON_PERCENT_BASE_DAMAGE_ADDED", "WEAPON_PROC_CHANCE" }
		},
		["Full Capacity"] = {
			BaseDrain = 4,
			CodexSecret = false,
			Conclave = true,
			Description = "+30% Magazine Capacity\r\n-15% Reload Speed",
			Icon = "FullCapacity.png",
			Image = "FullCapacityMod.png",
			Incompatible = { "Hydraulic Barrel", "Loose Magazine" },
			IncompatibilityTags = { "SINGLESHOT" },
			InternalName = "/Lotus/Upgrades/Mods/PvPMods/Pistol/LargerMagLongerReloadPistolMod",
			Introduced = "16.7",
			Link = "Full Capacity",
			MaxRank = 5,
			Name = "Full Capacity",
			Polarity = "Naramon",
			Rarity = "Common",
			Tradable = true,
			Transmutable = false,
			Type = "Pistol",
			UpgradeTypes = { "WEAPON_CLIP_MAX", "WEAPON_RELOAD_SPEED" }
		},
		["Full Contact"] = {
			BaseDrain = 6,
			CodexSecret = false,
			Description = "+120% <DT_IMPACT>Impact",
			Icon = "FullContact.png",
			Image = "FullContactMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Shotgun/WeaponEventShotgunImpactDamageMod",
			Introduced = "16.4",
			Link = "Full Contact",
			MaxRank = 5,
			Name = "Full Contact",
			Polarity = "Naramon",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Shotgun",
			UpgradeTypes = { "WEAPON_PERCENT_BASE_DAMAGE_ADDED" }
		},
		Fulmination = {
			BaseDrain = 6,
			CodexSecret = false,
			Description = "Improves the Blast Radius of weapons with Radial Attacks.\r\n+24% Blast Radius",
			Icon = "Fulmination.png",
			Image = "FulminationMod.png",
			Incompatible = { "Primed Fulmination" },
			InternalName = "/Lotus/Upgrades/Mods/Pistol/Event/AmbulasEvent/SecondaryExplosionRadiusMod",
			Introduced = "20.4",
			Link = "Fulmination",
			MaxRank = 3,
			Name = "Fulmination",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Pistol" 
		},
		["Funnel Clouds"] = {
			BaseDrain = 6,
			CodexSecret = false,
			Description = "Tornado Augment: Creates 8 additional tornadoes. All tornadoes are 50% their original size and won't pick up enemies.",
			Icon = "FunnelClouds.png",
			Image = "FunnelCloudsMod.png",
			InternalName = "/Lotus/Powersuits/Tengu/TornadoAugmentCard",
			Introduced = "16.3.3",
			IsAbilityAugment = true,
			Link = "Funnel Clouds",
			MaxRank = 3,
			Name = "Funnel Clouds",
			Polarity = "Zenurik",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Zephyr" 
		},
		["Furious Javelin"] = {
			BaseDrain = 6,
			CodexSecret = false,
			Description = "Radial Javelin Augment: Each enemy hit will increase Excalibur's Melee Damage by 15% for 16s.",
			Icon = "FuriousJavelin.png",
			Image = "FuriousJavelinMod.png",
			InternalName = "/Lotus/Powersuits/Excalibur/RadialJavelinAugmentCard",
			Introduced = "15",
			IsAbilityAugment = true,
			Link = "Furious Javelin",
			MaxRank = 3,
			Name = "Furious Javelin",
			Polarity = "Zenurik",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Excalibur" 
		},
		Furor = {
			BaseDrain = 4,
			CodexSecret = false,
			Description = "+10% Attack Speed",
			Icon = "Furor.png",
			Image = "FurorMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Archwing/Melee/ArchwingMeleeFireRateMod",
			Introduced = "15",
			Link = "Furor",
			MaxRank = 3,
			Name = "Furor",
			Polarity = "Madurai",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = true,
			Type = "Archmelee",
			UpgradeTypes = { "WEAPON_FIRE_RATE" }
		},
		Fury = {
			BaseDrain = 4,
			CodexSecret = false,
			Description = "+30% Attack Speed",
			Icon = "Fury.png",
			Image = "FuryMod.png",
			Incompatible = { "Primed Fury", "Flawed Fury", "Berserker Fury" },
			InternalName = "/Lotus/Upgrades/Mods/Melee/WeaponFireRateMod",
			Introduced = "0",
			Link = "Fury",
			MaxRank = 5,
			Name = "Fury",
			Polarity = "Madurai",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = true,
			Type = "Melee",
			UpgradeTypes = { "WEAPON_FIRE_RATE" }
		},
		["Fused Reservoir"] = {
			BaseDrain = 6,
			CodexSecret = false,
			Description = "Reservoirs Augment: Adds a fourth reservoir that gives the effects of all three. Costs 200% more Energy.",
			Icon = "FusedReservoir.png",
			Image = "FusedReservoirMod.png",
			InternalName = "/Lotus/Powersuits/Wisp/WispReservoirAugmentCard",
			Introduced = "30.2",
			IsAbilityAugment = true,
			IsExilus = true,
			Link = "Fused Reservoir",
			MaxRank = 3,
			Name = "Fused Reservoir",
			Polarity = "Zenurik",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Wisp" 
		},
		["Fusion Core"] = {
			CodexSecret = false,
			Description = "Consumed in the fusion process to power up existing Mods.",
			Icon = "FusionCore.png",
			Image = "FusionCoreMod.png",
			Introduced = "0",
			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,
			CompatibilityTags = { "FIST_STANCE" },
			CodexSecret = false,
			Description = "Slow, powerful strikes.",
			Icon = "Gaia'sTragedy.png",
			Image = "Gaia'sTragedyMod.png",
			InternalName = "/Lotus/Weapons/Tenno/Melee/MeleeTrees/FistCmbThreeMeleeTree",
			Introduced = "17.5",
			Link = "Gaia's Tragedy",
			MaxRank = 3,
			Name = "Gaia's Tragedy",
			Polarity = "Vazarin",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = true,
			Type = "Fists" 
		},
		["Gale Kick"] = {
			BaseDrain = 4,
			CodexSecret = false,
			Description = "+100% of Melee Damage converted to <DT_IMPACT>Impact Damage on Jump Kick, knocking down nearby enemies on kill.",
			Icon = "GaleKick.png",
			Image = "GaleKickMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Warframe/WarframeMightyKickMod",
			Introduced = "25",
			IsExilus = true,
			Link = "Gale Kick",
			MaxRank = 3,
			Name = "Gale Kick",
			Polarity = "Naramon",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Warframe",
			UpgradeTypes = { "AVATAR_MELEE_DAMAGE_TO_JUMP_KICK" }
		},
		["Galeforce Dawn"] = {
			BaseDrain = -2,
			CompatibilityTags = { "HEAVY SCYTHE_STANCE" },
			CodexSecret = false,
			Description = "Wide slashes and heavy strikes",
			Icon = "GaleforceDawn.png",
			Image = "GaleforceDawnMod.png",
			InternalName = "/Lotus/Weapons/Tenno/Melee/MeleeTrees/HeavyScytheCmbOneMeleeTree",
			Introduced = "31.5",
			Link = "Galeforce Dawn",
			MaxRank = 3,
			Name = "Galeforce Dawn",
			Polarity = "Madurai",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = false,
			Type = "Heavy Scythe" 
		},
		["Galvanized Acceleration"] = {
			BaseDrain = 2,
			Class = "Galvanized",
			CodexSecret = false,
			Conclave = false,
			Description = "+30% Projectile Speed/Beam Length\r\nOn Kill:\r\n+30% Projectile Speed/Beam Length for 10s. Stacks up to 2x.",
			Icon = "GalvanizedAcceleration.png",
			Image = "GalvanizedAccelerationMod.png",
			Incompatible = { "Fatal Acceleration" },
			InternalName = "/Lotus/Upgrades/Mods/Shotgun/WeaponProjectileSpeedSPMod",
			Introduced = "30.5",
			IsExilus = true,
			IsFlawed = false,
			Link = "Galvanized Acceleration",
			MaxRank = 10,
			Name = "Galvanized Acceleration",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Shotgun",
			UpgradeTypes = { "WEAPON_PROJECTILE_SPEED", "WEAPON_RANGE" }
		},
		["Galvanized Aptitude"] = {
			BaseDrain = 2,
			Class = "Galvanized",
			CodexSecret = false,
			Conclave = false,
			Description = "+80% Status Chance\r\nOn Kill:\r\n+40% Direct Damage per Status Type affecting the target for 20s. Stacks up to 2x.",
			Icon = "GalvanizedAptitude.png",
			Image = "GalvanizedAptitudeMod.png",
			Incompatible = { "Rifle Aptitude" },
			InternalName = "/Lotus/Upgrades/Mods/Rifle/WeaponStatusChanceSPMod",
			Introduced = "30.5",
			IsExilus = false,
			IsFlawed = false,
			Link = "Galvanized Aptitude",
			MaxRank = 10,
			Name = "Galvanized Aptitude",
			Polarity = "Vazarin",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Rifle",
			UpgradeTypes = { "WEAPON_PROC_CHANCE", "WEAPON_DAMAGE_IF_VICTIM_PROC_ACTIVE" }
		},
		["Galvanized Chamber"] = {
			BaseDrain = 6,
			Class = "Galvanized",
			CodexSecret = false,
			Conclave = false,
			Description = "+80% Multishot\r\nOn Kill:\r\n+30% Multishot for 20s. Stacks up to 5x.",
			Icon = "GalvanizedChamber.png",
			Image = "GalvanizedChamberMod.png",
			Incompatible = { "Split Chamber", "Split Flights" },
			InternalName = "/Lotus/Upgrades/Mods/Rifle/WeaponFireIterationsSPMod",
			Introduced = "30.5",
			IsExilus = false,
			IsFlawed = false,
			Link = "Galvanized Chamber",
			MaxRank = 10,
			Name = "Galvanized Chamber",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Rifle",
			UpgradeTypes = { "WEAPON_FIRE_ITERATIONS" }
		},
		["Galvanized Crosshairs"] = {
			BaseDrain = 2,
			Class = "Galvanized",
			CodexSecret = false,
			Conclave = false,
			Description = "On Headshot:\r\n+120% Critical Chance when Aiming for 12s\r\nOn Headshot Kill:\r\n+40% Critical Chance when Aiming for 12s. Stacks up to 5x.",
			Icon = "GalvanizedCrosshairs.png",
			Image = "GalvanizedCrosshairsMod.png",
			Incompatible = { "Hydraulic Crosshairs" },
			IncompatibilityTags = { "POWER_WEAPON" },
			InternalName = "/Lotus/Upgrades/Mods/Pistol/Event/CritChanceWhileAimingPistolSPMod",
			Introduced = "30.5",
			IsExilus = false,
			IsFlawed = false,
			Link = "Galvanized Crosshairs",
			MaxRank = 10,
			Name = "Galvanized Crosshairs",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Pistol",
			UpgradeTypes = { "WEAPON_CRIT_CHANCE" }
		},
		["Galvanized Diffusion"] = {
			BaseDrain = 4,
			Class = "Galvanized",
			CodexSecret = false,
			Conclave = false,
			Description = "+110% Multishot\r\nOn Kill:\r\n+30% Multishot for 20s. Stacks up to 4x.",
			Icon = "GalvanizedDiffusion.png",
			Image = "GalvanizedDiffusionMod.png",
			Incompatible = { "Barrel Diffusion", "Amalgam Barrel Diffusion" },
			InternalName = "/Lotus/Upgrades/Mods/Pistol/WeaponFireIterationsSPMod",
			Introduced = "30.5",
			IsExilus = false,
			IsFlawed = false,
			Link = "Galvanized Diffusion",
			MaxRank = 10,
			Name = "Galvanized Diffusion",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Pistol",
			UpgradeTypes = { "WEAPON_FIRE_ITERATIONS" }
		},
		["Galvanized Hell"] = {
			BaseDrain = 6,
			Class = "Galvanized",
			CodexSecret = false,
			Conclave = false,
			Description = "+110% Multishot\r\nOn Kill:\r\n+30% Multishot for 20s. Stacks up to 4x.",
			Icon = "GalvanizedHell.png",
			Image = "GalvanizedHellMod.png",
			Incompatible = { "Hell's Chamber" },
			InternalName = "/Lotus/Upgrades/Mods/Shotgun/WeaponFireIterationsSPMod",
			Introduced = "30.5",
			IsExilus = false,
			IsFlawed = false,
			Link = "Galvanized Hell",
			MaxRank = 10,
			Name = "Galvanized Hell",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Shotgun",
			UpgradeTypes = { "WEAPON_FIRE_ITERATIONS" }
		},
		["Galvanized Savvy"] = {
			BaseDrain = 2,
			Class = "Galvanized",
			CodexSecret = false,
			Conclave = false,
			Description = "+80% Status Chance\r\nOn Kill:\r\n+40% Direct Damage per Status Type affecting the target for 20s. Stacks up to 2x.",
			Icon = "GalvanizedSavvy.png",
			Image = "GalvanizedSavvyMod.png",
			Incompatible = { "Shotgun Savvy" },
			InternalName = "/Lotus/Upgrades/Mods/Shotgun/WeaponStatusChanceSPMod",
			Introduced = "30.5",
			IsExilus = false,
			IsFlawed = false,
			Link = "Galvanized Savvy",
			MaxRank = 10,
			Name = "Galvanized Savvy",
			Polarity = "Vazarin",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Shotgun",
			UpgradeTypes = { "WEAPON_PROC_CHANCE", "WEAPON_DAMAGE_IF_VICTIM_PROC_ACTIVE" }
		},
		["Galvanized Scope"] = {
			BaseDrain = 2,
			Class = "Galvanized",
			CodexSecret = false,
			Conclave = false,
			Description = "On Headshot:\r\n+120% Critical Chance when Aiming for 12s\r\nOn Headshot Kill:\r\n+40% Critical Chance when Aiming for 12s. Stacks up to 5x.",
			Icon = "GalvanizedScope.png",
			Image = "GalvanizedScopeMod.png",
			Incompatible = { "Argon Scope" },
			IncompatibilityTags = { "POWER_WEAPON" },
			InternalName = "/Lotus/Upgrades/Mods/Rifle/Event/CritChanceWhileAimingRifleSPMod",
			Introduced = "30.5",
			IsExilus = false,
			IsFlawed = false,
			Link = "Galvanized Scope",
			MaxRank = 10,
			Name = "Galvanized Scope",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Rifle",
			UpgradeTypes = { "WEAPON_CRIT_CHANCE" }
		},
		["Galvanized Shot"] = {
			BaseDrain = 2,
			Class = "Galvanized",
			CodexSecret = false,
			Conclave = false,
			Description = "+80% Status Chance\r\nOn Kill:\r\n+40% Direct Damage per Status Type affecting the target for 14s. Stacks up to 3x.",
			Icon = "GalvanizedShot.png",
			Image = "GalvanizedShotMod.png",
			Incompatible = { "Sure Shot" },
			InternalName = "/Lotus/Upgrades/Mods/Pistol/WeaponStatusChanceSPMod",
			Introduced = "30.5",
			IsExilus = false,
			IsFlawed = false,
			Link = "Galvanized Shot",
			MaxRank = 10,
			Name = "Galvanized Shot",
			Polarity = "Vazarin",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Pistol",
			UpgradeTypes = { "WEAPON_PROC_CHANCE", "WEAPON_DAMAGE_IF_VICTIM_PROC_ACTIVE" }
		},
		["Gemini Cross"] = {
			BaseDrain = -2,
			CompatibilityTags = { "TONFA_STANCE" },
			CodexSecret = false,
			Description = "A style exhibiting sweeping slash attacks and swift jabs.",
			Icon = "GeminiCross.png",
			Image = "GeminiCrossMod.png",
			InternalName = "/Lotus/Weapons/Tenno/Melee/MeleeTrees/TonfaCmbOneMeleeTree",
			Introduced = "14.5",
			Link = "Gemini Cross",
			MaxRank = 3,
			Name = "Gemini Cross",
			Polarity = "Madurai",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = false,
			Type = "Tonfas" 
		},
		Ghost = {
			BaseDrain = 2,
			CodexSecret = false,
			Description = "Cloaks owner when enemies are within 10m. The cloak is disrupted if owner attacks.",
			Icon = "Ghost.png",
			Image = "GhostMod.png",
			InternalName = "/Lotus/Types/Sentinels/SentinelPrecepts/Ghost",
			Introduced = "7",
			Link = "Ghost",
			MaxRank = 5,
			Name = "Ghost",
			Polarity = "Penjaga",
			Rarity = "Common",
			Tradable = true,
			Transmutable = false,
			Type = "Shade" 
		},
		["Gilded Truth"] = {
			BaseDrain = 4,
			CodexSecret = false,
			Description = "+80% Fire Rate\r\n+1 'Truth'",
			Icon = "GildedTruth.png",
			Image = "GildedTruthMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Syndicate/BurstonPrimeMod",
			Introduced = "15",
			IsWeaponAugment = true,
			Link = "Gilded Truth",
			MaxRank = 3,
			Name = "Gilded Truth",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Burston Prime",
			UpgradeTypes = { "WEAPON_FIRE_RATE", "WEAPON_SYNDICATE_POWER" }
		},
		["Glacial Edge"] = {
			BaseDrain = 4,
			CodexSecret = false,
			Description = "+120% <DT_FREEZE>Cold",
			Icon = "GlacialEdge.png",
			Image = "GlacialEdgeMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Archwing/Melee/ArchwingWeaponFreezeDamageMod",
			Introduced = "15",
			Link = "Glacial Edge",
			MaxRank = 5,
			Name = "Glacial Edge",
			Polarity = "Vazarin",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = false,
			Type = "Archmelee",
			UpgradeTypes = { "WEAPON_PERCENT_BASE_DAMAGE_ADDED" }
		},
		["Gladiator Aegis"] = {
			BaseDrain = 4,
			CodexSecret = false,
			Description = "+40% Armor",
			Icon = "GladiatorAegis.png",
			Image = "GladiatorAegisMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Sets/Gladiator/WarframeGladiatorAegisMod",
			Introduced = "22",
			Link = "Gladiator Aegis",
			MaxRank = 5,
			Name = "Gladiator Aegis",
			Polarity = "Vazarin",
			Rarity = "Common",
			Set = "Gladiator Set",
			Tradable = true,
			Transmutable = false,
			Type = "Warframe",
			UpgradeTypes = { "AVATAR_ARMOUR" }
		},
		["Gladiator Finesse"] = {
			BaseDrain = 4,
			CodexSecret = false,
			Description = "Drains Energy to stop Lethal Damage with 60% Efficiency.",
			Icon = "GladiatorFinesse.png",
			Image = "GladiatorFinesseMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Sets/Gladiator/WarframeGladiatorFinesseMod",
			Introduced = "22",
			Link = "Gladiator Finesse",
			MaxRank = 5,
			Name = "Gladiator Finesse",
			Polarity = "Vazarin",
			Rarity = "Rare",
			Set = "Gladiator Set",
			Tradable = true,
			Transmutable = false,
			Type = "Warframe",
			UpgradeTypes = { "GAMEPLAY_POWER_TO_HEALTH_ON_DEATH" }
		},
		["Gladiator Might"] = {
			BaseDrain = 4,
			CodexSecret = false,
			Description = "+60% Critical Damage",
			Icon = "GladiatorMight.png",
			Image = "GladiatorMightMod.png",
			IncompatibilityTags = { "SENTINEL_WEAPON", "HOUND_WEAPON" },
			InternalName = "/Lotus/Upgrades/Mods/Sets/Gladiator/MeleeGladiatorMightMod",
			Introduced = "22",
			Link = "Gladiator Might",
			MaxRank = 5,
			Name = "Gladiator Might",
			Polarity = "Madurai",
			Rarity = "Uncommon",
			Set = "Gladiator Set",
			Tradable = true,
			Transmutable = false,
			Type = "Melee",
			UpgradeTypes = { "WEAPON_CRIT_DAMAGE" }
		},
		["Gladiator Resolve"] = {
			BaseDrain = 4,
			CodexSecret = false,
			Description = "+40% Health",
			Icon = "GladiatorResolve.png",
			Image = "GladiatorResolveMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Sets/Gladiator/WarframeGladiatorResolveMod",
			Introduced = "22",
			Link = "Gladiator Resolve",
			MaxRank = 5,
			Name = "Gladiator Resolve",
			Polarity = "Vazarin",
			Rarity = "Uncommon",
			Set = "Gladiator Set",
			Tradable = true,
			Transmutable = false,
			Type = "Warframe",
			UpgradeTypes = { "AVATAR_HEALTH_MAX" }
		},
		["Gladiator Rush"] = {
			BaseDrain = 4,
			CodexSecret = false,
			Description = "+6s Combo Duration",
			Icon = "GladiatorRush.png",
			Image = "GladiatorRushMod.png",
			IncompatibilityTags = { "POWER_WEAPON", "SENTINEL_WEAPON", "HOUND_WEAPON" },
			InternalName = "/Lotus/Upgrades/Mods/Sets/Gladiator/MeleeGladiatorRushMod",
			Introduced = "22",
			Link = "Gladiator Rush",
			MaxRank = 5,
			Name = "Gladiator Rush",
			Polarity = "Naramon",
			Rarity = "Common",
			Set = "Gladiator Set",
			Tradable = true,
			Transmutable = false,
			Type = "Melee",
			UpgradeTypes = { "WEAPON_MELEE_COMBO_DURATION_BONUS" }
		},
		["Gladiator Vice"] = {
			BaseDrain = 4,
			CodexSecret = false,
			Description = "+30% Attack Speed",
			Icon = "GladiatorVice.png",
			Image = "GladiatorViceMod.png",
			IncompatibilityTags = { "SENTINEL_WEAPON", "HOUND_WEAPON" },
			InternalName = "/Lotus/Upgrades/Mods/Sets/Gladiator/MeleeGladiatorViceMod",
			Introduced = "22",
			Link = "Gladiator Vice",
			MaxRank = 5,
			Name = "Gladiator Vice",
			Polarity = "Madurai",
			Rarity = "Rare",
			Set = "Gladiator Set",
			Tradable = true,
			Transmutable = false,
			Type = "Melee",
			UpgradeTypes = { "WEAPON_FIRE_RATE" }
		},
		["Gleaming Blight"] = {
			BaseDrain = 4,
			CodexSecret = false,
			Description = "+100% Status Chance\r\n+1 'Blight'",
			Icon = "GleamingBlight.png",
			Image = "GleamingBlightMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Syndicate/DarkDaggerMod",
			Introduced = "15",
			IsWeaponAugment = true,
			Link = "Gleaming Blight",
			MaxRank = 3,
			Name = "Gleaming Blight",
			Polarity = "Naramon",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Dark Dagger",
			UpgradeTypes = { "WEAPON_PROC_CHANCE", "WEAPON_SYNDICATE_POWER" }
		},
		["Gleaming Talon"] = {
			BaseDrain = -2,
			CompatibilityTags = { "GLAIVES_STANCE" },
			CodexSecret = false,
			Description = "Fast arcing strikes.",
			Icon = "GleamingTalon.png",
			Image = "GleamingTalonMod.png",
			InternalName = "/Lotus/Weapons/Tenno/Melee/MeleeTrees/GlaiveCmbOneMeleeTree",
			Introduced = "13",
			Link = "Gleaming Talon",
			MaxRank = 3,
			Name = "Gleaming Talon",
			Polarity = "Naramon",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = true,
			Type = "Glaives" 
		},
		["Gnashing Payara"] = {
			BaseDrain = -2,
			CompatibilityTags = { "DUAL_DAGGERS_STANCE" },
			CodexSecret = false,
			Description = "Lunging punctures with impaling spirals.",
			Icon = "GnashingPayara.png",
			Image = "GnashingPayaraMod.png",
			InternalName = "/Lotus/Weapons/Tenno/Melee/MeleeTrees/DualDaggerCmbTwoMeleeTree",
			Introduced = "13",
			Link = "Gnashing Payara",
			MaxRank = 3,
			Name = "Gnashing Payara",
			Polarity = "Unairu",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = true,
			Type = "Dual Daggers" 
		},
		["Gorgon Frenzy"] = {
			BaseDrain = 10,
			CodexSecret = false,
			Conclave = true,
			Description = "On Kill:\r\n+30% Fire Rate for 3s",
			Icon = "GorgonFrenzy.png",
			Image = "GorgonFrenzyMod.png",
			InternalName = "/Lotus/Upgrades/Mods/PvPMods/Rifle/FasterRoFonKillGorgonMod",
			Introduced = "17.8",
			Link = "Gorgon Frenzy",
			MaxRank = 3,
			Name = "Gorgon Frenzy",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Gorgon",
			UpgradeTypes = { "WEAPON_FIRE_RATE" }
		},
		["Gourmand"] = {
			BaseDrain = 6,
			Description = "Feast Augment: Instead of Energy, consumes 200 Health on cast. Glutton grants an additional 150 Armor per enemy.",
			Image = "GourmandMod.png",
			InternalName = "/Lotus/Powersuits/Devourer/DevourerDevourAugmentCard",
			Introduced = "31.1",
			CodexSecret = false,
			IsAbilityAugment = true,
			Link = "Gourmand",
			MaxRank = 3,
			Name = "Gourmand",
			Icon = "Gourmand.png",
			Polarity = "Zenurik",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Grendel" 
		},
		["Granum's Nemesis"] = {
			BaseDrain = 4,
			CodexSecret = false,
			Description = "x1.27 Turret Damage vs Corpus",
			Icon = "Granum'sNemesis.png",
			Image = "Granum'sNemesisMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Railjack/Gunnery/VidarCorpusKiller",
			Introduced = "29.10",
			Link = "Granum's Nemesis",
			MaxRank = 5,
			Name = "Granum's Nemesis",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Plexus" 
		},
		["Greedy Pull"] = {
			BaseDrain = 6,
			CodexSecret = false,
			Description = "Pull Augment: Adds 100% chance to pull pickups towards Mag.",
			Icon = "GreedyPull.png",
			Image = "GreedyPullMod.png",
			InternalName = "/Lotus/Powersuits/Mag/PullAugmentCard",
			Introduced = "15",
			IsAbilityAugment = true,
			Link = "Greedy Pull",
			MaxRank = 3,
			Name = "Greedy Pull",
			Polarity = "Zenurik",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Mag" 
		},
		["Grim Fury"] = {
			BaseDrain = -2,
			CompatibilityTags = { "SPARRING_STANCE" },
			CodexSecret = false,
			Description = "Lightning fast hit chains and hard-hitting combos.",
			Icon = "GrimFury.png",
			Image = "GrimFuryMod.png",
			InternalName = "/Lotus/Weapons/Tenno/Melee/MeleeTrees/PunchKickCmbOneMeleeTree",
			Introduced = "13",
			Link = "Grim Fury",
			MaxRank = 3,
			Name = "Grim Fury",
			Polarity = "Unairu",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = true,
			Type = "Sparring" 
		},
		Grinloked = {
			BaseDrain = 10,
			CodexSecret = false,
			Conclave = true,
			Description = "+60% Accuracy when Aiming",
			Icon = "Grinloked.png",
			Image = "GrinlokedMod.png",
			InternalName = "/Lotus/Upgrades/Mods/PvPMods/Rifle/MoreAccuracyOnHitGrinlokMod",
			Introduced = "17.8",
			Link = "Grinloked",
			MaxRank = 3,
			Name = "Grinloked",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Grinlok",
			UpgradeTypes = { "WEAPON_SPREAD" }
		},
		["Growing Power"] = {
			BaseDrain = -2,
			CodexSecret = false,
			Description = "On Status Effect with Weapon: Squad increases personal Ability Strength by 25% for 6s.",
			Icon = "GrowingPower.png",
			Image = "GrowingPowerMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Aura/FairyQuest/FairyQuestCritToAbilityAuraMod",
			Introduced = "The Silver Grove",
			Link = "Growing Power",
			MaxRank = 5,
			Name = "Growing Power",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Aura" 
		},
		Guardian = {
			BaseDrain = 2,
			CodexSecret = false,
			Description = "Boosts owner's shield by 100% when it runs out.",
			Icon = "Guardian.png",
			Image = "GuardianMod.png",
			InternalName = "/Lotus/Types/Sentinels/SentinelPrecepts/Guardian",
			Introduced = "7",
			Link = "Guardian",
			MaxRank = 5,
			Name = "Guardian",
			Polarity = "Penjaga",
			Rarity = "Common",
			Tradable = true,
			Transmutable = true,
			Type = "Robotic" 
		},
		["Guardian Armor"] = {
			BaseDrain = 6,
			Description = "Vex Armor Augment: Chroma's Health takes 50% of damage dealt to allies within Affinity Range. Squad kills restore 5% of his Health over 3s and increases Vex Armor duration by 1s.",
			Image = "GuardianArmorMod.png",
			InternalName = "/Lotus/Powersuits/Dragon/DragonScalesAugmentTwoCard",
			Introduced = "35.5",
			CodexSecret = false,
			IsAbilityAugment = true,
			Link = "Guardian Armor",
			MaxRank = 3,
			Name = "Guardian Armor",
			Icon = "GuardianArmor.jpg",
			Polarity = "Zenurik",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Chroma" 
		},
		["Guardian Derision"] = {
			BaseDrain = 6,
			CodexSecret = false,
			Description = "Blocking taunts enemies within 15 meters to target you instead of allies.\r\n+30% Combo Count Chance while Blocking",
			Icon = "GuardianDerision.png",
			Image = "GuardianDerisionMod.png",
			IncompatibilityTags = { "SENTINEL_WEAPON", "HOUND_WEAPON" },
			InternalName = "/Lotus/Upgrades/Mods/Melee/WeaponBlockingTauntMod",
			Introduced = "19.2",
			IsExilus = true,
			Link = "Guardian Derision",
			MaxRank = 5,
			Name = "Guardian Derision",
			Polarity = "Vazarin",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = true,
			Type = "Melee" 
		},
		["Guided Effigy"] = {
			BaseDrain = 6,
			CodexSecret = false,
			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.",
			Icon = "GuidedEffigy.png",
			Image = "GuidedEffigyMod.png",
			InternalName = "/Lotus/Powersuits/Dragon/DragonPeltAugmentCard",
			Introduced = "20.7",
			IsAbilityAugment = true,
			Link = "Guided Effigy",
			MaxRank = 3,
			Name = "Guided Effigy",
			Polarity = "Zenurik",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Chroma" 
		},
		["Guided Ordnance"] = {
			BaseDrain = 2,
			CodexSecret = false,
			Description = "On Hit:\r\n+30% Accuracy when Aiming for 9s",
			Icon = "GuidedOrdnance.png",
			Image = "GuidedOrdnanceMod.png",
			IncompatibilityTags = { "POWER_WEAPON" },
			InternalName = "/Lotus/Upgrades/Mods/Rifle/Event/AccuracyWhileAimingRifleMod",
			Introduced = "18.4.1",
			IsExilus = true,
			Link = "Guided Ordnance",
			MaxRank = 5,
			Name = "Guided Ordnance",
			Polarity = "Madurai",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = false,
			Type = "Assault Rifle",
			UpgradeTypes = { "WEAPON_SPREAD" }
		},
		["Gun Glide"] = {
			BaseDrain = 6,
			CodexSecret = false,
			Conclave = true,
			Description = "-20% Weapon Recoil and +20% Accuracy when Sliding",
			Icon = "GunGlide.png",
			Image = "GunGlideMod.png",
			InternalName = "/Lotus/Upgrades/Mods/PvPMods/Rifle/MoreAccuracyLessRecoilSlidingMod",
			Introduced = "17",
			IsExilus = true,
			Link = "Gun Glide",
			MaxRank = 3,
			Name = "Gun Glide",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Assault Rifle",
			UpgradeTypes = { "WEAPON_RECOIL", "WEAPON_SPREAD" }
		},
		Gunslinger = {
			BaseDrain = 2,
			CodexSecret = false,
			Description = "+72% Fire Rate",
			Icon = "Gunslinger.png",
			Image = "GunslingerMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Pistol/WeaponFireRateMod",
			Introduced = "0",
			Link = "Gunslinger",
			MaxRank = 5,
			Name = "Gunslinger",
			Polarity = "Madurai",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = true,
			Type = "Pistol",
			UpgradeTypes = { "WEAPON_FIRE_RATE" }
		},
		["Hall of Malevolence"] = {
			BaseDrain = 6,
			CodexSecret = false,
			Description = "Hall of Mirrors Augment: The damage of your doppelgangers is increased by 5% every time you kill an enemy.",
			Icon = "HallofMalevolence.png",
			Image = "HallofMalevolenceMod.png",
			InternalName = "/Lotus/Powersuits/Harlequin/IllusionAugmentCard",
			Introduced = "15",
			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,
			CodexSecret = false,
			Description = "Hallowed Ground Augment: Reactivate to deal all Remaining Damage and <DT_RADIATION>Radiation Status. Passive: +100% Hallowed Ground Duration.",
			Icon = "HallowedEruption.png",
			Image = "HallowedEruptionMod.png",
			InternalName = "/Lotus/Powersuits/Paladin/StairwayToHeavenAugmentCard",
			Introduced = "15.6",
			IsAbilityAugment = true,
			Link = "Hallowed Eruption",
			MaxRank = 3,
			Name = "Hallowed Eruption",
			Polarity = "Zenurik",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Oberon" 
		},
		["Hallowed Reckoning"] = {
			BaseDrain = 6,
			CodexSecret = false,
			Description = "Reckoning Augment: Reckoning gains +40% range. A 3m radius around each affected enemy grants bonus armor to allies and deals 300 damage per second to enemies.",
			Icon = "HallowedReckoning.png",
			Image = "HallowedReckoningMod.png",
			InternalName = "/Lotus/Powersuits/Paladin/ReckoningAugmentCard",
			Introduced = "16.8",
			IsAbilityAugment = true,
			Link = "Hallowed Reckoning",
			MaxRank = 3,
			Name = "Hallowed Reckoning",
			Polarity = "Zenurik",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Oberon" 
		},
		["Hammer Shot"] = {
			BaseDrain = 6,
			CodexSecret = false,
			Description = "+60% Critical Damage\r\n+80% Status Chance",
			Icon = "HammerShot.png",
			Image = "HammerShotMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Rifle/DualStat/HammerShotMod",
			Introduced = "9",
			Link = "Hammer Shot",
			MaxRank = 3,
			Name = "Hammer Shot",
			Polarity = "Vazarin",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Rifle",
			UpgradeTypes = { "WEAPON_CRIT_DAMAGE", "WEAPON_PROC_CHANCE" }
		},
		Handspring = {
			BaseDrain = 6,
			CodexSecret = false,
			Description = "+160% Faster Knockdown Recovery",
			Icon = "Handspring.png",
			Image = "HandspringMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Warframe/AvatarKnockdownRecoveryMod",
			Introduced = "7.10",
			IsExilus = true,
			Link = "Handspring",
			MaxRank = 3,
			Name = "Handspring",
			Polarity = "Naramon",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = true,
			Type = "Warframe" 
		},
		["Hard Engage"] = {
			BaseDrain = 2,
			CodexSecret = false,
			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.",
			Icon = "HardEngage.png",
			Image = "HardEngageMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Sentinel/Moa/MoaMeleeMod",
			Introduced = "28",
			Link = "Hard Engage",
			MaxRank = 5,
			Name = "Hard Engage",
			Polarity = "Penjaga",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "MOA" 
		},
		["Hard Reset"] = {
			BaseDrain = 0,
			CodexSecret = false,
			Description = "Mercy Kills reduce Companion Recovery by 15s",
			Icon = "HardReset.png",
			Image = "HardResetMod.png",
			InternalName = "/Lotus/Upgrades/Mods/DataSpike/Assassin/OnExecutionReviveCompanionMod",
			Introduced = "30.5",
			Link = "Hard Reset",
			MaxRank = 0,
			Name = "Hard Reset",
			Polarity = "Universal",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = true,
			Type = "Parazon" 
		},
		["Harkonar Scope"] = {
			BaseDrain = 4,
			CodexSecret = false,
			Description = "+12s Combo Duration when Aiming",
			Icon = "HarkonarScope.png",
			Image = "HarkonarScopeMod.png",
			IncompatibilityTags = { "POWER_WEAPON" },
			InternalName = "/Lotus/Upgrades/Mods/Rifle/Event/ProjectNightwatch/VulkarNightwatchMod",
			Introduced = "18.10",
			IsWeaponAugment = true,
			Link = "Harkonar Scope",
			MaxRank = 5,
			Name = "Harkonar Scope",
			Polarity = "Naramon",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = false,
			Type = "Sniper",
			UpgradeTypes = { "WEAPON_SNIPER_COMBO_DURATION_BONUS" }
		},
		["Hastened Deflection"] = {
			BaseDrain = 4,
			CodexSecret = false,
			Description = "+90% Shield Recharge\r\n-45% Shield Recharge Delay",
			Icon = "HastenedDeflection.png",
			Image = "HastenedDeflectionMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Sentinel/Kubrow/KubrowShieldRechargeRateMod",
			Introduced = "14",
			Link = "Hastened Deflection",
			MaxRank = 5,
			Name = "Hastened Deflection",
			Polarity = "Vazarin",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = true,
			Type = "Beast",
			UpgradeTypes = { "AVATAR_SHIELD_RECHARGE_RATE" }
		},
		["Hastened Steps"] = {
			BaseDrain = 10,
			CodexSecret = false,
			Conclave = true,
			Description = "+20% Sprint Speed\r\n-20% Shield Capacity",
			Icon = "HastenedSteps.png",
			Image = "HastenedStepsMod.png",
			IncompatibilityTags = { "SANDMAN" },
			InternalName = "/Lotus/Upgrades/Mods/PvPMods/Warframe/FasterSprintLessShield",
			Introduced = "17",
			Link = "Hastened Steps",
			MaxRank = 3,
			Name = "Hastened Steps",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Warframe",
			UpgradeTypes = { "AVATAR_SPRINT_SPEED", "AVATAR_SHIELD_MAX" }
		},
		["Hata-Satya"] = {
			BaseDrain = 2,
			CodexSecret = false,
			Description = "Each hit increases Critical Chance by 1.2%. Resets upon reloading or holstering.",
			Icon = "Hata-Satya.png",
			Image = "Hata-SatyaMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Rifle/Event/SomaCritChanceOnHitMod",
			Introduced = "29",
			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,
			CodexSecret = false,
			Conclave = true,
			Description = "+80% Zoom",
			Icon = "HawkEye.png",
			Image = "HawkEyeMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Pistol/WeaponPistolZoomFovMod",
			Introduced = "8",
			IsExilus = true,
			Link = "Hawk Eye",
			MaxRank = 5,
			Name = "Hawk Eye",
			Polarity = "Naramon",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = true,
			Type = "Pistol",
			UpgradeTypes = { "WEAPON_ZOOM" }
		},
		["Healing Flame"] = {
			BaseDrain = 6,
			CodexSecret = false,
			Description = "Fire Blast Augment: Each enemy hit heals Ember by 25 to 50 depending on current Immolation level.",
			Icon = "HealingFlame.png",
			Image = "HealingFlameMod.png",
			Incompatible = { "Purifying Flames" },
			InternalName = "/Lotus/Powersuits/Ember/FireBlastAugmentCard",
			Introduced = "26",
			IsAbilityAugment = true,
			Link = "Healing Flame",
			MaxRank = 3,
			Name = "Healing Flame",
			Polarity = "Zenurik",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Ember" 
		},
		["Healing Return"] = {
			BaseDrain = 6,
			CodexSecret = false,
			Description = "Restores 11 Health per Status Type affecting the target",
			Icon = "HealingReturn.png",
			Image = "HealingReturnMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Melee/WeaponHealOnHitEnemyWithProc",
			Introduced = "19.2",
			Link = "Healing Return",
			MaxRank = 10,
			Name = "Healing Return",
			Polarity = "Vazarin",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = true,
			Type = "Melee",
			UpgradeTypes = { "WEAPON_HEALTH_ON_HIT_ENEMY_WITH_PROC" }
		},
		["Health Conversion"] = {
			BaseDrain = 10,
			CodexSecret = false,
			Description = "Health Orbs grant 450 Armor, stacking up to 3x. Taking damage will consume a stack after 3s.",
			Icon = "HealthConversion.png",
			Image = "HealthConversionMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Warframe/HealthPickupGivesArmourMod",
			Introduced = "18.5",
			Link = "Health Conversion",
			MaxRank = 5,
			Name = "Health Conversion",
			Polarity = "Vazarin",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Warframe" 
		},
		Heartseeker = {
			BaseDrain = 10,
			CodexSecret = false,
			Conclave = true,
			Description = "Lock onto targets within 1m, but reduces blocking effectiveness.\r\n-50% Damage Block",
			Icon = "Heartseeker.png",
			Image = "HeartseekerMod.png",
			InternalName = "/Lotus/Upgrades/Mods/PvPMods/Melee/DaggerMeleeAutoTargetBonus",
			Introduced = "17.3",
			Link = "Heartseeker",
			MaxRank = 3,
			Name = "Heartseeker",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Daggers",
			UpgradeTypes = { "WEAPON_MELEE_AUTOTARGET_RANGE_BONUS", "WEAPON_MELEE_AUTOTARGET_SPEED_BONUS", "WEAPON_MELEE_AUTOTARGET_MAXIMUM_ANGLE", "WEAPON_PARRY_EFFECTIVENESS" }
		},
		["Hearty Nourishment"] = {
			BaseDrain = 6,
			CodexSecret = false,
			Description = "Nourish Augment: Clear Status Effects and gain 5s of Status Immunity for each victim in Grendel's stomach.",
			Icon = "HeartyNourishment.png",
			Image = "HeartyNourishmentMod.png",
			InternalName = "/Lotus/Powersuits/Devourer/DevourerConsumeAugmentCard",
			Introduced = "30.2",
			IsAbilityAugment = true,
			Link = "Hearty Nourishment",
			MaxRank = 3,
			Name = "Hearty Nourishment",
			Polarity = "Zenurik",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Grendel" 
		},
		["Heated Charge"] = {
			BaseDrain = 6,
			CodexSecret = false,
			Description = "+90% <DT_FIRE>Heat",
			Icon = "HeatedCharge.png",
			Image = "HeatedChargeMod.png",
			Incompatible = { "Primed Heated Charge", "Flawed Heated Charge" },
			InternalName = "/Lotus/Upgrades/Mods/Pistol/WeaponFireDamageMod",
			Introduced = "0",
			Link = "Heated Charge",
			MaxRank = 5,
			Name = "Heated Charge",
			Polarity = "Naramon",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = true,
			Type = "Pistol",
			UpgradeTypes = { "WEAPON_PERCENT_BASE_DAMAGE_ADDED" }
		},
		["Heavy Caliber"] = {
			BaseDrain = 6,
			CodexSecret = false,
			Description = "+165% Damage\r\n-55% Accuracy",
			Icon = "HeavyCaliber.png",
			Image = "HeavyCaliberMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Rifle/DualStat/CorruptedDamageRecoilRifle",
			Introduced = "10.3",
			Link = "Heavy Caliber",
			MaxRank = 10,
			Name = "Heavy Caliber",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Rifle",
			UpgradeTypes = { "WEAPON_DAMAGE_AMOUNT", "WEAPON_SPREAD" }
		},
		["Heavy Impact"] = {
			BaseDrain = 2,
			CodexSecret = false,
			Description = "Create 6m seismic shockwaves from heavy landings, dealing 300 Damage and knocking foes off their feet.",
			Icon = "HeavyImpact.png",
			Image = "HeavyImpactMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Warframe/AvatarFallingImpactMod",
			Introduced = "9",
			IsExilus = true,
			Link = "Heavy Impact",
			MaxRank = 5,
			Name = "Heavy Impact",
			Polarity = "Naramon",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = true,
			Type = "Warframe",
			UpgradeTypes = { "AVATAR_FALL_IMPACT_RADIUS", "AVATAR_FALL_IMPACT_AMOUNT" }
		},
		["Heavy Trauma"] = {
			BaseDrain = 2,
			CodexSecret = false,
			Description = "+90% <DT_IMPACT>Impact",
			Icon = "HeavyTrauma.png",
			Image = "HeavyTraumaMod.png",
			Incompatible = { "Primed Heavy Trauma" },
			InternalName = "/Lotus/Upgrades/Mods/Melee/WeaponImpactDamageMod",
			Introduced = "11",
			Link = "Heavy Trauma",
			MaxRank = 5,
			Name = "Heavy Trauma",
			Polarity = "Naramon",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = true,
			Type = "Melee",
			UpgradeTypes = { "WEAPON_PERCENT_BASE_DAMAGE_ADDED" }
		},
		["Heavy Warhead"] = {
			BaseDrain = 10,
			CodexSecret = false,
			CompatibilityTags = { "PROJECTILE" },
			Conclave = true,
			Description = "+100% Blast Radius\r\n-50% Projectile Speed",
			Icon = "HeavyWarhead.png",
			Image = "HeavyWarheadMod.png",
			IncompatibilityTags = { "DEPLOYABLE", "SECONDARYSHOTGUN" },
			InternalName = "/Lotus/Upgrades/Mods/PvPMods/Pistol/BiggerRadiusSlowerVelocityPistolMod",
			Introduced = "18",
			Link = "Heavy Warhead",
			MaxRank = 3,
			Name = "Heavy Warhead",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Pistol",
			UpgradeTypes = { "WEAPON_EXPLOSION_RADIUS", "WEAPON_PROJECTILE_SPEED" }
		},
		["Heightened Reflexes"] = {
			BaseDrain = 10,
			CodexSecret = false,
			Conclave = true,
			Description = "+20% Casting Speed\r\n-20% Ability Efficiency",
			Icon = "HeightenedReflexes.png",
			Image = "HeightenedReflexesMod.png",
			Incompatible = { "Adrenaline Boost" },
			InternalName = "/Lotus/Upgrades/Mods/PvPMods/Warframe/FasterCastingHigherEnergyCostMod",
			Introduced = "17",
			Link = "Heightened Reflexes",
			MaxRank = 3,
			Name = "Heightened Reflexes",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Warframe",
			UpgradeTypes = { "AVATAR_CASTING_SPEED", "AVATAR_ABILITY_EFFICIENCY" }
		},
		["Hell's Chamber"] = {
			BaseDrain = 4,
			CodexSecret = false,
			Description = "+120% Multishot",
			Icon = "Hell'sChamber.png",
			Image = "Hell'sChamberMod.png",
			Incompatible = { "Galvanized Hell" },
			InternalName = "/Lotus/Upgrades/Mods/Shotgun/WeaponFireIterationsMod",
			Introduced = "0",
			Link = "Hell's Chamber",
			MaxRank = 5,
			Name = "Hell's Chamber",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = true,
			Type = "Shotgun",
			UpgradeTypes = { "WEAPON_FIRE_ITERATIONS" }
		},
		Hellfire = {
			BaseDrain = 6,
			CodexSecret = false,
			Description = "+90% <DT_FIRE>Heat",
			Icon = "Hellfire.png",
			Image = "HellfireMod.png",
			Incompatible = { "Flawed Hellfire" },
			InternalName = "/Lotus/Upgrades/Mods/Rifle/WeaponFireDamageMod",
			Introduced = "0",
			Link = "Hellfire",
			MaxRank = 5,
			Name = "Hellfire",
			Polarity = "Naramon",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = true,
			Type = "Rifle",
			UpgradeTypes = { "WEAPON_PERCENT_BASE_DAMAGE_ADDED" }
		},
		Hemorrhage = {
			BaseDrain = 10,
			CodexSecret = false,
			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)",
			Icon = "Hemorrhage.png",
			Image = "HemorrhageMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Pistol/WeaponBleedOnImpactPistolMod",
			Introduced = "29.10",
			Link = "Hemorrhage",
			MaxRank = 5,
			Name = "Hemorrhage",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Pistol" 
		},
		["High Noon"] = {
			BaseDrain = -2,
			CompatibilityTags = { "GUNBLADE_STANCE" },
			CodexSecret = false,
			Description = "Bullets spray between wicked slash attacks.",
			Icon = "HighNoon.png",
			Image = "HighNoonMod.png",
			InternalName = "/Lotus/Weapons/Tenno/Melee/MeleeTrees/GunbladeCmbOneMeleeTree",
			Introduced = "15.5",
			Link = "High Noon",
			MaxRank = 3,
			Name = "High Noon",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = true,
			Type = "Gunblade" 
		},
		["High Voltage"] = {
			BaseDrain = 4,
			CodexSecret = false,
			Description = "+60% <DT_ELECTRICITY>Electricity\r\n+60% Status Chance",
			Icon = "HighVoltage.png",
			Image = "HighVoltageMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Rifle/DualStat/ElectEventRifleMod",
			Introduced = "12.4",
			Link = "High Voltage",
			MaxRank = 3,
			Name = "High Voltage",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Rifle",
			UpgradeTypes = { "WEAPON_PERCENT_BASE_DAMAGE_ADDED", "WEAPON_PROC_CHANCE" }
		},
		["Hit And Run"] = {
			BaseDrain = 0,
			CodexSecret = false,
			Description = "+60% Parkour Speed after a Mercy for 15s",
			Icon = "HitAndRun.png",
			Image = "HitAndRunMod.png",
			InternalName = "/Lotus/Upgrades/Mods/DataSpike/Assassin/OnExecutionParkourSpeedMod",
			Introduced = "26",
			Link = "Hit And Run",
			MaxRank = 0,
			Name = "Hit And Run",
			Polarity = "Universal",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = true,
			Type = "Parazon" 
		},
		["Hollow Point"] = {
			BaseDrain = 4,
			CodexSecret = false,
			Description = "+60% Critical Damage\r\n-15% Damage",
			Icon = "HollowPoint.png",
			Image = "HollowPointMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Pistol/DualStat/CorruptedCritDamagePistol",
			Introduced = "10.3",
			Link = "Hollow Point",
			MaxRank = 5,
			Name = "Hollow Point",
			Polarity = "Naramon",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Pistol",
			UpgradeTypes = { "WEAPON_CRIT_DAMAGE", "WEAPON_DAMAGE_AMOUNT" }
		},
		["Hollowed Bullets"] = {
			BaseDrain = 4,
			CodexSecret = false,
			Description = "+80% Critical Damage",
			Icon = "HollowedBullets.png",
			Image = "HollowedBulletsMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Archwing/Rifle/ArchwingRifleCritDamageMod",
			Introduced = "15",
			Link = "Hollowed Bullets",
			MaxRank = 3,
			Name = "Hollowed Bullets",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = true,
			Type = "Archgun",
			UpgradeTypes = { "WEAPON_CRIT_DAMAGE" }
		},
		["Holster Amp"] = {
			BaseDrain = -2,
			CodexSecret = false,
			Description = "On Equip:\r\nSquad gains 60% Weapon Damage for 3s",
			Icon = "HolsterAmp.png",
			Image = "HolsterAmpMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Aura/PlayerHolsterSpeedAuraMod",
			Introduced = "10",
			Link = "Holster Amp",
			MaxRank = 5,
			Name = "Holster Amp",
			Polarity = "Naramon",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = false,
			Type = "Aura" 
		},
		["Homing Fang"] = {
			BaseDrain = -2,
			CompatibilityTags = { "DAGGERS_STANCE" },
			CodexSecret = false,
			Description = "Fast strikes, many hits.",
			Icon = "HomingFang.png",
			Image = "HomingFangMod.png",
			InternalName = "/Lotus/Weapons/Tenno/Melee/MeleeTrees/DaggerCmbOneMeleeTree",
			Introduced = "13",
			Link = "Homing Fang",
			MaxRank = 3,
			Name = "Homing Fang",
			Polarity = "Naramon",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = true,
			Type = "Daggers" 
		},
		["Hornet Strike"] = {
			BaseDrain = 4,
			CodexSecret = false,
			Description = "+220% Damage",
			Icon = "HornetStrike.png",
			Image = "HornetStrikeMod.png",
			Incompatible = { "Flawed Hornet Strike" },
			InternalName = "/Lotus/Upgrades/Mods/Pistol/WeaponDamageAmountMod",
			Introduced = "0",
			Link = "Hornet Strike",
			MaxRank = 10,
			Name = "Hornet Strike",
			Polarity = "Madurai",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = true,
			Type = "Pistol",
			UpgradeTypes = { "WEAPON_DAMAGE_AMOUNT" }
		},
		Howl = {
			BaseDrain = 0,
			CodexSecret = false,
			Description = "The kubrow cries out with a blood-curdling howl that strikes fear into 15 enemies within 24m for 16s.",
			Icon = "Howl.png",
			Image = "HowlMod.png",
			InternalName = "/Lotus/Types/Friendly/Pets/KubrowPetPrecepts/KubrowFearPrecept",
			Introduced = "14",
			Link = "Howl",
			MaxRank = 5,
			Name = "Howl",
			Polarity = "Penjaga",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Raksa Kubrow" 
		},
		Hunt = {
			BaseDrain = 0,
			CodexSecret = false,
			Description = "The kubrow charges ahead to attack an enemy, dealing 160 Damage to all in its path.",
			Icon = "Hunt.png",
			Image = "HuntMod.png",
			InternalName = "/Lotus/Types/Friendly/Pets/KubrowPetPrecepts/KubrowChargePrecept",
			Introduced = "14",
			Link = "Hunt",
			MaxRank = 5,
			Name = "Hunt",
			Polarity = "Penjaga",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Huras Kubrow" 
		},
		["Hunter Adrenaline"] = {
			BaseDrain = 6,
			CodexSecret = false,
			Description = "Convert +45% of Damage on Health to Energy",
			Icon = "HunterAdrenaline.png",
			Image = "HunterAdrenalineMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Sets/Hunter/WarframeHunterAdrenalineMod",
			Introduced = "22.3",
			Link = "Hunter Adrenaline",
			MaxRank = 5,
			Name = "Hunter Adrenaline",
			Polarity = "Madurai",
			Rarity = "Common",
			Set = "Hunter Set",
			Tradable = true,
			Transmutable = false,
			Type = "Warframe",
			UpgradeTypes = { "AVATAR_DAMAGE_POWER_MULTIPLIER" }
		},
		["Hunter Command"] = {
			BaseDrain = 4,
			CodexSecret = false,
			Description = "Applying a <DT_SLASH>Slash Status to an enemy causes the Companion to attack them for 6s.",
			Icon = "HunterCommand.png",
			Image = "HunterCommandMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Sets/Hunter/CompanionHunterCommandMod",
			Introduced = "22.3",
			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,
			CodexSecret = false,
			Description = "+30% chance to apply <DT_SLASH> on Critical",
			Icon = "HunterMunitions.png",
			Image = "HunterMunitionsMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Sets/Hunter/PrimaryHunterMunitionsMod",
			Introduced = "22.3",
			Link = "Hunter Munitions",
			MaxRank = 5,
			Name = "Hunter Munitions",
			Polarity = "Madurai",
			Rarity = "Uncommon",
			Set = "Hunter Set",
			Tradable = true,
			Transmutable = false,
			Type = "Primary",
			UpgradeTypes = { "WEAPON_SLASH_PROC_ON_CRIT_CHANCE" }
		},
		["Hunter Recovery"] = {
			BaseDrain = 4,
			CodexSecret = false,
			Description = "+30% Companion Lifesteal-Link",
			Icon = "HunterRecovery.png",
			Image = "HunterRecoveryMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Sets/Hunter/CompanionHunterRecoveryMod",
			Introduced = "22.3",
			Link = "Hunter Recovery",
			MaxRank = 5,
			Name = "Hunter Recovery",
			Polarity = "Madurai",
			Rarity = "Common",
			Set = "Hunter Set",
			Tradable = true,
			Transmutable = false,
			Type = "Beast",
			UpgradeTypes = { "AVATAR_SENTINEL_PACK_LEADER_REVERSE" }
		},
		["Hunter Synergy"] = {
			BaseDrain = 4,
			CodexSecret = false,
			Description = "+30% Critical Chance-Link",
			Icon = "HunterSynergy.png",
			Image = "HunterSynergyMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Sets/Hunter/CompanionHunterSynergyMod",
			Introduced = "22.3",
			Link = "Hunter Synergy",
			MaxRank = 5,
			Name = "Hunter Synergy",
			Polarity = "Madurai",
			Rarity = "Uncommon",
			Set = "Hunter Set",
			Tradable = true,
			Transmutable = false,
			Type = "Beast",
			UpgradeTypes = { "AVATAR_SENTINEL_CRIT_LINK" }
		},
		["Hunter Track"] = {
			BaseDrain = 4,
			CodexSecret = false,
			Description = "+30% Status Duration",
			Icon = "HunterTrack.png",
			Image = "HunterTrackMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Sets/Hunter/PrimaryHunterTrackMod",
			Introduced = "22.3",
			Link = "Hunter Track",
			MaxRank = 5,
			Name = "Hunter Track",
			Polarity = "Madurai",
			Rarity = "Rare",
			Set = "Hunter Set",
			Tradable = true,
			Transmutable = false,
			Type = "Primary",
			UpgradeTypes = { "WEAPON_PROC_TIME" }
		},
		["Hunter's Bonesaw"] = {
			BaseDrain = 2,
			CodexSecret = false,
			Description = "Increase Finisher Damage by 120% against prone enemies.",
			Icon = "Hunter'sBonesaw.png",
			Image = "Hunter'sBonesawMod.png",
			IncompatibilityTags = { "POWER_WEAPON" },
			InternalName = "/Lotus/Upgrades/Mods/Melee/Event/ProjectNightwatch/RipkasNightwatchMod",
			Introduced = "18.10",
			IsWeaponAugment = true,
			Link = "Hunter's Bonesaw",
			MaxRank = 5,
			Name = "Hunter's Bonesaw",
			Polarity = "Madurai",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = false,
			Type = "Ripkas",
			UpgradeTypes = { "WEAPON_MELEE_DAMAGE", "WEAPON_PROC_AMOUNT" }
		},
		Hush = {
			BaseDrain = 2,
			CodexSecret = false,
			Description = "Reduces the chance an enemy will hear gunfire by 100%.",
			Icon = "Hush.png",
			Image = "HushMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Rifle/WeaponNoiseReductionMod",
			Introduced = "10",
			IsExilus = true,
			Link = "Hush",
			MaxRank = 5,
			Name = "Hush",
			Polarity = "Naramon",
			Rarity = "Common",
			Tradable = true,
			Transmutable = true,
			Type = "Rifle",
			UpgradeTypes = { "WEAPON_NOISE_REDUCTION" }
		},
		["Hushed Invisibility"] = {
			BaseDrain = 6,
			CodexSecret = false,
			Description = "Invisibility Augment: Weapon noise is reduced by 100% while invisible.",
			Icon = "HushedInvisibility.png",
			Image = "HushedInvisibilityMod.png",
			InternalName = "/Lotus/Powersuits/Loki/InvisibilityAugmentCard",
			Introduced = "16",
			IsAbilityAugment = true,
			Link = "Hushed Invisibility",
			MaxRank = 3,
			Name = "Hushed Invisibility",
			Polarity = "Zenurik",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Loki" 
		},
		["Hydraulic Barrel"] = {
			BaseDrain = 6,
			CodexSecret = false,
			Conclave = true,
			Description = "-40% Weapon Recoil\r\n-20% Magazine Capacity",
			Icon = "HydraulicBarrel.png",
			Image = "HydraulicBarrelMod.png",
			Incompatible = { "Full Capacity", "Loose Magazine" },
			IncompatibilityTags = { "SINGLESHOT" },
			InternalName = "/Lotus/Upgrades/Mods/PvPMods/Pistol/LessRecoilSmallerMagPistolMod",
			Introduced = "16.7",
			Link = "Hydraulic Barrel",
			MaxRank = 3,
			Name = "Hydraulic Barrel",
			Polarity = "Naramon",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Pistol",
			UpgradeTypes = { "WEAPON_RECOIL", "WEAPON_CLIP_MAX" }
		},
		["Hydraulic Chamber"] = {
			BaseDrain = 6,
			CodexSecret = false,
			Conclave = true,
			Description = "-60% Weapon Recoil\r\n-10% Magazine Capacity",
			Icon = "HydraulicChamber.png",
			Image = "HydraulicChamberMod.png",
			Incompatible = { "Loaded Capacity", "Loose Chamber" },
			IncompatibilityTags = { "SINGLESHOT" },
			InternalName = "/Lotus/Upgrades/Mods/PvPMods/Shotgun/LessRecoilSmallerMagShotgunMod",
			Introduced = "16.7",
			Link = "Hydraulic Chamber",
			MaxRank = 3,
			Name = "Hydraulic Chamber",
			Polarity = "Naramon",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Shotgun",
			UpgradeTypes = { "WEAPON_RECOIL", "WEAPON_CLIP_MAX" }
		},
		["Hydraulic Crosshairs"] = {
			BaseDrain = 2,
			CodexSecret = false,
			Description = "On Headshot:\r\n+135% Critical Chance when Aiming for 9s",
			Icon = "HydraulicCrosshairs.png",
			Image = "HydraulicCrosshairsMod.png",
			Incompatible = { "Galvanized Crosshairs" },
			IncompatibilityTags = { "POWER_WEAPON" },
			InternalName = "/Lotus/Upgrades/Mods/Pistol/Event/CritChanceWhileAimingPistolMod",
			Introduced = "18.4.1",
			Link = "Hydraulic Crosshairs",
			MaxRank = 5,
			Name = "Hydraulic Crosshairs",
			Polarity = "Madurai",
			Rarity = "Common",
			Tradable = true,
			Transmutable = false,
			Type = "Pistol",
			UpgradeTypes = { "WEAPON_CRIT_CHANCE" }
		},
		["Hydraulic Gauge"] = {
			BaseDrain = 6,
			CodexSecret = false,
			Conclave = true,
			Description = "-60% Weapon Recoil\r\n-10% Magazine Capacity",
			Icon = "HydraulicGauge.png",
			Image = "HydraulicGaugeMod.png",
			Incompatible = { "Double Tap", "Loose Hatch", "Maximum Capacity", "Precision Munition" },
			IncompatibilityTags = { "SINGLESHOT" },
			InternalName = "/Lotus/Upgrades/Mods/PvPMods/Rifle/LessRecoilSmallerMagRifleMod",
			Introduced = "16.7",
			Link = "Hydraulic Gauge",
			MaxRank = 3,
			Name = "Hydraulic Gauge",
			Polarity = "Naramon",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Assault Rifle",
			UpgradeTypes = { "WEAPON_RECOIL", "WEAPON_CLIP_MAX" }
		},
		["Hyperion Thrusters"] = {
			BaseDrain = 10,
			CodexSecret = false,
			Description = "+27.5% Flight Speed",
			Icon = "HyperionThrusters.png",
			Image = "HyperionThrustersMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Archwing/Suit/ArchwingSuitSprintSpeedMod",
			Introduced = "15",
			Link = "Hyperion Thrusters",
			MaxRank = 10,
			Name = "Hyperion Thrusters",
			Polarity = "Naramon",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = true,
			Type = "Archwing",
			UpgradeTypes = { "AVATAR_SPRINT_SPEED" }
		},
		Hyperstrike = {
			BaseDrain = 10,
			CodexSecret = false,
			Description = "+75% Turret Damage",
			Icon = "Hyperstrike.png",
			Image = "HyperstrikeMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Railjack/Gunnery/VidarGunnerWeaponDamage",
			Introduced = "27.0",
			Link = "Hyperstrike",
			MaxRank = 5,
			Name = "Hyperstrike",
			Polarity = "Madurai",
			Rarity = "Common",
			Tradable = true,
			Transmutable = false,
			Type = "Plexus" 
		},
		["Hypothermic Shell"] = {
			BaseDrain = 4,
			CodexSecret = false,
			Description = "+60% <DT_FREEZE>Cold\r\n+60% Status Chance",
			Icon = "HypothermicShell.png",
			Image = "HypothermicShellMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Archwing/Rifle/ArchwingEventColdStatusRifleMod",
			Introduced = "24",
			Link = "Hypothermic Shell",
			MaxRank = 3,
			Name = "Hypothermic Shell",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Archgun",
			UpgradeTypes = { "WEAPON_PERCENT_BASE_DAMAGE_ADDED", "WEAPON_PROC_CHANCE" }
		},
		Hysteria = {
			BaseDrain = 0,
			CodexSecret = false,
			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.",
			Icon = "Hysteria.png",
			Image = "HysteriaStanceMod.png",
			InternalName = "/Lotus/Weapons/Tenno/Melee/MeleeTrees/BerserkerMeleeTree",
			Introduced = "23",
			Link = "Hysteria (Stance)",
			MaxRank = 3,
			Name = "Hysteria",
			NotUpgradable = true,
			Polarity = "Universal",
			Rarity = "Common",
			Tradable = false,
			Transmutable = false,
			Type = "Valkyr Talons" 
		},
		["Hysterical Assault"] = {
			BaseDrain = 6,
			CodexSecret = false,
			Description = "Hysteria Augment: Aim and then attack to leap onto enemies up to 50m away.",
			Icon = "HystericalAssault.png",
			Image = "HystericalAssaultMod.png",
			Incompatible = { "Enraged" },
			InternalName = "/Lotus/Powersuits/Berserker/LastStandAugmentCard",
			Introduced = "The Silver Grove",
			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,
			CodexSecret = false,
			Conclave = true,
			Description = "Hysteria Augment: While Hysteria is active, each kill restores 20% Maximum Shields.",
			Icon = "HystericalFixation.png",
			Image = "HystericalFixationMod.png",
			InternalName = "/Lotus/Powersuits/Berserker/LastStandPvPAugmentCard",
			Introduced = "16.5",
			IsAbilityAugment = true,
			Link = "Hysterical Fixation",
			MaxRank = 3,
			Name = "Hysterical Fixation",
			Polarity = "Zenurik",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Warframe" 
		},
		["Iatric Mycelium"] = {
			BaseDrain = 0,
			CodexSecret = false,
			Description = "Release a trail of spores every 8s that heal the companion and its allies for 300 health over 5s.",
			Icon = "IatricMycelium.png",
			Image = "IatricMyceliumMod.png",
			InternalName = "/Lotus/Types/Friendly/Pets/CreaturePets/CreaturePrecepts/InfestedPredatorHealingSporesPrecept",
			Introduced = "29",
			Link = "Iatric Mycelium",
			MaxRank = 3,
			Name = "Iatric Mycelium",
			Polarity = "Penjaga",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Vizier Predasite" 
		},
		["Ice Spring"] = {
			BaseDrain = 2,
			CodexSecret = false,
			Description = "+24.2% to Bullet Jump\r\n+24.2% Aim Glide/Wall Latch Duration\r\n+275% <DT_FREEZE>Cold on Bullet Jump",
			Icon = "IceSpring.png",
			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",
			IsExilus = true,
			Link = "Ice Spring",
			MaxRank = 10,
			Name = "Ice Spring",
			Polarity = "Vazarin",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = true,
			Type = "Warframe",
			UpgradeTypes = { "AVATAR_PARKOUR_BOOST", "AVATAR_PARKOUR_GLIDE", "AVATAR_PARKOUR_DAMAGE_ADDED" }
		},
		["Ice Storm"] = {
			BaseDrain = 6,
			CodexSecret = false,
			Description = "+40% Magazine Capacity\r\n+40% <DT_FREEZE>Cold",
			Icon = "IceStorm.png",
			Image = "IceStormMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Pistol/DualStat/IceStormMod",
			Introduced = "9",
			Link = "Ice Storm",
			MaxRank = 3,
			Name = "Ice Storm",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Pistol",
			UpgradeTypes = { "WEAPON_CLIP_MAX", "WEAPON_PERCENT_BASE_DAMAGE_ADDED" }
		},
		["Ice Wave Impedance"] = {
			BaseDrain = 6,
			CodexSecret = false,
			Conclave = true,
			Description = "Ice Wave Augment: Leaves a frozen trail for 12s that slows down enemies that come into contact with it.",
			Icon = "IceWaveImpedance.png",
			Image = "IceWaveImpedanceMod.png",
			InternalName = "/Lotus/Powersuits/Frost/IceSpikeAugmentCard",
			Introduced = "15.6",
			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,
			CodexSecret = false,
			Description = "Avalanche Augment: Coat allies with ice that grants Overguard and absorbs 60 Damage per enemy hit.",
			Icon = "IcyAvalanche.png",
			Image = "IcyAvalancheMod.png",
			InternalName = "/Lotus/Powersuits/Frost/AvalancheAugmentCard",
			Introduced = "19.2",
			IsAbilityAugment = true,
			Link = "Icy Avalanche",
			MaxRank = 3,
			Name = "Icy Avalanche",
			Polarity = "Zenurik",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Frost" 
		},
		["Immolated Radiance"] = {
			BaseDrain = 6,
			CodexSecret = false,
			Description = "Immolation Augment: Allies within Affinity range will receive 50% of Immolation's Damage Reduction.",
			Icon = "ImmolatedRadiance.png",
			Image = "ImmolatedRadianceMod.png",
			InternalName = "/Lotus/Powersuits/Ember/FireSkinAugmentCard",
			Introduced = "26",
			IsAbilityAugment = true,
			Link = "Immolated Radiance",
			MaxRank = 3,
			Name = "Immolated Radiance",
			Polarity = "Zenurik",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Ember" 
		},
		["Impaler Munitions"] = {
			BaseDrain = 2,
			CodexSecret = false,
			Conclave = true,
			Description = "20% of Damage converted into <DT_PUNCTURE>Puncture",
			Icon = "ImpalerMunitions.png",
			Image = "ImpalerMunitionsMod.png",
			Incompatible = { "Meteor Munitions", "Razor Munitions" },
			InternalName = "/Lotus/Upgrades/Mods/PvPMods/Pistol/DamageBiasPuncturePistolMod",
			Introduced = "17",
			Link = "Impaler Munitions",
			MaxRank = 3,
			Name = "Impaler Munitions",
			Polarity = "Madurai",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = false,
			Type = "Pistol",
			UpgradeTypes = { "WEAPON_DAMAGE_TYPE_BIAS" }
		},
		["Impenetrable Offense"] = {
			BaseDrain = 10,
			CodexSecret = false,
			Conclave = true,
			Description = "+30% Damage Block\r\n-10% Melee Damage",
			Icon = "ImpenetrableOffense.png",
			Image = "ImpenetrableOffenseMod.png",
			InternalName = "/Lotus/Upgrades/Mods/PvPMods/Melee/BlockMoreAttackSlowerMeleeMod",
			Introduced = "17",
			Link = "Impenetrable Offense",
			MaxRank = 3,
			Name = "Impenetrable Offense",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Melee",
			UpgradeTypes = { "WEAPON_PARRY_DAMAGE_BLOCKED", "WEAPON_MELEE_DAMAGE" }
		},
		["Incendiary Coat"] = {
			BaseDrain = 6,
			CodexSecret = false,
			Description = "+90% <DT_FIRE>Heat",
			Icon = "IncendiaryCoat.png",
			Image = "IncendiaryCoatMod.png",
			Incompatible = { "Flawed Incendiary Coat" },
			InternalName = "/Lotus/Upgrades/Mods/Shotgun/WeaponFireDamageMod",
			Introduced = "0",
			Link = "Incendiary Coat",
			MaxRank = 5,
			Name = "Incendiary Coat",
			Polarity = "Naramon",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = true,
			Type = "Shotgun",
			UpgradeTypes = { "WEAPON_PERCENT_BASE_DAMAGE_ADDED" }
		},
		["Indomitable Matrix"] = {
			BaseDrain = -2,
			CodexSecret = false,
			Description = "-12% Breach Chance\r\n+15% Shield Regen during Breach\r\n+30% Armor when below 36% Hull",
			Icon = "IndomitableMatrix.png",
			Image = "IndomitableMatrixMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Railjack/Piloting/ZektiSiegeMatrixAura",
			Introduced = "29.10",
			Link = "Indomitable Matrix",
			MaxRank = 5,
			Name = "Indomitable Matrix",
			Polarity = "Naramon",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = false,
			Type = "Railjack Aura" 
		},
		["Inertia Dampeners"] = {
			BaseDrain = 6,
			CodexSecret = false,
			Description = "+4 Point Multiplier to Trick Score",
			Icon = "InertiaDampeners.png",
			Image = "InertiaDampenersMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Hoverboard/HBPointsMultiplierMod",
			Introduced = "24",
			Link = "Inertia Dampeners",
			MaxRank = 3,
			Name = "Inertia Dampeners",
			Polarity = "Naramon",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = false,
			Type = "K-Drive",
			UpgradeTypes = { "VEHICLE_SCORE_MULTIPLIER" }
		},
		["Infected Clip"] = {
			BaseDrain = 4,
			CodexSecret = false,
			Description = "+90% <DT_POISON>Toxin",
			Icon = "InfectedClip.png",
			Image = "InfectedClipMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Rifle/WeaponToxinDamageMod",
			Introduced = "11",
			Link = "Infected Clip",
			MaxRank = 5,
			Name = "Infected Clip",
			Polarity = "Naramon",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = true,
			Type = "Rifle",
			UpgradeTypes = { "WEAPON_PERCENT_BASE_DAMAGE_ADDED" }
		},
		["Infectious Bite"] = {
			BaseDrain = 0,
			CodexSecret = false,
			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.",
			Icon = "InfectiousBite.png",
			Image = "InfectiousBiteMod.png",
			InternalName = "/Lotus/Types/Friendly/Pets/CreaturePets/CreaturePrecepts/InfestedPredatorInfectiousBitePrecept",
			Introduced = "29",
			Link = "Infectious Bite",
			MaxRank = 3,
			Name = "Infectious Bite",
			Polarity = "Penjaga",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Medjay Predasite" 
		},
		["Infectious Injection"] = {
			BaseDrain = 4,
			CodexSecret = false,
			Description = "+60% <DT_POISON>Toxin\r\n+60% Status Chance",
			Icon = "InfectiousInjection.png",
			Image = "InfectiousInjectionMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Archwing/Melee/ArchwingEventToxinStatusMeleeMod",
			Introduced = "24",
			Link = "Infectious Injection",
			MaxRank = 3,
			Name = "Infectious Injection",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Archmelee",
			UpgradeTypes = { "WEAPON_PERCENT_BASE_DAMAGE_ADDED", "WEAPON_PROC_CHANCE" }
		},
		["Infested Impedance"] = {
			BaseDrain = -2,
			CodexSecret = false,
			Description = "Enemy Infested lose -18% Speed",
			Icon = "InfestedImpedance.png",
			Image = "InfestedImpedanceMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Aura/InfestationSpeedReductionAuraMod",
			Introduced = "8",
			Link = "Infested Impedance",
			MaxRank = 5,
			Name = "Infested Impedance",
			Polarity = "Vazarin",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = false,
			Type = "Aura" 
		},
		Infiltrate = {
			BaseDrain = 6,
			CodexSecret = false,
			Description = "Prowl Augment: Ivara is able to bypass laser barriers and gains 25% Movement Speed.",
			Icon = "Infiltrate.png",
			Image = "InfiltrateMod.png",
			InternalName = "/Lotus/Powersuits/Ranger/RangerStealAugmentCard",
			Introduced = "18.14",
			IsAbilityAugment = true,
			Link = "Infiltrate",
			MaxRank = 3,
			Name = "Infiltrate",
			Polarity = "Zenurik",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Ivara" 
		},
		Insatiable = {
			BaseDrain = 6,
			CodexSecret = false,
			Description = "Ravenous Augment: Nidus has a chance for additional Mutation stacks while in the infestation. The base 60% chance increases with power strength, and multiple stacks are possible above 100%.",
			Icon = "Insatiable.png",
			Image = "InsatiableMod.png",
			InternalName = "/Lotus/Powersuits/Infestation/InfestPodsAugmentCard",
			Introduced = "23.0.6",
			IsAbilityAugment = true,
			Link = "Insatiable",
			MaxRank = 3,
			Name = "Insatiable",
			Polarity = "Zenurik",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Nidus" 
		},
		Insulation = {
			BaseDrain = 4,
			CodexSecret = false,
			Description = "+60% <DT_FREEZE>Cold Resistance",
			Icon = "Insulation.png",
			Image = "InsulationMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Warframe/AvatarDamageResistanceIce",
			Introduced = "8",
			Link = "Insulation",
			MaxRank = 5,
			Name = "Insulation",
			Polarity = "Vazarin",
			Rarity = "Common",
			Tradable = true,
			Transmutable = true,
			Type = "Warframe",
			UpgradeTypes = { "AVATAR_DAMAGE_TAKEN" }
		},
		Intensify = {
			BaseDrain = 6,
			CodexSecret = false,
			Description = "+30% Ability Strength",
			Icon = "Intensify.png",
			Image = "IntensifyMod.png",
			Incompatible = { "Archon Intensify", "Umbral Intensify", "Flawed Intensify", "Precision Intensify" },
			InternalName = "/Lotus/Upgrades/Mods/Warframe/AvatarAbilityStrengthMod",
			Introduced = "0",
			Link = "Intensify",
			MaxRank = 5,
			Name = "Intensify",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = true,
			Type = "Warframe",
			UpgradeTypes = { "AVATAR_ABILITY_STRENGTH" }
		},
		["Internal Bleeding"] = {
			BaseDrain = 10,
			CodexSecret = false,
			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)",
			Icon = "InternalBleeding.png",
			Image = "InternalBleedingMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Rifle/WeaponBleedOnImpactProcRifleMod",
			Introduced = "29.10",
			Link = "Internal Bleeding",
			MaxRank = 5,
			Name = "Internal Bleeding",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Rifle" 
		},
	    ["Intrepid Stand"] = {
	    	BaseDrain = 6,
	    	CodexSecret = false,
	    	Conclave = false,
	    	Description = "Final Stand Augment: Each javelin that damages an enemy grants 60 Overguard to Styanax and 30 Overguard to his allies within Affinity Range.",
	    	Icon = "IntrepidStand.png",
	    	Image = "IntrepidStandMod.png",
	    	InternalName = "/Lotus/Powersuits/Hoplite/HopliteArmyAugmentCard",
	    	Introduced = "33.6",
	    	IsAbilityAugment = true,
	    	IsExilus = false,
	    	Link = "Intrepid Stand",
	    	MaxRank = 3,
	    	Name = "Intrepid Stand",
	    	Polarity = "Zenurik",
	    	Rarity = "Rare",
	    	Tradable = true,
	    	Transmutable = false,
	    	Type = "Styanax"
	    },
		Intruder = {
			BaseDrain = 0,
			CodexSecret = false,
			Description = "+8s to Hacking",
			Icon = "Intruder.png",
			Image = "IntruderMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Warframe/AvatarTimeLimitIncreaseMod",
			Introduced = "10",
			Link = "Intruder",
			MaxRank = 3,
			Name = "Intruder",
			Polarity = "Universal",
			Rarity = "Common",
			Tradable = true,
			Transmutable = true,
			Type = "Parazon",
			UpgradeTypes = { "AVATAR_TIME_LIMIT_INCREASE" }
		},
		["Intruder Stasis"] = {
			CodexSecret = false,
			Description = "Freeze all Enemy Boarding Parties for 35s\r\nCooldown: 300s",
			Icon = "IntruderStasis.png",
			Image = "IntruderStasisMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Railjack/Tactical/CrewShipStasisAbilityCard",
			Introduced = "27.0",
			Link = "Intruder Stasis",
			MaxRank = 5,
			Name = "Intruder Stasis",
			Polarity = "Universal",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = false,
			Type = "Railjack (Tactical, Slot 1)" 
		},
		Investigator = {
			BaseDrain = 4,
			CodexSecret = false,
			Description = "Helios Sentinel will scan objects and enemies within 50m over 2s. This consumes codex scanner charges.",
			Icon = "Investigator.png",
			Image = "InvestigatorMod.png",
			InternalName = "/Lotus/Types/Sentinels/SentinelPrecepts/CodexScannerPrecept",
			Introduced = "12.5",
			Link = "Investigator",
			MaxRank = 5,
			Name = "Investigator",
			Polarity = "Penjaga",
			Rarity = "Common",
			Tradable = true,
			Transmutable = false,
			Type = "Helios" 
		},
		["Ion Burn"] = {
			BaseDrain = 4,
			CodexSecret = false,
			Description = "+45% Boost Speed",
			Icon = "IonBurn.png",
			Image = "IonBurnMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Railjack/Piloting/ZektiBoostSpeed",
			Introduced = "27.0",
			Link = "Ion Burn",
			MaxRank = 5,
			Name = "Ion Burn",
			Polarity = "Vazarin",
			Rarity = "Common",
			Tradable = true,
			Transmutable = false,
			Type = "Plexus" 
		},
		["Ion Infusion"] = {
			BaseDrain = 4,
			CodexSecret = false,
			Description = "+60% <DT_ELECTRICITY>Electricity\r\n+60% Status Chance",
			Icon = "IonInfusion.png",
			Image = "IonInfusionMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Archwing/Melee/ArchwingEventElectricStatusMeleeMod",
			Introduced = "24",
			Link = "Ion Infusion",
			MaxRank = 3,
			Name = "Ion Infusion",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Archmelee",
			UpgradeTypes = { "WEAPON_PERCENT_BASE_DAMAGE_ADDED", "WEAPON_PROC_CHANCE" }
		},
		["Iron Phoenix"] = {
			BaseDrain = -2,
			CompatibilityTags = { "SWORDS_STANCE" },
			CodexSecret = false,
			Description = "Fast cutting attacks with puncture finish.",
			Icon = "IronPhoenix.png",
			Image = "IronPhoenixMod.png",
			InternalName = "/Lotus/Weapons/Tenno/Melee/MeleeTrees/IronPhoenixMeleeTree",
			Introduced = "13",
			Link = "Iron Phoenix",
			MaxRank = 3,
			Name = "Iron Phoenix",
			Polarity = "Unairu",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = true,
			Type = "Swords" 
		},
		["Iron Shrapnel"] = {
			BaseDrain = 6,
			CodexSecret = false,
			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.",
			Icon = "IronShrapnel.png",
			Image = "IronShrapnelMod.png",
			InternalName = "/Lotus/Powersuits/Rhino/IronSkinAugmentCard",
			Introduced = "15.6",
			IsAbilityAugment = true,
			Link = "Iron Shrapnel",
			MaxRank = 3,
			Name = "Iron Shrapnel",
			Polarity = "Zenurik",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Rhino" 
		},
		["Iron Vault"] = {
			BaseDrain = 6,
			CodexSecret = false,
			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.",
			Icon = "IronVault.png",
			Image = "IronVaultMod.png",
			Introduced = "18.14",
			IsAbilityAugment = true,
			Link = "Iron Vault",
			MaxRank = 3,
			Name = "Iron Vault",
			Polarity = "Zenurik",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Wukong",
			_IgnoreEntry = true 
		},
		["Ironclad Charge"] = {
			BaseDrain = 6,
			CodexSecret = false,
			Description = "Rhino Charge Augment: Each enemy hit increases Rhino's Armor Rating by 50% for 10s.",
			Icon = "IroncladCharge.png",
			Image = "IroncladChargeMod.png",
			InternalName = "/Lotus/Powersuits/Rhino/RhinoChargeAugmentCard",
			Introduced = "15",
			IsAbilityAugment = true,
			Link = "Ironclad Charge",
			MaxRank = 3,
			Name = "Ironclad Charge",
			Polarity = "Zenurik",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Rhino" 
		},
		["Ironclad Flight"] = {
			BaseDrain = 4,
			CodexSecret = false,
			Description = "Disable vacuum in Razorwing. Reduced Damage by 40% while Airborne.",
			Icon = "IroncladFlight.png",
			Image = "IroncladFlightMod.png",
			Incompatible = { "Aviator" },
			InternalName = "/Lotus/Powersuits/Fairy/FairyDisablePassiveMod",
			Introduced = "27.3",
			IsExilus = true,
			Link = "Ironclad Flight",
			MaxRank = 3,
			Name = "Ironclad Flight",
			Polarity = "Ability",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Titania",
			UpgradeTypes = { "AVATAR_DAMAGE_TAKEN", "AVATAR_ABILITY_AUGMENT" }
		},
		["Ironclad Matrix"] = {
			BaseDrain = -2,
			CodexSecret = false,
			Description = "+22.5% Hull and Armor\r\n+25.5% Max Shields and Shield Regen",
			Icon = "IroncladMatrix.png",
			Image = "IroncladMatrixMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Railjack/Engineering/VidarDefensiveMatrix",
			Introduced = "29.10",
			Link = "Ironclad Matrix",
			MaxRank = 5,
			Name = "Ironclad Matrix",
			Polarity = "Vazarin",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = false,
			Type = "Railjack Aura" 
		},
		["Irradiating Disarm"] = {
			BaseDrain = 6,
			CodexSecret = false,
			Description = "Radial Disarm Augment: Enemies will be affected by <DT_RADIATION>Radiation for 9s.",
			Icon = "IrradiatingDisarm.png",
			Image = "IrradiatingDisarmMod.png",
			InternalName = "/Lotus/Powersuits/Loki/DisarmAugmentCard",
			Introduced = "15.6",
			IsAbilityAugment = true,
			Link = "Irradiating Disarm",
			MaxRank = 3,
			Name = "Irradiating Disarm",
			Polarity = "Zenurik",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Loki" 
		},
		["Jagged Edge"] = {
			BaseDrain = 2,
			CodexSecret = false,
			Description = "+90% <DT_SLASH>Slash",
			Icon = "JaggedEdge.png",
			Image = "JaggedEdgeMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Melee/WeaponSlashDamageMod",
			Introduced = "11",
			Link = "Jagged Edge",
			MaxRank = 5,
			Name = "Jagged Edge",
			Polarity = "Naramon",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = true,
			Type = "Melee",
			UpgradeTypes = { "WEAPON_PERCENT_BASE_DAMAGE_ADDED" }
		},
		Jahu = {
			Class = "Requiem",
			CodexSecret = false,
			Description = "Corporeal laws are unwrit\r\nAs suns and love retreat",
			Icon = "Jahu.png",
			Image = "JahuMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Immortal/ImmortalThreeMod",
			Introduced = "26",
			Link = "Jahu",
			MaxRank = 3,
			Name = "Jahu",
			NotUpgradable = true,
			Polarity = "Universal",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = true,
			Type = "Parazon" 
		},
		["Jahu Canticle"] = {
			BaseDrain = 4,
			CodexSecret = false,
			Description = "Killing enemies reduces the Armor and Shields of other enemies within Affinity Range by 5%.",
			Icon = "JahuCanticle.png",
			Image = "JahuCanticleMod.png",
			Incompatible = { "Fass Canticle", "Khra Canticle", "Lohk Canticle" },
			InternalName = "/Lotus/Upgrades/Grimoire/JahuAuraMod",
			Introduced = "35",
			IsExilus = true,
			Link = "Jahu Canticle",
			MaxRank = 3,
			Name = "Jahu Canticle",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Tome",
			UpgradeTypes = { "WEAPON_FIRE_RATE", "AVATAR_ARMOUR", "AVATAR_SHIELD_MAX" }
		},
		["Jet Stream"] = {
			BaseDrain = 6,
			CodexSecret = false,
			Description = "Turbulence Augment: Turbulence increases Movement Speed by 40% and Projectile Speed by 100% for Zephyr and her allies.",
			Icon = "JetStream.png",
			Image = "JetStreamMod.png",
			InternalName = "/Lotus/Powersuits/Tengu/TurbulenceAugmentCard",
			Introduced = "15.6",
			IsAbilityAugment = true,
			Link = "Jet Stream",
			MaxRank = 3,
			Name = "Jet Stream",
			Polarity = "Zenurik",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Zephyr" 
		},
		Jolt = {
			BaseDrain = 4,
			CodexSecret = false,
			Description = "+60% <DT_ELECTRICITY>Electricity\r\n+60% Status Chance",
			Icon = "Jolt.png",
			Image = "JoltMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Pistol/DualStat/ElectEventPistolMod",
			Introduced = "12.4",
			Link = "Jolt",
			MaxRank = 3,
			Name = "Jolt",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Pistol",
			UpgradeTypes = { "WEAPON_PERCENT_BASE_DAMAGE_ADDED", "WEAPON_PROC_CHANCE" }
		},
		["Jugulus Barbs"] = {
			BaseDrain = 4,
			CodexSecret = false,
			Description = "+90% <DT_PUNCTURE>Puncture\r\n+60% Status Chance",
			Icon = "JugulusBarbs.png",
			Image = "JugulusBarbsMod.png",
			IncompatibilityTags = { "SENTINEL_WEAPON", "HOUND_WEAPON" },
			InternalName = "/Lotus/Upgrades/Mods/Sets/Boneblade/BonebladeBarbsMod",
			Introduced = "29",
			Link = "Jugulus Barbs",
			MaxRank = 5,
			Name = "Jugulus Barbs",
			Polarity = "Naramon",
			Rarity = "Common",
			Set = "Jugulus Set",
			Tradable = true,
			Transmutable = false,
			Type = "Melee",
			UpgradeTypes = { "WEAPON_PERCENT_BASE_DAMAGE_ADDED", "WEAPON_PROC_CHANCE" }
		},
		["Jugulus Carapace"] = {
			BaseDrain = 4,
			CodexSecret = false,
			Description = "+55% Armor\r\n+20% Health",
			Icon = "JugulusCarapace.png",
			Image = "JugulusCarapaceMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Sets/Boneblade/BonebladeCarapaceMod",
			Introduced = "29",
			Link = "Jugulus Carapace",
			MaxRank = 5,
			Name = "Jugulus Carapace",
			Polarity = "Vazarin",
			Rarity = "Uncommon",
			Set = "Jugulus Set",
			Tradable = true,
			Transmutable = false,
			Type = "Warframe",
			UpgradeTypes = { "AVATAR_ARMOUR", "AVATAR_HEALTH_MAX" }
		},
		["Jugulus Spines"] = {
			BaseDrain = 4,
			CodexSecret = false,
			Description = "+90% <DT_PUNCTURE>Puncture\r\n+60% Status Chance",
			Icon = "JugulusSpines.png",
			Image = "JugulusSpinesMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Sets/Boneblade/BonebladeSpinesMod",
			Introduced = "29",
			Link = "Jugulus Spines",
			MaxRank = 5,
			Name = "Jugulus Spines",
			Polarity = "Naramon",
			Rarity = "Rare",
			Set = "Jugulus Set",
			Tradable = true,
			Transmutable = false,
			Type = "Pistol",
			UpgradeTypes = { "WEAPON_PERCENT_BASE_DAMAGE_ADDED", "WEAPON_PROC_CHANCE" }
		},
		Juice = {
			BaseDrain = 4,
			CodexSecret = false,
			Description = "Executing tricks charges Energy: 55 Energy per 100 Trick Points.",
			Icon = "Juice.png",
			Image = "JuiceMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Hoverboard/HBEnergyTricksMod",
			Introduced = "29",
			Link = "Juice",
			MaxRank = 10,
			Name = "Juice",
			Polarity = "Vazarin",
			Rarity = "Common",
			Tradable = true,
			Transmutable = false,
			Type = "K-Drive" 
		},
		["Justice Blades"] = {
			BaseDrain = 4,
			CodexSecret = false,
			Description = "+100% Melee Damage\r\n+1 'Justice'",
			Icon = "JusticeBlades.png",
			Image = "JusticeBladesMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Syndicate/DualCleaversMod",
			Introduced = "15",
			IsWeaponAugment = true,
			Link = "Justice Blades",
			MaxRank = 3,
			Name = "Justice Blades",
			Polarity = "Naramon",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Dual Cleavers",
			UpgradeTypes = { "WEAPON_MELEE_DAMAGE", "WEAPON_SYNDICATE_POWER" }
		},
		["Kavat's Grace"] = {
			BaseDrain = 4,
			CodexSecret = false,
			Description = "Falling is 100% less likely to result in a hard landing.",
			Icon = "Kavat'sGrace.png",
			Image = "Kavat'sGraceMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Warframe/WarframeCatMod",
			Introduced = "25",
			IsExilus = true,
			Link = "Kavat's Grace",
			MaxRank = 3,
			Name = "Kavat's Grace",
			Polarity = "Naramon",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Warframe",
			UpgradeTypes = { "AVATAR_HEAVY_LAND_SPEED" }
		},
		Khra = {
			Class = "Requiem",
			CodexSecret = false,
			Description = "To cosmic forms from tangent planes\r\nWe end as we began",
			Icon = "Khra.png",
			Image = "KhraMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Immortal/ImmortalEightMod",
			Introduced = "26",
			Link = "Khra",
			MaxRank = 3,
			Name = "Khra",
			NotUpgradable = true,
			Polarity = "Universal",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = true,
			Type = "Parazon" 
		},
		["Khra Canticle"] = {
			BaseDrain = 4,
			CodexSecret = false,
			Description = "Enemies have a 12% chance to drop a Universal Orb on death.",
			Icon = "KhraCanticle.png",
			Image = "KhraCanticleMod.png",
			Incompatible = { "Fass Canticle", "Jahu Canticle", "Lohk Canticle" },
			InternalName = "/Lotus/Upgrades/Grimoire/KhraAuraMod",
			Introduced = "35",
			IsExilus = true,
			Link = "Khra Canticle",
			MaxRank = 3,
			Name = "Khra Canticle",
			Polarity = "Naramon",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Tome",
		},
		["Kill Switch"] = {
			BaseDrain = 10,
			CodexSecret = false,
			Conclave = true,
			Description = "On Kill:\r\n+50% Reload Speed for 3s",
			Icon = "KillSwitch.png",
			Image = "KillSwitchMod.png",
			InternalName = "/Lotus/Upgrades/Mods/PvPMods/Shotgun/FasterReloadOnKillShotgunMod",
			Introduced = "17.8",
			Link = "Kill Switch",
			MaxRank = 3,
			Name = "Kill Switch",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Shotgun",
			UpgradeTypes = { "WEAPON_RELOAD_SPEED" }
		},
		["Killing Blow"] = {
			BaseDrain = 6,
			CodexSecret = false,
			Description = "+120% Melee Damage On Heavy Attack\r\n+60% Heavy Attack Wind Up Speed",
			Icon = "KillingBlow.png",
			Image = "KillingBlowMod.png",
			IncompatibilityTags = { "SENTINEL_WEAPON", "HOUND_WEAPON" },
			InternalName = "/Lotus/Upgrades/Mods/Melee/WeaponMeleeHeavyDamageMod",
			Introduced = "0",
			Link = "Killing Blow",
			MaxRank = 5,
			Name = "Killing Blow",
			Polarity = "Madurai",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = true,
			Type = "Melee",
			UpgradeTypes = { "WEAPON_MELEE_DAMAGE", "WEAPON_MELEE_HEAVY_CHARGE_SPEED" }
		},
		["Kinetic Collision"] = {
			BaseDrain = 6,
			CodexSecret = false,
			Conclave = true,
			Description = "Speed Augment: Running into an opponent increases the duration of Speed by 4s.",
			Icon = "KineticCollision.png",
			Image = "KineticCollisionMod.png",
			InternalName = "/Lotus/Powersuits/Volt/SpeedPvPAugmentCard",
			Introduced = "16",
			IsAbilityAugment = true,
			Link = "Kinetic Collision",
			MaxRank = 3,
			Name = "Kinetic Collision",
			Polarity = "Zenurik",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Volt" 
		},
		["Kinetic Diversion"] = {
			BaseDrain = 6,
			CodexSecret = false,
			Description = "Convert +40% of Damage on Health to Energy",
			Icon = "KineticDiversion.png",
			Image = "KineticDiversionMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Archwing/Suit/ArchwingDamageToEnergyMod",
			Introduced = "22",
			Link = "Kinetic Diversion",
			MaxRank = 3,
			Name = "Kinetic Diversion",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Archwing",
			UpgradeTypes = { "AVATAR_DAMAGE_POWER_MULTIPLIER" }
		},
		["Kinetic Friction"] = {
			BaseDrain = 4,
			CodexSecret = false,
			Description = "Grinding builds up a charge that is released when landing the trick, dealing 400 <DT_ELECTRICITY>Electricity Damage to enemies within 4m.",
			Icon = "KineticFriction.png",
			Image = "KineticFrictionMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Hoverboard/HBGrindStaticMod",
			Introduced = "24",
			Link = "Kinetic Friction",
			MaxRank = 3,
			Name = "Kinetic Friction",
			Polarity = "Madurai",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = false,
			Type = "K-Drive" 
		},
		["Kinetic Ricochet"] = {
			BaseDrain = 2,
			CodexSecret = false,
			Description = "Shots now bounce up to 6x and travel 30% further.",
			Icon = "KineticRicochet.png",
			Image = "KineticRicochetMod.png",
			IncompatibilityTags = { "POWER_WEAPON" },
			InternalName = "/Lotus/Upgrades/Mods/Rifle/Event/CorpusArena/TetraCorpusArenaMod",
			Introduced = "The Index Preview",
			IsExilus = true,
			IsWeaponAugment = true,
			Link = "Kinetic Ricochet",
			MaxRank = 5,
			Name = "Kinetic Ricochet",
			Polarity = "Naramon",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = false,
			Type = "Tetra",
			UpgradeTypes = { "WEAPON_PROJECTILE_BOUNCES", "WEAPON_RANGE" }
		},
		["Larva Burst"] = {
			BaseDrain = 6,
			CodexSecret = false,
			Description = "Larva Augment: Reactivate Larva to detonate and deal 600 <DT_POISON>Toxin damage in a 8m radius. This damage stacks for every enemy grabbed by the Larva.",
			Icon = "LarvaBurst.png",
			Image = "LarvaBurstMod.png",
			InternalName = "/Lotus/Powersuits/Infestation/InfestTendrilsAugmentCard",
			Introduced = "22.10",
			IsAbilityAugment = true,
			Link = "Larva Burst",
			MaxRank = 3,
			Name = "Larva Burst",
			Polarity = "Zenurik",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Nidus" 
		},
		["Laser Deflection"] = {
			BaseDrain = -2,
			Description = "Laser damage deflected +%d DAMAGE RESISTANCE",
			Icon = "LaserDeflection.png",
			Image = "Laser Deflection.jpg",
			Link = "Laser Deflection",
			MaxRank = 5,
			Name = "Laser Deflection",
			Polarity = "None",
			Rarity = "Uncommon",
			Tradable = false,
			Transmutable = false,
			Type = "Aura",
			_IgnoreEntry = true 
		},
		["Laser Sight"] = {
			BaseDrain = 4,
			CodexSecret = false,
			Description = "On Headshot:\r\n+120% Critical Chance when Aiming for 9s",
			Icon = "LaserSight.png",
			Image = "LaserSightMod.png",
			IncompatibilityTags = { "POWER_WEAPON" },
			InternalName = "/Lotus/Upgrades/Mods/Shotgun/Event/CritChanceWhileAimingShotgunMod",
			Introduced = "18.4.1",
			Link = "Laser Sight",
			MaxRank = 5,
			Name = "Laser Sight",
			Polarity = "Madurai",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = false,
			Type = "Shotgun",
			UpgradeTypes = { "WEAPON_CRIT_CHANCE" }
		},
		["Lashing Coil"] = {
			BaseDrain = -2,
			CompatibilityTags = { "WHIPS_STANCE" },
			CodexSecret = false,
			Conclave = true,
			Description = "Fighting form devised for Conclave.",
			Icon = "LashingCoil.png",
			Image = "LashingCoilMod.png",
			InternalName = "/Lotus/Upgrades/Mods/PvPMods/Stances/PvPWhipStanceOne",
			Introduced = "Specters of the Rail",
			Link = "Lashing Coil",
			MaxRank = 3,
			Name = "Lashing Coil",
			Polarity = "Zenurik",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = false,
			Type = "Whips" 
		},
		["Last Herald"] = {
			BaseDrain = -2,
			CompatibilityTags = { "SWORDS_AND_SHIELD_STANCE" },
			CodexSecret = false,
			Conclave = true,
			Description = "Fighting form devised for Conclave.",
			Icon = "LastHerald.png",
			Image = "LastHeraldMod.png",
			InternalName = "/Lotus/Upgrades/Mods/PvPMods/Stances/PvPSwordShieldStanceOne",
			Introduced = "Specters of the Rail",
			Link = "Last Herald",
			MaxRank = 3,
			Name = "Last Herald",
			Polarity = "Madurai",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = false,
			Type = "Sword And Shield" 
		},
		["Lasting Covenant"] = {
			BaseDrain = 6,
			CodexSecret = false,
			Description = "Covenant Augment: Headshot kills increase Critical Chance bonus duration by 3s.",
			Icon = "LastingCovenant.png",
			Image = "LastingCovenantMod.png",
			InternalName = "/Lotus/Powersuits/Priest/PriestPactAugmentCard",
			Introduced = "22.10",
			IsAbilityAugment = true,
			Link = "Lasting Covenant",
			MaxRank = 3,
			Name = "Lasting Covenant",
			Polarity = "Zenurik",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Harrow" 
		},
		["Lasting Purity"] = {
			BaseDrain = 4,
			CodexSecret = false,
			Description = "+60% Dead Aim\r\n+1 'Purity'",
			Icon = "LastingPurity.png",
			Image = "LastingPurityMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Syndicate/VulkarMod",
			Introduced = "15",
			IsWeaponAugment = true,
			Link = "Lasting Purity",
			MaxRank = 3,
			Name = "Lasting Purity",
			Polarity = "Naramon",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Vulkar",
			UpgradeTypes = { "WEAPON_AIMED_SHOT_DAMAGE_BONUS", "WEAPON_SYNDICATE_POWER" }
		},
		["Lasting Sting"] = {
			BaseDrain = 6,
			CodexSecret = false,
			Description = "+110% Status Duration",
			Icon = "LastingSting.png",
			Image = "LastingStingMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Melee/WeaponProcTimeMod",
			Introduced = "15",
			Link = "Lasting Sting",
			MaxRank = 10,
			Name = "Lasting Sting",
			Polarity = "Madurai",
			Rarity = "Common",
			Tradable = true,
			Transmutable = true,
			Type = "Melee",
			UpgradeTypes = { "WEAPON_PROC_TIME" }
		},
		["Legendary Core"] = {
			BaseDrain = 0,
			CodexSecret = false,
			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.",
			Icon = "LegendaryCore.png",
			Image = "LegendaryCoreMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Fusers/LegendaryModFuser",
			Introduced = "12.2",
			Link = "Legendary Core",
			MaxRank = 0,
			Name = "Legendary Core",
			NotUpgradable = true,
			Polarity = "Core",
			Rarity = "Legendary",
			Tradable = true,
			Transmutable = false,
			Type = "Mod" 
		},
		["Lethal Momentum"] = {
			BaseDrain = 4,
			CodexSecret = false,
			Description = "+40% Projectile Speed",
			Icon = "LethalMomentum.png",
			Image = "LethalMomentumMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Pistol/WeaponProjectileSpeedMod",
			Introduced = "15",
			IsExilus = true,
			Link = "Lethal Momentum",
			MaxRank = 3,
			Name = "Lethal Momentum",
			Polarity = "Madurai",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = true,
			Type = "Pistol",
			UpgradeTypes = { "WEAPON_PROJECTILE_SPEED" }
		},
		["Lethal Torrent"] = {
			BaseDrain = 6,
			CodexSecret = false,
			Description = "+60% Fire Rate\r\n+60% Multishot",
			Icon = "LethalTorrent.png",
			Image = "LethalTorrentMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Pistol/DualStat/GrinderMod",
			Introduced = "9.5",
			Link = "Lethal Torrent",
			MaxRank = 5,
			Name = "Lethal Torrent",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Pistol",
			UpgradeTypes = { "WEAPON_FIRE_RATE", "WEAPON_FIRE_ITERATIONS" }
		},
		["Lie In Wait"] = {
			BaseDrain = 10,
			CodexSecret = false,
			Conclave = true,
			Description = "+20% Fire Rate when Crouching\r\n+100% Weapon Recoil",
			Icon = "LieInWait.png",
			Image = "LieInWaitMod.png",
			IncompatibilityTags = { "PROJECTILE" },
			InternalName = "/Lotus/Upgrades/Mods/PvPMods/Rifle/HigherAimedDamageMoreRecoilSniperMod",
			Introduced = "17.2",
			Link = "Lie In Wait",
			MaxRank = 3,
			Name = "Lie In Wait",
			Polarity = "Madurai",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = false,
			Type = "Sniper",
			UpgradeTypes = { "WEAPON_FIRE_RATE", "WEAPON_RECOIL" }
		},
		["Life Strike"] = {
			BaseDrain = 4,
			CodexSecret = false,
			Description = "+20% Life Steal on Heavy Attack",
			Icon = "LifeStrike.png",
			Image = "LifeStrikeMod.png",
			IncompatibilityTags = { "SENTINEL_WEAPON", "HOUND_WEAPON" },
			InternalName = "/Lotus/Upgrades/Mods/Melee/Channel/ChannelVampireMod",
			Introduced = "13",
			Link = "Life Strike",
			MaxRank = 3,
			Name = "Life Strike",
			Polarity = "Vazarin",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = true,
			Type = "Melee",
			UpgradeTypes = { "WEAPON_LIFE_STEAL" }
		},
		["Lightning Dash"] = {
			BaseDrain = 2,
			CodexSecret = false,
			Description = "+24.2% to Bullet Jump\r\n+24.2% Aim Glide/Wall Latch Duration\r\n+275% <DT_ELECTRICITY>Electricity on Bullet Jump",
			Icon = "LightningDash.png",
			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",
			IsExilus = true,
			Link = "Lightning Dash",
			MaxRank = 10,
			Name = "Lightning Dash",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = true,
			Type = "Warframe",
			UpgradeTypes = { "AVATAR_PARKOUR_BOOST", "AVATAR_PARKOUR_GLIDE", "AVATAR_PARKOUR_DAMAGE_ADDED" }
		},
		["Lightning Rod"] = {
			BaseDrain = 4,
			CodexSecret = false,
			Description = "+60% <DT_ELECTRICITY>Electricity Resistance",
			Icon = "LightningRod.png",
			Image = "LightningRodMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Warframe/AvatarDamageResistanceElectricity",
			Introduced = "8",
			Link = "Lightning Rod",
			MaxRank = 5,
			Name = "Lightning Rod",
			Polarity = "Vazarin",
			Rarity = "Common",
			Tradable = true,
			Transmutable = true,
			Type = "Warframe",
			UpgradeTypes = { "AVATAR_DAMAGE_TAKEN" }
		},
		["Lingering Torment"] = {
			BaseDrain = 6,
			CodexSecret = false,
			Description = "+30% Status Duration",
			Icon = "LingeringTorment.png",
			Image = "LingeringTormentMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Shotgun/WeaponProcTimeMod",
			Introduced = "15",
			Link = "Lingering Torment",
			MaxRank = 5,
			Name = "Lingering Torment",
			Polarity = "Madurai",
			Rarity = "Common",
			Tradable = true,
			Transmutable = true,
			Type = "Shotgun",
			UpgradeTypes = { "WEAPON_PROC_TIME" }
		},
		["Link Fiber"] = {
			BaseDrain = 4,
			CodexSecret = false,
			CompatibilityTags = { "KAVAT_MOD", "KUBROW_MOD", "HELMINTH_MOD", "MOA_MOD", "PREDASITE_MOD", "VULPAPHYLA_MOD", "ZANUKA_MOD" },
			Description = "Increase Max Armor by +125% of Warframe's Armor",
			Icon = "LinkFiber.png",
			Image = "LinkFiberMod.png",
			Incompatible = { "Metal Fiber" },
			InternalName = "/Lotus/Upgrades/Mods/Sentinel/Kubrow/KubrowLinkArmourMaxMod",
			Introduced = "14",
			Link = "Link Fiber",
			MaxRank = 10,
			Name = "Link Fiber",
			Polarity = "Vazarin",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = true,
			Type = "Companion",
			UpgradeTypes = { "AVATAR_SENTINEL_ARMOUR_LINK" }
		},
		["Link Vitality"] = {
			BaseDrain = 2,
			CodexSecret = false,
			CompatibilityTags = { "KAVAT_MOD", "KUBROW_MOD", "HELMINTH_MOD", "MOA_MOD", "PREDASITE_MOD", "VULPAPHYLA_MOD", "ZANUKA_MOD" },
			Description = "Increase Health by +125% of Warframe's Max Health",
			Icon = "LinkVitality.png",
			Image = "LinkVitalityMod.png",
			Incompatible = { "Enhanced Vitality" },
			InternalName = "/Lotus/Upgrades/Mods/Sentinel/Kubrow/KubrowLinkHealthMaxMod",
			Introduced = "14",
			Link = "Link Vitality",
			MaxRank = 10,
			Name = "Link Vitality",
			Polarity = "Vazarin",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = true,
			Type = "Companion",
			UpgradeTypes = { "AVATAR_SENTINEL_HEALTH_LINK" }
		},
		["Link Redirection"] = {
			BaseDrain = 4,
			CodexSecret = false,
			CompatibilityTags = { "KAVAT_MOD", "KUBROW_MOD", "HELMINTH_MOD", "MOA_MOD", "PREDASITE_MOD", "VULPAPHYLA_MOD", "ZANUKA_MOD" },
			Description = "Increase Shield by +125% of Warframe's Max Shield",
			Icon = "LinkRedirection.png",
			Image = "LinkRedirectionMod.png",
			Incompatible = { "Calculated Redirection" },
			InternalName = "/Lotus/Upgrades/Mods/Sentinel/Kubrow/KubrowLinkShieldMaxMod",
			Introduced = "14",
			Link = "Link Redirection",
			MaxRank = 10,
			Name = "Link Redirection",
			Polarity = "Vazarin",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = true,
			Type = "Companion",
			UpgradeTypes = { "AVATAR_SENTINEL_SHIELD_LINK" }
		},
		["Live Wire"] = {
			BaseDrain = 0,
			CodexSecret = false,
			Description = "Shock enemies within 20m while Hacking",
			Icon = "LiveWire.png",
			Image = "LiveWireMod.png",
			InternalName = "/Lotus/Upgrades/Mods/DataSpike/Cipher/ElectrifyOnHackMod",
			Introduced = "26",
			Link = "Live Wire",
			MaxRank = 0,
			Name = "Live Wire",
			Polarity = "Universal",
			Rarity = "Common",
			Tradable = true,
			Transmutable = true,
			Type = "Parazon" 
		},
		["Loaded Capacity"] = {
			BaseDrain = 4,
			CodexSecret = false,
			Conclave = true,
			Description = "+30% Magazine Capacity\r\n-15% Reload Speed",
			Icon = "LoadedCapacity.png",
			Image = "LoadedCapacityMod.png",
			Incompatible = { "Hydraulic Chamber", "Loose Chamber" },
			IncompatibilityTags = { "SINGLESHOT" },
			InternalName = "/Lotus/Upgrades/Mods/PvPMods/Shotgun/LargerMagLongerReloadShotgunMod",
			Introduced = "16.7",
			Link = "Loaded Capacity",
			MaxRank = 5,
			Name = "Loaded Capacity",
			Polarity = "Naramon",
			Rarity = "Common",
			Tradable = true,
			Transmutable = false,
			Type = "Shotgun",
			UpgradeTypes = { "WEAPON_CLIP_MAX", "WEAPON_RELOAD_SPEED" }
		},
		["Lock and Load"] = {
			BaseDrain = 6,
			CodexSecret = false,
			Conclave = true,
			Description = "+20% Magazine Reloaded/s when Holstered",
			Icon = "LockandLoad.png",
			Image = "LockandLoadMod.png",
			InternalName = "/Lotus/Upgrades/Mods/PvPMods/Shotgun/PassiveReloadMod",
			Introduced = "16",
			IsExilus = true,
			Link = "Lock and Load",
			MaxRank = 3,
			Name = "Lock and Load",
			Polarity = "Naramon",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Shotgun",
			UpgradeTypes = { "WEAPON_AUTO_RELOAD_RATE" }
		},
		Lohk = {
			Class = "Requiem",
			CodexSecret = false,
			Description = "From brooding gulfs are we beheld\r\nBy that which bears no name",
			Icon = "Lohk.png",
			Image = "LohkMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Immortal/ImmortalOneMod",
			Introduced = "26",
			Link = "Lohk",
			MaxRank = 3,
			Name = "Lohk",
			NotUpgradable = true,
			Polarity = "Universal",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = true,
			Type = "Parazon" 
		},
		["Lohk Canticle"] = {
			BaseDrain = 4,
			CodexSecret = false,
			Description = "Killing enemies grants Allies within Affinity Range +30% Fire Rate for 15s.",
			Icon = "LohkCanticle.png",
			Image = "LohkCanticleMod.png",
			Incompatible = { "Fass Canticle", "Jahu Canticle", "Khra Canticle" },
			InternalName = "/Lotus/Upgrades/Grimoire/LohkAuraMod",
			Introduced = "35",
			IsExilus = true,
			Link = "Lohk Canticle",
			MaxRank = 3,
			Name = "Lohk Canticle",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Tome",
			UpgradeTypes = { "WEAPON_FIRE_RATE" }
		},
		["Loose Chamber"] = {
			BaseDrain = 4,
			CodexSecret = false,
			Conclave = true,
			Description = "+30% Reload Speed\r\n+50% Weapon Recoil",
			Icon = "LooseChamber.png",
			Image = "LooseChamberMod.png",
			Incompatible = { "Hydraulic Chamber", "Loaded Capacity" },
			IncompatibilityTags = { "SINGLESHOT" },
			InternalName = "/Lotus/Upgrades/Mods/PvPMods/Shotgun/FasterReloadMoreRecoilShotgunMod",
			Introduced = "16.7",
			Link = "Loose Chamber",
			MaxRank = 5,
			Name = "Loose Chamber",
			Polarity = "Naramon",
			Rarity = "Common",
			Tradable = true,
			Transmutable = false,
			Type = "Shotgun",
			UpgradeTypes = { "WEAPON_RELOAD_SPEED", "WEAPON_RECOIL" }
		},
		["Loose Hatch"] = {
			BaseDrain = 4,
			CodexSecret = false,
			Conclave = true,
			Description = "+30% Reload Speed\r\n+50% Weapon Recoil",
			Icon = "LooseHatch.png",
			Image = "LooseHatchMod.png",
			Incompatible = { "Double Tap", "Hydraulic Gauge", "Maximum Capacity", "Precision Munition" },
			IncompatibilityTags = { "SINGLESHOT" },
			InternalName = "/Lotus/Upgrades/Mods/PvPMods/Rifle/FasterReloadMoreRecoilRifleMod",
			Introduced = "16.7",
			Link = "Loose Hatch",
			MaxRank = 5,
			Name = "Loose Hatch",
			Polarity = "Naramon",
			Rarity = "Common",
			Tradable = true,
			Transmutable = false,
			Type = "Assault Rifle",
			UpgradeTypes = { "WEAPON_RELOAD_SPEED", "WEAPON_RECOIL" }
		},
		["Loose Magazine"] = {
			BaseDrain = 4,
			CodexSecret = false,
			Conclave = true,
			Description = "+50% Reload Speed\r\n+50% Weapon Recoil",
			Icon = "LooseMagazine.png",
			Image = "LooseMagazineMod.png",
			Incompatible = { "Full Capacity", "Hydraulic Barrel" },
			IncompatibilityTags = { "SINGLESHOT" },
			InternalName = "/Lotus/Upgrades/Mods/PvPMods/Pistol/FasterReloadMoreRecoilPistolMod",
			Introduced = "16.7",
			Link = "Loose Magazine",
			MaxRank = 5,
			Name = "Loose Magazine",
			Polarity = "Naramon",
			Rarity = "Common",
			Tradable = true,
			Transmutable = false,
			Type = "Pistol",
			UpgradeTypes = { "WEAPON_RELOAD_SPEED", "WEAPON_RECOIL" }
		},
		["Loot Detector"] = {
			BaseDrain = -2,
			CodexSecret = false,
			Description = "Squad receives +30 Loot Radar",
			Icon = "LootDetector.png",
			Image = "LootDetectorMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Aura/PlayerLootRadarAuraMod",
			Introduced = "13.4.1",
			Link = "Loot Detector",
			MaxRank = 5,
			Name = "Loot Detector",
			Polarity = "Naramon",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = false,
			Type = "Aura",
			UpgradeTypes = { "AVATAR_LOOT_RADAR" }
		},
		Looter = {
			BaseDrain = 2,
			CodexSecret = false,
			Description = "Destroys loot crates within 12m.",
			Icon = "Looter.png",
			Image = "LooterMod.png",
			InternalName = "/Lotus/Types/Sentinels/SentinelPrecepts/Looter",
			Introduced = "10",
			Link = "Looter",
			MaxRank = 5,
			Name = "Looter",
			Polarity = "Penjaga",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Carrier" 
		},
		["Loyal Companion"] = {
			BaseDrain = 2,
			CodexSecret = false,
			CompatibilityTags = { "KAVAT_MOD", "KUBROW_MOD", "HELMINTH_MOD", "MOA_MOD", "PREDASITE_MOD", "VULPAPHYLA_MOD" },
			Description = "When your Health falls below 35%, gain 75% Damage Reduction for 10s while your Companion becomes invincible and draws fire to itself for 10s. 60s cooldown.",
			Icon = "LoyalCompanion.png",
			Image = "LoyalCompanionMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Sentinel/Kubrow/KubrowMasterBleedoutMod",
			Introduced = "14",
			Link = "Loyal Companion",
			MaxRank = 5,
			Name = "Loyal Companion",
			Polarity = "Vazarin",
			Rarity = "Common",
			Tradable = true,
			Transmutable = false,
			Type = "Companion",
			UpgradeTypes = { "AVATAR_SENTINEL_MASTER_BLEEDOUT_MODIFIER" }
		},
		["Loyal Merulina"] = {
			BaseDrain = 6,
			Description = "Merulina Augment: Yareli no longer rides Merulina. Instead, Merulina follows her and casts Sea Snare on nearby enemies. 2s cooldown.",
			Image = "LoyalMerulinaMod.png",
			InternalName = "/Lotus/Powersuits/Yareli/YareliBoardAugmentTwoCard",
			Introduced = "35.5",
			CodexSecret = false,
			IsAbilityAugment = true,
			Link = "Loyal Merulina",
			MaxRank = 3,
			Name = "Loyal Merulina",
			Icon = "LoyalMerulina.jpg",
			Polarity = "Zenurik",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Yareli" 
		},
		["Lucky Shot"] = {
			BaseDrain = 6,
			CodexSecret = false,
			CompatibilityTags = { "PROJECTILE" },
			Conclave = true,
			Description = "+40% Projectile Speed\r\n-2% Accuracy",
			Icon = "LuckyShot.png",
			Image = "LuckyShotMod.png",
			Incompatible = { "Feathered Arrows" },
			IncompatibilityTags = { "MITER", "AOE" },
			InternalName = "/Lotus/Upgrades/Mods/PvPMods/Rifle/HigherVelocityLessAccurateRifleMod",
			Introduced = "16.5",
			Link = "Lucky Shot",
			MaxRank = 3,
			Name = "Lucky Shot",
			Polarity = "Madurai",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = false,
			Type = "Rifle",
			UpgradeTypes = { "WEAPON_PROJECTILE_SPEED", "WEAPON_SPREAD" }
		},
		["Mach Crash"] = {
			BaseDrain = 6,
			CodexSecret = false,
			Description = "Mach Rush Augment: Impact shockwave leaves behind a vacuum that sucks in enemies within 8m.",
			Icon = "MachCrash.png",
			Image = "MachCrashMod.png",
			InternalName = "/Lotus/Powersuits/Runner/RunnerRushAugmentCard",
			Introduced = "29.5",
			IsAbilityAugment = true,
			Link = "Mach Crash",
			MaxRank = 3,
			Name = "Mach Crash",
			Polarity = "Zenurik",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Gauss" 
		},
		["Mad Stack"] = {
			BaseDrain = 4,
			CodexSecret = false,
			Description = "+120% Velocity when falling",
			Icon = "MadStack.png",
			Image = "MadStackMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Hoverboard/HBFallVelocityMod",
			Introduced = "24.2",
			Link = "Mad Stack",
			MaxRank = 5,
			Name = "Mad Stack",
			Polarity = "Madurai",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = false,
			Type = "K-Drive",
			UpgradeTypes = { "VEHICLE_FALL_SPEED" }
		},
		["Madurai Transmute Core"] = {
			BaseDrain = 0,
			CodexSecret = false,
			Description = "Ensures transmuted mod is of Madurai polarity and eliminates credit cost.",
			Icon = "MaduraiTransmuteCore.png",
			Image = "MaduraiTransmuteCoreMod.png",
			InternalName = "/Lotus/Upgrades/Mods/TransmuteCores/AttackTransmuteCore",
			Introduced = "16",
			Link = "Madurai Transmute Core",
			MaxRank = 0,
			Name = "Madurai Transmute Core",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Mod" 
		},
		["Mafic Rain"] = {
			BaseDrain = -2,
			CompatibilityTags = { "NUNCHAKU_STANCE" },
			CodexSecret = false,
			Conclave = true,
			Description = "Fighting form devised for Conclave.",
			Icon = "MaficRain.png",
			Image = "MaficRainMod.png",
			InternalName = "/Lotus/Upgrades/Mods/PvPMods/Stances/PvPNunchakuStanceOne",
			Introduced = "Specters of the Rail",
			Link = "Mafic Rain",
			MaxRank = 3,
			Name = "Mafic Rain",
			Polarity = "Vazarin",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = false,
			Type = "Nunchaku" 
		},
		["Mag Locks"] = {
			BaseDrain = 4,
			CodexSecret = false,
			Description = "+30% K-Drive Grind Magnetism",
			Icon = "MagLocks.png",
			Image = "MagLocksMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Hoverboard/HBGrindMagnetismMod",
			Introduced = "24",
			Link = "Mag Locks",
			MaxRank = 5,
			Name = "Mag Locks",
			Polarity = "Naramon",
			Rarity = "Common",
			Tradable = true,
			Transmutable = false,
			Type = "K-Drive",
			UpgradeTypes = { "VEHICLE_MAGNETISM" }
		},
		["Magazine Extension"] = {
			BaseDrain = 4,
			CodexSecret = false,
			Description = "+60% Magazine Capacity",
			Icon = "MagazineExtension.png",
			Image = "MagazineExtensionMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Archwing/Rifle/ArchwingRifleClipMaxMod",
			Introduced = "15",
			Link = "Magazine Extension",
			MaxRank = 5,
			Name = "Magazine Extension",
			Polarity = "Naramon",
			Rarity = "Common",
			Tradable = true,
			Transmutable = true,
			Type = "Archgun",
			UpgradeTypes = { "WEAPON_CLIP_MAX" }
		},
		["Magazine Warp"] = {
			BaseDrain = 4,
			CodexSecret = false,
			Description = "+30% Magazine Capacity",
			Icon = "MagazineWarp.png",
			Image = "MagazineWarpMod.png",
			Incompatible = { "Amalgam Javlok Magazine Warp", "Flawed Magazine Warp", "Primed Magazine Warp" },
			InternalName = "/Lotus/Upgrades/Mods/Rifle/WeaponClipMaxMod",
			Introduced = "0",
			Link = "Magazine Warp",
			MaxRank = 5,
			Name = "Magazine Warp",
			Polarity = "Naramon",
			Rarity = "Common",
			Tradable = true,
			Transmutable = true,
			Type = "Rifle",
			UpgradeTypes = { "WEAPON_CLIP_MAX" }
		},
		Maglev = {
			BaseDrain = 6,
			CodexSecret = false,
			Description = "+30% Slide\r\n-30% Friction",
			Icon = "Maglev.png",
			Image = "MaglevMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Warframe/AvatarSlideBoostMod",
			Introduced = "10",
			IsExilus = true,
			Link = "Maglev",
			MaxRank = 5,
			Name = "Maglev",
			Polarity = "Naramon",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = false,
			Type = "Warframe",
			UpgradeTypes = { "AVATAR_SLIDE_BOOST", "AVATAR_SLIDE_FRICTION" }
		},
		["Magma Chamber"] = {
			BaseDrain = 4,
			CodexSecret = false,
			Description = "+60% <DT_FIRE>Heat\r\n+60% Status Chance",
			Icon = "MagmaChamber.png",
			Image = "MagmaChamberMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Archwing/Rifle/ArchwingEventFireStatusRifleMod",
			Introduced = "15.8",
			Link = "Magma Chamber",
			MaxRank = 3,
			Name = "Magma Chamber",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Archgun",
			UpgradeTypes = { "WEAPON_PERCENT_BASE_DAMAGE_ADDED", "WEAPON_PROC_CHANCE" }
		},
		["Magnetized Discharge"] = {
			BaseDrain = 6,
			CodexSecret = false,
			Description = "Magnetize Augment: Recast on the target to detonate. Enemies hit have a 50% chance to be disarmed.\r\nPassive: +45% Magnetize Range.",
			Icon = "MagnetizedDischarge.png",
			Image = "MagnetizedDischargeMod.png",
			InternalName = "/Lotus/Powersuits/Mag/BulletAttractorAugmentCard",
			Introduced = "20.7",
			IsAbilityAugment = true,
			Link = "Magnetized Discharge",
			MaxRank = 3,
			Name = "Magnetized Discharge",
			Polarity = "Zenurik",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Mag" 
		},
		["Magnum Force"] = {
			BaseDrain = 4,
			CodexSecret = false,
			Description = "+165% Damage\r\n-55% Accuracy",
			Icon = "MagnumForce.png",
			Image = "MagnumForceMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Pistol/DualStat/CorruptedDamageRecoilPistol",
			Introduced = "10.3",
			Link = "Magnum Force",
			MaxRank = 10,
			Name = "Magnum Force",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Pistol",
			UpgradeTypes = { "WEAPON_DAMAGE_AMOUNT", "WEAPON_SPREAD" }
		},
		Maim = {
			BaseDrain = 6,
			CodexSecret = false,
			Description = "+120% <DT_SLASH>Slash",
			Icon = "Maim.png",
			Image = "MaimMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Pistol/WeaponEventSlashDamageMod",
			Introduced = "14.7",
			Link = "Maim",
			MaxRank = 5,
			Name = "Maim",
			Polarity = "Naramon",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Pistol",
			UpgradeTypes = { "WEAPON_PERCENT_BASE_DAMAGE_ADDED" }
		},
		["Maiming Strike"] = {
			BaseDrain = 2,
			CodexSecret = false,
			Description = "+150% Critical Chance for Slide Attack",
			Icon = "MaimingStrike.png",
			Image = "MaimingStrikeMod.png",
			IncompatibilityTags = { "POWER_WEAPON", "SENTINEL_WEAPON", "HOUND_WEAPON" },
			InternalName = "/Lotus/Upgrades/Mods/Melee/Event/SlideAttackCritChanceMod",
			Introduced = "18.4.1",
			Link = "Maiming Strike",
			MaxRank = 5,
			Name = "Maiming Strike",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Melee",
			UpgradeTypes = { "WEAPON_CRIT_CHANCE" }
		},
		["Malicious Code"] = {
			BaseDrain = 0,
			CodexSecret = false,
			Description = "50% chance for enemies within 15m to cower in fear for 8 seconds",
			Icon = "MaliciousCode.png",
			Image = "MaliciousCodeMod.png",
			InternalName = "/Lotus/Upgrades/Mods/DataSpike/Assassin/OnExecutionTerrifyMod",
			Introduced = "30.5",
			Link = "Malicious Code",
			MaxRank = 0,
			Name = "Malicious Code",
			Polarity = "Universal",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = true,
			Type = "Parazon" 
		},
		["Malicious Raptor"] = {
			BaseDrain = -2,
			CompatibilityTags = { "CLAWS_STANCE_STANCE" },
			CodexSecret = false,
			Description = "Puncturing strikes and quick slashes.",
			Icon = "MaliciousRaptor.png",
			Image = "MaliciousRaptorMod.png",
			InternalName = "/Lotus/Weapons/Tenno/Melee/MeleeTrees/ClawCmbOneMeleeTree",
			Introduced = "13.9",
			Link = "Malicious Raptor",
			MaxRank = 3,
			Name = "Malicious Raptor",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = true,
			Type = "Claws" 
		},
		["Malignant Force"] = {
			BaseDrain = 4,
			CodexSecret = false,
			Description = "+60% <DT_POISON>Toxin\r\n+60% Status Chance",
			Icon = "MalignantForce.png",
			Image = "MalignantForceMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Rifle/DualStat/PoisonEventRifleMod",
			Introduced = "11.5",
			Link = "Malignant Force",
			MaxRank = 3,
			Name = "Malignant Force",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Rifle",
			UpgradeTypes = { "WEAPON_PERCENT_BASE_DAMAGE_ADDED", "WEAPON_PROC_CHANCE" }
		},
		["Manifold Bond"] = {
			BaseDrain = 4,
			Description = "Companion Precept Mods apply Status Effects from Companion weapons. Killing enemies with 3 or more unique Status Effects reduces Companion Ability cooldowns by 3s.",
			Image = "ManifoldBondMod.png",
			InternalName = "/Lotus/Types/Sentinels/SentinelPrecepts/VoidBond/CompoundingLaceration",
			Introduced = "34",
			CodexSecret = false,
			Link = "Manifold Bond",
			MaxRank = 5,
			Name = "Manifold Bond",
			Icon = "ManifoldBond.png",
			Polarity = "Vazarin",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Robotic" 
		},
		["Mark of the Beast"] = {
			BaseDrain = 6,
			CodexSecret = false,
			Description = "On 6 Melee Kills within 6s:\r\n+120% Status and Critical Chance for Secondary Weapon for 24s",
			Icon = "MarkoftheBeast.png",
			Image = "MarkoftheBeastMod.png",
			IncompatibilityTags = { "SENTINEL_WEAPON" },
			InternalName = "/Lotus/Upgrades/Mods/Melee/WeaponGlaiveOnSixKillsBuffSecondary",
			Introduced = "29.6.9",
			Link = "Mark of the Beast",
			MaxRank = 5,
			Name = "Mark of the Beast",
			Polarity = "Naramon",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Glaive",
			UpgradeTypes = { "WEAPON_PROC_CHANCE", "WEAPON_CRIT_CHANCE" }
		},
		["Marked Target"] = {
			BaseDrain = 6,
			CodexSecret = false,
			Description = "+120% Status Chance when Aiming",
			Icon = "MarkedTarget.png",
			Image = "MarkedTargetMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Archwing/Rifle/ArchwingRifleStatusChanceAimingMod",
			Introduced = "24.2",
			Link = "Marked Target",
			MaxRank = 5,
			Name = "Marked Target",
			Polarity = "Naramon",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = true,
			Type = "Archgun",
			UpgradeTypes = { "WEAPON_PROC_CHANCE" }
		},
		["Martial Fury"] = {
			BaseDrain = 10,
			CodexSecret = false,
			Conclave = true,
			Description = "+20% Attack Speed\r\n-50% Energy Rate",
			Icon = "MartialFury.png",
			Image = "MartialFuryMod.png",
			InternalName = "/Lotus/Upgrades/Mods/PvPMods/Melee/MeleeAutoTargetBonus",
			Introduced = "17.8",
			Link = "Martial Fury",
			MaxRank = 3,
			Name = "Martial Fury",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Melee",
			UpgradeTypes = { "WEAPON_FIRE_RATE", "AVATAR_POWER_RATE" }
		},
		["Martyr Symbiosis"] = {
			BaseDrain = 0,
			CodexSecret = false,
			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.",
			Icon = "MartyrSymbiosis.png",
			Image = "MartyrSymbiosisMod.png",
			InternalName = "/Lotus/Types/Friendly/Pets/CreaturePets/CreaturePrecepts/InfestedCatbrowVampireShieldPrecept",
			Introduced = "29.5",
			Link = "Martyr Symbiosis",
			MaxRank = 3,
			Name = "Martyr Symbiosis",
			Polarity = "Penjaga",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Vulpaphyla" 
		},
		["Master Key"] = {
			BaseDrain = 0,
			CodexSecret = false,
			Description = "Unlock 5 lockers within 20m after Hacking",
			Icon = "MasterKey.png",
			Image = "MasterKeyMod.png",
			InternalName = "/Lotus/Upgrades/Mods/DataSpike/Cipher/OnHackLockersMod",
			Introduced = "26",
			Link = "Master Key",
			MaxRank = 0,
			Name = "Master Key",
			Polarity = "Universal",
			Rarity = "Common",
			Tradable = true,
			Transmutable = true,
			Type = "Parazon" 
		},
		["Master Thief"] = {
			BaseDrain = 10,
			CodexSecret = false,
			Description = "+40% chance to unlock locked lockers.",
			Icon = "MasterThief.png",
			Image = "MasterThiefMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Warframe/AvatarChanceToLoot",
			Introduced = "8",
			IsExilus = true,
			Link = "Master Thief",
			MaxRank = 3,
			Name = "Master Thief",
			Polarity = "Naramon",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = true,
			Type = "Warframe",
			UpgradeTypes = { "AVATAR_LOOT_CHANCE" }
		},
		["Master's Edge"] = {
			BaseDrain = 4,
			CodexSecret = false,
			Description = "Enables Tennokai. Increases Tennokai damage by 60%.",
			Icon = "Master'sEdge.png",
			Image = "Master'sEdgeMod.png",
			InternalName = "/Lotus/Upgrades/EmpoweredHeavyMelee/HeavyAgression",
			Introduced = "35",
			IsExilus = true,
			Link = "Master's Edge",
			MaxRank = 5,
			Name = "Master's Edge",
			Polarity = "Madurai",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = false,
			Type = "Melee",
			UpgradeTypes = { "WEAPON_MELEE_DAMAGE" }
		},
		Maul = {
			BaseDrain = 4,
			CodexSecret = false,
			Description = "+330% Melee Damage",
			Icon = "Maul.png",
			Image = "MaulMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Sentinel/Kubrow/KubrowMeleeDamageMod",
			Introduced = "14",
			Link = "Maul",
			MaxRank = 10,
			Name = "Maul",
			Polarity = "Madurai",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = true,
			Type = "Beast",
			UpgradeTypes = { "WEAPON_MELEE_DAMAGE" }
		},
		["Maximum Capacity"] = {
			BaseDrain = 4,
			CodexSecret = false,
			Conclave = true,
			Description = "+30% Magazine Capacity\r\n-15% Reload Speed",
			Icon = "MaximumCapacity.png",
			Image = "MaximumCapacityMod.png",
			Incompatible = { "Double Tap", "Hydraulic Gauge", "Loose Hatch", "Precision Munition" },
			IncompatibilityTags = { "SINGLESHOT" },
			InternalName = "/Lotus/Upgrades/Mods/PvPMods/Rifle/LargerMagLongerReloadRifleMod",
			Introduced = "16.7",
			Link = "Maximum Capacity",
			MaxRank = 5,
			Name = "Maximum Capacity",
			Polarity = "Naramon",
			Rarity = "Common",
			Tradable = true,
			Transmutable = false,
			Type = "Assault Rifle",
			UpgradeTypes = { "WEAPON_CLIP_MAX", "WEAPON_RELOAD_SPEED" } 
		},
		["Measured Burst"] = {
			BaseDrain = 10,
			CodexSecret = false,
			Conclave = true,
			Description = "-60% Fire Rate\r\n+30% Damage",
			Icon = "MeasuredBurst.png",
			Image = "MeasuredBurstMod.png",
			InternalName = "/Lotus/Upgrades/Mods/PvPMods/Rifle/TiberonLowRoFAiming",
			Introduced = "17.10",
			Link = "Measured Burst",
			MaxRank = 3,
			Name = "Measured Burst",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Tiberon",
			UpgradeTypes = { "WEAPON_FIRE_RATE", "WEAPON_DAMAGE_AMOUNT" }
		},
		["Mecha Empowered"] = {
			BaseDrain = -2,
			CodexSecret = false,
			Description = "Squad deals +150% extra Damage against a Marked Enemy",
			Icon = "MechaEmpowered.png",
			Image = "MechaEmpoweredMod.png",
			IncompatibilityTags = { "HELMINTH_MOD" },
			InternalName = "/Lotus/Upgrades/Mods/Sets/Mecha/WarframeAuraMechaEmpowerMod",
			Introduced = "24",
			Link = "Mecha Empowered",
			MaxRank = 5,
			Name = "Mecha Empowered",
			Polarity = "Naramon",
			Rarity = "Rare",
			Set = "Mecha Set",
			Tradable = true,
			Transmutable = false,
			Type = "Aura",
			UpgradeTypes = { "AVATAR_MARKED_DAMAGE_AMOUNT" }
		},
		["Mecha Overdrive"] = {
			BaseDrain = 6,
			CodexSecret = false,
			Description = "+60% Status-Link\r\n+90% Status Duration",
			Icon = "MechaOverdrive.png",
			Image = "MechaOverdriveMod.png",
			IncompatibilityTags = { "HELMINTH_MOD" },
			InternalName = "/Lotus/Upgrades/Mods/Sets/Mecha/KubrowMechaOverdriveMod",
			Introduced = "24",
			Link = "Mecha Overdrive",
			MaxRank = 5,
			Name = "Mecha Overdrive",
			Polarity = "Madurai",
			Rarity = "Rare",
			Set = "Mecha Set",
			Tradable = true,
			Transmutable = false,
			Type = "Kubrow",
			UpgradeTypes = { "AVATAR_SENTINEL_STATUS_LINK", "WEAPON_PROC_TIME" }
		},
		["Mecha Pulse"] = {
			BaseDrain = 6,
			CodexSecret = false,
			Description = "Killing a Marked Enemy grants +60% Armor for 20s for each enemy within 30m.",
			Icon = "MechaPulse.png",
			Image = "MechaPulseMod.png",
			IncompatibilityTags = { "HELMINTH_MOD" },
			InternalName = "/Lotus/Upgrades/Mods/Sets/Mecha/WarframeMechaPulseMod",
			Introduced = "24",
			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,
			CodexSecret = false,
			Description = "+90% Shield Recharge",
			Icon = "MechaRecharge.png",
			Image = "MechaRechargeMod.png",
			IncompatibilityTags = { "HELMINTH_MOD" },
			InternalName = "/Lotus/Upgrades/Mods/Sets/Mecha/KubrowMechaRechargeMod",
			Introduced = "24",
			Link = "Mecha Recharge",
			MaxRank = 5,
			Name = "Mecha Recharge",
			Polarity = "Madurai",
			Rarity = "Rare",
			Set = "Mecha Set",
			Tradable = true,
			Transmutable = false,
			Type = "Kubrow",
			UpgradeTypes = { "AVATAR_SHIELD_RECHARGE_RATE" }
		},
		["Medi-Pet Kit"] = {
			BaseDrain = 4,
			CodexSecret = false,
			Description = "+6 Companion Health Regen/s\r\n-15s Companion Recovery Time",
			Icon = "Medi-PetKit.png",
			Image = "Medi-PetKitMod.png",
			IncompatibilityTags = { "SENTINEL_MOD" },
			InternalName = "/Lotus/Upgrades/Mods/Sentinel/Events/Index/CompanionMedipetKitMod",
			Introduced = "The Index Preview",
			Link = "Medi-Pet Kit",
			MaxRank = 5,
			Name = "Medi-Pet Kit",
			Polarity = "Vazarin",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Companion",
			UpgradeTypes = { "AVATAR_HEAL_RATE", "AVATAR_BLEEDOUT_MODIFIER" }
		},
		["Medi-Ray"] = {
			BaseDrain = 0,
			CodexSecret = false,
			Description = "Sentinel will occasionally heal its owner, restoring 12% Health over 4s.",
			Icon = "Medi-Ray.png",
			Image = "Medi-RayMod.png",
			InternalName = "/Lotus/Types/Sentinels/SentinelPrecepts/Events/ProjectNightwatch/SentinelHealthRegenPreceptNightwatchMod",
			Introduced = "18.10",
			IsWeaponAugment = true,
			Link = "Medi-Ray",
			MaxRank = 5,
			Name = "Medi-Ray",
			Polarity = "Penjaga",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = false,
			Type = "Robotic" 
		},
		["Melee Elementalist"] = {
			BaseDrain = 4,
			CodexSecret = false,
			Description = "+90% Status Damage\r\n+60% Heavy Attack Wind Up Speed",
			Icon = "MeleeElementalist.jpg",
			Image = "MeleeElementalistMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Melee/MeleeStatusDamageDuoMod",
			Introduced = "36",
			Link = "Melee Elementalist",
			MaxRank = 5,
			Name = "Melee Elementalist",
			Polarity = "Vazarin",
			Rarity = "Uncommon",
			Tradable = true,
			--Transmutable = ,
			Type = "Melee" 
		},
		["Melee Guidance"] = {
			BaseDrain = -2,
			CodexSecret = false,
			Description = "You lose 6s Melee Combo Duration\r\nSquadmates gain 12s Melee Combo Duration",
			Icon = "MeleeGuidance.png",
			Image = "MeleeGuidanceMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Aura/WarframeAuraBladedRestraintMod",
			Introduced = "25.7.6",
			Link = "Melee Guidance",
			MaxRank = 5,
			Name = "Melee Guidance",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Aura" 
		},
		["Melee Prowess"] = {
			BaseDrain = 2,
			CodexSecret = false,
			Description = "+90% Status Chance",
			Icon = "MeleeProwess.png",
			Image = "MeleeProwessMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Melee/WeaponStunChanceMod",
			Introduced = "11",
			Link = "Melee Prowess",
			MaxRank = 5,
			Name = "Melee Prowess",
			Polarity = "Vazarin",
			Rarity = "Common",
			Tradable = true,
			Transmutable = true,
			Type = "Melee",
			UpgradeTypes = { "WEAPON_PROC_CHANCE" }
		},
		["Mending Shot"] = {
			BaseDrain = 0,
			CodexSecret = false,
			Description = "Shoot Health Orbs to obtain them with +110% extra effect.",
			Icon = "MendingShot.png",
			Image = "MendingShotMod.png",
			Incompatible = { "Thunderbolt" },
			IncompatibilityTags = { "POWER_WEAPON", "AOE" },
			InternalName = "/Lotus/Upgrades/Mods/Rifle/Event/Arbitration/ShootPickUpRifleMod",
			Introduced = "27.3",
			IsExilus = true,
			Link = "Mending Shot",
			MaxRank = 10,
			Name = "Mending Shot",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Rifle (No AoE)",
			UpgradeTypes = { "WEAPON_PICKUP_SHOOT_BONUS" }
		},
		["Mending Splinters"] = {
			BaseDrain = 6,
			CodexSecret = false,
			Description = "Splinter Storm Augment: For each target affected, Splinter Storm heals 15 Health/s.",
			Icon = "MendingSplinters.png",
			Image = "MendingSplintersMod.png",
			InternalName = "/Lotus/Powersuits/Glass/GlassShatterAugmentCard",
			Introduced = "23.7",
			IsAbilityAugment = true,
			Link = "Mending Splinters",
			MaxRank = 3,
			Name = "Mending Splinters",
			Polarity = "Zenurik",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Gara" 
		},
		["Mentor's Legacy"] = {
			BaseDrain = 4,
			CodexSecret = false,
			Description = "Enables Tennokai.",
			Icon = "Mentor'sLegacy.png",
			Image = "Mentor'sLegacyMod.png",
			InternalName = "/Lotus/Upgrades/EmpoweredHeavyMelee/TennokaiBaseMod",
			Introduced = "35",
			Link = "Mentor's Legacy",
			MaxRank = 0,
			Name = "Mentor's Legacy",
			Polarity = "Naramon",
			Rarity = "Uncommon",
			Tradable = false,
			Transmutable = false,
			IsExilus = true,
			Type = "Melee" 
		},
		["Merulina Guardian"] = {
			BaseDrain = 6,
			Conclave = false,
			Description = "Merulina Augment: Enemies eliminated during Sea Snares heal 20% of Merulina's health. Upon healing, gain +200% Reload Speed and Fire Rate on Secondary weapons for 20s",
			Icon = "MerulinaGuardian.png",
			Image = "MerulinaGuardianMod.png",
			InternalName = "/Lotus/Powersuits/Yareli/YareliBoardAugmentCard",
			Introduced = "32.2",
			IsAbilityAugment = true,
			IsExilus = false,
			IsFlawed = false,
			Link = "Merulina Guardian",
			MaxRank = 3,
			Name = "Merulina Guardian",
			Polarity = "Zenurik",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Yareli",
		},
		["Mesa's Waltz"] = {
			BaseDrain = 6,
			CodexSecret = false,
			Conclave = true,
			Description = "Peacemaker Augment: Mesa can move at 50% Speed while using Peacemaker.",
			Icon = "Mesa'sWaltz.png",
			Image = "Mesa'sWaltzMod.png",
			InternalName = "/Lotus/Powersuits/Cowgirl/GunFuPvPAugmentCard",
			Introduced = "18.5",
			IsAbilityAugment = true,
			IsExilus = true,
			Link = "Mesa's Waltz",
			MaxRank = 3,
			Name = "Mesa's Waltz",
			Polarity = "Zenurik",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Mesa" 
		},
		["Mesmer Shield"] = {
			BaseDrain = 6,
			Conclave = false,
			Description = "Mesmer Skin Augment: Revenant receives +50% Mesmer Skin Strength and allies within Affinity Range are granted a maximum of 5 charges.",
			Icon = "MesmerShield.png",
			Image = "MesmerShieldMod.png",
			InternalName = "/Lotus/Powersuits/Revenant/RevenantSentientAugmentCard",
			Introduced = "32.2",
			IsAbilityAugment = true,
			IsExilus = false,
			IsFlawed = false,
			Link = "Mesmer Shield",
			MaxRank = 3,
			Name = "Mesmer Shield",
			Polarity = "Zenurik",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Revenant",
		},
		["Metal Auger"] = {
			BaseDrain = 6,
			CodexSecret = false,
			Description = "+2.1 Punch Through",
			Icon = "MetalAuger.png",
			Image = "MetalAugerMod.png",
			Incompatible = { "Amalgam Argonak Metal Auger" },
			InternalName = "/Lotus/Upgrades/Mods/Rifle/WeaponPunctureDepthMod",
			Introduced = "0",
			Link = "Metal Auger",
			MaxRank = 5,
			Name = "Metal Auger",
			Polarity = "Naramon",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = true,
			Type = "Rifle",
			UpgradeTypes = { "WEAPON_PUNCTURE_DEPTH" }
		},
		["Metal Fiber"] = {
			BaseDrain = 4,
			CodexSecret = false,
			Description = "+250% Armor",
			Icon = "MetalFiber.png",
			Image = "MetalFiberMod.png",
			Incompatible = { "Link Fiber" },
			InternalName = "/Lotus/Upgrades/Mods/Sentinel/SentinelArmourMod",
			Introduced = "7",
			Link = "Metal Fiber",
			MaxRank = 10,
			Name = "Metal Fiber",
			Polarity = "Vazarin",
			Rarity = "Common",
			Tradable = true,
			Transmutable = true,
			Type = "Companion",
			UpgradeTypes = { "AVATAR_ARMOUR" }
		},
		["Metamorphic Magazine"] = {
			BaseDrain = 2,
			Description = "+90% Magazine Capacity\r\n+90% Ammo Maximum\r\nInflicting 20 cumulative attacks on an enemy will petrify them for 5s.",
			Image = "MetamorphicMagazineMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Rifle/Event/Nightwave/NightwaveGorgonAugmentMod",
			Introduced = "32.2",
			CodexSecret = false,
			Link = "Metamorphic Magazine",
			MaxRank = 5,
			Name = "Metamorphic Magazine",
			Icon = "MetamorphicMagazine.png",
			Polarity = "Naramon",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Gorgon",
			UpgradeTypes = { "WEAPON_CLIP_MAX", "WEAPON_AMMO_MAX" }
		},
		["Meteor Crash"] = {
			BaseDrain = 2,
			CodexSecret = false,
			Description = "+90% <DT_IMPACT>Impact",
			Icon = "MeteorCrash.png",
			Image = "MeteorCrashMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Archwing/Melee/ArchwingDualStatImpactStatusMeleeMod",
			Introduced = "Specters of the Rail",
			Link = "Meteor Crash",
			MaxRank = 5,
			Name = "Meteor Crash",
			Polarity = "Naramon",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Archmelee",
			UpgradeTypes = { "WEAPON_PERCENT_BASE_DAMAGE_ADDED" }
		},
		["Meteor Munitions"] = {
			BaseDrain = 2,
			CodexSecret = false,
			Conclave = true,
			Description = "20% of Damage converted into <DT_IMPACT>Impact",
			Icon = "MeteorMunitions.png",
			Image = "MeteorMunitionsMod.png",
			Incompatible = { "Impaler Munitions", "Razor Munitions" },
			InternalName = "/Lotus/Upgrades/Mods/PvPMods/Pistol/DamageBiasImpactPistolMod",
			Introduced = "17",
			Link = "Meteor Munitions",
			MaxRank = 3,
			Name = "Meteor Munitions",
			Polarity = "Madurai",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = false,
			Type = "Pistol",
			UpgradeTypes = { "WEAPON_DAMAGE_TYPE_BIAS" }
		},
		["Meticulous Aim"] = {
			BaseDrain = 4,
			CodexSecret = false,
			Description = "+105% Headshot Damage\r\n-45% Bodyshot Damage",
			Icon = "MeticulousAim.png",
			Image = "MeticulousAimMod.png",
			IncompatibilityTags = { "POWER_WEAPON" },
			InternalName = "/Lotus/Upgrades/Mods/Rifle/Event/Arbitration/GrnSniperRifleArbitrationMod",
			Introduced = "25.3",
			IsWeaponAugment = true,
			Link = "Meticulous Aim",
			MaxRank = 5,
			Name = "Meticulous Aim",
			Polarity = "Naramon",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Vulkar",
			UpgradeTypes = { "WEAPON_HEADSHOT_MULTIPLIER", "WEAPON_BODYSHOT_MULTIPLIER" }
		},
		["Mind Freak"] = {
			BaseDrain = 6,
			CodexSecret = false,
			Description = "Mind Control Augment: Controlled target inflicts +500% Damage.",
			Icon = "MindFreak.png",
			Image = "MindFreakMod.png",
			InternalName = "/Lotus/Powersuits/Jade/MindControlAugmentCard",
			Introduced = "15.6",
			IsAbilityAugment = true,
			Link = "Mind Freak",
			MaxRank = 3,
			Name = "Mind Freak",
			Polarity = "Zenurik",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Nyx" 
		},
		Mischief = {
			BaseDrain = 0,
			CodexSecret = false,
			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.",
			Icon = "Mischief.png",
			Image = "MischiefMod.png",
			InternalName = "/Lotus/Types/Friendly/Pets/CatbrowPetPrecepts/CatbrowDistractPrecept",
			Introduced = "Specters of the Rail",
			Link = "Mischief",
			MaxRank = 3,
			Name = "Mischief",
			Polarity = "Penjaga",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Smeeta Kavat" 
		},
		Mobilize = {
			BaseDrain = 2,
			CodexSecret = false,
			Description = "+20% to Bullet Jump\r\n+20% Aim Glide/Wall Latch Duration",
			Icon = "Mobilize.png",
			Image = "MobilizeMod.png",
			Incompatible = {
				"Patagium",
				"Battering Maneuver",
				"Piercing Step",
				"Rending Turn",
				"Firewalker",
				"Ice Spring",
				"Lightning Dash",
				"Toxic Flight" 
			},
			InternalName = "/Lotus/Upgrades/Mods/Warframe/ParkourTwoMod",
			Introduced = "17",
			IsExilus = true,
			Link = "Mobilize",
			MaxRank = 3,
			Name = "Mobilize",
			Polarity = "Naramon",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = true,
			Type = "Warframe",
			UpgradeTypes = { "AVATAR_PARKOUR_BOOST", "AVATAR_PARKOUR_GLIDE" }
		},
		["Modified Munitions"] = {
			BaseDrain = 4,
			CodexSecret = false,
			Description = "+60% Status Chance",
			Icon = "ModifiedMunitions.png",
			Image = "ModifiedMunitionsMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Archwing/Rifle/ArchwingRifleStatusChanceMod",
			Introduced = "15",
			Link = "Modified Munitions",
			MaxRank = 5,
			Name = "Modified Munitions",
			Polarity = "Vazarin",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = false,
			Type = "Archgun",
			UpgradeTypes = { "WEAPON_PROC_CHANCE" }
		},
		["Molecular Conversion"] = {
			BaseDrain = 2,
			CodexSecret = false,
			Description = "Blast enemies within 10m, converting 200 Damage into Shields for the Warframe.",
			Icon = "MolecularConversion.png",
			Image = "MolecularConversionMod.png",
			InternalName = "/Lotus/Types/Sentinels/SentinelPrecepts/ShieldVampire",
			Introduced = "19.10",
			Link = "Molecular Conversion",
			MaxRank = 5,
			Name = "Molecular Conversion",
			Polarity = "Penjaga",
			Rarity = "Common",
			Tradable = true,
			Transmutable = false,
			Type = "Taxon" 
		},
		["Molecular Fission"] = {
			BaseDrain = 6,
			CodexSecret = false,
			Description = "Molecular Prime Augment: When killed, primed enemies will restore a Null Star charge and have a 100% chance of restoring an additional one.",
			Icon = "MolecularFission.png",
			Image = "MolecularFissionMod.png",
			InternalName = "/Lotus/Powersuits/AntiMatter/MolecularPrimeAugmentCard",
			Introduced = "24.2.7",
			IsAbilityAugment = true,
			Link = "Molecular Fission",
			MaxRank = 3,
			Name = "Molecular Fission",
			Polarity = "Ability",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Nova" 
		},
		["Molten Impact"] = {
			BaseDrain = 6,
			CodexSecret = false,
			Description = "+90% <DT_FIRE>Heat",
			Icon = "MoltenImpact.png",
			Image = "MoltenImpactMod.png",
			Incompatible = { "Flawed Molten Impact" },
			InternalName = "/Lotus/Upgrades/Mods/Melee/WeaponFireDamageMod",
			Introduced = "0",
			Link = "Molten Impact",
			MaxRank = 5,
			Name = "Molten Impact",
			Polarity = "Naramon",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = true,
			Type = "Melee",
			UpgradeTypes = { "WEAPON_PERCENT_BASE_DAMAGE_ADDED" }
		},
		["Momentary Pause"] = {
			BaseDrain = 10,
			CodexSecret = false,
			Conclave = true,
			Description = "On Kill:\r\n+15 Heal Rate for 10s\r\n-25% from Health Orbs",
			Icon = "MomentaryPause.png",
			Image = "MomentaryPauseMod.png",
			InternalName = "/Lotus/Upgrades/Mods/PvPMods/Shotgun/RestoreHealthOnKillMod",
			Introduced = "16.5",
			Link = "Momentary Pause",
			MaxRank = 3,
			Name = "Momentary Pause",
			Polarity = "Vazarin",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Shotgun",
			UpgradeTypes = { "AVATAR_HEAL_RATE", "GAMEPLAY_PICKUP_AMOUNT" }
		},
		["Momentous Bond"] = {
			BaseDrain = 4,
			Description = "Killing Eximus enemies grants 120% bonus of a random Elemental Damage to your Companion for 30s and reduces Companion Recovery by 18s.",
			Image = "MomentousBondMod.png",
			InternalName = "/Lotus/Types/Sentinels/SentinelPrecepts/VoidBond/EximusHunter",
			Introduced = "34",
			CodexSecret = false,
			Link = "Momentous Bond",
			MaxRank = 5,
			Name = "Momentous Bond",
			Icon = "MomentousBond.png",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Companion" 
		},
		["Morphic Transformer"] = {
			BaseDrain = 6,
			CodexSecret = false,
			Description = "+20% Ability Strength",
			Icon = "MorphicTransformer.png",
			Image = "MorphicTransformerMod.png",
			Incompatible = { "Primed Morphic Transformer" },
			InternalName = "/Lotus/Upgrades/Mods/Archwing/Suit/ArchwingSuitAbilityStrengthMod",
			Introduced = "15",
			Link = "Morphic Transformer",
			MaxRank = 3,
			Name = "Morphic Transformer",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = true,
			Type = "Archwing",
			UpgradeTypes = { "AVATAR_ABILITY_STRENGTH" }
		},
		["Mortal Conduct"] = {
			BaseDrain = 10,
			CodexSecret = false,
			Conclave = true,
			Description = "At Less than 50 Health: +60% Damage taken is reflected when Blocking attacks while Channeling for 8s",
			Icon = "MortalConduct.png",
			Image = "MortalConductMod.png",
			InternalName = "/Lotus/Upgrades/Mods/PvPMods/Melee/ChannelingEfficiencyOnLowHealth",
			Introduced = "18",
			Link = "Mortal Conduct",
			MaxRank = 3,
			Name = "Mortal Conduct",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Melee",
			UpgradeTypes = { "WEAPON_PARRY_DAMAGE_REFLECTED" }
		},
		["Motus Impact"] = {
			BaseDrain = 4,
			CodexSecret = false,
			Description = "Increase range of aerial melee attacks by +2m.",
			Icon = "MotusImpact.png",
			Image = "MotusImpactMod.png",
			IncompatibilityTags = { "SENTINEL_WEAPON", "HOUND_WEAPON" },
			InternalName = "/Lotus/Upgrades/Mods/Sets/Raptor/RaptorModC",
			Introduced = "25",
			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,
			CodexSecret = false,
			Description = "100% Critical and Status Chance for 4s after landing from a Double or Bullet Jump.",
			Icon = "MotusSetup.png",
			Image = "MotusSetupMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Sets/Raptor/RaptorModB",
			Introduced = "25",
			Link = "Motus Setup",
			MaxRank = 3,
			Name = "Motus Setup",
			Polarity = "Madurai",
			Rarity = "Rare",
			Set = "Motus Set",
			Tradable = true,
			Transmutable = false,
			Type = "Shotgun",
			UpgradeTypes = { "WEAPON_CRIT_CHANCE", "WEAPON_PROC_CHANCE" }
		},
		["Motus Signal"] = {
			BaseDrain = 4,
			CodexSecret = false,
			Description = "Increase Double Jump strength by +200%.",
			Icon = "MotusSignal.png",
			Image = "MotusSignalMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Sets/Raptor/RaptorModA",
			Introduced = "25",
			IsExilus = true,
			Link = "Motus Signal",
			MaxRank = 3,
			Name = "Motus Signal",
			Polarity = "Naramon",
			Rarity = "Common",
			Set = "Motus Set",
			Tradable = true,
			Transmutable = false,
			Type = "Warframe" 
		},
		["Mountain's Edge"] = {
			BaseDrain = -2,
			CompatibilityTags = { "DUAL_KATANAS_STANCE" },
			Description = "Stance: Sharp movements with wide reach.",
			Image = "Mountain'sEdgeMod.png",
			InternalName = "/Lotus/Weapons/Tenno/Melee/MeleeTrees/DualKatanaCmbOneMeleeTree",
			Introduced = "33",
			CodexSecret = false,
			Link = "Mountain's Edge",
			MaxRank = 3,
			Name = "Mountain's Edge",
			Icon = "Mountain'sEdge.png",
			Polarity = "Naramon",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = false,
			Type = "Dual Nikanas" 
		},
		["Munitions Vortex"] = {
			BaseDrain = 0,
			CodexSecret = false,
			Description = "Vortex that absorbs incoming fire and detonates, releasing damage.",
			Icon = "MunitionsVortex.png",
			Image = "MunitionsVortexMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Railjack/Abilities/CrewShipAttractorAbilityCard",
			Introduced = "27.0",
			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,
			CodexSecret = false,
			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.",
			Icon = "MuzzleFlash.png",
			Image = "MuzzleFlashMod.png",
			InternalName = "/Lotus/Powersuits/Cowgirl/RussianRouletteAugmentCard",
			Introduced = "15.6",
			IsAbilityAugment = true,
			Link = "Muzzle Flash",
			MaxRank = 3,
			Name = "Muzzle Flash",
			Polarity = "Zenurik",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Mesa" 
		},
		["Mystic Bond"] = {
			BaseDrain = 4,
			Description = "After your Companion uses Abilities with cooldowns 5 times, you may cast a Warframe Ability without expending Energy.",
			Image = "MysticBondMod.png",
			InternalName = "/Lotus/Types/Sentinels/SentinelPrecepts/VoidBond/PreyDrive",
			Introduced = "34",
			CodexSecret = false,
			Link = "Mystic Bond",
			MaxRank = 5,
			Name = "Mystic Bond",
			Icon = "MysticBond.png",
			Polarity = "Naramon",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Companion" 
		},
		["Nano-Applicator"] = {
			BaseDrain = 4,
			CodexSecret = false,
			Description = "On Ability Cast:\r\n+90% Status Chance when Aiming for 9s",
			Icon = "Nano-Applicator.png",
			Image = "Nano-ApplicatorMod.png",
			IncompatibilityTags = { "POWER_WEAPON" },
			InternalName = "/Lotus/Upgrades/Mods/Shotgun/Event/StatusProcWhileAimingShotgunMod",
			Introduced = "18.4.1",
			Link = "Nano-Applicator",
			MaxRank = 5,
			Name = "Nano-Applicator",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Shotgun",
			UpgradeTypes = { "WEAPON_PROC_CHANCE" }
		},
		["Napalm Grenades"] = {
			BaseDrain = 4,
			CodexSecret = false,
			Description = "Grenades leave a burning patch on impact. +30 Final Status Chance",
			Icon = "NapalmGrenades.png",
			Image = "NapalmGrenadesMod.png",
			Incompatible = { "Tether Grenades" },
			IncompatibilityTags = { "POWER_WEAPON" },
			InternalName = "/Lotus/Upgrades/Mods/Rifle/GrenadeLauncherProjectileMod",
			Introduced = "24.3",
			IsWeaponAugment = true,
			Link = "Napalm Grenades",
			MaxRank = 5,
			Name = "Napalm Grenades",
			Polarity = "Naramon",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Penta",
			UpgradeTypes = { "WEAPON_PROC_CHANCE" }
		},
		["Naramon Transmute Core"] = {
			BaseDrain = 0,
			CodexSecret = false,
			Description = "Ensures transmuted mod is of Naramon polarity and eliminates credit cost.",
			Icon = "NaramonTransmuteCore.png",
			Image = "NaramonTransmuteCoreMod.png",
			InternalName = "/Lotus/Upgrades/Mods/TransmuteCores/TacticTransmuteCore",
			Introduced = "16",
			Link = "Naramon Transmute Core",
			MaxRank = 0,
			Name = "Naramon Transmute Core",
			Polarity = "Naramon",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Mod" 
		},
		["Narrow Barrel"] = {
			BaseDrain = 2,
			CodexSecret = false,
			Description = "On Hit:\r\n+30% Accuracy when Aiming for 9s",
			Icon = "NarrowBarrel.png",
			Image = "NarrowBarrelMod.png",
			IncompatibilityTags = { "POWER_WEAPON" },
			InternalName = "/Lotus/Upgrades/Mods/Shotgun/Event/AccuracyWhileAimingShotgunMod",
			Introduced = "18.4.1",
			IsExilus = true,
			Link = "Narrow Barrel",
			MaxRank = 5,
			Name = "Narrow Barrel",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Shotgun",
			UpgradeTypes = { "WEAPON_SPREAD" }
		},
		["Narrow Minded"] = {
			BaseDrain = 6,
			CodexSecret = false,
			Description = "+99% Ability Duration\r\n-66% Ability Range",
			Icon = "NarrowMinded.png",
			Image = "NarrowMindedMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Warframe/DualStat/CorruptedDurationRangeWarframe",
			Introduced = "10.3",
			Link = "Narrow Minded",
			MaxRank = 10,
			Name = "Narrow Minded",
			Polarity = "Vazarin",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Warframe",
			UpgradeTypes = { "AVATAR_ABILITY_DURATION", "AVATAR_ABILITY_RANGE" }
		},
		["Natural Talent"] = {
			BaseDrain = 6,
			CodexSecret = false,
			Description = "Improves Casting Speed on Warframe abilities if applicable.\r\n+50% Casting Speed",
			Icon = "NaturalTalent.png",
			Image = "NaturalTalentMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Warframe/AvatarCastingSpeedMod",
			Introduced = "12",
			Link = "Natural Talent",
			MaxRank = 3,
			Name = "Natural Talent",
			Polarity = "Naramon",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = true,
			Type = "Warframe",
			UpgradeTypes = { "AVATAR_CASTING_SPEED" }
		},
		["Nebula Bore"] = {
			BaseDrain = 2,
			CodexSecret = false,
			Description = "+90% <DT_PUNCTURE>Puncture",
			Icon = "NebulaBore.png",
			Image = "NebulaBoreMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Archwing/Melee/ArchwingDualStatPunctureStatusMeleeMod",
			Introduced = "Specters of the Rail",
			Link = "Nebula Bore",
			MaxRank = 5,
			Name = "Nebula Bore",
			Polarity = "Naramon",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Archmelee",
			UpgradeTypes = { "WEAPON_PERCENT_BASE_DAMAGE_ADDED" }
		},
		["Necramech Augur"] = {
			BaseDrain = 4,
			CodexSecret = false,
			Description = "240% Energy spent on abilities is converted to Shields.",
			Icon = "NecramechAugur.png",
			Image = "NecramechAugurMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Necromech/NecromechEnergyToOvershieldsMod",
			Introduced = "29.6",
			Link = "Necramech Augur",
			MaxRank = 5,
			Name = "Necramech Augur",
			Polarity = "Madurai",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = false,
			Type = "Necramech",
			UpgradeTypes = { "AVATAR_ABILITY_ENERGY_TO_OVERSHIELD" }
		},
		["Necramech Aviator"] = {
			BaseDrain = 4,
			CodexSecret = false,
			Description = "Reduces damage by 40% when Airborne.",
			Icon = "NecramechAviator.png",
			Image = "NecramechAviatorMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Necromech/NecromechAvatarDamageReductionInAir",
			Introduced = "29.6",
			Link = "Necramech Aviator",
			MaxRank = 3,
			Name = "Necramech Aviator",
			Polarity = "Vazarin",
			Rarity = "Common",
			Tradable = true,
			Transmutable = false,
			Type = "Necramech",
			UpgradeTypes = { "AVATAR_DAMAGE_TAKEN" }
		},
		["Necramech Blitz"] = {
			BaseDrain = 6,
			CodexSecret = false,
			Description = "+80% Slide Attack Damage",
			Icon = "NecramechBlitz.png",
			Image = "NecramechBlitzMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Necromech/NecromechSlideDamageMod",
			Introduced = "29",
			Link = "Necramech Blitz",
			MaxRank = 3,
			Name = "Necramech Blitz",
			Polarity = "Madurai",
			Rarity = "Common",
			Tradable = true,
			Transmutable = false,
			Type = "Necramech",
			UpgradeTypes = { "WEAPON_MELEE_DAMAGE" }
		},
		["Necramech Continuity"] = {
			BaseDrain = 4,
			CodexSecret = false,
			Description = "+30% Ability Duration",
			Icon = "NecramechContinuity.png",
			Image = "NecramechContinuityMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Necromech/NecromechAbilityDurationMod",
			Introduced = "29",
			Link = "Necramech Continuity",
			MaxRank = 5,
			Name = "Necramech Continuity",
			Polarity = "Madurai",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = false,
			Type = "Necramech",
			UpgradeTypes = { "AVATAR_ABILITY_DURATION" }
		},
		["Necramech Deflection"] = {
			BaseDrain = 4,
			CodexSecret = false,
			Description = "+90% Shield Recharge\r\n-45% Shield Recharge Delay",
			Icon = "NecramechDeflection.png",
			Image = "NecramechDeflectionMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Necromech/NecromechAvatarShieldRechargeRateMod",
			Introduced = "29.6",
			Link = "Necramech Deflection",
			MaxRank = 5,
			Name = "Necramech Deflection",
			Polarity = "Vazarin",
			Rarity = "Common",
			Tradable = true,
			Transmutable = true,
			Type = "Necramech",
			UpgradeTypes = { "AVATAR_SHIELD_RECHARGE_RATE" }
		},
		["Necramech Drift"] = {
			BaseDrain = 6,
			CodexSecret = false,
			Description = "+60% Hover Efficiency",
			Icon = "NecramechDrift.png",
			Image = "NecramechDriftMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Necromech/NecromechHoverEfficiencyMod",
			Introduced = "29.5",
			Link = "Necramech Drift",
			MaxRank = 5,
			Name = "Necramech Drift",
			Polarity = "Vazarin",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = false,
			Type = "Necramech",
			UpgradeTypes = { "AVATAR_STAMINA_COST_MULTIPLIER" }
		},
		["Necramech Efficiency"] = {
			BaseDrain = 4,
			CodexSecret = false,
			Description = "+30% Engine Efficiency",
			Icon = "NecramechEfficiency.png",
			Image = "NecramechEfficiencyMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Necromech/NecromechBoostEfficiencyMod",
			Introduced = "29.5",
			Link = "Necramech Efficiency",
			MaxRank = 5,
			Name = "Necramech Efficiency",
			Polarity = "Vazarin",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = false,
			Type = "Necramech",
			UpgradeTypes = { "AVATAR_STAMINA_COST_MULTIPLIER" }
		},
		["Necramech Enemy Sense"] = {
			BaseDrain = 4,
			CodexSecret = false,
			Description = "+30 Enemy Radar",
			Icon = "NecramechEnemySense.png",
			Image = "NecramechEnemySenseMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Necromech/NecromechAvatarEnemyRadarMod",
			Introduced = "29.6",
			Link = "Necramech Enemy Sense",
			MaxRank = 5,
			Name = "Necramech Enemy Sense",
			Polarity = "Naramon",
			Rarity = "Common",
			Tradable = true,
			Transmutable = true,
			Type = "Necramech",
			UpgradeTypes = { "AVATAR_ENEMY_RADAR" }
		},
		["Necramech Flow"] = {
			BaseDrain = 4,
			CodexSecret = false,
			Description = "+100% Energy Max",
			Icon = "NecramechFlow.png",
			Image = "NecramechFlowMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Necromech/NecromechPowerMaxMod",
			Introduced = "29.5",
			Link = "Necramech Flow",
			MaxRank = 5,
			Name = "Necramech Flow",
			Polarity = "Naramon",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = true,
			Type = "Necramech",
			UpgradeTypes = { "AVATAR_POWER_MAX" }
		},
		["Necramech Friction"] = {
			BaseDrain = 6,
			CodexSecret = false,
			Description = "+60% Slide Efficiency",
			Icon = "NecramechFriction.png",
			Image = "NecramechFrictionMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Necromech/NecromechSlideEfficiencyMod",
			Introduced = "29.5",
			Link = "Necramech Friction",
			MaxRank = 5,
			Name = "Necramech Friction",
			Polarity = "Vazarin",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = false,
			Type = "Necramech",
			UpgradeTypes = { "AVATAR_STAMINA_COST_MULTIPLIER" }
		},
		["Necramech Fury"] = {
			BaseDrain = 4,
			CodexSecret = false,
			Description = "+40% Melee Attack Speed",
			Icon = "NecramechFury.png",
			Image = "NecramechFuryMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Necromech/NecromechMeleeSpeedMod",
			Introduced = "29",
			Link = "Necramech Fury",
			MaxRank = 3,
			Name = "Necramech Fury",
			Polarity = "Vazarin",
			Rarity = "Common",
			Tradable = true,
			Transmutable = false,
			Type = "Necramech",
			UpgradeTypes = { "WEAPON_FIRE_RATE" }
		},
		["Necramech Hydraulics"] = {
			BaseDrain = 6,
			CodexSecret = false,
			Description = "+120% Jump Height",
			Icon = "NecramechHydraulics.png",
			Image = "NecramechHydraulicsMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Necromech/NecromechJumpHeightMod",
			Introduced = "29",
			Link = "Necramech Hydraulics",
			MaxRank = 3,
			Name = "Necramech Hydraulics",
			Polarity = "Madurai",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = false,
			Type = "Necramech",
			UpgradeTypes = { "AVATAR_JUMP_HEIGHT" }
		},
		["Necramech Intensify"] = {
			BaseDrain = 6,
			CodexSecret = false,
			Description = "+30% Ability Strength",
			Icon = "NecramechIntensify.png",
			Image = "NecramechIntensifyMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Necromech/NecromechAbilityStrengthMod",
			Introduced = "29",
			Link = "Necramech Intensify",
			MaxRank = 5,
			Name = "Necramech Intensify",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Necramech",
			UpgradeTypes = { "AVATAR_ABILITY_STRENGTH" }
		},
		["Necramech Pressure Point"] = {
			BaseDrain = 4,
			CodexSecret = false,
			Description = "+60% Melee Damage",
			Icon = "NecramechPressurePoint.png",
			Image = "NecramechPressurePointMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Necromech/NecromechMeleeDamageMod",
			Introduced = "29",
			Link = "Necramech Pressure Point",
			MaxRank = 5,
			Name = "Necramech Pressure Point",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Necramech",
			UpgradeTypes = { "WEAPON_MELEE_DAMAGE" }
		},
		["Necramech Rage"] = {
			BaseDrain = 6,
			CodexSecret = false,
			Description = "Convert +15% of Damage on Health to Energy",
			Icon = "NecramechRage.png",
			Image = "NecramechRageMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Necromech/NecromechAvatarDamageToEnergyMod",
			Introduced = "29.6",
			Link = "Necramech Rage",
			MaxRank = 5,
			Name = "Necramech Rage",
			Polarity = "Madurai",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = true,
			Type = "Necramech",
			UpgradeTypes = { "AVATAR_DAMAGE_POWER_MULTIPLIER" }
		},
		["Necramech Reach"] = {
			BaseDrain = 4,
			CodexSecret = false,
			Description = "+1 Melee Range",
			Icon = "NecramechReach.png",
			Image = "NecramechReachMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Necromech/NecromechMeleeRangeMod",
			Introduced = "29",
			Link = "Necramech Reach",
			MaxRank = 3,
			Name = "Necramech Reach",
			Polarity = "Madurai",
			Rarity = "Common",
			Tradable = true,
			Transmutable = false,
			Type = "Necramech",
			UpgradeTypes = { "WEAPON_RANGE" }
		},
		["Necramech Rebuke"] = {
			BaseDrain = 6,
			CodexSecret = false,
			Description = "Electrifies enemies within 20m for 3s and dealing 300 <DT_ELECTRICITY>Electricity Damage when shields are depleted.10s cooldown.",
			Icon = "NecramechRebuke.png",
			Image = "NecramechRebukeMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Necromech/NecromechReflectOnShieldBreakMod",
			Introduced = "29.6",
			Link = "Necramech Rebuke",
			MaxRank = 3,
			Name = "Necramech Rebuke",
			Polarity = "Madurai",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = false,
			Type = "Necramech" 
		},
		["Necramech Redirection"] = {
			BaseDrain = 4,
			CodexSecret = false,
			Description = "+100% Shield Capacity",
			Icon = "NecramechRedirection.png",
			Image = "NecramechRedirectionMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Necromech/NecromechShieldMaxMod",
			Introduced = "29",
			Link = "Necramech Redirection",
			MaxRank = 10,
			Name = "Necramech Redirection",
			Polarity = "Vazarin",
			Rarity = "Common",
			Tradable = true,
			Transmutable = false,
			Type = "Necramech",
			UpgradeTypes = { "AVATAR_SHIELD_MAX" }
		},
		["Necramech Refuel"] = {
			BaseDrain = 6,
			CodexSecret = false,
			Description = "+20% Engine Replenish",
			Icon = "NecramechRefuel.png",
			Image = "NecramechRefuelMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Necromech/NecromechBoostRechargeMod",
			Introduced = "29",
			Link = "Necramech Refuel",
			MaxRank = 3,
			Name = "Necramech Refuel",
			Polarity = "Vazarin",
			Rarity = "Common",
			Tradable = true,
			Transmutable = false,
			Type = "Necramech",
			UpgradeTypes = { "AVATAR_STAMINA_RECHARGE_RATE" }
		},
		["Necramech Repair"] = {
			BaseDrain = 10,
			CodexSecret = false,
			Description = "Restore 10% Health/s over 3s when Health drops below 20%. 15s Cooldown.",
			Icon = "NecramechRepair.png",
			Image = "NecramechRepairMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Necromech/NecromechRegenOnLowHealthMod",
			Introduced = "29.6",
			Link = "Necramech Repair",
			MaxRank = 3,
			Name = "Necramech Repair",
			Polarity = "Vazarin",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = false,
			Type = "Necramech" 
		},
		["Necramech Seismic Wave"] = {
			BaseDrain = 6,
			CodexSecret = false,
			Description = "+45% Melee Slam Damage",
			Icon = "NecramechSeismicWave.png",
			Image = "NecramechSeismicWaveMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Necromech/NecromechSlamDamageMod",
			Introduced = "29",
			Link = "Necramech Seismic Wave",
			MaxRank = 5,
			Name = "Necramech Seismic Wave",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Necramech",
			UpgradeTypes = { "WEAPON_MELEE_SLAM_DAMAGE_BONUS" }
		},
		["Necramech Slipstream"] = {
			BaseDrain = 6,
			CodexSecret = false,
			Description = "+60% Slide",
			Icon = "NecramechSlipstream.png",
			Image = "NecramechSlipstreamMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Necromech/NecromechSlideSpeedMod",
			Introduced = "29",
			Link = "Necramech Slipstream",
			MaxRank = 5,
			Name = "Necramech Slipstream",
			Polarity = "Naramon",
			Rarity = "Common",
			Tradable = true,
			Transmutable = false,
			Type = "Necramech",
			UpgradeTypes = { "AVATAR_SLIDE_BOOST" }
		},
		["Necramech Steel Fiber"] = {
			BaseDrain = 6,
			CodexSecret = false,
			Description = "+100% Armor",
			Icon = "NecramechSteelFiber.png",
			Image = "NecramechSteelFiberMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Necromech/NecromechArmourMaxMod",
			Introduced = "29",
			Link = "Necramech Steel Fiber",
			MaxRank = 5,
			Name = "Necramech Steel Fiber",
			Polarity = "Vazarin",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = false,
			Type = "Necramech",
			UpgradeTypes = { "AVATAR_ARMOUR" }
		},
		["Necramech Streamline"] = {
			BaseDrain = 4,
			CodexSecret = false,
			Description = "+30% Ability Efficiency",
			Icon = "NecramechStreamline.png",
			Image = "NecramechStreamlineMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Necromech/NecromechAbilityEfficiencyMod",
			Introduced = "29",
			Link = "Necramech Streamline",
			MaxRank = 5,
			Name = "Necramech Streamline",
			Polarity = "Naramon",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Necramech",
			UpgradeTypes = { "AVATAR_ABILITY_EFFICIENCY" }
		},
		["Necramech Stretch"] = {
			BaseDrain = 4,
			CodexSecret = false,
			Description = "+45% Ability Range",
			Icon = "NecramechStretch.png",
			Image = "NecramechStretchMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Necromech/NecromechAbilityRangeMod",
			Introduced = "29",
			Link = "Necramech Stretch",
			MaxRank = 5,
			Name = "Necramech Stretch",
			Polarity = "Naramon",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = false,
			Type = "Necramech",
			UpgradeTypes = { "AVATAR_ABILITY_RANGE" }
		},
		["Necramech Thrusters"] = {
			BaseDrain = 6,
			CodexSecret = false,
			Description = "+100% Engine Max",
			Icon = "NecramechThrusters.png",
			Image = "NecramechThrustersMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Necromech/NecromechBoostMaxMod",
			Introduced = "29",
			Link = "Necramech Thrusters",
			MaxRank = 3,
			Name = "Necramech Thrusters",
			Polarity = "Vazarin",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Necramech",
			UpgradeTypes = { "AVATAR_STAMINA_MAX" }
		},
		["Necramech Vitality"] = {
			BaseDrain = 6,
			CodexSecret = false,
			Description = "+100% Health",
			Icon = "NecramechVitality.png",
			Image = "NecramechVitalityMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Necromech/NecromechHealthMaxMod",
			Introduced = "29",
			Link = "Necramech Vitality",
			MaxRank = 5,
			Name = "Necramech Vitality",
			Polarity = "Vazarin",
			Rarity = "Common",
			Tradable = true,
			Transmutable = false,
			Type = "Necramech",
			UpgradeTypes = { "AVATAR_HEALTH_MAX" }
		},
		Negate = {
			BaseDrain = 4,
			CodexSecret = false,
			Description = "Sentinel prevents Status Effects from applying to its owner once every 5s.",
			Icon = "Negate.png",
			Image = "NegateMod.png",
			InternalName = "/Lotus/Types/Sentinels/SentinelPrecepts/ProcAbsorb",
			Introduced = "22.20",
			Link = "Negate",
			MaxRank = 5,
			Name = "Negate",
			Polarity = "Penjaga",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Wyrm" 
		},
		["Negation Armor"] = {
			BaseDrain = 6,
			Description = "Scarab Armor Augment: When Inaros takes fatal damage, he consumes Scarab Armor to heal with a brief invulnerability that ends with a deadly Slash Proc. Cooldown 30s.",
			Image = "NegationArmorMod.png",
			InternalName = "/Lotus/Powersuits/Sandman/SandmanSwarmAugmentCard",
			Introduced = "35.5",
			CodexSecret = false,
			IsAbilityAugment = true,
			Link = "Negation Armor",
			MaxRank = 3,
			Name = "Negation Armor",
			Icon = "NegationArmor.png",
			Polarity = "Zenurik",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Inaros" 
		},
		["Negation Swarm"] = {
			BaseDrain = 6,
			CodexSecret = false,
			Description = "Scarab Swarm Augment: Scarab Armor protects Inaros from Status Effects, consuming 3% Bonus Armor for each effect resisted.",
			Icon = "NegationSwarm.png",
			Image = "NegationSwarmMod.png",
			InternalName = "/Lotus/Powersuits/Sandman/SandmanSwarmAugmentCard",
			Introduced = "20.2",
			IsAbilityAugment = true,
			Link = "Negation Swarm",
			MaxRank = 3,
			Name = "Negation Swarm",
			Polarity = "Zenurik",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Inaros" 
		},
		Netra = {
			Class = "Requiem",
			CodexSecret = false,
			Description = "Carrion hordes trill their profane\r\nAccord with eldritch plans",
			Icon = "Netra.png",
			Image = "NetraMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Immortal/ImmortalSevenMod",
			Introduced = "26",
			Link = "Netra",
			MaxRank = 3,
			Name = "Netra",
			NotUpgradable = true,
			Polarity = "Universal",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = true,
			Type = "Parazon" 
		},
		["Netra Invocation"] = {
			BaseDrain = 10,
			CodexSecret = false,
			Description = "Alternate Fire increases Ability Efficiency by 4% for 20s for each enemy hit. Stacks up to 15 times.",
			Icon = "NetraInvocation.png",
			Image = "NetraInvocationMod.png",
			Incompatible = { "Ris Invocation", "Vome Invocation", "Xata Invocation" },
			InternalName = "/Lotus/Upgrades/Grimoire/NetraStrikeMod",
			Introduced = "35",
			Link = "Netra Invocation",
			MaxRank = 3,
			Name = "Netra Invocation",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Tome",
			UpgradeTypes = { "AVATAR_ABILITY_EFFICIENCY" }
		},
		Neutralize = {
			BaseDrain = 0,
			CodexSecret = false,
			Description = "The kubrow bites the hand of an enemy within 20m, causing them to drop their weapon.",
			Icon = "Neutralize.png",
			Image = "NeutralizeMod.png",
			InternalName = "/Lotus/Types/Friendly/Pets/KubrowPetPrecepts/KubrowDisarmPrecept",
			Introduced = "17",
			Link = "Neutralize",
			MaxRank = 5,
			Name = "Neutralize",
			Polarity = "Penjaga",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Chesa Kubrow" 
		},
		["Neutralizing Justice"] = {
			BaseDrain = 4,
			CodexSecret = false,
			Description = "Each Miter blade has a +90% chance to immediately destroy a Nullifier field.\r\n+1 'Justice'",
			Icon = "NeutralizingJustice.png",
			Image = "NeutralizingJusticeMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Syndicate/MiterMod",
			Introduced = "20.4",
			IsWeaponAugment = true,
			Link = "Neutralizing Justice",
			MaxRank = 3,
			Name = "Neutralizing Justice",
			Polarity = "Vazarin",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Miter",
			UpgradeTypes = { "WEAPON_NULLIFIER_BUBBLE_POP_CHANCE", "WEAPON_SYNDICATE_POWER" }
		},
		["Neutron Star"] = {
			BaseDrain = 6,
			CodexSecret = false,
			Description = "Null Star Augment: On recast, remaining particles seek out enemies and deal 240 <DT_FIRE>Heat Damage with guaranteed Status effect in 8m. The search radius also doubles.",
			Icon = "NeutronStar.png",
			Image = "NeutronStarMod.png",
			InternalName = "/Lotus/Powersuits/AntiMatter/NullStarAugmentCard",
			Introduced = "15",
			IsAbilityAugment = true,
			Link = "Neutron Star",
			MaxRank = 3,
			Name = "Neutron Star",
			Polarity = "Zenurik",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Nova" 
		},
		["Night Stalker"] = {
			BaseDrain = 2,
			CodexSecret = false,
			Conclave = true,
			Description = "Reveals target on Minimap for +6s.",
			Icon = "NightStalker.png",
			Image = "NightStalkerMod.png",
			InternalName = "/Lotus/Upgrades/Mods/PvPMods/Pistol/MarkTargetPistolMod",
			Introduced = "16",
			Link = "Night Stalker",
			MaxRank = 5,
			Name = "Night Stalker",
			Polarity = "Naramon",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = false,
			Type = "Pistol",
			UpgradeTypes = { "WEAPON_MARK_TARGET" }
		},
		["Nightwatch Napalm"] = {
			BaseDrain = 4,
			CodexSecret = false,
			Description = "Rockets disperse napalm, inflicting 30% damage over 6s across 90% of the explosion area.",
			Icon = "NightwatchNapalm.png",
			IncompatibilityTags = { "POWER_WEAPON" },
			Image = "NightwatchNapalmMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Rifle/Event/ProjectNightwatch/OgrisNightwatchMod",
			Introduced = "18.10",
			IsWeaponAugment = true,
			Link = "Nightwatch Napalm",
			MaxRank = 5,
			Name = "Nightwatch Napalm",
			Polarity = "Madurai",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = false,
			Type = "Ogris",
			UpgradeTypes = { "WEAPON_PROJECTILE_LINGERING_AOE_DAMAGE", "WEAPON_PROJECTILE_LINGERING_AOE_DURATION", "WEAPON_PROJECTILE_LINGERING_AOE_RADIUS" }
		},
		["Nira's Anguish"] = {
			BaseDrain = 4,
			CodexSecret = false,
			Conclave = false,
			Description = "+15% to Bullet Jump\r\n+15% Aim Glide/Wall Latch Duration",
			Icon = "Nira'sAnguish.png",
			Image = "Nira'sAnguishMod.png",
			Incompatible = { "Amar's Anguish", "Boreal's Anguish" },
			InternalName = "/Lotus/Upgrades/Mods/Sets/Nira/NiraExilusMod",
			Introduced = "31",
			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",
			UpgradeTypes = { "AVATAR_PARKOUR_BOOST", "AVATAR_PARKOUR_GLIDE" }
		},
		["Nira's Contempt"] = {
			BaseDrain = 4,
			CodexSecret = false,
			CompatibilityTags = { "WHIPS_STANCE" },
			Conclave = false,
			Description = "+90% Melee Damage\r\n+60% Status Chance",
			Icon = "Nira'sContempt.png",
			Image = "Nira'sContemptMod.png",
			IncompatibilityTags = { "POWER_WEAPON" },
			InternalName = "/Lotus/Upgrades/Mods/Sets/Nira/NiraMeleeMod",
			Introduced = "31",
			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",
			UpgradeTypes = { "WEAPON_MELEE_DAMAGE", "WEAPON_PROC_CHANCE" }
		},
		["Nira's Hatred"] = {
			BaseDrain = 4,
			CodexSecret = false,
			Conclave = false,
			Description = "+35% Health\r\n+15% Ability Duration",
			Icon = "Nira'sHatred.png",
			Image = "Nira'sHatredMod.png",
			Incompatible = { "Amar's Hatred", "Boreal's Hatred" },
			InternalName = "/Lotus/Upgrades/Mods/Sets/Nira/NiraWarframeMod",
			Introduced = "31",
			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",
			UpgradeTypes = { "AVATAR_HEALTH_MAX", "AVATAR_ABILITY_DURATION" }
		},
		["Nitro Boost"] = {
			BaseDrain = 4,
			CodexSecret = false,
			Description = "+30% K-Drive Boost Speed",
			Icon = "NitroBoost.png",
			Image = "NitroBoostMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Hoverboard/HBSprintSpeedMod",
			Introduced = "24",
			Link = "Nitro Boost",
			MaxRank = 5,
			Name = "Nitro Boost",
			Polarity = "Naramon",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "K-Drive",
			UpgradeTypes = { "VEHICLE_SPRINT_SPEED" }
		},
		["No Current Leap"] = {
			BaseDrain = 2,
			CodexSecret = false,
			Conclave = true,
			Description = "+10% Mobility\r\n0 Energy Rate",
			Icon = "NoCurrentLeap.png",
			Image = "NoCurrentLeapMod.png",
			InternalName = "/Lotus/Upgrades/Mods/PvPMods/Warframe/MoreBulletJumpLessEnergy",
			Introduced = "18",
			IsExilus = true,
			Link = "No Current Leap",
			MaxRank = 3,
			Name = "No Current Leap",
			Polarity = "Naramon",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = false,
			Type = "Warframe",
			UpgradeTypes = { "AVATAR_PARKOUR_BOOST", "AVATAR_SLIDE_BOOST", "AVATAR_SLIDE_FRICTION", "AVATAR_POWER_RATE" }
		},
		["No Return"] = {
			BaseDrain = 2,
			CodexSecret = false,
			Description = "+90% <DT_PUNCTURE>Puncture",
			Icon = "NoReturn.png",
			Image = "NoReturnMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Pistol/WeaponArmorPiercingDamageMod",
			Introduced = "0",
			Link = "No Return",
			MaxRank = 5,
			Name = "No Return",
			Polarity = "Naramon",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = true,
			Type = "Pistol",
			UpgradeTypes = { "WEAPON_PERCENT_BASE_DAMAGE_ADDED" }
		},
		["Noble Cadence"] = {
			BaseDrain = -2,
			CompatibilityTags = { "HEAVY_BLADE_STANCE" },
			CodexSecret = false,
			Conclave = true,
			Description = "Fighting form devised for Conclave.",
			Icon = "NobleCadence.png",
			Image = "NobleCadenceMod.png",
			InternalName = "/Lotus/Upgrades/Mods/PvPMods/Stances/PvPHeavyBladeStanceOne",
			Introduced = "Specters of the Rail",
			Link = "Noble Cadence",
			MaxRank = 3,
			Name = "Noble Cadence",
			Polarity = "Madurai",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = false,
			Type = "Heavy Blade" 
		},
		["North Wind"] = {
			BaseDrain = 6,
			CodexSecret = false,
			Description = "+90% <DT_FREEZE>Cold",
			Icon = "NorthWind.png",
			Image = "NorthWindMod.png",
			Incompatible = { "Flawed North Wind" },
			InternalName = "/Lotus/Upgrades/Mods/Melee/WeaponFreezeDamageMod",
			Introduced = "0",
			Link = "North Wind",
			MaxRank = 5,
			Name = "North Wind",
			Polarity = "Vazarin",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = true,
			Type = "Melee",
			UpgradeTypes = { "WEAPON_PERCENT_BASE_DAMAGE_ADDED" }
		},
		["Null Audit"] = {
			BaseDrain = 0,
			CodexSecret = false,
			Conclave = false,
			Description = "The Hound utilizes the same Aura and Abilities as an Eximus enemy for 60s, while stripping its Overguard by 50%.",
			Icon = "NullAudit.png",
			Image = "NullAuditMod.png",
			Incompatible = { "Repo Audit", "Equilibrium Audit" },
			InternalName = "/Lotus/Types/Friendly/Pets/ZanukaPets/ZanukaPetPrecepts/ZanukaPetStealEximusPrecept",
			Introduced = "30.5",
			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,
			CodexSecret = false,
			Description = "Every 3m traversed by Wall Running regenerates +40 Health over 4s. This effect can stack up to 3x.",
			Icon = "Odomedic.png",
			Image = "OdomedicMod.png",
			InternalName = "/Lotus/Types/Sentinels/SentinelPrecepts/HealBot",
			Introduced = "25",
			Link = "Odomedic",
			MaxRank = 3,
			Name = "Odomedic",
			Polarity = "Penjaga",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Sentinel" 
		},
		["Onslaught Matrix"] = {
			BaseDrain = -2,
			CodexSecret = false,
			Description = "+15% Turret Damage while 100% Hull\r\n20% chance to Reflect 25% Damage while over 80% Shields\r\n+6% Battle Mod Efficiency",
			Icon = "OnslaughtMatrix.png",
			Image = "OnslaughtMatrixMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Railjack/Gunnery/VidarOffensiveMatrix",
			Introduced = "29.10",
			Link = "Onslaught Matrix",
			MaxRank = 5,
			Name = "Onslaught Matrix",
			Polarity = "Madurai",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = false,
			Type = "Railjack Aura" 
		},
		["Opportunity's Reach"] = {
			BaseDrain = 4,
			CodexSecret = false,
			Description = "Enables Tennokai. Increases opportunity window to 4.0s and melee range by 3m for Tennokai attacks.",
			Icon = "Opportunity'sReach.png",
			Image = "Opportunity'sReachMod.png",
			InternalName = "/Lotus/Upgrades/EmpoweredHeavyMelee/PerfectReach",
			Introduced = "35",
			IsExilus = true,
			Link = "Opportunity's Reach",
			MaxRank = 3,
			Name = "Opportunity's Reach",
			Polarity = "Madurai",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = false,
			Type = "Melee",
			UpgradeTypes = { "WEAPON_RANGE" }
		},
		["Ordnance Cheap Shot"] = {
			BaseDrain = 2,
			CodexSecret = false,
			Description = "Ordnance weapons have a +60% chance to not consume Munitions",
			Icon = "OrdnanceCheapShot.png",
			Image = "OrdnanceCheapShotMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Railjack/Gunnery/LavanFreeOrdnanceAmmo",
			Introduced = "27.4",
			Link = "Ordnance Cheap Shot",
			MaxRank = 5,
			Name = "Ordnance Cheap Shot",
			Polarity = "Naramon",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Plexus" 
		},
		["Ordnance Velocity"] = {
			BaseDrain = 4,
			CodexSecret = false,
			Description = "+60% Ordnance Projectile Speed",
			Icon = "OrdnanceVelocity.png",
			Image = "OrdnanceVelocityMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Railjack/Gunnery/LavanOrdnanceSpeed",
			Introduced = "27.0",
			Link = "Ordnance Velocity",
			MaxRank = 5,
			Name = "Ordnance Velocity",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Plexus" 
		},
		["Ore Gaze"] = {
			BaseDrain = 6,
			CodexSecret = false,
			Description = "Petrify Augment: Petrified enemies are scanned into the Codex and have a 25% chance to drop additional loot when killed.",
			Icon = "OreGaze.png",
			Image = "OreGazeMod.png",
			InternalName = "/Lotus/Powersuits/Brawler/BrawlerGazeAugmentCard",
			Introduced = "18.4.7",
			IsAbilityAugment = true,
			Link = "Ore Gaze",
			MaxRank = 3,
			Name = "Ore Gaze",
			Polarity = "Zenurik",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Atlas" 
		},
		["Organ Shatter"] = {
			BaseDrain = 4,
			CodexSecret = false,
			Description = "+90% Critical Damage",
			Icon = "OrganShatter.png",
			Image = "OrganShatterMod.png",
			Incompatible = { "Amalgam Organ Shatter", "Flawed Organ Shatter" },
			InternalName = "/Lotus/Upgrades/Mods/Melee/WeaponCritDamageMod",
			Introduced = "0",
			Link = "Organ Shatter",
			MaxRank = 5,
			Name = "Organ Shatter",
			Polarity = "Madurai",
			Rarity = "Common",
			Tradable = true,
			Transmutable = true,
			Type = "Melee",
			UpgradeTypes = { "WEAPON_CRIT_DAMAGE" },
		},
		["Orgone Tuning Matrix"] = {
			BaseDrain = -2,
			CodexSecret = false,
			Description = "+22.5% Forge Capacity\r\n-15% Forge Cooldown\r\n+15% Elemental Resistance\r\n+18% Turret Heat Capacity",
			Icon = "OrgoneTuningMatrix.png",
			Image = "OrgoneTuningMatrixMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Railjack/Engineering/LavanEngineerMatrix",
			Introduced = "29.10",
			Link = "Orgone Tuning Matrix",
			MaxRank = 5,
			Name = "Orgone Tuning Matrix",
			Polarity = "Naramon",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = false,
			Type = "Railjack Aura" 
		},
		Oull = {
			Class = "Requiem",
			CodexSecret = false,
			Description = "Through endless faces, countless forms, a multitude unfolds.\r\n(Mimics any Requiem Mod)",
			Icon = "Oull.png",
			Image = "OullMod.gif",
			InternalName = "/Lotus/Upgrades/Mods/Immortal/ImmortalWildcardMod",
			Introduced = "30.5",
			Link = "Oull",
			MaxRank = 3,
			Name = "Oull",
			NotUpgradable = true,
			Polarity = "Universal",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = true,
			Type = "Parazon" 
		},
		["Out Of Sight"] = {
			BaseDrain = 0,
			CodexSecret = false,
			Description = "Blind enemies within 18m on Mercy",
			Icon = "OutOfSight.png",
			Image = "OutOfSightMod.png",
			InternalName = "/Lotus/Upgrades/Mods/DataSpike/Assassin/OnExecutionBlindMod",
			Introduced = "26",
			Link = "Out Of Sight",
			MaxRank = 0,
			Name = "Out Of Sight",
			Polarity = "Universal",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = true,
			Type = "Parazon" 
		},
		["Overcharge Detectors"] = {
			BaseDrain = 2,
			CodexSecret = false,
			Conclave = true,
			Description = "Exposes enemies at maximum Energy Capacity within 30m.",
			Icon = "OverchargeDetectors.png",
			Image = "OverchargeDetectorsMod.png",
			InternalName = "/Lotus/Upgrades/Mods/PvPMods/Warframe/EffectOnFullEnergyMod",
			Introduced = "16.5",
			IsExilus = true,
			Link = "Overcharge Detectors",
			MaxRank = 5,
			Name = "Overcharge Detectors",
			Polarity = "Naramon",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = false,
			Type = "Warframe",
			UpgradeTypes = { "AVATAR_FULL_ENERGY_EFFECT_RANGE" }
		},
		Overcharged = {
			BaseDrain = 10,
			CodexSecret = false,
			Conclave = true,
			Description = "On Respawn:\r\nConverts up to 50 Energy to Overshields at a rate of 100%.",
			Icon = "Overcharged.png",
			Image = "OverchargedMod.png",
			IncompatibilityTags = { "SANDMAN" },
			InternalName = "/Lotus/Upgrades/Mods/PvPMods/Warframe/EnergyToOvershieldsOnSpawnMod",
			Introduced = "17",
			Link = "Overcharged",
			MaxRank = 5,
			Name = "Overcharged",
			Polarity = "Vazarin",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Warframe",
			UpgradeTypes = { "AVATAR_ENERGY_TO_OVERSHIELDS_ON_SPAWN" }
		},
		Overextended = {
			BaseDrain = 6,
			CodexSecret = false,
			Description = "+90% Ability Range\r\n-60% Ability Strength",
			Icon = "Overextended.png",
			Image = "OverextendedMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Warframe/DualStat/CorruptedRangePowerWarframe",
			Introduced = "10.3",
			Link = "Overextended",
			MaxRank = 5,
			Name = "Overextended",
			Polarity = "Vazarin",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Warframe",
			UpgradeTypes = { "AVATAR_ABILITY_RANGE", "AVATAR_ABILITY_STRENGTH" }
		},
		Overloader = {
			BaseDrain = 2,
			CodexSecret = false,
			Description = "+50% Maximum Ordnance Munitions",
			Icon = "Overloader.png",
			Image = "OverloaderMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Railjack/Gunnery/LavanMaxOrdnanceMunitions",
			Introduced = "27.3",
			Link = "Overloader",
			MaxRank = 3,
			Name = "Overloader",
			Polarity = "Naramon",
			Rarity = "Common",
			Tradable = true,
			Transmutable = false,
			Type = "Plexus" 
		},
		Overview = {
			BaseDrain = 2,
			CodexSecret = false,
			Conclave = true,
			Description = "-60% Zoom while Aim Gliding",
			Icon = "Overview.png",
			Image = "OverviewMod.png",
			InternalName = "/Lotus/Upgrades/Mods/PvPMods/Rifle/HigherAirAimFoVRifleMod",
			Introduced = "17.4",
			IsExilus = true,
			Link = "Overview",
			MaxRank = 5,
			Name = "Overview",
			Polarity = "Naramon",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = false,
			Type = "Assault Rifle",
			UpgradeTypes = { "WEAPON_ZOOM" }
		},
		["Pacifying Bolts"] = {
			BaseDrain = 6,
			CodexSecret = false,
			Description = "Psychic Bolts Augment: Throw an additional 3 force bolts. Enemies struck are confused for 10s.",
			Icon = "PacifyingBolts.png",
			Image = "PacifyingBoltsMod.png",
			InternalName = "/Lotus/Powersuits/Jade/DaggerAugmentCard",
			Introduced = "15",
			IsAbilityAugment = true,
			Link = "Pacifying Bolts",
			MaxRank = 3,
			Name = "Pacifying Bolts",
			Polarity = "Zenurik",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Nyx" 
		},
		["Pack Leader"] = {
			BaseDrain = 4,
			CodexSecret = false,
			Description = "Heal your Companion with Melee hits. Excess healing grants Overguard.\r\n+100 Health per hit\r\n+1200 OVERGUARD MAX",
			Icon = "PackLeader.png",
			Image = "PackLeaderMod.png",
			Incompatible = { "Primed Pack Leader" },
			IncompatibilityTags = { "SENTINEL_MOD" },
			InternalName = "/Lotus/Upgrades/Mods/Sentinel/Kubrow/KubrowPackLeaderMod",
			Introduced = "14",
			Link = "Pack Leader",
			MaxRank = 5,
			Name = "Pack Leader",
			Polarity = "Madurai",
			Rarity = "Common",
			Tradable = true,
			Transmutable = false,
			Type = "Companion",
			UpgradeTypes = { "AVATAR_SENTINEL_PACK_LEADER" }
		},
		["Pain Threshold"] = {
			BaseDrain = 6,
			CodexSecret = false,
			Description = "+160% Faster Stagger Recovery",
			Icon = "PainThreshold.png",
			Image = "PainThresholdMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Warframe/Events/AvatarStaggerRecoveryMod",
			Introduced = "The Index Preview",
			IsExilus = true,
			Link = "Pain Threshold",
			MaxRank = 3,
			Name = "Pain Threshold",
			Polarity = "Naramon",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Warframe",
			UpgradeTypes = { "AVATAR_INJURY_ANIM_RATE" }
		},
		["Panzer Devolution"] = {
			BaseDrain = 0,
			CodexSecret = false,
			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.",
			Icon = "PanzerDevolution.png",
			Image = "PanzerDevolutionMod.png",
			InternalName = "/Lotus/Types/Friendly/Pets/CreaturePets/CreaturePrecepts/ArmoredInfestedCatbrowRespawn",
			Introduced = "29",
			Link = "Panzer Devolution",
			MaxRank = 3,
			Name = "Panzer Devolution",
			Polarity = "Penjaga",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Panzer Vulpaphyla" 
		},
		["Parallax Scope"] = {
			BaseDrain = 4,
			CodexSecret = false,
			Description = "+100% Critical Chance",
			Icon = "ParallaxScope.png",
			Image = "ParallaxScopeMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Archwing/Rifle/ArchwingRifleCritChanceMod",
			Introduced = "15",
			Link = "Parallax Scope",
			MaxRank = 3,
			Name = "Parallax Scope",
			Polarity = "Naramon",
			Rarity = "Common",
			Tradable = true,
			Transmutable = true,
			Type = "Archgun",
			UpgradeTypes = { "WEAPON_CRIT_CHANCE" }
		},
		["Paralytic Spores"] = {
			BaseDrain = 0,
			CodexSecret = false,
			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.",
			Icon = "ParalyticSpores.png",
			Image = "ParalyticSporesMod.png",
			InternalName = "/Lotus/Types/Friendly/Pets/CreaturePets/CreaturePrecepts/InfestedPredatorFinisherSporesPrecept",
			Introduced = "29",
			Link = "Paralytic Spores",
			MaxRank = 3,
			Name = "Paralytic Spores",
			Polarity = "Penjaga",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Medjay Predasite" 
		},
		["Parasitic Vitality"] = {
			BaseDrain = 6,
			Description = "Parasitic Link Augment: Nidus and any ally he's bound to gain 4% Max Health per Mutation during Parasitic Link.",
			Image = "ParasiticVitalityMod.png",
			Incompatible = { "Vitality", "Archon Vitality", "Umbral Vitality", "Flawed Vitality" },
			InternalName = "/Lotus/Powersuits/Infestation/InfestLinkAugmentCard",
			Introduced = "35.5",
			CodexSecret = false,
			IsAbilityAugment = true,
			Link = "Parasitic Vitality",
			MaxRank = 3,
			Name = "Parasitic Vitality",
			Icon = "ParasiticVitality.jpg",
			Polarity = "Zenurik",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Nidus" 
		},
		Parry = {
			BaseDrain = 2,
			CodexSecret = false,
			Description = "+96% Counter Chance",
			Icon = "Parry.png",
			Image = "ParryMod.png",
			IncompatibilityTags = { "SENTINEL_WEAPON", "HOUND_WEAPON" },
			InternalName = "/Lotus/Upgrades/Mods/Warframe/AvatarParryMeleeMod",
			Introduced = "10",
			IsExilus = true,
			Link = "Parry",
			MaxRank = 5,
			Name = "Parry",
			Polarity = "Vazarin",
			Rarity = "Common",
			Tradable = true,
			Transmutable = true,
			Type = "Melee",
			UpgradeTypes = { "WEAPON_PARRY_COUNTER_CHANCE" }
		},
		["Particle Ram"] = {
			BaseDrain = 0,
			CodexSecret = false,
			Description = "Railjack Ram that deals damage to anything it touches when moving forward.",
			Icon = "ParticleRam.png",
			Image = "ParticleRamMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Railjack/Abilities/CrewShipRamAbilityCard",
			Introduced = "27.0",
			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,
			CodexSecret = false,
			Description = "Mallet Augment: Create an additional Mallet with 20% reduced range.",
			Icon = "PartitionedMallet.png",
			Image = "PartitionedMalletMod.png",
			InternalName = "/Lotus/Powersuits/Bard/BardMusicAugmentCard",
			Introduced = "23.0.6",
			IsAbilityAugment = true,
			Link = "Partitioned Mallet",
			MaxRank = 3,
			Name = "Partitioned Mallet",
			Polarity = "Zenurik",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Octavia" 
		},
		Patagium = {
			BaseDrain = 2,
			CodexSecret = false,
			Description = "+90% Aim Glide/Wall Latch Duration",
			Icon = "Patagium.png",
			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",
			IsExilus = true,
			Link = "Patagium",
			MaxRank = 5,
			Name = "Patagium",
			Polarity = "Naramon",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = false,
			Type = "Warframe",
			UpgradeTypes = { "AVATAR_PARKOUR_GLIDE" }
		},
		["Path of Statues"] = {
			BaseDrain = 6,
			CodexSecret = false,
			Description = "Landslide Augment: Leave a trail for 12s that petrifies enemies for 6s.",
			Icon = "PathofStatues.png",
			Image = "PathofStatuesMod.png",
			InternalName = "/Lotus/Powersuits/Brawler/BrawlerPunchAugmentCard",
			Introduced = "The Silver Grove",
			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,
			CodexSecret = false,
			Description = "+90% <DT_POISON>Toxin",
			Icon = "PathogenRounds.png",
			Image = "PathogenRoundsMod.png",
			Incompatible = { "Flawed Pathogen Rounds" },
			InternalName = "/Lotus/Upgrades/Mods/Pistol/WeaponToxinDamageMod",
			Introduced = "11",
			Link = "Pathogen Rounds",
			MaxRank = 5,
			Name = "Pathogen Rounds",
			Polarity = "Naramon",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = true,
			Type = "Pistol",
			UpgradeTypes = { "WEAPON_PERCENT_BASE_DAMAGE_ADDED" }
		},
		["Peaceful Provocation"] = {
			BaseDrain = 6,
			CodexSecret = false,
			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.",
			Icon = "PeacefulProvocation.png",
			Image = "PeacefulProvocationMod.png",
			InternalName = "/Lotus/Powersuits/YinYang/YinYangAuraAugmentCard",
			Introduced = "18.4.7",
			IsAbilityAugment = true,
			Link = "Peaceful Provocation",
			MaxRank = 3,
			Name = "Peaceful Provocation",
			Polarity = "Zenurik",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Equinox" 
		},
		["Peculiar Audience"] = {
			BaseDrain = 2,
			Class = "Peculiar",
			CodexSecret = false,
			Description = "Killing an enemy has a 60% chance to amuse a certain Void entity.\r\nCooldown: 20s.",
			Icon = "PeculiarAudience.png",
			Image = "PeculiarAudienceMod.png",
			Incompatible = { "Peculiar Growth", "Peculiar Bloom" },
			InternalName = "/Lotus/Upgrades/CosmeticEnhancers/Peculiars/EvilSpiritMod",
			Introduced = "31.7.1",
			IsExilus = true,
			Link = "Peculiar Audience",
			MaxRank = 5,
			Name = "Peculiar Audience",
			Polarity = "Naramon",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = false,
			Type = "Warframe" 
		},
		["Peculiar Bloom"] = {
			BaseDrain = 2,
			Class = "Peculiar",
			CodexSecret = false,
			Description = "Critical hits cause flowers to grow from the wounds.",
			Icon = "PeculiarBloom.png",
			Image = "PeculiarBloomMod.png",
			Incompatible = { "Peculiar Audience", "Peculiar Growth" },
			InternalName = "/Lotus/Upgrades/CosmeticEnhancers/Peculiars/FlowerPowerMod",
			Introduced = "22.18",
			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",
			CodexSecret = false,
			Description = "Damaging an enemy will inflate the body part hit for 6s.",
			Icon = "PeculiarGrowth.png",
			Image = "PeculiarGrowthMod.png",
			Incompatible = { "Peculiar Audience", "Peculiar Bloom" },
			InternalName = "/Lotus/Upgrades/CosmeticEnhancers/Peculiars/InflationMod",
			Introduced = "22.20",
			IsExilus = true,
			Link = "Peculiar Growth",
			MaxRank = 5,
			Name = "Peculiar Growth",
			Polarity = "Naramon",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = false,
			Type = "Warframe" 
		},
		["Perfect Balance"] = {
			BaseDrain = 4,
			CodexSecret = false,
			Description = "+66% Chance to Resist Falls",
			Icon = "PerfectBalance.png",
			Image = "PerfectBalanceMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Hoverboard/HBFallChanceReductionMod",
			Introduced = "24.2",
			Link = "Perfect Balance",
			MaxRank = 10,
			Name = "Perfect Balance",
			Polarity = "Madurai",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = false,
			Type = "K-Drive",
			UpgradeTypes = { "VEHICLE_FALL_RESIST_CHANCE" }
		},
		["Perpetual Agony"] = {
			BaseDrain = 6,
			CodexSecret = false,
			Description = "+30% Status Duration",
			Icon = "PerpetualAgony.png",
			Image = "PerpetualAgonyMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Pistol/WeaponProcTimeMod",
			Introduced = "15",
			Link = "Perpetual Agony",
			MaxRank = 5,
			Name = "Perpetual Agony",
			Polarity = "Madurai",
			Rarity = "Common",
			Tradable = true,
			Transmutable = false,
			Type = "Pistol",
			UpgradeTypes = { "WEAPON_PROC_TIME" }
		},
		["Phoenix Blaze"] = {
			BaseDrain = 0,
			CodexSecret = false,
			Description = "Wreathes the Railjack in fire, increasing Turret Damage and Speed.",
			Icon = "PhoenixBlaze.png",
			Image = "PhoenixBlazeMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Railjack/Abilities/CrewShipPhoenixAbilityCard",
			Introduced = "29.10",
			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,
			CodexSecret = false,
			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.",
			Icon = "PhoenixRenewal.png",
			Image = "PhoenixRenewalMod.png",
			InternalName = "/Lotus/Powersuits/Paladin/RegenerationAugmentCard",
			Introduced = "18.11",
			IsAbilityAugment = true,
			Link = "Phoenix Renewal",
			MaxRank = 3,
			Name = "Phoenix Renewal",
			Polarity = "Zenurik",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Oberon" 
		},
		["Photon Overcharge"] = {
			BaseDrain = 2,
			Conclave = false,
			Description = "+90% Critical Damage On Kill or Assist: Slain enemies have a 2% chance to drop an Energy Orb per Cold Status affecting them.",
			Icon = "PhotonOvercharge.jpg",
			Image = "PhotonOverchargeMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Nightwave/GlaxionNightwaveMod",
			Introduced = "35.6",
			IsExilus = false,
			IsFlawed = false,
			Link = "Photon Overcharge",
			MaxRank = 5,
			Name = "Photon Overcharge",
			Polarity = "Vazarin",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Glaxion",
		},
		["Photon Repeater"] = {
			BaseDrain = 6,
			CodexSecret = false,
			Description = "Photon Strike Augment: If Photon Strike hits at least 5 enemies, the next cast will cost no Energy and fire a second strike.",
			Icon = "PhotonRepeater.png",
			Image = "PhotonRepeaterMod.png",
			InternalName = "/Lotus/Powersuits/Trapper/MagHoleAugmentCard",
			Introduced = "26",
			IsAbilityAugment = true,
			Link = "Photon Repeater",
			MaxRank = 3,
			Name = "Photon Repeater",
			Polarity = "Zenurik",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Vauban" 
		},
		Physique = {
			BaseDrain = -2,
			CodexSecret = false,
			Description = "Squad gains +20% Maximum Health",
			Icon = "Physique.png",
			Image = "PhysiqueMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Aura/PlayerHealthAuraMod",
			Introduced = "5",
			Link = "Physique",
			MaxRank = 5,
			Name = "Physique",
			Polarity = "Vazarin",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = false,
			Type = "Aura",
			UpgradeTypes = { "AVATAR_HEALTH_MAX" }
		},
		["Piercing Caliber"] = {
			BaseDrain = 6,
			CodexSecret = false,
			Description = "+120% <DT_PUNCTURE>Puncture",
			Icon = "PiercingCaliber.png",
			Image = "PiercingCaliberMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Rifle/WeaponEventPunctureDamageMod",
			Introduced = "15.5",
			Link = "Piercing Caliber",
			MaxRank = 5,
			Name = "Piercing Caliber",
			Polarity = "Naramon",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Rifle",
			UpgradeTypes = { "WEAPON_PERCENT_BASE_DAMAGE_ADDED" }
		},
		["Piercing Fury"] = {
			BaseDrain = -2,
			CompatibilityTags = { "DAGGERS_STANCE" },
			CodexSecret = false,
			Conclave = true,
			Description = "Fighting form devised for Conclave.",
			Icon = "PiercingFury.png",
			Image = "PiercingFuryMod.png",
			InternalName = "/Lotus/Upgrades/Mods/PvPMods/Stances/PvPDaggerStanceOne",
			Introduced = "Specters of the Rail",
			Link = "Piercing Fury",
			MaxRank = 3,
			Name = "Piercing Fury",
			Polarity = "Naramon",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = false,
			Type = "Daggers" 
		},
		["Piercing Hit"] = {
			BaseDrain = 2,
			CodexSecret = false,
			Description = "+90% <DT_PUNCTURE>Puncture",
			Icon = "PiercingHit.png",
			Image = "PiercingHitMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Rifle/WeaponArmorPiercingDamageMod",
			Introduced = "0",
			Link = "Piercing Hit",
			MaxRank = 5,
			Name = "Piercing Hit",
			Polarity = "Naramon",
			Rarity = "Common",
			Tradable = true,
			Transmutable = false,
			Type = "Rifle",
			UpgradeTypes = { "WEAPON_PERCENT_BASE_DAMAGE_ADDED" }
		},
		["Piercing Navigator"] = {
			BaseDrain = 6,
			CodexSecret = false,
			Description = "Navigator Augment: Each hit increases the projectile's Critical Chance by 10% up to a max of 50%. +3 Projectile Punch Through. ",
			Icon = "PiercingNavigator.png",
			Image = "PiercingNavigatorMod.png",
			InternalName = "/Lotus/Powersuits/Ranger/RangerControlAugmentCard",
			Introduced = "20.2",
			IsAbilityAugment = true,
			Link = "Piercing Navigator",
			MaxRank = 3,
			Name = "Piercing Navigator",
			Polarity = "Zenurik",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Ivara" 
		},
		["Piercing Roar"] = {
			BaseDrain = 6,
			CodexSecret = false,
			Description = "Roar Augment: Roar gains +40% range. Enemies within 25m are knocked down and suffer 10 stacks of <DT_PUNCTURE>Puncture Status effect.",
			Icon = "PiercingRoar.png",
			Image = "PiercingRoarMod.png",
			InternalName = "/Lotus/Powersuits/Rhino/RadialBlastAugmentCard",
			Introduced = "15.16",
			IsAbilityAugment = true,
			Link = "Piercing Roar",
			MaxRank = 3,
			Name = "Piercing Roar",
			Polarity = "Zenurik",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Rhino" 
		},
		["Piercing Step"] = {
			BaseDrain = 4,
			CodexSecret = false,
			Description = "+18% to Bullet Jump\r\n+18% Aim Glide/Wall Latch Duration\r\n+60% <DT_PUNCTURE>Puncture on Bullet Jump",
			Icon = "PiercingStep.png",
			Image = "PiercingStepMod.png",
			Incompatible = {
				"Mobilize",
				"Patagium",
				"Battering Maneuver",
				"Rending Turn",
				"Firewalker",
				"Ice Spring",
				"Lightning Dash",
				"Toxic Flight" 
			},
			InternalName = "/Lotus/Upgrades/Mods/Warframe/PunctureParkourTwoMod",
			Introduced = "17",
			IsExilus = true,
			Link = "Piercing Step",
			MaxRank = 5,
			Name = "Piercing Step",
			Polarity = "Naramon",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = false,
			Type = "Warframe",
			UpgradeTypes = { "AVATAR_PARKOUR_BOOST", "AVATAR_PARKOUR_GLIDE", "AVATAR_PARKOUR_DAMAGE_ADDED" }
		},
		["Pilfering Strangledome"] = {
			BaseDrain = 6,
			CodexSecret = false,
			Description = "Strangledome Augment: Enemies held in Strangledome have a 65% chance of dropping additional loot.",
			Icon = "PilferingStrangledome.png",
			Image = "PilferingStrangledomeMod.png",
			InternalName = "/Lotus/Powersuits/Khora/KhoraCageAugmentCard",
			Introduced = "24.7",
			IsAbilityAugment = true,
			Link = "Pilfering Strangledome",
			MaxRank = 3,
			Name = "Pilfering Strangledome",
			Polarity = "Zenurik",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Khora" 
		},
		["Pilfering Swarm"] = {
			BaseDrain = 6,
			CodexSecret = false,
			Description = "Tentacle Swarm Augment: Enemies held by tentacles have a 100% chance at additional drops.",
			Icon = "PilferingSwarm.png",
			Image = "PilferingSwarmMod.png",
			InternalName = "/Lotus/Powersuits/Pirate/KrakenAugmentCard",
			Introduced = "15.16",
			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,
			CodexSecret = false,
			Description = "Health pickups give +60% Energy. Energy pickups give +60% Health.",
			Icon = "Equilibrium.png",
			Image = "PinnaclePackEquilibriumMod.png",
			Incompatible = { "Equilibrium", "Flawed Equilibrium" },
			InternalName = "/Lotus/Upgrades/Mods/Warframe/Intermediate/AvatarPickupBonusModIntermediate",
			Introduced = "24.7.1",
			Link = "Equilibrium",
			MaxRank = 5,
			Name = "Equilibrium (Pinnacle Pack)",
			Polarity = "Naramon",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = false,
			Type = "Warframe",
			UpgradeTypes = { "AVATAR_PICKUP_BONUS_AMOUNT" }
		},
		["Pistol Ammo Mutation"] = {
			BaseDrain = 2,
			CodexSecret = false,
			Description = "Converts Primary ammo pickups to 50% of Ammo Pick Up.",
			Icon = "PistolAmmoMutation.png",
			Image = "PistolAmmoMutationMod.png",
			Incompatible = { "Primed Pistol Ammo Mutation" },
			InternalName = "/Lotus/Upgrades/Mods/Pistol/WeaponPistolConvertAmmoMod",
			Introduced = "9.3",
			IsExilus = true,
			Link = "Pistol Ammo Mutation",
			MaxRank = 5,
			Name = "Pistol Ammo Mutation",
			Polarity = "Naramon",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = true,
			Type = "Pistol",
			UpgradeTypes = { "WEAPON_CONVERT_AMMO" }
		},
		["Pistol Amp"] = {
			BaseDrain = -2,
			CodexSecret = false,
			Description = "Squad receives +27% Pistol Damage",
			Icon = "PistolAmp.png",
			Image = "PistolAmpMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Aura/PlayerPistolDamageAuraMod",
			Introduced = "The Silver Grove",
			Link = "Pistol Amp",
			MaxRank = 5,
			Name = "Pistol Amp",
			Polarity = "Madurai",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = false,
			Type = "Aura",
			UpgradeTypes = { "WEAPON_DAMAGE_AMOUNT" }
		},
		["Pistol Elementalist"] = {
			BaseDrain = 4,
			CodexSecret = false,
			Description = "+90% Status Damage\r\n+60% Reload Speed",
			Icon = "PistolElementalist.jpg",
			Image = "PistolElementalistMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Pistol/PistolStatusDamageDuoMod",
			Introduced = "36",
			Link = "Pistol Elementalist",
			MaxRank = 5,
			Name = "Pistol Elementalist",
			Polarity = "Vazarin",
			Rarity = "Uncommon",
			Tradable = true,
			--Transmutable = ,
			Type = "Pistol" 
		},
		["Pistol Gambit"] = {
			BaseDrain = 4,
			CodexSecret = false,
			Description = "+120% Critical Chance",
			Icon = "PistolGambit.png",
			Image = "PistolGambitMod.png",
			Incompatible = { "Primed Pistol Gambit", "Flawed Pistol Gambit", "Creeping Bullseye" },
			InternalName = "/Lotus/Upgrades/Mods/Pistol/WeaponCritChanceMod",
			Introduced = "0",
			Link = "Pistol Gambit",
			MaxRank = 5,
			Name = "Pistol Gambit",
			Polarity = "Madurai",
			Rarity = "Common",
			Tradable = true,
			Transmutable = true,
			Type = "Pistol",
			UpgradeTypes = { "WEAPON_CRIT_CHANCE" }
		},
		["Pistol Pestilence"] = {
			BaseDrain = 4,
			CodexSecret = false,
			Description = "+60% <DT_POISON>Toxin\r\n+60% Status Chance",
			Icon = "PistolPestilence.png",
			Image = "PistolPestilenceMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Pistol/DualStat/PoisonEventPistolMod",
			Introduced = "11.5",
			Link = "Pistol Pestilence",
			MaxRank = 3,
			Name = "Pistol Pestilence",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Pistol",
			UpgradeTypes = { "WEAPON_PERCENT_BASE_DAMAGE_ADDED", "WEAPON_PROC_CHANCE" }
		},
		["Pistol Scavenger"] = {
			BaseDrain = -2,
			CodexSecret = false,
			Description = "Squad receives +150% Pistol Ammo Recovery",
			Icon = "PistolScavenger.png",
			Image = "PistolScavengerMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Aura/PlayerPistolAmmoAuraMod",
			Introduced = "5",
			Link = "Pistol Scavenger",
			MaxRank = 5,
			Name = "Pistol Scavenger",
			Polarity = "Naramon",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = false,
			Type = "Aura",
			UpgradeTypes = { "WEAPON_AMMO_RETRIEVED" }
		},
		["Plan B"] = {
			BaseDrain = 10,
			CodexSecret = false,
			Conclave = true,
			Description = "On Hit:\r\n+20% Secondary Weapon Fire Rate for 3s",
			Icon = "PlanB.png",
			Image = "PlanBMod.png",
			IncompatibilityTags = { "ATTICA", "INFCERNOS", "CRPBOW", "ZHUGE" },
			InternalName = "/Lotus/Upgrades/Mods/PvPMods/Rifle/FasterPistolRoFOnHitBowMod",
			Introduced = "17.8",
			Link = "Plan B",
			MaxRank = 3,
			Name = "Plan B",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Bow",
			UpgradeTypes = { "WEAPON_FIRE_RATE" }
		},
		["Point Blank"] = {
			BaseDrain = 4,
			CodexSecret = false,
			Description = "+90% Damage",
			Icon = "PointBlank.png",
			Image = "PointBlankMod.png",
			Incompatible = { "Primed Point Blank", "Flawed Point Blank" },
			InternalName = "/Lotus/Upgrades/Mods/Shotgun/WeaponDamageAmountMod",
			Introduced = "0",
			Link = "Point Blank",
			MaxRank = 5,
			Name = "Point Blank",
			Polarity = "Madurai",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = true,
			Type = "Shotgun",
			UpgradeTypes = { "WEAPON_DAMAGE_AMOUNT" }
		},
		["Point Strike"] = {
			BaseDrain = 2,
			CodexSecret = false,
			Description = "+150% Critical Chance",
			Icon = "PointStrike.png",
			Image = "PointStrikeMod.png",
			Incompatible = { "Critical Delay" },
			InternalName = "/Lotus/Upgrades/Mods/Rifle/WeaponCritChanceMod",
			Introduced = "0",
			Link = "Point Strike",
			MaxRank = 5,
			Name = "Point Strike",
			Polarity = "Madurai",
			Rarity = "Common",
			Tradable = true,
			Transmutable = true,
			Type = "Rifle",
			UpgradeTypes = { "WEAPON_CRIT_CHANCE" }
		},
		["Pointed Wind"] = {
			BaseDrain = -2,
			CompatibilityTags = { "DAGGERS_STANCE" },
			CodexSecret = false,
			Description = "Spiral strikes, lifting combos.",
			Icon = "PointedWind.png",
			Image = "PointedWindMod.png",
			InternalName = "/Lotus/Weapons/Tenno/Melee/MeleeTrees/DaggerCmbTwoMeleeTree",
			Introduced = "13",
			Link = "Pointed Wind",
			MaxRank = 3,
			Name = "Pointed Wind",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = true,
			Type = "Daggers" 
		},
		["Poisonous Sting"] = {
			BaseDrain = 4,
			CodexSecret = false,
			Description = "+120% <DT_POISON>Toxin",
			Icon = "PoisonousSting.png",
			Image = "PoisonousStingMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Archwing/Melee/ArchwingWeaponToxinDamageMod",
			Introduced = "15",
			Link = "Poisonous Sting",
			MaxRank = 5,
			Name = "Poisonous Sting",
			Polarity = "Naramon",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = false,
			Type = "Archmelee",
			UpgradeTypes = { "WEAPON_PERCENT_BASE_DAMAGE_ADDED" }
		},
		["Polar Magazine"] = {
			BaseDrain = 4,
			CodexSecret = false,
			Description = "+120% <DT_FREEZE>Cold",
			Icon = "PolarMagazine.png",
			Image = "PolarMagazineMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Archwing/Rifle/ArchwingWeaponFreezeDamageMod",
			Introduced = "15",
			Link = "Polar Magazine",
			MaxRank = 5,
			Name = "Polar Magazine",
			Polarity = "Vazarin",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = true,
			Type = "Archgun",
			UpgradeTypes = { "WEAPON_PERCENT_BASE_DAMAGE_ADDED" }
		},
		["Pool of Life"] = {
			BaseDrain = 6,
			CodexSecret = false,
			Description = "Well of Life Augment: On death, marked enemies will drop 4 Health Orbs with a 100% chance of dropping an Energy Orb.",
			Icon = "PoolofLife.png",
			Image = "PoolofLifeMod.png",
			InternalName = "/Lotus/Powersuits/Trinity/WellOfLifeAugmentCard",
			Introduced = "15",
			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,
			CodexSecret = false,
			Description = "-60% Jump Charge Time",
			Icon = "PopTop.png",
			Image = "PopTopMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Hoverboard/HBJumpChargeTimeMod",
			Introduced = "24.2",
			Link = "Pop Top",
			MaxRank = 5,
			Name = "Pop Top",
			Polarity = "Madurai",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = false,
			Type = "K-Drive",
			UpgradeTypes = { "VEHICLE_JUMP_CHARGE_TIME" }
		},
		["Poppin' Vert"] = {
			BaseDrain = 4,
			CodexSecret = false,
			Description = "+80% K-Drive Double Jump Height",
			Icon = "Poppin'Vert.png",
			Image = "Poppin'VertMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Hoverboard/HBDoubleJumpHeightMod",
			Introduced = "24.2",
			Link = "Poppin' Vert",
			MaxRank = 3,
			Name = "Poppin' Vert",
			Polarity = "Naramon",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "K-Drive",
			UpgradeTypes = { "VEHICLE_DOUBLE_JUMP_HEIGHT" }
		},
		Pounce = {
			BaseDrain = 2,
			CodexSecret = false,
			Description = "The Kavat pounces at an enemy, dealing 90% Damage and stunning them for a short duration.",
			Icon = "Pounce.png",
			Image = "PounceMod.png",
			InternalName = "/Lotus/Types/Friendly/Pets/CatbrowPetPrecepts/CatbrowPouncePrecept",
			Introduced = "Specters of the Rail",
			Link = "Pounce",
			MaxRank = 3,
			Name = "Pounce",
			Polarity = "Madurai",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = false,
			Type = "Kavat" 
		},
		["Power Donation"] = {
			BaseDrain = -4,
			CodexSecret = false,
			Description = "You lose 30% Ability Strength\r\nSquadmates gain 30% Ability Strength",
			Icon = "PowerDonation.png",
			Image = "PowerDonationMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Aura/AvatarAuraPowerMaxMod",
			Introduced = "23.10",
			Link = "Power Donation",
			MaxRank = 5,
			Name = "Power Donation",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Aura" 
		},
		["Power Drain"] = {
			BaseDrain = 0,
			CodexSecret = false,
			Description = "100% chance for next ability cast to gain +50% Ability Strength",
			Icon = "PowerDrain.png",
			Image = "PowerDrainMod.png",
			InternalName = "/Lotus/Upgrades/Mods/DataSpike/Assassin/OnExecutionDrainPowerMod",
			Introduced = "30.5",
			Link = "Power Drain",
			MaxRank = 0,
			Name = "Power Drain",
			Polarity = "Universal",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = true,
			Type = "Parazon" 
		},
		["Power Drift"] = {
			BaseDrain = 4,
			CodexSecret = false,
			Description = "+15% Ability Strength\r\n+30% Chance to Resist Knockdown",
			Icon = "PowerDrift.png",
			Image = "PowerDriftMod.png",
			InternalName = "/Lotus/Upgrades/Mods/OrokinChallenge/OrokinChallengeModPower",
			Introduced = "18",
			IsExilus = true,
			Link = "Power Drift",
			MaxRank = 5,
			Name = "Power Drift",
			Polarity = "Zenurik",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Warframe",
			UpgradeTypes = { "AVATAR_ABILITY_STRENGTH", "AVATAR_INJURY_BLOCK_CHANCE" }
		},
		["Power Throw"] = {
			BaseDrain = 4,
			CodexSecret = false,
			Description = "+2 Punch Through\r\nOn Consecutive throw (Max stacks 3):\r\n+100% Throw Damage",
			Icon = "PowerThrow.png",
			Image = "PowerThrowMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Melee/WeaponGlaivePowerthrowMod",
			Introduced = "10",
			Link = "Power Throw",
			MaxRank = 5,
			Name = "Power Throw",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = true,
			Type = "Glaive",
			UpgradeTypes = { "WEAPON_PUNCTURE_DEPTH", "WEAPON_DAMAGE_AMOUNT" }
		},
		["Power of Three"] = {
			BaseDrain = 6,
			CodexSecret = false,
			Conclave = true,
			Description = "Quiver Augment: Quiver fires three arrows and consumes 20 more Energy.",
			Icon = "PowerofThree.png",
			Image = "PowerofThreeMod.png",
			Incompatible = { "Empowered Quiver" },
			InternalName = "/Lotus/Powersuits/Ranger/RangerQuiverPvPAugmentCard",
			Introduced = "18.5",
			IsAbilityAugment = true,
			Link = "Power of Three",
			MaxRank = 3,
			Name = "Power of Three",
			Polarity = "Zenurik",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Ivara" 
		},
		["Precision Intensify"] = {
			BaseDrain = 6,
			CodexSecret = false,
			Description = "+90% Ability Strength for your 4th Ability",
			Icon = "PrecisionIntensify.png",
			Image = "PrecisionIntensifyMod.png",
			Incompatible = { "Intensify", "Archon Intensify", "Umbral Intensify", "Flawed Intensify" },
			InternalName = "/Lotus/Upgrades/Mods/Warframe/AvatarAbilityFourStrengthMod",
			Introduced = "35",
			Link = "Precision Intensify",
			MaxRank = 5,
			Name = "Precision Intensify",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Warframe",
			UpgradeTypes = { "AVATAR_ABILITY_STRENGTH" }
		},
		["Precision Munition"] = {
			BaseDrain = 10,
			CodexSecret = false,
			Conclave = true,
			Description = "+100% Accuracy\r\n+50% Projectile Speed",
			Icon = "PrecisionMunition.png",
			Image = "PrecisionMunitionMod.png",
			Incompatible = { "Hydraulic Gauge", "Loose Hatch", "Maximum Capacity" },
			IncompatibilityTags = { "SINGLESHOT" },
			InternalName = "/Lotus/Upgrades/Mods/PvPMods/Rifle/TonkorAccuracySmallerMag",
			Introduced = "The Index Preview",
			Link = "Precision Munition",
			MaxRank = 0,
			Name = "Precision Munition",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Tonkor",
			UpgradeTypes = { "WEAPON_SPREAD", "WEAPON_PROJECTILE_SPEED" }
		},
		["Precision Strike"] = {
			BaseDrain = 4,
			CodexSecret = false,
			Description = "Hitting an enemy directly with the grenade increases Reload Speed by 150% for 5s.",
			Icon = "PrecisionStrike.png",
			Image = "PrecisionStrikeMod.png",
			IncompatibilityTags = { "POWER_WEAPON" },
			InternalName = "/Lotus/Upgrades/Mods/Rifle/Event/Arbitration/GrnGrenadeLauncherArbitrationMod",
			Introduced = "27.5",
			IsWeaponAugment = true,
			Link = "Precision Strike",
			MaxRank = 3,
			Name = "Precision Strike",
			Polarity = "Naramon",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Tonkor" 
		},
		Predator = {
			BaseDrain = 6,
			CodexSecret = false,
			Description = "+50% Turret Critical Chance",
			Icon = "Predator.png",
			Image = "PredatorMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Railjack/Gunnery/VidarGunnerWeaponCritChance",
			Introduced = "27.0",
			Link = "Predator",
			MaxRank = 5,
			Name = "Predator",
			Polarity = "Madurai",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = false,
			Type = "Plexus" 
		},
		Preparation = {
			BaseDrain = 2,
			CodexSecret = false,
			Description = "+100% Maximum Energy is filled on Spawn",
			Icon = "Preparation.png",
			Image = "PreparationMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Warframe/AvatarSpawnEnergyMod",
			Introduced = "27.3",
			IsExilus = true,
			Link = "Preparation",
			MaxRank = 10,
			Name = "Preparation",
			Polarity = "Zenurik",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Warframe",
			UpgradeTypes = { "AVATAR_ENERGY_SPAWN_PERCENT" }
		},
		["Pressure Point"] = {
			BaseDrain = 4,
			CodexSecret = false,
			Description = "+120% Melee Damage",
			Icon = "PressurePoint.png",
			Image = "PressurePointMod.png",
			Incompatible = { "Primed Pressure Point", "Sacrificial Pressure", "Flawed Pressure Point" },
			InternalName = "/Lotus/Upgrades/Mods/Melee/WeaponMeleeDamageMod",
			Introduced = "0",
			Link = "Pressure Point",
			MaxRank = 5,
			Name = "Pressure Point",
			Polarity = "Madurai",
			Rarity = "Common",
			Tradable = true,
			Transmutable = true,
			Type = "Melee",
			UpgradeTypes = { "WEAPON_MELEE_DAMAGE" }
		},
		["Pressurized Magazine"] = {
			BaseDrain = 4,
			CodexSecret = false,
			Description = "On Reload:\r\n+90% Fire Rate when Aiming for 9s",
			Icon = "PressurizedMagazine.png",
			Image = "PressurizedMagazineMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Pistol/Event/FireRateWhileAimingPistolMod",
			Introduced = "18.4.1",
			Link = "Pressurized Magazine",
			MaxRank = 5,
			Name = "Pressurized Magazine",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Pistol",
			UpgradeTypes = { "WEAPON_FIRE_RATE" }
		},
		["Primal Fury"] = {
			CodexSecret = false,
			Description = "Stance: Summon the iron staff and unleash fury.",
			Icon = "PrimalFury.png",
			Image = "PrimalFuryStanceMod.png",
			InternalName = "/Lotus/Weapons/Tenno/Melee/MeleeTrees/MonkeyKingStaffMeleeTreeRework",
			Introduced = "23",
			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,
			CodexSecret = false,
			Description = "Primal Fury Augment: Killing an enemy increases Critical Chance by 15%. The increase decays by 1%/s",
			Icon = "PrimalRage.png",
			Image = "PrimalRageMod.png",
			InternalName = "/Lotus/Powersuits/MonkeyKing/MonkeyStaffAugmentCard",
			Introduced = "18.14",
			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,
			CodexSecret = true,
			Description = "+110% Magazine Capacity",
			Icon = "PrimedAmmoStock.png",
			Image = "PrimedAmmoStockMod.png",
			Incompatible = { "Ammo Stock", "Flawed Ammo Stock" },
			InternalName = "/Lotus/Upgrades/Mods/Shotgun/Expert/WeaponClipMaxModExpert",
			Introduced = "30.7.6",
			Link = "Primed Ammo Stock",
			MaxRank = 10,
			Name = "Primed Ammo Stock",
			Polarity = "Naramon",
			Rarity = "Legendary",
			Tradable = true,
			Transmutable = false,
			Type = "Shotgun",
			UpgradeTypes = { "WEAPON_CLIP_MAX" }
		},
		["Primed Animal Instinct"] = {
			BaseDrain = 6,
			CodexSecret = true,
			Description = "+55 Loot Radar\r\n+33 Enemy Radar",
			Icon = "PrimedAnimalInstinct.png",
			Image = "PrimedAnimalInstinctMod.png",
			Incompatible = { "Animal Instinct" },
			InternalName = "/Lotus/Upgrades/Mods/Sentinel/SentinelLootRadarEnemyRadarExpertMod",
			Introduced = "24.6.1",
			Link = "Primed Animal Instinct",
			MaxRank = 10,
			Name = "Primed Animal Instinct",
			Polarity = "Naramon",
			Rarity = "Legendary",
			Tradable = true,
			Transmutable = false,
			Type = "Companion",
			UpgradeTypes = { "AVATAR_LOOT_RADAR", "AVATAR_ENEMY_RADAR" }
		},
		["Primed Bane of Corpus"] = {
			BaseDrain = 4,
			CodexSecret = true,
			Description = "x1.55 Damage to Corpus",
			Icon = "PrimedBaneofCorpus.png",
			Image = "PrimedBaneofCorpusMod.png",
			Incompatible = { "Bane of Corpus", "Flawed Bane of Corpus" },
			InternalName = "/Lotus/Upgrades/Mods/Rifle/Expert/PrimedWeaponFactionDamageCorpus",
			Introduced = "18.2.2",
			Link = "Primed Bane of Corpus",
			MaxRank = 10,
			Name = "Primed Bane of Corpus",
			Polarity = "Madurai",
			Rarity = "Legendary",
			Tradable = true,
			Transmutable = false,
			Type = "Rifle",
			UpgradeTypes = { "GAMEPLAY_FACTION_DAMAGE" }
		},
		["Primed Bane of Corrupted"] = {
			BaseDrain = 4,
			CodexSecret = true,
			Description = "x1.55 Damage to Corrupted",
			Icon = "PrimedBaneofCorrupted.png",
			Image = "PrimedBaneofCorruptedMod.png",
			Incompatible = { "Bane of Corrupted" },
			InternalName = "/Lotus/Upgrades/Mods/Rifle/Expert/PrimedWeaponFactionDamageCorrupted",
			Introduced = "21.4.1",
			Link = "Primed Bane of Corrupted",
			MaxRank = 10,
			Name = "Primed Bane of Corrupted",
			Polarity = "Madurai",
			Rarity = "Legendary",
			Tradable = true,
			Transmutable = false,
			Type = "Rifle",
			UpgradeTypes = { "GAMEPLAY_FACTION_DAMAGE" }
		},
		["Primed Bane of Grineer"] = {
			BaseDrain = 4,
			CodexSecret = true,
			Description = "x1.55 Damage to Grineer",
			Icon = "PrimedBaneofGrineer.png",
			Image = "PrimedBaneofGrineerMod.png",
			Incompatible = { "Bane of Grineer", "Flawed Bane of Grineer" },
			InternalName = "/Lotus/Upgrades/Mods/Rifle/Expert/PrimedWeaponFactionDamageGrineer",
			Introduced = "18.2.2",
			Link = "Primed Bane of Grineer",
			MaxRank = 10,
			Name = "Primed Bane of Grineer",
			Polarity = "Madurai",
			Rarity = "Legendary",
			Tradable = true,
			Transmutable = false,
			Type = "Rifle",
			UpgradeTypes = { "GAMEPLAY_FACTION_DAMAGE" }
		},
		["Primed Bane of Infested"] = {
			BaseDrain = 4,
			CodexSecret = true,
			Description = "x1.55 Damage to Infested",
			Icon = "PrimedBaneofInfested.png",
			Image = "PrimedBaneofInfestedMod.png",
			Incompatible = { "Bane of Infested" },
			InternalName = "/Lotus/Upgrades/Mods/Rifle/Expert/PrimedWeaponFactionDamageInfested",
			Introduced = "18.2.2",
			Link = "Primed Bane of Infested",
			MaxRank = 10,
			Name = "Primed Bane of Infested",
			Polarity = "Madurai",
			Rarity = "Legendary",
			Tradable = true,
			Transmutable = false,
			Type = "Rifle",
			UpgradeTypes = { "GAMEPLAY_FACTION_DAMAGE" }
		},
		["Primed Chamber"] = {
			BaseDrain = 4,
			CodexSecret = true,
			Description = "+100% Damage on first shot in Magazine",
			Icon = "PrimedChamber.png",
			Image = "PrimedChamberMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Rifle/EventSniperReloadDamageMod",
			Introduced = "8.3.1",
			Link = "Primed Chamber",
			MaxRank = 3,
			Name = "Primed Chamber",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Sniper",
			UpgradeTypes = { "WEAPON_INIT_DAMAGE_MOD" }
		},
		["Primed Charged Shell"] = {
			BaseDrain = 6,
			CodexSecret = true,
			Description = "+165% <DT_ELECTRICITY>Electricity",
			Icon = "PrimedChargedShell.png",
			Image = "PrimedChargedShellMod.png",
			Incompatible = { "Charged Shell", "Flawed Charged Shell" },
			InternalName = "/Lotus/Upgrades/Mods/Shotgun/Expert/WeaponElectricityDamageModExpert",
			Introduced = "23.8.2",
			Link = "Primed Charged Shell",
			MaxRank = 10,
			Name = "Primed Charged Shell",
			Polarity = "Naramon",
			Rarity = "Legendary",
			Tradable = true,
			Transmutable = false,
			Type = "Shotgun",
			UpgradeTypes = { "WEAPON_PERCENT_BASE_DAMAGE_ADDED" }
		},
		["Primed Chilling Grasp"] = {
			BaseDrain = 6,
			CodexSecret = true,
			Description = "+165% <DT_FREEZE>Cold",
			Icon = "PrimedChillingGrasp.png",
			Image = "PrimedChillingGraspMod.png",
			Incompatible = { "Chilling Grasp" },
			InternalName = "/Lotus/Upgrades/Mods/Shotgun/Expert/WeaponFreezeDamageModExpert",
			Introduced = "29.9.1",
			Link = "Primed Chilling Grasp",
			MaxRank = 10,
			Name = "Primed Chilling Grasp",
			Polarity = "Vazarin",
			Rarity = "Legendary",
			Tradable = true,
			Transmutable = false,
			Type = "Shotgun",
			UpgradeTypes = { "WEAPON_PERCENT_BASE_DAMAGE_ADDED" }
		},
		["Primed Cleanse Corpus"] = {
			BaseDrain = 4,
			CodexSecret = true,
			Description = "x1.55 Damage to Corpus",
			Icon = "PrimedCleanseCorpus.png",
			Image = "PrimedCleanseCorpusMod.png",
			Incompatible = { "Cleanse Corpus" },
			InternalName = "/Lotus/Upgrades/Mods/Shotgun/Expert/WeaponShotgunFactionDamageCorpusExpert",
			Introduced = "27.4.4",
			Link = "Primed Cleanse Corpus",
			MaxRank = 10,
			Name = "Primed Cleanse Corpus",
			Polarity = "Madurai",
			Rarity = "Legendary",
			Tradable = true,
			Transmutable = false,
			Type = "Shotgun",
			UpgradeTypes = { "GAMEPLAY_FACTION_DAMAGE" }
		},
		["Primed Cleanse Corrupted"] = {
			BaseDrain = 4,
			CodexSecret = true,
			Description = "x1.55 Damage to Corrupted",
			Icon = "PrimedCleanseCorrupted.png",
			Image = "PrimedCleanseCorruptedMod.png",
			Incompatible = { "Cleanse Corrupted" },
			InternalName = "/Lotus/Upgrades/Mods/Shotgun/Expert/WeaponShotgunFactionDamageCorruptedExpert",
			Introduced = "27.4.4",
			Link = "Primed Cleanse Corrupted",
			MaxRank = 10,
			Name = "Primed Cleanse Corrupted",
			Polarity = "Madurai",
			Rarity = "Legendary",
			Tradable = true,
			Transmutable = false,
			Type = "Shotgun",
			UpgradeTypes = { "GAMEPLAY_FACTION_DAMAGE" }
		},
		["Primed Cleanse Grineer"] = {
			BaseDrain = 4,
			CodexSecret = true,
			Description = "x1.55 Damage to Grineer",
			Icon = "PrimedCleanseGrineer.png",
			Image = "PrimedCleanseGrineerMod.png",
			Incompatible = { "Cleanse Grineer" },
			InternalName = "/Lotus/Upgrades/Mods/Shotgun/Expert/WeaponShotgunFactionDamageGrineerExpert",
			Introduced = "27.4.4",
			Link = "Primed Cleanse Grineer",
			MaxRank = 10,
			Name = "Primed Cleanse Grineer",
			Polarity = "Madurai",
			Rarity = "Legendary",
			Tradable = true,
			Transmutable = false,
			Type = "Shotgun",
			UpgradeTypes = { "GAMEPLAY_FACTION_DAMAGE" }
		},
		["Primed Cleanse Infested"] = {
			BaseDrain = 4,
			CodexSecret = true,
			Description = "x1.55 Damage to Infested",
			Icon = "PrimedCleanseInfested.png",
			Image = "PrimedCleanseInfestedMod.png",
			Incompatible = { "Cleanse Infested" },
			InternalName = "/Lotus/Upgrades/Mods/Shotgun/Expert/WeaponShotgunFactionDamageInfestedExpert",
			Introduced = "27.4.4",
			Link = "Primed Cleanse Infested",
			MaxRank = 10,
			Name = "Primed Cleanse Infested",
			Polarity = "Madurai",
			Rarity = "Legendary",
			Tradable = true,
			Transmutable = false,
			Type = "Shotgun",
			UpgradeTypes = { "GAMEPLAY_FACTION_DAMAGE" }
		},
		["Primed Continuity"] = {
			BaseDrain = 4,
			CodexSecret = true,
			Description = "+55% Ability Duration",
			Icon = "PrimedContinuity.png",
			Image = "PrimedContinuityMod.png",
			Incompatible = { "Continuity", "Archon Continuity", "Flawed Continuity" },
			InternalName = "/Lotus/Upgrades/Mods/Warframe/Expert/AvatarAbilityDurationModExpert",
			Introduced = "15.6.3",
			Link = "Primed Continuity",
			MaxRank = 10,
			Name = "Primed Continuity",
			Polarity = "Madurai",
			Rarity = "Legendary",
			Tradable = true,
			Transmutable = false,
			Type = "Warframe",
			UpgradeTypes = { "AVATAR_ABILITY_DURATION" }
		},
		["Primed Convulsion"] = {
			BaseDrain = 6,
			CodexSecret = true,
			Description = "+165% <DT_ELECTRICITY>Electricity",
			Icon = "PrimedConvulsion.png",
			Image = "PrimedConvulsionMod.png",
			Incompatible = { "Convulsion", "Flawed Convulsion" },
			InternalName = "/Lotus/Upgrades/Mods/Pistol/Expert/WeaponFireDamageModExpert",
			Introduced = "35.0.6",
			Link = "Primed Convulsion",
			MaxRank = 10,
			Name = "Primed Convulsion",
			Polarity = "Naramon",
			Rarity = "Legendary",
			Tradable = true,
			Transmutable = false,
			Type = "Pistol",
			UpgradeTypes = { "WEAPON_PERCENT_BASE_DAMAGE_ADDED" }
		},
		["Primed Cryo Rounds"] = {
			BaseDrain = 6,
			CodexSecret = true,
			Description = "+165% <DT_FREEZE>Cold",
			Icon = "PrimedCryoRounds.png",
			Image = "PrimedCryoRoundsMod.png",
			Incompatible = { "Cryo Rounds" },
			InternalName = "/Lotus/Upgrades/Mods/Rifle/Expert/WeaponFreezeDamageModExpert",
			Introduced = "Recurring Dreams",
			Link = "Primed Cryo Rounds",
			MaxRank = 10,
			Name = "Primed Cryo Rounds",
			Polarity = "Vazarin",
			Rarity = "Legendary",
			Tradable = true,
			Transmutable = false,
			Type = "Rifle",
			UpgradeTypes = { "WEAPON_PERCENT_BASE_DAMAGE_ADDED" }
		},
		["Primed Deadly Efficiency"] = {
			BaseDrain = 4,
			Description = "On Reload From Empty:\r\n+220% Damage for 16.5s",
			Image = "PrimedDeadlyEfficiencyMod.png",
			Incompatible = { "Deadly Efficiency" },
			InternalName = "/Lotus/Upgrades/Mods/Archwing/Rifle/PrimedArchwingDamageAfterReloadMod",
			Introduced = "36.0.4",
			CodexSecret = false,
			Link = "Primed Deadly Efficiency",
			MaxRank = 10,
			Name = "Primed Deadly Efficiency",
			Icon = "PrimedDeadlyEfficiency.png",
			Polarity = "Madurai",
			Rarity = "Legendary",
			Tradable = true,
			Transmutable = false,
			Type = "Archgun",
			UpgradeTypes = { "WEAPON_DAMAGE_AMOUNT" }
		},
		["Primed Dual Rounds"] = {
			BaseDrain = 6,
			CodexSecret = true,
			Description = "+110% Multishot",
			Icon = "PrimedDualRounds.png",
			Image = "PrimedDualRoundsMod.png",
			Incompatible = { "Dual Rounds" },
			InternalName = "/Lotus/Upgrades/Mods/Archwing/Rifle/PrimedArchwingRifleFireIterationsMod",
			Introduced = "36.0.4",
			Link = "Primed Dual Rounds",
			MaxRank = 10,
			Name = "Primed Dual Rounds",
			Polarity = "Madurai",
			Rarity = "Legendary",
			Tradable = true,
			Transmutable = false,
			Type = "Archgun",
			UpgradeTypes = { "WEAPON_FIRE_ITERATIONS" }
		},
		["Primed Expel Corpus"] = {
			BaseDrain = 4,
			CodexSecret = true,
			Description = "x1.55 Damage to Corpus",
			Icon = "PrimedExpelCorpus.png",
			Image = "PrimedExpelCorpusMod.png",
			Incompatible = { "Expel Corpus", "Flawed Expel Corpus" },
			InternalName = "/Lotus/Upgrades/Mods/Pistol/Expert/WeaponPistolFactionDamageCorpusExpert",
			Introduced = "23.9.1",
			Link = "Primed Expel Corpus",
			MaxRank = 10,
			Name = "Primed Expel Corpus",
			Polarity = "Madurai",
			Rarity = "Legendary",
			Tradable = true,
			Transmutable = false,
			Type = "Pistol",
			UpgradeTypes = { "GAMEPLAY_FACTION_DAMAGE" }
		},
		["Primed Expel Corrupted"] = {
			BaseDrain = 4,
			CodexSecret = true,
			Description = "x1.55 Damage to Corrupted",
			Icon = "PrimedExpelCorrupted.png",
			Image = "PrimedExpelCorruptedMod.png",
			Incompatible = { "Expel Corrupted" },
			InternalName = "/Lotus/Upgrades/Mods/Pistol/Expert/WeaponPistolFactionDamageCorruptedExpert",
			Introduced = "23.9.1",
			Link = "Primed Expel Corrupted",
			MaxRank = 10,
			Name = "Primed Expel Corrupted",
			Polarity = "Madurai",
			Rarity = "Legendary",
			Tradable = true,
			Transmutable = false,
			Type = "Pistol",
			UpgradeTypes = { "GAMEPLAY_FACTION_DAMAGE" }
		},
		["Primed Expel Grineer"] = {
			BaseDrain = 4,
			CodexSecret = true,
			Description = "x1.55 Damage to Grineer",
			Icon = "PrimedExpelGrineer.png",
			Image = "PrimedExpelGrineerMod.png",
			Incompatible = { "Expel Grineer", "Flawed Expel Grineer" },
			InternalName = "/Lotus/Upgrades/Mods/Pistol/Expert/WeaponPistolFactionDamageGrineerExpert",
			Introduced = "23.9.1",
			Link = "Primed Expel Grineer",
			MaxRank = 10,
			Name = "Primed Expel Grineer",
			Polarity = "Madurai",
			Rarity = "Legendary",
			Tradable = true,
			Transmutable = false,
			Type = "Pistol",
			UpgradeTypes = { "GAMEPLAY_FACTION_DAMAGE" }
		},
		["Primed Expel Infested"] = {
			BaseDrain = 4,
			CodexSecret = true,
			Description = "x1.55 Damage to Infested",
			Icon = "PrimedExpelInfested.png",
			Image = "PrimedExpelInfestedMod.png",
			Incompatible = { "Expel Infested" },
			InternalName = "/Lotus/Upgrades/Mods/Pistol/Expert/WeaponPistolFactionDamageInfestedExpert",
			Introduced = "23.9.1",
			Link = "Primed Expel Infested",
			MaxRank = 10,
			Name = "Primed Expel Infested",
			Polarity = "Madurai",
			Rarity = "Legendary",
			Tradable = true,
			Transmutable = false,
			Type = "Pistol",
			UpgradeTypes = { "GAMEPLAY_FACTION_DAMAGE" }
		},
		["Primed Fast Hands"] = {
			BaseDrain = 2,
			CodexSecret = true,
			Description = "+55% Reload Speed",
			Icon = "PrimedFastHands.png",
			Image = "PrimedFastHandsMod.png",
			Incompatible = { "Fast Hands", "Flawed Fast Hands" },
			InternalName = "/Lotus/Upgrades/Mods/Rifle/Expert/WeaponReloadSpeedModExpert",
			Introduced = "15.9",
			Link = "Primed Fast Hands",
			MaxRank = 10,
			Name = "Primed Fast Hands",
			Polarity = "Naramon",
			Rarity = "Legendary",
			Tradable = true,
			Transmutable = false,
			Type = "Rifle",
			UpgradeTypes = { "WEAPON_RELOAD_SPEED" }
		},
		["Primed Fever Strike"] = {
			BaseDrain = 6,
			CodexSecret = true,
			Description = "+165% <DT_POISON>Toxin",
			Icon = "PrimedFeverStrike.png",
			Image = "PrimedFeverStrikeMod.png",
			Incompatible = { "Fever Strike", "Flawed Fever Strike" },
			InternalName = "/Lotus/Upgrades/Mods/Melee/Expert/WeaponToxinDamageModExpert",
			Introduced = "22",
			Link = "Primed Fever Strike",
			MaxRank = 10,
			Name = "Primed Fever Strike",
			Polarity = "Naramon",
			Rarity = "Legendary",
			Tradable = true,
			Transmutable = false,
			Type = "Melee",
			UpgradeTypes = { "WEAPON_PERCENT_BASE_DAMAGE_ADDED" }
		},
		["Primed Firestorm"] = {
			BaseDrain = 6,
			CodexSecret = true,
			Description = "Improves the Blast Radius of weapons with Radial Attacks.\r\n+44% Blast Radius",
			Icon = "PrimedFirestorm.png",
			Image = "PrimedFirestormMod.png",
			Incompatible = { "Firestorm" },
			InternalName = "/Lotus/Upgrades/Mods/Rifle/Expert/WeaponIncreaseRadialExplosionModExpert",
			Introduced = "29.5.6",
			Link = "Primed Firestorm",
			MaxRank = 10,
			Name = "Primed Firestorm",
			Polarity = "Madurai",
			Rarity = "Legendary",
			Tradable = true,
			Transmutable = false,
			Type = "Rifle" 
		},
		["Primed Flow"] = {
			BaseDrain = 4,
			CodexSecret = true,
			Description = "+185% Energy Max",
			Icon = "PrimedFlow.png",
			Image = "PrimedFlowMod.png",
			Incompatible = { "Flow", "Archon Flow", "Flawed Flow" },
			InternalName = "/Lotus/Upgrades/Mods/Warframe/Expert/AvatarPowerMaxModExpert",
			Introduced = "15.8.1",
			Link = "Primed Flow",
			MaxRank = 10,
			Name = "Primed Flow",
			Polarity = "Naramon",
			Rarity = "Legendary",
			Tradable = true,
			Transmutable = false,
			Type = "Warframe",
			UpgradeTypes = { "AVATAR_POWER_MAX" }
		},
		["Primed Fulmination"] = {
			BaseDrain = 6,
			CodexSecret = true,
			Description = "Improves the Blast Radius of weapons with Radial Attacks.\r\n+44% Blast Radius",
			Icon = "PrimedFulmination.png",
			Image = "PrimedFulminationMod.png",
			Incompatible = { "Fulmination" },
			InternalName = "/Lotus/Upgrades/Mods/Pistol/Event/AmbulasEvent/Expert/SecondaryExplosionRadiusModExpert",
			Introduced = "29.5.6",
			Link = "Primed Fulmination",
			MaxRank = 10,
			Name = "Primed Fulmination",
			Polarity = "Madurai",
			Rarity = "Legendary",
			Tradable = true,
			Transmutable = false,
			Type = "Pistol" 
		},
		["Primed Fury"] = {
			BaseDrain = 4,
			CodexSecret = true,
			Description = "+55% Attack Speed",
			Icon = "PrimedFury.png",
			Image = "PrimedFuryMod.png",
			Incompatible = { "Fury", "Flawed Fury", "Berserker Fury" },
			InternalName = "/Lotus/Upgrades/Mods/Melee/Expert/WeaponFireRateModExpert",
			Introduced = "Lunaro 4",
			Link = "Primed Fury",
			MaxRank = 10,
			Name = "Primed Fury",
			Polarity = "Madurai",
			Rarity = "Legendary",
			Tradable = false,
			Transmutable = false,
			Type = "Melee",
			UpgradeTypes = { "WEAPON_FIRE_RATE" }
		},
		["Primed Heated Charge"] = {
			BaseDrain = 6,
			CodexSecret = true,
			Description = "+165% <DT_FIRE>Heat",
			Icon = "PrimedHeatedCharge.png",
			Image = "PrimedHeatedChargeMod.png",
			Incompatible = { "Heated Charge", "Flawed Heated Charge" },
			InternalName = "/Lotus/Upgrades/Mods/Pistol/Expert/WeaponFireDamageModExpert",
			Introduced = "15.11",
			Link = "Primed Heated Charge",
			MaxRank = 10,
			Name = "Primed Heated Charge",
			Polarity = "Naramon",
			Rarity = "Legendary",
			Tradable = true,
			Transmutable = false,
			Type = "Pistol",
			UpgradeTypes = { "WEAPON_PERCENT_BASE_DAMAGE_ADDED" }
		},
		["Primed Heavy Trauma"] = {
			BaseDrain = 2,
			CodexSecret = true,
			Description = "+165% <DT_IMPACT>Impact",
			Icon = "PrimedHeavyTrauma.png",
			Image = "PrimedHeavyTraumaMod.png",
			Incompatible = { "Heavy Trauma" },
			InternalName = "/Lotus/Upgrades/Mods/Melee/Expert/WeaponImpactDamageModExpert",
			Introduced = "15.9",
			Link = "Primed Heavy Trauma",
			MaxRank = 10,
			Name = "Primed Heavy Trauma",
			Polarity = "Naramon",
			Rarity = "Legendary",
			Tradable = true,
			Transmutable = false,
			Type = "Melee",
			UpgradeTypes = { "WEAPON_PERCENT_BASE_DAMAGE_ADDED" }
		},
		["Primed Magazine Warp"] = {
			BaseDrain = 4,
			CodexSecret = true,
			Description = "+55% Magazine Capacity",
			Icon = "PrimedMagazineWarp.png",
			Image = "PrimedMagazineWarpMod.png",
			Incompatible = { "Amalgam Javlok Magazine Warp", "Flawed Magazine Warp", "Magazine Warp" },
			InternalName = "/Lotus/Upgrades/Mods/Rifle/Expert/WeaponClipMaxModExpert",
			Introduced = "30.6.1",
			Link = "Primed Magazine Warp",
			MaxRank = 10,
			Name = "Primed Magazine Warp",
			Polarity = "Naramon",
			Rarity = "Legendary",
			Tradable = true,
			Transmutable = false,
			Type = "Rifle",
			UpgradeTypes = { "WEAPON_CLIP_MAX" }
		},
		["Primed Morphic Transformer"] = {
			BaseDrain = 6,
			CodexSecret = true,
			Description = "+55% Ability Strength",
			Icon = "PrimedMorphicTransformer.png",
			Image = "PrimedMorphicTransformerMod.png",
			Incompatible = { "Morphic Transformer" },
			InternalName = "/Lotus/Upgrades/Mods/Archwing/Expert/ArchwingSuitAbilityStrengthModExpert",
			Introduced = "17.7.1",
			Link = "Primed Morphic Transformer",
			MaxRank = 10,
			Name = "Primed Morphic Transformer",
			Polarity = "Madurai",
			Rarity = "Legendary",
			Tradable = true,
			Transmutable = false,
			Type = "Archwing",
			UpgradeTypes = { "AVATAR_ABILITY_STRENGTH" }
		},
		["Primed Pack Leader"] = {
			BaseDrain = 4,
			CodexSecret = true,
			Description = "Heal your Companion with Melee hits. Excess healing grants Overguard.\r\n+183 Health per hit\r\n+2200 OVERGUARD MAX",
			Icon = "PrimedPackLeader.png",
			Image = "PrimedPackLeaderMod.png",
			Incompatible = { "Pack Leader" },
			IncompatibilityTags = { "SENTINEL_MOD" },
			InternalName = "/Lotus/Upgrades/Mods/Sentinel/Kubrow/Expert/KubrowPackLeaderExpertMod",
			Introduced = "24.8.3",
			Link = "Primed Pack Leader",
			MaxRank = 10,
			Name = "Primed Pack Leader",
			Polarity = "Madurai",
			Rarity = "Legendary",
			Tradable = true,
			Transmutable = false,
			Type = "Companion",
			UpgradeTypes = { "AVATAR_SENTINEL_PACK_LEADER" }
		},
		["Primed Pistol Ammo Mutation"] = {
			BaseDrain = 0,
			CodexSecret = true,
			Description = "Converts Primary ammo pickups to 92% of Ammo Pick Up.",
			Icon = "PrimedPistolAmmoMutation.png",
			Image = "PrimedPistolAmmoMutationMod.png",
			Incompatible = { "Pistol Ammo Mutation" },
			InternalName = "/Lotus/Upgrades/Mods/Pistol/Expert/WeaponPistolConvertAmmoModExpert",
			Introduced = "15.13",
			IsExilus = true,
			Link = "Primed Pistol Ammo Mutation",
			MaxRank = 10,
			Name = "Primed Pistol Ammo Mutation",
			Polarity = "Naramon",
			Rarity = "Legendary",
			Tradable = true,
			Transmutable = false,
			Type = "Pistol",
			UpgradeTypes = { "WEAPON_CONVERT_AMMO" }
		},
		["Primed Pistol Gambit"] = {
			BaseDrain = 2,
			CodexSecret = true,
			Description = "+187% Critical Chance",
			Icon = "PrimedPistolGambit.png",
			Image = "PrimedPistolGambitMod.png",
			Incompatible = { "Pistol Gambit", "Flawed Pistol Gambit", "Creeping Bullseye" },
			InternalName = "/Lotus/Upgrades/Mods/Pistol/Expert/WeaponCritChanceModBeginnerExpert",
			Introduced = "16.10",
			Link = "Primed Pistol Gambit",
			MaxRank = 10,
			Name = "Primed Pistol Gambit",
			Polarity = "Madurai",
			Rarity = "Legendary",
			Tradable = true,
			Transmutable = false,
			Type = "Pistol",
			UpgradeTypes = { "WEAPON_CRIT_CHANCE" }
		},
		["Primed Point Blank"] = {
			BaseDrain = 4,
			CodexSecret = true,
			Description = "+165% Damage",
			Icon = "PrimedPointBlank.png",
			Image = "PrimedPointBlankMod.png",
			Incompatible = { "Point Blank", "Flawed Point Blank" },
			InternalName = "/Lotus/Upgrades/Mods/Shotgun/Expert/WeaponDamageAmountModExpert",
			Introduced = "15.8.1",
			Link = "Primed Point Blank",
			MaxRank = 10,
			Name = "Primed Point Blank",
			Polarity = "Madurai",
			Rarity = "Legendary",
			Tradable = true,
			Transmutable = false,
			Type = "Shotgun",
			UpgradeTypes = { "WEAPON_DAMAGE_AMOUNT" }
		},
		["Primed Pressure Point"] = {
			BaseDrain = 4,
			CodexSecret = true,
			Description = "+165% Melee Damage",
			Icon = "PrimedPressurePoint.png",
			Image = "PrimedPressurePointMod.png",
			Incompatible = { "Pressure Point", "Sacrificial Pressure", "Flawed Pressure Point" },
			InternalName = "/Lotus/Upgrades/Mods/Melee/Expert/WeaponMeleeDamageModExpert",
			Introduced = "Lunaro",
			Link = "Primed Pressure Point",
			MaxRank = 10,
			Name = "Primed Pressure Point",
			Polarity = "Madurai",
			Rarity = "Legendary",
			Tradable = true,
			Transmutable = false,
			Type = "Melee",
			UpgradeTypes = { "WEAPON_MELEE_DAMAGE" }
		},
		["Primed Quickdraw"] = {
			BaseDrain = 2,
			CodexSecret = true,
			Description = "+88% Reload Speed",
			Icon = "PrimedQuickdraw.png",
			Image = "PrimedQuickdrawMod.png",
			Incompatible = { "Quickdraw", "Flawed Quickdraw" },
			InternalName = "/Lotus/Upgrades/Mods/Pistol/Expert/WeaponReloadSpeedModExpert",
			Introduced = "23.1.3",
			Link = "Primed Quickdraw",
			MaxRank = 10,
			Name = "Primed Quickdraw",
			Polarity = "Naramon",
			Rarity = "Legendary",
			Tradable = true,
			Transmutable = false,
			Type = "Pistol",
			UpgradeTypes = { "WEAPON_RELOAD_SPEED" }
		},
		["Primed Ravage"] = {
			BaseDrain = 4,
			CodexSecret = true,
			Description = "+110% Critical Damage",
			Icon = "PrimedRavage.png",
			Image = "PrimedRavageMod.png",
			Incompatible = { "Ravage" },
			InternalName = "/Lotus/Upgrades/Mods/Shotgun/Expert/WeaponCritDamageModExpert",
			Introduced = "15.6.2",
			Link = "Primed Ravage",
			MaxRank = 10,
			Name = "Primed Ravage",
			Polarity = "Madurai",
			Rarity = "Legendary",
			Tradable = true,
			Transmutable = false,
			Type = "Shotgun",
			UpgradeTypes = { "WEAPON_CRIT_DAMAGE" }
		},
		["Primed Reach"] = {
			BaseDrain = 4,
			CodexSecret = true,
			Description = "+3 Range",
			Icon = "PrimedReach.png",
			Image = "PrimedReachMod.png",
			Incompatible = { "Reach" },
			InternalName = "/Lotus/Upgrades/Mods/Melee/Expert/WeaponMeleeRangeIncModExpert",
			Introduced = "15.13",
			Link = "Primed Reach",
			MaxRank = 10,
			Name = "Primed Reach",
			Polarity = "Madurai",
			Rarity = "Legendary",
			Tradable = true,
			Transmutable = false,
			Type = "Melee",
			UpgradeTypes = { "WEAPON_RANGE" }
		},
		["Primed Redirection"] = {
			BaseDrain = 6,
			CodexSecret = true,
			Description = "+180% Shield Capacity",
			Icon = "Redirection.png",
			Image = "PrimedRedirectionMod.png",
			Incompatible = { "Redirection", "Flawed Redirection" },
			InternalName = "/Lotus/Upgrades/Mods/Warframe/AvatarShieldMaxModExpert",
			Introduced = "35",
			Link = "Primed Redirection",
			MaxRank = 10,
			Name = "Primed Redirection",
			Polarity = "Vazarin",
			Rarity = "Legendary",
			Tradable = true,
			Transmutable = false,
			Type = "Warframe",
			UpgradeTypes = { "AVATAR_SHIELD_MAX" }
		},
		["Primed Regen"] = {
			BaseDrain = 4,
			CodexSecret = true,
			Description = "Sentinel recovery time reduced by 35s, Revives with 10s of invulnerability.",
			Icon = "PrimedRegen.png",
			Image = "PrimedRegenMod.png",
			Incompatible = { "Regen" },
			InternalName = "/Lotus/Types/Sentinels/SentinelPrecepts/PrimedRegen",
			Introduced = "19.6",
			Link = "Primed Regen",
			MaxRank = 10,
			Name = "Primed Regen",
			Polarity = "Penjaga",
			Rarity = "Legendary",
			Tradable = true,
			Transmutable = false,
			Type = "Sentinel" 
		},
		["Primed Rifle Ammo Mutation"] = {
			BaseDrain = 0,
			CodexSecret = true,
			CompatibilityTags = { "ASSAULT_AMMO" },
			Description = "Converts Secondary ammo pickups to 92% of Ammo Pick Up.",
			Icon = "PrimedRifleAmmoMutation.png",
			Image = "PrimedRifleAmmoMutationMod.png",
			Incompatible = { "Rifle Ammo Mutation" },
			InternalName = "/Lotus/Upgrades/Mods/Rifle/Expert/WeaponRifleConvertAmmoModExpert",
			Introduced = "17.11",
			Link = "Primed Rifle Ammo Mutation",
			MaxRank = 10,
			Name = "Primed Rifle Ammo Mutation",
			Polarity = "Naramon",
			Rarity = "Legendary",
			Tradable = true,
			Transmutable = false,
			Type = "Assault Rifle",
			UpgradeTypes = { "WEAPON_CONVERT_AMMO" }
		},
		["Primed Rubedo-Lined Barrel"] = {
			BaseDrain = 6,
			CodexSecret = true,
			Description = "+187% Damage",
			Icon = "Rubedo-LinedBarrel.png",
			Image = "PrimedRubedo-LinedBarrelMod.png",
			Incompatible = { "Rubedo-Lined Barrel" },
			InternalName = "/Lotus/Upgrades/Mods/Archwing/Rifle/Expert/ArchwingRifleDamageAmountModExpert",
			Introduced = "28.0.5",
			Link = "Primed Rubedo-Lined Barrel",
			MaxRank = 10,
			Name = "Primed Rubedo-Lined Barrel",
			Polarity = "Madurai",
			Rarity = "Legendary",
			Tradable = true,
			Transmutable = false,
			Type = "Archgun",
			UpgradeTypes = { "WEAPON_DAMAGE_AMOUNT" }
		},
		["Primed Shotgun Ammo Mutation"] = {
			BaseDrain = 0,
			CodexSecret = true,
			Description = "Converts Secondary ammo pickups to 92% of Ammo Pick Up.",
			Icon = "PrimedShotgunAmmoMutation.png",
			Image = "PrimedShotgunAmmoMutationMod.png",
			Incompatible = { "Shotgun Ammo Mutation" },
			InternalName = "/Lotus/Upgrades/Mods/Shotgun/Expert/WeaponShotgunConvertAmmoModExpert",
			Introduced = "17.11",
			Link = "Primed Shotgun Ammo Mutation",
			MaxRank = 10,
			Name = "Primed Shotgun Ammo Mutation",
			Polarity = "Naramon",
			Rarity = "Legendary",
			Tradable = true,
			Transmutable = false,
			Type = "Shotgun",
			UpgradeTypes = { "WEAPON_CONVERT_AMMO" }
		},
		["Primed Shred"] = {
			BaseDrain = 6,
			CodexSecret = true,
			Description = "+55% Fire Rate (x2 for Bows)\r\n+2.2 Punch Through",
			Icon = "PrimedShred.png",
			Image = "PrimedShredMod.png",
			Incompatible = { "Shred" },
			InternalName = "/Lotus/Upgrades/Mods/Rifle/DualStat/PrimedShredMod",
			Introduced = "21.1.1",
			Link = "Primed Shred",
			MaxRank = 10,
			Name = "Primed Shred",
			Polarity = "Madurai",
			Rarity = "Legendary",
			Tradable = false,
			Transmutable = false,
			Type = "Rifle",
			UpgradeTypes = { "WEAPON_FIRE_RATE", "WEAPON_PUNCTURE_DEPTH" }
		},
		["Primed Slip Magazine"] = {
			BaseDrain = 4,
			CodexSecret = true,
			Description = "+55% Magazine Capacity",
			Icon = "PrimedSlipMagazine.png",
			Image = "PrimedSlipMagazineMod.png",
			Incompatible = { "Slip Magazine", "Flawed Slip Magazine" },
			InternalName = "/Lotus/Upgrades/Mods/Pistol/Expert/WeaponClipMaxModExpert",
			Introduced = "16.4.4.1",
			Link = "Primed Slip Magazine",
			MaxRank = 10,
			Name = "Primed Slip Magazine",
			Polarity = "Naramon",
			Rarity = "Legendary",
			Tradable = true,
			Transmutable = false,
			Type = "Pistol",
			UpgradeTypes = { "WEAPON_CLIP_MAX" }
		},
		["Primed Smite Corpus"] = {
			BaseDrain = 4,
			CodexSecret = true,
			Description = "x1.55 Damage to Corpus",
			Icon = "PrimedSmiteCorpus.png",
			Image = "PrimedSmiteCorpusMod.png",
			Incompatible = { "Smite Corpus" },
			InternalName = "/Lotus/Upgrades/Mods/Melee/Expert/WeaponMeleeFactionDamageCorpusExpert",
			Introduced = "27.0.7",
			Link = "Primed Smite Corpus",
			MaxRank = 10,
			Name = "Primed Smite Corpus",
			Polarity = "Madurai",
			Rarity = "Legendary",
			Tradable = true,
			Transmutable = false,
			Type = "Melee",
			UpgradeTypes = { "GAMEPLAY_FACTION_DAMAGE" }
		},
		["Primed Smite Corrupted"] = {
			BaseDrain = 4,
			CodexSecret = true,
			Description = "x1.55 Damage to Corrupted",
			Icon = "PrimedSmiteCorrupted.png",
			Image = "PrimedSmiteCorruptedMod.png",
			Incompatible = { "Smite Corrupted" },
			InternalName = "/Lotus/Upgrades/Mods/Melee/Expert/WeaponMeleeFactionDamageCorruptedExpert",
			Introduced = "27.0.7",
			Link = "Primed Smite Corrupted",
			MaxRank = 10,
			Name = "Primed Smite Corrupted",
			Polarity = "Madurai",
			Rarity = "Legendary",
			Tradable = true,
			Transmutable = false,
			Type = "Melee",
			UpgradeTypes = { "GAMEPLAY_FACTION_DAMAGE" }
		},
		["Primed Smite Grineer"] = {
			BaseDrain = 4,
			CodexSecret = true,
			Description = "x1.55 Damage to Grineer",
			Icon = "PrimedSmiteGrineer.png",
			Image = "PrimedSmiteGrineerMod.png",
			Incompatible = { "Smite Grineer", "Flawed Smite Grineer" },
			InternalName = "/Lotus/Upgrades/Mods/Melee/Expert/WeaponMeleeFactionDamageGrineerExpert",
			Introduced = "27.0.7",
			Link = "Primed Smite Grineer",
			MaxRank = 10,
			Name = "Primed Smite Grineer",
			Polarity = "Madurai",
			Rarity = "Legendary",
			Tradable = true,
			Transmutable = false,
			Type = "Melee",
			UpgradeTypes = { "GAMEPLAY_FACTION_DAMAGE" }
		},
		["Primed Smite Infested"] = {
			BaseDrain = 4,
			CodexSecret = true,
			Description = "x1.55 Damage to Infested",
			Icon = "PrimedSmiteInfested.png",
			Image = "PrimedSmiteInfestedMod.png",
			Incompatible = { "Smite Infested" },
			InternalName = "/Lotus/Upgrades/Mods/Melee/Expert/WeaponMeleeFactionDamageInfestedExpert",
			Introduced = "27.0.7",
			Link = "Primed Smite Infested",
			MaxRank = 10,
			Name = "Primed Smite Infested",
			Polarity = "Madurai",
			Rarity = "Legendary",
			Tradable = true,
			Transmutable = false,
			Type = "Melee",
			UpgradeTypes = { "GAMEPLAY_FACTION_DAMAGE" }
		},
		["Primed Sniper Ammo Mutation"] = {
			BaseDrain = 0,
			CodexSecret = true,
			CompatibilityTags = { "SNIPER_AMMO", "LAUNCHER_AMMO" },
			Description = "Converts Secondary ammo pickups to 92% of Ammo Pick Up.",
			Icon = "PrimedSniperAmmoMutation.png",
			Image = "PrimedSniperAmmoMutationMod.png",
			Incompatible = {
				"Sniper Ammo Mutation"
			},
			InternalName = "/Lotus/Upgrades/Mods/Rifle/Expert/WeaponSnipersConvertAmmoModExpert",
			Introduced = "31.1.8",
			IsExilus = true,
			Link = "Primed Sniper Ammo Mutation",
			MaxRank = 10,
			Name = "Primed Sniper Ammo Mutation",
			Polarity = "Naramon",
			Rarity = "Legendary",
			Tradable = true,
			Transmutable = false,
			Type = "Sniper",
			UpgradeTypes = { "WEAPON_CONVERT_AMMO" }
		},
		["Primed Sure Footed"] = {
			BaseDrain = 6,
			CodexSecret = true,
			Description = "+100% Chance to Resist Knockdown",
			Icon = "PrimedSureFooted.png",
			Image = "PrimedSureFootedMod.png",
			Incompatible = { "Sure Footed" },
			InternalName = "/Lotus/Upgrades/Mods/Warframe/Expert/AvatarKnockdownResistanceModExpert",
			Introduced = "22.20.3",
			IsExilus = true,
			Link = "Primed Sure Footed",
			MaxRank = 10,
			Name = "Primed Sure Footed",
			Polarity = "Vazarin",
			Rarity = "Legendary",
			Tradable = false,
			Transmutable = false,
			Type = "Warframe",
			UpgradeTypes = { "AVATAR_INJURY_BLOCK_CHANCE" }
		},
		["Primed Tactical Pump"] = {
			BaseDrain = 2,
			CodexSecret = true,
			Conclave = false,
			Description = "+100% Reload Speed",
			Icon = "PrimedTacticalPump.png",
			Image = "PrimedTacticalPumpMod.png",
			Incompatible = { "Tactical Pump", "Flawed Tactical Pump" },
			InternalName = "/Lotus/Upgrades/Mods/Shotgun/Expert/WeaponReloadSpeedModExpert",
			Introduced = "30.3.5",
			IsExilus = false,
			IsFlawed = false,
			Link = "Primed Tactical Pump",
			MaxRank = 10,
			Name = "Primed Tactical Pump",
			Polarity = "Naramon",
			Rarity = "Legendary",
			Tradable = true,
			Transmutable = false,
			Type = "Shotgun",
			UpgradeTypes = { "WEAPON_RELOAD_SPEED" }
		},
		["Primed Target Cracker"] = {
			BaseDrain = 4,
			CodexSecret = true,
			Description = "+110% Critical Damage",
			Icon = "PrimedTargetCracker.png",
			Image = "PrimedTargetCrackerMod.png",
			Incompatible = { "Target Cracker", "Flawed Target Cracker" },
			InternalName = "/Lotus/Upgrades/Mods/Pistol/Expert/PrimedWeaponCritDamageMod",
			Introduced = "17.9",
			Link = "Primed Target Cracker",
			MaxRank = 10,
			Name = "Primed Target Cracker",
			Polarity = "Madurai",
			Rarity = "Legendary",
			Tradable = true,
			Transmutable = false,
			Type = "Pistol",
			UpgradeTypes = { "WEAPON_CRIT_DAMAGE" }
		},
		["Primed Vigor"] = {
			BaseDrain = 6,
			CodexSecret = true,
			Description = "+75% Shield Capacity\r\n+75% Health",
			Icon = "PrimedVigor.png",
			Image = "PrimedVigorMod.png",
			Incompatible = { "Vigor" },
			InternalName = "/Lotus/Upgrades/Mods/Warframe/Expert/VigorModExpert",
			Introduced = "19.5.6.1",
			Link = "Primed Vigor",
			MaxRank = 10,
			Name = "Primed Vigor",
			Polarity = "Vazarin",
			Rarity = "Legendary",
			Tradable = false,
			Transmutable = false,
			Type = "Warframe",
			UpgradeTypes = { "AVATAR_SHIELD_MAX", "AVATAR_HEALTH_MAX" }
		},
		["Primo Flair"] = {
			BaseDrain = 4,
			CodexSecret = false,
			Description = "Increase Maximum Trick Combo to 6000",
			Icon = "PrimoFlair.png",
			Image = "PrimoFlairMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Hoverboard/HBEliteTricksterMod",
			Introduced = "29",
			Link = "Primo Flair",
			MaxRank = 5,
			Name = "Primo Flair",
			Polarity = "Naramon",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "K-Drive" 
		},
		["Prism Guard"] = {
			BaseDrain = 6,
			CodexSecret = false,
			Conclave = true,
			Description = "Prism Augment: Prism follows above Mirage. Duration changed to 4s.",
			Icon = "PrismGuard.png",
			Image = "PrismGuardMod.png",
			InternalName = "/Lotus/Powersuits/Harlequin/PrismPvPAugmentCard",
			Introduced = "18.5",
			IsAbilityAugment = true,
			Link = "Prism Guard",
			MaxRank = 3,
			Name = "Prism Guard",
			Polarity = "Zenurik",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Mirage" 
		},
		["Prize Kill"] = {
			BaseDrain = 10,
			CodexSecret = false,
			Conclave = true,
			Description = "On Kill:\r\n-100% Shield Recharge Delay for 10s\r\n-25% from Health Orbs",
			Icon = "PrizeKill.png",
			Image = "PrizeKillMod.png",
			IncompatibilityTags =  { "SANDMAN" },
			InternalName = "/Lotus/Upgrades/Mods/PvPMods/Shotgun/RestoreShieldsOnKillMod",
			Introduced = "16.5",
			Link = "Prize Kill",
			MaxRank = 3,
			Name = "Prize Kill",
			Polarity = "Vazarin",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Shotgun",
			UpgradeTypes = { "AVATAR_SHIELD_RECHARGE_RATE", "GAMEPLAY_PICKUP_AMOUNT" }
		},
		Proboscis = {
			BaseDrain = 0,
			CodexSecret = false,
			Description = "Helminth Charger whips a proboscis out at an enemy within 30m, pulling them back and dealing 100 damage.",
			Icon = "Proboscis.png",
			Image = "ProboscisMod.png",
			InternalName = "/Lotus/Types/Friendly/Pets/KubrowPetPrecepts/KubrowGrabPrecept",
			Introduced = "20",
			Link = "Proboscis",
			MaxRank = 3,
			Name = "Proboscis",
			Polarity = "Penjaga",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Helminth Charger" 
		},
		["Prolonged Paralysis"] = {
			BaseDrain = 6,
			CodexSecret = false,
			Description = "Paralysis Augment: Affected enemies are pulled towards Valkyr and the stun duration is increased by 200%.",
			Icon = "ProlongedParalysis.png",
			Image = "ProlongedParalysisMod.png",
			InternalName = "/Lotus/Powersuits/Berserker/ShieldBashAugmentCard",
			Introduced = "15",
			IsAbilityAugment = true,
			Link = "Prolonged Paralysis",
			MaxRank = 3,
			Name = "Prolonged Paralysis",
			Polarity = "Zenurik",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Valkyr" 
		},
		Protect = {
			BaseDrain = 0,
			CodexSecret = false,
			Description = "The kubrow comes to the defense of its master, replenishing their shields by 300.",
			Icon = "Protect.png",
			Image = "ProtectMod.png",
			InternalName = "/Lotus/Types/Friendly/Pets/KubrowPetPrecepts/KubrowShieldPrecept",
			Introduced = "14",
			Link = "Protect",
			MaxRank = 5,
			Name = "Protect",
			Polarity = "Penjaga",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Raksa Kubrow" 
		},
		["Protective Shots"] = {
			BaseDrain = 2,
			CodexSecret = false,
			Description = "+30% Turret Damage when Shields are above 75%",
			Icon = "ProtectiveShots.png",
			Image = "ProtectiveShotsMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Railjack/Gunnery/LavanProtectiveShots",
			Introduced = "29.10",
			Link = "Protective Shots",
			MaxRank = 5,
			Name = "Protective Shots",
			Polarity = "Madurai",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = false,
			Type = "Plexus" 
		},
		["Proton Jet"] = {
			BaseDrain = 4,
			CodexSecret = false,
			Description = "During a Wall Latch gain +120% Status Chance and Critical Chance.",
			Icon = "ProtonJet.png",
			Image = "ProtonJetMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Sets/Spider/SpiderModB",
			Introduced = "25",
			Link = "Proton Jet",
			MaxRank = 3,
			Name = "Proton Jet",
			Polarity = "Naramon",
			Rarity = "Uncommon",
			Set = "Proton Set",
			Tradable = true,
			Transmutable = false,
			Type = "Rifle",
			UpgradeTypes = { "WEAPON_PROC_CHANCE", "WEAPON_CRIT_CHANCE" }
		},
		["Proton Pulse"] = {
			BaseDrain = 4,
			CodexSecret = false,
			Description = "Wall Dashing grants +100% Bullet Jump Speed.",
			Icon = "ProtonPulse.png",
			Image = "ProtonPulseMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Sets/Spider/SpiderModA",
			Introduced = "25",
			IsExilus = true,
			Link = "Proton Pulse",
			MaxRank = 3,
			Name = "Proton Pulse",
			Polarity = "Naramon",
			Rarity = "Common",
			Set = "Proton Set",
			Tradable = true,
			Transmutable = false,
			Type = "Warframe",
			UpgradeTypes = { "AVATAR_PARKOUR_BOOST" }
		},
		["Proton Snap"] = {
			BaseDrain = 6,
			CodexSecret = false,
			Description = "Hold Wall Latch for 2s to gain +100% <DT_POISON>Toxin Damage\r\n and +50% Status Chance for 20s.",
			Icon = "ProtonSnap.png",
			Image = "ProtonSnapMod.png",
			IncompatibilityTags = { "SENTINEL_WEAPON", "HOUND_WEAPON" },
			InternalName = "/Lotus/Upgrades/Mods/Sets/Spider/SpiderModC",
			Introduced = "25",
			Link = "Proton Snap",
			MaxRank = 3,
			Name = "Proton Snap",
			Polarity = "Madurai",
			Rarity = "Rare",
			Set = "Proton Set",
			Tradable = true,
			Transmutable = false,
			Type = "Melee",
			UpgradeTypes = { "WEAPON_PERCENT_BASE_DAMAGE_ADDED", "WEAPON_PROC_CHANCE" }
		},
		Provoked = {
			BaseDrain = 4,
			CodexSecret = false,
			Description = "+110% Damage during Bleedout",
			Icon = "Provoked.png",
			Image = "ProvokedMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Warframe/AvatarGroundFireDmgMod",
			Introduced = "10",
			Link = "Provoked",
			MaxRank = 10,
			Name = "Provoked",
			Polarity = "Madurai",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = true,
			Type = "Warframe",
			UpgradeTypes = { "WEAPON_DAMAGE_AMOUNT" }
		},
		Pummel = {
			BaseDrain = 6,
			CodexSecret = false,
			Description = "+120% <DT_IMPACT>Impact",
			Icon = "Pummel.png",
			Image = "PummelMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Pistol/WeaponEventPistolImpactDamageMod",
			Introduced = "16.4",
			Link = "Pummel",
			MaxRank = 5,
			Name = "Pummel",
			Polarity = "Naramon",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Pistol",
			UpgradeTypes = { "WEAPON_PERCENT_BASE_DAMAGE_ADDED" }
		},
		["Purging Slash"] = {
			BaseDrain = 6,
			CodexSecret = false,
			Conclave = true,
			Description = "Slash Dash Augment: Allies in the path of Slash Dash have 4 debuffs removed and 100% Shields restored.",
			Icon = "PurgingSlash.png",
			Image = "PurgingSlashMod.png",
			Incompatible = { "Surging Dash" },
			InternalName = "/Lotus/Powersuits/Excalibur/SlashDashPvPAugmentCard",
			Introduced = "16",
			IsAbilityAugment = true,
			Link = "Purging Slash",
			MaxRank = 3,
			Name = "Purging Slash",
			Polarity = "Zenurik",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Excalibur" 
		},
		["Purifying Flames"] = {
			BaseDrain = 6,
			CodexSecret = false,
			Conclave = true,
			Description = "Fire Blast Augment: Allies hit by the expanding ring of fire will be granted 4s of Status Immunity.",
			Icon = "PurifyingFlames.png",
			Image = "PurifyingFlamesMod.png",
			Incompatible = { "Healing Flame" },
			InternalName = "/Lotus/Powersuits/Ember/FireBlastPvPAugmentCard",
			Introduced = "16.5",
			IsAbilityAugment = true,
			Link = "Purifying Flames",
			MaxRank = 3,
			Name = "Purifying Flames",
			Polarity = "Zenurik",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Ember" 
		},
		["Push & Pull"] = {
			BaseDrain = 6,
			CodexSecret = false,
			Conclave = true,
			Description = "Metamorphosis Augment: Switching to Day-form staggers enemies within 6m and knocks them down when switching to Night-form.",
			Icon = "Push&Pull.png",
			Image = "Push&PullMod.png",
			InternalName = "/Lotus/Powersuits/YinYang/YinYangSwitchPvPAugmentCard",
			Introduced = "18.5",
			IsAbilityAugment = true,
			Link = "Push & Pull",
			MaxRank = 3,
			Name = "Push & Pull",
			Polarity = "Zenurik",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Equinox" 
		},
		["Pyroclastic Flow"] = {
			BaseDrain = 6,
			CodexSecret = false,
			Description = "Fire Walker Augment: Accumulate 250% of the damage Fire Walker deals, unleashing it in a trail of fire that lasts 10s.",
			Icon = "PyroclasticFlow.png",
			Image = "PyroclasticFlowMod.png",
			InternalName = "/Lotus/Powersuits/Nezha/NezhaTrailAugmentCard",
			Introduced = "20.2",
			IsAbilityAugment = true,
			Link = "Pyroclastic Flow",
			MaxRank = 3,
			Name = "Pyroclastic Flow",
			Polarity = "Zenurik",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Nezha" 
		},
		["Quaking Hand"] = {
			BaseDrain = -2,
			CompatibilityTags = { "FIST_STANCE" },
			CodexSecret = false,
			Conclave = true,
			Description = "Fighting form devised for Conclave.",
			Icon = "QuakingHand.png",
			Image = "QuakingHandMod.png",
			InternalName = "/Lotus/Upgrades/Mods/PvPMods/Stances/PvPFistStanceOne",
			Introduced = "Specters of the Rail",
			Link = "Quaking Hand",
			MaxRank = 3,
			Name = "Quaking Hand",
			Polarity = "Unairu",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = false,
			Type = "Fists" 
		},
		["Quasar Drill"] = {
			BaseDrain = 2,
			CodexSecret = false,
			Description = "+90% <DT_PUNCTURE>Puncture",
			Icon = "QuasarDrill.png",
			Image = "QuasarDrillMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Archwing/Rifle/ArchwingDualStatPunctureStatusMod",
			Introduced = "Specters of the Rail",
			Link = "Quasar Drill",
			MaxRank = 5,
			Name = "Quasar Drill",
			Polarity = "Naramon",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Archgun",
			UpgradeTypes = { "WEAPON_PERCENT_BASE_DAMAGE_ADDED" }
		},
		["Quick Charge"] = {
			BaseDrain = 6,
			CodexSecret = false,
			Conclave = true,
			Description = "-20% Shield Recharge Delay\r\n-20 Shield Capacity",
			Icon = "QuickCharge.png",
			Image = "QuickChargeMod.png",
			IncompatibilityTags = { "SANDMAN" },
			InternalName = "/Lotus/Upgrades/Mods/PvPMods/Warframe/ReduceShieldRechargeDelayWarframe",
			Introduced = "16.5",
			Link = "Quick Charge",
			MaxRank = 3,
			Name = "Quick Charge",
			Polarity = "Vazarin",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Warframe",
			UpgradeTypes = { "AVATAR_SHIELD_RECHARGE_RATE", "AVATAR_SHIELD_MAX" }
		},
		["Quick Escape"] = {
			BaseDrain = 4,
			CodexSecret = false,
			Description = "Gain invulnerability for 5s mounting a K-drive, but will expire early upon dismounting. ",
			Icon = "QuickEscape.png",
			Image = "QuickEscapeMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Hoverboard/HBEscapePlanMod",
			Introduced = "24.2",
			Link = "Quick Escape",
			MaxRank = 3,
			Name = "Quick Escape",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "K-Drive" 
		},
		["Quick Reload"] = {
			BaseDrain = 2,
			CodexSecret = false,
			Description = "+100% Reload Speed",
			Icon = "QuickReload.png",
			Image = "QuickReloadMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Archwing/Rifle/ArchwingRifleReloadSpeedMod",
			Introduced = "24.2",
			Link = "Quick Reload",
			MaxRank = 3,
			Name = "Quick Reload",
			Polarity = "Naramon",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = false,
			Type = "Archgun",
			UpgradeTypes = { "WEAPON_RELOAD_SPEED" }
		},
		["Quick Return"] = {
			BaseDrain = 4,
			CodexSecret = false,
			Description = "-4 Bounce",
			Icon = "QuickReturn.png",
			Image = "QuickReturnMod.png",
			Incompatible = { "Volatile Quick Return", "Volatile Rebound", "Rebound" },
			InternalName = "/Lotus/Upgrades/Mods/Melee/WeaponGlaiveReflectionDecreaseMod",
			Introduced = "10",
			Link = "Quick Return",
			MaxRank = 3,
			Name = "Quick Return",
			Polarity = "Naramon",
			Rarity = "Common",
			Tradable = true,
			Transmutable = true,
			Type = "Glaive",
			UpgradeTypes = { "WEAPON_REFLECTION_MODIFIER" }
		},
		["Quick Thinking"] = {
			BaseDrain = 4,
			CodexSecret = false,
			Description = "Drains Energy to stop Lethal Damage with 240% Efficiency.",
			Icon = "QuickThinking.png",
			Image = "QuickThinkingMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Warframe/AvatarPowerToHealthOnDeathMod",
			Introduced = "10",
			Link = "Quick Thinking",
			MaxRank = 5,
			Name = "Quick Thinking",
			Polarity = "Vazarin",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = true,
			Type = "Warframe",
			UpgradeTypes = { "GAMEPLAY_POWER_TO_HEALTH_ON_DEATH" }
		},
		Quickdraw = {
			BaseDrain = 2,
			CodexSecret = false,
			Description = "+48% Reload Speed",
			Icon = "Quickdraw.png",
			Image = "QuickdrawMod.png",
			Incompatible = { "Primed Quickdraw", "Flawed Quickdraw" },
			InternalName = "/Lotus/Upgrades/Mods/Pistol/WeaponReloadSpeedMod",
			Introduced = "0",
			Link = "Quickdraw",
			MaxRank = 5,
			Name = "Quickdraw",
			Polarity = "Naramon",
			Rarity = "Common",
			Tradable = true,
			Transmutable = true,
			Type = "Pistol",
			UpgradeTypes = { "WEAPON_RELOAD_SPEED" }
		},
		Quickening = {
			BaseDrain = 6,
			CodexSecret = false,
			Description = "+40% Attack Speed\r\n+20% Combo Count Chance",
			Icon = "Quickening.png",
			Image = "QuickeningMod.png",
			IncompatibilityTags = { "SENTINEL_WEAPON", "HOUND_WEAPON" },
			InternalName = "/Lotus/Upgrades/Mods/Melee/Channel/ChannelFireRateMod",
			Introduced = "13",
			Link = "Quickening",
			MaxRank = 3,
			Name = "Quickening",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = true,
			Type = "Melee",
			UpgradeTypes = { "WEAPON_FIRE_RATE", "WEAPON_MELEE_COMBO_GAIN_EXTRA_CHANCE" }
		},
		Quicklock = {
			BaseDrain = 2,
			CodexSecret = false,
			Description = "-75% Ordnance Lock-On Time",
			Icon = "Quicklock.png",
			Image = "QuicklockMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Railjack/Gunnery/LavanFastOrdnanceLock",
			Introduced = "27.4",
			Link = "Quicklock",
			MaxRank = 5,
			Name = "Quicklock",
			Polarity = "Naramon",
			Rarity = "Common",
			Tradable = true,
			Transmutable = false,
			Type = "Plexus" 
		},
		["Radiant Finish"] = {
			BaseDrain = 6,
			CodexSecret = false,
			Description = "Radial Blind Augment: Blinded enemies take 300% more Finisher Damage.",
			Icon = "RadiantFinish.png",
			Image = "RadiantFinishMod.png",
			InternalName = "/Lotus/Powersuits/Excalibur/RadialBlindAugmentCard",
			Introduced = "16.3.3",
			IsAbilityAugment = true,
			Link = "Radiant Finish",
			MaxRank = 3,
			Name = "Radiant Finish",
			Polarity = "Zenurik",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Excalibur" 
		},
		["Radiated Reload"] = {
			BaseDrain = 4,
			CodexSecret = false,
			Description = "+60% <DT_RADIATION>Radiation\r\n+40% Reload Speed",
			Icon = "RadiatedReload.png",
			Image = "RadiatedReloadMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Rifle/DualStat/RadiationReloadRifleMod",
			Introduced = "35",
			Link = "Radiated Reload",
			MaxRank = 3,
			Name = "Radiated Reload",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Rifle",
			UpgradeTypes = { "WEAPON_PERCENT_BASE_DAMAGE_ADDED", "WEAPON_RELOAD_SPEED" }
		},
		Rage = {
			BaseDrain = 6,
			CodexSecret = false,
			Description = "Convert +40% of Damage on Health to Energy",
			Icon = "Rage.png",
			Image = "RageMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Warframe/AvatarDamageToEnergyMod",
			Introduced = "8",
			Link = "Rage",
			MaxRank = 5,
			Name = "Rage",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = true,
			Type = "Warframe",
			UpgradeTypes = { "AVATAR_DAMAGE_POWER_MULTIPLIER" }
		},
		["Raider Matrix"] = {
			BaseDrain = -2,
			CodexSecret = false,
			Description = "+15% Archwing Speed and Damage\r\n+24% Archwing Shield and Armor\r\n+45% Captured Crewship Speed and Damage",
			Icon = "RaiderMatrix.png",
			Image = "RaiderMatrixMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Railjack/Piloting/LavanHijackMatrixAura",
			Introduced = "29.10",
			Link = "Raider Matrix",
			MaxRank = 5,
			Name = "Raider Matrix",
			Polarity = "Madurai",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = false,
			Type = "Railjack Aura" 
		},
		["Rail Guards"] = {
			BaseDrain = 4,
			CodexSecret = false,
			Description = "+30% K-Drive Grind Speed",
			Icon = "RailGuards.png",
			Image = "RailGuardsMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Hoverboard/HBGrindSpeedMod",
			Introduced = "24",
			Link = "Rail Guards",
			MaxRank = 5,
			Name = "Rail Guards",
			Polarity = "Naramon",
			Rarity = "Common",
			Tradable = true,
			Transmutable = false,
			Type = "K-Drive",
			UpgradeTypes = { "VEHICLE_SPEED_ALT" }
		},
		["Range Advantage"] = {
			BaseDrain = 4,
			Description = "+300% damage if no enemies are within 10m.",
			Image = "RangeAdvantageMod.png",
			IncompatibilityTags = { "POWER_WEAPON" },
			InternalName = "/Lotus/Upgrades/Mods/Rifle/Event/Nightwave/NightwaveAkjagaraAugmentMod",
			Introduced = "31.2",
			CodexSecret = false,
			IsWeaponAugment = true,
			Link = "Range Advantage",
			MaxRank = 5,
			Name = "Range Advantage",
			Icon = "RangeAdvantage.png",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Akjagara" 
		},
		["Rapid Resilience"] = {
			BaseDrain = 6,
			CodexSecret = false,
			Description = "-75% Status Duration on Self",
			Icon = "RapidResilience.png",
			Image = "RapidResilienceMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Warframe/AvatarProcTimeMod",
			Introduced = "15",
			Link = "Rapid Resilience",
			MaxRank = 5,
			Name = "Rapid Resilience",
			Polarity = "Vazarin",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = true,
			Type = "Warframe",
			UpgradeTypes = { "AVATAR_PROC_TIME" }
		},
		Ravage = {
			BaseDrain = 2,
			CodexSecret = false,
			Description = "+60% Critical Damage",
			Icon = "Ravage.png",
			Image = "RavageMod.png",
			Incompatible = { "Primed Ravage" },
			InternalName = "/Lotus/Upgrades/Mods/Shotgun/WeaponCritDamageMod",
			Introduced = "0",
			Link = "Ravage",
			MaxRank = 5,
			Name = "Ravage",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = true,
			Type = "Shotgun",
			UpgradeTypes = { "WEAPON_CRIT_DAMAGE" }
		},
		["Ravenous Wraith"] = {
			BaseDrain = 0,
			CodexSecret = false,
			Conclave = false,
			Description = "",
			Icon = "RavenousWraith.png",
			Image = "RavenousWraithMod.png",
			InternalName = "/Lotus/Weapons/Tenno/Melee/MeleeTrees/ReaperMeleeTree",
			Introduced = "30",
			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,
			CodexSecret = false,
			Conclave = true,
			Description = "20% of Damage converted into <DT_SLASH>Slash",
			Icon = "RazorMunitions.png",
			Image = "RazorMunitionsMod.png",
			Incompatible = { "Impaler Munitions", "Meteor Munitions" },
			InternalName = "/Lotus/Upgrades/Mods/PvPMods/Pistol/DamageBiasSlashPistolMod",
			Introduced = "17",
			Link = "Razor Munitions",
			MaxRank = 3,
			Name = "Razor Munitions",
			Polarity = "Madurai",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = false,
			Type = "Pistol",
			UpgradeTypes = { "WEAPON_DAMAGE_TYPE_BIAS" }
		},
		["Razor Shot"] = {
			BaseDrain = 2,
			CodexSecret = false,
			Description = "+90% <DT_SLASH>Slash",
			Icon = "RazorShot.png",
			Image = "RazorShotMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Pistol/WeaponSlashDamageMod",
			Introduced = "11",
			Link = "Razor Shot",
			MaxRank = 5,
			Name = "Razor Shot",
			Polarity = "Naramon",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = true,
			Type = "Pistol",
			UpgradeTypes = { "WEAPON_PERCENT_BASE_DAMAGE_ADDED" }
		},
		["Razorwing Blitz"] = {
			BaseDrain = 6,
			CodexSecret = false,
			Description = "Razorwing Augment: Flight Speed increased by 25% and Fire Rate increased by 25% for 8s when using abilities. Stacks up to 4x.",
			Icon = "RazorwingBlitz.png",
			Image = "RazorwingBlitzMod.png",
			InternalName = "/Lotus/Powersuits/Fairy/FairyFlightAugmentCard",
			Introduced = "22.10",
			IsAbilityAugment = true,
			Link = "Razorwing Blitz",
			MaxRank = 3,
			Name = "Razorwing Blitz",
			Polarity = "Zenurik",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Titania" 
		},
		Reach = {
			BaseDrain = 4,
			CodexSecret = false,
			Description = "+1.5 Range",
			Icon = "Reach.png",
			Image = "ReachMod.png",
			Incompatible = { "Primed Reach" },
			InternalName = "/Lotus/Upgrades/Mods/Melee/WeaponMeleeRangeIncMod",
			Introduced = "8",
			Link = "Reach",
			MaxRank = 5,
			Name = "Reach",
			Polarity = "Madurai",
			Rarity = "Common",
			Tradable = true,
			Transmutable = true,
			Type = "Melee",
			UpgradeTypes = { "WEAPON_RANGE" }
		},
		["Reactive Storm"] = {
			BaseDrain = 6,
			CodexSecret = false,
			Description = "Serene Storm Augment: Desert Wind is granted +250% Status Chance and changes its damage type to match enemy weaknesses.",
			Icon = "ReactiveStorm.png",
			Image = "ReactiveStormMod.png",
			InternalName = "/Lotus/Powersuits/Pacifist/PacifistFistAugmentCard",
			Introduced = "27.1",
			IsAbilityAugment = true,
			Link = "Reactive Storm",
			MaxRank = 3,
			Name = "Reactive Storm",
			Polarity = "Zenurik",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Baruuk" 
		},
		["Ready Steel"] = {
			BaseDrain = -2,
			CodexSecret = false,
			Description = "Squad begins the mission with +24 Initial Combo",
			Icon = "ReadySteel.png",
			Image = "ReadySteelMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Aura/PlayerMeleeStartingComboAuraMod",
			Introduced = "35",
			Link = "Ready Steel",
			MaxRank = 5,
			Name = "Ready Steel",
			Polarity = "Vazarin",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = false,
			Type = "Aura",
			UpgradeTypes = { "WEAPON_MELEE_COMBO_INITIAL_BONUS" }
		},
		["Reaping Chakram"] = {
			BaseDrain = 6,
			CodexSecret = false,
			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.",
			Icon = "ReapingChakram.png",
			Image = "ReapingChakramMod.png",
			InternalName = "/Lotus/Powersuits/Nezha/NezhaRingAugmentCard",
			Introduced = "22.17.3",
			IsAbilityAugment = true,
			Link = "Reaping Chakram",
			MaxRank = 3,
			Name = "Reaping Chakram",
			Polarity = "Zenurik",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Nezha" 
		},
		["Reaping Spiral"] = {
			BaseDrain = -2,
			CompatibilityTags = { "SCYTHES_STANCE" },
			CodexSecret = false,
			Description = "Far flung attacks and multi-hit combos.",
			Icon = "ReapingSpiral.png",
			Image = "ReapingSpiralMod.png",
			InternalName = "/Lotus/Weapons/Tenno/Melee/MeleeTrees/ScytheCmbOneMeleeTree",
			Introduced = "13",
			Link = "Reaping Spiral",
			MaxRank = 3,
			Name = "Reaping Spiral",
			Polarity = "Naramon",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = true,
			Type = "Scythes" 
		},
		Reawaken = {
			BaseDrain = 4,
			CodexSecret = false,
			Description = "Energy Orbs reduce Sentinel Recovery timer by 6s. Djinn recovers with 300 Overshields per Energy Orb collected. Djinn's max Overshields increase by 900.",
			Icon = "Reawaken.png",
			Image = "ReawakenMod.png",
			InternalName = "/Lotus/Types/Sentinels/SentinelPrecepts/RespawnSelf",
			Introduced = "22.20",
			Link = "Reawaken",
			MaxRank = 5,
			Name = "Reawaken",
			Polarity = "Penjaga",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Djinn" 
		},
		Rebound = {
			BaseDrain = 4,
			CodexSecret = false,
			Description = "+4 Bounce",
			Icon = "Rebound.png",
			Image = "ReboundMod.png",
			Incompatible = { "Volatile Rebound", "Volatile Quick Return", "Quick Return" },
			InternalName = "/Lotus/Upgrades/Mods/Melee/WeaponGlaiveReflectionIncreaseMod",
			Introduced = "10",
			Link = "Rebound",
			MaxRank = 3,
			Name = "Rebound",
			Polarity = "Naramon",
			Rarity = "Common",
			Tradable = true,
			Transmutable = true,
			Type = "Glaive",
			UpgradeTypes = { "WEAPON_REFLECTION_MODIFIER" }
		},
		["Recharge Barrier"] = {
			BaseDrain = 6,
			CodexSecret = false,
			Conclave = true,
			Description = "Electric Shield Augment: Allies that pass through have 35% Shields restored.",
			Icon = "RechargeBarrier.png",
			Image = "RechargeBarrierMod.png",
			Incompatible = { "Transistor Shield" },
			InternalName = "/Lotus/Powersuits/Volt/ShieldPvPAugmentCard",
			Introduced = "16",
			IsAbilityAugment = true,
			Link = "Recharge Barrier",
			MaxRank = 3,
			Name = "Recharge Barrier",
			Polarity = "Zenurik",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Volt" 
		},
		Recrystalize = {
			BaseDrain = 6,
			Description = "Crystallize Augment: Enemies killed by crystalline growths stagger and spread the crystals to enemies within 16m.",
			Image = "RecrystalizeMod.png",
			InternalName = "/Lotus/Powersuits/Geode/GeodeGrowthsAugmentCard",
			Introduced = "35.5",
			CodexSecret = false,
			IsAbilityAugment = true,
			Link = "Recrystalize",
			MaxRank = 3,
			Name = "Recrystalize",
			Icon = "Recrystalize.jpg",
			Polarity = "Zenurik",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Citrine" 
		},
		Recover = {
			BaseDrain = 10,
			CodexSecret = false,
			Conclave = true,
			Description = "On Kill:\r\n+15 Heal Rate for 10s\r\n-25% from Health Orbs",
			Icon = "Recover.png",
			Image = "RecoverMod.png",
			InternalName = "/Lotus/Upgrades/Mods/PvPMods/Rifle/RestoreHealthOnKillMod",
			Introduced = "16.5",
			Link = "Recover",
			MaxRank = 3,
			Name = "Recover",
			Polarity = "Vazarin",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Rifle",
			UpgradeTypes = { "AVATAR_HEAL_RATE", "GAMEPLAY_PICKUP_AMOUNT" }
		},
		Recuperate = {
			BaseDrain = 10,
			CodexSecret = false,
			Conclave = true,
			Description = "On Kill:\r\n+15 Heal Rate for 10s\r\n-25% from Health Orbs",
			Icon = "Recuperate.png",
			Image = "RecuperateMod.png",
			InternalName = "/Lotus/Upgrades/Mods/PvPMods/Pistol/RestoreHealthOnKillMod",
			Introduced = "16.5",
			Link = "Recuperate",
			MaxRank = 3,
			Name = "Recuperate",
			Polarity = "Vazarin",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Pistol",
			UpgradeTypes = { "AVATAR_HEAL_RATE", "GAMEPLAY_PICKUP_AMOUNT" }
		},
		Redirection = {
			BaseDrain = 2,
			CodexSecret = false,
			Description = "+100% Shield Capacity",
			Icon = "Redirection.png",
			Image = "RedirectionMod.png",
			Incompatible = { "Primed Redirection", "Flawed Redirection" },
			InternalName = "/Lotus/Upgrades/Mods/Warframe/AvatarShieldMaxMod",
			Introduced = "0",
			Link = "Redirection",
			MaxRank = 10,
			Name = "Redirection",
			Polarity = "Vazarin",
			Rarity = "Common",
			Tradable = true,
			Transmutable = true,
			Type = "Warframe",
			UpgradeTypes = { "AVATAR_SHIELD_MAX" }
		},
		Reflect = {
			BaseDrain = 0,
			CodexSecret = false,
			Description = "Adarza Kavat has a 40% chance to reflect damage back to an enemy, amplifying it by 60%.",
			Icon = "Reflect.png",
			Image = "ReflectMod.png",
			InternalName = "/Lotus/Types/Friendly/Pets/CatbrowPetPrecepts/CatbrowReflectPrecept",
			Introduced = "Specters of the Rail",
			Link = "Reflect",
			MaxRank = 3,
			Name = "Reflect",
			Polarity = "Penjaga",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Adarza Kavat",
			UpgradeTypes = { "AVATAR_PROC_REFLECT_CHANCE", "AVATAR_PROC_REFLECT_AMPLIFICATION" }
		},
		Reflection = {
			BaseDrain = 2,
			CodexSecret = false,
			Description = "+40% chance to Stagger on Block\r\n+10% chance to Stun on Block",
			Icon = "Reflection.png",
			Image = "ReflectionMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Warframe/AvatarParryReflectMod",
			Introduced = "10",
			Link = "Reflection",
			MaxRank = 5,
			Name = "Reflection",
			Polarity = "Vazarin",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = true,
			Type = "Warframe",
			UpgradeTypes = { "WEAPON_PARRY_COUNTER_CHANCE_STAGGER", "WEAPON_PARRY_COUNTER_CHANCE_STUN" }
		},
		["Reflex Coil"] = {
			BaseDrain = 2,
			CodexSecret = false,
			Description = "+60% Heavy Attack Efficiency",
			Icon = "ReflexCoil.png",
			Image = "ReflexCoilMod.png",
			IncompatibilityTags = { "SENTINEL_WEAPON", "HOUND_WEAPON" },
			InternalName = "/Lotus/Upgrades/Mods/Melee/WeaponMeleeChargeRateMod",
			Introduced = "0",
			Link = "Reflex Coil",
			MaxRank = 5,
			Name = "Reflex Coil",
			Polarity = "Naramon",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = true,
			Type = "Melee",
			UpgradeTypes = { "WEAPON_MELEE_COMBO_USAGE_EFFICIENCY" }
		},
		["Reflex Denial"] = {
			BaseDrain = 0,
			CodexSecret = false,
			Conclave = false,
			Description = "Generates a shield that reflects 90% Damage taken in pulses over 10s as <DT_MAGNETIC>Magnetic Damage in a 12m radius.",
			Icon = "ReflexDenial.png",
			Image = "ReflexDenialMod.png",
			Incompatible = { "Diversified Denial", "Evasive Denial" },
			InternalName = "/Lotus/Types/Friendly/Pets/ZanukaPets/ZanukaPetPrecepts/ZanukaPetMagneticRepulsePrecept",
			Introduced = "30.5",
			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,
			CodexSecret = false,
			Conclave = true,
			Description = "On Equip:\r\n-40% Weapon Recoil and +40% Accuracy for 8s",
			Icon = "ReflexDraw.png",
			Image = "ReflexDrawMod.png",
			InternalName = "/Lotus/Upgrades/Mods/PvPMods/Pistol/HolsterSpeedBonusMod",
			Introduced = "16",
			IsExilus = true,
			Link = "Reflex Draw",
			MaxRank = 3,
			Name = "Reflex Draw",
			Polarity = "Naramon",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = false,
			Type = "Pistol" 
		},
		["Reflex Guard"] = {
			BaseDrain = 4,
			CodexSecret = false,
			Description = "+100% Combo Count Chance while Blocking",
			Icon = "ReflexGuard.png",
			Image = "ReflexGuardMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Warframe/AvatarAutoParryMod",
			Introduced = "10",
			Link = "Reflex Guard",
			MaxRank = 10,
			Name = "Reflex Guard",
			Polarity = "Vazarin",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = true,
			Type = "Warframe",
			UpgradeTypes = { "WEAPON_MELEE_COMBO_GAIN_EXTRA_CHANCE" }
		},
		Regen = {
			BaseDrain = 2,
			CodexSecret = false,
			Description = "Sentinel recovery time reduced by 20s. Revives with 10s of invulnerability.",
			Icon = "Regen.png",
			Image = "RegenMod.png",
			Incompatible = { "Primed Regen" },
			InternalName = "/Lotus/Types/Sentinels/SentinelPrecepts/Regen",
			Introduced = "7",
			Link = "Regen",
			MaxRank = 5,
			Name = "Regen",
			Polarity = "Penjaga",
			Rarity = "Common",
			Tradable = true,
			Transmutable = true,
			Type = "Sentinel" 
		},
		["Regenerative Molt"] = {
			BaseDrain = 6,
			CodexSecret = false,
			Description = "Molt Augment: After casting Molt, Saryn regenerates 50 Health/s for 10s.",
			Icon = "RegenerativeMolt.png",
			Image = "RegenerativeMoltMod.png",
			InternalName = "/Lotus/Powersuits/Saryn/ShedAugmentCard",
			Introduced = "15.6",
			IsAbilityAugment = true,
			Link = "Regenerative Molt",
			MaxRank = 3,
			Name = "Regenerative Molt",
			Polarity = "Zenurik",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Saryn" 
		},
		["Reinforced Bond"] = {
			BaseDrain = 4,
			Description = "If the Companion exceeds 1200 Max Shields or Overshields then your fire rate is increased 60%. Reloading restores 150 Overshields to your companion.",
			Image = "ReinforcedBondMod.png",
			InternalName = "/Lotus/Types/Sentinels/SentinelPrecepts/VoidBond/AlacrityField",
			Introduced = "34",
			CodexSecret = false,
			Link = "Reinforced Bond",
			MaxRank = 5,
			Name = "Reinforced Bond",
			Icon = "ReinforcedBond.png",
			Polarity = "Naramon",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Companion" 
		},
		["Reinforcing Stomp"] = {
			BaseDrain = 6,
			CodexSecret = false,
			Description = "Rhino Stomp Augment: Iron Skin Health is replenished by 4% for each enemy affected.",
			Icon = "ReinforcingStomp.png",
			Image = "ReinforcingStompMod.png",
			InternalName = "/Lotus/Powersuits/Rhino/RhinoStompAugmentCard",
			Introduced = "19.2",
			IsAbilityAugment = true,
			Link = "Reinforcing Stomp",
			MaxRank = 3,
			Name = "Reinforcing Stomp",
			Polarity = "Zenurik",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Rhino" 
		},
		Rejuvenation = {
			BaseDrain = -2,
			CodexSecret = false,
			Description = "Squad receives +3 Health Regen/s",
			Icon = "Rejuvenation.png",
			Image = "RejuvenationMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Aura/PlayerHealthRegenAuraMod",
			Introduced = "5",
			Link = "Rejuvenation",
			MaxRank = 5,
			Name = "Rejuvenation",
			Polarity = "Vazarin",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = false,
			Type = "Aura",
			UpgradeTypes = { "AVATAR_HEAL_RATE" }
		},
		["Relentless Assault"] = {
			BaseDrain = 10,
			CodexSecret = false,
			Conclave = true,
			Description = "On Kill:\r\n+2 Energy Rate for 4s",
			Icon = "RelentlessAssault.png",
			Image = "RelentlessAssaultMod.png",
			InternalName = "/Lotus/Upgrades/Mods/PvPMods/Melee/MeleeVictimStaminaDrain",
			Introduced = "The Silver Grove",
			Link = "Relentless Assault",
			MaxRank = 3,
			Name = "Relentless Assault",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Melee",
			UpgradeTypes = { "AVATAR_POWER_RATE" }
		},
		["Relentless Combination"] = {
			BaseDrain = 6,
			CodexSecret = false,
			Description = "+100% chance to increase Melee Combo Counter when <DT_SLASH>Slash Status deals damage.",
			Icon = "RelentlessCombination.png",
			Image = "RelentlessCombinationMod.png",
			IncompatibilityTags = { "SENTINEL_WEAPON", "HOUND_WEAPON" },
			InternalName = "/Lotus/Upgrades/Mods/Melee/WeaponMeleeComboChanceFromDot",
			Introduced = "19.2",
			Link = "Relentless Combination",
			MaxRank = 3,
			Name = "Relentless Combination",
			Polarity = "Naramon",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = true,
			Type = "Melee",
			UpgradeTypes = { "WEAPON_MELEE_COMBO_CHANCE_FROM_DOT" }
		},
		["Rending Crane"] = {
			BaseDrain = -2,
			CompatibilityTags = { "HEAVY_BLADE_STANCE" },
			CodexSecret = false,
			Description = "Downward cuts with an impact combo.",
			Icon = "RendingCrane.png",
			Image = "RendingCraneMod.png",
			InternalName = "/Lotus/Weapons/Tenno/Melee/MeleeTrees/AxeCmbOneMeleeTree",
			Introduced = "13",
			Link = "Rending Crane",
			MaxRank = 3,
			Name = "Rending Crane",
			Polarity = "Madurai",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = true,
			Type = "Heavy Blade" 
		},
		["Rending Strike"] = {
			BaseDrain = 6,
			CodexSecret = false,
			Description = "+60% <DT_SLASH>Slash\r\n+80% <DT_PUNCTURE>Puncture",
			Icon = "RendingStrike.png",
			Image = "RendingStrikeMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Melee/DualStat/RendingStrikeMod",
			Introduced = "9",
			Link = "Rending Strike",
			MaxRank = 3,
			Name = "Rending Strike",
			Polarity = "Naramon",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Melee",
			UpgradeTypes = { "WEAPON_PERCENT_BASE_DAMAGE_ADDED" }
		},
		["Rending Turn"] = {
			BaseDrain = 4,
			CodexSecret = false,
			Description = "+18% to Bullet Jump\r\n+18% Aim Glide/Wall Latch Duration\r\n+60% <DT_SLASH>Slash on Bullet Jump",
			Icon = "RendingTurn.png",
			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",
			IsExilus = true,
			Link = "Rending Turn",
			MaxRank = 5,
			Name = "Rending Turn",
			Polarity = "Madurai",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = true,
			Type = "Warframe",
			UpgradeTypes = { "AVATAR_PARKOUR_BOOST", "AVATAR_PARKOUR_GLIDE", "AVATAR_PARKOUR_DAMAGE_ADDED" }
		},
		["Rending Wind"] = {
			BaseDrain = -2,
			CompatibilityTags = { "MACHETES_STANCE" },
			CodexSecret = false,
			Conclave = true,
			Description = "Fighting form devised for Conclave.",
			Icon = "RendingWind.png",
			Image = "RendingWindMod.png",
			InternalName = "/Lotus/Upgrades/Mods/PvPMods/Stances/PvPMacheteStanceOne",
			Introduced = "Specters of the Rail",
			Link = "Rending Wind",
			MaxRank = 3,
			Name = "Rending Wind",
			Polarity = "Zenurik",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = false,
			Type = "Machetes" 
		},
		["Repair Dispensary"] = {
			BaseDrain = 6,
			CodexSecret = false,
			Description = "Dispensary Augment: Hold to create a dispensary that will revive the sentinel or companion Moa of a player within 14m every 60s.",
			Icon = "RepairDispensary.png",
			Image = "RepairDispensaryMod.png",
			InternalName = "/Lotus/Powersuits/Odalisk/OdaliskDispensaryAugmentCard",
			Introduced = "30.2",
			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,
			CodexSecret = false,
			Description = "+18 Companion Health Regen/s",
			Icon = "RepairKit.png",
			Image = "RepairKitMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Sentinel/SentinelRepairKitMod",
			Introduced = "25",
			Link = "Repair Kit",
			MaxRank = 5,
			Name = "Repair Kit",
			Polarity = "Vazarin",
			Rarity = "Common",
			Tradable = true,
			Transmutable = false,
			Type = "Sentinel",
			UpgradeTypes = { "AVATAR_HEAL_RATE" }
		},
		["Repeater Clip"] = {
			BaseDrain = 4,
			CodexSecret = false,
			Description = "On Reload:\r\n+105% Fire Rate when Aiming for 9s",
			Icon = "RepeaterClip.png",
			Image = "RepeaterClipMod.png",
			IncompatibilityTags = { "POWER_WEAPON" },
			InternalName = "/Lotus/Upgrades/Mods/Shotgun/Event/FireRateWhileAimingShotgunMod",
			Introduced = "18.4.1",
			Link = "Repeater Clip",
			MaxRank = 5,
			Name = "Repeater Clip",
			Polarity = "Madurai",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = false,
			Type = "Shotgun",
			UpgradeTypes = { "WEAPON_FIRE_RATE" }
		},
		["Repelling Bastille"] = {
			BaseDrain = 6,
			CodexSecret = false,
			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.",
			Icon = "RepellingBastille.png",
			Image = "RepellingBastilleMod.png",
			InternalName = "/Lotus/Powersuits/Trapper/LevTrapAugmentCard",
			Introduced = "15.6",
			IsAbilityAugment = true,
			Link = "Repelling Bastille",
			MaxRank = 3,
			Name = "Repelling Bastille",
			Polarity = "Zenurik",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Vauban" 
		},
		["Repo Audit"] = {
			BaseDrain = 0,
			CodexSecret = false,
			Conclave = false,
			Description = "Emits a magnetic pulse that disarms enemies within 30m.",
			Icon = "RepoAudit.png",
			Image = "RepoAuditMod.png",
			Incompatible = { "Null Audit", "Equilibrium Audit" },
			InternalName = "/Lotus/Types/Friendly/Pets/ZanukaPets/ZanukaPetPrecepts/ZanukaPetDisarmPulsePrecept",
			Introduced = "30.5",
			IsExilus = false,
			IsFlawed = false,
			Link = "Repo Audit",
			MaxRank = 5,
			Name = "Repo Audit",
			Polarity = "Penjaga",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Hound" 
		},
		["Resilient Focus"] = {
			BaseDrain = 4,
			Description = "+20% Damage Resistance on Stun",
			Icon = "ResilientFocus.png",
			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",
			_IgnoreEntry = true 
		},
		["Resolute Focus"] = {
			BaseDrain = 4,
			CodexSecret = false,
			Description = "+100% Chance to Resist Staggers/Knockdowns when Aiming\r\n+50% Accuracy when Aiming",
			Icon = "ResoluteFocus.png",
			Image = "ResoluteFocusMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Archwing/Rifle/ArchwingCCImmunityIfAimingMod",
			Introduced = "24.2",
			Link = "Resolute Focus",
			MaxRank = 5,
			Name = "Resolute Focus",
			Polarity = "Naramon",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = true,
			Type = "Archgun",
			UpgradeTypes = { "AVATAR_INJURY_BLOCK_CHANCE", "WEAPON_SPREAD" }
		},
		Resonance = {
			BaseDrain = 6,
			CodexSecret = false,
			Description = "Sonar Augment: Killing an enemy by shooting their weak spot will trigger another Sonar for 100% of remaining duration.",
			Icon = "Resonance.png",
			Image = "ResonanceMod.png",
			InternalName = "/Lotus/Powersuits/Banshee/SonarAugmentCard",
			Introduced = "15.6",
			IsAbilityAugment = true,
			Link = "Resonance",
			MaxRank = 3,
			Name = "Resonance",
			Polarity = "Zenurik",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Banshee" 
		},
		["Resonating Quake"] = {
			BaseDrain = 6,
			CodexSecret = false,
			Description = "Sound Quake Augment: Forgoes channeling to create a shockwave that deals 20x Damage at the epicenter, gradually weakening as it expands out.",
			Icon = "ResonatingQuake.png",
			Image = "ResonatingQuakeMod.png",
			InternalName = "/Lotus/Powersuits/Banshee/EarthQuakeAugmentCard",
			Introduced = "18.11",
			IsAbilityAugment = true,
			Link = "Resonating Quake",
			MaxRank = 3,
			Name = "Resonating Quake",
			Polarity = "Zenurik",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Banshee" 
		},
		["Restorative Bond"] = {
			BaseDrain = 4,
			Description = "Health Orbs restore 60 more health and reduce Companion Recovery by 3s.",
			Image = "RestorativeBondMod.png",
			InternalName = "/Lotus/Types/Sentinels/SentinelPrecepts/VoidBond/MutualNourishment",
			Introduced = "34",
			CodexSecret = false,
			Link = "Restorative Bond",
			MaxRank = 5,
			Name = "Restorative Bond",
			Icon = "RestorativeBond.png",
			Polarity = "Vazarin",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Companion" 
		},
		Retarget = {
			BaseDrain = 0,
			CodexSecret = false,
			Description = "Sentinel will attack first visible enemy within 30m",
			Icon = "Retarget.png",
			Image = "Retarget 19.10.png",
			Introduced = "19.10",
			Link = "Retarget",
			MaxRank = 5,
			Name = "Retarget",
			Polarity = "Penjaga",
			Rarity = "Common",
			Tradable = true,
			Transmutable = false,
			Type = "Taxon",
			_IgnoreEntry = true 
		},
		Retribution = {
			BaseDrain = 6,
			CodexSecret = false,
			Description = "+60% Chance to deal Electrical Damage when shield struck by melee enemies.\r\n+80 <DT_ELECTRICITY>Electricity",
			Icon = "Retribution.png",
			Image = "RetributionMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Warframe/AvatarRevengeDamageMelee",
			Introduced = "7.10",
			IsExilus = true,
			Link = "Retribution",
			MaxRank = 3,
			Name = "Retribution",
			Polarity = "Vazarin",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = true,
			Type = "Warframe",
			UpgradeTypes = { "AVATAR_REVENGE_DAMAGE_CHANCE", "AVATAR_REVENGE_DAMAGE_AMOUNT" }
		},
		Retrieve = {
			BaseDrain = 0,
			CodexSecret = false,
			Description = "Kubrow has 45% chance to scavenge additional loot from a fallen enemy or containers within 30m, every 10s.",
			Icon = "Retrieve.png",
			Image = "RetrieveMod.png",
			InternalName = "/Lotus/Types/Friendly/Pets/KubrowPetPrecepts/KubrowLootPrecept",
			Introduced = "17",
			Link = "Retrieve",
			MaxRank = 5,
			Name = "Retrieve",
			Polarity = "Penjaga",
			Rarity = "Common",
			Tradable = true,
			Transmutable = false,
			Type = "Chesa Kubrow" 
		},
		["Revealing Spores"] = {
			BaseDrain = 6,
			CodexSecret = false,
			Description = "Spores Augment: Infected enemies within 40m will show up on the minimap. +40 Enemy Radar.",
			Icon = "RevealingSpores.png",
			Image = "RevealingSporesMod.png",
			InternalName = "/Lotus/Powersuits/Saryn/PoisonAugmentTwoCard",
			Introduced = "27.5.4",
			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,
			CodexSecret = false,
			Description = "Sentinel will not attack an enemy unless that enemy has attacked the Sentinel's master within 10m.",
			Icon = "Revenge.png",
			Image = "RevengeMod.png",
			InternalName = "/Lotus/Types/Sentinels/SentinelPrecepts/Revenge",
			Introduced = "7",
			Link = "Revenge",
			MaxRank = 5,
			Name = "Revenge",
			Polarity = "Penjaga",
			Rarity = "Common",
			Tradable = true,
			Transmutable = false,
			Type = "Shade" 
		},
		["Revo Reducer"] = {
			BaseDrain = 2,
			CodexSecret = false,
			Description = "-40.5% Omni Revolite Consumption",
			Icon = "RevoReducer.png",
			Image = "RevoReducerMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Railjack/Piloting/LavanMultiToolPower",
			Introduced = "27.3",
			Link = "Revo Reducer",
			MaxRank = 5,
			Name = "Revo Reducer",
			Polarity = "Naramon",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Plexus" 
		},
		["Rifle Ammo Mutation"] = {
			BaseDrain = 2,
			CodexSecret = false,
			CompatibilityTags = { "ASSAULT_AMMO" },
			Description = "Converts Secondary ammo pickups to 50% of Ammo Pick Up.",
			Icon = "RifleAmmoMutation.png",
			Image = "RifleAmmoMutationMod.png",
			Incompatible = { "Primed Rifle Ammo Mutation" },
			InternalName = "/Lotus/Upgrades/Mods/Rifle/WeaponRifleConvertAmmoMod",
			Introduced = "9.3",
			IsExilus = true,
			Link = "Rifle Ammo Mutation",
			MaxRank = 5,
			Name = "Rifle Ammo Mutation",
			Polarity = "Naramon",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = true,
			Type = "Assault Rifle",
			UpgradeTypes = { "WEAPON_CONVERT_AMMO" }
		},
		["Rifle Amp"] = {
			BaseDrain = -2,
			CodexSecret = false,
			Description = "Squad receives +27% Rifle Damage",
			Icon = "RifleAmp.png",
			Image = "RifleAmpMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Aura/PlayerRifleDamageAuraMod",
			Introduced = "5",
			Link = "Rifle Amp",
			MaxRank = 5,
			Name = "Rifle Amp",
			Polarity = "Madurai",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = false,
			Type = "Aura",
			UpgradeTypes = { "WEAPON_DAMAGE_AMOUNT" }
		},
		["Rifle Aptitude"] = {
			BaseDrain = 2,
			CodexSecret = false,
			Description = "+90% Status Chance",
			Icon = "RifleAptitude.png",
			Image = "RifleAptitudeMod.png",
			Incompatible = { "Galvanized Aptitude" },
			InternalName = "/Lotus/Upgrades/Mods/Rifle/WeaponStunChanceMod",
			Introduced = "11",
			Link = "Rifle Aptitude",
			MaxRank = 5,
			Name = "Rifle Aptitude",
			Polarity = "Vazarin",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = true,
			Type = "Rifle",
			UpgradeTypes = { "WEAPON_PROC_CHANCE" }
		},
		["Rifle Elementalist"] = {
			BaseDrain = 4,
			CodexSecret = false,
			Description = "+90% Status Damage\r\n+0.6 Punch Through",
			Icon = "RifleElementalist.jpg",
			Image = "RifleElementalistMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Rifle/RifleStatusDamageDuoMod",
			Introduced = "36",
			Link = "Rifle Elementalist",
			MaxRank = 5,
			Name = "Rifle Elementalist",
			Polarity = "Vazarin",
			Rarity = "Uncommon",
			Tradable = true,
			--Transmutable = ,
			Type = "Rifle" 
		},
		["Rifle Scavenger"] = {
			BaseDrain = -2,
			CodexSecret = false,
			Description = "Squad receives +150% Rifle Ammo Recovery",
			Icon = "RifleScavenger.png",
			Image = "RifleScavengerMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Aura/PlayerRifleAmmoAuraMod",
			Introduced = "5",
			Link = "Rifle Scavenger",
			MaxRank = 5,
			Name = "Rifle Scavenger",
			Polarity = "Naramon",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = false,
			Type = "Aura",
			UpgradeTypes = { "WEAPON_AMMO_RETRIEVED" }
		},
		["Rift Haven"] = {
			BaseDrain = 6,
			CodexSecret = false,
			Description = "Banish Augment: Allies banished to the rift will have 25% of their Maximum Health restored every second.",
			Icon = "RiftHaven.png",
			Image = "RiftHavenMod.png",
			InternalName = "/Lotus/Powersuits/Magician/BanishAugmentCard",
			Introduced = "15",
			IsAbilityAugment = true,
			Link = "Rift Haven",
			MaxRank = 3,
			Name = "Rift Haven",
			Polarity = "Zenurik",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Limbo" 
		},
		["Rift Strike"] = {
			BaseDrain = 2,
			CodexSecret = false,
			Description = "Heavy attacks now step through the rift to attack enemies up to 25m away",
			Icon = "RiftStrike.png",
			Image = "RiftStrikeMod.png",
			IncompatibilityTags = { "POWER_WEAPON" },
			InternalName = "/Lotus/Upgrades/Mods/Melee/Event/ProjectNightwatch/TwinBasolkNightwatchMod",
			Introduced = "18.10",
			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,
			CodexSecret = false,
			Description = "Rift Surge Augment: Limbo deals 30% Extra Damage for each enemy affected by Rift Surge while in the rift.",
			Icon = "RiftTorrent.png",
			Image = "RiftTorrentMod.png",
			InternalName = "/Lotus/Powersuits/Magician/VolatileAugmentCard",
			Introduced = "15.6",
			IsAbilityAugment = true,
			Link = "Rift Torrent",
			MaxRank = 3,
			Name = "Rift Torrent",
			Polarity = "Zenurik",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Limbo" 
		},
		["Rime Rounds"] = {
			BaseDrain = 4,
			CodexSecret = false,
			Description = "+60% <DT_FREEZE>Cold\r\n+60% Status Chance",
			Icon = "RimeRounds.png",
			Image = "RimeRoundsMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Rifle/DualStat/IceEventRifleMod",
			Introduced = "14.5",
			Link = "Rime Rounds",
			MaxRank = 3,
			Name = "Rime Rounds",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Rifle",
			UpgradeTypes = { "WEAPON_PERCENT_BASE_DAMAGE_ADDED", "WEAPON_PROC_CHANCE" }
		},
		["Rime Vault"] = {
			BaseDrain = 0,
			CodexSecret = false,
			Conclave = true,
			Description = "Ice FX on Bullet Jump",
			Icon = "RimeVault.png",
			Image = "RimeVaultMod.png",
			InternalName = "/Lotus/Upgrades/Mods/PvPMods/Warframe/FreezeParkourPvPMod",
			Introduced = "17.5",
			IsExilus = true,
			Link = "Rime Vault",
			MaxRank = 0,
			Name = "Rime Vault",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Warframe",
			UpgradeTypes = { "AVATAR_PARKOUR_DAMAGE_ADDED" }
		},
		Ripload = {
			BaseDrain = 6,
			CodexSecret = false,
			Description = "-42% Ordnance Reload Time",
			Icon = "Ripload.png",
			Image = "RiploadMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Railjack/Gunnery/LavanReducedOrdnanceReload",
			Introduced = "27.0",
			Link = "Ripload",
			MaxRank = 5,
			Name = "Ripload",
			Polarity = "Naramon",
			Rarity = "Common",
			Tradable = true,
			Transmutable = false,
			Type = "Plexus" 
		},
		["Ripper Rounds"] = {
			BaseDrain = 2,
			CodexSecret = false,
			Conclave = true,
			Description = "20% of Damage converted into <DT_PUNCTURE>Puncture",
			Icon = "RipperRounds.png",
			Image = "RipperRoundsMod.png",
			Incompatible = { "Comet Rounds", "Serrated Rounds" },
			InternalName = "/Lotus/Upgrades/Mods/PvPMods/Rifle/DamageBiasPunctureRifleMod",
			Introduced = "17",
			Link = "Ripper Rounds",
			MaxRank = 3,
			Name = "Ripper Rounds",
			Polarity = "Madurai",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = false,
			Type = "Rifle",
			UpgradeTypes = { "WEAPON_DAMAGE_TYPE_BIAS" }
		},
		Ris = {
			Class = "Requiem",
			CodexSecret = false,
			Description = "In luminous space blackened stars\r\nThey gaze, accuse, deny",
			Icon = "Ris.png",
			Image = "RisMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Immortal/ImmortalFiveMod",
			Introduced = "26",
			Link = "Ris",
			MaxRank = 3,
			Name = "Ris",
			NotUpgradable = true,
			Polarity = "Universal",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = true,
			Type = "Parazon" 
		},
		["Ris Invocation"] = {
			BaseDrain = 10,
			CodexSecret = false,
			Description = "Alternate Fire increases Ability Duration by 4% for 20s for each enemy hit. Stacks up to 15 times.",
			Icon = "RisInvocation.png",
			Image = "RisInvocationMod.png",
			Incompatible = { "Netra Invocation", "Vome Invocation", "Xata Invocation" },
			InternalName = "/Lotus/Upgrades/Grimoire/RisStrikeMod",
			Introduced = "35",
			Link = "Ris Invocation",
			MaxRank = 3,
			Name = "Ris Invocation",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Tome",
			UpgradeTypes = { "AVATAR_ABILITY_DURATION" }
		},
		["Rising Skill"] = {
			BaseDrain = 2,
			CodexSecret = false,
			Conclave = true,
			Description = "+10% Mobility\r\n-30 Shield Capacity",
			Icon = "RisingSkill.png",
			Image = "RisingSkillMod.png",
			Incompatible = { "Adept Surge", "Air Thrusters", "Calculated Spring", "Tempered Bound" },
			IncompatibilityTags = { "SANDMAN" },
			InternalName = "/Lotus/Upgrades/Mods/PvPMods/Warframe/MoreBulletJumpLessShieldMod",
			Introduced = "17.8",
			IsExilus = true,
			Link = "Rising Skill",
			MaxRank = 3,
			Name = "Rising Skill",
			Polarity = "Naramon",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = false,
			Type = "Warframe",
			UpgradeTypes = { "AVATAR_PARKOUR_BOOST", "AVATAR_SLIDE_BOOST", "AVATAR_SLIDE_FRICTION", "AVATAR_SHIELD_MAX" }
		},
		["Rising Steel"] = {
			BaseDrain = -2,
			CompatibilityTags = { "SWORDS_STANCE" },
			CodexSecret = false,
			Conclave = true,
			Description = "Fighting form devised for Conclave.",
			Icon = "RisingSteel.png",
			Image = "RisingSteelMod.png",
			InternalName = "/Lotus/Upgrades/Mods/PvPMods/Stances/PvPSwordStanceOne",
			Introduced = "Specters of the Rail",
			Link = "Rising Steel",
			MaxRank = 3,
			Name = "Rising Steel",
			Polarity = "Unairu",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = false,
			Type = "Swords" 
		},
		["Rising Storm"] = {
			BaseDrain = 6,
			CodexSecret = false,
			Description = "Blade Storm Augment: Blade Storm attacks increase your Melee Counter by 4. Passive: +10s Combo Duration",
			Icon = "RisingStorm.png",
			Image = "RisingStormMod.png",
			InternalName = "/Lotus/Powersuits/Ninja/NinjaStormAugmentCard",
			Introduced = "15.16",
			IsAbilityAugment = true,
			Link = "Rising Storm",
			MaxRank = 3,
			Name = "Rising Storm",
			Polarity = "Zenurik",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Ash" 
		},
		["Rousing Plunder"] = {
			BaseDrain = 6,
			CodexSecret = false,
			Description = "Plunder Augment: Plunder gains 50% max <DT_CORROSIVE>Corrosive Damage and Armor, and heals allies within Affinity range for 50 Health.",
			Icon = "RousingPlunder.png",
			Image = "RousingPlunderMod.png",
			InternalName = "/Lotus/Powersuits/Pirate/LiquifyAugmentCard",
			Introduced = "34",
			Link = "Rousing Plunder",
			MaxRank = 3,
			Name = "Rousing Plunder",
			Polarity = "Zenurik",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Hydroid" 
		},
		["Rolling Guard"] = {
			BaseDrain = 2,
			CodexSecret = false,
			Description = "On Dodge:\r\nBecome invulnerable for 3s and remove all Status Effects. 7s cooldown.",
			Icon = "RollingGuard.png",
			Image = "RollingGuardMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Warframe/AvatarInvulnOnRollMod",
			Introduced = "23.10",
			Link = "Rolling Guard",
			MaxRank = 10,
			Name = "Rolling Guard",
			Polarity = "Vazarin",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Warframe" 
		},
		["Rubble Heap"] = {
			BaseDrain = 6,
			CodexSecret = false,
			Description = "Passive Augment: When above 1400 Rubble, Landslide costs no Energy, deals 2x Damage, and travels 2x faster.",
			Icon = "RubbleHeap.png",
			Image = "RubbleHeapMod.png",
			InternalName = "/Lotus/Powersuits/Brawler/BrawlerPassiveAugmentCard",
			Introduced = "27.5.4",
			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,
			CodexSecret = false,
			Description = "+100% Damage",
			Icon = "Rubedo-LinedBarrel.png",
			Image = "Rubedo-LinedBarrelMod.png",
			Incompatible = { "Primed Rubedo-Lined Barrel" },
			InternalName = "/Lotus/Upgrades/Mods/Archwing/Rifle/ArchwingRifleDamageAmountMod",
			Introduced = "15",
			Link = "Rubedo-Lined Barrel",
			MaxRank = 5,
			Name = "Rubedo-Lined Barrel",
			Polarity = "Madurai",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = true,
			Type = "Archgun",
			UpgradeTypes = { "WEAPON_DAMAGE_AMOUNT" }
		},
		["Ruinous Extension"] = {
			BaseDrain = 2,
			CodexSecret = false,
			CompatibilityTags = { "BEAM" },
			Description = "+8 Beam Length",
			Icon = "RuinousExtension.png",
			Image = "RuinousExtensionMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Pistol/WeaponBeamDistanceMod",
			Introduced = "15",
			IsExilus = true,
			Link = "Ruinous Extension",
			MaxRank = 3,
			Name = "Ruinous Extension",
			Polarity = "Naramon",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = true,
			Type = "Pistol",
			UpgradeTypes = { "WEAPON_RANGE" }
		},
		Rumbled = {
			BaseDrain = 6,
			CodexSecret = false,
			Conclave = true,
			Description = "Rumblers Augment: Atlas becomes a Rumbler with Rock Armor that grants Overguard and absorbs up to 300% of damage to Max Health.",
			Icon = "Rumbled.png",
			Image = "RumbledMod.png",
			Incompatible = { "Titanic Rumbler" },
			InternalName = "/Lotus/Powersuits/Brawler/BrawlerSummonPvPAugmentCard",
			Introduced = "18.5",
			IsAbilityAugment = true,
			Link = "Rumbled",
			MaxRank = 3,
			Name = "Rumbled",
			Polarity = "Zenurik",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Atlas" 
		},
		Runtime = {
			BaseDrain = 0,
			CodexSecret = false,
			Description = "+75% Sprint Speed for 15s after Hacking",
			Icon = "Runtime.png",
			Image = "RuntimeMod.png",
			InternalName = "/Lotus/Upgrades/Mods/DataSpike/Cipher/OnHackSprintSpeedMod",
			Introduced = "26",
			Link = "Runtime",
			MaxRank = 0,
			Name = "Runtime",
			Polarity = "Universal",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = true,
			Type = "Parazon",
			UpgradeTypes = { "AVATAR_SPRINT_SPEED" }
		},
		Rupture = {
			BaseDrain = 2,
			CodexSecret = false,
			Description = "+90% <DT_IMPACT>Impact",
			Icon = "Rupture.png",
			Image = "RuptureMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Rifle/WeaponImpactDamageMod",
			Introduced = "11",
			Link = "Rupture",
			MaxRank = 5,
			Name = "Rupture",
			Polarity = "Naramon",
			Rarity = "Common",
			Tradable = true,
			Transmutable = true,
			Type = "Rifle",
			UpgradeTypes = { "WEAPON_PERCENT_BASE_DAMAGE_ADDED" }
		},
		Rush = {
			BaseDrain = 6,
			CodexSecret = false,
			Description = "+30% Sprint Speed",
			Icon = "Rush.png",
			Image = "RushMod.png",
			Incompatible = { "Flawed Rush" },
			InternalName = "/Lotus/Upgrades/Mods/Warframe/AvatarSprintSpeedMod",
			Introduced = "0",
			IsExilus = true,
			Link = "Rush",
			MaxRank = 5,
			Name = "Rush",
			Polarity = "Naramon",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = true,
			Type = "Warframe",
			UpgradeTypes = { "AVATAR_SPRINT_SPEED" }
		},
		["Sabot Rounds"] = {
			BaseDrain = 10,
			CodexSecret = false,
			Description = "+60% Damage\r\n+3 Punch Through",
			Icon = "SabotRounds.png",
			Image = "SabotRoundsMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Archwing/Rifle/ArchwingRiflePunchthroughMod",
			Introduced = "24.2",
			Link = "Sabot Rounds",
			MaxRank = 5,
			Name = "Sabot Rounds",
			Polarity = "Naramon",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = true,
			Type = "Archgun",
			UpgradeTypes = { "WEAPON_DAMAGE_AMOUNT", "WEAPON_PUNCTURE_DEPTH" }
		},
		Sacrifice = {
			BaseDrain = 6,
			CodexSecret = false,
			Description = "Sentinel incapacitates itself to revive its downed owner to 100% health and shields in 4s.\r\nSentinel Recovery timer increases by 15s.\r\n+15s CompanionRecovery Time",
			Icon = "Sacrifice.png",
			Image = "SacrificeMod.png",
			InternalName = "/Lotus/Types/Sentinels/SentinelPrecepts/RevivePlayer",
			Introduced = "20.4",
			Link = "Sacrifice",
			MaxRank = 3,
			Name = "Sacrifice",
			Polarity = "Penjaga",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Sentinel",
			UpgradeTypes = { "AVATAR_REVIVE_ASSIST" }
		},
		["Sacrificial Pressure"] = {
			BaseDrain = 6,
			CodexSecret = true,
			Description = "+110% Melee Damage\r\nx1.3% Damage to Sentients",
			Icon = "SacrificialPressure.png",
			Image = "SacrificialPressureMod.png",
			Incompatible = { "Pressure Point", "Primed Pressure Point", "Flawed Pressure Point" },
			IncompatibilityTags = { "HOUND_WEAPON" },
			InternalName = "/Lotus/Upgrades/Mods/Sets/Sacrifice/MeleeSacrificeModA",
			Introduced = "23",
			Link = "Sacrificial Pressure",
			MaxRank = 10,
			Name = "Sacrificial Pressure",
			Polarity = "Umbra",
			Rarity = "Legendary",
			Set = "Sacrificial Set",
			Tradable = false,
			Transmutable = false,
			Type = "Melee",
			UpgradeTypes = { "WEAPON_MELEE_DAMAGE", "GAMEPLAY_FACTION_DAMAGE" }
		},
		["Sacrificial Steel"] = {
			BaseDrain = 6,
			CodexSecret = true,
			Description = "+220% Critical Chance (x2 for Heavy Attacks)\r\nx1.3 Damage to Sentients",
			Icon = "SacrificialSteel.png",
			Image = "SacrificialSteelMod.png",
			Incompatible = { "True Steel", "Amalgam Ripkas True Steel", "Flawed True Steel" },
			IncompatibilityTags = { "HOUND_WEAPON" },
			InternalName = "/Lotus/Upgrades/Mods/Sets/Sacrifice/MeleeSacrificeModB",
			Introduced = "23",
			Link = "Sacrificial Steel",
			MaxRank = 10,
			Name = "Sacrificial Steel",
			Polarity = "Umbra",
			Rarity = "Legendary",
			Set = "Sacrificial Set",
			Tradable = false,
			Transmutable = false,
			Type = "Melee",
			UpgradeTypes = { "WEAPON_CRIT_CHANCE", "GAMEPLAY_FACTION_DAMAGE" }
		},
		Safeguard = {
			BaseDrain = 6,
			CodexSecret = false,
			Description = "Warding Halo Augment: Can now be cast on allies with 50% effectiveness.",
			Icon = "Safeguard.png",
			Image = "SafeguardMod.png",
			InternalName = "/Lotus/Powersuits/Nezha/NezhaSashAugmentCard",
			Introduced = "The Silver Grove",
			IsAbilityAugment = true,
			Link = "Safeguard",
			MaxRank = 3,
			Name = "Safeguard",
			Polarity = "Zenurik",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Nezha" 
		},
		["Safeguard Switch"] = {
			BaseDrain = 6,
			CodexSecret = false,
			Description = "Switch Teleport Augment: Switch with an enemy for 3s invulnerability. Switch with an ally to give ally 6s invulnerability. Switch also removes engative status effects on Loki and allies.",
			Icon = "SafeguardSwitch.png",
			Image = "SafeguardSwitchMod.png",
			InternalName = "/Lotus/Powersuits/Loki/SwitchAugmentCard",
			Introduced = "15",
			IsAbilityAugment = true,
			Link = "Safeguard Switch",
			MaxRank = 3,
			Name = "Safeguard Switch",
			Polarity = "Zenurik",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Loki" 
		},
		Sanctuary = {
			BaseDrain = 6,
			CodexSecret = false,
			Description = "Creates a shield with 1800 Health around the player when they are reviving fallen allies.",
			Icon = "Sanctuary.png",
			Image = "SanctuaryMod.png",
			InternalName = "/Lotus/Types/Sentinels/SentinelPrecepts/Sanctuary",
			Introduced = "8",
			Link = "Sanctuary (Mod)",
			MaxRank = 10,
			Name = "Sanctuary",
			Polarity = "Vazarin",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Robotic" 
		},
		["Sapping Reach"] = {
			BaseDrain = 6,
			CodexSecret = false,
			Conclave = true,
			Description = "Pull Augment: Steals up to 25 Energy from the target.",
			Icon = "SappingReach.png",
			Image = "SappingReachMod.png",
			InternalName = "/Lotus/Powersuits/Mag/PullPvPAugmentCard",
			Introduced = "16",
			IsAbilityAugment = true,
			Link = "Sapping Reach",
			MaxRank = 3,
			Name = "Sapping Reach",
			Polarity = "Zenurik",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Mag" 
		},
		["Savage Silence"] = {
			BaseDrain = 6,
			CodexSecret = false,
			Description = "Silence Augment: Finisher Damage is increased by 300% while Silence is active.",
			Icon = "SavageSilence.png",
			Image = "SavageSilenceMod.png",
			InternalName = "/Lotus/Powersuits/Banshee/SilenceAugmentCard",
			Introduced = "15",
			IsAbilityAugment = true,
			Link = "Savage Silence",
			MaxRank = 3,
			Name = "Savage Silence",
			Polarity = "Zenurik",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Banshee" 
		},
		Savagery = {
			BaseDrain = 0,
			CodexSecret = false,
			Description = "Allows the Kubrow to use Finisher attacks on an enemy.\r\n+120% Finisher Damage",
			Icon = "Savagery.png",
			Image = "SavageryMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Sentinel/Kubrow/KubrowClonedFinisherMod",
			Introduced = "14",
			Link = "Savagery",
			MaxRank = 5,
			Name = "Savagery",
			Polarity = "Penjaga",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = true,
			Type = "Sunika Kubrow",
			UpgradeTypes = { "AVATAR_SENTINEL_FINISHER_DAMAGE" }
		},
		["Savior Decoy"] = {
			BaseDrain = 6,
			CodexSecret = false,
			Description = "Decoy Augment: If Loki takes fatal damage, Decoy absorbs the damage and swaps locations. Also increases Casting Speed of Decoy by 50%",
			Icon = "SaviorDecoy.png",
			Image = "SaviorDecoyMod.png",
			Incompatible = { "Deceptive Bond" },
			InternalName = "/Lotus/Powersuits/Loki/DecoyAugmentCard",
			Introduced = "19.2",
			IsAbilityAugment = true,
			Link = "Savior Decoy",
			MaxRank = 3,
			Name = "Savior Decoy",
			Polarity = "Zenurik",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Loki" 
		},
		["Sawtooth Clip"] = {
			BaseDrain = 2,
			CodexSecret = false,
			Description = "+90% <DT_SLASH>Slash",
			Icon = "SawtoothClip.png",
			Image = "SawtoothClipMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Rifle/WeaponSlashDamageMod",
			Introduced = "11",
			Link = "Sawtooth Clip",
			MaxRank = 5,
			Name = "Sawtooth Clip",
			Polarity = "Naramon",
			Rarity = "Common",
			Tradable = true,
			Transmutable = true,
			Type = "Rifle",
			UpgradeTypes = { "WEAPON_PERCENT_BASE_DAMAGE_ADDED" }
		},
		["Saxum Carapace"] = {
			BaseDrain = 4,
			CodexSecret = false,
			Description = "+55% Armor\r\n+20% Health",
			Icon = "SaxumCarapace.png",
			Image = "SaxumCarapaceMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Sets/Femur/FemurCarapaceMod",
			Introduced = "29",
			Link = "Saxum Carapace",
			MaxRank = 5,
			Name = "Saxum Carapace",
			Polarity = "Vazarin",
			Rarity = "Uncommon",
			Set = "Saxum Set",
			Tradable = true,
			Transmutable = false,
			Type = "Warframe",
			UpgradeTypes = { "AVATAR_ARMOUR", "AVATAR_HEALTH_MAX" }
		},
		["Saxum Spittle"] = {
			BaseDrain = 4,
			CodexSecret = false,
			Description = "+90% <DT_IMPACT>Impact\r\n+60% Status Chance",
			Icon = "SaxumSpittle.png",
			Image = "SaxumSpittleMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Sets/Femur/FemurSpittleMod",
			Introduced = "29",
			Link = "Saxum Spittle",
			MaxRank = 5,
			Name = "Saxum Spittle",
			Polarity = "Naramon",
			Rarity = "Rare",
			Set = "Saxum Set",
			Tradable = true,
			Transmutable = false,
			Type = "Pistol",
			UpgradeTypes = { "WEAPON_PERCENT_BASE_DAMAGE_ADDED", "WEAPON_PROC_CHANCE" }
		},
		["Saxum Thorax"] = {
			BaseDrain = 4,
			CodexSecret = false,
			Description = "+90% <DT_IMPACT>Impact\r\n+60% Status Chance",
			Icon = "SaxumThorax.png",
			Image = "SaxumThoraxMod.png",
			IncompatibilityTags = { "SENTINEL_WEAPON", "HOUND_WEAPON" },
			InternalName = "/Lotus/Upgrades/Mods/Sets/Femur/FemurThoraxMod",
			Introduced = "29",
			Link = "Saxum Thorax",
			MaxRank = 5,
			Name = "Saxum Thorax",
			Polarity = "Naramon",
			Rarity = "Common",
			Set = "Saxum Set",
			Tradable = true,
			Transmutable = false,
			Type = "Melee",
			UpgradeTypes = { "WEAPON_PERCENT_BASE_DAMAGE_ADDED", "WEAPON_PROC_CHANCE" }
		},
		["Scan Aquatic Lifeforms"] = {
			BaseDrain = 0,
			CodexSecret = false,
			Description = "Reveals hotspots within 100m and applies Luminous Dye to fish within 40m.",
			Icon = "ScanAquaticLifeforms.png",
			Image = "ScanAquaticLifeformsMod.png",
			InternalName = "/Lotus/Types/Sentinels/SentinelPrecepts/LocateCreatures",
			Introduced = "24",
			Link = "Scan Aquatic Lifeforms",
			MaxRank = 3,
			Name = "Scan Aquatic Lifeforms",
			Polarity = "Penjaga",
			Rarity = "Common",
			Tradable = true,
			Transmutable = false,
			Type = "Oxylus" 
		},
		["Scan Matter"] = {
			BaseDrain = 0,
			CodexSecret = false,
			Description = "Resource containers within 60m are revealed on the Minimap for 8s every 30s.",
			Icon = "ScanMatter.png",
			Image = "ScanMatterMod.png",
			InternalName = "/Lotus/Types/Sentinels/SentinelPrecepts/LocateResources",
			Introduced = "24",
			Link = "Scan Matter",
			MaxRank = 3,
			Name = "Scan Matter",
			Polarity = "Penjaga",
			Rarity = "Common",
			Tradable = true,
			Transmutable = false,
			Type = "Oxylus" 
		},
		["Scarlet Hurricane"] = {
			BaseDrain = -2,
			CompatibilityTags = { "CLAWS_STANCE_STANCE" },
			CodexSecret = false,
			Conclave = true,
			Description = "Fighting form devised for Conclave.",
			Icon = "ScarletHurricane.png",
			Image = "ScarletHurricaneMod.png",
			InternalName = "/Lotus/Upgrades/Mods/PvPMods/Stances/PvPClawStanceOne",
			Introduced = "Specters of the Rail",
			Link = "Scarlet Hurricane",
			MaxRank = 3,
			Name = "Scarlet Hurricane",
			Polarity = "Madurai",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = false,
			Type = "Claws" 
		},
		["Scattered Justice"] = {
			BaseDrain = 4,
			CodexSecret = false,
			Description = "+200% Multishot\r\n+1 'Justice'",
			Icon = "ScatteredJustice.png",
			Image = "ScatteredJusticeMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Syndicate/HekMod",
			Introduced = "15",
			IsWeaponAugment = true,
			Link = "Scattered Justice",
			MaxRank = 3,
			Name = "Scattered Justice",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Hek",
			UpgradeTypes = { "WEAPON_FIRE_ITERATIONS", "WEAPON_SYNDICATE_POWER" }
		},
		["Scattering Inferno"] = {
			BaseDrain = 4,
			CodexSecret = false,
			Description = "+60% <DT_FIRE>Heat\r\n+60% Status Chance",
			Icon = "ScatteringInferno.png",
			Image = "ScatteringInfernoMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Shotgun/DualStat/FireEventShotgunMod",
			Introduced = "13.8",
			Link = "Scattering Inferno",
			MaxRank = 3,
			Name = "Scattering Inferno",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Shotgun",
			UpgradeTypes = { "WEAPON_PERCENT_BASE_DAMAGE_ADDED", "WEAPON_PROC_CHANCE" }
		},
		Scavenge = {
			BaseDrain = 0,
			CodexSecret = false,
			Description = "+90% chance for the pet to pry open a locked locker.",
			Icon = "Scavenge.png",
			Image = "ScavengeMod.png",
			InternalName = "/Lotus/Types/Friendly/Pets/KubrowPetPrecepts/KubrowThiefPrecept",
			Introduced = "14",
			Link = "Scavenge",
			MaxRank = 5,
			Name = "Scavenge",
			Polarity = "Penjaga",
			Rarity = "Common",
			Tradable = true,
			Transmutable = true,
			Type = "Beast",
			UpgradeTypes = { "AVATAR_LOOT_CHANCE" }
		},
		Scorch = {
			BaseDrain = 4,
			CodexSecret = false,
			Description = "+60% <DT_FIRE>Heat\r\n+60% Status Chance",
			Icon = "Scorch.png",
			Image = "ScorchMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Pistol/DualStat/FireEventPistolMod",
			Introduced = "13.8",
			Link = "Scorch (Mod)",
			MaxRank = 3,
			Name = "Scorch",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Pistol",
			UpgradeTypes = { "WEAPON_PERCENT_BASE_DAMAGE_ADDED", "WEAPON_PROC_CHANCE" }
		},
		["Scourging Warheads"] = {
			BaseDrain = 4,
			CodexSecret = false,
			Description = "51% chance for Ordnance to ignore enemy Shields",
			Icon = "ScourgingWarheads.png",
			Image = "ScourgingWarheadsMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Railjack/Gunnery/LavanBypassShieldOrdnance",
			Introduced = "29.10",
			Link = "Scourging Warheads",
			MaxRank = 5,
			Name = "Scourging Warheads",
			Polarity = "Madurai",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = false,
			Type = "Plexus" 
		},
		["Searing Leap"] = {
			BaseDrain = 0,
			CodexSecret = false,
			Conclave = true,
			Description = "Fire FX on Bullet Jump",
			Icon = "SearingLeap.png",
			Image = "SearingLeapMod.png",
			InternalName = "/Lotus/Upgrades/Mods/PvPMods/Warframe/FireParkourPvPMod",
			Introduced = "17.5",
			IsExilus = true,
			Link = "Searing Leap",
			MaxRank = 0,
			Name = "Searing Leap",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Warframe",
			UpgradeTypes = { "AVATAR_PARKOUR_DAMAGE_ADDED" }
		},
		["Searing Steel"] = {
			BaseDrain = 4,
			CodexSecret = false,
			Description = "+60% <DT_FIRE>Heat\r\n+60% Status Chance",
			Icon = "SearingSteel.png",
			Image = "SearingSteelMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Archwing/Melee/ArchwingEventFireStatusMeleeMod",
			Introduced = "15.8",
			Link = "Searing Steel",
			MaxRank = 3,
			Name = "Searing Steel",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Archmelee",
			UpgradeTypes = { "WEAPON_PERCENT_BASE_DAMAGE_ADDED", "WEAPON_PROC_CHANCE" }
		},
		["Secondary Wind"] = {
			BaseDrain = 10,
			CodexSecret = false,
			Conclave = true,
			Description = "On Kill:\r\n+50% Reload Speed for 4s",
			Icon = "SecondaryWind.png",
			Image = "SecondaryWindMod.png",
			InternalName = "/Lotus/Upgrades/Mods/PvPMods/Pistol/HealthRegenonKillPistolMod",
			Introduced = "17.8",
			Link = "Secondary Wind",
			MaxRank = 3,
			Name = "Secondary Wind",
			Polarity = "Vazarin",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Pistol",
			UpgradeTypes = { "WEAPON_RELOAD_SPEED" }
		},
		["Section Density"] = {
			BaseDrain = 10,
			CodexSecret = false,
			Description = "+50% Turret Critical Damage",
			Icon = "SectionDensity.png",
			Image = "SectionDensityMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Railjack/Gunnery/VidarGunnerWeaponCritDamage",
			Introduced = "27.0",
			Link = "Section Density",
			MaxRank = 5,
			Name = "Section Density",
			Polarity = "Madurai",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = false,
			Type = "Plexus" 
		},
		["Security Override"] = {
			BaseDrain = 2,
			CodexSecret = false,
			Description = "Auto-hacks consoles over 2s. 30% chance to mind control basic robotic enemies and turrets in 30m for 14s after Hacking.",
			Icon = "SecurityOverride.png",
			Image = "SecurityOverrideMod.png",
			InternalName = "/Lotus/Types/Friendly/Pets/MoaPets/MoaPetPrecept/MoaHackerPrecept",
			Introduced = "24",
			Link = "Security Override",
			MaxRank = 5,
			Name = "Security Override",
			Polarity = "Penjaga",
			Rarity = "Common",
			Tradable = true,
			Transmutable = false,
			Type = "MOA" 
		},
		Seeker = {
			BaseDrain = 4,
			CodexSecret = false,
			Description = "+2.1 Punch Through",
			Icon = "Seeker.png",
			Image = "SeekerMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Pistol/WeaponPunctureDepthMod",
			Introduced = "0",
			Link = "Seeker (Mod)",
			MaxRank = 5,
			Name = "Seeker",
			Polarity = "Naramon",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = true,
			Type = "Pistol",
			UpgradeTypes = { "WEAPON_PUNCTURE_DEPTH" }
		},
		["Seeker Volley"] = {
			BaseDrain = 0,
			CodexSecret = false,
			Description = "Fires a volley of homing missiles.",
			Icon = "SeekerVolley.png",
			Image = "SeekerVolleyMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Railjack/Abilities/CrewShipAttackAbilityCard",
			Introduced = "27.0",
			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,
			CodexSecret = false,
			Description = "+2.1 Punch Through",
			Icon = "SeekingForce.png",
			Image = "SeekingForceMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Shotgun/WeaponPunctureDepthMod",
			Introduced = "0",
			Link = "Seeking Force",
			MaxRank = 5,
			Name = "Seeking Force",
			Polarity = "Naramon",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = true,
			Type = "Shotgun",
			UpgradeTypes = { "WEAPON_PUNCTURE_DEPTH" }
		},
		["Seeking Fury"] = {
			BaseDrain = 6,
			CodexSecret = false,
			Description = "+15% Reload Speed\r\n+1.2 Punch Through",
			Icon = "SeekingFury.png",
			Image = "SeekingFuryMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Shotgun/DualStat/ReloadSpeedPunchThroughMod",
			Introduced = "16.10.1",
			Link = "Seeking Fury",
			MaxRank = 5,
			Name = "Seeking Fury",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Shotgun",
			UpgradeTypes = { "WEAPON_RELOAD_SPEED", "WEAPON_PUNCTURE_DEPTH" }
		},
		["Seeking Shuriken"] = {
			BaseDrain = 6,
			CodexSecret = false,
			Description = "Shuriken Augment: Hits expose weaknesses on enemies, reducing their Armor by 70% for 8s.",
			Icon = "SeekingShuriken.png",
			Image = "SeekingShurikenMod.png",
			InternalName = "/Lotus/Powersuits/Ninja/GlaiveAugmentCard",
			Introduced = "15.6",
			IsAbilityAugment = true,
			Link = "Seeking Shuriken",
			MaxRank = 3,
			Name = "Seeking Shuriken",
			Polarity = "Zenurik",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Ash" 
		},
		["Seismic Bond"] = {
			BaseDrain = 4,
			Description = "While a channeled Ability is active, Companion melee attacks create a 4m shockwave for 30% of their melee attack damage. Damage dealt by your Companion increases your Ability Efficiency by 3% for 12 seconds. Max 10 stacks.",
			Image = "SeismicBondMod.png",
			InternalName = "/Lotus/Types/Sentinels/SentinelPrecepts/VoidBond/BondedExaltation",
			Introduced = "34",
			CodexSecret = false,
			Link = "Seismic Bond",
			MaxRank = 5,
			Name = "Seismic Bond",
			Icon = "SeismicBond.png",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Companion" 
		},
		["Seismic Palm"] = {
			BaseDrain = -2,
			CompatibilityTags = { "FIST_STANCE" },
			CodexSecret = false,
			Description = "Methodical strikes with reaching combos.",
			Icon = "SeismicPalm.png",
			Image = "SeismicPalmMod.png",
			InternalName = "/Lotus/Weapons/Tenno/Melee/MeleeTrees/FistCmbTwoMeleeTree",
			Introduced = "13",
			Link = "Seismic Palm",
			MaxRank = 3,
			Name = "Seismic Palm",
			Polarity = "Vazarin",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = true,
			Type = "Fists" 
		},
		["Seismic Wave"] = {
			BaseDrain = 6,
			CodexSecret = false,
			Description = "+200% Melee Slam Damage",
			Icon = "SeismicWave.png",
			Image = "SeismicWaveMod.png",
			IncompatibilityTags = { "SENTINEL_WEAPON", "HOUND_WEAPON" },
			InternalName = "/Lotus/Upgrades/Mods/Melee/WeaponMeleeSlamDamageMod",
			Introduced = "17",
			Link = "Seismic Wave",
			MaxRank = 3,
			Name = "Seismic Wave",
			Polarity = "Madurai",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = true,
			Type = "Melee",
			UpgradeTypes = { "WEAPON_MELEE_SLAM_DAMAGE_BONUS" }
		},
		["Self Destruct"] = {
			BaseDrain = 2,
			CodexSecret = false,
			Description = "Explodes when incapacitated, dealing 600 <DT_EXPLOSION>Blast Damage in a 18m radius and knocking down nearby enemies.",
			Icon = "SelfDestruct.png",
			Image = "SelfDestructMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Sentinel/SentinelExplosionMod",
			Introduced = "10",
			Link = "Self Destruct",
			MaxRank = 5,
			Name = "Self Destruct",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = true,
			Type = "Sentinel",
			UpgradeTypes = { "AVATAR_EXPLOSION_DAMAGE", "AVATAR_EXPLOSION_RADIUS" }
		},
		["Semi-Pistol Cannonade"] = {
			BaseDrain = 4,
			CodexSecret = false,
			Description = "Only compatible with Semi-Auto Trigger. Fire Rate cannot be modified.\r\n+300% Damage\r\n+1.5 Punch Through",
			Icon = "Semi-PistolCannonade.jpg",
			Image = "Semi-PistolCannonadeMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Pistol/PistolSemiAutoFantasyMod",
			Introduced = "36",
			Link = "Semi-Pistol Cannonade",
			MaxRank = 5,
			Name = "Semi-Pistol Cannonade",
			Polarity = "Vazarin",
			Rarity = "Uncommon",
			Tradable = true,
			--Transmutable = ,
			Type = "Pistol" 
		},
		["Semi-Rifle Cannonade"] = {
			BaseDrain = 4,
			CodexSecret = false,
			Description = "Only compatible with Semi-Auto Trigger. Fire Rate cannot be modified.\r\n+240% Damage\r\n+1.5 Punch Through",
			Icon = "Semi-RifleCannonade.jpg",
			Image = "Semi-RifleCannonadeMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Rifle/RifleSemiAutoFantasyMod",
			Introduced = "36",
			Link = "Semi-Rifle Cannonade",
			MaxRank = 5,
			Name = "Semi-Rifle Cannonade",
			Polarity = "Vazarin",
			Rarity = "Uncommon",
			Tradable = true,
			--Transmutable = ,
			Type = "Rifle" 
		},
		["Sense Danger"] = {
			BaseDrain = 2,
			CodexSecret = false,
			Description = "The Kavat alerts their master of nearby enemies within 50m for 25s.",
			Icon = "SenseDanger.png",
			Image = "SenseDangerMod.png",
			InternalName = "/Lotus/Types/Friendly/Pets/CatbrowPetPrecepts/CatbrowTremorSensePrecept",
			Introduced = "Specters of the Rail",
			Link = "Sense Danger",
			MaxRank = 3,
			Name = "Sense Danger",
			Polarity = "Penjaga",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = true,
			Type = "Kavat" 
		},
		["Sentient Barrage"] = {
			BaseDrain = 2,
			CodexSecret = false,
			Description = "Discharge from Alt-Fire now has infinite Body Punch Through but no longer explodes on contact. Each enemy hit will refill one charge, and reaching a full charge will increase the Critical Chance and Critical Damage of the next discharge by 300%.",
			Icon = "SentientBarrage.png",
			Image = "SentientBarrageMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Rifle/Event/Nightwave/NightwaveBattacorAugmentMod",
			Introduced = "33.0.11",
			Link = "Sentient Barrage",
			MaxRank = 5,
			Name = "Sentient Barrage",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Battacor",
		},
		["Sentient Scalpel"] = {
			BaseDrain = 6,
			CodexSecret = false,
			Description = "x1.27 Turret Damage vs Sentients",
			Icon = "SentientScalpel.png",
			Image = "SentientScalpelMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Railjack/Gunnery/VidarSentientKiller",
			Introduced = "27.3",
			Link = "Sentient Scalpel",
			MaxRank = 5,
			Name = "Sentient Scalpel",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Plexus" 
		},
		["Sentient Surge"] = {
			BaseDrain = 2,
			CodexSecret = false,
			Description = "Each target eliminated refills 20% of Ocucor's magazine. Status Chance and Critical Chance are increased by 60% for each Tendril active.",
			Icon = "SentientSurge.png",
			Image = "SentientSurgeMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Pistol/Event/Nightwave/NightwaveOcucorAugmentMod",
			Introduced = "33.0.11",
			Link = "Sentient Surge",
			MaxRank = 5,
			Name = "Sentient Surge",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Ocucor",
		},
		["Sequence Burn"] = {
			BaseDrain = 4,
			CodexSecret = false,
			Description = "+20 Beam Length\r\n+1 'Sequence'",
			Icon = "SequenceBurn.png",
			Image = "SequenceBurnMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Syndicate/SpectraMod",
			Introduced = "15",
			IsWeaponAugment = true,
			Link = "Sequence Burn",
			MaxRank = 3,
			Name = "Sequence Burn",
			Polarity = "Naramon",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Spectra",
			UpgradeTypes = { "WEAPON_RANGE", "WEAPON_SYNDICATE_POWER" }
		},
		["Serene Storm"] = {
			CodexSecret = false,
			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.",
			Icon = "SereneStorm.png",
			Image = "SereneStormStanceMod.png",
			InternalName = "/Lotus/Weapons/Tenno/Melee/MeleeTrees/PacifistMeleeTree",
			Introduced = "24.2",
			Link = "Serene Storm (Stance)",
			MaxRank = 3,
			Name = "Serene Storm",
			Polarity = "Universal",
			Rarity = "Common",
			Tradable = false,
			Transmutable = false,
			Type = "Desert Wind" 
		},
		["Serrated Edges"] = {
			BaseDrain = 2,
			CodexSecret = false,
			Conclave = true,
			Description = "20% of Damage converted into <DT_PUNCTURE>Puncture",
			Icon = "SerratedEdges.png",
			Image = "SerratedEdgesMod.png",
			Incompatible = { "Counterweight", "Sharpened Blade" },
			InternalName = "/Lotus/Upgrades/Mods/PvPMods/Melee/DamageBiasPunctureMeleeMod",
			Introduced = "17",
			Link = "Serrated Edges",
			MaxRank = 3,
			Name = "Serrated Edges",
			Polarity = "Madurai",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = false,
			Type = "Melee",
			UpgradeTypes = { "WEAPON_DAMAGE_TYPE_BIAS" }
		},
		["Serrated Rounds"] = {
			BaseDrain = 2,
			CodexSecret = false,
			Conclave = true,
			Description = "20% of Damage converted into <DT_SLASH>Slash",
			Icon = "SerratedRounds.png",
			Image = "SerratedRoundsMod.png",
			Incompatible = { "Comet Rounds", "Ripper Rounds" },
			InternalName = "/Lotus/Upgrades/Mods/PvPMods/Rifle/DamageBiasSlashRifleMod",
			Introduced = "17",
			Link = "Serrated Rounds",
			MaxRank = 3,
			Name = "Serrated Rounds",
			Polarity = "Madurai",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = false,
			Type = "Rifle",
			UpgradeTypes = { "WEAPON_DAMAGE_TYPE_BIAS" }
		},
		Serration = {
			BaseDrain = 4,
			CodexSecret = false,
			Description = "+165% Damage",
			Icon = "Serration.png",
			Image = "SerrationMod.png",
			Incompatible = { "Amalgam Serration", "Flawed Serration" },
			InternalName = "/Lotus/Upgrades/Mods/Rifle/WeaponDamageAmountMod",
			Introduced = "0",
			Link = "Serration",
			MaxRank = 10,
			Name = "Serration",
			Polarity = "Madurai",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = true,
			Type = "Rifle",
			UpgradeTypes = { "WEAPON_DAMAGE_AMOUNT" }
		},
		["Shadow Harvest"] = {
			BaseDrain = -2,
			CompatibilityTags = { "SCYTHES_STANCE" },
			CodexSecret = false,
			Conclave = true,
			Description = "Fighting form devised for Conclave.",
			Icon = "ShadowHarvest.png",
			Image = "ShadowHarvestMod.png",
			InternalName = "/Lotus/Upgrades/Mods/PvPMods/Stances/PvPScytheStanceOne",
			Introduced = "Specters of the Rail",
			Link = "Shadow Harvest",
			MaxRank = 3,
			Name = "Shadow Harvest",
			Polarity = "Naramon",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = false,
			Type = "Scythes" 
		},
		["Shadow Haze"] = {
			BaseDrain = 6,
			Description = "Reap Augment: Increase Critical Chance by 50% on enemies inflicted with Death Harvest. A new Shadow emerges from those enemies when they perish. Limit of 3 Shadows.",
			Icon = "ShadowHaze.png",
			Image = "ShadowHazeMod.png",
			Introduced = "33.6",
			InternalName = "/Lotus/Powersuits/Wraith/WraithReapAugmentCard",
			CodexSecret = false,
			IsAbilityAugment = true,
			Link = "Shadow Haze",
			MaxRank = 3,
			Name = "Shadow Haze",
			Polarity = "Ability",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Sevagoth" 
		},
		["Sharpened Blade"] = {
			BaseDrain = 2,
			CodexSecret = false,
			Conclave = true,
			Description = "20% of Damage converted into <DT_SLASH>Slash",
			Icon = "SharpenedBlade.png",
			Image = "SharpenedBladeMod.png",
			Incompatible = { "Counterweight", "Serrated Edges" },
			InternalName = "/Lotus/Upgrades/Mods/PvPMods/Melee/DamageBiasSlashMeleeMod",
			Introduced = "17",
			Link = "Sharpened Blade",
			MaxRank = 3,
			Name = "Sharpened Blade",
			Polarity = "Madurai",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = false,
			Type = "Melee",
			UpgradeTypes = { "WEAPON_DAMAGE_TYPE_BIAS" }
		},
		["Sharpened Bullets"] = {
			BaseDrain = 2,
			CodexSecret = false,
			Description = "On Kill:\r\n+75% Critical Damage when Aiming for 9s",
			Icon = "SharpenedBullets.png",
			Image = "SharpenedBulletsMod.png",
			IncompatibilityTags = { "POWER_WEAPON" },
			InternalName = "/Lotus/Upgrades/Mods/Pistol/Event/CritDamageWhileAimingPistolMod",
			Introduced = "18.4.1",
			Link = "Sharpened Bullets",
			MaxRank = 5,
			Name = "Sharpened Bullets",
			Polarity = "Madurai",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = false,
			Type = "Pistol",
			UpgradeTypes = { "WEAPON_CRIT_DAMAGE" }
		},
		["Sharpened Claws"] = {
			BaseDrain = 2,
			CodexSecret = false,
			Description = "A vicious attack dealing 300% damage that sunders armor by 120% and rends flesh.",
			Icon = "SharpenedClaws.png",
			Image = "SharpenedClawsMod.png",
			InternalName = "/Lotus/Types/Friendly/Pets/CatbrowPetPrecepts/CatbrowShredPrecept",
			Introduced = "Specters of the Rail",
			Link = "Sharpened Claws",
			MaxRank = 3,
			Name = "Sharpened Claws",
			Polarity = "Madurai",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = false,
			Type = "Kavat" 
		},
		Sharpshooter = {
			BaseDrain = 2,
			CodexSecret = false,
			Description = "On Headshot Kill:\r\n+15 Energy",
			Icon = "Sharpshooter.png",
			Image = "SharpshooterMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Rifle/EnergyOnHeadshotRifle",
			Introduced = "23.10",
			Link = "Sharpshooter",
			MaxRank = 10,
			Name = "Sharpshooter",
			Polarity = "Naramon",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Sniper" 
		},
		["Shatter Burst"] = {
			BaseDrain = 0,
			CodexSecret = false,
			Description = "Delivers a barrage of explosions across a large area.",
			Icon = "ShatterBurst.png",
			Image = "ShatterBurstMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Railjack/Abilities/CrewShipThumperAbilityCard",
			Introduced = "27.0",
			Link = "Shatter Burst",
			MaxRank = 5,
			Name = "Shatter Burst",
			Polarity = "Universal",
			Rarity = "Common",
			Tradable = true,
			Transmutable = false,
			Type = "Railjack (Battle, Slot 2)" 
		},
		["Shattered Storm"] = {
			BaseDrain = 6,
			Conclave = false,
			Description = "Shattered Lash Augment: When Gara breaks her Mass Vitrify ring with Shattered Lash, enemies struck by the glass suffer Splinter Storm at 100% Strength.",
			Icon = "ShatteredStorm.png",
			Image = "ShatteredStormMod.png",
			InternalName = "/Lotus/Powersuits/Glass/GlassShankAugmentCard",
			Introduced = "32.2",
			IsAbilityAugment = true,
			IsExilus = false,
			IsFlawed = false,
			Link = "Shattered Storm",
			MaxRank = 3,
			Name = "Shattered Storm",
			Polarity = "Zenurik",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Gara",
		},
		["Shattering Impact"] = {
			BaseDrain = 4,
			CodexSecret = false,
			Description = "<DT_IMPACT>Impact damage reduces enemy armor by 6.",
			Icon = "ShatteringImpact.png",
			Image = "ShatteringImpactMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Melee/WeaponMeleeArmorShatterMod",
			Introduced = "17",
			Link = "Shattering Impact",
			MaxRank = 5,
			Name = "Shattering Impact",
			Polarity = "Vazarin",
			Rarity = "Common",
			Tradable = true,
			Transmutable = true,
			Type = "Melee",
			UpgradeTypes = { "WEAPON_MELEE_ARMOR_REDUCTION" }
		},
		["Shattering Justice"] = {
			BaseDrain = 4,
			CodexSecret = false,
			Description = "+90% Status Chance\r\n+1 'Justice'",
			Icon = "ShatteringJustice.png",
			Image = "ShatteringJusticeMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Syndicate/SobekMod",
			Introduced = "15",
			IsWeaponAugment = true,
			Link = "Shattering Justice",
			MaxRank = 3,
			Name = "Shattering Justice",
			Polarity = "Naramon",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Sobek",
			UpgradeTypes = { "WEAPON_PROC_CHANCE", "WEAPON_SYNDICATE_POWER" }
		},
		["Shattering Storm"] = {
			BaseDrain = -2,
			CompatibilityTags = { "HAMMERS_STANCE" },
			CodexSecret = false,
			Description = "Methodical strikes and high impact combos.",
			Icon = "ShatteringStorm.png",
			Image = "ShatteringStormMod.png",
			InternalName = "/Lotus/Weapons/Tenno/Melee/MeleeTrees/HammerCmbOneMeleeTree",
			Introduced = "13",
			Link = "Shattering Storm",
			MaxRank = 3,
			Name = "Shattering Storm",
			Polarity = "Vazarin",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = true,
			Type = "Hammers" 
		},
		["Shell Compression"] = {
			BaseDrain = 2,
			CodexSecret = false,
			Description = "+90% Ammo Maximum",
			Icon = "ShellCompression.png",
			Image = "ShellCompressionMod.png",
			Incompatible = { "Flawed Shell Compression" },
			InternalName = "/Lotus/Upgrades/Mods/Shotgun/WeaponAmmoMaxMod",
			Introduced = "0",
			IsExilus = true,
			Link = "Shell Compression",
			MaxRank = 5,
			Name = "Shell Compression",
			Polarity = "Naramon",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = true,
			Type = "Shotgun",
			UpgradeTypes = { "WEAPON_AMMO_MAX" }
		},
		["Shell Rush"] = {
			BaseDrain = 4,
			CodexSecret = false,
			Description = "+50% Charge Rate",
			Icon = "ShellRush.png",
			Image = "ShellRushMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Archwing/Rifle/ArchwingRifleChargeSpeedMod",
			Introduced = "17.9.2",
			Link = "Shell Rush",
			MaxRank = 3,
			Name = "Shell Rush",
			Polarity = "Vazarin",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = false,
			Type = "Archgun" 
		},
		["Shell Shock"] = {
			BaseDrain = 4,
			CodexSecret = false,
			Description = "+60% <DT_ELECTRICITY>Electricity\r\n+60% Status Chance",
			Icon = "ShellShock.png",
			Image = "ShellShockMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Shotgun/DualStat/ElectEventShotgunMod",
			Introduced = "12.4",
			Link = "Shell Shock",
			MaxRank = 3,
			Name = "Shell Shock",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Shotgun",
			UpgradeTypes = { "WEAPON_PERCENT_BASE_DAMAGE_ADDED", "WEAPON_PROC_CHANCE" }
		},
		Shelter = {
			BaseDrain = 6,
			CodexSecret = false,
			Description = "Creates a shield with 1800 Health around the player when they are reviving fallen allies.",
			Icon = "Shelter.png",
			Image = "ShelterMod.png",
			InternalName = "/Lotus/Types/Friendly/Pets/KubrowPetPrecepts/KubrowSanctuary",
			Introduced = "16.4",
			Link = "Shelter",
			MaxRank = 10,
			Name = "Shelter",
			Polarity = "Vazarin",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = false,
			Type = "Beast" 
		},
		Shepherd = {
			BaseDrain = -2,
			CodexSecret = false,
			Description = "Squad's Companions receive +300 Health and +180 Armor",
			Icon = "Shepherd.png",
			Image = "ShepherdMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Aura/WarframeAuraLoyalHerdMod",
			Introduced = "25.7.6",
			Link = "Shepherd",
			MaxRank = 5,
			Name = "Shepherd",
			Polarity = "Vazarin",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Aura",
			UpgradeTypes = { "AVATAR_HEALTH_MAX", "AVATAR_ARMOUR" }
		},
		["Shield Charger"] = {
			BaseDrain = 0,
			CodexSecret = false,
			Description = "Increases Max Shields by 60% and Shield Regeneration by 60% for 10s.",
			Icon = "ShieldCharger.png",
			Image = "ShieldChargerMod.png",
			InternalName = "/Lotus/Types/Sentinels/SentinelPrecepts/Events/CorpusArena/ShieldAuraPrecept",
			Introduced = "The Index Preview",
			Link = "Shield Charger",
			MaxRank = 5,
			Name = "Shield Charger",
			Polarity = "Penjaga",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Robotic" 
		},
		["Shield Disruption"] = {
			BaseDrain = -2,
			CodexSecret = false,
			Description = "Enemies lose -18% Shield Capacity",
			Icon = "ShieldDisruption.png",
			Image = "ShieldDisruptionMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Aura/EnemyShieldReductionAuraMod",
			Introduced = "8",
			Link = "Shield Disruption",
			MaxRank = 5,
			Name = "Shield Disruption",
			Polarity = "Naramon",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = false,
			Type = "Aura",
			UpgradeTypes = { "AVATAR_SHIELD_MAX" }
		},
		["Shield Overload"] = {
			BaseDrain = 6,
			CodexSecret = false,
			Conclave = true,
			Description = "Polarize Augment: Increases the time for the target's Shields to regenerate by 9s.",
			Icon = "ShieldOverload.png",
			Image = "ShieldOverloadMod.png",
			InternalName = "/Lotus/Powersuits/Mag/ShieldRegenPvPAugmentCard",
			Introduced = "16",
			IsAbilityAugment = true,
			Link = "Shield Overload",
			MaxRank = 3,
			Name = "Shield Overload",
			Polarity = "Zenurik",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Mag" 
		},
		["Shield Transference"] = {
			BaseDrain = 6,
			CodexSecret = false,
			Description = "Shield Polarize Augment - Mag gains 50% overshields from depleted enemy shields.",
			Icon = "ShieldTransference.png",
			Image = "ShieldTransferenceMod.png",
			Introduced = "15.6",
			IsAbilityAugment = true,
			Link = "Shield Transference",
			MaxRank = 3,
			Name = "Shield Transference",
			Polarity = "Zenurik",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Mag",
			_IgnoreEntry = true 
		},
		["Shield of Shadows"] = {
			BaseDrain = 6,
			CodexSecret = false,
			Description = "Shadows of the Dead Augment: Each Shadow within 50m take 6% of the Damage done to Nekros in his stead.",
			Icon = "ShieldofShadows.png",
			Image = "ShieldofShadowsMod.png",
			InternalName = "/Lotus/Powersuits/Necro/CloneTheDeadAugmentCard",
			Introduced = "16.4",
			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,
			CompatibilityTags = { "POLEARMS_STANCE" },
			CodexSecret = false,
			Description = "Fast spinning attacks and staggering strikes.",
			Icon = "ShimmeringBlight.png",
			Image = "ShimmeringBlightMod.png",
			InternalName = "/Lotus/Weapons/Tenno/Melee/MeleeTrees/PolearmCmbOneMeleeTree",
			Introduced = "13",
			Link = "Shimmering Blight",
			MaxRank = 3,
			Name = "Shimmering Blight",
			Polarity = "Zenurik",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = true,
			Type = "Polearms" 
		},
		["Shivering Contagion"] = {
			BaseDrain = 4,
			CodexSecret = false,
			Description = "Enemies affected by Cold Status have a 30% chance to spread that status to other enemies within 6m.",
			Icon = "ShiveringContagion.png",
			Image = "ShiveringContagionMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Rifle/WeaponSpreadFreezeProcsMod",
			Introduced = "35",
			Link = "Shivering Contagion",
			MaxRank = 5,
			Name = "Shivering Contagion",
			Polarity = "Naramon",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Primary",
		},	
		["Shock Absorbers"] = {
			BaseDrain = 4,
			CodexSecret = false,
			Description = "+20% Physical Damage Resistance",
			Icon = "ShockAbsorbers.png",
			Image = "ShockAbsorbersMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Warframe/AvatarDamageResistanceKnockdown",
			Introduced = "9",
			Link = "Shock Absorbers",
			MaxRank = 3,
			Name = "Shock Absorbers",
			Polarity = "Vazarin",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = true,
			Type = "Warframe",
			UpgradeTypes = { "AVATAR_DAMAGE_TAKEN" }
		},
		["Shock Collar"] = {
			BaseDrain = 4,
			CodexSecret = false,
			Description = "+60% <DT_ELECTRICITY>Electricity\r\n+60% Status Chance",
			Icon = "ShockCollar.png",
			Image = "ShockCollarMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Sentinel/Kubrow/DualStat/KubrowElectEventMeleeMod",
			Introduced = "24",
			Link = "Shock Collar",
			MaxRank = 3,
			Name = "Shock Collar",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Beast",
			UpgradeTypes = { "WEAPON_PERCENT_BASE_DAMAGE_ADDED", "WEAPON_PROC_CHANCE" }
		},
		["Shock Trooper"] = {
			BaseDrain = 6,
			CodexSecret = false,
			Description = "Shock Augment: Hold to cast will grant all allies within 15m an additional 100% <DT_ELECTRICITY>Electricity Damage to their attacks for 40s.",
			Icon = "ShockTrooper.png",
			Image = "ShockTrooperMod.png",
			InternalName = "/Lotus/Powersuits/Volt/ShockAugmentCard",
			Introduced = "15",
			IsAbilityAugment = true,
			Link = "Shock Trooper",
			MaxRank = 3,
			Name = "Shock Trooper",
			Polarity = "Zenurik",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Volt" 
		},
		["Shocking Speed"] = {
			BaseDrain = 6,
			CodexSecret = false,
			Description = "Speed Augment: While moving under the effects of Speed, enemies within 3m will take 300 <DT_ELECTRICITY>Electricity Damage with guaranteed Status effect.",
			Icon = "ShockingSpeed.png",
			Image = "ShockingSpeedMod.png",
			InternalName = "/Lotus/Powersuits/Volt/SpeedAugmentCard",
			Introduced = "15.6",
			IsAbilityAugment = true,
			Link = "Shocking Speed",
			MaxRank = 3,
			Name = "Shocking Speed",
			Polarity = "Zenurik",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Volt" 
		},
		["Shocking Touch"] = {
			BaseDrain = 6,
			CodexSecret = false,
			Description = "+90% <DT_ELECTRICITY>Electricity",
			Icon = "ShockingTouch.png",
			Image = "ShockingTouchMod.png",
			Incompatible = { "Flawed Shocking Touch" },
			InternalName = "/Lotus/Upgrades/Mods/Melee/WeaponElectricityDamageMod",
			Introduced = "0",
			Link = "Shocking Touch",
			MaxRank = 5,
			Name = "Shocking Touch",
			Polarity = "Naramon",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = true,
			Type = "Melee",
			UpgradeTypes = { "WEAPON_PERCENT_BASE_DAMAGE_ADDED" }
		},
		["Shockwave Actuators"] = {
			BaseDrain = 2,
			CodexSecret = false,
			Description = "Readies a shockwave every 10s that knocks down nearby enemies.",
			Icon = "ShockwaveActuators.png",
			Image = "ShockwaveActuatorsMod.png",
			InternalName = "/Lotus/Types/Friendly/Pets/MoaPets/MoaPetPrecept/MoaShockwavePrecept",
			Introduced = "24",
			Link = "Shockwave Actuators",
			MaxRank = 3,
			Name = "Shockwave Actuators",
			Polarity = "Penjaga",
			Rarity = "Common",
			Tradable = true,
			Transmutable = false,
			Type = "MOA" 
		},
		["Shotgun Ammo Mutation"] = {
			BaseDrain = 2,
			CodexSecret = false,
			Description = "Converts Secondary ammo pickups to 50% of Ammo Pick Up.",
			Icon = "ShotgunAmmoMutation.png",
			Image = "ShotgunAmmoMutationMod.png",
			Incompatible = { "Primed Shotgun Ammo Mutation" },
			InternalName = "/Lotus/Upgrades/Mods/Shotgun/WeaponShotgunConvertAmmoMod",
			Introduced = "9.3",
			IsExilus = true,
			Link = "Shotgun Ammo Mutation",
			MaxRank = 5,
			Name = "Shotgun Ammo Mutation",
			Polarity = "Naramon",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = true,
			Type = "Shotgun",
			UpgradeTypes = { "WEAPON_CONVERT_AMMO" }
		},
		["Shotgun Amp"] = {
			BaseDrain = -2,
			CodexSecret = false,
			Description = "Squad receives +18% Shotgun Damage",
			Icon = "ShotgunAmp.png",
			Image = "ShotgunAmpMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Aura/PlayerShellDamageAuraMod",
			Introduced = "The Silver Grove",
			Link = "Shotgun Amp",
			MaxRank = 5,
			Name = "Shotgun Amp",
			Polarity = "Madurai",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = false,
			Type = "Aura" 
		},
		["Shotgun Barrage"] = {
			BaseDrain = 4,
			CodexSecret = false,
			Description = "+90% Fire Rate",
			Icon = "ShotgunBarrage.png",
			Image = "ShotgunBarrageMod.png",
			Incompatible = { "Amalgam Shotgun Barrage", "Flawed Shotgun Barrage" },
			InternalName = "/Lotus/Upgrades/Mods/Shotgun/WeaponFireRateMod",
			Introduced = "0",
			Link = "Shotgun Barrage",
			MaxRank = 5,
			Name = "Shotgun Barrage",
			Polarity = "Madurai",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = true,
			Type = "Shotgun",
			UpgradeTypes = { "WEAPON_FIRE_RATE" }
		},
		["Semi-Shotgun Cannonade"] = {
			BaseDrain = 4,
			CodexSecret = false,
			Description = "Only compatible with Semi-Auto Trigger. Fire Rate cannot be modified.\r\n+240% Damage\r\n+1.5 Punch Through",
			Icon = "Semi-ShotgunCannonade.jpg",
			Image = "Semi-ShotgunCannonadeMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Shotgun/ShotgunSemiAutoFantasyMod",
			Introduced = "36",
			Link = "Semi-Shotgun Cannonade",
			MaxRank = 5,
			Name = "Semi-Shotgun Cannonade",
			Polarity = "Vazarin",
			Rarity = "Uncommon",
			Tradable = true,
			--Transmutable = ,
			Type = "Shotgun" 
		},
		["Shotgun Elementalist"] = {
			BaseDrain = 4,
			CodexSecret = false,
			Description = "+90% Status Damage\r\n+60% Magazine Capacity",
			Icon = "ShotgunElementalist.jpg",
			Image = "ShotgunElementalistMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Shotgun/ShotgunStatusDamageDuoMod",
			Introduced = "36",
			Link = "Shotgun Elementalist",
			MaxRank = 5,
			Name = "Shotgun Elementalist",
			Polarity = "Vazarin",
			Rarity = "Uncommon",
			Tradable = true,
			--Transmutable = ,
			Type = "Shotgun" 
		},
		["Shotgun Savvy"] = {
			BaseDrain = 2,
			CodexSecret = false,
			Description = "+90% Status Chance",
			Icon = "ShotgunSavvy.png",
			Image = "ShotgunSavvyMod.png",
			Incompatible = { "Galvanized Savvy" },
			InternalName = "/Lotus/Upgrades/Mods/Shotgun/WeaponStunChanceMod",
			Introduced = "11",
			Link = "Shotgun Savvy",
			MaxRank = 5,
			Name = "Shotgun Savvy",
			Polarity = "Vazarin",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = true,
			Type = "Shotgun",
			UpgradeTypes = { "WEAPON_PROC_CHANCE" }
		},
		["Shotgun Scavenger"] = {
			BaseDrain = -2,
			CodexSecret = false,
			Description = "Squad receives +150% Shotgun Ammo Recovery",
			Icon = "ShotgunScavenger.png",
			Image = "ShotgunScavengerMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Aura/PlayerShellAmmoAuraMod",
			Introduced = "5",
			Link = "Shotgun Scavenger",
			MaxRank = 5,
			Name = "Shotgun Scavenger",
			Polarity = "Naramon",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = false,
			Type = "Aura",
			UpgradeTypes = { "WEAPON_AMMO_RETRIEVED" }
		},
		["Shrapnel Rounds"] = {
			BaseDrain = 10,
			CodexSecret = false,
			Conclave = true,
			Description = "+200% Multishot\r\n-66% Damage",
			Icon = "ShrapnelRounds.png",
			Image = "ShrapnelRoundsMod.png",
			InternalName = "/Lotus/Upgrades/Mods/PvPMods/Pistol/MarelokMultishot",
			Introduced = "18.5",
			IsWeaponAugment = true,
			Link = "Shrapnel Rounds",
			MaxRank = 0,
			Name = "Shrapnel Rounds",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Marelok",
			UpgradeTypes = { "WEAPON_FIRE_ITERATIONS", "WEAPON_DAMAGE_AMOUNT" }
		},
		["Shrapnel Shot"] = {
			BaseDrain = 4,
			CodexSecret = false,
			Description = "On Kill:\r\n+99% Critical Damage when Aiming for 9s",
			Icon = "ShrapnelShot.png",
			Image = "ShrapnelShotMod.png",
			IncompatibilityTags = { "POWER_WEAPON" },
			InternalName = "/Lotus/Upgrades/Mods/Shotgun/Event/CritDamageWhileAimingShotgunMod",
			Introduced = "18.4.1",
			Link = "Shrapnel Shot",
			MaxRank = 5,
			Name = "Shrapnel Shot",
			Polarity = "Madurai",
			Rarity = "Common",
			Tradable = true,
			Transmutable = false,
			Type = "Shotgun",
			UpgradeTypes = { "WEAPON_CRIT_DAMAGE" }
		},
		Shred = {
			BaseDrain = 6,
			CodexSecret = false,
			Description = "+30% Fire Rate (x2 for Bows)\r\n+1.2 Punch Through",
			Icon = "Shred.png",
			Image = "ShredMod.png",
			Incompatible = { "Primed Shred" },
			InternalName = "/Lotus/Upgrades/Mods/Rifle/DualStat/ShredMod",
			Introduced = "9.5",
			Link = "Shred",
			MaxRank = 5,
			Name = "Shred",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Rifle",
			UpgradeTypes = { "WEAPON_FIRE_RATE", "WEAPON_PUNCTURE_DEPTH" }
		},
		["Shred Shot"] = {
			BaseDrain = 2,
			CodexSecret = false,
			Conclave = true,
			Description = "20% of Damage converted into <DT_PUNCTURE>Puncture",
			Icon = "ShredShot.png",
			Image = "ShredShotMod.png",
			Incompatible = { "Crash Shot", "Flak Shot" },
			InternalName = "/Lotus/Upgrades/Mods/PvPMods/Shotgun/DamageBiasPunctureShotgunMod",
			Introduced = "17",
			Link = "Shred Shot",
			MaxRank = 3,
			Name = "Shred Shot",
			Polarity = "Madurai",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = false,
			Type = "Shotgun",
			UpgradeTypes = { "WEAPON_DAMAGE_TYPE_BIAS" }
		},
		Shredder = {
			BaseDrain = 2,
			CodexSecret = false,
			Description = "+90% <DT_SLASH>Slash",
			Icon = "Shredder.png",
			Image = "ShredderMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Shotgun/WeaponSlashDamageMod",
			Introduced = "11",
			Link = "Shredder",
			MaxRank = 5,
			Name = "Shredder",
			Polarity = "Naramon",
			Rarity = "Common",
			Tradable = true,
			Transmutable = true,
			Type = "Shotgun",
			UpgradeTypes = { "WEAPON_PERCENT_BASE_DAMAGE_ADDED" }
		},
		["Signal Flare"] = {
			BaseDrain = 6,
			CodexSecret = false,
			Conclave = true,
			Description = "Radial Blind Augment: Blinded enemies are marked on the Minimap for 12s.",
			Icon = "SignalFlare.png",
			Image = "SignalFlareMod.png",
			InternalName = "/Lotus/Powersuits/Excalibur/RadialBlindPvPAugmentCard",
			Introduced = "16",
			IsAbilityAugment = true,
			Link = "Signal Flare",
			MaxRank = 3,
			Name = "Signal Flare",
			Polarity = "Zenurik",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Excalibur" 
		},
		["Silent Battery"] = {
			BaseDrain = 2,
			CodexSecret = false,
			Description = "Reduces the chance an enemy will hear gunfire by 100%.",
			Icon = "SilentBattery.png",
			Image = "SilentBatteryMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Shotgun/Event/ProjectNightwatch/WeaponNoiseReductionMod",
			Introduced = "Lunaro",
			IsExilus = true,
			Link = "Silent Battery",
			MaxRank = 3,
			Name = "Silent Battery",
			Polarity = "Naramon",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = false,
			Type = "Shotgun",
			UpgradeTypes = { "WEAPON_NOISE_REDUCTION" }
		},
		Singularity = {
			BaseDrain = 6,
			CodexSecret = false,
			Conclave = true,
			Description = "Absorb Augment: Create a ring every 3s that drags in enemies at 15m/s.",
			Icon = "Singularity.png",
			Image = "SingularityMod.png",
			Incompatible = { "Assimilate" },
			InternalName = "/Lotus/Powersuits/Jade/SelfBulletAttractorPvPAugmentCard",
			Introduced = "16.4",
			IsAbilityAugment = true,
			Link = "Singularity",
			MaxRank = 3,
			Name = "Singularity",
			Polarity = "Zenurik",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Nyx" 
		},
		["Sinister Reach"] = {
			BaseDrain = 2,
			CodexSecret = false,
			CompatibilityTags = { "BEAM" },
			Description = "+12 Beam Length",
			Icon = "SinisterReach.png",
			Image = "SinisterReachMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Rifle/WeaponBeamDistanceMod",
			Introduced = "15",
			IsExilus = true,
			Link = "Sinister Reach",
			MaxRank = 3,
			Name = "Sinister Reach",
			Polarity = "Naramon",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = true,
			Type = "Primary",
			UpgradeTypes = { "WEAPON_RANGE" }
		},
		["Sinking Talon"] = {
			BaseDrain = -2,
			CompatibilityTags = { "DUAL_DAGGERS_STANCE" },
			CodexSecret = false,
			Description = "Strong, focused attacks with multi-hit spins.",
			Icon = "SinkingTalon.png",
			Image = "SinkingTalonMod.png",
			InternalName = "/Lotus/Weapons/Tenno/Melee/MeleeTrees/DualDaggerCmbOneMeleeTree",
			Introduced = "13",
			Link = "Sinking Talon",
			MaxRank = 3,
			Name = "Sinking Talon",
			Polarity = "Zenurik",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = true,
			Type = "Dual Daggers" 
		},
		["Skull Shots"] = {
			BaseDrain = 10,
			CodexSecret = false,
			Conclave = true,
			Description = "On Headshot:\r\n+100% Ammo Efficiency for 2s",
			Icon = "SkullShots.png",
			Image = "SkullShotsMod.png",
			InternalName = "/Lotus/Upgrades/Mods/PvPMods/Pistol/ViperUnlimitedAmmo",
			Introduced = "18.5",
			IsWeaponAugment = true,
			Link = "Skull Shots",
			MaxRank = 3,
			Name = "Skull Shots",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Viper" 
		},
		["Slay Board"] = {
			BaseDrain = 4,
			CodexSecret = false,
			Description = "On Directional Dismount:\r\nBoard is launched, dealing 400 Damage while slicing enemies.",
			Icon = "SlayBoard.png",
			Image = "SlayBoardMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Hoverboard/HBSlayBoardMod",
			Introduced = "24",
			Link = "Slay Board",
			MaxRank = 3,
			Name = "Slay Board",
			Polarity = "Madurai",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = false,
			Type = "K-Drive" 
		},
		["Slicing Feathers"] = {
			BaseDrain = -2,
			CompatibilityTags = { "WARFAN_STANCE" },
			CodexSecret = false,
			Description = "Twirling, acrobatic slashes with a refined touch.",
			Icon = "SlicingFeathers.png",
			Image = "SlicingFeathersMod.png",
			InternalName = "/Lotus/Weapons/Tenno/Melee/MeleeTrees/WarfanCmbOneMeleeTree",
			Introduced = "22.8",
			Link = "Slicing Feathers",
			MaxRank = 3,
			Name = "Slicing Feathers",
			Polarity = "Naramon",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Warfans" 
		},
		["Slip Magazine"] = {
			BaseDrain = 4,
			CodexSecret = false,
			Description = "+30% Magazine Capacity",
			Icon = "SlipMagazine.png",
			Image = "SlipMagazineMod.png",
			Incompatible = { "Primed Slip Magazine", "Flawed Slip Magazine" },
			InternalName = "/Lotus/Upgrades/Mods/Pistol/WeaponClipMaxMod",
			Introduced = "0",
			Link = "Slip Magazine",
			MaxRank = 5,
			Name = "Slip Magazine",
			Polarity = "Naramon",
			Rarity = "Common",
			Tradable = true,
			Transmutable = true,
			Type = "Pistol",
			UpgradeTypes = { "WEAPON_CLIP_MAX" }
		},
		["Sly Devolution"] = {
			BaseDrain = 0,
			CodexSecret = false,
			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.",
			Icon = "SlyDevolution.png",
			Image = "SlyDevolutionMod.png",
			InternalName = "/Lotus/Types/Friendly/Pets/CreaturePets/CreaturePrecepts/VulpineInfestedCatbrowRespawn",
			Introduced = "29",
			Link = "Sly Devolution",
			MaxRank = 3,
			Name = "Sly Devolution",
			Polarity = "Penjaga",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Sly Vulpaphyla" 
		},
		["Smite Corpus"] = {
			BaseDrain = 4,
			CodexSecret = false,
			Description = "x1.3 Damage to Corpus",
			Icon = "SmiteCorpus.png",
			Image = "SmiteCorpusMod.png",
			Incompatible = { "Primed Smite Corpus" },
			InternalName = "/Lotus/Upgrades/Mods/Melee/WeaponMeleeFactionDamageCorpus",
			Introduced = "9",
			Link = "Smite Corpus",
			MaxRank = 5,
			Name = "Smite Corpus",
			Polarity = "Madurai",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = true,
			Type = "Melee",
			UpgradeTypes = { "GAMEPLAY_FACTION_DAMAGE" }
		},
		["Smite Corrupted"] = {
			BaseDrain = 4,
			CodexSecret = false,
			Description = "x1.3 Damage to Corrupted",
			Icon = "SmiteCorrupted.png",
			Image = "SmiteCorruptedMod.png",
			Incompatible = { "Primed Smite Corrupted" },
			InternalName = "/Lotus/Upgrades/Mods/Melee/WeaponMeleeFactionDamageCorrupted",
			Introduced = "21",
			Link = "Smite Corrupted",
			MaxRank = 5,
			Name = "Smite Corrupted",
			Polarity = "Madurai",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = true,
			Type = "Melee",
			UpgradeTypes = { "GAMEPLAY_FACTION_DAMAGE" }
		},
		["Smite Grineer"] = {
			BaseDrain = 4,
			CodexSecret = false,
			Description = "x1.3 Damage to Grineer",
			Icon = "SmiteGrineer.png",
			Image = "SmiteGrineerMod.png",
			Incompatible = { "Primed Smite Grineer", "Flawed Smite Grineer" },
			InternalName = "/Lotus/Upgrades/Mods/Melee/WeaponMeleeFactionDamageGrineer",
			Introduced = "9",
			Link = "Smite Grineer",
			MaxRank = 5,
			Name = "Smite Grineer",
			Polarity = "Madurai",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = true,
			Type = "Melee",
			UpgradeTypes = { "GAMEPLAY_FACTION_DAMAGE" }
		},
		["Smite Infested"] = {
			BaseDrain = 4,
			CodexSecret = false,
			Description = "x1.3 Damage to Infested",
			Icon = "SmiteInfested.png",
			Image = "SmiteInfestedMod.png",
			Incompatible = { "Primed Smite Infested" },
			InternalName = "/Lotus/Upgrades/Mods/Melee/WeaponMeleeFactionDamageInfested",
			Introduced = "9",
			Link = "Smite Infested",
			MaxRank = 5,
			Name = "Smite Infested",
			Polarity = "Madurai",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = true,
			Type = "Melee",
			UpgradeTypes = { "GAMEPLAY_FACTION_DAMAGE" }
		},
		["Smite The Murmur"] = {
			BaseDrain = 4,
			CodexSecret = false,
			Description = "x1.3 Damage to Murmur",
			Icon = "SmiteTheMurmur.png",
			Image = "SmiteTheMurmurMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Melee/WeaponMeleeFactionDamageMurmurs",
			Introduced = "35",
			Link = "Smite The Murmur",
			MaxRank = 5,
			Name = "Smite The Murmur",
			Polarity = "Madurai",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = false,
			Type = "Melee",
			UpgradeTypes = { "GAMEPLAY_FACTION_DAMAGE" }
		},
		["Smite Infusion"] = {
			BaseDrain = 6,
			CodexSecret = false,
			Description = "Smite Augment: Hold to cast will grant all allies within 15m an additional 100% <DT_RADIATION>Radiation Damage to their attacks for 40s.",
			Icon = "SmiteInfusion.png",
			Image = "SmiteInfusionMod.png",
			InternalName = "/Lotus/Powersuits/Paladin/SmiteAugmentCard",
			Introduced = "15",
			IsAbilityAugment = true,
			Link = "Smite Infusion",
			MaxRank = 3,
			Name = "Smite Infusion",
			Polarity = "Zenurik",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Oberon" 
		},
		["Smoke Shadow"] = {
			BaseDrain = 6,
			CodexSecret = false,
			Description = "Smoke Screen Augment: Conceals allies within 15m for 8s and grants 150% Critical Chance while invisible.",
			Icon = "SmokeShadow.png",
			Image = "SmokeShadowMod.png",
			InternalName = "/Lotus/Powersuits/Ninja/SmokeScreenAugmentCard",
			Introduced = "15",
			IsAbilityAugment = true,
			Link = "Smoke Shadow",
			MaxRank = 3,
			Name = "Smoke Shadow",
			Polarity = "Zenurik",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Ash" 
		},
		["Snap Shot"] = {
			BaseDrain = 2,
			CodexSecret = false,
			Conclave = true,
			Description = "+20% Movement Speed when Aiming",
			Icon = "SnapShot.png",
			Image = "SnapShotMod.png",
			InternalName = "/Lotus/Upgrades/Mods/PvPMods/Shotgun/FasterMovementWhileAimingShotgunlMod",
			Introduced = "17.2",
			IsExilus = true,
			Link = "Snap Shot",
			MaxRank = 3,
			Name = "Snap Shot",
			Polarity = "Madurai",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = false,
			Type = "Shotgun",
			UpgradeTypes = { "AVATAR_MOVEMENT_SPEED" }
		},
		["Sniper Ammo Mutation"] = {
			BaseDrain = 2,
			CodexSecret = false,
			CompatibilityTags = { "SNIPER_AMMO", "LAUNCHER_AMMO" },
			Description = "Converts Secondary ammo pickups to 50% of Ammo Pick Up.",
			Icon = "SniperAmmoMutation.png",
			Image = "SniperAmmoMutationMod.png",
			Incompatible = {
				"Primed Sniper Ammo Mutation"
			},
			InternalName = "/Lotus/Upgrades/Mods/Rifle/WeaponSnipersConvertAmmoMod",
			Introduced = "9.3",
			IsExilus = true,
			Link = "Sniper Ammo Mutation",
			MaxRank = 5,
			Name = "Sniper Ammo Mutation",
			Polarity = "Naramon",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = true,
			Type = "Sniper",
			UpgradeTypes = { "WEAPON_CONVERT_AMMO" }
		},
		["Sniper Scavenger"] = {
			BaseDrain = -2,
			CodexSecret = false,
			Description = "Squad receives +150% Sniper Rifle Ammo Recovery",
			Icon = "SniperScavenger.png",
			Image = "SniperScavengerMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Aura/PlayerSniperAmmoAuraMod",
			Introduced = "5",
			Link = "Sniper Scavenger",
			MaxRank = 5,
			Name = "Sniper Scavenger",
			Polarity = "Naramon",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = false,
			Type = "Aura",
			UpgradeTypes = { "WEAPON_AMMO_RETRIEVED" }
		},
		["Soaring Strike"] = {
			BaseDrain = 10,
			CodexSecret = false,
			Conclave = true,
			Description = "+50% Fire Rate when Airborne",
			Icon = "SoaringStrike.png",
			Image = "SoaringStrikeMod.png",
			IncompatibilityTags = { "DAIKYU", "ATTICA", "ZHUGE" },
			InternalName = "/Lotus/Upgrades/Mods/PvPMods/Rifle/FasterChargeInAirBowMod",
			Introduced = "18",
			Link = "Soaring Strike",
			MaxRank = 3,
			Name = "Soaring Strike",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Bow",
			UpgradeTypes = { "WEAPON_FIRE_RATE" }
		},
		["Soft Hands"] = {
			BaseDrain = 4,
			CodexSecret = false,
			Conclave = true,
			Description = "On Equip:\r\n-40% Weapon Recoil and +40% Accuracy for 8s",
			Icon = "SoftHands.png",
			Image = "SoftHandsMod.png",
			InternalName = "/Lotus/Upgrades/Mods/PvPMods/Shotgun/HolsterSpeedBonusMod",
			Introduced = "16",
			IsExilus = true,
			Link = "Soft Hands",
			MaxRank = 3,
			Name = "Soft Hands",
			Polarity = "Naramon",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = false,
			Type = "Shotgun" 
		},
		["Sonic Boost"] = {
			BaseDrain = 4,
			CodexSecret = false,
			Description = "Every 10s, boosting will release a shockwave, stunning enemies in 4m.",
			Icon = "SonicBoost.png",
			Image = "SonicBoostMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Hoverboard/HBSonicBoomMod",
			Introduced = "24",
			Link = "Sonic Boost",
			MaxRank = 3,
			Name = "Sonic Boost",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "K-Drive" 
		},
		["Sonic Fracture"] = {
			BaseDrain = 6,
			CodexSecret = false,
			Description = "Sonic Boom Augment: Enemy Armor is reduced by 70%.",
			Icon = "SonicFracture.png",
			Image = "SonicFractureMod.png",
			InternalName = "/Lotus/Powersuits/Banshee/PushAugmentCard",
			Introduced = "16.6",
			IsAbilityAugment = true,
			Link = "Sonic Fracture",
			MaxRank = 3,
			Name = "Sonic Fracture",
			Polarity = "Zenurik",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Banshee" 
		},
		["Soul Survivor"] = {
			BaseDrain = 6,
			CodexSecret = false,
			Description = "Soul Punch Augment: Use on a downed ally to revive them with 30% Health.",
			Icon = "SoulSurvivor.png",
			Image = "SoulSurvivorMod.png",
			InternalName = "/Lotus/Powersuits/Necro/SoulPunchAugmentCard",
			Introduced = "15",
			IsAbilityAugment = true,
			Link = "Soul Survivor",
			MaxRank = 3,
			Name = "Soul Survivor",
			Polarity = "Zenurik",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Nekros" 
		},
		["Sovereign Outcast"] = {
			BaseDrain = -2,
			CompatibilityTags = { "TONFA_STANCE" },
			CodexSecret = false,
			Description = "An outlandish style with sweeping attacks.",
			Icon = "SovereignOutcast.png",
			Image = "SovereignOutcastMod.png",
			InternalName = "/Lotus/Weapons/Tenno/Melee/MeleeTrees/TonfaCmbTwoMeleeTree",
			Introduced = "19.7",
			Link = "Sovereign Outcast",
			MaxRank = 3,
			Name = "Sovereign Outcast",
			Polarity = "Naramon",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Tonfas" 
		},
		["Spare Parts"] = {
			BaseDrain = 2,
			CodexSecret = false,
			Description = "Sentinel marks a target every 15s for 5s. The target becomes 200% more likely to drop an item when killed.",
			Icon = "SpareParts.png",
			Image = "SparePartsMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Sentinel/SentinelDropChanceMod",
			Introduced = "10",
			Link = "Spare Parts",
			MaxRank = 5,
			Name = "Spare Parts",
			Polarity = "Naramon",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = false,
			Type = "Sentinel" 
		},
		["Spectral Spirit"] = {
			BaseDrain = 6,
			CodexSecret = false,
			Description = "Grave Spirit Augment: Immediately assume Spectral Form. 100% chance for weapons and abilities to apply Doom. Kills outside of Spectral Form decrease its cooldown by 1s.",
			Icon = "SpectralSpirit.jpg",
			Image = "SpectralSpiritMod.png",
			InternalName = "/Lotus/Powersuits/Dagath/DagathApparitionAugmentCard",
			Introduced = "36",
			IsAbilityAugment = true,
			Link = "Spectral Spirit",
			MaxRank = 3,
			Name = "Spectral Spirit",
			Polarity = "Zenurik",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Dagath" 
		},
		Spectrosiphon = {
			BaseDrain = 6,
			CodexSecret = false,
			Description = "Spectrorage Augment: Enemies that die within Spectrorage have a 50% chance to drop an Energy Orb.",
			Icon = "Spectrosiphon.png",
			Image = "SpectrosiphonMod.png",
			InternalName = "/Lotus/Powersuits/Glass/GlassFragmentAugmentCard",
			Introduced = "24.2.7",
			IsAbilityAugment = true,
			Link = "Spectrosiphon",
			MaxRank = 3,
			Name = "Spectrosiphon",
			Polarity = "Ability",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Gara" 
		},
		["Speed Drift"] = {
			BaseDrain = 4,
			CodexSecret = false,
			Description = "+12% Sprint Speed\r\n+15% Casting Speed",
			Icon = "SpeedDrift.png",
			Image = "SpeedDriftMod.png",
			InternalName = "/Lotus/Upgrades/Mods/OrokinChallenge/OrokinChallengeModSpeed",
			Introduced = "18",
			IsExilus = true,
			Link = "Speed Drift",
			MaxRank = 5,
			Name = "Speed Drift",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Warframe",
			UpgradeTypes = { "AVATAR_SPRINT_SPEED", "AVATAR_CASTING_SPEED" }
		},
		["Speed Trigger"] = {
			BaseDrain = 4,
			CodexSecret = false,
			Description = "+60% Fire Rate (x2 for Bows)",
			Icon = "SpeedTrigger.png",
			Image = "SpeedTriggerMod.png",
			Incompatible = { "Flawed Speed Trigger" },
			InternalName = "/Lotus/Upgrades/Mods/Rifle/WeaponFireRateMod",
			Introduced = "0",
			Link = "Speed Trigger",
			MaxRank = 5,
			Name = "Speed Trigger",
			Polarity = "Madurai",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = true,
			Type = "Rifle",
			UpgradeTypes = { "WEAPON_FIRE_RATE" }
		},
		["Spellbound Harvest"] = {
			BaseDrain = 6,
			CodexSecret = false,
			Description = "Spellbind Augment: Hitting at least 4 enemies with Spellbind grants Titania 50<ENERGY>. The next cast has +40% Ability Range.",
			Icon = "SpellboundHarvest.png",
			Image = "SpellboundHarvestMod.png",
			InternalName = "/Lotus/Powersuits/Fairy/FairyDustAugmentCard",
			Introduced = "27.3.14",
			IsAbilityAugment = true,
			Link = "Spellbound Harvest",
			MaxRank = 3,
			Name = "Spellbound Harvest",
			Polarity = "Zenurik",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Titania" 
		},
		["Spinning Needle"] = {
			BaseDrain = -2,
			CompatibilityTags = { "DUAL_DAGGERS_STANCE" },
			CodexSecret = false,
			Description = "Swift stabs, twisting slashes.",
			Icon = "SpinningNeedle.png",
			Image = "SpinningNeedleMod.png",
			InternalName = "/Lotus/Weapons/Tenno/Melee/MeleeTrees/DualDaggerCmbThreeMeleeTree",
			Introduced = "Specters of the Rail",
			Link = "Spinning Needle",
			MaxRank = 3,
			Name = "Spinning Needle",
			Polarity = "Vazarin",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = true,
			Type = "Dual Daggers" 
		},
		["Split Chamber"] = {
			BaseDrain = 4,
			CodexSecret = false,
			Description = "+90% Multishot",
			Icon = "SplitChamber.png",
			Image = "SplitChamberMod.png",
			Incompatible = { "Split Flights", "Galvanized Chamber" },
			InternalName = "/Lotus/Upgrades/Mods/Rifle/WeaponFireIterationsMod",
			Introduced = "0",
			Link = "Split Chamber",
			MaxRank = 5,
			Name = "Split Chamber",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = true,
			Type = "Rifle",
			UpgradeTypes = { "WEAPON_FIRE_ITERATIONS" }
		},
		["Split Flights"] = {
			BaseDrain = 10,
			CodexSecret = false,
			Description = "On Hit:\r\n+100% Multishot\r\n-180% Accuracy for 2s.\r\nStacks up to 4x.\r\n(Non-AOE Bows)",
			Icon = "SplitFlights.png",
			Image = "SplitFlightsMod.png",
			Incompatible = { "Split Chamber", "Galvanized Chamber" },
			IncompatibilityTags = { "CRPBOW", "CROSSBOW", "GRNBOW", "POWER_WEAPON", "INFBOW", "OMICRUS" },
			InternalName = "/Lotus/Upgrades/Mods/Rifle/BowMultiShotOnHitMod",
			Introduced = "25.8.2",
			Link = "Split Flights",
			MaxRank = 5,
			Name = "Split Flights",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Bow",
			UpgradeTypes = { "WEAPON_FIRE_ITERATIONS", "WEAPON_SPREAD" }
		},
		["Spoiled Strike"] = {
			BaseDrain = 4,
			CodexSecret = false,
			Description = "+100% Damage\r\n-20% Attack Speed",
			Icon = "SpoiledStrike.png",
			Image = "SpoiledStrikeMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Melee/DualStat/CorruptedDamageSpeedMod",
			Introduced = "10.3",
			Link = "Spoiled Strike",
			MaxRank = 3,
			Name = "Spoiled Strike",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Melee",
			UpgradeTypes = { "WEAPON_MELEE_DAMAGE", "WEAPON_FIRE_RATE" }
		},
		["Spring-Loaded Blade"] = {
			BaseDrain = 4,
			CodexSecret = false,
			Description = "On Status Effect: +1 Range for 24s. Stacks up to 2 times.",
			Icon = "Spring-LoadedBlade.png",
			Image = "Spring-LoadedBladeMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Syndicate/MeleeRangeOnProcMod",
			Introduced = "22",
			Link = "Spring-Loaded Blade",
			MaxRank = 5,
			Name = "Spring-Loaded Blade",
			Polarity = "Vazarin",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Melee",
			UpgradeTypes = { "WEAPON_RANGE" }
		},
		["Spring-Loaded Broadhead"] = {
			BaseDrain = 10,
			CodexSecret = false,
			Conclave = true,
			Description = "Increase damage by +40%\r\nif the target is over 15m away.",
			Icon = "Spring-LoadedBroadhead.png",
			Image = "Spring-LoadedBroadheadMod.png",
			InternalName = "/Lotus/Upgrades/Mods/PvPMods/Rifle/DaikyuMoreDamageOverDistanceMod",
			Introduced = "17",
			IsWeaponAugment = true,
			Link = "Spring-Loaded Broadhead",
			MaxRank = 5,
			Name = "Spring-Loaded Broadhead",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Daikyu",
			UpgradeTypes = { "WEAPON_DAMAGE_OVER_DISTANCE" }
		},
		["Spring-Loaded Chamber"] = {
			BaseDrain = 2,
			CodexSecret = false,
			Description = "On Reload:\r\n+75% Fire Rate when Aiming for 9s",
			Icon = "Spring-LoadedChamber.png",
			Image = "Spring-LoadedChamberMod.png",
			IncompatibilityTags = { "POWER_WEAPON" },
			InternalName = "/Lotus/Upgrades/Mods/Rifle/Event/FireRateWhileAimingRifleMod",
			Introduced = "18.4.1",
			Link = "Spring-Loaded Chamber",
			MaxRank = 5,
			Name = "Spring-Loaded Chamber",
			Polarity = "Madurai",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = false,
			Type = "Assault Rifle",
			UpgradeTypes = { "WEAPON_FIRE_RATE" }
		},
		["Sprint Boost"] = {
			BaseDrain = -2,
			CodexSecret = false,
			Description = "Squad receives +15% Sprint Speed",
			Icon = "SprintBoost.png",
			Image = "SprintBoostMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Aura/PlayerSprintAuraMod",
			Introduced = "12",
			Link = "Sprint Boost",
			MaxRank = 5,
			Name = "Sprint Boost",
			Polarity = "Naramon",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = false,
			Type = "Aura",
			UpgradeTypes = { "AVATAR_SPRINT_SPEED" }
		},
		["Spry Sights"] = {
			BaseDrain = 2,
			CodexSecret = false,
			Conclave = true,
			Description = "+20% Movement Speed when Aiming",
			Icon = "SprySights.png",
			Image = "SprySightsMod.png",
			InternalName = "/Lotus/Upgrades/Mods/PvPMods/Pistol/FasterMovementWhileAimingPistolMod",
			Introduced = "17.2",
			IsExilus = true,
			Link = "Spry Sights",
			MaxRank = 3,
			Name = "Spry Sights",
			Polarity = "Madurai",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = false,
			Type = "Pistol",
			UpgradeTypes = { "AVATAR_MOVEMENT_SPEED" }
		},
		["Squad Renew"] = {
			CodexSecret = false,
			Description = "Heal all Railjack squad members by 75%.\r\nCooldown: 300s",
			Icon = "SquadRenew.png",
			Image = "SquadRenewMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Railjack/Tactical/CrewShipRenewAbilityCard",
			Introduced = "27.0",
			Link = "Squad Renew",
			MaxRank = 5,
			Name = "Squad Renew",
			Polarity = "Universal",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Railjack (Tactical, Slot 3)" 
		},
		Stabilizer = {
			BaseDrain = 6,
			CodexSecret = false,
			Description = "-60% Weapon Recoil",
			Icon = "Stabilizer.png",
			Image = "StabilizerMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Rifle/WeaponRecoilReductionMod",
			Introduced = "10",
			IsExilus = true,
			Link = "Stabilizer",
			MaxRank = 5,
			Name = "Stabilizer",
			Polarity = "Naramon",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = true,
			Type = "Rifle" 
		},
		["Staggering Shield"] = {
			BaseDrain = 6,
			CodexSecret = false,
			Description = "Shatter Shield Augment: Reflected bullets have a chance to stagger enemies. The base 50% chance increases with power strength.",
			Icon = "StaggeringShield.png",
			Image = "StaggeringShieldMod.png",
			InternalName = "/Lotus/Powersuits/Cowgirl/RicochetArmourAugmentCard",
			Introduced = "16.8",
			IsAbilityAugment = true,
			Link = "Staggering Shield",
			MaxRank = 3,
			Name = "Staggering Shield",
			Polarity = "Zenurik",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Mesa" 
		},
		Stalk = {
			BaseDrain = 0,
			CodexSecret = false,
			Description = "The kubrow cloaks itself and its master to stalk down its prey when they are within 24m.",
			Icon = "Stalk.png",
			Image = "StalkMod.png",
			InternalName = "/Lotus/Types/Friendly/Pets/KubrowPetPrecepts/KubrowCloakPrecept",
			Introduced = "14",
			Link = "Stalk",
			MaxRank = 5,
			Name = "Stalk",
			Polarity = "Penjaga",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Huras Kubrow" 
		},
		["Stalking Fan"] = {
			BaseDrain = -2,
			CompatibilityTags = { "SCYTHES_STANCE" },
			CodexSecret = false,
			Description = "Lunging spirals and shattering combos.",
			Icon = "StalkingFan.png",
			Image = "StalkingFanMod.png",
			InternalName = "/Lotus/Weapons/Tenno/Melee/MeleeTrees/ScytheCmbTwoMeleeTree",
			Introduced = "13",
			Link = "Stalking Fan",
			MaxRank = 3,
			Name = "Stalking Fan",
			Polarity = "Zenurik",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = true,
			Type = "Scythes" 
		},
		["Stand Ground"] = {
			BaseDrain = 4,
			CodexSecret = false,
			Conclave = true,
			Description = "Blocking reduces damage taken from enemy abilities by 60%.",
			Icon = "StandGround.png",
			Image = "StandGroundMod.png",
			InternalName = "/Lotus/Upgrades/Mods/PvPMods/Melee/AbilityDamageBlockMod",
			Introduced = "16.5",
			Link = "Stand Ground",
			MaxRank = 5,
			Name = "Stand Ground",
			Polarity = "Vazarin",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Melee",
			UpgradeTypes = { "WEAPON_POWER_DAMAGE_BLOCK" }
		},
		["Stand United"] = {
			BaseDrain = -2,
			CodexSecret = false,
			Description = "Squad receives +25% Armor",
			Icon = "StandUnited.png",
			Image = "StandUnitedMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Aura/FairyQuest/FairyQuestThornsAuraMod",
			Introduced = "The Silver Grove",
			Link = "Stand United",
			MaxRank = 5,
			Name = "Stand United",
			Polarity = "Vazarin",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = false,
			Type = "Aura",
			UpgradeTypes = { "AVATAR_ARMOUR" }
		},
		["Star Divide"] = {
			BaseDrain = -2,
			CompatibilityTags = { "TONFA_STANCE" },
			CodexSecret = false,
			Conclave = true,
			Description = "Fighting form devised for Conclave.",
			Icon = "StarDivide.png",
			Image = "StarDivideMod.png",
			InternalName = "/Lotus/Upgrades/Mods/PvPMods/Stances/PvPTonfaStanceOne",
			Introduced = "Specters of the Rail",
			Link = "Star Divide",
			MaxRank = 3,
			Name = "Star Divide",
			Polarity = "Madurai",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = false,
			Type = "Tonfas" 
		},
		["Stasis Field"] = {
			BaseDrain = 4,
			CodexSecret = false,
			Description = "Creates a stasis field for 30s. While inside the field, all enemy projectiles move 90% slower and deal 60% less Damage.",
			Icon = "StasisField.png",
			Image = "StasisFieldMod.png",
			InternalName = "/Lotus/Types/Friendly/Pets/MoaPets/MoaPetPrecept/MoaStasisFieldPrecept",
			Introduced = "24",
			Link = "Stasis Field",
			MaxRank = 5,
			Name = "Stasis Field",
			Polarity = "Penjaga",
			Rarity = "Common",
			Tradable = true,
			Transmutable = false,
			Type = "MOA" 
		},
		["Static Alacrity"] = {
			BaseDrain = 6,
			CodexSecret = false,
			Conclave = true,
			Description = "+50% Projectile Speed\r\n-50% Blast Radius",
			Icon = "StaticAlacrity.png",
			Image = "StaticAlacrityMod.png",
			IncompatibilityTags = { "SECONDARYSHOTGUN" },
			InternalName = "/Lotus/Upgrades/Mods/PvPMods/Pistol/StaticorFasterProjLessAoE",
			Introduced = "18.5",
			Link = "Static Alacrity",
			MaxRank = 3,
			Name = "Static Alacrity",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Staticor",
			UpgradeTypes = { "WEAPON_PROJECTILE_SPEED", "WEAPON_EXPLOSION_RADIUS" }
		},
		["Static Discharge"] = {
			BaseDrain = 2,
			CodexSecret = false,
			Description = "Heavy Attacks electrify nearby enemies for <DT_ELECTRICITY>Electricity Damage equal to 80% of weapon damage.",
			Icon = "StaticDischarge.png",
			Image = "StaticDischargeMod.png",
			IncompatibilityTags = { "POWER_WEAPON" },
			InternalName = "/Lotus/Upgrades/Mods/Melee/Event/CorpusArena/ProvaCorpusArenaMod",
			Introduced = "The Index Preview",
			IsWeaponAugment = true,
			Link = "Static Discharge",
			MaxRank = 5,
			Name = "Static Discharge",
			Polarity = "Naramon",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Prova" 
		},
		["Steady Hands"] = {
			BaseDrain = 6,
			CodexSecret = false,
			Description = "-60% Weapon Recoil",
			Icon = "SteadyHands.png",
			Image = "SteadyHandsMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Pistol/WeaponRecoilReductionMod",
			Introduced = "10",
			IsExilus = true,
			Link = "Steady Hands",
			MaxRank = 5,
			Name = "Steady Hands",
			Polarity = "Naramon",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = true,
			Type = "Pistol" 
		},
		["Stealth Drift"] = {
			BaseDrain = 4,
			CodexSecret = false,
			Description = "+18 Enemy Radar\r\n+12% Aim Glide/Wall Latch Duration",
			Icon = "StealthDrift.png",
			Image = "StealthDriftMod.png",
			InternalName = "/Lotus/Upgrades/Mods/OrokinChallenge/OrokinChallengeModStealth",
			Introduced = "18",
			IsExilus = true,
			Link = "Stealth Drift",
			MaxRank = 5,
			Name = "Stealth Drift",
			Polarity = "Naramon",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Warframe",
			UpgradeTypes = { "AVATAR_ENEMY_RADAR", "AVATAR_PARKOUR_GLIDE" }
		},
		["Steel Charge"] = {
			BaseDrain = -4,
			CodexSecret = false,
			Description = "Squad receives +60% Melee Damage",
			Icon = "SteelCharge.png",
			Image = "SteelChargeMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Aura/PlayerMeleeAuraMod",
			Introduced = "5",
			Link = "Steel Charge",
			MaxRank = 5,
			Name = "Steel Charge",
			Polarity = "Madurai",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = false,
			Type = "Aura",
			UpgradeTypes = { "WEAPON_MELEE_DAMAGE" }
		},
		["Steel Fiber"] = {
			BaseDrain = 4,
			CodexSecret = false,
			Description = "+100% Armor",
			Icon = "SteelFiber.png",
			Image = "SteelFiberMod.png",
			Incompatible = { "Umbral Fiber", "Flawed Steel Fiber" },
			InternalName = "/Lotus/Upgrades/Mods/Warframe/AvatarArmourMod",
			Introduced = "0",
			Link = "Steel Fiber",
			MaxRank = 10,
			Name = "Steel Fiber",
			Polarity = "Vazarin",
			Rarity = "Common",
			Tradable = true,
			Transmutable = true,
			Type = "Warframe",
			UpgradeTypes = { "AVATAR_ARMOUR" }
		},
		["Stinging Thorn"] = {
			BaseDrain = -2,
			CompatibilityTags = { "DAGGERS_STANCE" },
			CodexSecret = false,
			Description = "Vigorous slashes with forceful stabs.",
			Icon = "StingingThorn.png",
			Image = "StingingThornMod.png",
			InternalName = "/Lotus/Weapons/Tenno/Melee/MeleeTrees/DaggerCmbThreeMeleeTree",
			Introduced = "22",
			Link = "Stinging Thorn",
			MaxRank = 3,
			Name = "Stinging Thorn",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = true,
			Type = "Daggers" 
		},
		["Stinging Truth"] = {
			BaseDrain = 4,
			CodexSecret = false,
			Description = "+40 Magazine Capacity\r\n+1 'Truth'",
			Icon = "StingingTruth.png",
			Image = "StingingTruthMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Syndicate/ViperMod",
			Introduced = "15",
			IsWeaponAugment = true,
			Link = "Stinging Truth",
			MaxRank = 3,
			Name = "Stinging Truth",
			Polarity = "Vazarin",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Viper",
			UpgradeTypes = { "WEAPON_CLIP_MAX", "WEAPON_SYNDICATE_POWER" }
		},
		["Stockpiled Blight"] = {
			BaseDrain = 4,
			CodexSecret = false,
			Description = "+200% Magazine Capacity\r\n+1 'Blight'",
			Icon = "StockpiledBlight.png",
			Image = "StockpiledBlightMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Syndicate/KunaiMod",
			Introduced = "20.4",
			IsWeaponAugment = true,
			Link = "Stockpiled Blight",
			MaxRank = 3,
			Name = "Stockpiled Blight",
			Polarity = "Vazarin",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Kunai",
			UpgradeTypes = { "WEAPON_CLIP_MAX", "WEAPON_SYNDICATE_POWER" }
		},
		Stormbringer = {
			BaseDrain = 6,
			CodexSecret = false,
			Description = "+90% <DT_ELECTRICITY>Electricity",
			Icon = "Stormbringer.png",
			Image = "StormbringerMod.png",
			Incompatible = { "Flawed Stormbringer" },
			InternalName = "/Lotus/Upgrades/Mods/Rifle/WeaponElectricityDamageMod",
			Introduced = "0",
			Link = "Stormbringer",
			MaxRank = 5,
			Name = "Stormbringer",
			Polarity = "Naramon",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = true,
			Type = "Rifle",
			UpgradeTypes = { "WEAPON_PERCENT_BASE_DAMAGE_ADDED" }
		},
		["Strafing Slide"] = {
			BaseDrain = 6,
			CodexSecret = false,
			Conclave = true,
			Description = "-20% Weapon Recoil and +20% Accuracy when Sliding",
			Icon = "StrafingSlide.png",
			Image = "StrafingSlideMod.png",
			InternalName = "/Lotus/Upgrades/Mods/PvPMods/Pistol/MoreAccuracyLessRecoilSlidingPistolMod",
			Introduced = "17",
			IsExilus = true,
			Link = "Strafing Slide",
			MaxRank = 3,
			Name = "Strafing Slide",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Pistol",
			UpgradeTypes = { "WEAPON_RECOIL", "WEAPON_SPREAD" }
		},
		["Strain Consume"] = {
			BaseDrain = 2,
			CodexSecret = false,
			Description = "Dead maggots within 5m are consumed, restoring 4% Missing Health.",
			Icon = "StrainConsume.png",
			Image = "StrainConsumeMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Sets/Strain/WarframeStrainConsumeMod",
			Introduced = "24.2",
			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,
			CodexSecret = false,
			Description = "Maggots explode on death, dealing 4% of an enemy's current Health as <DT_CORROSIVE>Corrosive Damage to any enemy within 8m.",
			Icon = "StrainEruption.png",
			Image = "StrainEruptionMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Sets/Strain/HelminthStrainEruptionMod",
			Introduced = "24.2",
			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,
			CodexSecret = false,
			Description = "Helminth Charger gains +30% Damage per Cyst.",
			Icon = "StrainFever.png",
			Image = "StrainFeverMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Sets/Strain/HelminthStrainFeverMod",
			Introduced = "24.2",
			Link = "Strain Fever",
			MaxRank = 3,
			Name = "Strain Fever",
			Polarity = "Madurai",
			Rarity = "Rare",
			Set = "Strain Set",
			Tradable = true,
			Transmutable = false,
			Type = "Helminth Charger",
			UpgradeTypes = { "WEAPON_DAMAGE_AMOUNT" }
		},
		["Strain Infection"] = {
			BaseDrain = 6,
			CodexSecret = false,
			Description = "Melee Attacks gain +20% Critical Damage per Cyst.",
			Icon = "StrainInfection.png",
			Image = "StrainInfectionMod.png",
			IncompatibilityTags = { "SENTINEL_WEAPON", "HOUND_WEAPON" },
			InternalName = "/Lotus/Upgrades/Mods/Sets/Strain/MeleeStrainInfectionMod",
			Introduced = "24.2",
			Link = "Strain Infection",
			MaxRank = 3,
			Name = "Strain Infection",
			Polarity = "Madurai",
			Rarity = "Rare",
			Set = "Strain Set",
			Tradable = true,
			Transmutable = false,
			Type = "Melee" 
		},
		Streamline = {
			BaseDrain = 4,
			CodexSecret = false,
			Description = "+30% Ability Efficiency",
			Icon = "Streamline.png",
			Image = "StreamlineMod.png",
			Incompatible = { "Flawed Streamline" },
			InternalName = "/Lotus/Upgrades/Mods/Warframe/AvatarAbilityEfficiencyMod",
			Introduced = "0",
			Link = "Streamline",
			MaxRank = 5,
			Name = "Streamline",
			Polarity = "Naramon",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = true,
			Type = "Warframe",
			UpgradeTypes = { "AVATAR_ABILITY_EFFICIENCY" }
		},
		["Streamlined Form"] = {
			BaseDrain = 2,
			CodexSecret = false,
			Description = "+30% Slide\r\n-30% Friction",
			Icon = "StreamlinedForm.png",
			Image = "StreamlinedFormMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Warframe/DualStat/HolsterSpeedSlideBoostMod",
			Introduced = "Recurring Nightmares",
			IsExilus = true,
			Link = "Streamlined Form",
			MaxRank = 5,
			Name = "Streamlined Form",
			Polarity = "Naramon",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Warframe",
			UpgradeTypes = { "AVATAR_SLIDE_BOOST", "AVATAR_SLIDE_FRICTION" }
		},
		Stretch = {
			BaseDrain = 4,
			CodexSecret = false,
			Description = "+45% Ability Range",
			Icon = "Stretch.png",
			Image = "StretchMod.png",
			Incompatible = { "Archon Stretch", "Flawed Stretch" },
			InternalName = "/Lotus/Upgrades/Mods/Warframe/AvatarAbilityRangeMod",
			Introduced = "0",
			Link = "Stretch",
			MaxRank = 5,
			Name = "Stretch",
			Polarity = "Naramon",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = true,
			Type = "Warframe",
			UpgradeTypes = { "AVATAR_ABILITY_RANGE" }
		},
		Striker = {
			BaseDrain = 0,
			CodexSecret = false,
			Description = "Carrier will attack the first visible enemy within 10m",
			Icon = "Striker.png",
			Image = "StrikerMod.png",
			Introduced = "10",
			Link = "Striker",
			MaxRank = 5,
			Name = "Striker",
			Polarity = "Penjaga",
			Rarity = "Common",
			Tradable = true,
			Transmutable = false,
			Type = "Carrier",
			_IgnoreEntry = true 
		},
		["Stunning Speed"] = {
			BaseDrain = 6,
			CodexSecret = false,
			Description = "+40% Reload Speed\r\n+30% Status Chance",
			Icon = "StunningSpeed.png",
			Image = "StunningSpeedMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Pistol/DualStat/StunningSpeedMod",
			Introduced = "9",
			Link = "Stunning Speed",
			MaxRank = 3,
			Name = "Stunning Speed",
			Polarity = "Naramon",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Pistol",
			UpgradeTypes = { "WEAPON_RELOAD_SPEED", "WEAPON_PROC_CHANCE" }
		},
		["Sudden Impact"] = {
			BaseDrain = 4,
			CodexSecret = false,
			Description = "+60% Status Chance",
			Icon = "SuddenImpact.png",
			Image = "SuddenImpactMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Archwing/Melee/ArchwingMeleeStatusChanceMod",
			Introduced = "15",
			Link = "Sudden Impact",
			MaxRank = 5,
			Name = "Sudden Impact",
			Polarity = "Vazarin",
			Rarity = "Common",
			Tradable = true,
			Transmutable = true,
			Type = "Archmelee",
			UpgradeTypes = { "WEAPON_PROC_CHANCE" }
		},
		["Sudden Justice"] = {
			BaseDrain = 10,
			CodexSecret = false,
			Conclave = true,
			Description = "On 2 Hits within 0.2s:\r\n+30% Fire Rate for 2s",
			Icon = "SuddenJustice.png",
			Image = "SuddenJusticeMod.png",
			InternalName = "/Lotus/Upgrades/Mods/PvPMods/Rifle/SybarisIncreaseRoFonHit",
			Introduced = "17.10",
			Link = "Sudden Justice",
			MaxRank = 3,
			Name = "Sudden Justice",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Sybaris",
			UpgradeTypes = { "WEAPON_FIRE_RATE" }
		},
		["Sundering Strike"] = {
			BaseDrain = 2,
			CodexSecret = false,
			Description = "+90% <DT_PUNCTURE>Puncture",
			Icon = "SunderingStrike.png",
			Image = "SunderingStrikeMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Melee/WeaponArmorPiercingDamageMod",
			Introduced = "0",
			Link = "Sundering Strike",
			MaxRank = 5,
			Name = "Sundering Strike",
			Polarity = "Naramon",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = true,
			Type = "Melee",
			UpgradeTypes = { "WEAPON_PERCENT_BASE_DAMAGE_ADDED" }
		},
		["Sundering Weave"] = {
			BaseDrain = -2,
			CompatibilityTags = { "MACHETES_STANCE" },
			CodexSecret = false,
			Description = "Steady chopping strikes with focused damage.",
			Icon = "SunderingWeave.png",
			Image = "SunderingWeaveMod.png",
			InternalName = "/Lotus/Weapons/Tenno/Melee/MeleeTrees/MacheteCmbOneMeleeTree",
			Introduced = "13",
			Link = "Sundering Weave",
			MaxRank = 3,
			Name = "Sundering Weave",
			Polarity = "Zenurik",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = true,
			Type = "Machetes" 
		},
		["Superior Defenses"] = {
			BaseDrain = 4,
			CodexSecret = false,
			Description = "+100% Shield Recharge\r\n-50% Shield Recharge Delay",
			Icon = "SuperiorDefenses.png",
			Image = "SuperiorDefensesMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Archwing/Suit/ArchwingSuitShieldRechargeRateMod",
			Introduced = "15",
			Link = "Superior Defenses",
			MaxRank = 3,
			Name = "Superior Defenses",
			Polarity = "Vazarin",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = true,
			Type = "Archwing",
			UpgradeTypes = { "AVATAR_SHIELD_RECHARGE_RATE" }
		},
		Suppress = {
			BaseDrain = 2,
			CodexSecret = false,
			Description = "Reduces the chance an enemy will hear gunfire by 100%.",
			Icon = "Suppress.png",
			Image = "SuppressMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Pistol/WeaponNoiseReductionMod",
			Introduced = "10",
			IsExilus = true,
			Link = "Suppress",
			MaxRank = 5,
			Name = "Suppress",
			Polarity = "Naramon",
			Rarity = "Common",
			Tradable = true,
			Transmutable = true,
			Type = "Pistol",
			UpgradeTypes = { "WEAPON_NOISE_REDUCTION" }
		},
		["Sure Footed"] = {
			BaseDrain = 6,
			CodexSecret = false,
			Description = "+60% Chance to Resist Knockdown",
			Icon = "SureFooted.png",
			Image = "SureFootedMod.png",
			Incompatible = { "Primed Sure Footed" },
			InternalName = "/Lotus/Upgrades/Mods/Warframe/AvatarKnockdownResistanceMod",
			Introduced = "9",
			IsExilus = true,
			Link = "Sure Footed",
			MaxRank = 5,
			Name = "Sure Footed",
			Polarity = "Vazarin",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = true,
			Type = "Warframe",
			UpgradeTypes = { "AVATAR_INJURY_BLOCK_CHANCE" }
		},
		["Sure Shot"] = {
			BaseDrain = 2,
			CodexSecret = false,
			Description = "+90% Status Chance",
			Icon = "SureShot.png",
			Image = "SureShotMod.png",
			Incompatible = { "Galvanized Shot" },
			InternalName = "/Lotus/Upgrades/Mods/Pistol/WeaponStunChanceMod",
			Introduced = "11",
			Link = "Sure Shot",
			MaxRank = 5,
			Name = "Sure Shot",
			Polarity = "Vazarin",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = true,
			Type = "Pistol",
			UpgradeTypes = { "WEAPON_PROC_CHANCE" }
		},
		["Surging Blades"] = {
			BaseDrain = 6,
			Description = "Aquablades Augment: Activate Aquablades while in use or during cooldown to hurl a single blade. Thrown blades gain 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",
			Icon = "SurgingBlades.png",
			Polarity = "Zenurik",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Yareli" 
		},
		["Surging Dash"] = {
			BaseDrain = 6,
			CodexSecret = false,
			Description = "Slash Dash Augment: Each enemy hit during Slash Dash further increases your Melee Counter by 8.",
			Icon = "SurgingDash.png",
			Image = "SurgingDashMod.png",
			Incompatible = { "Purging Slash" },
			InternalName = "/Lotus/Powersuits/Excalibur/SlashDashAugmentCard",
			Introduced = "15.6",
			IsAbilityAugment = true,
			Link = "Surging Dash",
			MaxRank = 3,
			Name = "Surging Dash",
			Polarity = "Zenurik",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Excalibur" 
		},
		["Surplus Diverters"] = {
			BaseDrain = 10,
			CodexSecret = false,
			Conclave = true,
			Description = "Gain +6 energy, upon replenishing shields completely after they have been deactivated.",
			Icon = "SurplusDiverters.png",
			Image = "SurplusDivertersMod.png",
			IncompatibilityTags = { "SANDMAN" },
			InternalName = "/Lotus/Upgrades/Mods/PvPMods/Warframe/EnergyOnFullShieldRegenMod",
			Introduced = "16.5",
			Link = "Surplus Diverters",
			MaxRank = 5,
			Name = "Surplus Diverters",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Warframe",
			UpgradeTypes = { "AVATAR_ENERGY_ON_FULL_SHIELD_REGEN" }
		},
		["Survival Instinct"] = {
			BaseDrain = 0,
			CodexSecret = false,
			Description = "Increase their Master's Evasion by +40% until their next attack or after 8s whenever they kill an enemy. Cooldown: 5s.",
			Icon = "SurvivalInstinct.png",
			Image = "SurvivalInstinctMod.png",
			InternalName = "/Lotus/Types/Friendly/Pets/CreaturePets/CreaturePrecepts/InfestedCatbrowEvasionBuffPrecept",
			Introduced = "29",
			Link = "Survival Instinct",
			MaxRank = 3,
			Name = "Survival Instinct",
			Polarity = "Penjaga",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Sly Vulpaphyla" 
		},
		["Sweeping Serration"] = {
			BaseDrain = 6,
			CodexSecret = false,
			Description = "+120% <DT_SLASH>Slash",
			Icon = "SweepingSerration.png",
			Image = "SweepingSerrationMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Shotgun/WeaponEventSlashDamageMod",
			Introduced = "14.7",
			Link = "Sweeping Serration",
			MaxRank = 5,
			Name = "Sweeping Serration",
			Polarity = "Naramon",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Shotgun",
			UpgradeTypes = { "WEAPON_PERCENT_BASE_DAMAGE_ADDED" }
		},
		["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",
			Icon = "SwiftBite.png",
			Polarity = "Zenurik",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Lavos" 
		},
		["Swift Deth"] = {
			BaseDrain = 0,
			CodexSecret = false,
			Description = "Sentinel will attack the first visible enemy within 30m.",
			Icon = "SwiftDeth.png",
			Image = "SwiftDethMod.png",
			Introduced = "8",
			Link = "Swift Deth",
			MaxRank = 5,
			Name = "Swift Deth",
			Polarity = "Penjaga",
			Rarity = "Common",
			Tradable = true,
			Transmutable = false,
			Type = "Dethcube",
			_IgnoreEntry = true 
		},
		["Swift Mercy"] = {
			BaseDrain = 0,
			CodexSecret = false,
			Description = "Speed of Mercy Kills increased by 50%",
			Icon = "SwiftMercy.png",
			Image = "SwiftMercyMod.png",
			InternalName = "/Lotus/Upgrades/Mods/DataSpike/Assassin/SwiftExecuteMod",
			Introduced = "30.5",
			Link = "Swift Mercy",
			MaxRank = 0,
			Name = "Swift Mercy",
			Polarity = "Universal",
			Rarity = "Common",
			Tradable = true,
			Transmutable = true,
			Type = "Parazon",
			UpgradeTypes = { "WEAPON_FIRE_RATE" }
		},
		["Swift Momentum"] = {
			BaseDrain = -2,
			CodexSecret = false,
			Description = "Squad receives +30% Heavy Attack Wind Up Speed and +6s Melee Combo Duration",
			Icon = "SwiftMomentum.png",
			Image = "SwiftMomentumMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Aura/WarframeAuraWickedStrikesMod",
			Introduced = "25.7.6",
			Link = "Swift Momentum",
			MaxRank = 5,
			Name = "Swift Momentum",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Aura",
			UpgradeTypes = { "WEAPON_MELEE_HEAVY_CHARGE_SPEED", "WEAPON_MELEE_COMBO_DURATION_BONUS" }
		},
		["Swing Line"] = {
			BaseDrain = 6,
			CodexSecret = false,
			Description = "Rip Line Augment: After using Rip Line, the next 4 Rip Lines will have no Energy cost while Airborne.\r\n+20% Parkour Velocity",
			Icon = "SwingLine.png",
			Image = "SwingLineMod.png",
			InternalName = "/Lotus/Powersuits/Berserker/GrappleAugmentCard",
			Introduced = "15.6",
			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,
			CodexSecret = false,
			Description = "Strikes 4 additional enemies and increases Attack Range by 2m.",
			Icon = "Swipe.png",
			Image = "SwipeMod.png",
			InternalName = "/Lotus/Types/Friendly/Pets/CatbrowPetPrecepts/CatbrowSwipePrecept",
			Introduced = "Specters of the Rail",
			Link = "Swipe",
			MaxRank = 3,
			Name = "Swipe",
			Polarity = "Madurai",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = false,
			Type = "Kavat",
			UpgradeTypes = { "WEAPON_TARGET_AMOUNT", "WEAPON_RANGE" }
		},
		["Swirling Tiger"] = {
			BaseDrain = -2,
			CompatibilityTags = { "DUAL_SWORDS_STANCE" },
			CodexSecret = false,
			Description = "Fanning, multi-hit strikes.",
			Icon = "SwirlingTiger.png",
			Image = "SwirlingTigerMod.png",
			InternalName = "/Lotus/Weapons/Tenno/Melee/MeleeTrees/DualSwordCmbOneMeleeTree",
			Introduced = "13",
			Link = "Swirling Tiger",
			MaxRank = 3,
			Name = "Swirling Tiger",
			Polarity = "Zenurik",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = true,
			Type = "Dual Swords" 
		},
		["Swooping Falcon"] = {
			BaseDrain = -2,
			CompatibilityTags = { "SWORDS_STANCE" },
			CodexSecret = false,
			Description = "Quick slashes with spinning lunges.",
			Icon = "SwoopingFalcon.png",
			Image = "SwoopingFalconMod.png",
			InternalName = "/Lotus/Weapons/Tenno/Melee/MeleeTrees/SwordCmbTwoMeleeTree",
			Introduced = "22",
			Link = "Swooping Falcon",
			MaxRank = 3,
			Name = "Swooping Falcon",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = true,
			Type = "Swords" 
		},
		["Sword Alone"] = {
			BaseDrain = 10,
			CodexSecret = false,
			Conclave = true,
			Description = "With Melee Equipped:\r\n+10% Mobility\r\n+30% Sprint Speed",
			Icon = "SwordAlone.png",
			Image = "SwordAloneMod.png",
			InternalName = "/Lotus/Upgrades/Mods/PvPMods/Melee/IncreasedMobilityEquipped",
			Introduced = "18",
			Link = "Sword Alone",
			MaxRank = 3,
			Name = "Sword Alone",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Melee",
			UpgradeTypes = { "AVATAR_PARKOUR_BOOST", "AVATAR_SLIDE_BOOST", "AVATAR_SLIDE_FRICTION", "AVATAR_SPRINT_SPEED" }
		},
		["Synergized Prospectus"] = {
			BaseDrain = 0,
			CodexSecret = false,
			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.",
			Icon = "SynergizedProspectus.png",
			Image = "SynergizedProspectusMod.png",
			Incompatible = { "Focused Prospectus", "Aerial Prospectus" },
			InternalName = "/Lotus/Types/Friendly/Pets/ZanukaPets/ZanukaPetPrecepts/ZanukaPetTeslaShotPrecept",
			Introduced = "30.5",
			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,
			CodexSecret = false,
			Description = "+200% Bonus Damage on final shot. Requires Magazine 6 or higher.",
			Icon = "SynthCharge.png",
			Image = "SynthChargeMod.png",
			IncompatibilityTags = { "SINGLESHOT", "POWER_WEAPON", "SENTINEL_MOD" },
			InternalName = "/Lotus/Upgrades/Mods/Sets/Synth/PistolSynthChargeMod",
			Introduced = "24",
			Link = "Synth Charge",
			MaxRank = 3,
			Name = "Synth Charge",
			Polarity = "Madurai",
			Rarity = "Rare",
			Set = "Synth Set",
			Tradable = true,
			Transmutable = false,
			Type = "Pistol",
			UpgradeTypes = { "WEAPON_LAST_DAMAGE_MOD" }
		},
		["Synth Deconstruct"] = {
			BaseDrain = 4,
			CodexSecret = false,
			Description = "Enemies injured by the Companions have 25% chance to drop a Health Orb when killed.",
			Icon = "SynthDeconstruct.png",
			Image = "SynthDeconstructMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Sets/Synth/SentinelSynthDeconstructMod",
			Introduced = "24",
			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,
			CodexSecret = false,
			Description = "Health Orbs increase Armor for Companions by 100% for 12s.",
			Icon = "SynthFiber.png",
			Image = "SynthFiberMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Sets/Synth/SentinelSynthFibersMod",
			Introduced = "24",
			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,
			CodexSecret = false,
			Description = "On Equip:\r\n+40% Bullet Jump for 2s",
			Icon = "SynthReflex.png",
			Image = "SynthReflexMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Sets/Synth/WarframeSynthReflexMod",
			Introduced = "24",
			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,
			CodexSecret = false,
			Description = "+55% Ability Efficiency",
			Icon = "SystemReroute.png",
			Image = "SystemRerouteMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Archwing/Suit/ArchwingSuitAbilityEfficiencyMod",
			Introduced = "15",
			Link = "System Reroute",
			MaxRank = 10,
			Name = "System Reroute",
			Polarity = "Naramon",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = true,
			Type = "Archwing",
			UpgradeTypes = { "AVATAR_ABILITY_EFFICIENCY" }
		},
		["Tactical Pump"] = {
			BaseDrain = 2,
			CodexSecret = false,
			Description = "+60% Reload Speed",
			Icon = "TacticalPump.png",
			Image = "TacticalPumpMod.png",
			Incompatible = { "Flawed Tactical Pump", "Primed Tactical Pump" },
			InternalName = "/Lotus/Upgrades/Mods/Shotgun/WeaponReloadSpeedMod",
			Introduced = "0",
			Link = "Tactical Pump",
			MaxRank = 5,
			Name = "Tactical Pump",
			Polarity = "Naramon",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = true,
			Type = "Shotgun",
			UpgradeTypes = { "WEAPON_RELOAD_SPEED" }
		},
		["Tactical Reload"] = {
			BaseDrain = 6,
			CodexSecret = false,
			Conclave = true,
			Description = "+20% Magazine Reloaded/s when Holstered",
			Icon = "TacticalReload.png",
			Image = "TacticalReloadMod.png",
			IncompatibilityTags = { "AOE" },
			InternalName = "/Lotus/Upgrades/Mods/PvPMods/Rifle/PassiveReloadMod",
			Introduced = "16",
			IsExilus = true,
			Link = "Tactical Reload",
			MaxRank = 3,
			Name = "Tactical Reload",
			Polarity = "Naramon",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Assault Rifle",
			UpgradeTypes = { "WEAPON_AUTO_RELOAD_RATE" }
		},
		["Tactical Retreat"] = {
			BaseDrain = 10,
			CodexSecret = false,
			Conclave = true,
			Description = "On Low Health:\r\n+10% Mobility for 4s",
			Icon = "TacticalRetreat.png",
			Image = "TacticalRetreatMod.png",
			InternalName = "/Lotus/Upgrades/Mods/PvPMods/Warframe/IncreasedMobilityOnLowHealth",
			Introduced = "18",
			Link = "Tactical Retreat",
			MaxRank = 3,
			Name = "Tactical Retreat",
			Polarity = "Vazarin",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Warframe",
			UpgradeTypes = { "AVATAR_PARKOUR_BOOST", "AVATAR_SLIDE_BOOST", "AVATAR_SLIDE_FRICTION" }
		},
		["Tainted Clip"] = {
			BaseDrain = 6,
			CodexSecret = false,
			Description = "+60% Magazine Capacity\r\n-30% Reload Speed",
			Icon = "TaintedClip.png",
			Image = "TaintedClipMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Pistol/DualStat/CorruptedMaxClipReloadSpeedPistol",
			Introduced = "10.3",
			Link = "Tainted Clip",
			MaxRank = 5,
			Name = "Tainted Clip",
			Polarity = "Naramon",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Pistol",
			UpgradeTypes = { "WEAPON_CLIP_MAX", "WEAPON_RELOAD_SPEED" }
		},
		["Tainted Hydra"] = {
			BaseDrain = -2,
			CompatibilityTags = { "BLADE_AND_WHIP_STANCE" },
			CodexSecret = false,
			Conclave = true,
			Description = "Fighting form devised for Conclave.",
			Icon = "TaintedHydra.png",
			Image = "TaintedHydraMod.png",
			InternalName = "/Lotus/Upgrades/Mods/PvPMods/Stances/PvPSwordWhipStanceOne",
			Introduced = "Specters of the Rail",
			Link = "Tainted Hydra",
			MaxRank = 3,
			Name = "Tainted Hydra",
			Polarity = "Madurai",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = false,
			Type = "Blade And Whip" 
		},
		["Tainted Mag"] = {
			BaseDrain = 4,
			CodexSecret = false,
			Description = "+66% Magazine Capacity\r\n-33% Reload Speed",
			Icon = "TaintedMag.png",
			Image = "TaintedMagMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Rifle/DualStat/CorruptedMaxClipReloadSpeedRifle",
			Introduced = "10.3",
			Link = "Tainted Mag",
			MaxRank = 10,
			Name = "Tainted Mag",
			Polarity = "Naramon",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Assault Rifle",
			UpgradeTypes = { "WEAPON_CLIP_MAX", "WEAPON_RELOAD_SPEED" }
		},
		["Tainted Shell"] = {
			BaseDrain = 4,
			CodexSecret = false,
			Description = "+77% Accuracy\r\n-55% Fire Rate",
			Icon = "TaintedShell.png",
			Image = "TaintedShellMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Shotgun/DualStat/CorruptedAccuracyFireRateShotgun",
			Introduced = "10.3",
			Link = "Tainted Shell",
			MaxRank = 10,
			Name = "Tainted Shell",
			Polarity = "Vazarin",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Shotgun",
			UpgradeTypes = { "WEAPON_SPREAD", "WEAPON_FIRE_RATE" }
		},
		["Tandem Bond"] = {
			BaseDrain = 2,
			Description = "Companion melee hits increase your Combo by 6. Heavy Attacks increase Companion melee damage by 30% multiplied by your combo multiplier for 30s.",
			Image = "TandemBondMod.png",
			InternalName = "/Lotus/Types/Sentinels/SentinelPrecepts/VoidBond/TandemTactics",
			Introduced = "34",
			CodexSecret = false,
			Link = "Tandem Bond",
			MaxRank = 5,
			Name = "Tandem Bond",
			Icon = "TandemBond.png",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Beast" 
		},
		["Target Acquired"] = {
			BaseDrain = 6,
			CodexSecret = false,
			Description = "+60% to Headshot Multiplier",
			Icon = "TargetAcquired.png",
			Image = "TargetAcquiredMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Rifle/SniperHeadshotMultiplierMod",
			Introduced = "22",
			Link = "Target Acquired",
			MaxRank = 5,
			Name = "Target Acquired",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Sniper",
			UpgradeTypes = { "WEAPON_HEADSHOT_MULTIPLIER" }
		},
		["Target Cracker"] = {
			BaseDrain = 4,
			CodexSecret = false,
			Description = "+60% Critical Damage",
			Icon = "TargetCracker.png",
			Image = "TargetCrackerMod.png",
			Incompatible = { "Primed Target Cracker", "Flawed Target Cracker" },
			InternalName = "/Lotus/Upgrades/Mods/Pistol/WeaponCritDamageMod",
			Introduced = "0",
			Link = "Target Cracker",
			MaxRank = 5,
			Name = "Target Cracker",
			Polarity = "Madurai",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = true,
			Type = "Pistol",
			UpgradeTypes = { "WEAPON_CRIT_DAMAGE" }
		},
		["Target Fixation"] = {
			BaseDrain = 6,
			CodexSecret = false,
			Description = "Tail Wind Augment: Casting Tail Wind resets Zephyr's bullet jump. Each enemy hit increases Tail Wind Damage by 100%. Damage resets upon being on ground for 2s.",
			Icon = "TargetFixation.png",
			Image = "TargetFixationMod.png",
			InternalName = "/Lotus/Powersuits/Tengu/DiveBombAugmentCard",
			Introduced = "22.12",
			IsAbilityAugment = true,
			Link = "Target Fixation",
			MaxRank = 3,
			Name = "Target Fixation",
			Polarity = "Zenurik",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Zephyr" 
		},
		["Targeting Receptor"] = {
			BaseDrain = 0,
			CodexSecret = false,
			Description = "Causes the Helios Sentinel to attack targets within 10m with 3 glaives.",
			Icon = "TargetingReceptor.png",
			Image = "TargetingReceptorMod.png",
			InternalName = "/Lotus/Types/Sentinels/SentinelPrecepts/ThrowGlaivePrecept",
			Introduced = "12.5",
			Link = "Targeting Receptor",
			MaxRank = 3,
			Name = "Targeting Receptor",
			Polarity = "Penjaga",
			Rarity = "Common",
			Tradable = true,
			Transmutable = false,
			Type = "Helios" 
		},
		["Targeting Subsystem"] = {
			BaseDrain = 2,
			CodexSecret = false,
			Description = "On Hit:\r\n+30% Accuracy when Aiming for 9s",
			Icon = "TargetingSubsystem.png",
			Image = "TargetingSubsystemMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Pistol/Event/AccuracyWhileAimingPistolMod",
			Introduced = "18.4.1",
			IsExilus = true,
			Link = "Targeting Subsystem",
			MaxRank = 5,
			Name = "Targeting Subsystem",
			Polarity = "Madurai",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = false,
			Type = "Pistol",
			UpgradeTypes = { "WEAPON_SPREAD" }
		},
		["Tear Gas"] = {
			BaseDrain = 6,
			CodexSecret = false,
			Conclave = true,
			Description = "Smoke Screen Augment: Blinds enemies within 4m for 3s.",
			Icon = "TearGas.png",
			Image = "TearGasMod.png",
			InternalName = "/Lotus/Powersuits/Ninja/SmokeScreenPvPAugmentCard",
			Introduced = "16",
			IsAbilityAugment = true,
			Link = "Tear Gas",
			MaxRank = 3,
			Name = "Tear Gas",
			Polarity = "Zenurik",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Ash" 
		},
		["Tectonic Fracture"] = {
			BaseDrain = 6,
			CodexSecret = false,
			Description = "Tectonics Augment: Create up to 3 walls with 100% Health. Walls can no longer be turned into boulders.",
			Icon = "TectonicFracture.png",
			Image = "TectonicFractureMod.png",
			InternalName = "/Lotus/Powersuits/Brawler/BrawlerBarrierAugmentCard",
			Introduced = "18.4.7",
			IsAbilityAugment = true,
			Link = "Tectonic Fracture",
			MaxRank = 3,
			Name = "Tectonic Fracture",
			Polarity = "Zenurik",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Atlas" 
		},
		["Teeming Virulence"] = {
			BaseDrain = 6,
			CodexSecret = false,
			Description = "Virulence Augment: Hitting 4 enemies with Virulence grants 120% Primary Weapon Critical Chance for 15s.",
			Icon = "TeemingVirulence.png",
			Image = "TeemingVirulenceMod.png",
			InternalName = "/Lotus/Powersuits/Infestation/InfestRuptureAugmentCard",
			Introduced = "24.7",
			IsAbilityAugment = true,
			Link = "Teeming Virulence",
			MaxRank = 3,
			Name = "Teeming Virulence",
			Polarity = "Zenurik",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Nidus" 
		},
		["Tek Assault"] = {
			BaseDrain = 6,
			CodexSecret = false,
			Description = "Kavat has 60% chance to ignore Lethal Damage and be immune for 4s.",
			Icon = "TekAssault.png",
			Image = "TekAssaultMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Sets/Tek/KavatTekAssaultMod",
			Introduced = "24",
			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,
			CodexSecret = false,
			Description = "+100% Critical Damage when inside the Marked Zone.",
			Icon = "TekCollateral.png",
			Image = "TekCollateralMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Sets/Tek/WarframeTekCollateralMod",
			Introduced = "24",
			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,
			CodexSecret = false,
			Description = "+30% Kavat Ability Duration",
			Icon = "TekEnhance.png",
			Image = "TekEnhanceMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Sets/Tek/KavatTekEnhanceMod",
			Introduced = "24",
			Link = "Tek Enhance",
			MaxRank = 5,
			Name = "Tek Enhance",
			Polarity = "Madurai",
			Rarity = "Rare",
			Set = "Tek Set",
			Tradable = true,
			Transmutable = false,
			Type = "Kavat",
			UpgradeTypes = { "AVATAR_ABILITY_DURATION" }
		},
		["Tek Gravity"] = {
			BaseDrain = 6,
			CodexSecret = false,
			Description = "Slam Attacks in the Marked Zone pull all enemies within 15m.",
			Icon = "TekGravity.png",
			Image = "TekGravityMod.png",
			IncompatibilityTags = { "SENTINEL_WEAPON", "HOUND_WEAPON" },
			InternalName = "/Lotus/Upgrades/Mods/Sets/Tek/MeleeTekGravityMod",
			Introduced = "24",
			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,
			CodexSecret = false,
			Description = "+150% Critical Chance",
			Icon = "TemperedBlade.png",
			Image = "TemperedBladeMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Archwing/Melee/ArchwingMeleeCritChanceMod",
			Introduced = "15",
			Link = "Tempered Blade",
			MaxRank = 5,
			Name = "Tempered Blade",
			Polarity = "Madurai",
			Rarity = "Common",
			Tradable = true,
			Transmutable = true,
			Type = "Archmelee",
			UpgradeTypes = { "WEAPON_CRIT_CHANCE" }
		},
		["Tempered Bound"] = {
			BaseDrain = 2,
			CodexSecret = false,
			Conclave = true,
			Description = "-10% Mobility\r\n+30 Shield Capacity",
			Icon = "TemperedBound.png",
			Image = "TemperedBoundMod.png",
			Incompatible = { "Adept Surge", "Air Thrusters", "Calculated Spring", "Rising Skill" },
			IncompatibilityTags = { "SANDMAN" },
			InternalName = "/Lotus/Upgrades/Mods/PvPMods/Warframe/MoreShieldLessBulletJumpMod",
			Introduced = "17.8",
			IsExilus = true,
			Link = "Tempered Bound",
			MaxRank = 3,
			Name = "Tempered Bound",
			Polarity = "Naramon",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = false,
			Type = "Warframe",
			UpgradeTypes = { "AVATAR_PARKOUR_BOOST", "AVATAR_SLIDE_BOOST", "AVATAR_SLIDE_FRICTION", "AVATAR_SHIELD_MAX" }
		},
		["Tempo Royale"] = {
			BaseDrain = -2,
			CompatibilityTags = { "HEAVY_BLADE_STANCE" },
			CodexSecret = false,
			Description = "Sweeping strikes and twisting slashes.",
			Icon = "TempoRoyale.png",
			Image = "TempoRoyaleMod.png",
			InternalName = "/Lotus/Weapons/Tenno/Melee/MeleeTrees/AxeCmbThreeMeleeTree",
			Introduced = "15.16",
			Link = "Tempo Royale",
			MaxRank = 3,
			Name = "Tempo Royale",
			Polarity = "Vazarin",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Heavy Blade" 
		},
		["Temporal Artillery"] = {
			BaseDrain = 6,
			CodexSecret = false,
			Description = "Blaze Artillery Augment : When Temporal Anchor is activated, one existing Artillery unit will attach to Protea, halting its duration countdown. Max combo count is 20x.",
			Icon = "TemporalArtillery.jpg",
			Image = "TemporalArtilleryMod.png",
			InternalName = "/Lotus/Powersuits/Odalisk/OdaliskBFGAugmentCard",
			Introduced = "36",
			IsAbilityAugment = true,
			Link = "Temporal Artillery",
			MaxRank = 3,
			Name = "Temporal Artillery",
			Polarity = "Zenurik",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Protea" 
		},
		["Temporal Erosion"] = {
			BaseDrain = 6,
			CodexSecret = false,
			Description = "Temporal Anchor Augment: While Temporal Anchor is active, each strike of Grenade Fan and Blaze Artillery strips 10% Armor from enemies.",
			Icon = "TemporalErosion.png",
			Image = "TemporalErosionMod.png",
			InternalName = "/Lotus/Powersuits/Odalisk/OdaliskAnchorAugmentCard",
			Introduced = "33.6",
			IsAbilityAugment = true,
			IsExilus = false,
			Link = "Temporal Erosion",
			MaxRank = 3,
			Name = "Temporal Erosion",
			Polarity = "Zenurik",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Protea" 
		},
		["Tenacious Bond"] = {
			BaseDrain = 2,
			Description = "Headshot kills reduce Companion Recovery timer by 3s. If the Companion’s Critical Chance is over 50% then you gain +1.2x Final Critical Damage Multiplier.",
			Image = "TenaciousBondMod.png",
			InternalName = "/Lotus/Types/Sentinels/SentinelPrecepts/VoidBond/TenaciousPartner",
			Introduced = "34",
			CodexSecret = false,
			Link = "Tenacious Bond",
			MaxRank = 5,
			Name = "Tenacious Bond",
			Icon = "TenaciousBond.png",
			Polarity = "Vazarin",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Companion" 
		},
		["Terminal Velocity"] = {
			BaseDrain = 4,
			CodexSecret = false,
			CompatibilityTags = { "PROJECTILE" },
			Description = "+60% Projectile Speed",
			Icon = "TerminalVelocity.png",
			Image = "TerminalVelocityMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Rifle/WeaponProjectileSpeedMod",
			Introduced = "15",
			IsExilus = true,
			Link = "Terminal Velocity",
			MaxRank = 3,
			Name = "Terminal Velocity",
			Polarity = "Madurai",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = true,
			Type = "Rifle",
			UpgradeTypes = { "WEAPON_PROJECTILE_SPEED" }
		},
		["Territorial Aggression"] = {
			BaseDrain = 2,
			CodexSecret = false,
			Description = "The Kavat marks their territory, pacifying any wild creature within 40m for 15s.",
			Icon = "TerritorialAggression.png",
			Image = "TerritorialAggressionMod.png",
			InternalName = "/Lotus/Types/Friendly/Pets/CatbrowPetPrecepts/CatbrowMarkTerritoryPrecept",
			Introduced = "Specters of the Rail",
			Link = "Territorial Aggression",
			MaxRank = 3,
			Name = "Territorial Aggression",
			Polarity = "Penjaga",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = false,
			Type = "Kavat" 
		},
		["Tesla Bank"] = {
			BaseDrain = 6,
			CodexSecret = false,
			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.",
			Icon = "TeslaBank.png",
			Image = "TeslaBankMod.png",
			InternalName = "/Lotus/Powersuits/Trapper/ZapTrapAugmentCard",
			Introduced = "26",
			IsAbilityAugment = true,
			Link = "Tesla Bank",
			MaxRank = 3,
			Name = "Tesla Bank",
			Polarity = "Zenurik",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Vauban" 
		},
		Tether = {
			BaseDrain = 0,
			CodexSecret = false,
			Description = "Ensnares enemies, increasing vulnerability to Railjack weaponry.",
			Icon = "Tether.png",
			Image = "TetherMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Railjack/Abilities/CrewShipTetherAbilityCard",
			Introduced = "27.0",
			Link = "Tether",
			MaxRank = 5,
			Name = "Tether",
			Polarity = "Universal",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = false,
			Type = "Railjack (Battle, Slot 2)" 
		},
		["Tether Grenades"] = {
			BaseDrain = 2,
			CodexSecret = false,
			Description = "Grenades tether up to 5 enemies from 9m away.",
			Icon = "TetherGrenades.png",
			Image = "TetherGrenadesMod.png",
			Incompatible = { "Napalm Grenades" },
			IncompatibilityTags = { "POWER_WEAPON" },
			InternalName = "/Lotus/Upgrades/Mods/Rifle/Event/CorpusArena/PentaCorpusArenaMod",
			Introduced = "18.5",
			IsExilus = true,
			IsWeaponAugment = true,
			Link = "Tether Grenades",
			MaxRank = 5,
			Name = "Tether Grenades",
			Polarity = "Naramon",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Penta" 
		},
		["The Relentless Lost"] = {
			BaseDrain = 6,
			Description = "The Lost Augment: The Lost gains 35% Ability Strength and 15% Ability Efficiency when cast. The effect stacks up to 3x. Casting the same ability back-to-back resets the effect.",
			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",
			Icon = "TheRelentlessLost.png",
			Polarity = "Zenurik",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Xaku" 
		},
		["Thermagnetic Shells"] = {
			BaseDrain = 2,
			CodexSecret = false,
			Description = "Enemies explode on death, dealing 80 <DT_MAGNETIC>Magnetic Damage (+40% Enemy Max Health) in a 6m radius.",
			Icon = "ThermagneticShells.png",
			Image = "ThermagneticShellsMod.png",
			IncompatibilityTags = { "POWER_WEAPON" },
			InternalName = "/Lotus/Upgrades/Mods/Rifle/Event/CorpusArena/SupraCorpusArenaMod",
			Introduced = "The Index Preview",
			IsWeaponAugment = true,
			Link = "Thermagnetic Shells",
			MaxRank = 3,
			Name = "Thermagnetic Shells",
			Polarity = "Naramon",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Detron",
			UpgradeTypes = { "WEAPON_CORPSE_EXPLODE_DAMAGE", "WEAPON_CORPSE_EXPLODE_DAMAGE_ENEMY_HEALTH_PCT", "WEAPON_CORPSE_EXPLODE_RADIUS" }
		},
		["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",
			Icon = "ThermalTransfer.png",
			Polarity = "Zenurik",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Gauss" 
		},
		["Thermite Rounds"] = {
			BaseDrain = 4,
			CodexSecret = false,
			Description = "+60% <DT_FIRE>Heat\r\n+60% Status Chance",
			Icon = "ThermiteRounds.png",
			Image = "ThermiteRoundsMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Rifle/DualStat/FireEventRifleMod",
			Introduced = "13.8",
			Link = "Thermite Rounds",
			MaxRank = 3,
			Name = "Thermite Rounds",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Rifle",
			UpgradeTypes = { "WEAPON_PERCENT_BASE_DAMAGE_ADDED", "WEAPON_PROC_CHANCE" }
		},
		["Thief's Wit"] = {
			BaseDrain = 2,
			CodexSecret = false,
			Description = "Highlights mods through the environment as well as the Minimap.\r\n+42 Loot Radar",
			Icon = "Thief'sWit.png",
			Image = "Thief'sWitMod.png",
			Incompatible = { "Flawed Thief's Wit" },
			InternalName = "/Lotus/Upgrades/Mods/Warframe/AvatarLootRadarMod",
			Introduced = "0",
			IsExilus = true,
			Link = "Thief's Wit",
			MaxRank = 5,
			Name = "Thief's Wit",
			Polarity = "Naramon",
			Rarity = "Common",
			Tradable = true,
			Transmutable = true,
			Type = "Warframe",
			UpgradeTypes = { "AVATAR_LOOT_RADAR" }
		},
		["Thrall Pact"] = {
			BaseDrain = 6,
			CodexSecret = false,
			Description = "Enthrall Augment: Gain +25% Primary Weapon Damage for each active Thrall.",
			Icon = "ThrallPact.png",
			Image = "ThrallPactMod.png",
			InternalName = "/Lotus/Powersuits/Revenant/RevenantMarkAugmentCard",
			Introduced = "29.5",
			IsAbilityAugment = true,
			Link = "Thrall Pact",
			MaxRank = 3,
			Name = "Thrall Pact",
			Polarity = "Zenurik",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Revenant" 
		},
		["Thrash Landing"] = {
			BaseDrain = 6,
			CodexSecret = false,
			Description = "Landing a trick releases an explosion dealing 40% Trick Score <DT_EXPLOSION>Blast Damage to enemies within 4m.",
			Icon = "ThrashLanding.png",
			Image = "ThrashLandingMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Hoverboard/HBTrickExplosionMod",
			Introduced = "24",
			Link = "Thrash Landing",
			MaxRank = 3,
			Name = "Thrash Landing",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "K-Drive" 
		},
		Thumper = {
			BaseDrain = 0,
			CodexSecret = false,
			Description = "Djinn will attack the first visible enemy within 60m.",
			Icon = "Thumper.png",
			Image = "ThumperMod.png",
			InternalName = "/Lotus/Types/Sentinels/SentinelPrecepts/Thumper",
			Introduced = "10",
			Link = "Thumper",
			MaxRank = 5,
			Name = "Thumper",
			Polarity = "Penjaga",
			Rarity = "Common",
			Tradable = true,
			Transmutable = false,
			Type = "Djinn" 
		},
		Thunderbolt = {
			BaseDrain = 6,
			CodexSecret = false,
			Description = "+30% Chance to Explode (Use with Caution)",
			Icon = "Thunderbolt.png",
			Image = "ThunderboltMod.png",
			Incompatible = { "Mending Shot" },
			IncompatibilityTags = { "CRPBOW" },
			InternalName = "/Lotus/Upgrades/Mods/Rifle/BowExplosionChanceMod",
			Introduced = "7.10",
			Link = "Thunderbolt",
			MaxRank = 3,
			Name = "Thunderbolt",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = true,
			Type = "Bow",
			UpgradeTypes = { "WEAPON_PROJECTILE_EXPLOSION_CHANCE" }
		},
		Thundermiter = {
			BaseDrain = 10,
			CodexSecret = false,
			Conclave = true,
			Description = "+100% chance charged Projectiles explode\r\n-60% Magazine Capacity",
			Icon = "Thundermiter.png",
			Image = "ThundermiterMod.png",
			IncompatibilityTags = { "SINGLESHOT" },
			InternalName = "/Lotus/Upgrades/Mods/PvPMods/Rifle/ExplodingMiterBlades",
			Introduced = "18.5",
			Link = "Thundermiter",
			MaxRank = 3,
			Name = "Thundermiter",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Miter",
			UpgradeTypes = { "WEAPON_PROJECTILE_EXPLOSION_CHANCE", "WEAPON_CLIP_MAX", "WEAPON_AMMO_MAX" }
		},
		["Tidal Impunity"] = {
			BaseDrain = 6,
			CodexSecret = false,
			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.",
			Icon = "TidalImpunity.png",
			Image = "TidalImpunityMod.png",
			InternalName = "/Lotus/Powersuits/Pirate/TidalWaveAugmentCard",
			Introduced = "15.6",
			IsAbilityAugment = true,
			Link = "Tidal Impunity",
			MaxRank = 3,
			Name = "Tidal Impunity",
			Polarity = "Zenurik",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Hydroid" 
		},
		["Titanic Rumbler"] = {
			BaseDrain = 6,
			CodexSecret = false,
			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.",
			Icon = "TitanicRumbler.png",
			Image = "TitanicRumblerMod.png",
			Incompatible = { "Rumbled" },
			InternalName = "/Lotus/Powersuits/Brawler/BrawlerSummonAugmentCard",
			Introduced = "18.4.7",
			IsAbilityAugment = true,
			Link = "Titanic Rumbler",
			MaxRank = 3,
			Name = "Titanic Rumbler",
			Polarity = "Zenurik",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Atlas" 
		},
		["Total Eclipse"] = {
			BaseDrain = 6,
			CodexSecret = false,
			Description = "Eclipse Augment: While active, allies within 15m benefit from Eclipse.",
			Icon = "TotalEclipse.png",
			Image = "TotalEclipseMod.png",
			InternalName = "/Lotus/Powersuits/Harlequin/LightAugmentCard",
			Introduced = "15.6",
			IsAbilityAugment = true,
			Link = "Total Eclipse",
			MaxRank = 3,
			Name = "Total Eclipse",
			Polarity = "Zenurik",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Mirage" 
		},
		["Toxic Barrage"] = {
			BaseDrain = 4,
			CodexSecret = false,
			Description = "+60% <DT_POISON>Toxin\r\n+60% Status Chance",
			Icon = "ToxicBarrage.png",
			Image = "ToxicBarrageMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Shotgun/DualStat/PoisonEventShotgunMod",
			Introduced = "11.5",
			Link = "Toxic Barrage",
			MaxRank = 3,
			Name = "Toxic Barrage",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Shotgun",
			UpgradeTypes = { "WEAPON_PERCENT_BASE_DAMAGE_ADDED", "WEAPON_PROC_CHANCE" }
		},
		["Toxic Blight"] = {
			BaseDrain = 4,
			CodexSecret = false,
			Description = "+100% <DT_POISON>Toxin\r\n+1 'Blight'",
			Icon = "ToxicBlight.png",
			Image = "ToxicBlightMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Syndicate/MireMod",
			Introduced = "15",
			IsWeaponAugment = true,
			Link = "Toxic Blight",
			MaxRank = 3,
			Name = "Toxic Blight",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Mire",
			UpgradeTypes = { "WEAPON_PERCENT_BASE_DAMAGE_ADDED", "WEAPON_SYNDICATE_POWER" }
		},
		["Toxic Flight"] = {
			BaseDrain = 2,
			CodexSecret = false,
			Description = "+24.2% to Bullet Jump\r\n+24.2% Aim Glide/Wall Latch Duration\r\n+275% <DT_POISON>Toxin on Bullet Jump",
			Icon = "ToxicFlight.png",
			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",
			IsExilus = true,
			Link = "Toxic Flight",
			MaxRank = 10,
			Name = "Toxic Flight",
			Polarity = "Naramon",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = true,
			Type = "Warframe",
			UpgradeTypes = { "AVATAR_PARKOUR_BOOST", "AVATAR_PARKOUR_GLIDE", "AVATAR_PARKOUR_DAMAGE_ADDED" }
		},
		["Toxic Sequence"] = {
			BaseDrain = 4,
			CodexSecret = false,
			Description = "+200% Status Duration\r\n+1 'Sequence'",
			Icon = "ToxicSequence.png",
			Image = "ToxicSequenceMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Syndicate/AcridMod",
			Introduced = "15",
			IsWeaponAugment = true,
			Link = "Toxic Sequence",
			MaxRank = 3,
			Name = "Toxic Sequence",
			Polarity = "Vazarin",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Acrid",
			UpgradeTypes = { "WEAPON_PROC_TIME", "WEAPON_SYNDICATE_POWER" }
		},
		["Toxin Resistance"] = {
			BaseDrain = -2,
			CodexSecret = false,
			Description = "+15% <DT_POISON>Toxin Resistance",
			Icon = "ToxinResistance.png",
			Image = "ToxinResistanceMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Aura/PlayerPoisonImmunityAuraMod",
			Introduced = "21",
			Link = "Toxin Resistance",
			MaxRank = 5,
			Name = "Toxin Resistance",
			Polarity = "Vazarin",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = false,
			Type = "Aura",
			UpgradeTypes = { "AVATAR_DAMAGE_TAKEN" }
		},
		["Tractor Beam"] = {
			BaseDrain = 2,
			CodexSecret = false,
			Description = "+100% Aim Glide Duration\r\n-50% Gravity",
			Icon = "TractorBeam.png",
			Image = "TractorBeamMod.png",
			InternalName = "/Lotus/Types/Friendly/Pets/MoaPets/MoaPetPrecept/MoaTractorBeamPrecept",
			Introduced = "24",
			Link = "Tractor Beam",
			MaxRank = 3,
			Name = "Tractor Beam",
			Polarity = "Penjaga",
			Rarity = "Common",
			Tradable = true,
			Transmutable = false,
			Type = "MOA" 
		},
		["Trail Blazer"] = {
			BaseDrain = 4,
			CodexSecret = false,
			Description = "Tricks leave a trail inflicting 40 <DT_FIRE>Heat Damage to enemies.",
			Icon = "TrailBlazer.png",
			Image = "TrailBlazerMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Hoverboard/HBElementTrailMod",
			Introduced = "24",
			Link = "Trail Blazer",
			MaxRank = 3,
			Name = "Trail Blazer",
			Polarity = "Vazarin",
			Rarity = "Common",
			Tradable = true,
			Transmutable = false,
			Type = "K-Drive" 
		},
		Trample = {
			BaseDrain = 0,
			CodexSecret = true,
			Description = "The Helminth Charger rushes an enemy, dealing 160 Damage to all in its path.",
			Icon = "Trample.png",
			Image = "TrampleMod.png",
			InternalName = "/Lotus/Types/Friendly/Pets/KubrowPetPrecepts/ChargerChargePrecept",
			Introduced = "20",
			Link = "Trample",
			MaxRank = 5,
			Name = "Trample",
			Polarity = "Penjaga",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Helminth Charger" 
		},
		["Tranquil Cleave"] = {
			BaseDrain = -2,
			CompatibilityTags = { "NIKANAS_STANCE" },
			CodexSecret = false,
			Description = "Powerful arcs with frenzied combo.",
			Icon = "TranquilCleave.png",
			Image = "TranquilCleaveMod.png",
			InternalName = "/Lotus/Weapons/Tenno/Melee/MeleeTrees/KatanaCmbOneMeleeTree",
			Introduced = "13",
			Link = "Tranquil Cleave",
			MaxRank = 3,
			Name = "Tranquil Cleave",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = true,
			Type = "Nikanas" 
		},
		Transfusion = {
			BaseDrain = 0,
			CodexSecret = false,
			Description = "When its Master is bleeding out, the Vasca Kavat sacrifices 20% of its Health to raise them.",
			Icon = "Transfusion.png",
			Image = "TransfusionMod.png",
			InternalName = "/Lotus/Types/Friendly/Pets/CatbrowPetPrecepts/CatbrowTransfusionPrecept",
			Introduced = "26",
			Link = "Transfusion",
			MaxRank = 3,
			Name = "Transfusion",
			Polarity = "Penjaga",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Vasca Kavat",
			UpgradeTypes = { "AVATAR_REVIVE_ASSIST" }
		},
		["Transient Fortitude"] = {
			BaseDrain = 6,
			CodexSecret = false,
			Description = "+55% Ability Strength\r\n-27.5% Ability Duration",
			Icon = "TransientFortitude.png",
			Image = "TransientFortitudeMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Warframe/DualStat/CorruptedPowerStrengthPowerDurationWarframe",
			Introduced = "15",
			Link = "Transient Fortitude",
			MaxRank = 10,
			Name = "Transient Fortitude",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Warframe",
			UpgradeTypes = { "AVATAR_ABILITY_STRENGTH", "AVATAR_ABILITY_DURATION" }
		},
		["Transistor Shield"] = {
			BaseDrain = 6,
			CodexSecret = false,
			Description = "Electric Shield Augment: Allies can pick up Electric Shield. 300% of damage absorbed will be added to Volt's Static Discharge.",
			Icon = "TransistorShield.png",
			Image = "TransistorShieldMod.png",
			Incompatible = { "Recharge Barrier" },
			InternalName = "/Lotus/Powersuits/Volt/ShieldAugmentCard",
			Introduced = "20.7",
			IsAbilityAugment = true,
			Link = "Transistor Shield",
			MaxRank = 3,
			Name = "Transistor Shield",
			Polarity = "Zenurik",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Volt" 
		},
		Tribunal = {
			BaseDrain = 6,
			CodexSecret = false,
			Description = "Condemn Augment: Other players will trigger 100% of the effects of Penance and Thurible when attacking chained enemies.",
			Icon = "Tribunal.png",
			Image = "TribunalMod.png",
			InternalName = "/Lotus/Powersuits/Priest/PriestCondemnAugmentCard",
			Introduced = "27.3.14",
			IsAbilityAugment = true,
			Link = "Tribunal",
			MaxRank = 3,
			Name = "Tribunal",
			Polarity = "Zenurik",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Harrow" 
		},
		["Trick Mag"] = {
			BaseDrain = 2,
			CodexSecret = false,
			Description = "+90% Ammo Maximum",
			Icon = "TrickMag.png",
			Image = "TrickMagMod.png",
			Incompatible = { "Flawed Trick Mag" },
			InternalName = "/Lotus/Upgrades/Mods/Pistol/WeaponAmmoMaxMod",
			Introduced = "0",
			IsExilus = true,
			Link = "Trick Mag",
			MaxRank = 5,
			Name = "Trick Mag",
			Polarity = "Naramon",
			Rarity = "Common",
			Tradable = true,
			Transmutable = true,
			Type = "Pistol",
			UpgradeTypes = { "WEAPON_AMMO_MAX" }
		},
		["Triple Tap"] = {
			BaseDrain = 10,
			CodexSecret = false,
			Conclave = true,
			Description = "On 2 Hits within 0.02s:\r\n+40% Damage for 0.2s",
			Icon = "TripleTap.png",
			Image = "TripleTapMod.png",
			InternalName = "/Lotus/Upgrades/Mods/PvPMods/Rifle/MoreDamageonMultiHitRifleMod",
			Introduced = "17.9",
			Link = "Triple Tap",
			MaxRank = 3,
			Name = "Triple Tap",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Burston",
			UpgradeTypes = { "WEAPON_DAMAGE_AMOUNT" }
		},
		["True Punishment"] = {
			BaseDrain = 4,
			CodexSecret = false,
			Description = "+100% Additional Combo Count Chance\r\n-50% Combo Duration",
			Icon = "TruePunishment.png",
			Image = "TruePunishmentMod.png",
			IncompatibilityTags = { "SENTINEL_WEAPON", "HOUND_WEAPON" },
			InternalName = "/Lotus/Upgrades/Mods/Melee/Channel/ChannelCritsMod",
			Introduced = "13",
			Link = "True Punishment",
			MaxRank = 3,
			Name = "True Punishment",
			Polarity = "Zenurik",
			Rarity = "Common",
			Tradable = true,
			Transmutable = true,
			Type = "Melee",
			UpgradeTypes = { "WEAPON_MELEE_COMBO_GAIN_EXTRA_CHANCE", "WEAPON_MELEE_COMBO_DURATION_BONUS" }
		},
		["True Steel"] = {
			BaseDrain = 4,
			CodexSecret = false,
			Description = "+120% Critical Chance (x2 for Heavy Attacks)",
			Icon = "TrueSteel.png",
			Image = "TrueSteelMod.png",
			Incompatible = { "Sacrificial Steel", "Amalgam Ripkas True Steel", "Flawed True Steel" },
			InternalName = "/Lotus/Upgrades/Mods/Melee/WeaponCritChanceMod",
			Introduced = "0",
			Link = "True Steel",
			MaxRank = 5,
			Name = "True Steel",
			Polarity = "Madurai",
			Rarity = "Common",
			Tradable = true,
			Transmutable = true,
			Type = "Melee",
			UpgradeTypes = { "WEAPON_CRIT_CHANCE" }
		},
		["Turret Velocity"] = {
			BaseDrain = 6,
			CodexSecret = false,
			Description = "+25.3% Turret Range\r\n+55% Turret Projectile Speed",
			Icon = "TurretVelocity.png",
			Image = "TurretVelocityMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Railjack/Gunnery/VidarTurretRangeAndSpeed",
			Introduced = "27.4",
			Link = "Turret Velocity",
			MaxRank = 10,
			Name = "Turret Velocity",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Plexus" 
		},
		["Twirling Spire"] = {
			BaseDrain = -2,
			CompatibilityTags = { "POLEARMS_STANCE" },
			CodexSecret = false,
			Description = "A mix of sweeping attacks with precise strikes.",
			Icon = "TwirlingSpire.png",
			Image = "TwirlingSpireMod.png",
			InternalName = "/Lotus/Weapons/Tenno/Melee/MeleeTrees/PolearmCmbThreeMeleeTree",
			Introduced = "22",
			Link = "Twirling Spire",
			MaxRank = 3,
			Name = "Twirling Spire",
			Polarity = "Naramon",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = true,
			Type = "Polearms" 
		},
		Twitch = {
			BaseDrain = 4,
			CodexSecret = false,
			Conclave = true,
			Description = "On Equip:\r\n-40% Weapon Recoil and +40% Accuracy for 8s",
			Icon = "Twitch.png",
			Image = "TwitchMod.png",
			InternalName = "/Lotus/Upgrades/Mods/PvPMods/Rifle/HolsterSpeedBonusMod",
			Introduced = "16",
			IsExilus = true,
			Link = "Twitch",
			MaxRank = 3,
			Name = "Twitch",
			Polarity = "Naramon",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = false,
			Type = "Rifle" 
		},
		["Ulfrun's Endurance"] = {
			BaseDrain = 6,
			Description = "Ulfrun's Descent Augment: During Ulfrun's attack, enemies that die from Bleed within 20m restore Voruna's charges.",
			Icon = "Ulfrun'sEndurance.png",
			Image = "Ulfrun'sEnduranceMod.png",
			InternalName = "/Lotus/Powersuits/Werewolf/WerewolfHowlAugmentCard",
			Introduced = "33.6",
			CodexSecret = false,
			IsAbilityAugment = true,
			Link = "Ulfrun's Endurance",
			MaxRank = 3,
			Name = "Ulfrun's Endurance",
			Polarity = "Ability",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Voruna" 
		},
		["Umbral Fiber"] = {
			BaseDrain = 6,
			CodexSecret = true,
			Description = "+100% Armor\r\n+11% <DT_SENTIENT>Tau Resistance",
			Icon = "UmbralFiber.png",
			Image = "UmbralFiberMod.png",
			Incompatible = { "Steel Fiber", "Flawed Steel Fiber" },
			InternalName = "/Lotus/Upgrades/Mods/Sets/Umbra/WarframeUmbraModB",
			Introduced = "23",
			Link = "Umbral Fiber",
			MaxRank = 10,
			Name = "Umbral Fiber",
			Polarity = "Umbra",
			Rarity = "Legendary",
			Set = "Umbral Set",
			Tradable = false,
			Transmutable = false,
			Type = "Warframe",
			UpgradeTypes = { "AVATAR_ARMOUR", "AVATAR_DAMAGE_TAKEN" }
		},
		["Umbral Intensify"] = {
			BaseDrain = 6,
			CodexSecret = true,
			Description = "+44% Ability Strength\r\n+11% <DT_SENTIENT>Tau Resistance",
			Icon = "UmbralIntensify.png",
			Image = "UmbralIntensifyMod.png",
			Incompatible = { "Archon Intensify", "Intensify", "Flawed Intensify", "Precision Intensify" },
			InternalName = "/Lotus/Upgrades/Mods/Sets/Umbra/WarframeUmbraModC",
			Introduced = "23",
			Link = "Umbral Intensify",
			MaxRank = 10,
			Name = "Umbral Intensify",
			Polarity = "Umbra",
			Rarity = "Legendary",
			Set = "Umbral Set",
			Tradable = false,
			Transmutable = false,
			Type = "Warframe",
			UpgradeTypes = { "AVATAR_ABILITY_STRENGTH", "AVATAR_DAMAGE_TAKEN" }
		},
		["Umbral Vitality"] = {
			BaseDrain = 6,
			CodexSecret = true,
			Description = "+100% Health\r\n+11% <DT_SENTIENT>Tau Resistance",
			Icon = "UmbralVitality.png",
			Image = "UmbralVitalityMod.png",
			Incompatible = { "Vitality", "Archon Vitality", "Flawed Vitality", "Parasitic Vitality" },
			InternalName = "/Lotus/Upgrades/Mods/Sets/Umbra/WarframeUmbraModA",
			Introduced = "23",
			Link = "Umbral Vitality",
			MaxRank = 10,
			Name = "Umbral Vitality",
			Polarity = "Umbra",
			Rarity = "Legendary",
			Set = "Umbral Set",
			Tradable = false,
			Transmutable = false,
			Type = "Warframe",
			UpgradeTypes = { "AVATAR_HEALTH_MAX", "AVATAR_DAMAGE_TAKEN" }
		},
		["Undying Will"] = {
			BaseDrain = 2,
			CodexSecret = false,
			Description = "+42% Bleedout Reduction",
			Icon = "UndyingWill.png",
			Image = "UndyingWillMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Warframe/AvatarBleedoutDelayMod",
			Introduced = "0",
			Link = "Undying Will",
			MaxRank = 5,
			Name = "Undying Will",
			Polarity = "Vazarin",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = true,
			Type = "Warframe",
			UpgradeTypes = { "AVATAR_BLEEDOUT_MODIFIER" }
		},
		Unleashed = {
			BaseDrain = 0,
			CodexSecret = false,
			Description = "The kubrow grapples a VIP target within 60m, forcing them to the ground.",
			Icon = "Unleashed.png",
			Image = "UnleashedMod.png",
			InternalName = "/Lotus/Types/Friendly/Pets/KubrowPetPrecepts/KubrowVipChasePrecept",
			Introduced = "14",
			Link = "Unleashed",
			MaxRank = 5,
			Name = "Unleashed",
			Polarity = "Penjaga",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Sunika Kubrow" 
		},
		Untraceable = {
			BaseDrain = 0,
			CodexSecret = false,
			Description = "Invisible for 15s after Hacking",
			Icon = "Untraceable.png",
			Image = "UntraceableMod.png",
			InternalName = "/Lotus/Upgrades/Mods/DataSpike/Cipher/OnHackInvisMod",
			Introduced = "26",
			Link = "Untraceable",
			MaxRank = 0,
			Name = "Untraceable",
			Polarity = "Universal",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = true,
			Type = "Parazon" 
		},
		Vacuum = {
			BaseDrain = 2,
			CodexSecret = false,
			Description = "11.5m Companion Gather-Link. Detects and collects items, including mods.",
			Icon = "Vacuum.png",
			Image = "VacuumMod.png",
			InternalName = "/Lotus/Types/Sentinels/SentinelPrecepts/UniversalVacuum",
			Introduced = "10",
			Link = "Vacuum",
			MaxRank = 5,
			Name = "Vacuum",
			Polarity = "Penjaga",
			Rarity = "Common",
			Tradable = true,
			Transmutable = false,
			Type = "Robotic" 
		},
		["Valence Formation"] = {
			BaseDrain = 6,
			Description = "Passive Augment: Upon Ability cast, applies the Ability Element as 200% Elemental Damage to your weapons with guaranteed Status for 20s.",
			Image = "ValenceFormationMod.png",
			InternalName = "/Lotus/Powersuits/Alchemist/AlchemistPassiveAugmentCard",
			Introduced = "35.5",
			CodexSecret = false,
			IsAbilityAugment = true,
			Link = "Valence Formation",
			MaxRank = 3,
			Name = "Valence Formation",
			Icon = "ValenceFormation.jpg",
			Polarity = "Zenurik",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Lavos" 
		},
		["Vampire Leech"] = {
			BaseDrain = 6,
			CodexSecret = false,
			Description = "Energy Vampire Augment: Excess Energy replenishes Shields by 150%.",
			Icon = "VampireLeech.png",
			Image = "VampireLeechMod.png",
			InternalName = "/Lotus/Powersuits/Trinity/EnergyVampireAugmentCard",
			Introduced = "16.3",
			IsAbilityAugment = true,
			Link = "Vampire Leech",
			MaxRank = 3,
			Name = "Vampire Leech",
			Polarity = "Zenurik",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Trinity" 
		},
		["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",
			Icon = "VampiricGrasp.png",
			Polarity = "Zenurik",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Xaku" 
		},
		["Vanquished Prey"] = {
			BaseDrain = 10,
			CodexSecret = false,
			Conclave = true,
			Description = "On Kill:\r\n-100% Shield Recharge Delay for 10s\r\n-25% from Health Orbs",
			Icon = "VanquishedPrey.png",
			Image = "VanquishedPreyMod.png",
			InternalName = "/Lotus/Upgrades/Mods/PvPMods/Rifle/RestoreShieldsOnKillMod",
			Introduced = "16.5",
			Link = "Vanquished Prey",
			MaxRank = 3,
			Name = "Vanquished Prey",
			Polarity = "Vazarin",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Rifle",
			UpgradeTypes = { "AVATAR_SHIELD_RECHARGE_RATE", "GAMEPLAY_PICKUP_AMOUNT" }
		},
		["Vapor Trail"] = {
			BaseDrain = 4,
			CodexSecret = false,
			Description = "Add 10 Boost Speed. Consumes 10 Energy/s",
			Icon = "VaporTrail.png",
			Image = "VaporTrailMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Hoverboard/HBEnergyInjectionMod",
			Introduced = "29",
			Link = "Vapor Trail",
			MaxRank = 10,
			Name = "Vapor Trail",
			Polarity = "Naramon",
			Rarity = "Common",
			Tradable = true,
			Transmutable = false,
			Type = "K-Drive" 
		},
		Vaporize = {
			BaseDrain = 2,
			CodexSecret = false,
			Description = "Sentinel will deal 600 Damage to an enemy within 30m.",
			Icon = "Vaporize.png",
			Image = "VaporizeMod.png",
			InternalName = "/Lotus/Types/Sentinels/SentinelPrecepts/Vaporize",
			Introduced = "8",
			Link = "Vaporize",
			MaxRank = 5,
			Name = "Vaporize",
			Polarity = "Penjaga",
			Rarity = "Common",
			Tradable = true,
			Transmutable = false,
			Type = "Dethcube" 
		},
		["Vazarin Transmute Core"] = {
			BaseDrain = 0,
			CodexSecret = false,
			Description = "Ensures transmuted mod is of Vazarin polarity and eliminates credit cost.",
			Icon = "VazarinTransmuteCore.png",
			Image = "VazarinTransmuteCoreMod.png",
			InternalName = "/Lotus/Upgrades/Mods/TransmuteCores/DefenseTransmuteCore",
			Introduced = "16",
			Link = "Vazarin Transmute Core",
			MaxRank = 0,
			Name = "Vazarin Transmute Core",
			Polarity = "Vazarin",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Mod" 
		},
		["Archgun Riven Mod"] = {
			BaseDrain = 0,
			Class = "Riven",
			CodexSecret = true,
			Description = "You will need to prove yourself before I reveal the beauty within this work.",
			Icon = "ArchgunRivenMod.png",
			Image = "ArchgunRivenMod.png",
			Incompatible = {
				"Rifle Riven Mod",
				"Shotgun Riven Mod",
				"Pistol Riven Mod",
				"Melee Riven Mod",
				"Zaw Riven Mod",
				"Kitgun Riven Mod",
				"Archgun Riven Mod",
				"Companion Weapon Riven Mod" 
			},
			InternalName = "/Lotus/Upgrades/Mods/Randomized/LotusArchgunRandomModRare",
			Introduced = "24.8",
			Link = "Riven Mods",
			MaxRank = 0,
			Name = "Archgun Riven Mod",
			Polarity = "Universal",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = true,
			Type = "Arch-Gun" 
		},
		["Companion Weapon Riven Mod"] = {
			BaseDrain = 0,
			Class = "Riven",
			CodexSecret = true,
			Description = "You will need to prove yourself before I reveal the beauty within this work.",
			Icon = "CompanionWeaponRivenMod.png",
			Image = "CompanionWeaponRivenMod.png",
			Incompatible = {
				"Rifle Riven Mod",
				"Shotgun Riven Mod",
				"Pistol Riven Mod",
				"Melee Riven Mod",
				"Zaw Riven Mod",
				"Kitgun Riven Mod",
				"Archgun Riven Mod",
				"Companion Weapon Riven Mod" 
			},
			InternalName = "/Lotus/Upgrades/Mods/Randomized/LotusRifleRandomModRare",
			Introduced = "25.7",
			Link = "Riven Mods",
			MaxRank = 0,
			Name = "Companion Weapon Riven Mod",
			Polarity = "Universal",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = true,
			Type = "Robotic Weapon" 
		},
		["Kitgun Riven Mod"] = {
			BaseDrain = 0,
			Class = "Riven",
			CodexSecret = true,
			Description = "You will need to prove yourself before I reveal the beauty within this work.",
			Icon = "KitgunRivenMod.png",
			Image = "KitgunRivenMod.png",
			Incompatible = {
				"Rifle Riven Mod",
				"Shotgun Riven Mod",
				"Pistol Riven Mod",
				"Melee Riven Mod",
				"Zaw Riven Mod",
				"Kitgun Riven Mod",
				"Archgun Riven Mod",
				"Companion Weapon Riven Mod" 
			},
			InternalName = "/Lotus/Upgrades/Mods/Randomized/LotusModularPistolRandomModRare",
			Introduced = "24",
			Link = "Riven Mods",
			MaxRank = 0,
			Name = "Kitgun Riven Mod",
			Polarity = "Universal",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = true,
			Type = "Rifle or Pistol" 
		},
		["Melee Riven Mod"] = {
			BaseDrain = 0,
			Class = "Riven",
			CodexSecret = true,
			Description = "You will need to prove yourself before I reveal the beauty within this work.",
			Icon = "MeleeRivenMod.png",
			Image = "MeleeRivenMod.png",
			Incompatible = {
				"Rifle Riven Mod",
				"Shotgun Riven Mod",
				"Pistol Riven Mod",
				"Melee Riven Mod",
				"Zaw Riven Mod",
				"Kitgun Riven Mod",
				"Archgun Riven Mod",
				"Companion Weapon Riven Mod" 
			},
			InternalName = "/Lotus/Upgrades/Mods/Randomized/PlayerMeleeWeaponRandomModRare",
			Introduced = "21",
			Link = "Riven Mods",
			MaxRank = 0,
			Name = "Melee Riven Mod",
			Polarity = "Universal",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = true,
			Type = "Melee" 
		},
		["Pistol Riven Mod"] = {
			BaseDrain = 0,
			Class = "Riven",
			CodexSecret = true,
			Description = "You will need to prove yourself before I reveal the beauty within this work.",
			Icon = "PistolRivenMod.png",
			Image = "PistolRivenMod.png",
			Incompatible = {
				"Rifle Riven Mod",
				"Shotgun Riven Mod",
				"Pistol Riven Mod",
				"Melee Riven Mod",
				"Zaw Riven Mod",
				"Kitgun Riven Mod",
				"Archgun Riven Mod",
				"Companion Weapon Riven Mod" 
			},
			InternalName = "/Lotus/Upgrades/Mods/Randomized/LotusPistolRandomModRare",
			Introduced = "19.5",
			Link = "Riven Mods",
			MaxRank = 0,
			Name = "Pistol Riven Mod",
			Polarity = "Universal",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = true,
			Type = "Pistol" 
		},
		["Rifle Riven Mod"] = {
			BaseDrain = 0,
			Class = "Riven",
			CodexSecret = true,
			Description = "You will need to prove yourself before I reveal the beauty within this work.",
			Icon = "RifleRivenMod.png",
			Image = "RifleRivenMod.png",
			Incompatible = {
				"Rifle Riven Mod",
				"Shotgun Riven Mod",
				"Pistol Riven Mod",
				"Melee Riven Mod",
				"Zaw Riven Mod",
				"Kitgun Riven Mod",
				"Archgun Riven Mod",
				"Companion Weapon Riven Mod" 
			},
			InternalName = "/Lotus/Upgrades/Mods/Randomized/LotusRifleRandomModRare",
			Introduced = "19",
			Link = "Riven Mods",
			MaxRank = 0,
			Name = "Rifle Riven Mod",
			Polarity = "Universal",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = true,
			Type = "Rifle" 
		},
		["Shotgun Riven Mod"] = {
			BaseDrain = 0,
			Class = "Riven",
			CodexSecret = true,
			Description = "You will need to prove yourself before I reveal the beauty within this work.",
			Icon = "ShotgunRivenMod.png",
			Image = "ShotgunRivenMod.png",
			Incompatible = {
				"Rifle Riven Mod",
				"Shotgun Riven Mod",
				"Pistol Riven Mod",
				"Melee Riven Mod",
				"Zaw Riven Mod",
				"Kitgun Riven Mod",
				"Archgun Riven Mod",
				"Companion Weapon Riven Mod" 
			},
			InternalName = "/Lotus/Upgrades/Mods/Randomized/LotusShotgunRandomModRare",
			Introduced = "19.5",
			Link = "Riven Mods",
			MaxRank = 0,
			Name = "Shotgun Riven Mod",
			Polarity = "Universal",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = true,
			Type = "Shotgun" 
		},
		["Zaw Riven Mod"] = {
			BaseDrain = 0,
			Class = "Riven",
			CodexSecret = true,
			Description = "You will need to prove yourself before I reveal the beauty within this work.",
			Icon = "ZawRivenMod.png",
			Image = "ZawRivenMod.png",
			Incompatible = {
				"Rifle Riven Mod",
				"Shotgun Riven Mod",
				"Pistol Riven Mod",
				"Melee Riven Mod",
				"Zaw Riven Mod",
				"Kitgun Riven Mod",
				"Archgun Riven Mod",
				"Companion Weapon Riven Mod" 
			},
			InternalName = "/Lotus/Upgrades/Mods/Randomized/LotusModularMeleeRandomModRare",
			Introduced = "21",
			Link = "Riven Mods",
			MaxRank = 0,
			Name = "Zaw Riven Mod",
			Polarity = "Universal",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = true,
			Type = "Melee" 
		},
		["Venari Bodyguard"] = {
			BaseDrain = 6,
			CodexSecret = false,
			Description = "Venari Augment: Venari dies in Khora's place. Respawn timer increased to 150s. Killing enemies decreases the timer by 4s.",
			Icon = "VenariBodyguard.png",
			Image = "VenariBodyguardMod.png",
			InternalName = "/Lotus/Powersuits/Khora/KhoraKavatAugmentCard",
			Introduced = "24.2.7",
			IsAbilityAugment = true,
			Link = "Venari Bodyguard",
			MaxRank = 3,
			Name = "Venari Bodyguard",
			Polarity = "Ability",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Khora" 
		},
		["Venerdo Hoverdrive"] = {
			BaseDrain = 4,
			CodexSecret = false,
			Description = "+30% K-Drive Jump Height",
			Icon = "VenerdoHoverdrive.png",
			Image = "VenerdoHoverdriveMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Hoverboard/HBJumpHeightMod",
			Introduced = "24",
			Link = "Venerdo Hoverdrive",
			MaxRank = 5,
			Name = "Venerdo Hoverdrive",
			Polarity = "Madurai",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = false,
			Type = "K-Drive",
			UpgradeTypes = { "VEHICLE_JUMP_HEIGHT" }
		},
		["Vengeful Revenant"] = {
			BaseDrain = -2,
			CompatibilityTags = { "SWORDS_STANCE" },
			CodexSecret = false,
			Description = "Hate... Dread... Despair...",
			Icon = "VengefulRevenant.png",
			Image = "VengefulRevenantMod.png",
			InternalName = "/Lotus/Weapons/Tenno/Melee/MeleeTrees/StalkerSwordMeleeTree",
			Introduced = "18",
			Link = "Vengeful Revenant",
			MaxRank = 3,
			Name = "Vengeful Revenant",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Swords" 
		},
		["Venom Dose"] = {
			BaseDrain = 6,
			CodexSecret = false,
			Description = "Spores Augment: Hold to cast will grant all allies within 15m an additional 100% <DT_CORROSIVE>Corrosive Damage to their attacks for 40s.",
			Icon = "VenomDose.png",
			Image = "VenomDoseMod.png",
			InternalName = "/Lotus/Powersuits/Saryn/PoisonAugmentCard",
			Introduced = "15",
			IsAbilityAugment = true,
			Link = "Venom Dose",
			MaxRank = 3,
			Name = "Venom Dose",
			Polarity = "Zenurik",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Saryn" 
		},
		["Venom Teeth"] = {
			BaseDrain = 4,
			CodexSecret = false,
			Description = "+60% <DT_POISON>Toxin\r\n+60% Status Chance",
			Icon = "VenomTeeth.png",
			Image = "VenomTeethMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Sentinel/Kubrow/DualStat/KubrowPoisonEventMeleeMod",
			Introduced = "24",
			Link = "Venom Teeth",
			MaxRank = 3,
			Name = "Venom Teeth",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Beast",
			UpgradeTypes = { "WEAPON_PERCENT_BASE_DAMAGE_ADDED", "WEAPON_PROC_CHANCE" }
		},
		["Venomous Clip"] = {
			BaseDrain = 4,
			CodexSecret = false,
			Description = "+120% <DT_POISON>Toxin",
			Icon = "VenomousClip.png",
			Image = "VenomousClipMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Archwing/Rifle/ArchwingWeaponToxinDamageMod",
			Introduced = "15",
			Link = "Venomous Clip",
			MaxRank = 5,
			Name = "Venomous Clip",
			Polarity = "Vazarin",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = true,
			Type = "Archgun",
			UpgradeTypes = { "WEAPON_PERCENT_BASE_DAMAGE_ADDED" }
		},
		["Venomous Rise"] = {
			BaseDrain = 0,
			CodexSecret = false,
			Conclave = true,
			Description = "Poison FX on Bullet Jump",
			Icon = "VenomousRise.png",
			Image = "VenomousRiseMod.png",
			InternalName = "/Lotus/Upgrades/Mods/PvPMods/Warframe/PoisonParkourPvPMod",
			Introduced = "17.5",
			IsExilus = true,
			Link = "Venomous Rise",
			MaxRank = 0,
			Name = "Venomous Rise",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Warframe",
			UpgradeTypes = { "AVATAR_PARKOUR_DAMAGE_ADDED" }
		},
		["Vermillion Storm"] = {
			BaseDrain = -2,
			CompatibilityTags = { "CLAWS_STANCE_STANCE" },
			CodexSecret = false,
			Description = "Kicks woven between spinning slashes.",
			Icon = "VermillionStorm.png",
			Image = "VermillionStormMod.png",
			InternalName = "/Lotus/Weapons/Tenno/Melee/MeleeTrees/ClawCmbTwoMeleeTree",
			Introduced = "15.11",
			Link = "Vermillion Storm",
			MaxRank = 3,
			Name = "Vermillion Storm",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Claws" 
		},
		["Vexing Retaliation"] = {
			BaseDrain = 6,
			CodexSecret = false,
			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.",
			Icon = "VexingRetaliation.png",
			Image = "VexingRetaliationMod.png",
			InternalName = "/Lotus/Powersuits/Dragon/DragonScalesAugmentCard",
			Introduced = "16.4",
			IsAbilityAugment = true,
			Link = "Vexing Retaliation",
			MaxRank = 3,
			Name = "Vexing Retaliation",
			Polarity = "Zenurik",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Chroma" 
		},
		["Vicious Approach"] = {
			BaseDrain = -2,
			CompatibilityTags = { "SPARRING_STANCE" },
			CodexSecret = false,
			Conclave = true,
			Description = "Fighting form devised for Conclave.",
			Icon = "ViciousApproach.png",
			Image = "ViciousApproachMod.png",
			InternalName = "/Lotus/Upgrades/Mods/PvPMods/Stances/PvPPunchKickStanceOne",
			Introduced = "Specters of the Rail",
			Link = "Vicious Approach",
			MaxRank = 3,
			Name = "Vicious Approach",
			Polarity = "Naramon",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = false,
			Type = "Sparring" 
		},
		["Vicious Bond"] = {
			BaseDrain = 4,
			Description = "Companion melee attacks strip 15% of enemy armor. Enemies recently damaged by Abilities spread the effect to other enemies in a 9m radius.",
			Image = "ViciousBondMod.png",
			InternalName = "/Lotus/Types/Sentinels/SentinelPrecepts/VoidBond/BoneSplitter",
			Introduced = "34",
			CodexSecret = false,
			Link = "Vicious Bond",
			MaxRank = 5,
			Name = "Vicious Bond",
			Icon = "ViciousBond.png",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Companion" 
		},
		["Vicious Frost"] = {
			BaseDrain = 4,
			CodexSecret = false,
			Description = "+60% <DT_FREEZE>Cold\r\n+60% Status Chance",
			Icon = "ViciousFrost.png",
			Image = "ViciousFrostMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Melee/DualStat/IceEventMeleeMod",
			Introduced = "14.5",
			Link = "Vicious Frost",
			MaxRank = 3,
			Name = "Vicious Frost",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Melee",
			UpgradeTypes = { "WEAPON_PERCENT_BASE_DAMAGE_ADDED", "WEAPON_PROC_CHANCE" }
		},
		["Vicious Spread"] = {
			BaseDrain = 4,
			CodexSecret = false,
			Description = "+90% Damage\r\n-60% Accuracy",
			Icon = "ViciousSpread.png",
			Image = "ViciousSpreadMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Shotgun/DualStat/CorruptedDamageAccuracyShotgun",
			Introduced = "10.3",
			Link = "Vicious Spread",
			MaxRank = 5,
			Name = "Vicious Spread",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Shotgun",
			UpgradeTypes = { "WEAPON_DAMAGE_AMOUNT", "WEAPON_SPREAD" }
		},
		["Viral Tempest"] = {
			BaseDrain = 6,
			CodexSecret = false,
			Description = "Tempest Barrage Augment: Each projectile has a 100% chance of inflicting a <DT_VIRAL>Viral Status Effect.",
			Icon = "ViralTempest.png",
			Image = "ViralTempestMod.png",
			InternalName = "/Lotus/Powersuits/Pirate/CannonBarrageAugmentCard",
			Introduced = "34",
			Link = "Viral Tempest",
			MaxRank = 3,
			Name = "Viral Tempest",
			Polarity = "Zenurik",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Hydroid" 
		},
		["Vigilante Armaments"] = {
			BaseDrain = 4,
			CodexSecret = false,
			Description = "+60% Multishot",
			Icon = "VigilanteArmaments.png",
			Image = "VigilanteArmamentsMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Sets/Vigilante/PrimaryVigilanteArmamentsMod",
			Introduced = "22",
			Link = "Vigilante Armaments",
			MaxRank = 5,
			Name = "Vigilante Armaments",
			Polarity = "Naramon",
			Rarity = "Common",
			Set = "Vigilante Set",
			Tradable = true,
			Transmutable = false,
			Type = "Primary",
			UpgradeTypes = { "WEAPON_FIRE_ITERATIONS" }
		},
		["Vigilante Fervor"] = {
			BaseDrain = 4,
			CodexSecret = false,
			Description = "+45% Fire Rate (x2 for Bows)",
			Icon = "VigilanteFervor.png",
			Image = "VigilanteFervorMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Sets/Vigilante/PrimaryVigilanteFervorMod",
			Introduced = "22",
			Link = "Vigilante Fervor",
			MaxRank = 5,
			Name = "Vigilante Fervor",
			Polarity = "Madurai",
			Rarity = "Uncommon",
			Set = "Vigilante Set",
			Tradable = true,
			Transmutable = false,
			Type = "Primary",
			UpgradeTypes = { "WEAPON_FIRE_RATE" }
		},
		["Vigilante Offense"] = {
			BaseDrain = 4,
			CodexSecret = false,
			Description = "+1.5 Punch Through",
			Icon = "VigilanteOffense.png",
			Image = "VigilanteOffenseMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Sets/Vigilante/PrimaryVigilanteOffenseMod",
			Introduced = "22",
			Link = "Vigilante Offense",
			MaxRank = 5,
			Name = "Vigilante Offense",
			Polarity = "Naramon",
			Rarity = "Rare",
			Set = "Vigilante Set",
			Tradable = true,
			Transmutable = false,
			Type = "Primary",
			UpgradeTypes = { "WEAPON_PUNCTURE_DEPTH" }
		},
		["Vigilante Pursuit"] = {
			BaseDrain = 4,
			CodexSecret = false,
			Description = "+30 Enemy Radar",
			Icon = "VigilantePursuit.png",
			Image = "VigilantePursuitMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Sets/Vigilante/WarframeVigilantePursuitMod",
			Introduced = "22",
			IsExilus = true,
			Link = "Vigilante Pursuit",
			MaxRank = 5,
			Name = "Vigilante Pursuit",
			Polarity = "Naramon",
			Rarity = "Uncommon",
			Set = "Vigilante Set",
			Tradable = true,
			Transmutable = false,
			Type = "Warframe",
			UpgradeTypes = { "AVATAR_ENEMY_RADAR" }
		},
		["Vigilante Supplies"] = {
			BaseDrain = 4,
			CodexSecret = false,
			Description = "Converts Secondary ammo pickups to 30% of Ammo Pick Up.",
			Icon = "VigilanteSupplies.png",
			Image = "VigilanteSuppliesMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Sets/Vigilante/PrimaryVigilanteSuppliesMod",
			Introduced = "22",
			IsExilus = true,
			Link = "Vigilante Supplies",
			MaxRank = 5,
			Name = "Vigilante Supplies",
			Polarity = "Naramon",
			Rarity = "Rare",
			Set = "Vigilante Set",
			Tradable = true,
			Transmutable = false,
			Type = "Primary",
			UpgradeTypes = { "WEAPON_CONVERT_AMMO" }
		},
		["Vigilante Vigor"] = {
			BaseDrain = 4,
			CodexSecret = false,
			Description = "+60% Shield Recharge\r\n-30% Shield Recharge Delay",
			Icon = "VigilanteVigor.png",
			Image = "VigilanteVigorMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Sets/Vigilante/WarframeVigilanteVigorMod",
			Introduced = "22",
			Link = "Vigilante Vigor",
			MaxRank = 5,
			Name = "Vigilante Vigor",
			Polarity = "Vazarin",
			Rarity = "Common",
			Set = "Vigilante Set",
			Tradable = true,
			Transmutable = false,
			Type = "Warframe",
			UpgradeTypes = { "AVATAR_SHIELD_RECHARGE_RATE" }
		},
		Vigor = {
			BaseDrain = 6,
			CodexSecret = false,
			Description = "+50% Shield Capacity\r\n+50% Health",
			Icon = "Vigor.png",
			Image = "VigorMod.png",
			Incompatible = { "Primed Vigor" },
			InternalName = "/Lotus/Upgrades/Mods/Warframe/DualStat/VigorMod",
			Introduced = "9.5",
			Link = "Vigor",
			MaxRank = 5,
			Name = "Vigor",
			Polarity = "Vazarin",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Warframe",
			UpgradeTypes = { "AVATAR_SHIELD_MAX", "AVATAR_HEALTH_MAX" }
		},
		["Vigorous Swap"] = {
			BaseDrain = 2,
			CodexSecret = false,
			Description = "On Equip:\r\n+165% Damage for 3s",
			Icon = "VigorousSwap.png",
			Image = "VigorousSwapMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Warframe/AvatarHolsterDamageMod",
			Introduced = "23.10",
			Link = "Vigorous Swap",
			MaxRank = 10,
			Name = "Vigorous Swap",
			Polarity = "Naramon",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Warframe" 
		},
		["Vile Acceleration"] = {
			BaseDrain = 4,
			CodexSecret = false,
			Description = "+90% Fire Rate (x2 for Bows)\r\n-15% Damage",
			Icon = "VileAcceleration.png",
			Image = "VileAccelerationMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Rifle/DualStat/CorruptedFireRateDamageRifle",
			Introduced = "15",
			Link = "Vile Acceleration",
			MaxRank = 5,
			Name = "Vile Acceleration",
			Polarity = "Naramon",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Rifle",
			UpgradeTypes = { "WEAPON_FIRE_RATE", "WEAPON_DAMAGE_AMOUNT" }
		},
		["Vile Discharge"] = {
			BaseDrain = 2,
			CodexSecret = false,
			Description = "Damage is accumulated up to 30,000. Use Alt-fire to launch an explosive vile sac dealing and resetting the accumulated damage.",
			Icon = "VileDischarge.png",
			Image = "VileDischargeMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Rifle/Event/Nightwave/NightwaveEmbolistAugmentMod",
			Introduced = "31.6.4",
			IsWeaponAugment = true,
			Link = "Vile Discharge",
			MaxRank = 5,
			Name = "Vile Discharge",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Embolist" 
		},
		["Vile Precision"] = {
			BaseDrain = 4,
			CodexSecret = false,
			Description = "-90% Weapon Recoil\r\n-36% Fire Rate (x2 for Bows)",
			Icon = "VilePrecision.png",
			Image = "VilePrecisionMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Rifle/DualStat/CorruptedRecoilFireRateRifle",
			Introduced = "10.3",
			IsExilus = true,
			Link = "Vile Precision",
			MaxRank = 5,
			Name = "Vile Precision",
			Polarity = "Naramon",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Rifle",
			UpgradeTypes = { "WEAPON_RECOIL", "WEAPON_FIRE_RATE" }
		},
		["Viral Quills"] = {
			BaseDrain = 0,
			CodexSecret = false,
			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.",
			Icon = "ViralQuills.png",
			Image = "ViralQuillsMod.png",
			InternalName = "/Lotus/Types/Friendly/Pets/CreaturePets/CreaturePrecepts/InfestedKavatViralQuillsPrecept",
			Introduced = "29",
			Link = "Viral Quills",
			MaxRank = 3,
			Name = "Viral Quills",
			Polarity = "Penjaga",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Panzer Vulpaphyla" 
		},
		["Virulent Scourge"] = {
			BaseDrain = 4,
			CodexSecret = false,
			Description = "+60% <DT_POISON>Toxin\r\n+60% Status Chance",
			Icon = "VirulentScourge.png",
			Image = "VirulentScourgeMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Melee/DualStat/PoisonEventMeleeMod",
			Introduced = "11.5",
			Link = "Virulent Scourge",
			MaxRank = 3,
			Name = "Virulent Scourge",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Melee",
			UpgradeTypes = { "WEAPON_PERCENT_BASE_DAMAGE_ADDED", "WEAPON_PROC_CHANCE" }
		},
		["Vital Sense"] = {
			BaseDrain = 2,
			CodexSecret = false,
			Description = "+120% Critical Damage",
			Icon = "VitalSense.png",
			Image = "VitalSenseMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Rifle/WeaponCritDamageMod",
			Introduced = "0",
			Link = "Vital Sense",
			MaxRank = 5,
			Name = "Vital Sense",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = true,
			Type = "Rifle",
			UpgradeTypes = { "WEAPON_CRIT_DAMAGE" }
		},
		["Vital Systems Bypass"] = {
			BaseDrain = 10,
			CodexSecret = false,
			Conclave = true,
			Description = "+1 Heal Rate/s\r\n+50% Shield Recharge Delay",
			Icon = "VitalSystemsBypass.png",
			Image = "VitalSystemsBypassMod.png",
			IncompatibilityTags = { "SANDMAN" },
			InternalName = "/Lotus/Upgrades/Mods/PvPMods/Warframe/HealthRegenLongerShieldRecharge",
			Introduced = "17.2",
			Link = "Vital Systems Bypass",
			MaxRank = 3,
			Name = "Vital Systems Bypass",
			Polarity = "Naramon",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Warframe",
			UpgradeTypes = { "AVATAR_HEAL_RATE", "AVATAR_SHIELD_RECHARGE_RATE" }
		},
		Vitality = {
			BaseDrain = 2,
			CodexSecret = false,
			Description = "+100% Health",
			Icon = "Vitality.png",
			Image = "VitalityMod.png",
			Incompatible = { "Archon Vitality", "Umbral Vitality", "Flawed Vitality", "Parasitic Vitality" },
			InternalName = "/Lotus/Upgrades/Mods/Warframe/AvatarHealthMaxMod",
			Introduced = "0",
			Link = "Vitality",
			MaxRank = 10,
			Name = "Vitality",
			Polarity = "Vazarin",
			Rarity = "Common",
			Tradable = true,
			Transmutable = true,
			Type = "Warframe",
			UpgradeTypes = { "AVATAR_HEALTH_MAX" }
		},
		["Void Cloak"] = {
			BaseDrain = 0,
			CodexSecret = false,
			Description = "Cloak from Enemies for 35s\r\nEngine Speed reduced to 30%\r\nCooldown: 120s",
			Icon = "VoidCloak.png",
			Image = "VoidCloakMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Railjack/Tactical/VoidCloak",
			Introduced = "27.0",
			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,
			CodexSecret = false,
			Description = "A black hole that draws in enemies, dealing damage.",
			Icon = "VoidHole.png",
			Image = "VoidHoleMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Railjack/Abilities/CrewShipBlackHoleAbilityCard",
			Introduced = "27.0",
			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,
			CodexSecret = false,
			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.",
			Icon = "VolatileParasite.png",
			Image = "VolatileParasiteMod.png",
			InternalName = "/Lotus/Types/Friendly/Pets/CreaturePets/CreaturePrecepts/InfestedPredatorMaggotSummonerPrecept",
			Introduced = "29.5",
			Link = "Volatile Parasite",
			MaxRank = 3,
			Name = "Volatile Parasite",
			Polarity = "Penjaga",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Predasite" 
		},
		["Volatile Quick Return"] = {
			BaseDrain = 2,
			CodexSecret = false,
			Description = "-4 Bounce\r\n+3 Blast Radius\r\n+100% Chance to explode on Bounce (Disables Punch Through)",
			Icon = "VolatileQuickReturn.png",
			Image = "VolatileQuickReturnMod.png",
			Incompatible = { "Quick Return", "Volatile Rebound", "Rebound" },
			IncompatibilityTags = { "SENTINEL_WEAPON" },
			InternalName = "/Lotus/Upgrades/Mods/Melee/WeaponGlaiveExplodingReflectionDecreaseMod",
			Introduced = "29.5",
			Link = "Volatile Quick Return",
			MaxRank = 3,
			Name = "Volatile Quick Return",
			Polarity = "Naramon",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = true,
			Type = "Glaive",
			UpgradeTypes = { "WEAPON_REFLECTION_MODIFIER", "WEAPON_EXPLOSION_RADIUS", "WEAPON_REFLECTION_EXPLOSION_CHANCE", "WEAPON_PUNCTURE_DEPTH" }
		},
		["Volatile Rebound"] = {
			BaseDrain = 10,
			CodexSecret = false,
			Description = "+100% Chance to explode on Bounce (Disables Punch Through)",
			Icon = "VolatileRebound.png",
			Image = "VolatileReboundMod.png",
			Incompatible = { "Quick Return", "Volatile Quick Return", "Rebound" },
			IncompatibilityTags = { "SENTINEL_WEAPON" },
			InternalName = "/Lotus/Upgrades/Mods/Melee/WeaponGlaiveExplodingReflectionIncreaseMod",
			Introduced = "29.5",
			Link = "Volatile Rebound",
			MaxRank = 3,
			Name = "Volatile Rebound",
			Polarity = "Naramon",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = true,
			Type = "Glaive",
			UpgradeTypes = { "WEAPON_REFLECTION_EXPLOSION_CHANCE", "WEAPON_PUNCTURE_DEPTH" }
		},
		["Volatile Variant"] = {
			BaseDrain = 2,
			CodexSecret = false,
			Description = "Shots have +3 Punch Through and barbs explode instantly. Barbs that strike enemies directly have +4m radius and +50% Status Chance.",
			Icon = "VolatileVariant.jpg",
			Image = "VolatileVariantMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Rifle/Event/Nightwave/NightwaveSporothrixAugmentMod",
			Introduced = "34.0.8",
			Link = "Volatile Variant",
			MaxRank = 5,
			Name = "Volatile Variant",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Sporothrix" 
		},
		["Volcanic Edge"] = {
			BaseDrain = 4,
			CodexSecret = false,
			Description = "+60% <DT_FIRE>Heat\r\n+60% Status Chance",
			Icon = "VolcanicEdge.png",
			Image = "VolcanicEdgeMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Melee/DualStat/FireEventMeleeMod",
			Introduced = "13.8",
			Link = "Volcanic Edge",
			MaxRank = 3,
			Name = "Volcanic Edge",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Melee",
			UpgradeTypes = { "WEAPON_PERCENT_BASE_DAMAGE_ADDED", "WEAPON_PROC_CHANCE" }
		},
		["Voltage Sequence"] = {
			BaseDrain = 4,
			CodexSecret = false,
			Description = "Killing a flying enemy creates a lightning trap from their remains, lasting 8s\r\n+1 'Sequence'",
			Icon = "VoltageSequence.png",
			Image = "VoltageSequenceMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Syndicate/LankaMod",
			Introduced = "20.4",
			IsWeaponAugment = true,
			Link = "Voltage Sequence",
			MaxRank = 3,
			Name = "Voltage Sequence",
			Polarity = "Naramon",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Lanka",
			UpgradeTypes = { "WEAPON_SYNDICATE_POWER" }
		},
		["Voltaic Lance"] = {
			BaseDrain = 0,
			CodexSecret = false,
			Conclave = true,
			Description = "Electrical FX on Bullet Jump",
			Icon = "VoltaicLance.png",
			Image = "VoltaicLanceMod.png",
			InternalName = "/Lotus/Upgrades/Mods/PvPMods/Warframe/ElectricityParkourPvPMod",
			Introduced = "17.5",
			IsExilus = true,
			Link = "Voltaic Lance",
			MaxRank = 0,
			Name = "Voltaic Lance",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Warframe",
			UpgradeTypes = { "AVATAR_PARKOUR_DAMAGE_ADDED" }
		},
		["Voltaic Strike"] = {
			BaseDrain = 4,
			CodexSecret = false,
			Description = "+60% <DT_ELECTRICITY>Electricity\r\n+60% Status Chance",
			Icon = "VoltaicStrike.png",
			Image = "VoltaicStrikeMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Melee/DualStat/ElectEventMeleeMod",
			Introduced = "12.4",
			Link = "Voltaic Strike",
			MaxRank = 3,
			Name = "Voltaic Strike",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Melee",
			UpgradeTypes = { "WEAPON_PERCENT_BASE_DAMAGE_ADDED", "WEAPON_PROC_CHANCE" }
		},
		Vome = {
			Class = "Requiem",
			CodexSecret = false,
			Description = "To cosmic madness laws submit\r\nThough stalwart minds entreat",
			Icon = "Vome.png",
			Image = "VomeMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Immortal/ImmortalFourMod",
			Introduced = "26",
			Link = "Vome",
			MaxRank = 3,
			Name = "Vome",
			NotUpgradable = true,
			Polarity = "Universal",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = true,
			Type = "Parazon" 
		},
		["Vome Invocation"] = {
			BaseDrain = 10,
			CodexSecret = false,
			Description = "Alternate Fire increases Ability Strength by 4% for 20s for each enemy hit. Stacks up to 15 times.",
			Icon = "VomeInvocation.png",
			Image = "VomeInvocationMod.png",
			Incompatible = { "Netra Invocation", "Ris Invocation", "Xata Invocation" },
			InternalName = "/Lotus/Upgrades/Grimoire/VomeStrikeMod",
			Introduced = "35",
			Link = "Vome Invocation",
			MaxRank = 3,
			Name = "Vome Invocation",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Tome",
			UpgradeTypes = { "AVATAR_ABILITY_STRENGTH" }
		},
		["Votive Onslaught"] = {
			BaseDrain = -2,
			CompatibilityTags = { "WARFAN_STANCE" },
			CodexSecret = false,
			Description = "Precise, focused arcs and cuts not hampered by pity.",
			Icon = "VotiveOnslaught.png",
			Image = "VotiveOnslaughtMod.png",
			InternalName = "/Lotus/Weapons/Tenno/Melee/MeleeTrees/WarfanCmbTwoMeleeTree",
			Introduced = "29.10",
			Link = "Votive Onslaught",
			MaxRank = 3,
			Name = "Votive Onslaught",
			Polarity = "Naramon",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Warfans" 
		},
		["Vulcan Blitz"] = {
			BaseDrain = 4,
			CodexSecret = false,
			Description = "Enemies explode on death, dealing 300 <DT_EXPLOSION>Blast Damage (+60% Enemy Max Health) in a 6m radius.",
			Icon = "VulcanBlitz.png",
			Image = "VulcanBlitzMod.png",
			IncompatibilityTags = { "POWER_WEAPON" },
			InternalName = "/Lotus/Upgrades/Mods/Melee/Event/ProjectNightwatch/JatKittagNightwatchMod",
			Introduced = "18.10",
			IsWeaponAugment = true,
			Link = "Vulcan Blitz",
			MaxRank = 5,
			Name = "Vulcan Blitz",
			Polarity = "Madurai",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = false,
			Type = "Jat Kittag",
			UpgradeTypes = { "WEAPON_CORPSE_EXPLODE_DAMAGE", "WEAPON_CORPSE_EXPLODE_DAMAGE_ENEMY_HEALTH_PCT", "WEAPON_CORPSE_EXPLODE_RADIUS" }
		},
		["Vulpine Mask"] = {
			BaseDrain = -2,
			CompatibilityTags = { "RAPIER_STANCE" },
			CodexSecret = false,
			Description = "Swift cuts, lancing strikes.",
			Icon = "VulpineMask.png",
			Image = "VulpineMaskMod.png",
			InternalName = "/Lotus/Weapons/Tenno/Melee/MeleeTrees/RapierCmbOneMeleeTree",
			Introduced = "18.3",
			Link = "Vulpine Mask",
			MaxRank = 3,
			Name = "Vulpine Mask",
			Polarity = "Naramon",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = true,
			Type = "Rapiers" 
		},
		["Ward Recovery"] = {
			BaseDrain = 6,
			CodexSecret = false,
			Conclave = true,
			Description = "Warding Halo Augment: 50% of the casting cost returned based on how much protection is left.",
			Icon = "WardRecovery.png",
			Image = "WardRecoveryMod.png",
			InternalName = "/Lotus/Powersuits/Nezha/NezhaSashPvPAugmentCard",
			Introduced = "18.5",
			IsAbilityAugment = true,
			Link = "Ward Recovery",
			MaxRank = 3,
			Name = "Ward Recovery",
			Polarity = "Zenurik",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Nezha" 
		},
		["Warding Thurible"] = {
			BaseDrain = 6,
			CodexSecret = false,
			Description = "Thurible Augment: Allies in range take 50% less Damage while channeling Thurible and grant 1.0 additional Energy charge whenever damaged.",
			Icon = "WardingThurible.png",
			Image = "WardingThuribleMod.png",
			InternalName = "/Lotus/Powersuits/Priest/PriestRavageAugmentCard",
			Introduced = "23.0.6",
			IsAbilityAugment = true,
			Link = "Warding Thurible",
			MaxRank = 3,
			Name = "Warding Thurible",
			Polarity = "Zenurik",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Harrow" 
		},
		Warhead = {
			BaseDrain = 6,
			CodexSecret = false,
			Description = "+100% Ordnance Damage",
			Icon = "WarheadModIcon.png",
			Image = "WarheadMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Railjack/Gunnery/LavanOrdnanceDamage",
			Introduced = "27.0",
			Link = "Warhead (Mod)",
			MaxRank = 10,
			Name = "Warhead",
			Polarity = "Madurai",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = false,
			Type = "Plexus" 
		},
		["Warm Coat"] = {
			BaseDrain = 6,
			CodexSecret = false,
			Description = "+12% Shield Resistance to Ice Levels",
			Icon = "WarmCoat.png",
			Image = "WarmCoatMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Warframe/AvatarMissionSpecificResistanceIce",
			Introduced = "8",
			IsExilus = true,
			Link = "Warm Coat",
			MaxRank = 3,
			Name = "Warm Coat",
			Polarity = "Vazarin",
			Rarity = "Common",
			Tradable = true,
			Transmutable = true,
			Type = "Warframe" 
		},
		Warrior = {
			BaseDrain = 0,
			CodexSecret = false,
			Description = "Sentinel will attack the first visible enemy within 30m.",
			Icon = "Warrior.png",
			Image = "WarriorMod.png",
			InternalName = "/Lotus/Types/Sentinels/SentinelPrecepts/Warrior",
			Introduced = "7",
			Link = "Warrior",
			MaxRank = 5,
			Name = "Warrior",
			Polarity = "Penjaga",
			Rarity = "Common",
			Tradable = false,
			Transmutable = false,
			Type = "Wyrm",
			_IgnoreEntry = true 
		},
		["Warrior's Rest"] = {
			BaseDrain = 2,
			Description = "Passive Augment: Umbra's Ability Strength increases by +15% but he no longer fights independently alongside his Operator.",
			Image = "Warrior'sRestMod.png",
			InternalName = "/Lotus/Powersuits/Excalibur/ExcaliburUmbraPassiveAugmentCard",
			Introduced = "35.5",
			CodexSecret = false,
			IsAbilityAugment = true,
			IsExilus = true,
			Link = "Warrior's Rest",
			MaxRank = 5,
			Name = "Warrior's Rest",
			Icon = "Warrior'sRest.jpg",
			Polarity = "Zenurik",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Excalibur Umbra" 
		},
		["Waveband Disruptor"] = {
			BaseDrain = 4,
			CodexSecret = false,
			Description = "+51% chance for Turret Critical Hits to ignore enemy Shields",
			Icon = "WavebandDisruptor.png",
			Image = "WavebandDisruptorMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Railjack/Gunnery/LavanCritBypassShieldTurret",
			Introduced = "29.10",
			Link = "Waveband Disruptor",
			MaxRank = 5,
			Name = "Waveband Disruptor",
			Polarity = "Madurai",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = false,
			Type = "Plexus" 
		},
		["Weeping Wounds"] = {
			BaseDrain = 4,
			CodexSecret = false,
			Description = "+40% Status Chance per Combo Multiplier",
			Icon = "WeepingWounds.png",
			Image = "WeepingWoundsMod.png",
			IncompatibilityTags = { "POWER_WEAPON", "SENTINEL_WEAPON", "HOUND_WEAPON" },
			InternalName = "/Lotus/Upgrades/Mods/Melee/Event/ComboStatusChanceMod",
			Introduced = "18.4.1",
			Link = "Weeping Wounds",
			MaxRank = 5,
			Name = "Weeping Wounds",
			Polarity = "Madurai",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = false,
			Type = "Melee",
			UpgradeTypes = { "WEAPON_PROC_CHANCE" }
		},
		["Whiplash Mine"] = {
			BaseDrain = 2,
			CodexSecret = false,
			Description = "Deploys a mine that tethers all enemies in 20m. After 3s, all enemies still in range get pulled to the mine.",
			Icon = "WhiplashMine.png",
			Image = "WhiplashMineMod.png",
			InternalName = "/Lotus/Types/Friendly/Pets/MoaPets/MoaPetPrecept/MoaTetherVaccumMinePrecept",
			Introduced = "24",
			Link = "Whiplash Mine",
			MaxRank = 3,
			Name = "Whiplash Mine",
			Polarity = "Penjaga",
			Rarity = "Common",
			Tradable = true,
			Transmutable = false,
			Type = "MOA" 
		},
		Whirlwind = {
			BaseDrain = 4,
			CodexSecret = false,
			Description = "+180% Projectile Speed",
			Icon = "Whirlwind.png",
			Image = "WhirlwindMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Melee/WeaponGlaiveSpeedMod",
			Introduced = "10",
			IsExilus = true,
			Link = "Whirlwind",
			MaxRank = 5,
			Name = "Whirlwind",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = true,
			Type = "Glaive",
			UpgradeTypes = { "WEAPON_PROJECTILE_SPEED" }
		},
		["Wild Frenzy"] = {
			BaseDrain = 4,
			CodexSecret = false,
			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.",
			Icon = "WildFrenzy.png",
			Image = "WildFrenzyMod.png",
			IncompatibilityTags = { "POWER_WEAPON" },
			InternalName = "/Lotus/Upgrades/Mods/Rifle/Event/Arbitration/GrnAssaultRifleArbitrationMod",
			Introduced = "24.3",
			IsWeaponAugment = true,
			Link = "Wild Frenzy",
			MaxRank = 5,
			Name = "Wild Frenzy",
			Polarity = "Naramon",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Grakata" 
		},
		Wildfire = {
			BaseDrain = 6,
			CodexSecret = false,
			Description = "+20% Magazine Capacity\r\n+60% <DT_FIRE>Heat",
			Icon = "Wildfire.png",
			Image = "WildfireMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Rifle/DualStat/WildfireMod",
			Introduced = "9",
			Link = "Wildfire",
			MaxRank = 3,
			Name = "Wildfire",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Rifle",
			UpgradeTypes = { "WEAPON_CLIP_MAX", "WEAPON_PERCENT_BASE_DAMAGE_ADDED" }
		},
		["Winds of Purity"] = {
			BaseDrain = 4,
			CodexSecret = false,
			Description = "+20% Life Steal\r\n+1 'Purity'",
			Icon = "WindsofPurity.png",
			Image = "WindsofPurityMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Syndicate/FurisMod",
			Introduced = "15",
			IsWeaponAugment = true,
			Link = "Winds of Purity",
			MaxRank = 3,
			Name = "Winds of Purity",
			Polarity = "Vazarin",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Furis",
			UpgradeTypes = { "WEAPON_LIFE_STEAL", "WEAPON_SYNDICATE_POWER" }
		},
		["Wise Razor"] = {
			BaseDrain = -2,
			CompatibilityTags = { "LONG_KATANA_STANCE" },
			CodexSecret = false,
			Description = "Deftly executed sweeps and slashes.",
			Icon = "WiseRazor.png",
			Image = "WiseRazorMod.png",
			InternalName = "/Lotus/Weapons/Tenno/Melee/MeleeTrees/LongKatanaCmbOneMeleeTree",
			Introduced = "24.4",
			Link = "Wise Razor",
			MaxRank = 3,
			Name = "Wise Razor",
			Polarity = "Madurai",
			Rarity = "Uncommon",
			Tradable = true,
			Transmutable = true,
			Type = "Two-Handed Nikana" 
		},
		["Worm's Torment"] = {
			BaseDrain = 4,
			CodexSecret = false,
			Description = "x1.27 Turret Damage vs Grineer",
			Icon = "Worm'sTorment.png",
			Image = "Worm'sTormentMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Railjack/Gunnery/VidarGrineerKiller",
			Introduced = "29.10",
			Link = "Worm's Torment",
			MaxRank = 5,
			Name = "Worm's Torment",
			Polarity = "Madurai",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Plexus" 
		},
		["Wrath of Ukko"] = {
			BaseDrain = 6,
			Description = "Storm of Ukko Augment: Wrathful Advance moves the storm of daggers to the teleportation location and increases its duration by 6s.",
			Image = "WrathofUkkoMod.png",
			InternalName = "/Lotus/Powersuits/PaxDuviricus/PaxFieldAugmentCard",
			Introduced = "35.5",
			CodexSecret = false,
			IsAbilityAugment = true,
			Link = "Wrath of Ukko",
			MaxRank = 3,
			Name = "Wrath of Ukko",
			Icon = "WrathOfUkko.jpg",
			Polarity = "Zenurik",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Kullervo" 
		},
		["Wrecking Wall"] = {
			BaseDrain = 6,
			CodexSecret = false,
			Description = "Containment Wall Augment: Strip 50% of armor and shields from struck enemies. Hitting 5 or more enemies will restart the duration of any Chyrinka Pillars and empower them.",
			Icon = "WreckingWall.jpg",
			Image = "WreckingWallMod.png",
			InternalName = "/Lotus/Powersuits/ConcreteFrame/ConcreteWallAugmentCard",
			Introduced = "36",
			IsAbilityAugment = true,
			Link = "Wrecking Wall",
			MaxRank = 3,
			Name = "Wrecking Wall",
			Polarity = "Zenurik",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Qorvex" 
		},
		Xata = {
			Class = "Requiem",
			CodexSecret = false,
			Description = "Its heralds are the stars it fells\r\nThe sky and Earth aflame",
			Icon = "Xata.png",
			Image = "XataMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Immortal/ImmortalTwoMod",
			Introduced = "26",
			Link = "Xata",
			MaxRank = 3,
			Name = "Xata",
			NotUpgradable = true,
			Polarity = "Universal",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = true,
			Type = "Parazon" 
		},
		["Xata Invocation"] = {
			BaseDrain = 10,
			CodexSecret = false,
			Description = "Alternate Fire grants 1 Energy Regen/s for 20s for each enemy hit. Stacks up to 10 times.",
			Icon = "XataInvocation.png",
			Image = "XataInvocationMod.png",
			Incompatible = { "Netra Invocation", "Ris Invocation", "Vome Invocation" },
			InternalName = "/Lotus/Upgrades/Grimoire/XataStrikeMod",
			Introduced = "35",
			Link = "Xata Invocation",
			MaxRank = 3,
			Name = "Xata Invocation",
			Polarity = "Naramon",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Tome",
			UpgradeTypes = { "AVATAR_POWER_RATE" }
		},
		["Zazvat-Kar"] = {
			BaseDrain = 2,
			CodexSecret = false,
			Description = "+75% Ammo Efficiency while Airborne",
			Icon = "Zazvat-Kar.png",
			Image = "Zazvat-KarMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Pistol/Event/AkstilettoEfficiencyWhileAirborneMod",
			Introduced = "29",
			IsWeaponAugment = true,
			Link = "Zazvat-Kar",
			MaxRank = 5,
			Name = "Zazvat-Kar",
			Polarity = "Naramon",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Akstiletto Prime",
			UpgradeTypes = { "WEAPON_AMMO_CONSUME_RATE" }
		},
		["Zodiac Shred"] = {
			BaseDrain = 2,
			CodexSecret = false,
			Description = "+90% <DT_SLASH>Slash",
			Icon = "ZodiacShred.png",
			Image = "ZodiacShredMod.png",
			InternalName = "/Lotus/Upgrades/Mods/Archwing/Rifle/ArchwingDualStatSlashStatusMod",
			Introduced = "Specters of the Rail",
			Link = "Zodiac Shred",
			MaxRank = 5,
			Name = "Zodiac Shred",
			Polarity = "Naramon",
			Rarity = "Rare",
			Tradable = true,
			Transmutable = false,
			Type = "Archgun",
			UpgradeTypes = { "WEAPON_PERCENT_BASE_DAMAGE_ADDED" }
		} 
	} 
}
Advertisement