WARFRAME Wiki
Register
Advertisement
WARFRAME Wiki

Database of WARFRAME's playable avatars.

Last updated: Sat, 24 Feb 2024 03:42:17 +0000 (UTC) by User:Echo751

Warframe/Avatar Data Schema[]

		["Warframe Name"] = {
			_IgnoreEntry = true,
			Abilities = { "1", "2", "3", "4" },
			Armor = 100,
			AuraPolarity = "V",
			Conclave = false,
			CodexSecret = false,
			Description = "In-Game Description",
			Energy = 100,
			FullImages = { Default = "WarframeNameFull.png" },
			Health = 100,
			Image = "WarframeName.png"
			InitialEnergy = 50,
			InternalName = "/Lotus/Powersuits/Warframe/Warframe",
			Introduced = "30.0",
			Link = "Article Name",
			MaxRank = 30,
			Name = "Warframe Name",
			Passive = "In-game passive description",
			Polarities = { "V", "V" },
			Portrait = "FrameIcon272.png",
			Progenitor = "Element Name",
			Shield = 100,
			Playstyle = "",
			Sprint = 1.00,
			SquadPortrait = "WarframeNameLargePortrait.png",
			Themes = "Space Ninja",
			Subsumed = "Ability Name",
			Sex = "Male" 
		},
Key/Column Name Arsenal EN L10n Public Export Equivalent Internal Equivalent Data Type Required? Explanation/Description Example(s)
Abilities N/A abilities AbilityTypes Table (of strings) ✔️ Names of the abilities in the order of unlock { "Tail Wind", "Airburst", "Turbulence", "Tornado" }
Armor Armor armor ArmourRatingOverride Number (integer) ✔️ Warframe/Avatar's base Armor at Rank 0 100
ArmorRank30 Armor N/A N/A Number (integer) Warframe/Avatar's unmodded Armor at Rank 30 (not base armor) 300
AuraPolarity N/A N/A ArtifactSlots String ✔️ Polarity of Aura slot "V" or "Madurai"
CodexSecret N/A codexSecret CodexSecret Boolean ✔️ Whether or not the Warframe/Avatar 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, items with these tags can/cannot have a particular mod installed with the same tag. { "SANDMAN" }
Conclave N/A N/A AvailableOnPvp Boolean Whether or not the Warframe/Avatar can be used in Conclave false
Description N/A description LocalizeDescTag String ✔️ In-game description "Excalibur epitomizes the warrior spirit. His master swordsmanship deals high damage. He is the embodiment of martial excellence."
Energy Energy power MaxEnergy Number (float) ✔️ Warframe/Avatar's base Energy capacity at Rank 0 150
EnergyRank30 Energy N/A N/A Number (integer) Warframe/Avatar's unmodded Energy capacity at Rank 30 (not base energy) 300
FullImages N/A N/A N/A Table (of key/value pairs) ✔️ Full body image file name(s) of the Warframe/Avatar as uploaded to the wiki (for infoboxes). Key names will be used to describe the avatar form associated with the image. { Default = "AshFull.png" }
Health Health health MaxHealthOverride Number (integer) ✔️ Warframe/Avatar's base Health at Rank 0 100
HealthRank30 Health N/A N/A Number (integer) Warframe/Avatar's unmodded Health at Rank 30 (not base health) 300
Image N/A textureLocation Icon String ✔️ Image file name of the Warframe/Avatar as seen in in-game menus "Ash.png"
InitialEnergy Starting Energy N/A InitialEnergy Number (integer) ✔️ Warframe/Avatar's initial/starting energy value when spawning (not the same as base energy capacity) 50
InternalName N/A uniqueName TypeName String The full unique name of a Warframe/Avatar formatted as a file path "/Lotus/Powersuits/Ninja/Ninja"
Introduced N/A N/A N/A String ✔️ The game version in which the Warframe/Avatar was first introduced in the global build of WARFRAME "30.5" or "Specters of the Rail"
Link N/A N/A N/A String ✔️ Page/article link to the Warframe/Avatar on the wiki "Excalibur"
Mastery N/A masteryReq RequiredLevel Number (integer) ✔️ Mastery Rank requirement 5
MaxRank N/A N/A LevelCap Number (integer) The maximum rank that they can level up to 40
Name N/A name LocalizeTag String ✔️ Warframe/Avatar's name "Excalibur"
Passive N/A passiveDescription PassiveAbilityLocTag String ✔️ In-game passive description as seen in arsenal "Zephyr moves faster and falls slower while airborne. Also gain 150% Critical Hit chance with weapons while airborne."
Playstyle N/A N/A N/A String ✔️ General playstyle of Warframe/Avatar. Initial values are seeded from this spreadsheet by DE: https://docs.google.com/document/d/13CzaOU3XeBGRDEtKU-RFu_qb4LkPqyveXl6iFcFOlKE "Damage, Support"
Polarities N/A N/A ArtifactSlots Table (array of strings) ✔️ Full names of the Warframe/Avatar's non-Universal polarities { "Naramon", "Madurai" }
Portrait N/A N/A N/A String ✔️ Half body image file name of Warframe/Avatar as uploaded to the wiki "AshIcon272.png"
Progenitor N/A N/A N/A String ✔️ For the Lich System, the damage type associated with using the Warframe/Avatar to generate a new lich "Radiation"
SellPrice N/A N/A SellingPrice Number (integer) Warframe/Avatar's selling price in Credits when removed from the player's inventory 10000
Sex N/A N/A N/A String ✔️ Warframe/Avatar's official sex and/or gender "Male"
Shield Shield shield MaxShieldOverride Number (integer) ✔️ Warframe/Avatar's base Shield at Rank 0 100
ShieldRank30 Shield N/A N/A Number (integer) Warframe/Avatar's unmodded Shield at Rank 30 (not base shield) 300
Sprint Sprint Speed sprintSpeed MovementSpeedMultiplier Number (float) ✔️ Warframe/Avatar's base Sprint Speed 1
SquadPortrait N/A N/A N/A String ✔️ Squad icon image file name of Warframe/Avatar as uploaded to the wiki "AshLargePortrait.png"
Stamina N/A N/A MaxStaminaOverride Number (integer) For Necramechs, the base stamina/engine capacity at Rank 0 200
Subsumed N/A N/A IsHelminth String ✔️ For the Helminth, the name of the ability that is unlocked for transfer onto other Warframes/Avatars after sacrificing a base Warframe/Avatar to the Helminth "Shuriken"
Tactical N/A N/A N/A String ✔️ The ability that can be remotely used through the Tactical Menu while on a Railjack. See Railjack/Tactical Menu#Ability Kinesis for more details. "Smoke Screen"
Themes N/A N/A N/A String ✔️ Warframe/Avatar's thematic inspirations and references "Ninja, Assassin"

For Module Use[]

Key/Column Name Data Type Required? Explanation/Description Example(s)
_IgnoreEntry Boolean For module use, indicates that this Warframe/Avatar table entry is special and should ignored when parsing table entries true

Warframe/Avatar Data[]


return {
	Archwings = {
		Amesha = {
			Abilities = { "Watchful Swarm", "Benevolent Decoy", "Warding Grace", "Vengeful Rush" },
			Armor = 195,
			CodexSecret = false,
			Conclave = false,
			Description = "Transform into a winged guardian.",
			Energy = 220,
			FullImages = { Default = "Amesha.png" },
			Health = 650,
			HealthRank30 = 900,
			Image = "Amesha.png",
			InitialEnergy = 50,
			InternalName = "/Lotus/Powersuits/Archwing/SupportJetPack/SupportJetPack",
			Introduced = "Specters of the Rail",
			Link = "Amesha",
			MaxRank = 30,
			Name = "Amesha",
			Playstyle = "Support",
			Polarities = { "Bar", "D", "V" },
			Portrait = "Amesha.png",
			SellPrice = 10000,
			Shield = 220,
			ShieldRank30 = 420,
			Sprint = 1.1,
			Themes = "Healer, Support",
			Type = "Archwing" 
		},
		Elytron = {
			Abilities = { "Bloomer", "Core Vent", "Thumper", "Warhead" },
			Armor = 145,
			CodexSecret = false,
			Conclave = false,
			Description = "This heavy duty Archwing was designed for one purpose, destruction.",
			Energy = 120,
			FullImages = { Default = "Elytron.png" },
			Health = 765,
			HealthRank30 = 1015,
			Image = "Elytron.png",
			InitialEnergy = 50,
			InternalName = "/Lotus/Powersuits/Archwing/DemolitionJetPack/DemolitionFlightJetPack",
			Introduced = "15",
			Link = "Elytron",
			MaxRank = 30,
			Name = "Elytron",
			Playstyle = "Damage",
			Polarities = { "V", "D", "Bar" },
			Portrait = "Elytron.png",
			SellPrice = 10000,
			Shield = 745,
			ShieldRank30 = 945,
			Sprint = 0.9,
			Themes = "Heavy Artillery",
			Type = "Archwing" 
		},
		Itzal = {
			Abilities = { "Arch Line", "Penumbra", "Cosmic Crush", "Fighter Escort" },
			Armor = 50,
			CodexSecret = false,
			Conclave = false,
			Description = "Designed for quick clandestine attacks, the Itzal Archwing excels at striking from the darkness of space.",
			Energy = 220,
			FullImages = { Default = "Itzal.png" },
			Health = 200,
			HealthRank30 = 450,
			Image = "Itzal.png",
			InitialEnergy = 100,
			InternalName = "/Lotus/Powersuits/Archwing/StealthJetPack/StealthFlightJetPack",
			Introduced = "15.7.2",
			Link = "Itzal",
			MaxRank = 30,
			Name = "Itzal",
			Playstyle = "Stealth",
			Polarities = { "V", "D", "Bar" },
			Portrait = "Itzal.png",
			SellPrice = 10000,
			Shield = 220,
			ShieldRank30 = 420,
			Sprint = 1.2,
			Themes = "Stealth",
			Type = "Archwing" 
		},
		Odonata = {
			Abilities = { "Energy Shell", "Disarray", "Seeking Fire", "Repel" },
			Armor = 100,
			CodexSecret = false,
			Conclave = false,
			Description = "The systems built into this Archwing balance offensive capabilities with defensive countermeasures.",
			Energy = 85,
			FullImages = { Default = "Odonata.png" },
			Health = 425,
			Health = 675,
			Image = "Odonata.png",
			InitialEnergy = 50,
			InternalName = "/Lotus/Powersuits/Archwing/StandardJetPack/StandardFlightJetPack",
			Introduced = "15",
			Link = "Odonata",
			MaxRank = 30,
			Name = "Odonata",
			Playstyle = "Crowd Control",
			Polarities = { "V", "D", "Bar" },
			Portrait = "Odonata.png",
			SellPrice = 10000,
			Shield = 430,
			ShieldRank30 = 630,
			Sprint = 1,
			Themes = "Standard-issue, Jack-of-all-trades",
			Type = "Archwing" 
		},
		["Odonata Prime"] = {
			Abilities = { "Energy Shell", "Disarray", "Seeking Fire", "Repel" },
			Armor = 100,
			CodexSecret = false,
			Conclave = false,
			Description = "This enhanced version of the first Archwing prototype takes the design to its theoretical limits.",
			Energy = 85,
			FullImages = { Default = "OdonataPrime.png" },
			Health = 650,
			HealthRank30 = 900,
			Image = "OdonataPrime.png",
			InitialEnergy = 50,
			InternalName = "/Lotus/Powersuits/Archwing/PrimeJetPack/PrimeFlightJetPack",
			Introduced = "16.1",
			Link = "Odonata/Prime",
			MaxRank = 30,
			Name = "Odonata Prime",
			Playstyle = "Crowd Control",
			Polarities = { "V", "D", "Bar", "Bar" },
			Portrait = "OdonataPrime.png",
			SellPrice = 10000,
			Shield = 640,
			ShieldRank30 = 840,
			Sprint = 1.05,
			Themes = "Standard-issue, Jack-of-all-trades",
			Type = "Archwing",
			Vaulted = true
		} 
	},
	Necramechs = {
		Bonewidow = {
			Abilities = { "Meathook", "Shield Maiden", "Firing Line", "Exalted Ironbride" },
			Armor = 480,
			CodexSecret = false,
			Conclave = false,
			Description = "This fearsome Necramech, fashioned in honor of the Entrati matriarch, is a robust front-line fighter. Favoring armor and health over shield strength, Bonewidow can grab and hurl enemies, deploy a heavy shield for personal defense, and cleave through opposing ranks with a massive warblade.",
			Energy = 175,
			FullImages = { Portrait = "BonewidowFull.png" },
			Health = 1880,
			HealthRank30 = 2880,
			Image = "Bonewidow.png",
			InitialEnergy = 100,
			InternalName = "/Lotus/Powersuits/EntratiMech/ThanoTech",
			Introduced = "29.5",
			Link = "Bonewidow",
			MaxRank = 40,
			Name = "Bonewidow",
			Playstyle = "Survival",
			Polarities = { "D", "D", "V" },
			Portrait = "Bonewidow.png",
			SellPrice = 25000,
			Shield = 430,
			ShieldRank30 = 630,
			Sprint = 1.1,
			Stamina = 200,
			Themes = "Melee, Brawler, Shield Maiden",
			Type = "Necramech" 
		},
		Voidrig = {
			Abilities = { "Necraweb", "Storm Shroud", "Gravemines", "Guard Mode" },
			Armor = 385,
			CodexSecret = false,
			Conclave = false,
			Description = "Nothing fancy but gets the job done and then some. With its electrified armor, this rough and ready mech can make the battlefield treacherous for the enemy with an arsenal of explosives.",
			Energy = 175,
			FullImages = { Portrait = "VoidrigFull.png" },
			Health = 1400,
			HealthRank30 = 2400,
			Image = "Voidrig.png",
			InitialEnergy = 150,
			InternalName = "/Lotus/Powersuits/EntratiMech/NechroTech",
			Introduced = "29",
			Link = "Voidrig",
			MaxRank = 40,
			Name = "Voidrig",
			Playstyle = "Damage",
			Polarities = { "V", "D", "Bar" },
			Portrait = "Voidrig.png",
			SellPrice = 25000,
			Shield = 850,
			ShieldRank30 = 1050,
			Sprint = 1,
			Stamina = 200,
			Themes = "Heavy Artillery",
			Type = "Necramech" 
		} 
	},
	Operators = {
		Drifter = {
			Armor = 75,
			CodexSecret = true,
			Conclave = false,
			Energy = 100,
			EnergyRank30 = 100,
			FullImages = { Portrait = "Drifter.png" },
			Health = 350,
			HealthRank30 = 350,
			Image = "Drifter.png",
			InitialEnergy = 100,
			InternalName = "",
			Introduced = "31",
			Link = "Drifter",
			Name = "Drifter",
			Polarities = {  },
			Portrait = "Drifter.png",
			Shield = 350,
			ShieldRank30 = 350,
			Sprint = 1,
			Type = "Operator" 
		},
		Operator = {
			Armor = 75,
			CodexSecret = true,
			Conclave = false,
			Energy = 100,
			EnergyRank30 = 100,
			FullImages = { Portrait = "Operator.png" },
			Health = 350,
			HealthRank30 = 350,
			Image = "Operator.png",
			InitialEnergy = 100,
			InternalName = "",
			Introduced = "19",
			Link = "Operator",
			Name = "Operator",
			Polarities = {  },
			Portrait = "Operator.png",
			Shield = 350,
			ShieldRank30 = 350,
			Sprint = 1,
			SquadPortrait = "OperatorLargePortrait.png",
			Type = "Operator" 
		} 
	},
	Warframes = {
		Ash = {
			Abilities = { "Shuriken", "Smoke Screen", "Teleport", "Blade Storm" },
			Armor = 105,
			AuraPolarity = "V",
			CodexSecret = false,
			Conclave = true,
			Description = "Behold the patron saint of the Orokin school of political assassination. Ash specializes in stealth. The edge of his blade is sooner felt than seen.",
			Energy = 100,
			FullImages = { Portrait = "AshFull.png" },
			Health = 455,
			Image = "Ash.png",
			InitialEnergy = 50,
			InternalName = "/Lotus/Powersuits/Ninja/Ninja",
			Introduced = "Vanilla",
			Link = "Ash",
			MaxRank = 30,
			Name = "Ash",
			Passive = "Bleed effects inflicted on enemies do 25% increased damage and last 50% longer.",
			Playstyle = "Stealth",
			Polarities = { "V", "V" },
			Portrait = "AshIcon272.png",
			Progenitor = "Radiation",
			SellPrice = 10000,
			Sex = "Male",
			Shield = 270,
			Sprint = 1.15,
			SquadPortrait = "AshLargePortrait.png",
			Subsumed = "Shuriken",
			Tactical = "Smoke Screen",
			Themes = "Assassin, Ninja",
			Type = "Warframe" 
		},
		["Ash Prime"] = {
			Abilities = { "Shuriken", "Smoke Screen", "Teleport", "Blade Storm" },
			Armor = 185,
			AuraPolarity = "V",
			CodexSecret = false,
			Conclave = true,
			Description = "Distraction and subterfuge become lethal weapons with Ash Prime. Featuring altered mod polarities for greater customization.",
			Energy = 100,
			FullImages = { Portrait = "AshPrimeFull.png" },
			Health = 455,
			Image = "AshPrime.png",
			InitialEnergy = 50,
			InternalName = "/Lotus/Powersuits/Ninja/AshPrime",
			Introduced = "16.11",
			Link = "Ash/Prime",
			MaxRank = 30,
			Name = "Ash Prime",
			Passive = "Bleed effects inflicted on enemies do 25% increased damage and last 50% longer.",
			Playstyle = "Stealth",
			Polarities = { "Bar", "V", "V" },
			Portrait = "Ash PrimeIcon272.png",
			Progenitor = "Radiation",
			SellPrice = 25000,
			Sex = "Male",
			Shield = 365,
			Sprint = 1.2,
			SquadPortrait = "AshPrimeLargePortrait.png",
			Tactical = "Smoke Screen",
			Themes = "Assassin, Ninja",
			Type = "Warframe",
			Vaulted = true 
		},
		Atlas = {
			Abilities = { "Landslide", "Tectonics", "Petrify", "Rumblers" },
			Armor = 475,
			AuraPolarity = "V",
			CodexSecret = false,
			Conclave = true,
			Description = "Enemies tremble before the brawler with fists as hard as stone. Atlas deals high damage. Command terrestrial elements that form the foundation of any battlefield.",
			Energy = 175,
			FullImages = { Portrait = "AtlasFull.png" },
			Health = 270,
			Image = "Atlas.png",
			InitialEnergy = 50,
			InternalName = "/Lotus/Powersuits/Brawler/Brawler",
			Introduced = "17.5",
			Link = "Atlas",
			MaxRank = 30,
			Name = "Atlas",
			Passive = "Becomes immune to Knockdown effects while on the ground.",
			Playstyle = "Damage",
			Polarities = { "Bar", "D", "V" },
			Portrait = "AtlasIcon272.png",
			Progenitor = "Toxin",
			SellPrice = 10000,
			Sex = "Male",
			Shield = 270,
			Sprint = 0.9,
			SquadPortrait = "AtlasLargePortrait.png",
			Subsumed = "Petrify",
			Tactical = "Rumblers",
			Themes = "Brawler, Earth Elemental",
			Type = "Warframe" 
		},
		["Atlas Prime"] = {
			Abilities = { "Landslide", "Tectonics", "Petrify", "Rumblers" },
			Armor = 500,
			AuraPolarity = "V",
			CodexSecret = false,
			Conclave = true,
			Description = "In bygone ages, mountains were said to house warriors. In this age, the mountain has become the warrior.",
			Energy = 215,
			FullImages = { Portrait = "AtlasPrimeFull.png" },
			Health = 550,
			Image = "AtlasPrime.png",
			InitialEnergy = 75,
			InternalName = "/Lotus/Powersuits/Brawler/AtlasPrime",
			Introduced = "25.8",
			Link = "Atlas/Prime",
			MaxRank = 30,
			Name = "Atlas Prime",
			Passive = "Becomes immune to Knockdown effects while on the ground.",
			Playstyle = "Damage",
			Polarities = { "Bar", "D", "V", "V" },
			Portrait = "Atlas_PrimeIcon272.png",
			Progenitor = "Toxin",
			SellPrice = 10000,
			Sex = "Male",
			Shield = 555,
			Sprint = 1,
			SquadPortrait = "AtlasPrimeLargePortrait.png",
			Tactical = "Rumblers",
			Themes = "Brawler, Earth Elemental",
			Type = "Warframe",
			Vaulted = true 
		},
		Banshee = {
			Abilities = { "Sonic Boom", "Sonar", "Silence", "Sound Quake" },
			Armor = 105,
			AuraPolarity = "V",
			CodexSecret = false,
			Conclave = true,
			Description = "Banshee's call heralds death. She maintains crowd control and identifies enemy weak points with sonic attacks. Few can hold their position when struck by her force.",
			Energy = 175,
			FullImages = { Portrait = "BansheeFull.png" },
			Health = 270,
			Image = "Banshee.png",
			InitialEnergy = 100,
			InternalName = "/Lotus/Powersuits/Banshee/Banshee",
			Introduced = "7",
			Link = "Banshee",
			MaxRank = 30,
			Name = "Banshee",
			Passive = "Weapon noises are hushed so that enemies cannot hear them.",
			Playstyle = "Crowd Control",
			Polarities = { "V", "V" },
			Portrait = "BansheeIcon272.png",
			Progenitor = "Electricity",
			SellPrice = 10000,
			Sex = "Female",
			Shield = 270,
			Sprint = 1.1,
			SquadPortrait = "BansheeLargePortrait.png",
			Subsumed = "Silence",
			Tactical = "Silence",
			Themes = "Sound, Wailing Spirit",
			Type = "Warframe" 
		},
		["Banshee Prime"] = {
			Abilities = { "Sonic Boom", "Sonar", "Silence", "Sound Quake" },
			Armor = 135,
			AuraPolarity = "V",
			CodexSecret = false,
			Conclave = true,
			Description = "Banshee Prime assails her foes by manipulating sonic forces to deadly effect. Featuring altered mod polarities for greater customization.",
			Energy = 215,
			FullImages = { Portrait = "BansheePrimeFull.png" },
			Health = 270,
			Image = "BansheePrime.png",
			InitialEnergy = 125,
			InternalName = "/Lotus/Powersuits/Banshee/BansheePrime",
			Introduced = "19.11.5",
			Link = "Banshee/Prime",
			Mastery = 0,
			MaxRank = 30,
			Name = "Banshee Prime",
			Passive = "Weapon noises are hushed so that enemies cannot hear them.",
			Playstyle = "Crowd Control",
			Polarities = { "V", "V", "Bar" },
			Portrait = "Banshee PrimeIcon272.png",
			Progenitor = "Electricity",
			SellPrice = 10000,
			Sex = "Female",
			Shield = 270,
			Sprint = 1.15,
			SquadPortrait = "BansheePrimeLargePortrait.png",
			Tactical = "Silence",
			Themes = "Sound, Wailing Spirit",
			Type = "Warframe",
			Vaulted = true 
		},
		Baruuk = {
			Abilities = { "Elude", "Lull", "Desolate Hands", "Serene Storm" },
			Armor = 185,
			AuraPolarity = "Bar",
			CodexSecret = false,
			Conclave = false,
			Description = "Beware the fury of the truly patient. Baruuk boasts survivability and crowd control. Pushed beyond his restraint, he unleashes the storm within.",
			Energy = 200,
			EnergyRank30 = 300,
			ExilusPolarity = "Bar",
			FullImages = { Default = "BaruukFull.png" },
			Health = 180,
			Image = "Baruuk.png",
			InitialEnergy = 150,
			InternalName = "/Lotus/Powersuits/Pacifist/Pacifist",
			Introduced = "24.2",
			Link = "Baruuk",
			MaxRank = 30,
			Name = "Baruuk",
			Passive = "Each projectile dodged, each enemy lulled or disarmed, erodes Baruuk's restraint and fuels the storm within. As Baruuk's restraint is diminished he becomes up to 50% more resistant to damage.",
			Playstyle = "Survival, Crowd Control",
			Polarities = { "D", "D" },
			Portrait = "BaruukIcon272.png",
			Progenitor = "Impact",
			SellPrice = 25000,
			Sex = "Male",
			Shield = 270,
			Sprint = 1.2,
			SquadPortrait = "BaruukLargePortrait.png",
			Subsumed = "Lull",
			Tactical = "Lull",
			Themes = "Monk, Pacifist",
			Type = "Warframe" 
		},
		["Baruuk Prime"] = {
			Abilities = { "Elude", "Lull", "Desolate Hands", "Serene Storm" },
			Armor = 240,
			AuraPolarity = "Bar",
			CodexSecret = false,
			Conclave = false,
			Description = "Doomed are the fools who attack the peace and exhaust the restraint of this reluctant warrior.",
			Energy = 200,
			EnergyRank30 = 300,
			ExilusPolarity = "Bar",
			FullImages = { Default = "BaruukPrimeFull.png" },
			Health = 180,
			Image = "BaruukPrime.png",
			InitialEnergy = 150,
			InternalName = "/Lotus/Powersuits/Pacifist/BaruukPrime",
			Introduced = "32.2.5",
			Link = "Baruuk/Prime",
			MaxRank = 30,
			Name = "Baruuk Prime",
			Passive = "Each projectile dodged, each enemy lulled or disarmed, erodes Baruuk's restraint and fuels the storm within. As Baruuk's restraint is diminished he becomes up to 50% more resistant to damage.",
			Polarities = { "Bar", "D", "V" },
			Playstyle = "Survival, Crowd Control",
			Portrait = "BaruukPrimeIcon272.png",
			Progenitor = "Impact",
			SellPrice = 25000,
			Sex = "Male",
			Shield = 365,
			Sprint = 1.2,
			SquadPortrait = "BaruukPrimeLargePortrait.png",
			Tactical = "Lull",
			Themes = "Monk, Pacifist",
			Type = "Warframe"
		},	
		Caliban = {
			Abilities = { "Razor Gyre", "Sentient Wrath", "Lethal Progeny", "Fusion Strike" },
			Armor = 290,
			AuraPolarity = "Bar",
			CodexSecret = false,
			Conclave = false,
			Description = "The heir of twin kingdoms ascends. Biological and Sentient life meet in Caliban. An adept monarch, he offers crowd control and survivability. His creator had more than one world in mind.",
			Energy = 140,
			FullImages = { Default = "Caliban.png" },
			Health = 270,
			Image = "Caliban.png",
			InitialEnergy = 75,
			InternalName = "/Lotus/Powersuits/Sentient/Sentient",
			Introduced = "31",
			Link = "Caliban",
			MaxRank = 30,
			Name = "Caliban",
			Passive = "Allies within Affinity range gain increased resistance to the types of damage they are currently taking.",
			Playstyle = "Survival, Crowd Control",
			Polarities = { "D" },
			Portrait = "CalibanIcon.png",
			Progenitor = "Electricity",
			SellPrice = 25000,
			Sex = "Male",
			Shield = 550,
			Sprint = 1.1,
			SquadPortrait = "CalibanLargePortrait.png",
			Subsumed = "Sentient Wrath",
			Tactical = "Sentient Wrath",
			Themes = "Hybridization, Sentient, Adapting",
			Type = "Warframe" 
		},
		Chroma = {
			Abilities = { "Spectral Scream", "Elemental Ward", "Vex Armor", "Effigy" },
			Armor = 370,
			AuraPolarity = "V",
			CodexSecret = false,
			Conclave = true,
			Description = "Unleash the draconic. Chroma employs Heat, Electricity, Toxin, and Cold to deal high damage while maintaining survivability. Soar with winged fury.",
			Energy = 175,
			FullImages = { Portrait = "ChromaFull.png" },
			Health = 270,
			Image = "Chroma.png",
			InitialEnergy = 75,
			InternalName = "/Lotus/Powersuits/Dragon/Dragon",
			Introduced = "16",
			Link = "Chroma",
			MaxRank = 30,
			Name = "Chroma",
			Passive = "Wings sprout for an additional jump and bullet jump.",
			Playstyle = "Survival, Damage",
			Polarities = { "Bar", "V" },
			Portrait = "ChromaIcon272.png",
			Progenitor = "Heat",
			SellPrice = 10000,
			Sex = "Male",
			Shield = 270,
			Sprint = 1,
			SquadPortrait = "ChromaLargePortrait.png",
			Subsumed = "Elemental Ward",
			Tactical = "Elemental Ward",
			Themes = "Dragon, Elemental Power, Hunter",
			Type = "Warframe" 
		},
		["Chroma Prime"] = {
			Abilities = { "Spectral Scream", "Elemental Ward", "Vex Armor", "Effigy" },
			Armor = 450,
			AuraPolarity = "V",
			CodexSecret = false,
			Conclave = true,
			Description = "Bind the elements and unleash untold destruction with Chroma Prime. Featuring altered mod polarities for greater customization.",
			Energy = 200,
			EnergyRank30 = 300,
			FullImages = { Portrait = "ChromaPrimeFull.png" },
			Health = 270,
			Image = "ChromaPrime.png",
			InitialEnergy = 100,
			InternalName = "/Lotus/Powersuits/Dragon/ChromaPrime",
			Introduced = "23.9",
			Link = "Chroma/Prime",
			Mastery = 0,
			MaxRank = 30,
			Name = "Chroma Prime",
			Passive = "Wings sprout for an additional jump and bullet jump.",
			Playstyle = "Survival, Damage",
			Polarities = { "Bar", "D", "V", "Bar" },
			Portrait = "Chroma PrimeIcon272.png",
			Progenitor = "Heat",
			SellPrice = 10000,
			Sex = "Male",
			Shield = 270,
			Sprint = 1,
			SquadPortrait = "ChromaPrimeLargePortrait.png",
			Tactical = "Elemental Ward",
			Themes = "Dragon, Elemental Power, Hunter",
			Type = "Warframe",
			Vaulted = true 
		},
		Citrine = {
			Abilities = { "Fractured Blast", "Preserving Shell", "Prismatic Gem", "Crystallize" },
			Armor = 265,
			AuraPolarity = "Bar",
			CodexSecret = false,
			Conclave = false,
			Description = "Gaze upon the Crystal Bastion. Citrine's crystalline might supports allies on the battlefield. Combat only enhances her fractal beauty.",
			Energy = 130,
			FullImages = { ["Splash Art"] = "CitrineSplash.png" },
			Health = 400,
			Image = "Citrine.png",
			InitialEnergy = 50,
			InternalName = "/Lotus/Powersuits/Geode/Geode",
			Introduced = "32.3",
			Link = "Citrine",
			MaxRank = 30,
			Name = "Citrine",
			Passive = "Citrine grants nearby allies 5 health regeneration per second. Pick up a Health Orb to increase regeneration by 0,1, up to a maximum of 25.",
			Playstyle = "Support",
			Polarities = { "V", "D" },
			Portrait = "CitrineIcon272.png",
			Progenitor = "Magnetic",
			SellPrice = 25000,
			Sex = "Female",
			Shield = 270,
			Sprint = 1,
			SquadPortrait = "CitrineLargePortrait.png",
			Subsumed = "Fractured Blast",
			Tactical = "Prismatic Gem",
			Themes = "Crystalline, Geode, Mineral Manipulation",
			Type = "Warframe"
		},
		Dagath = {
			Abilities = { "Wyrd Scythes", "Doom", "Grave Spirit", "Rakhali's Cavalry" },
			Armor = 125,
			AuraPolarity = "Zenurik",
			CodexSecret = false,
			Conclave = false,
			Description = "Never underestimate the power and wrath of sullen sadness. Dagath's malice deals high damage.",
			Energy = 175,
			FullImages = { Portrait = "DagathFull.png" },
			Health = 566,
			Image = "Dagath.png",
			InitialEnergy = 50,
			InternalName = "/Lotus/Powersuits/Horseman/Horseman",
			Introduced = "34",
			Link = "Dagath",
			MaxRank = 30,
			Name = "Dagath",
			Passive = "There is a 35% chance that Energy and Health Orbs will be 300% more effective on Dagath.",
			Playstyle = "Horse",
			Polarities = { "V", "D" },
			Portrait = "DagathIcon272.png",
			Progenitor = "Toxin",
			SellPrice = 25000,
			Sex = "Female",
			Shield = 150,
			Sprint = 1.1,
			SquadPortrait = "DagathLargePortrait.png",
			Subsumed = "Wyrd Scythes",
			Tactical = "Wyrd Scythes",
			Themes = "Dullahan, Halloween, Spirit Realm",
			Type = "Warframe"
		},
		Dante = {
			Abilities = { "Noctua", "Light Verse", "Dark Verse", "Final Verse" },
			Armor = 145,
			AuraPolarity = "Aura",
			CodexSecret = false,
			Conclave = false,
			Description = "TBA",
			Energy = 220,
			FullImages = { Portrait = "DanteFull.png" },
			Health = 290,
			Image = "Dante.png",
			InitialEnergy = 50,
			InternalName = "/Lotus/Powersuits/Scribe/Scribe",
			Introduced = "35",
			Link = "Dante",
			MaxRank = 30,
			Name = "Dante",
			Passive = "TBA",
			Playstyle = "Wizard",
			Polarities = { "Madurai", "Naramon" },
			Portrait = "DanteIcon272.png",
			Progenitor = "Gas",
			SellPrice = 25000,
			Sex = "Male",
			Shield = 140,
			Sprint = 1.15,
			SquadPortrait = "DagathLargePortrait.png",
			Subsumed = "Light Verse",
			Tactical = "Dark Verse",
			Themes = "Scribe, Owl, Storytelling",
			Type = "Warframe",
			_IgnoreEntry = true 
		},
		Ember = {
			Abilities = { "Fireball", "Immolation", "Fire Blast", "Inferno" },
			Armor = 135,
			AuraPolarity = "V",
			CodexSecret = false,
			Conclave = false,
			Description = "Harness the power of fire. Ember's heat deals high damage. She keeps a cool head when the battle is hot.",
			Energy = 175,
			FullImages = { Portrait = "EmberFull.png" },
			Health = 270,
			Image = "Ember.png",
			InitialEnergy = 75,
			InternalName = "/Lotus/Powersuits/Ember/Ember",
			Introduced = "Vanilla",
			Link = "Ember",
			MaxRank = 30,
			Name = "Ember",
			Passive = "Receive 5% Ability Strength for every enemy within 50m engulfed in flame<DT_FIRE>.",
			Playstyle = "Damage",
			Polarities = { "Bar", "Bar" },
			Portrait = "EmberIcon272.png",
			Progenitor = "Heat",
			SellPrice = 10000,
			Sex = "Female",
			Shield = 270,
			Sprint = 1.1,
			SquadPortrait = "EmberLargePortrait.png",
			Subsumed = "Fire Blast",
			Tactical = "Fire Blast",
			Themes = "Fire Elemental",
			Type = "Warframe" 
		},
		["Ember Prime"] = {
			Abilities = { "Fireball", "Immolation", "Fire Blast", "Inferno" },
			Armor = 160,
			AuraPolarity = "V",
			CodexSecret = false,
			Conclave = false,
			Description = "Ember Prime offers the same potential for wanton destruction as Ember but provides unique mod polarities, allowing for greater customization.",
			Energy = 175,
			FullImages = { Portrait = "EmberPrimeFull.png" },
			Health = 270,
			Image = "EmberPrime.png",
			InitialEnergy = 75,
			InternalName = "/Lotus/Powersuits/Ember/EmberPrime",
			Introduced = "11",
			Link = "Ember/Prime",
			MaxRank = 30,
			Name = "Ember Prime",
			Passive = "Receive 5% Ability Strength for every enemy within 50m engulfed in flame<DT_FIRE>.",
			Playstyle = "Damage",
			Polarities = { "V", "D" },
			Portrait = "Ember PrimeIcon272.png",
			Progenitor = "Heat",
			SellPrice = 25000,
			Sex = "Female",
			Shield = 365,
			Sprint = 1.1,
			SquadPortrait = "EmberPrimeLargePortrait.png",
			Tactical = "Fire Blast",
			Themes = "Fire Elemental",
			Type = "Warframe",
			Vaulted = true 
		},
		Equinox = {
			Abilities = { "Metamorphosis", "Rest & Rage", "Pacify & Provoke", "Mend & Maim" },
			Armor = 135,
			AuraPolarity = "Bar",
			CodexSecret = false,
			Conclave = true,
			Description = "Equinox rises from the edge of day and night. Her Day form offers offensive support while her Night form offers defensive support. She thrives between realms.",
			Energy = 175,
			FullImages = {
				Composite = "EquinoxFull.png",
				Day = "EquinoxDayFull.png",
				Night = "EquinoxNightFull.png" 
			},
			Health = 270,
			Image = "Equinox.png",
			InitialEnergy = 100,
			InternalName = "/Lotus/Powersuits/YinYang/YinYang",
			Introduced = "17",
			Link = "Equinox",
			MaxRank = 30,
			Name = "Equinox",
			Passive = "10% of Health Orbs are converted into Energy, and 10% of Energy Orbs are converted into Health.",
			Playstyle = "Support",
			Polarities = { "D", "V" },
			Portrait = "EquinoxIcon272.png",
			Progenitor = "Radiation",
			SellPrice = 10000,
			Sex = "Female",
			Shield = 270,
			Sprint = 1.15,
			SquadPortrait = "EquinoxLargePortrait.png",
			Subsumed = "Rest & Rage",
			Tactical = "Rest & Rage",
			Themes = "Duality, Day & Night",
			Type = "Warframe" 
		},
		["Equinox Prime"] = {
			Abilities = { "Metamorphosis", "Rest & Rage", "Pacify & Provoke", "Mend & Maim" },
			Armor = 160,
			AuraPolarity = "Bar",
			CodexSecret = false,
			Conclave = true,
			Description = "Night and Day in final balance; the graceful perfection of the one that walks the borders.",
			Energy = 200,
			FullImages = {
				Composite = "EquinoxPrimeFull.png",
				Day = "EquinoxPrimeDayFull.png",
				Night = "EquinoxPrimeNightFull.png" 
			},
			Health = 365,
			Image = "EquinoxPrime.png",
			InitialEnergy = 115,
			InternalName = "/Lotus/Powersuits/YinYang/EquinoxPrime",
			Introduced = "24.5.8",
			Link = "Equinox/Prime",
			Mastery = 0,
			MaxRank = 30,
			Name = "Equinox Prime",
			Passive = "10% of Health Orbs are converted into Energy, and 10% of Energy Orbs are converted into Health.",
			Playstyle = "Support",
			Polarities = { "D", "D", "V", "V" },
			Portrait = "EquinoxPrimeIcon.png",
			Progenitor = "Radiation",
			SellPrice = 10000,
			Sex = "Female",
			Shield = 270,
			Sprint = 1.15,
			SquadPortrait = "EquinoxPrimeLargePortrait.png",
			Tactical = "Rest & Rage",
			Themes = "Duality, Day & Night",
			Type = "Warframe",
			Vaulted = true 
		},
		Excalibur = {
			Abilities = { "Slash Dash", "Radial Blind", "Radial Javelin", "Exalted Blade" },
			Armor = 240,
			AuraPolarity = "None",
			CodexSecret = false,
			Conclave = true,
			Description = "Excalibur epitomizes the warrior spirit. His master swordsmanship deals high damage. He is the embodiment of martial excellence.",
			Energy = 100,
			FullImages = { Portrait = "ExcaliburFull.png" },
			Health = 270,
			Image = "Excalibur.png",
			InitialEnergy = 50,
			InternalName = "/Lotus/Powersuits/Excalibur/Excalibur",
			Introduced = "Vanilla",
			Link = "Excalibur",
			MaxRank = 30,
			Name = "Excalibur",
			Passive = "Excalibur deals 10% increased damage and attacks 10% faster when wielding swords.",
			Playstyle = "Damage",
			Polarities = { "D", "V" },
			Portrait = "ExcaliburIcon272.png",
			Progenitor = "Electricity",
			SellPrice = 10000,
			Sex = "Male",
			Shield = 270,
			Sprint = 1,
			SquadPortrait = "ExcaliburLargePortrait.png",
			Subsumed = "Radial Blind",
			Tactical = "Radial Blind",
			Themes = "Swordsman",
			Type = "Warframe" 
		},
		["Excalibur Prime"] = {
			Abilities = { "Slash Dash", "Radial Blind", "Radial Javelin", "Exalted Blade" },
			Armor = 315,
			AuraPolarity = "V",
			CodexSecret = true,
			Conclave = true,
			Description = "Excalibur Prime is the epitome of mobility and offense, and features the same abilities as Excalibur, but has unique mod polarities installed allowing for greater customization.",
			Energy = 175,
			FullImages = { Portrait = "ExcaliburPrimeFull.png" },
			Health = 270,
			Image = "ExcaliburPrime.png",
			InitialEnergy = 100,
			InternalName = "/Lotus/Powersuits/Excalibur/ExcaliburPrime",
			Introduced = "5",
			Link = "Excalibur/Prime",
			MaxRank = 30,
			Name = "Excalibur Prime",
			Passive = "Excalibur Prime deals 10% increased damage and attacks 10% faster when wielding swords.",
			Playstyle = "Damage",
			Polarities = { "D", "V", "V" },
			Portrait = "Excalibur PrimeIcon272.png",
			Progenitor = "Electricity",
			SellPrice = 25000,
			Sex = "Male",
			Shield = 270,
			Sprint = 1,
			SquadPortrait = "ExcaliburPrimeLargePortrait.png",
			Tactical = "Radial Blind",
			Themes = "Swordsman",
			Type = "Warframe",
			Vaulted = "N/A" 
		},
		["Excalibur Umbra"] = {
			Abilities = { "Slash Dash", "Radial Howl", "Radial Javelin", "Exalted Blade" },
			Armor = 315,
			AuraPolarity = "V",
			CodexSecret = true,
			Conclave = true,
			Description = "From the shadow of the long night emerges a new Excalibur.",
			Energy = 175,
			FullImages = { Portrait = "ExcaliburUmbraFull.png" },
			Health = 270,
			Image = "ExcaliburUmbra.png",
			InitialEnergy = 100,
			InternalName = "/Lotus/Powersuits/Excalibur/ExcaliburUmbra",
			Introduced = "23",
			Link = "Excalibur/Umbra",
			MaxRank = 30,
			Name = "Excalibur Umbra",
			Passive = "Umbra exhibits sentience in combat without Transference control. Attacks 10% faster and deals 10% more damage while wielding swords.",
			Playstyle = "Damage",
			Polarities = { "V", "U", "U", "U" },
			Portrait = "Excalibur UmbraIcon272.png",
			Progenitor = "Electricity",
			SellPrice = 0,
			Sex = "Male",
			Shield = 270,
			Sprint = 1,
			SquadPortrait = "ExcaliburUmbraLargePortrait.png",
			Tactical = "Radial Howl",
			Themes = "Shadow, Swordsman",
			Type = "Warframe",
			Vaulted = "N/A" 
		},
		["Excalibur Umbra Prime"] = {
			Abilities = { "Slash Dash", "Radial Blind", "Radial Javelin", "Exalted Blade" },
			Armor = 250,
			AuraPolarity = "V",
			CodexSecret = true,
			Conclave = false,
			Description = "",
			Energy = 150,
			FullImages = { Portrait = "ExcaliburUmbraPrimeFull.png" },
			Health = 100,
			Image = "ExcaliburUmbraPrime.png",
			InitialEnergy = 100,
			InternalName = "/Lotus/Powersuits/Excalibur/ExcaliburUmbraPrime",
			Link = "Excalibur/Umbra Prime",
			MaxRank = 30,
			Name = "Excalibur Umbra Prime",
			Passive = "Excalibur deals 10% increased damage and attacks 10% faster when wielding swords.",
			Playstyle = "Damage",
			Polarities = { "D", "V", "V" },
			Portrait = "Excalibur UmbraIcon272.png",
			Progenitor = "Electricity",
			SellPrice = 0,
			Sex = "Male",
			Shield = 100,
			Sprint = 1,
			SquadPortrait = "ExcaliburUmbraLargePortrait.png",
			Tactical = "Radial Blind",
			Themes = "Shadow, Swordsman",
			Type = "Warframe",
			Vaulted = "N/A",
			_IgnoreEntry = true 
		},
		Frost = {
			Abilities = { "Freeze", "Ice Wave", "Snow Globe", "Avalanche" },
			Armor = 315,
			AuraPolarity = "D",
			CodexSecret = false,
			Conclave = true,
			Description = "When Frost steps onto the battlefield, enemies experience a chill. Frost's attacks control crowds, protect objectives, and increase survivability. Wield the biting cold.",
			Energy = 100,
			FullImages = { Portrait = "FrostFull.png" },
			Health = 270,
			Image = "Frost.png",
			InitialEnergy = 50,
			InternalName = "/Lotus/Powersuits/Frost/Frost",
			Introduced = "6",
			Link = "Frost",
			MaxRank = 30,
			Name = "Frost",
			Passive = "Striking Frost with a melee attack has a 10% chance to freeze the attacker for 20s.",
			Playstyle = "Crowd Control, Survival",
			Polarities = { "Bar", "D" },
			Portrait = "FrostIcon272.png",
			Progenitor = "Cold",
			SellPrice = 10000,
			Sex = "Male",
			Shield = 270,
			Sprint = 0.95,
			SquadPortrait = "FrostLargePortrait.png",
			Subsumed = "Ice Wave",
			Tactical = "Snow Globe",
			Themes = "Ice Elemental",
			Type = "Warframe" 
		},
		["Frost Prime"] = {
			Abilities = { "Freeze", "Ice Wave", "Snow Globe", "Avalanche" },
			Armor = 315,
			AuraPolarity = "D",
			CodexSecret = false,
			Conclave = true,
			Description = "Frost Prime has the same chilling abilities as Frost but provides unique mod polarities, allowing for greater customization.",
			Energy = 100,
			FullImages = { Portrait = "FrostPrimeFull.png" },
			Health = 270,
			Image = "FrostPrime.png",
			InitialEnergy = 50,
			InternalName = "/Lotus/Powersuits/Frost/FrostPrime",
			Introduced = "7.10",
			Link = "Frost/Prime",
			MaxRank = 30,
			Name = "Frost Prime",
			Passive = "Striking Frost Prime with a melee attack has a 10% chance to freeze the attacker for 20s.",
			Playstyle = "Crowd Control, Survival",
			Polarities = { "Bar", "D", "D" },
			Portrait = "Frost PrimeIcon272.png",
			Progenitor = "Cold",
			SellPrice = 25000,
			Sex = "Male",
			Shield = 550,
			Sprint = 0.95,
			SquadPortrait = "FrostPrimeLargePortrait.png",
			Tactical = "Snow Globe",
			Themes = "Ice Elemental",
			Type = "Warframe",
			Vaulted = true 
		},
		Gara = {
			Abilities = { "Shattered Lash", "Splinter Storm", "Spectrorage", "Mass Vitrify" },
			Armor = 160,
			AuraPolarity = "D",
			CodexSecret = false,
			Conclave = true,
			Description = "Enemies are made fragile by Gara's deadly touch. Gara's vitric abilities provide her and her allies with survivability and deal high damage. Shatter the foe.",
			Energy = 175,
			FullImages = { Portrait = "GaraFull.png" },
			Health = 270,
			Image = "Gara.png",
			InitialEnergy = 75,
			InternalName = "/Lotus/Powersuits/Glass/Glass",
			Introduced = "22",
			Link = "Gara",
			MaxRank = 30,
			Name = "Gara",
			Passive = "A chance to create a radial blind lasting 10s when exposed to bright light.",
			Playstyle = "Survival, Damage",
			Polarities = { "V", "V" },
			Portrait = "GaraIcon272.png",
			Progenitor = "Cold",
			SellPrice = 25000,
			Sex = "Female",
			Shield = 270,
			Sprint = 1.15,
			SquadPortrait = "GlassLargePortrait.png",
			Subsumed = "Spectrorage",
			Tactical = "Splinter Storm",
			Themes = "Glass, Warrior",
			Type = "Warframe" 
		},
		["Gara Prime"] = {
			Abilities = { "Shattered Lash", "Splinter Storm", "Spectrorage", "Mass Vitrify" },
			Armor = 200,
			AuraPolarity = "D",
			CodexSecret = false,
			Conclave = true,
			Description = "Continue the legend of the glass-armored warrior Gara. Dominate the battlefield with the power and purity of crystal.",
			Energy = 175,
			FullImages = { Portrait = "GaraPrimeFull.png" },
			Health = 345,
			Image = "GaraPrime.png",
			InitialEnergy = 75,
			InternalName = "/Lotus/Powersuits/Glass/GaraPrime",
			Introduced = "30.3",
			Link = "Gara/Prime",
			MaxRank = 30,
			Name = "Gara Prime",
			Passive = "A chance to create a radial blind lasting 10s when exposed to bright light.",
			Playstyle = "Survival, Damage",
			Polarities = { "V", "V", "Bar" },
			Portrait = "GaraPrimeIcon.png",
			Progenitor = "Cold",
			SellPrice = 25000,
			Sex = "Female",
			Shield = 270,
			Sprint = 1.15,
			SquadPortrait = "GaraPrimeLargePortrait.png",
			Tactical = "Splinter Storm",
			Themes = "Glass, Warrior",
			Type = "Warframe",
			Vaulted = true
		},
		Garuda = {
			Abilities = { "Dread Mirror", "Blood Altar", "Bloodletting", "Seeking Talons" },
			Armor = 315,
			AuraPolarity = "V",
			CodexSecret = false,
			Conclave = false,
			Description = "Death's crimson maiden sharpens her talons. Garuda weaponizes the blood of her foes to deal high damage. Sanguine beauty complements her deadly power.",
			Energy = 140,
			EnergyRank30 = 240,
			FullImages = { Portrait = "GarudaFull.png" },
			Health = 270,
			Image = "Garuda.png",
			InitialEnergy = 50,
			InternalName = "/Lotus/Powersuits/Garuda/Garuda",
			Introduced = "24",
			Link = "Garuda",
			MaxRank = 30,
			Name = "Garuda",
			Passive = "Garuda's damage temporarily increases with each enemy she kills, to a maximum of 100%.\r\nSlashes with her talons if no melee weapon is equipped.",
			Playstyle = "Damage",
			Polarities = { "Bar", "D" },
			Portrait = "GarudaIcon272.png",
			Progenitor = "Radiation",
			SellPrice = 10000,
			Sex = "Female",
			Shield = 270,
			Sprint = 1,
			SquadPortrait = "GarudaLargePortrait.png",
			Subsumed = "Blood Altar",
			Tactical = "Blood Altar",
			Themes = "Blood Manipulation, Gore, Violence, Garuda (Hindu deity)",
			Type = "Warframe" 
		},
		["Garuda Prime"] = {
			Abilities = { "Dread Mirror", "Blood Altar", "Bloodletting", "Seeking Talons" },
			Armor = 420,
			AuraPolarity = "V",
			CodexSecret = false,
			Conclave = false,
			Description = "White, gold and deepest scarlet, the queen of gore in full regalia.",
			Energy = 220,
			EnergyRank30 = 320,
			FullImages = { Portrait = "GarudaPrimeFull.png" },
			Health = 270,
			Image = "GarudaPrime.png",
			InitialEnergy = 100,
			InternalName = "/Lotus/Powersuits/Garuda/GarudaPrime",
			Introduced = "31.3",
			Link = "Garuda/Prime",
			MaxRank = 30,
			Name = "Garuda Prime",
			Passive = "Garuda's damage temporarily increases with each enemy she kills, to a maximum of 100%.\r\nSlashes with her talons if no melee weapon is equipped.",
			Playstyle = "Damage",
			Polarities = { "Bar", "D", "V" },
			Portrait = "GarudaPrimeIcon.png",
			Progenitor = "Radiation",
			SellPrice = 10000,
			Sex = "Female",
			Shield = 270,
			Sprint = 1,
			SquadPortrait = "GarudaPrimeLargePortrait.png",
			Tactical = "Blood Altar",
			Themes = "Blood Manipulation, Gore, Violence, Garuda (Hindu deity)",
			Type = "Warframe",
			Vaulted = true
		},
		Gauss = {
			Abilities = { "Mach Rush", "Kinetic Plating", "Thermal Sunder", "Redline" },
			Armor = 185,
			AuraPolarity = "Bar",
			CodexSecret = false,
			Conclave = false,
			Description = "Take charge with the Saint of Altra. Gauss is fast, deals high damage, and has strong survivability. Movement charges his powerful battery, so never stop moving.",
			Energy = 175,
			ExilusPolarity = "Bar",
			FullImages = { Portrait = "GaussFull.png" },
			Health = 270,
			Image = "Gauss.png",
			InitialEnergy = 100,
			InternalName = "/Lotus/Powersuits/Runner/Runner",
			Introduced = "25.7",
			Link = "Gauss",
			MaxRank = 30,
			Name = "Gauss",
			Passive = "Moving generates an electrical current that fills Gauss' battery. Shields recharge up to 120% faster while the Recharge Delay is up to 80% shorter, based on the battery level.",
			Playstyle = "Damage, Survival",
			Polarities = { "V", "D" },
			Portrait = "GaussIcon272.png",
			Progenitor = "Impact",
			SellPrice = 10000,
			Sex = "Male",
			Shield = 455,
			Sprint = 1.4,
			SquadPortrait = "GaussLargePortrait.png",
			Subsumed = "Thermal Sunder",
			Tactical = "Thermal Sunder",
			Themes = "Kinetic Energy, Runner",
			Type = "Warframe" 
		},
		['Gauss Prime'] = {
			Abilities = { "Mach Rush", "Kinetic Plating", "Thermal Sunder", "Redline" },
			Armor = 185,
			AuraPolarity = "Bar",
			CodexSecret = false,
			Conclave = false,
			Description = "Quicksilver takes form. Gauss Prime brooks no talk of defeat.",
			Energy = 175,
			ExilusPolarity = "Bar",
			FullImages = { Portrait = "GaussPrimeFull.png" },
			Health = 270,
			Image = "GaussPrime.png",
			InitialEnergy = 100,
			InternalName = "/Lotus/Powersuits/Runner/GaussPrime",
			Introduced = "35.0.9",
			Link = "Gauss/Prime",
			MaxRank = 30,
			Name = "Gauss Prime",
			Passive = "Moving generates an electrical current that fills Gauss' battery. Shields recharge up to 120% faster while the Recharge Delay is up to 80% shorter, based on the battery level.",
			Playstyle = "Damage, Survival",
			Polarities = { "V", "Naramon", "D" },
			Portrait = "GaussPrimeIcon272.png",
			Progenitor = "Impact",
			SellPrice = 10000,
			Sex = "Male",
			Shield = 550,
			Sprint = 1.5,
			SquadPortrait = "GaussPrimeLargePortrait.png",
			Subsumed = "Thermal Sunder",
			Tactical = "Thermal Sunder",
			Themes = "Kinetic Energy, Runner",
			Type = "Warframe" 
		},
		Grendel = {
			Abilities = { "Feast", "Nourish", "Pulverize", "Regurgitate" },
			Armor = 370,
			AuraPolarity = "Bar",
			CodexSecret = false,
			Conclave = false,
			Description = "Grendel sees every battlefield as a smorgasbord. His insatiable appetite rewards him with high survivability. Enemies will be eaten. And regurgitated.",
			Energy = 175,
			FullImages = { Portrait = "GrendelFull.png" },
			Health = 1095,
			HealthRank30 = 1295,
			Image = "Grendel.png",
			InitialEnergy = 100,
			InternalName = "/Lotus/Powersuits/Devourer/Devourer",
			Introduced = "26",
			Link = "Grendel",
			MaxRank = 30,
			Name = "Grendel",
			Passive = "Each enemy consumed grants 250 bonus armor.",
			Playstyle = "Survival",
			Polarities = { "Bar", "D", "D" },
			Portrait = "GrendelIcon272.png",
			Progenitor = "Impact",
			SellPrice = 10000,
			Sex = "Male",
			Shield = 95,
			ShieldRank30 = 95,
			Sprint = 0.95,
			SquadPortrait = "GrendelLargePortrait.png",
			Subsumed = "Nourish",
			Tactical = "Nourish",
			Themes = "Gluttony, Oni",
			Type = "Warframe" 
		},
		['Grendel Prime'] = {
			Abilities = { "Feast", "Nourish", "Pulverize", "Regurgitate" },
			Armor = 400,
			AuraPolarity = "Bar",
			CodexSecret = false,
			Conclave = false,
			Description = "Primal. Insatiable. Grendel Prime devours all who oppose him.",
			Energy = 200,
			FullImages = { Portrait = "GrendelPrimeFull.png" },
			Health = 1095,
			HealthRank30 = 1295,
			Image = "GrendelPrime.png",
			InitialEnergy = 115,
			InternalName = "/Lotus/Powersuits/Devourer/GrendelPrime",
			Introduced = "34",
			Link = "Grendel/Prime",
			MaxRank = 30,
			Name = "Grendel Prime",
			Passive = "Each enemy consumed grants 50 bonus armor.",
			Playstyle = "Survival",
			Polarities = { "Bar", "D", "D", "Madurai" },
			Portrait = "GrendelPrimeIcon272.png",
			Progenitor = "Impact",
			SellPrice = 10000,
			Sex = "Male",
			Shield = 95,
			ShieldRank30 = 95,
			Sprint = 0.95,
			SquadPortrait = "GrendelPrimeLargePortrait.png",
			Subsumed = "Nourish",
			Tactical = "Nourish",
			Themes = "Gluttony, Oni",
			Type = "Warframe" 
		},
		Gyre = {
			Abilities = { "Arcsphere", "Coil Horizon", "Cathode Grace", "Rotorswell" },
			Armor = 105,
			AuraPolarity = "Bar",
			CodexSecret = false,
			Conclave = false,
			Description = "Annihilate enemies with the conductivity of coils and transmitters. Gyre's electric attacks provide crowd control. She is the embodiment of elegant theory.",
			Energy = 190,
			FullImages = { Default = "Gyre.png" },
			Health = 270,
			Image = "Gyre.png",
			InitialEnergy = 100,
			InternalName = "/Lotus/Powersuits/Gyre/Gyre",
			Introduced = "31.5",
			Link = "Gyre",
			MaxRank = 30,
			Name = "Gyre",
			Passive = "Gyre's abilities have a 10% chance to deal critical damage for each Electrical status that affects the enemy.",
			Playstyle = "Crowd Control",
			Polarities = { "V", "D" },
			Portrait = "GyreIcon272.png",
			Progenitor = "Electricity",
			SellPrice = 25000,
			Sex = "Female",
			Shield = 550,
			Sprint = 1,
			SquadPortrait = "GyreLargePortrait.png",
			Subsumed = "Coil Horizon",
			Tactical = "Arcsphere",
			Themes = "Ballerina, Electromagnetism, Tesla Coil",
			Type = "Warframe" 
		},
		Harrow = {
			Abilities = { "Condemn", "Penance", "Thurible", "Covenant" },
			Armor = 185,
			AuraPolarity = "Bar",
			CodexSecret = false,
			Conclave = true,
			Description = "Achieve redemption through vengeance. The monastic Harrow increases damage to support allies. Defy enemies and ascend.",
			Energy = 100,
			FullImages = { Portrait = "HarrowFull.png" },
			Health = 270,
			Image = "Harrow.png",
			InitialEnergy = 50,
			InternalName = "/Lotus/Powersuits/Priest/Priest",
			Introduced = "21",
			Link = "Harrow",
			MaxRank = 30,
			Name = "Harrow",
			Passive = "Overshield capacity doubled.\r\nStart missions at maximum energy.",
			Playstyle = "Support",
			Polarities = { "D", "Bar" },
			Portrait = "HarrowIcon272.png",
			Progenitor = "Magnetic",
			SellPrice = 25000,
			Sex = "Male",
			Shield = 455,
			Sprint = 1,
			SquadPortrait = "PriestLargePortrait.png",
			Subsumed = "Condemn",
			Tactical = "Covenant",
			Themes = "Monastic, Void Manipulation",
			Type = "Warframe" 
		},
		["Harrow Prime"] = {
			Abilities = { "Condemn", "Penance", "Thurible", "Covenant" },
			Armor = 185,
			AuraPolarity = "Bar",
			CodexSecret = false,
			Conclave = true,
			Description = "The Inquisitor Eternal arises, hallowed by the Void, preaching a gospel of iron and flame.",
			Energy = 140,
			FullImages = { Portrait = "HarrowPrimeFull.png" },
			Health = 270,
			Image = "HarrowPrime.png",
			InitialEnergy = 125,
			InternalName = "/Lotus/Powersuits/Harrow/HarrowPrime",
			Introduced = "31",
			Link = "Harrow/Prime",
			Mastery = 0,
			MaxRank = 30,
			Name = "Harrow Prime",
			Passive = "Overshield capacity doubled.\r\nStart missions at maximum energy.",
			Playstyle = "Support",
			Polarities = { "V", "D", "Bar" },
			Portrait = "HarrowPrimeIcon.png",
			Progenitor = "Magnetic",
			SellPrice = 25000,
			Sex = "Male",
			Shield = 640,
			Sprint = 1,
			SquadPortrait = "HarrowPrimeLargePortrait.png",
			Tactical = "Covenant",
			Themes = "Monastic, Void Manipulation",
			Type = "Warframe",
			Vaulted = true 
		},
		Hildryn = {
			Abilities = { "Balefire", "Pillage", "Haven", "Aegis Storm" },
			Armor = 315,
			AuraPolarity = "Bar",
			CodexSecret = false,
			Conclave = false,
			Description = "Strength is Hildryn's virtue. Her unique high-damage abilities are powered by her Shields, which can be recharged with Energy. Hildryn proves that a strong offense is a good defense.",
			Energy = 0,
			EnergyRank30 = 0,
			ExilusPolarity = "D",
			FullImages = { Portrait = "HildrynFull.png" },
			Health = 180,
			Image = "Hildryn.png",
			InitialEnergy = 0,
			InternalName = "/Lotus/Powersuits/IronFrame/IronFrame",
			Introduced = "24.4",
			Link = "Hildryn",
			MaxRank = 30,
			Name = "Hildryn",
			Passive = "Become invulnerable for a brief moment after shields are depleted. This ability is restored when shields fully recharge.",
			Playstyle = "Damage",
			Polarities = { "D", "D" },
			Portrait = "HildrynIcon272.png",
			Progenitor = "Cold",
			SellPrice = 25000,
			Sex = "Female",
			Shield = 1280,
			ShieldRank30 = 1780,
			Sprint = 1,
			SquadPortrait = "HildrynLargePortrait.png",
			Subsumed = "Pillage",
			Tactical = "Pillage",
			Themes = "Shield Maiden",
			Type = "Warframe" 
		},
		["Hildryn Prime"] = {
			Abilities = { "Balefire", "Pillage", "Haven", "Aegis Storm" },
			Armor = 315,
			AuraPolarity = "Bar",
			CodexSecret = false,
			Conclave = false,
			Description = "Hildryn Prime proves that power is discipline's reward.",
			Energy = 0,
			EnergyRank30 = 0,
			ExilusPolarity = "D",
			FullImages = { Portrait = "HildrynPrimeFull.png" },
			Health = 270,
			Image = "HildrynPrime.png",
			InitialEnergy = 0,
			InternalName = "/Lotus/Powersuits/IronFrame/HildrynPrime",
			Introduced = "32.3.6",
			Link = "Hildryn/Prime",
			MaxRank = 30,
			Name = "Hildryn Prime",
			Passive = "Become invulnerable for a brief moment after shields are depleted. This ability is restored when shields fully recharge.",
			Playstyle = "Damage",
			Polarities = { "D", "D", "Bar" },
			Portrait = "HildrynPrimeIcon272.png",
			Progenitor = "Cold",
			SellPrice = 25000,
			Sex = "Female",
			Shield = 1380,
			ShieldRank30 = 1880,
			Sprint = 1.05,
			SquadPortrait = "HildrynPrimeLargePortrait.png",
			Subsumed = "Pillage",
			Tactical = "Pillage",
			Themes = "Shield Maiden",
			Type = "Warframe"
		},
		Hydroid = {
			Abilities = { "Tempest Barrage", "Tidal Surge", "Plunder", "Tentacle Swarm" },
			Armor = 240,
			AuraPolarity = "Bar",
			CodexSecret = false,
			Conclave = true,
			Description = "Hydroid summons the power of the ocean depths. He provides crowd control with aqueous attacks. His enemies will meet a watery demise.",
			Energy = 140,
			FullImages = { Portrait = "HydroidFull.png" },
			Health = 270,
			Image = "Hydroid.png",
			InitialEnergy = 75,
			InternalName = "/Lotus/Powersuits/Pirate/Pirate",
			Introduced = "13",
			Link = "Hydroid",
			MaxRank = 30,
			Name = "Hydroid",
			Passive = "Enemies damaged by Hydroid are more vulnerable to Corrosion Status, with initial status reducing armor by 50%.",
			Playstyle = "Crowd Control",
			Polarities = { "V", "Bar" },
			Portrait = "HydroidIcon272.png",
			Progenitor = "Magnetic",
			SellPrice = 10000,
			Sex = "Male",
			Shield = 365,
			Sprint = 1.05,
			SquadPortrait = "HydroidLargePortrait.png",
			Subsumed = "Tempest Barrage",
			Tactical = "Tempest Barrage",
			Themes = "Pirate, Water Elemental",
			Type = "Warframe" 
		},
		["Hydroid Prime"] = {
			Abilities = { "Tempest Barrage", "Tidal Surge", "Plunder", "Tentacle Swarm" },
			Armor = 290,
			AuraPolarity = "Bar",
			CodexSecret = false,
			Conclave = true,
			Description = "Command the ocean's fury with this king of gold and silver. Featuring altered mod polarities for greater customization.",
			Energy = 175,
			FullImages = { Portrait = "HydroidPrimeFull.png" },
			Health = 270,
			Image = "HydroidPrime.png",
			InitialEnergy = 100,
			InternalName = "/Lotus/Powersuits/Pirate/HydroidPrime",
			Introduced = "21.6",
			Link = "Hydroid/Prime",
			Mastery = 0,
			MaxRank = 30,
			Name = "Hydroid Prime",
			Passive = "Enemies damaged by Hydroid are more vulnerable to Corrosion Status, with initial status reducing armor by 50%.",
			Playstyle = "Crowd Control",
			Polarities = { "V", "D", "Bar", "Bar" },
			Portrait = "Hydroid PrimeIcon272.png",
			Progenitor = "Magnetic",
			SellPrice = 10000,
			Sex = "Male",
			Shield = 550,
			Sprint = 1.05,
			SquadPortrait = "HydroidPrimeLargePortrait.png",
			Tactical = "Tempest Barrage",
			Themes = "Pirate, Water Elemental",
			Type = "Warframe",
			Vaulted = true 
		},
		Inaros = {
			Abilities = { "Desiccation", "Devour", "Sandstorm", "Scarab Swarm" },
			Armor = 240,
			AuraPolarity = "Bar",
			CodexSecret = false,
			CompatibilityTags = { "SANDMAN" },
			Conclave = true,
			Description = "Inaros commands the fearsome desert. He survives like the ever-shifting sands that empower him. Legend recalls Inaros as the Fear-Eater.",
			Energy = 100,
			ExilusPolarity = "Bar",
			FullImages = { Portrait = "InarosFull.png" },
			Health = 2110,
			HealthRank30 = 2310,
			Image = "Inaros.png",
			InitialEnergy = 50,
			InternalName = "/Lotus/Powersuits/Sandman/Sandman",
			Introduced = "18.5",
			Link = "Inaros",
			MaxRank = 30,
			Name = "Inaros",
			Passive = "While bleeding-out, Inaros becomes entombed in a protective Sarcophagus. He can revive himself by draining the life-force from nearby enemies and allies.",
			Playstyle = "Survival",
			Polarities = { "D", "D" },
			Portrait = "InarosIcon272.png",
			Progenitor = "Heat",
			SellPrice = 25000,
			Sex = "Male",
			Shield = 0,
			ShieldRank30 = 0,
			Sprint = 1,
			SquadPortrait = "InarosLargePortrait.png",
			Subsumed = "Desiccation",
			Tactical = "Devour",
			Themes = "Mummy, Sand Elemental",
			Type = "Warframe" 
		},
		["Inaros Prime"] = {
			Abilities = { "Desiccation", "Devour", "Sandstorm", "Scarab Swarm" },
			Armor = 240,
			AuraPolarity = "Bar",
			CodexSecret = false,
			CompatibilityTags = { "SANDMAN" },
			Conclave = false,
			Description = "Rise, eternal, to cast the fear of Inaros into them. Featuring altered mod polarities for greater customization.",
			Energy = 140,
			ExilusPolarity = "Bar",
			FullImages = { Default = "InarosPrimeFull.png" },
			Health = 2215,
			HealthRank30 = 2415,
			Image = "InarosPrime.png",
			InitialEnergy = 75,
			InternalName = "/Lotus/Powersuits/Sandman/InarosPrime",
			Introduced = "28.2",
			Link = "Inaros/Prime",
			MaxRank = 30,
			Name = "Inaros Prime",
			Passive = "While bleeding-out, Inaros becomes entombed in a protective Sarcophagus. He can revive himself by draining the life-force from nearby enemies and allies.",
			Playstyle = "Survival",
			Polarities = { "V", "D", "D" },
			Portrait = "InarosPrimeIcon272.png",
			Progenitor = "Heat",
			SellPrice = 25000,
			Sex = "Male",
			Shield = 0,
			ShieldRank30 = 0,
			Sprint = 1.05,
			SquadPortrait = "InarosPrimeLargePortrait.png",
			Tactical = "Devour",
			Themes = "Mummy, Sand Elemental",
			Type = "Warframe",
			Vaulted = true 
		},
		Ivara = {
			Abilities = { "Quiver", "Navigator", "Prowl", "Artemis Bow" },
			Armor = 105,
			AuraPolarity = "Bar",
			CodexSecret = false,
			Conclave = true,
			Description = "The huntress draws her bow. Ivara is stealth itself. Her enemies live in fear of her sudden attacks.",
			Energy = 215,
			FullImages = { Portrait = "IvaraFull.png" },
			Health = 180,
			Image = "Ivara.png",
			InitialEnergy = 75,
			InternalName = "/Lotus/Powersuits/Ranger/Ranger",
			Introduced = "18",
			Link = "Ivara",
			MaxRank = 30,
			Name = "Ivara",
			Passive = "Senses nearby enemies within 50m.",
			Playstyle = "Stealth",
			Polarities = { "D", "Bar" },
			Portrait = "IvaraIcon272.png",
			Progenitor = "Toxin",
			SellPrice = 10000,
			Sex = "Female",
			Shield = 270,
			Sprint = 1.15,
			SquadPortrait = "IvaraLargePortrait.png",
			Subsumed = "Quiver",
			Tactical = "Quiver",
			Themes = "Archer, Thief, Poison Frog",
			Type = "Warframe" 
		},
		["Ivara Prime"] = {
			Abilities = { "Quiver", "Navigator", "Prowl", "Artemis Bow" },
			Armor = 135,
			AuraPolarity = "Bar",
			CodexSecret = false,
			Conclave = true,
			Description = "As regal and lethal as a nighttime wood, this is the queen of the hunt in her ultimate form.",
			Energy = 250,
			FullImages = { Portrait = "IvaraPrimeFull.png" },
			Health = 180,
			Image = "IvaraPrime.png",
			InitialEnergy = 100,
			InternalName = "/Lotus/Powersuits/Ranger/IvaraPrime",
			Introduced = "27.0.4",
			Link = "Ivara/Prime",
			MaxRank = 30,
			Name = "Ivara Prime",
			Passive = "Senses nearby enemies within 20m.",
			Playstyle = "Stealth",
			Polarities = { "V", "D", "Bar" },
			Portrait = "Ivara_PrimeIcon272.png",
			Progenitor = "Toxin",
			SellPrice = 10000,
			Sex = "Female",
			Shield = 455,
			Sprint = 1.2,
			SquadPortrait = "IvaraPrimeLargePortrait.png",
			Tactical = "Quiver",
			Themes = "Archer, Thief, Jellyfish",
			Type = "Warframe",
			Vaulted = true 
		},
		Khora = {
			Abilities = { "Whipclaw", "Ensnare", "Venari", "Strangledome" },
			Armor = 290,
			AuraPolarity = "D",
			CodexSecret = false,
			Conclave = true,
			Description = "Khora is red in whip and claw. She works together with her Kavat companion, Venari, to deal high damage and provide crowd control. Two bodies, one will.",
			Energy = 140,
			ExilusPolarity = "Bar",
			FullImages = { Portrait = "KhoraFull.png" },
			Health = 365,
			Image = "Khora.png",
			InitialEnergy = 75,
			InternalName = "/Lotus/Powersuits/Khora/Khora",
			Introduced = "22.18.0",
			Link = "Khora",
			MaxRank = 30,
			Name = "Khora",
			Passive = "The ferocious kavat, Venari, fights by Khora's side and provides her with a 15% speed boost while active. If killed, Venari will reappear after 45s.",
			Playstyle = "Crowd Control, Damage",
			Polarities = { "V", "Bar" },
			Portrait = "KhoraIcon272.png",
			Progenitor = "Toxin",
			SellPrice = 10000,
			Sex = "Female",
			Shield = 270,
			Sprint = 1.05,
			SquadPortrait = "KhoraLargePortrait.png",
			Subsumed = "Ensnare",
			Tactical = "Ensnare",
			Themes = "Arachnid, Huntress & Companion, Metal Manipulation",
			Type = "Warframe" 
		},
		["Khora Prime"] = {
			Abilities = { "Whipclaw", "Ensnare", "Venari", "Strangledome" },
			Armor = 345,
			AuraPolarity = "D",
			CodexSecret = false,
			Conclave = false,
			Description = "A harmony of mistress and monster. The gilded huntress and her loyal Kavat, Venari, dominate the battlefield with their will.",
			Energy = 175,
			ExilusPolarity = "Bar",
			FullImages = {
				Attack = "KhoraPrimeAttackFull.png",
				Heal = "KhoraPrimeHealFull.png",
				Protect = "KhoraPrimeProtectFull.png" 
			},
			Health = 365,
			Image = "KhoraPrime.png",
			InitialEnergy = 100,
			InternalName = "/Lotus/Powersuits/Khora/KhoraPrime",
			Introduced = "31.7",
			Link = "Khora/Prime",
			MaxRank = 30,
			Name = "Khora Prime",
			Passive = "The ferocious kavat, Venari, fights by Khora Prime's side and provides her with a 15% speed boost while active. If killed, Venari will reappear after 45s.",
			Playstyle = "Crowd Control, Damage",
			Polarities = { "V", "D", "Bar" },
			Portrait = "KhoraPrimeIcon272.png",
			Progenitor = "Toxin",
			SellPrice = 10000,
			Sex = "Female",
			Shield = 365,
			Sprint = 1.05,
			SquadPortrait = "KhoraPrimeLargePortrait.png",
			Subsumed = "Ensnare",
			Tactical = "Ensnare",
			Themes = "Arachnid, Huntress & Companion, Metal Manipulation",
			Type = "Warframe" 
		},
        Kullervo = {
            Abilities = { "Wrathful Advance", "Recompense", "Collective Curse", "Storm of Ukko" },
            Armor = 550,
            ArmorRank30 = 650,
            AuraPolarity = "Bar",
            CodexSecret = false,
            Conclave = false,
            Description = "Kullervo answers for his sins and the sins of others. His daggers and melee prowess deal high damage. Seize the power of treachery to slake his thirst for revenge.",
            Energy = 175,
            ExilusPolarity = "None",
            FullImages = { Default = "KullervoFull.png"},
            Health = 1005,
            HealthRank30 = 1205,
            Image = "Kullervo.png",
            InitialEnergy = 150,
            InternalName = "/Lotus/Powersuits/PaxDuviricus/PaxDuviricus",
            Introduced = "33.5",
            Link = "Kullervo",
            MaxRank = 30,
            Name = "Kullervo",
            Passive = "Kullervo boasts +75% Heavy Attack Efficiency and +100% Heavy Attack Wind Up Speed on all melee weapons.",
            Playstyle = "Damage",
            Polarities = { "V", "V" },
            Portrait = "KullervoIcon272.png",
            Progenitor = "Heat",
            Mastery = 0,
            SellPrice = 10000,
            Sex = "Male",
            Shield = 0,
            ShieldRank30 = 0,
            Sprint = 1.1,
            SquadPortrait = "KullervoLargePortrait.png",
            Subsumed = "Wrathful Advance",
            Tactical = "Storm of Ukko",
            Themes = "Betrayal, Criminal, Daggered Dax",
            Type = "Warframe"
        },
		Lavos = {
			Abilities = { "Ophidian Bite", "Vial Rush", "Transmutation Probe", "Catalyze" },
			AdditionalNotes = { "Ability Duration affects proc duration from abilities" },
			Armor = 575,
			ArmorRank30 = 675,
			AuraPolarity = "Bar",
			CodexSecret = false,
			Conclave = false,
			Description = "The serpents of Lavos encourage him as he transmutes the battlefield. He uses Toxin, Cold, Electricity, and Heat to deal elemental damage. Harness the power of the dark alchemist.",
			Energy = 0,
			EnergyRank30 = 0,
			FullImages = { Default = "Lavos.png" },
			Health = 540,
			HealthRank30 = 740,
			Image = "Lavos.png",
			InitialEnergy = 0,
			InternalName = "/Lotus/Powersuits/Alchemist/Alchemist",
			Introduced = "29.6",
			Link = "Lavos",
			MaxRank = 30,
			Name = "Lavos",
			Passive = "Energy and Universal Orbs give Lavos status immunity for 10s.\r\n\r\nHold any ability to imbue the next cast with additional Elemental Damage and Status.",
			Playstyle = "Damage",
			Polarities = { "D", "Bar" },
			Portrait = "LavosIcon272.png",
			Progenitor = "Magnetic",
			SellPrice = 10000,
			Sex = "Male",
			Shield = 270,
			Sprint = 1.15,
			SquadPortrait = "LavosLargePortrait.png",
			Subsumed = "Vial Rush",
			Tactical = "Catalyze",
			Themes = "Alchemy, Serpentine",
			Type = "Warframe" 
		},
		Limbo = {
			Abilities = { "Banish", "Stasis", "Rift Surge", "Cataclysm" },
			Armor = 105,
			AuraPolarity = "Bar",
			CodexSecret = false,
			Conclave = true,
			Description = "Master the rift between shadow and substance. Limbo disrupts time-space to provide crowd control. He is at home where others struggle with what is real.",
			Energy = 175,
			FullImages = { Portrait = "LimboFull.png" },
			Health = 270,
			Image = "Limbo.png",
			InitialEnergy = 100,
			InternalName = "/Lotus/Powersuits/Magician/Magician",
			Introduced = "15",
			Link = "Limbo",
			MaxRank = 30,
			Name = "Limbo",
			Passive = "Dodge to enter and exit the Rift. Entering leaves behind a small Rift portal lasting 5s. Energy slowly recharges in the Rift, and each enemy killed in there also gives 10 Energy.",
			Playstyle = "Crowd Control",
			Polarities = { "V", "V" },
			Portrait = "LimboIcon272.png",
			Progenitor = "Electricity",
			SellPrice = 10000,
			Sex = "Male",
			Shield = 180,
			Sprint = 1.15,
			SquadPortrait = "LimboLargePortrait.png",
			Subsumed = "Banish",
			Tactical = "Cataclysm",
			Themes = "Magician, Planes of Existence",
			Type = "Warframe" 
		},
		["Limbo Prime"] = {
			Abilities = { "Banish", "Stasis", "Rift Surge", "Cataclysm" },
			Armor = 135,
			AuraPolarity = "Bar",
			CodexSecret = false,
			Conclave = true,
			Description = "Dance between realms with this golden rift walker. Featuring altered mod polarities for greater customization.",
			Energy = 215,
			FullImages = { Portrait = "LimboPrimeFull.png" },
			Health = 270,
			Image = "LimboPrime.png",
			InitialEnergy = 125,
			InternalName = "/Lotus/Powersuits/Magician/LimboPrime",
			Introduced = "23.0.3",
			Link = "Limbo/Prime",
			Mastery = 0,
			MaxRank = 30,
			Name = "Limbo Prime",
			Passive = "Dodge to enter and exit the Rift. Entering leaves behind a small Rift portal lasting 5s. Energy slowly recharges in the Rift, and each enemy killed in there also gives 10 Energy.",
			Playstyle = "Crowd Control",
			Polarities = { "V", "V", "Bar", "D" },
			Portrait = "Limbo PrimeIcon272.png",
			Progenitor = "Electricity",
			SellPrice = 10000,
			Sex = "Male",
			Shield = 270,
			Sprint = 1.15,
			SquadPortrait = "LimboPrimeLargePortrait.png",
			Tactical = "Cataclysm",
			Themes = "Magician, Planes of Existence",
			Type = "Warframe",
			Vaulted = true 
		},
		Loki = {
			Abilities = { "Decoy", "Invisibility", "Switch Teleport", "Radial Disarm" },
			Armor = 105,
			AuraPolarity = "Bar",
			CodexSecret = false,
			Conclave = true,
			Description = "Loki knows the art of deception. The trickster employs stealth to sabotage enemies. Sew confusion.",
			Energy = 175,
			FullImages = { Portrait = "LokiFull.png" },
			Health = 180,
			Image = "Loki.png",
			InitialEnergy = 100,
			InternalName = "/Lotus/Powersuits/Loki/Loki",
			Introduced = "Vanilla",
			Link = "Loki",
			MaxRank = 30,
			Name = "Loki",
			Passive = "Able to hang from walls 10x longer than normal.",
			Playstyle = "Stealth",
			Polarities = { "D", "V" },
			Portrait = "LokiIcon272.png",
			Progenitor = "Radiation",
			SellPrice = 10000,
			Sex = "Male",
			Shield = 180,
			Sprint = 1.25,
			SquadPortrait = "LokiLargePortrait.png",
			Subsumed = "Decoy",
			Tactical = "Decoy",
			Themes = "Trickster",
			Type = "Warframe" 
		},
		["Loki Prime"] = {
			Abilities = { "Decoy", "Invisibility", "Switch Teleport", "Radial Disarm" },
			Armor = 135,
			AuraPolarity = "Bar",
			CodexSecret = false,
			Conclave = true,
			Description = "Confuse, deceive and destroy with Loki Prime. Featuring altered mod polarities for greater customization.",
			Energy = 215,
			FullImages = { Portrait = "LokiPrimeFull.png" },
			Health = 180,
			Image = "LokiPrime.png",
			InitialEnergy = 125,
			InternalName = "/Lotus/Powersuits/Loki/LokiPrime",
			Introduced = "13.7",
			Link = "Loki/Prime",
			MaxRank = 30,
			Name = "Loki Prime",
			Passive = "Able to hang from walls 10x longer than normal.",
			Playstyle = "Stealth",
			Polarities = { "D", "D", "V", "Bar" },
			Portrait = "Loki PrimeIcon272.png",
			Progenitor = "Radiation",
			SellPrice = 25000,
			Sex = "Male",
			Shield = 180,
			Sprint = 1.25,
			SquadPortrait = "LokiPrimeLargePortrait.png",
			Tactical = "Decoy",
			Themes = "Trickster",
			Type = "Warframe",
			Vaulted = true 
		},
		Mag = {
			Abilities = { "Pull", "Magnetize", "Polarize", "Crush" },
			Armor = 105,
			AuraPolarity = "V",
			CodexSecret = false,
			Conclave = true,
			Description = "Take down your enemies with magnetic force. Mag alters magnetic fields to provide crowd control and strip enemy defenses. Few can resist her attraction or her repulsion.",
			Energy = 140,
			FullImages = { Portrait = "MagFull.png" },
			Health = 180,
			Image = "Mag.png",
			InitialEnergy = 75,
			InternalName = "/Lotus/Powersuits/Mag/Mag",
			Introduced = "Vanilla",
			Link = "Mag",
			MaxRank = 30,
			Name = "Mag",
			Passive = "Bullet jumping pulls-in nearby items for easy collection.",
			Playstyle = "Crowd Control",
			Polarities = { "Bar", "Bar" },
			Portrait = "MagIcon272.png",
			Progenitor = "Magnetic",
			SellPrice = 10000,
			Sex = "Female",
			Shield = 455,
			Sprint = 1,
			SquadPortrait = "MagLargePortrait.png",
			Subsumed = "Pull",
			Tactical = "Magnetize",
			Themes = "Magnetism",
			Type = "Warframe" 
		},
		["Mag Prime"] = {
			Abilities = { "Pull", "Magnetize", "Polarize", "Crush" },
			Armor = 135,
			AuraPolarity = "V",
			CodexSecret = false,
			Conclave = true,
			Description = "The exquisite Mag Prime offers the same abilities as Mag but with unique mod polarities for greater customization.",
			Energy = 215,
			FullImages = { Portrait = "MagPrimeFull.png" },
			Health = 270,
			Image = "MagPrime.png",
			InitialEnergy = 100,
			InternalName = "/Lotus/Powersuits/Mag/MagPrime",
			Introduced = "10",
			Link = "Mag/Prime",
			MaxRank = 30,
			Name = "Mag Prime",
			Passive = "Bullet jumping pulls-in nearby items for easy collection.",
			Playstyle = "Crowd Control",
			Polarities = { "Bar", "Bar", "V" },
			Portrait = "Mag PrimeIcon272.png",
			Progenitor = "Magnetic",
			SellPrice = 25000,
			Sex = "Female",
			Shield = 455,
			Sprint = 1,
			SquadPortrait = "MagPrimeLargePortrait.png",
			Tactical = "Magnetize",
			Themes = "Magnetism",
			Type = "Warframe",
			Vaulted = true 
		},
		Mesa = {
			Abilities = { "Ballistic Battery", "Shooting Gallery", "Shatter Shield", "Peacemaker" },
			Armor = 105,
			AuraPolarity = "V",
			CodexSecret = false,
			Conclave = true,
			Description = "The gunslinger has a steady deadly hand. Each shot deals high damage. Mesa is the fastest draw in the realm.",
			Energy = 100,
			FullImages = { Portrait = "MesaFull.png" },
			Health = 365,
			Image = "Mesa.png",
			InitialEnergy = 50,
			InternalName = "/Lotus/Powersuits/Cowgirl/Cowgirl",
			Introduced = "15.5",
			Link = "Mesa",
			MaxRank = 30,
			Name = "Mesa",
			Passive = "Shoot dual-wielded sidearms 15% faster and reload single-handed sidearms 25% more rapidly. Gain 50 Bonus Health when not using Melee Weapons.",
			Playstyle = "Damage",
			Polarities = { "Bar", "Bar" },
			Portrait = "MesaIcon272.png",
			Progenitor = "Magnetic",
			SellPrice = 10000,
			Sex = "Female",
			Shield = 180,
			Sprint = 1.1,
			SquadPortrait = "MesaLargePortrait.png",
			Subsumed = "Shooting Gallery",
			Tactical = "Shatter Shield",
			Themes = "Gunslinger",
			Type = "Warframe" 
		},
		["Mesa Prime"] = {
			Abilities = { "Ballistic Battery", "Shooting Gallery", "Shatter Shield", "Peacemaker" },
			Armor = 135,
			AuraPolarity = "V",
			CodexSecret = false,
			Conclave = true,
			Description = "Cast a long shadow with this lethal enforcer. Featuring altered mod polarities for greater customization.",
			Energy = 140,
			FullImages = { Portrait = "MesaPrimeFull.png" },
			Health = 400,
			Image = "MesaPrime.png",
			InitialEnergy = 65,
			InternalName = "/Lotus/Powersuits/Cowgirl/MesaPrime",
			Introduced = "24.2.2",
			Link = "Mesa/Prime",
			Mastery = 0,
			MaxRank = 30,
			Name = "Mesa Prime",
			Passive = "Shoot dual-wielded sidearms 15% faster and reload single-handed sidearms 25% more rapidly. Gain 50 Bonus Health when not using Melee Weapons.",
			Playstyle = "Damage",
			Polarities = { "Bar", "Bar", "D", "V" },
			Portrait = "MesaPrimeIcon272.png",
			Progenitor = "Magnetic",
			SellPrice = 25000,
			Sex = "Female",
			Shield = 180,
			Sprint = 1.1,
			SquadPortrait = "MesaPrimeLargePortrait.png",
			Tactical = "Shatter Shield",
			Themes = "Gunslinger",
			Type = "Warframe",
			Vaulted = true 
		},
		Mirage = {
			Abilities = { "Hall of Mirrors", "Sleight of Hand", "Eclipse", "Prism" },
			Armor = 105,
			AuraPolarity = "Bar",
			CodexSecret = false,
			Conclave = true,
			Description = "Mirage's sleight of hand complements her might. Her dazzled foes take heavy damage. Doppelgangers, lasers, and traps are elements of her stagecraft.",
			Energy = 175,
			FullImages = { Portrait = "MirageFull.png" },
			Health = 200,
			Image = "Mirage.png",
			InitialEnergy = 125,
			InternalName = "/Lotus/Powersuits/Harlequin/Harlequin",
			Introduced = "14",
			Link = "Mirage",
			MaxRank = 30,
			Name = "Mirage",
			Passive = "Sliding lasts 85% longer and acrobatic maneuvers are 50% faster.",
			Playstyle = "Damage",
			Polarities = { "D", "V" },
			Portrait = "MirageIcon272.png",
			Progenitor = "Radiation",
			SellPrice = 10000,
			Sex = "Female",
			Shield = 200,
			Sprint = 1.2,
			SquadPortrait = "MirageLargePortrait.png",
			Subsumed = "Eclipse",
			Tactical = "Sleight of Hand",
			Themes = "Harlequin, Illusionist",
			Type = "Warframe" 
		},
		["Mirage Prime"] = {
			Abilities = { "Hall of Mirrors", "Sleight of Hand", "Eclipse", "Prism" },
			Armor = 185,
			AuraPolarity = "Bar",
			CodexSecret = false,
			Conclave = true,
			Description = "Dazzle the opposition with this golden master of illusion and mayhem. Featuring altered mod polarities allow for greater customization.",
			Energy = 175,
			FullImages = { Portrait = "MiragePrimeFull.png" },
			Health = 200,
			Image = "MiragePrime.png",
			InitialEnergy = 125,
			InternalName = "/Lotus/Powersuits/Harlequin/MiragePrime",
			Introduced = "22.7",
			Link = "Mirage/Prime",
			Mastery = 0,
			MaxRank = 30,
			Name = "Mirage Prime",
			Passive = "Sliding lasts 85% longer and acrobatic maneuvers are 50% faster.",
			Playstyle = "Damage",
			Polarities = { "D", "D", "Bar", "V" },
			Portrait = "Mirage PrimeIcon272.png",
			Progenitor = "Radiation",
			SellPrice = 10000,
			Sex = "Female",
			Shield = 310,
			Sprint = 1.2,
			SquadPortrait = "MiragePrimeLargePortrait.png",
			Tactical = "Sleight of Hand",
			Themes = "Harlequin, Illusionist",
			Type = "Warframe",
			Vaulted = true 
		},
		Nekros = {
			Abilities = { "Soul Punch", "Terrify", "Desecrate", "Shadows of the Dead" },
			Armor = 105,
			AuraPolarity = "None",
			CodexSecret = false,
			Conclave = true,
			Description = "There is a reaper whose name is Nekros. He provides deathly crowd control. Erstwhile enemies become allies when Nekros calls up recruits from the dead.",
			Energy = 100,
			FullImages = { Portrait = "NekrosFull.png" },
			Health = 270,
			Image = "Nekros.png",
			InitialEnergy = 50,
			InternalName = "/Lotus/Powersuits/Necro/Necro",
			Introduced = "10",
			Link = "Nekros",
			MaxRank = 30,
			Name = "Nekros",
			Passive = "Restore 5 Health with every enemy death within 10m.",
			Playstyle = "Crowd Control",
			Polarities = { "D", "V" },
			Portrait = "NekrosIcon272.png",
			Progenitor = "Toxin",
			SellPrice = 10000,
			Sex = "Male",
			Shield = 235,
			Sprint = 1.1,
			SquadPortrait = "NekrosLargePortrait.png",
			Subsumed = "Terrify",
			Tactical = "Terrify",
			Themes = "Darkness, Necromancy",
			Type = "Warframe" 
		},
		["Nekros Prime"] = {
			Abilities = { "Soul Punch", "Terrify", "Desecrate", "Shadows of the Dead" },
			Armor = 135,
			AuraPolarity = "None",
			CodexSecret = false,
			Conclave = true,
			Description = "Death's new master. Featuring altered mod polarities allow for greater customization.",
			Energy = 140,
			FullImages = { Portrait = "NekrosPrimeFull.png" },
			Health = 270,
			Image = "NekrosPrime.png",
			InitialEnergy = 75,
			InternalName = "/Lotus/Powersuits/Necro/NekrosPrime",
			Introduced = "The Silver Grove 3",
			Link = "Nekros/Prime",
			MaxRank = 30,
			Name = "Nekros Prime",
			Passive = "Restore 5 Health with every enemy death within 10m.",
			Playstyle = "Crowd Control",
			Polarities = { "V", "D", "Bar" },
			Portrait = "Nekros PrimeIcon272.png",
			Progenitor = "Toxin",
			SellPrice = 25000,
			Sex = "Male",
			Shield = 455,
			Sprint = 1.1,
			SquadPortrait = "NekrosPrimeLargePortrait.png",
			Tactical = "Terrify",
			Themes = "Darkness, Necromancy",
			Type = "Warframe",
			Vaulted = true 
		},
		Nezha = {
			Abilities = { "Fire Walker", "Blazing Chakram", "Warding Halo", "Divine Spears" },
			Armor = 200,
			AuraPolarity = "Bar",
			CodexSecret = false,
			Conclave = true,
			Description = "The mercurial firemonger protects the innocent. Nezha's multifaceted tactics give him high survivability as he inflicts damage and provides crowd control. His fire is the clarion of hope.",
			Energy = 175,
			FullImages = { Portrait = "NezhaFull.png" },
			Health = 365,
			Image = "Nezha.png",
			InitialEnergy = 125,
			InternalName = "/Lotus/Powersuits/Nezha/Nezha",
			Introduced = "18.1",
			Link = "Nezha",
			MaxRank = 30,
			Name = "Nezha",
			Passive = "Slide 60% faster and go 35% farther.",
			Playstyle = "Damage, Survival, Crowd Control",
			Polarities = { "D", "V" },
			Portrait = "NezhaIcon272.png",
			Progenitor = "Heat",
			SellPrice = 10000,
			Sex = "Male",
			Shield = 135,
			ShieldRank30 = 185,
			Sprint = 1.15,
			SquadPortrait = "NezhaLargePortrait.png",
			Subsumed = "Fire Walker",
			Tactical = "Divine Spears",
			Themes = "Third Lotus Prince",
			Type = "Warframe" 
		},
		["Nezha Prime"] = {
			Abilities = { "Fire Walker", "Blazing Chakram", "Warding Halo", "Divine Spears" },
			Armor = 265,
			AuraPolarity = "Bar",
			CodexSecret = false,
			Conclave = true,
			Description = "Behold: the Scion of the Burning Wind, now before you in most courtly accoutrement. Featuring altered mod polarities for greater customization.",
			Energy = 175,
			FullImages = { Default = "NezhaPrime.png" },
			Health = 365,
			Image = "NezhaPrime.png",
			InitialEnergy = 125,
			InternalName = "/Lotus/Powersuits/Nezha/NezhaPrime",
			Introduced = "29.3",
			Link = "Nezha/Prime",
			MaxRank = 30,
			Name = "Nezha Prime",
			Passive = "Slide 60% faster and go 35% farther.",
			Playstyle = "Damage, Survival, Crowd Control",
			Polarities = { "D", "V", "Bar" },
			Portrait = "NezhaPrimeIcon272.png",
			Progenitor = "Heat",
			SellPrice = 10000,
			Sex = "Male",
			Shield = 135,
			ShieldRank30 = 185,
			Sprint = 1.2,
			SquadPortrait = "NezhaPrimeLargePortrait.png",
			Tactical = "Divine Spears",
			Themes = "Third Lotus Prince",
			Type = "Warframe",
			Vaulted = true 
		},
		Nidus = {
			Abilities = { "Virulence", "Larva", "Parasitic Link", "Ravenous" },
			AdditionalNotes = { "+10 Health/s Regeneration at max rank" },
			Armor = 350,
			ArmorRank30 = 450,
			AuraPolarity = "V",
			CodexSecret = false,
			CompatibilityTags = { "SANDMAN" },
			Conclave = true,
			Description = "Nidus draws strength from the Infestation. It bolsters him with survivability as he deals high damage and provides crowd control. Plague your enemies.",
			Energy = 100,
			FullImages = { Default = "NidusFull.png", Mutated = "NidusMutatedFull.png" },
			Health = 455,
			Image = "Nidus.png",
			InitialEnergy = 50,
			InternalName = "/Lotus/Powersuits/Infestation/Infestation",
			Introduced = "19.5",
			Link = "Nidus",
			MaxRank = 30,
			Name = "Nidus",
			Passive = "If Nidus is killed with at least 15 stacks of Mutation, those 15 stacks are consumed; this grants 5s of invulnerability and restores Health to 50%.",
			Playstyle = "Survival, Damage, Crowd Control",
			Polarities = { "V", "D" },
			Portrait = "NidusIcon272.png",
			Progenitor = "Toxin",
			SellPrice = 25000,
			Sex = "Male",
			Shield = 0,
			ShieldRank30 = 0,
			Sprint = 1,
			SquadPortrait = "InfestationLargePortrait.png",
			Subsumed = "Larva",
			Tactical = "Larva",
			Themes = "Infestation, Mutation",
			Type = "Warframe" 
		},
		["Nidus Prime"] = {
			Abilities = { "Virulence", "Larva", "Parasitic Link", "Ravenous" },
			AdditionalNotes = { "+10 Health/s Regeneration at max rank" },
			Armor = 425,
			ArmorRank30 = 525,
			AuraPolarity = "V",
			CodexSecret = false,
			CompatibilityTags = { "SANDMAN" },
			Conclave = false,
			Description = "Mutation is endless. The ravening plague-bearer returns in a long-unseen form, seething with a primal strain of the Infestation.",
			Energy = 140,
			FullImages = { Default = "NidusPrimeFull.png", Mutated = "NidusPrimeMutatedFull.png" },
			Health = 550,
			Image = "NidusPrime.png",
			InitialEnergy = 75,
			InternalName = "/Lotus/Powersuits/Infestation/InfestationPrime",
			Introduced = "30.7",
			Link = "Nidus/Prime",
			MaxRank = 30,
			Name = "Nidus Prime",
			Passive = "If Nidus is killed with at least 15 stacks of Mutation, those 15 stacks are consumed; this grants 5s of invulnerability and restores Health to 50%.",
			Playstyle = "Survival, Damage, Crowd Control",
			Polarities = { "V", "Bar", "D" },
			Portrait = "NidusPrimeIcon272.png",
			Progenitor = "Toxin",
			SellPrice = 25000,
			Sex = "Male",
			Shield = 0,
			ShieldRank30 = 0,
			Sprint = 1,
			SquadPortrait = "NidusPrimeLargePortrait.png",
			Tactical = "Larva",
			Themes = "Infestation, Mutation",
			Type = "Warframe",
			Vaulted = true
		},
		Nova = {
			Abilities = { "Null Star", "Antimatter Drop", "Wormhole", "Molecular Prime" },
			Armor = 105,
			AuraPolarity = "Bar",
			CodexSecret = false,
			Conclave = true,
			Description = "Harness antimatter. Nova uses antiparticles to provide crowd control and amplify damage output. She obliterates enemies by destabilizing matter itself.",
			Energy = 175,
			FullImages = { Portrait = "NovaFull.png" },
			Health = 270,
			Image = "Nova.png",
			InitialEnergy = 100,
			InternalName = "/Lotus/Powersuits/AntiMatter/Anti",
			Introduced = "9",
			Link = "Nova",
			MaxRank = 30,
			Name = "Nova",
			Passive = "When knocked-over, emit a 6m defensive burst that topples attacking enemies and deals 250 Damage.",
			Playstyle = "Crowd Control, Damage",
			Polarities = { "V", "V" },
			Portrait = "NovaIcon272.png",
			Progenitor = "Electricity",
			SellPrice = 10000,
			Sex = "Female",
			Shield = 180,
			Sprint = 1.2,
			SquadPortrait = "NovaLargePortrait.png",
			Subsumed = "Null Star",
			Tactical = "Null Star",
			Themes = "Antimatter Manipulation",
			Type = "Warframe" 
		},
		["Nova Prime"] = {
			Abilities = { "Null Star", "Antimatter Drop", "Wormhole", "Molecular Prime" },
			Armor = 135,
			AuraPolarity = "Bar",
			CodexSecret = false,
			Conclave = true,
			Description = "Nova Prime wreaks devastation on her enemies using volatile antimatter. Featuring altered mod polarities for greater customization.",
			Energy = 215,
			FullImages = { Portrait = "NovaPrimeFull.png" },
			Health = 270,
			Image = "NovaPrime.png",
			InitialEnergy = 150,
			InternalName = "/Lotus/Powersuits/AntiMatter/NovaPrime",
			Introduced = "15.7",
			Link = "Nova/Prime",
			MaxRank = 30,
			Name = "Nova Prime",
			Passive = "When knocked-over, emit a 6m defensive burst that topples attacking enemies and deals 250 Damage.",
			Playstyle = "Crowd Control, Damage",
			Polarities = { "V", "V", "V" },
			Portrait = "Nova PrimeIcon272.png",
			Progenitor = "Electricity",
			SellPrice = 25000,
			Sex = "Female",
			Shield = 270,
			Sprint = 1.2,
			SquadPortrait = "NovaPrimeLargePortrait.png",
			Tactical = "Null Star",
			Themes = "Antimatter Manipulation",
			Type = "Warframe",
			Vaulted = true 
		},
		Nyx = {
			Abilities = { "Mind Control", "Psychic Bolts", "Chaos", "Absorb" },
			Armor = 105,
			AuraPolarity = "Bar",
			CodexSecret = false,
			Conclave = true,
			Description = "Psychic attacks make Nyx a dangerous foe. She reaches into enemy consciousness to provide crowd control and turn their attacks back on them. Such manipulation can turn the tide of battle.",
			Energy = 175,
			FullImages = { Portrait = "NyxFull.png" },
			Health = 270,
			Image = "Nyx.png",
			InitialEnergy = 100,
			InternalName = "/Lotus/Powersuits/Jade/Jade",
			Introduced = "6",
			Link = "Nyx",
			MaxRank = 30,
			Name = "Nyx",
			Passive = "Enemies are 20% less accurate when targeting Nyx.",
			Playstyle = "Crowd Control",
			Polarities = { "V", "Bar" },
			Portrait = "NyxIcon272.png",
			Progenitor = "Radiation",
			SellPrice = 10000,
			Sex = "Female",
			Shield = 270,
			Sprint = 1.1,
			SquadPortrait = "NyxLargePortrait.png",
			Subsumed = "Mind Control",
			Tactical = "Mind Control",
			Themes = "Psychic",
			Type = "Warframe" 
		},
		["Nyx Prime"] = {
			Abilities = { "Mind Control", "Psychic Bolts", "Chaos", "Absorb" },
			Armor = 135,
			AuraPolarity = "Bar",
			CodexSecret = false,
			Conclave = true,
			Description = "Infiltrate the minds of your enemies with Nyx Prime. Featuring altered mod polarities for greater customization.",
			Energy = 175,
			FullImages = { Portrait = "NyxPrimeFull.png" },
			Health = 270,
			Image = "NyxPrime.png",
			InitialEnergy = 150,
			InternalName = "/Lotus/Powersuits/Jade/NyxPrime",
			Introduced = "14.8",
			Link = "Nyx/Prime",
			MaxRank = 30,
			Name = "Nyx Prime",
			Passive = "Enemies are 20% less accurate when targeting Nyx Prime.",
			Playstyle = "Crowd Control",
			Polarities = { "V", "Bar", "D" },
			Portrait = "Nyx PrimeIcon272.png",
			Progenitor = "Radiation",
			SellPrice = 25000,
			Sex = "Female",
			Shield = 365,
			Sprint = 1.125,
			SquadPortrait = "NyxPrimeLargePortrait.png",
			Tactical = "Mind Control",
			Themes = "Psychic",
			Type = "Warframe",
			Vaulted = false 
		},
		Oberon = {
			Abilities = { "Smite", "Hallowed Ground", "Renewal", "Reckoning" },
			Armor = 185,
			AuraPolarity = "V",
			CodexSecret = false,
			Conclave = true,
			Description = "Healing and suffering do Oberon's bidding. His command of the natural world supports allies. Boon to his friends, bane of his foes.",
			Energy = 175,
			FullImages = { Portrait = "OberonFull.png" },
			Health = 365,
			Image = "Oberon.png",
			InitialEnergy = 75,
			InternalName = "/Lotus/Powersuits/Paladin/Paladin",
			Introduced = "11.5",
			Link = "Oberon",
			MaxRank = 30,
			Name = "Oberon",
			Passive = "Allied pets receive 25% Health, Armor and Shield links. In addition, your pet receives an instant revive per mission.",
			Playstyle = "Support",
			Polarities = { "V", "V" },
			Portrait = "OberonIcon272.png",
			Progenitor = "Toxin",
			SellPrice = 10000,
			Sex = "Male",
			Shield = 270,
			Sprint = 1,
			SquadPortrait = "OberonLargePortrait.png",
			Subsumed = "Smite",
			Tactical = "Reckoning",
			Themes = "Nature, Paladin",
			Type = "Warframe" 
		},
		["Oberon Prime"] = {
			Abilities = { "Smite", "Hallowed Ground", "Renewal", "Reckoning" },
			Armor = 240,
			AuraPolarity = "V",
			CodexSecret = false,
			Conclave = true,
			Description = "Protect the balance with this regal forest guardian. Featuring altered mod polarities for greater customization.",
			Energy = 215,
			FullImages = { Portrait = "OberonPrimeFull.png" },
			Health = 365,
			Image = "OberonPrime.png",
			InitialEnergy = 100,
			InternalName = "/Lotus/Powersuits/Paladin/PaladinPrime",
			Introduced = "20.6.2",
			Link = "Oberon/Prime",
			Mastery = 0,
			MaxRank = 30,
			Name = "Oberon Prime",
			Passive = "Allied pets receive 25% Health, Armor and Shield links. In addition, your pet receives an instant revive per mission.",
			Playstyle = "Support",
			Polarities = { "Bar", "Bar", "V", "V" },
			Portrait = "Oberon PrimeIcon272.png",
			Progenitor = "Toxin",
			SellPrice = 10000,
			Sex = "Male",
			Shield = 270,
			Sprint = 1,
			SquadPortrait = "OberonPrimeLargePortrait.png",
			Tactical = "Reckoning",
			Themes = "Nature, Paladin",
			Type = "Warframe",
			Vaulted = true 
		},
		Octavia = {
			Abilities = { "Mallet", "Resonator", "Metronome", "Amp" },
			Armor = 160,
			AuraPolarity = "Bar",
			CodexSecret = false,
			Conclave = true,
			Description = "Octavia turns bass, beat, and melody into a symphony of devastation. The music of her Mandachord gives her high survivability and supports allies. Her composition means the enemy's destruction.",
			Energy = 215,
			FullImages = { Portrait = "OctaviaFull.png" },
			Health = 270,
			Image = "Octavia.png",
			InitialEnergy = 100,
			InternalName = "/Lotus/Powersuits/Bard/Bard",
			Introduced = "20",
			Link = "Octavia",
			MaxRank = 30,
			Name = "Octavia",
			Passive = "Replenish 30 energy over 30s for Octavia and allies within 15m when abilities are activated.",
			Playstyle = "Support, Survival",
			Polarities = { "Bar", "Bar" },
			Portrait = "OctaviaIcon272.png",
			Progenitor = "Radiation",
			SellPrice = 25000,
			Sex = "Female",
			Shield = 180,
			Sprint = 1.05,
			SquadPortrait = "BardLargePortrait.png",
			Subsumed = "Resonator",
			Tactical = "Resonator",
			Themes = "Bard, Musician",
			Type = "Warframe" 
		},
		["Octavia Prime"] = {
			Abilities = { "Mallet", "Resonator", "Metronome", "Amp" },
			Armor = 160,
			AuraPolarity = "Bar",
			CodexSecret = false,
			Conclave = true,
			Description = "Strike up a symphony of destruction with the mistress of music, Octavia, in her grandest and most spectacular form. Featuring altered mod polarities for greater customization.",
			Energy = 215,
			FullImages = { Portrait = "OctaviaPrimeFull.png" },
			Health = 270,
			Image = "OctaviaPrime.png",
			InitialEnergy = 100,
			InternalName = "/Lotus/Powersuits/Bard/OctaviaPrime",
			Introduced = "29.9",
			Link = "Octavia/Prime",
			MaxRank = 30,
			Name = "Octavia Prime",
			Passive = "Replenish 30 energy over 30s for Octavia and allies within 15m when abilities are activated.",
			Playstyle = "Support, Survival",
			Polarities = { "D", "Bar", "Bar" },
			Portrait = "OctaviaPrimeIcon64.png",
			Progenitor = "Radiation",
			SellPrice = 25000,
			Sex = "Female",
			Shield = 270,
			Sprint = 1.05,
			SquadPortrait = "OctaviaPrimeLargePortrait.png",
			Tactical = "Resonator",
			Themes = "Bard, Musician",
			Type = "Warframe", 
			Vaulted = true 
		},
		Protea = {
			Abilities = { "Grenade Fan", "Blaze Artillery", "Dispensary", "Temporal Anchor" },
			Armor = 135,
			AuraPolarity = "Aura",
			CodexSecret = false,
			Conclave = false,
			Description = "Protea knows all about protection. Her vast arsenal inflicts damage and provides ally support. She can even manipulate time itself.",
			Energy = 175,
			FullImages = { Portrait = "ProteaFull.png" },
			Health = 270,
			Image = "Protea.png",
			InitialEnergy = 50,
			InternalName = "/Lotus/Powersuits/Odalisk/Odalisk",
			Introduced = "28",
			Link = "Protea",
			MaxRank = 30,
			Name = "Protea",
			Passive = "Every 4th Power Cast is granted +100% Ability Strength.",
			Playstyle = "Damage, Support",
			Polarities = { "V", "Bar" },
			Portrait = "ProteaIcon272.png",
			Progenitor = "Heat",
			SellPrice = 10000,
			Sex = "Female",
			Shield = 455,
			Sprint = 1.2,
			SquadPortrait = "ProteaLargePortrait.png",
			Subsumed = "Dispensary",
			Tactical = "Dispensary",
			Themes = "Gadgetry, Time Manipulation",
			Type = "Warframe" 
		},
		Qorvex = {
			Abilities = { "Chyrinka Pillar", "Containment Wall", "Disometric Guard", "Crucible Blast" },
			Armor = 875,
			AuraPolarity = "D",
			CodexSecret = false,
			Conclave = false,
			Description = "Albrecht Entrati designed Qorvex to protect a Chosen Operator from the unique hazards of his lab. A Crucible Core gives Qorvex high survivability as he provides crowd control.",
			Energy = 150,
			FullImages = { Portrait = "QorvexFull.png" },
			Health = 600,
			Image = "Qorvex.png",
			InitialEnergy = 50,
			InternalName = "/Lotus/Powersuits/Concrete/Concrete",
			Introduced = "35",
			Link = "Qorvex",
			MaxRank = 30,
			Name = "Qorvex",
			Passive = "Weapons wield by Qorvex have an additional +3 Punch Through.",
			Playstyle = "Damage, Support",
			Polarities = { "Bar", "D" },
			Portrait = "QorvexIcon272.png",
			Progenitor = "Radiation",
			SellPrice = 10000,
			Sex = "Male",
			Shield = 200,
			Sprint = 0.9,
			SquadPortrait = "QorvexLargePortrait.png",
			Subsumed = "Chyrinka Pillar",
			Tactical = "Chyrinka Pillar",
			Themes = "Brutalism, Concrete, Radioactivity",
			Type = "Warframe"
		},
		Revenant = {
			Abilities = { "Enthrall", "Mesmer Skin", "Reave", "Danse Macabre" },
			Armor = 135,
			AuraPolarity = "Bar",
			CodexSecret = false,
			Conclave = false,
			Description = "Macabre spectral power has risen. Infused with the essence of the Eidolon, Revenant has strong survivability and deals high damage. Enemies become his thralls.",
			Energy = 140,
			FullImages = { Portrait = "RevenantFull.png" },
			Health = 270,
			Image = "Revenant.png",
			InitialEnergy = 50,
			InternalName = "/Lotus/Powersuits/Revenant/Revenant",
			Introduced = "23.5",
			Link = "Revenant",
			MaxRank = 30,
			Name = "Revenant",
			Passive = "Shield depletion smashes enemies within 7.5m with a 100 Damage knockdown shockwave.",
			Playstyle = "Survival, Damage",
			Polarities = { "V", "D" },
			Portrait = "RevenantIcon272.png",
			Progenitor = "Cold",
			SellPrice = 10000,
			Sex = "Male",
			Shield = 735,
			Sprint = 1,
			SquadPortrait = "RevenantLargePortrait.png",
			Subsumed = "Reave",
			Tactical = "Enthrall",
			Themes = "Eidolon, Vampirism",
			Type = "Warframe" 
		},
		["Revenant Prime"] = {
			Abilities = { "Enthrall", "Mesmer Skin", "Reave", "Danse Macabre" },
			Armor = 135,
			AuraPolarity = "Bar",
			CodexSecret = false,
			Conclave = false,
			Description = "The lost one rises. Reify the essence of the Eidolon as you wield Revenant Prime’s power.",
			Energy = 175,
			FullImages = { Portrait = "RevenantPrimeFull.png" },
			Health = 270,
			Image = "RevenantPrime.png",
			InitialEnergy = 100,
			InternalName = "/Lotus/Powersuits/Revenant/RevenantPrime",
			Introduced = "32.0.9",
			Link = "Revenant/Prime",
			MaxRank = 30,
			Name = "Revenant Prime",
			Passive = "Shield depletion smashes enemies within 7.5m with a 100 Damage knockdown shockwave.",
			Playstyle = "Survival, Damage",
			Polarities = { "Bar", "V", "D" },
			Portrait = "RevenantPrimeIcon272.png",
			Progenitor = "Cold",
			SellPrice = 10000,
			Sex = "Male",
			Shield = 825,
			Sprint = 1.1,
			SquadPortrait = "RevenantPrimeLargePortrait.png",
			Tactical = "Enthrall",
			Themes = "Eidolon, Vampirism",
			Type = "Warframe" 
		},
		Rhino = {
			Abilities = { "Rhino Charge", "Iron Skin", "Roar", "Rhino Stomp" },
			Armor = 240,
			AuraPolarity = "V",
			CodexSecret = false,
			Conclave = true,
			Description = "Rhino packs a punch. He boasts high survivability and crowd control. The wise would do well to stand clear when he charges.",
			Energy = 100,
			FullImages = { Portrait = "RhinoFull.png" },
			Health = 270,
			Image = "Rhino.png",
			InitialEnergy = 50,
			InternalName = "/Lotus/Powersuits/Rhino/Rhino",
			Introduced = "Vanilla",
			Link = "Rhino",
			MaxRank = 30,
			Name = "Rhino",
			Passive = "Emit a shockwave dealing 100 damage after landing from a great height.",
			Playstyle = "Survival, Crowd Control",
			Polarities = { "D", "D" },
			Portrait = "RhinoIcon272.png",
			Progenitor = "Impact",
			SellPrice = 10000,
			Sex = "Male",
			Shield = 455,
			Sprint = 0.95,
			SquadPortrait = "RhinoLargePortrait.png",
			Subsumed = "Roar",
			Tactical = "Rhino Stomp",
			Themes = "Rhinoceros",
			Type = "Warframe" 
		},
		["Rhino Prime"] = {
			Abilities = { "Rhino Charge", "Iron Skin", "Roar", "Rhino Stomp" },
			Armor = 290,
			AuraPolarity = "V",
			CodexSecret = false,
			Conclave = true,
			Description = "Takes Rhino's ground-shaking abilities to the next level with altered mod polarities that offer greater customization.",
			Energy = 100,
			FullImages = { Portrait = "RhinoPrimeFull.png" },
			Health = 270,
			Image = "RhinoPrime.png",
			InitialEnergy = 50,
			InternalName = "/Lotus/Powersuits/Rhino/RhinoPrime",
			Introduced = "12.4",
			Link = "Rhino/Prime",
			MaxRank = 30,
			Name = "Rhino Prime",
			Passive = "Emit a shockwave dealing 100 damage after landing from a great height.",
			Playstyle = "Survival, Crowd Control",
			Polarities = { "D", "D", "Bar" },
			Portrait = "Rhino PrimeIcon272.png",
			Progenitor = "Impact",
			SellPrice = 25000,
			Sex = "Male",
			Shield = 455,
			Sprint = 1,
			SquadPortrait = "RhinoPrimeLargePortrait.png",
			Tactical = "Rhino Stomp",
			Themes = "Rhinoceros",
			Type = "Warframe",
			Vaulted = false 
		},
		Saryn = {
			Abilities = { "Spores", "Molt", "Toxic Lash", "Miasma" },
			Armor = 240,
			AuraPolarity = "D",
			CodexSecret = false,
			Conclave = true,
			Description = "Toxicity is Saryn's strength. Her serpentine powers deal heavy damage. For Saryn, venom is a virtue.",
			Energy = 175,
			FullImages = { Portrait = "SarynFull.png" },
			Health = 365,
			Image = "Saryn.png",
			InitialEnergy = 50,
			InternalName = "/Lotus/Powersuits/Saryn/Saryn",
			Introduced = "7",
			Link = "Saryn",
			MaxRank = 30,
			Name = "Saryn",
			Passive = "Status Effects inflicted upon enemies last 25% longer.",
			Playstyle = "Damage",
			Polarities = { "Bar", "D" },
			Portrait = "SarynIcon272.png",
			Progenitor = "Toxin",
			SellPrice = 10000,
			Sex = "Female",
			Shield = 270,
			Sprint = 0.95,
			SquadPortrait = "SarynLargePortrait.png",
			Subsumed = "Molt",
			Tactical = "Molt",
			Themes = "Disease, Poison, Serpentine",
			Type = "Warframe" 
		},
		["Saryn Prime"] = {
			Abilities = { "Spores", "Molt", "Toxic Lash", "Miasma" },
			Armor = 315,
			AuraPolarity = "D",
			CodexSecret = false,
			Conclave = true,
			Description = "A golden blossom conceals deadly nectar. Featuring altered mod polarities for greater customization.",
			Energy = 200,
			EnergyRank30 = 300,
			FullImages = { Portrait = "SarynPrimeFull.png" },
			Health = 365,
			Image = "SarynPrime.png",
			InitialEnergy = 100,
			InternalName = "/Lotus/Powersuits/Saryn/SarynPrime",
			Introduced = "18.4.12",
			Link = "Saryn/Prime",
			MaxRank = 30,
			Name = "Saryn Prime",
			Passive = "Status Effects inflicted upon enemies last 25% longer.",
			Playstyle = "Damage",
			Polarities = { "Bar", "D", "V" },
			Portrait = "Saryn PrimeIcon272.png",
			Progenitor = "Toxin",
			SellPrice = 25000,
			Sex = "Female",
			Shield = 270,
			Sprint = 1,
			SquadPortrait = "SarynPrimeLargePortrait.png",
			Tactical = "Molt",
			Themes = "Disease, Poison, Serpentine",
			Type = "Warframe",
			Vaulted = true 
		},
		Sevagoth = {
			Abilities = { "Reap", "Sow", "Gloom", "Exalted Shadow" },
			Armor = 160,
			CodexSecret = false,
			Conclave = false,
			Description = "No longer adrift in the Void, Sevagoth has returned. He and his Shadow deal heavy damage and have high survivability. They are sustained by the reaping of wayward souls.",
			Energy = 140,
			FullImages = { Portrait = "SevagothFull.png" },
			Health = 270,
			Image = "Sevagoth.png",
			InitialEnergy = 75,
			InternalName = "/Lotus/Powersuits/Wraith/Wraith",
			Introduced = "30",
			Link = "Sevagoth",
			MaxRank = 30,
			Name = "Sevagoth",
			Passive = "On death, become Sevagoth's Shadow and fight to resurrect him by collecting the souls needed to rebuild his tombstone.",
			Playstyle = "Damage, Survival",
			Polarities = { "D", "V" },
			Portrait = "SevagothIcon272.png",
			Progenitor = "Impact",
			SellPrice = 10000,
			Sex = "Male",
			Shield = 235,
			Sprint = 0.95,
			SquadPortrait = "WraithLargePortrait.png",
			Subsumed = "Gloom",
			Tactical = "Gloom",
			Themes = "Phantom, Reaper, Shadow Elemental",
			Type = "Warframe" 
		},
		["Sevagoth's Shadow"] = {
			Abilities = { "Embrace", "Consume", "Death's Harvest", "Reunite" },
			Armor = 475,
			AuraPolarity = "V",
			CodexSecret = false,
			Conclave = false,
			Description = "",
			Energy = 100,
			FullImages = { Portrait = "SevagothShadowFull.png" },
			Health = 270,
			Image = "Sevagoth'sShadow.png",
			InitialEnergy = 50,
			InternalName = "/Lotus/Powersuits/Wraith/Reaper",
			Introduced = "30",
			Link = "Sevagoth/Abilities",
			MaxRank = 30,
			Name = "Sevagoth's Shadow",
			Passive = "None",
			Playstyle = "Damage, Survival",
			Polarities = { "V", "V" },
			Portrait = "SevagothShadow-Arsenal.webp",
			Progenitor = "Impact",
			SellPrice = 10000,
			Sex = "Male",
			Shield = 135,
			ShieldRank30 = 185,
			Sprint = 1.1,
			Subsumed = "Gloom",
			Tactical = "Gloom",
			Themes = "Wraith",
			Type = "Warframe",
			_IgnoreEntry = true 
		},
		Stalker = {
			Abilities = { "Teleport (Stalker)", "Marked", "Smoke Screen (Stalker)", "Punishment" },
			Armor = 90,
			AuraPolarity = "Bar",
			CodexSecret = true,
			Conclave = false,
			Description = "An ally from an unknown time and place. Stalker is a powerful force within the shadows.",
			Energy = 100,
			FullImages = { },
			Health = 150,
			Image = "Stalker.png",
			InitialEnergy = 50,
			InternalName = "/Lotus/Powersuits/Stalker/Stalker",
			Introduced = "33",
			Link = "Stalker (Playable)",
			MaxRank = 30,
			Name = "Stalker",
			Passive = "Stalker's attacks have +300% Critical Chance against enemies who do not see him.",
			Playstyle = "Stealth",
			Polarities = { },
			Portrait = "Stalker.png",
			Sex = "Male",
			Shield = 75,
			Sprint = 1.2,
			SquadPortrait = "StalkerLargePortrait.png",
			Themes = "Assassin, Shadow",
			Type = "Warframe",
			_IgnoreEntry = true 
		},
		Styanax = {
			Abilities = { "Axios Javelin", "Tharros Strike", "Rally Point", "Final Stand" },
			Armor = 265,
			AuraPolarity = "Bar",
			CodexSecret = false,
			Conclave = false,
			Description = "Styanax never wonders how many enemies he will face, only where he can find them. The hoplite deals high damage. Enemies tremble before his spear and shield.",
			Energy = 175,
			FullImages = { Animated = "StyanaxAnimated.png" },
			Health = 270,
			Image = "Styanax.png",
			InitialEnergy = 50,
			InternalName = "/Lotus/Powersuits/Hoplite/Hoplite",
			Introduced = "32",
			Link = "Styanax",
			MaxRank = 30,
			Name = "Styanax",
			Passive = "Styanax's critical chance increases with his shields and doubles for spearguns.",
			Playstyle = "Damage",
			Polarities = { "D", "Bar" },
			Portrait = "StyanaxIcon272.png",
			Progenitor = "Cold",
			SellPrice = 25000,
			Sex = "Male",
			Shield = 825,
			Sprint = 1,
			SquadPortrait = "StyanaxLargePortrait.png",
			Subsumed = "Tharros Strike",
			Tactical = "Rally Point",
			Themes = "Astyanax, Hoplite, Peltast, Shield & Spear Paradox",
			Type = "Warframe" 
		},
		Titania = {
			Abilities = { "Spellbind", "Tribute", "Lantern", "Razorwing" },
			Armor = 105,
			AuraPolarity = "V",
			CodexSecret = false,
			Conclave = true,
			Description = "Titania's fairy-like appearance belies her formidable regal power. The enchantress deals high damage and provides crowd control. She forces opponents to pay homage or perish.",
			Energy = 175,
			FullImages = { Portrait = "TitaniaFull.png" },
			Health = 270,
			Image = "Titania.png",
			InitialEnergy = 100,
			InternalName = "/Lotus/Powersuits/Fairy/Fairy",
			Introduced = "The Silver Grove",
			Link = "Titania",
			MaxRank = 30,
			Name = "Titania",
			Passive = "Titania generates Health for herself and nearby allies every time she casts an Ability.",
			Playstyle = "Damage, Crowd Control",
			Polarities = { "V", "D" },
			Portrait = "TitaniaIcon272.png",
			Progenitor = "Cold",
			SellPrice = 10000,
			Sex = "Female",
			Shield = 270,
			Sprint = 1,
			SquadPortrait = "TitaniaLargePortrait.png",
			Subsumed = "Spellbind",
			Tactical = "Lantern",
			Themes = "Fairy Queen",
			Type = "Warframe" 
		},
		["Titania Prime"] = {
			Abilities = { "Spellbind", "Tribute", "Lantern", "Razorwing" },
			Armor = 135,
			AuraPolarity = "V",
			CodexSecret = false,
			Conclave = false,
			Description = "Tempting and terrifying, this is Titania in her ultimate form.",
			Energy = 215,
			FullImages = { Portrait = "TitaniaPrimeFull.png" },
			Health = 365,
			Image = "TitaniaPrime.png",
			InitialEnergy = 125,
			InternalName = "/Lotus/Powersuits/Fairy/TitaniaPrime",
			Introduced = "27.3.6",
			Link = "Titania/Prime",
			Mastery = 0,
			MaxRank = 30,
			Name = "Titania Prime",
			Passive = "Titania generates Health for herself and nearby allies every time she casts an Ability.",
			Playstyle = "Damage, Crowd Control",
			Polarities = { "Bar", "V", "V", "D" },
			Portrait = "TitaniaPrimeIcon272.png",
			Progenitor = "Cold",
			SellPrice = 10000,
			Sex = "Female",
			Shield = 270,
			Sprint = 1,
			SquadPortrait = "TitaniaPrimeLargePortrait.png",
			Tactical = "Lantern",
			Themes = "Fairy Queen",
			Type = "Warframe",
			Vaulted = true 
		},
		Trinity = {
			Abilities = { "Well of Life", "Energy Vampire", "Link", "Blessing" },
			Armor = 105,
			AuraPolarity = "D",
			CodexSecret = false,
			Conclave = true,
			Description = "Trinity embodies redemption and health. Her extraordinary healing powers support allies. Where others destroy, she restores.",
			Energy = 175,
			FullImages = { Portrait = "TrinityFull.png" },
			Health = 270,
			Image = "Trinity.png",
			InitialEnergy = 75,
			InternalName = "/Lotus/Powersuits/Trinity/Trinity",
			Introduced = "Vanilla",
			Link = "Trinity",
			MaxRank = 30,
			Name = "Trinity",
			Passive = "Revive fallen allies 25% faster and from 50% farther away.",
			Playstyle = "Support",
			Polarities = { "D", "D" },
			Portrait = "TrinityIcon272.png",
			Progenitor = "Cold",
			SellPrice = 10000,
			Sex = "Female",
			Shield = 270,
			Sprint = 1,
			SquadPortrait = "TrinityLargePortrait.png",
			Subsumed = "Well of Life",
			Tactical = "Energy Vampire",
			Themes = "Healer",
			Type = "Warframe" 
		},
		["Trinity Prime"] = {
			Abilities = { "Well of Life", "Energy Vampire", "Link", "Blessing" },
			Armor = 135,
			AuraPolarity = "D",
			CodexSecret = false,
			Conclave = true,
			Description = "Become the bastion that defends allies using powerful healing abilities with Trinity Prime. Featuring altered mod polarities for greater customization.",
			Energy = 175,
			FullImages = { Portrait = "TrinityPrimeFull.png" },
			Health = 270,
			Image = "TrinityPrime.png",
			InitialEnergy = 125,
			InternalName = "/Lotus/Powersuits/Trinity/TrinityPrime",
			Introduced = "17.6",
			Link = "Trinity/Prime",
			MaxRank = 30,
			Name = "Trinity Prime",
			Passive = "Revive fallen allies 25% faster and from 50% farther away.",
			Playstyle = "Support",
			Polarities = { "D", "D", "V", "Bar" },
			Portrait = "Trinity PrimeIcon272.png",
			Progenitor = "Cold",
			SellPrice = 25000,
			Sex = "Female",
			Shield = 455,
			Sprint = 1.1,
			SquadPortrait = "TrinityPrimeLargePortrait.png",
			Tactical = "Energy Vampire",
			Themes = "Healer",
			Type = "Warframe",
			Vaulted = true 
		},
		Valkyr = {
			Abilities = { "Rip Line", "Warcry", "Paralysis", "Hysteria" },
			Armor = 630,
			AuraPolarity = "V",
			CodexSecret = false,
			Conclave = true,
			Description = "Valkyr was modified into a highly motivated and fearsome killer. She is adept at dealing damage and surviving. Her battle cry strikes terror into all who hear it.",
			Energy = 100,
			FullImages = { Portrait = "ValkyrFull.png" },
			Health = 270,
			Image = "Valkyr.png",
			InitialEnergy = 50,
			InternalName = "/Lotus/Powersuits/Berserker/Berserker",
			Introduced = "11",
			Link = "Valkyr",
			MaxRank = 30,
			Name = "Valkyr",
			Passive = "Recover 50% faster from being knocked down.",
			Playstyle = "Damage, Survival",
			Polarities = { "V", "V" },
			Portrait = "ValkyrIcon272.png",
			Progenitor = "Electricity",
			SellPrice = 10000,
			Sex = "Female",
			Shield = 135,
			ShieldRank30 = 185,
			Sprint = 1.1,
			SquadPortrait = "ValkyrLargePortrait.png",
			Subsumed = "Warcry",
			Tactical = "Warcry",
			Themes = "Berserker, Feline",
			Type = "Warframe" 
		},
		["Valkyr Prime"] = {
			Abilities = { "Rip Line", "Warcry", "Paralysis", "Hysteria" },
			Armor = 735,
			AuraPolarity = "V",
			CodexSecret = false,
			Conclave = true,
			Description = "A proud fighter emerges unscarred by time or malice. Featuring altered mod polarities allow for greater customization.",
			Energy = 175,
			FullImages = { Portrait = "ValkyrPrimeFull.png" },
			Health = 270,
			Image = "ValkyrPrime.png",
			InitialEnergy = 100,
			InternalName = "/Lotus/Powersuits/Berserker/ValkyrPrime",
			Introduced = "19.0.7",
			Link = "Valkyr/Prime",
			MaxRank = 30,
			Name = "Valkyr Prime",
			Passive = "Recover 50% faster from being knocked down.",
			Playstyle = "Damage, Survival",
			Polarities = { "V", "V", "V" },
			Portrait = "Valkyr PrimeIcon272.png",
			Progenitor = "Electricity",
			SellPrice = 10000,
			Sex = "Female",
			Shield = 135,
			ShieldRank30 = 185,
			Sprint = 1.1,
			SquadPortrait = "ValkyrPrimeLargePortrait.png",
			Tactical = "Warcry",
			Themes = "Berserker, Feline",
			Type = "Warframe",
			Vaulted = false 
		},
		Vauban = {
			Abilities = { "Tesla Nervos", "Minelayer", "Photon Strike", "Bastille" },
			Armor = 160,
			AuraPolarity = "Bar",
			CodexSecret = false,
			Conclave = false,
			Description = "Vauban is the model of innovative technology. He deploys clever inventions to provide crowd control. His tenacity and focus make him formidable.",
			Energy = 175,
			FullImages = { Portrait = "VaubanFull.png" },
			Health = 270,
			Image = "Vauban.png",
			InitialEnergy = 75,
			InternalName = "/Lotus/Powersuits/Trapper/Trapper",
			Introduced = "7.11",
			Link = "Vauban",
			MaxRank = 30,
			Name = "Vauban",
			Passive = "Deal 25% Extra Damage to incapacitated enemies.",
			Playstyle = "Crowd Control",
			Polarities = { "Bar", "V" },
			Portrait = "VaubanIcon272.png",
			Progenitor = "Heat",
			SellPrice = 10000,
			Sex = "Male",
			Shield = 180,
			Sprint = 1,
			SquadPortrait = "VaubanLargePortrait.png",
			Subsumed = "Tesla Nervos",
			Tactical = "Photon Strike",
			Themes = "Combat Engineer",
			Type = "Warframe" 
		},
		["Vauban Prime"] = {
			Abilities = { "Tesla Nervos", "Minelayer", "Photon Strike", "Bastille" },
			Armor = 210,
			AuraPolarity = "Bar",
			CodexSecret = false,
			Conclave = false,
			Description = "Transform the battlefield into a weapon with this gilded tactician. Features unique mod polarities for extended customization.",
			Energy = 175,
			FullImages = { Portrait = "VaubanPrimeFull.png" },
			Health = 270,
			Image = "VaubanPrime.png",
			InitialEnergy = 100,
			InternalName = "/Lotus/Powersuits/Trapper/TrapperPrime",
			Introduced = "18.12",
			Link = "Vauban/Prime",
			MaxRank = 30,
			Name = "Vauban Prime",
			Passive = "Deal 25% Extra Damage to incapacitated enemies.",
			Playstyle = "Crowd Control",
			Polarities = { "Bar", "V", "D" },
			Portrait = "Vauban PrimeIcon272.png",
			Progenitor = "Heat",
			SellPrice = 25000,
			Sex = "Male",
			Shield = 270,
			Sprint = 1,
			SquadPortrait = "VaubanPrimeLargePortrait.png",
			Tactical = "Photon Strike",
			Themes = "Combat Engineer",
			Type = "Warframe",
			Vaulted = true 
		},
		Volt = {
			Abilities = { "Shock", "Speed", "Electric Shield", "Discharge" },
			Armor = 105,
			AuraPolarity = "V",
			CodexSecret = false,
			Conclave = true,
			Description = "Electricity flows through Volt. His attacks deal high damage. Enemies will be shocked.",
			Energy = 100,
			FullImages = { Portrait = "VoltFull.png" },
			Health = 270,
			Image = "Volt.png",
			InitialEnergy = 50,
			InternalName = "/Lotus/Powersuits/Volt/Volt",
			Introduced = "Vanilla",
			Link = "Volt",
			MaxRank = 30,
			Name = "Volt",
			Passive = "Grounded movement generates an electrical charge building up 1000 Damage per meter that is unleashed with the next attack.",
			Playstyle = "Damage",
			Polarities = { "Bar", "V" },
			Portrait = "VoltIcon272.png",
			Progenitor = "Electricity",
			SellPrice = 10000,
			Sex = "Male",
			Shield = 455,
			Sprint = 1,
			SquadPortrait = "VoltLargePortrait.png",
			Subsumed = "Shock",
			Tactical = "Speed",
			Themes = "Electricity",
			Type = "Warframe" 
		},
		["Volt Prime"] = {
			Abilities = { "Shock", "Speed", "Electric Shield", "Discharge" },
			Armor = 135,
			AuraPolarity = "V",
			CodexSecret = false,
			Conclave = true,
			Description = "A glorious warrior from the past, Volt Prime features the same abilities as Volt but with unique mod polarities for greater customization.",
			Energy = 200,
			EnergyRank30 = 300,
			FullImages = { Portrait = "VoltPrimeFull.png" },
			Health = 270,
			Image = "VoltPrime.png",
			InitialEnergy = 125,
			InternalName = "/Lotus/Powersuits/Volt/VoltPrime",
			Introduced = "16.1",
			Link = "Volt/Prime",
			MaxRank = 30,
			Name = "Volt Prime",
			Passive = "Grounded movement generates an electrical charge building up 1000 Damage per meter that is unleashed with the next attack.",
			Playstyle = "Damage",
			Polarities = { "Bar", "V", "V" },
			Portrait = "Volt PrimeIcon272.png",
			Progenitor = "Electricity",
			SellPrice = 25000,
			Sex = "Male",
			Shield = 455,
			Sprint = 1,
			SquadPortrait = "VoltPrimeLargePortrait.png",
			Tactical = "Speed",
			Themes = "Electricity",
			Type = "Warframe",
			Vaulted = true 
		},
		Voruna = {
			Abilities = { "Shroud of Dynar", "Fangs of Raksh", "Lycath's Hunt", "Ulfrun's Descent" },
			Armor = 200,
			AuraPolarity = "D",
			CodexSecret = false,
			Conclave = false,
			Description = "Four beasts, one heart. Voruna's loyal wolf pack makes for a deadly combination of strength and stealth. Beware the monstrous howl that heralds fangs of vengeance.",
			Energy = 100,
			FullImages = { Portrait = "VorunaFull.png" },
			Health = 455,
			Image = "Voruna.png",
			InitialEnergy = 50,
			InternalName = "/Lotus/Powersuits/Wolf/Wolf",
			Introduced = "32.2",
			Link = "Voruna",
			MaxRank = 30,
			Name = "Voruna",
			Passive = "Voruna never fights alone. In mission, hold Abilities to call upon each wolf's unique Passive power.",
			Playstyle = "Damage, Stealth",
			Polarities = { "V", "D" },
			Portrait = "VorunaIcon272.png",
			Progenitor = "Radiation",
			SellPrice = 10000,
			Sex = "Female",
			Shield = 270,
			Sprint = 0.95,
			SquadPortrait = "VorunaLargePortrait.png",
			Subsumed = "Lycath's Hunt",
			Tactical = "Shroud of Dynar",
			Themes = "Wolves, Žvorūna",
			Type = "Warframe"
		},
		Wisp = {
			Abilities = { "Reservoirs", "Wil-O-Wisp", "Breach Surge", "Sol Gate" },
			Armor = 185,
			AuraPolarity = "Bar",
			CodexSecret = false,
			Conclave = false,
			Description = "Wisp floats between the material and the ethereal. She accesses multiple dimensions to support her allies. Her countenance is mysterious and enigmatic.",
			Energy = 200,
			EnergyRank30 = 300,
			FullImages = { Portrait = "WispFull.png" },
			Health = 270,
			Image = "Wisp.png",
			InitialEnergy = 150,
			InternalName = "/Lotus/Powersuits/Wisp/Wisp",
			Introduced = "25.0",
			Link = "Wisp",
			MaxRank = 30,
			Name = "Wisp",
			Passive = "Flowing between dimensions Wisp becomes invisible to enemies while in the air.",
			Playstyle = "Support",
			Polarities = { "V", "D" },
			Portrait = "WispIcon272.png",
			Progenitor = "Heat",
			SellPrice = 25000,
			Sex = "Female",
			Shield = 180,
			Sprint = 1.2,
			SquadPortrait = "WispLargePortrait.png",
			Subsumed = "Breach Surge",
			Tactical = "Breach Surge",
			Themes = "Will-O-Wisps, Portal Manipulation",
			Type = "Warframe" 
		},
		["Wisp Prime"]= {
			Abilities = { "Reservoirs", "Wil-O-Wisp", "Breach Surge", "Sol Gate" },
			Armor = 210,
			AuraPolarity = "Bar",
			CodexSecret = false,
			Conclave = false,
			Description = "Wisp Prime's gilded splendor haunts the battlefield. Allies welcome her interdimensional beauty.",
			Energy = 200,
			EnergyRank30 = 300,
			FullImages = { Portrait = "WispPrimeFull.png" },
			Health = 270,
			Image = "WispPrime.png",
			InitialEnergy = 150,
			InternalName = "/Lotus/Powersuits/Wisp/WispPrime",
			Introduced = "33.6",
			Link = "Wisp/Prime",
			MaxRank = 30,
			Name = "Wisp Prime",
			Passive = "Flowing between dimensions Wisp becomes invisible to enemies while in the air.",
			Playstyle = "Support",
			Polarities = { "V", "D", "Bar"  },
			Portrait = "WispPrimeIcon272.png",
			Progenitor = "Heat",
			SellPrice = 25000,
			Sex = "Female",
			Shield = 270,
			Sprint = 1.25,
			SquadPortrait = "WispPrimeLargePortrait.png",
			Tactical = "Breach Surge",
			Themes = "Will-O-Wisps, Portal Manipulation",
			Type = "Warframe"
		},
		Wukong = {
			Abilities = { "Celestial Twin", "Cloud Walker", "Defy", "Primal Fury" },
			Armor = 265,
			AuraPolarity = "V",
			CodexSecret = false,
			Conclave = false,
			Description = "The simian warrior is a mountain of strength. Wukong deals heavy damage and has high survivability. His quick trickster tactics are unforgettable.",
			Energy = 130,
			FullImages = { Portrait = "WukongFull.png" },
			Health = 455,
			Image = "Wukong.png",
			InitialEnergy = 50,
			InternalName = "/Lotus/Powersuits/MonkeyKing/MonkeyKing",
			Introduced = "17.12",
			Link = "Wukong",
			MaxRank = 30,
			Name = "Wukong",
			Passive = "After taking fatal damage Wukong automatically uses one of his mastered survival techniques. These techniques can only be invoked three times per mission.",
			Playstyle = "Damage, Survival",
			Polarities = { "Bar", "D" },
			Portrait = "WukongIcon272.png",
			Progenitor = "Impact",
			SellPrice = 10000,
			Sex = "Male",
			Shield = 270,
			Sprint = 1,
			SquadPortrait = "WukongLargePortrait.png",
			Subsumed = "Defy",
			Tactical = "Celestial Twin",
			Themes = "Monkey King",
			Type = "Warframe" 
		},
		["Wukong Prime"] = {
			Abilities = { "Celestial Twin", "Cloud Walker", "Defy", "Primal Fury" },
			Armor = 290,
			AuraPolarity = "V",
			CodexSecret = false,
			Conclave = false,
			Description = "The trickster-warrior ascends to his ultimate incarnation.",
			Energy = 145,
			FullImages = { Portrait = "WukongPrimeFull.png" },
			Health = 455,
			Image = "WukongPrime.png",
			InitialEnergy = 65,
			InternalName = "/Lotus/Powersuits/MonkeyKing/WukongPrime",
			Introduced = "25.3.0",
			Link = "Wukong/Prime",
			Mastery = 0,
			MaxRank = 30,
			Name = "Wukong Prime",
			Passive = "After taking fatal damage Wukong automatically uses one of his mastered survival techniques. These techniques can only be invoked three times per mission.",
			Playstyle = "Damage, Survival",
			Polarities = { "Bar", "D", "V" },
			Portrait = "Wukong_PrimeIcon272.png",
			Progenitor = "Impact",
			SellPrice = 10000,
			Sex = "Male",
			Shield = 345,
			Sprint = 1.05,
			SquadPortrait = "WukongPrimeLargePortrait.png",
			Tactical = "Celestial Twin",
			Themes = "Monkey King",
			Type = "Warframe",
			Vaulted = true 
		},
		Xaku = {
			Abilities = { "Xata's Whisper", "Grasp of Lohk", "The Lost", "The Vast Untime" },
			Armor = 146,
			AuraPolarity = "Bar",
			CodexSecret = false,
			Conclave = false,
			Description = "Broken Warframes adrift in the Void converged to create Xaku. Together, they deal high damage. Xaku proves that the sum of the whole is greater than its parts.",
			Energy = 160,
			EnergyRank30 = 230,
			FullImages = { Default = "XakuFull.png", Skeletal = "XakuSkeletonFull.png" },
			Health = 269,
			HealthRank30 = 359,
			Image = "Xaku.png",
			InitialEnergy = 50,
			InternalName = "/Lotus/Powersuits/BrokenFrame/BrokenFrame",
			Introduced = "29",
			Link = "Xaku",
			Mastery = 0,
			MaxRank = 30,
			Name = "Xaku",
			Passive = "25% Damage Reduction on AOE attacks and chance to avoid incoming weapon damage.",
			Playstyle = "Damage",
			Polarities = { "D", "D" },
			Portrait = "XakuIcon272.png",
			Progenitor = "Magnetic",
			SellPrice = 25000,
			Sex = "Non-binary (Pluriform)",
			Shield = 239,
			ShieldRank30 = 329,
			Sprint = 1.02,
			SquadPortrait = "BrokenLargePortrait.png",
			Subsumed = "Xata's Whisper",
			Tactical = "The Lost",
			Themes = "Broken, Void Manipulation",
			Type = "Warframe",
			Vaulted = false 
		},
		Yareli = {
			Abilities = { "Sea Snares", "Merulina", "Aquablades", "Riptide" },
			Armor = 105,
			AuraPolarity = "V",
			CodexSecret = false,
			Conclave = false,
			Description = "The waverider can unleash a flood of destruction on the battlefield. Yareli’s aqueous attacks deal high damage. Surf’s up. Enemies down.",
			Energy = 200,
			EnergyRank30 = 300,
			FullImages = { Portrait = "YareliFull.png" },
			Health = 270,
			Image = "Yareli.png",
			InitialEnergy = 50,
			InternalName = "/Lotus/Powersuits/Yareli/Yareli",
			Introduced = "30.5",
			Link = "Yareli",
			Mastery = 0,
			MaxRank = 30,
			Name = "Yareli",
			Passive = "Yareli gains +200% Critical Chance for Secondary weapons when she has been moving for at least 1.5s.",
			Playstyle = "Damage",
			Polarities = { "V", "Bar" },
			Portrait = "YareliIcon272.png",
			Progenitor = "Magnetic",
			SellPrice = 25000,
			Sex = "Female",
			Shield = 455,
			Sprint = 1,
			SquadPortrait = "YareliLargePortrait.png",
			Subsumed = "Aquablades",
			Tactical = "Riptide",
			Themes = "Aquakinesis, Idol, Surfer",
			Type = "Warframe" 
		},
		Zephyr = {
			Abilities = { "Tail Wind", "Airburst", "Turbulence", "Tornado" },
			Armor = 105,
			AuraPolarity = "D",
			CodexSecret = false,
			Conclave = true,
			Description = "Command the power of the wind. Zephyr's cyclonic abilities protect her, deal high damage, and provide crowd control. She swoops in from above and leaves a path of destruction.",
			Energy = 100,
			FullImages = { Portrait = "ZephyrFull.png" },
			Health = 455,
			Image = "Zephyr.png",
			InitialEnergy = 50,
			InternalName = "/Lotus/Powersuits/Tengu/Tengu",
			Introduced = "12",
			Link = "Zephyr",
			MaxRank = 30,
			Name = "Zephyr",
			Passive = "Zephyr moves faster and falls slower while airborne. Also gain 150% Critical Hit chance with weapons while airborne.",
			Playstyle = "Crowd Control, Damage",
			Polarities = { "V", "Bar" },
			Portrait = "ZephyrIcon272.png",
			Progenitor = "Impact",
			SellPrice = 10000,
			Sex = "Female",
			Shield = 455,
			Sprint = 1.1,
			SquadPortrait = "ZephyrLargePortrait.png",
			Subsumed = "Airburst",
			Tactical = "Tornado",
			Themes = "Air Elemental, Avian",
			Type = "Warframe" 
		},
		["Zephyr Prime"] = {
			Abilities = { "Tail Wind", "Airburst", "Turbulence", "Tornado" },
			Armor = 135,
			AuraPolarity = "D",
			CodexSecret = false,
			Conclave = true,
			Description = "Take to the skies with this golden bird of destruction.",
			Energy = 175,
			FullImages = { Portrait = "ZephyrPrimeFull.png" },
			Health = 455,
			Image = "ZephyrPrime.png",
			InitialEnergy = 75,
			InternalName = "/Lotus/Powersuits/Tengu/ZephyrPrime",
			Introduced = "22.16.4",
			Link = "Zephyr/Prime",
			Mastery = 0,
			MaxRank = 30,
			Name = "Zephyr Prime",
			Passive = "Zephyr moves faster and falls slower while airborne. Also gain 150% Critical Hit chance with weapons while airborne.",
			Playstyle = "Crowd Control, Damage",
			Polarities = { "V", "V", "D", "Bar" },
			Portrait = "Zephyr PrimeIcon272.png",
			Progenitor = "Impact",
			SellPrice = 25000,
			Sex = "Female",
			Shield = 455,
			Sprint = 1.15,
			SquadPortrait = "ZephyrPrimeLargePortrait.png",
			Tactical = "Tornado",
			Themes = "Air Elemental, Avian",
			Type = "Warframe",
			Vaulted = true 
		} 
	} 
}
Advertisement