Database of WARFRAME's Warframe avatars.
- Last updated: Sun, 26 Jun 2022 18:08:23 +0000 (UTC) by User:Cephalon Scientia
Warframe Data Schema
["Warframe Name"] = {
Abilities = { "1", "2", "3", "4" },
Armor = 100,
AuraPolarity = "V",
Conclave = false,
CodexSecret = false,
Energy = 100,
Health = 100,
Image = "FrameNewLook.png",
InitialEnergy = 50,
InternalName = "/Lotus/Powersuits/Warframe/Warframe",
Introduced = "30.0",
Link = "Article Name",
Name = "Warframe Name",
Passive = "In-game passive description",
Polarities = { "V", "V" },
Portrait = "FrameIcon272.png",
Progenitor = "Element Name",
Shield = 100,
Sprint = 1.00,
Themes = "Space Ninja",
Subsumed = "Ability Name",
Sex = "Male"
},
Key/Column Name | Arsenal EN L10n | Mobile 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's base Armor at Rank 0 | 100
|
ArmorRank30 |
Armor | N/A | N/A | Number (integer) | ❌ | Warframe'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 has an entry in the Codex before the player acquires it; defaults to false | false
|
Conclave |
N/A | N/A | AvailableOnPvp |
Boolean | ❌ | Whether or not the Warframe can be used in Conclave | false
|
Energy |
Energy | power |
MaxEnergy |
Number (float) | ✔️ | Warframe's base Energy capacity at Rank 0 | 150
|
EnergyRank30 |
Energy | N/A | N/A | Number (integer) | ❌ | Warframe's unmodded Energy capacity at Rank 30 (not base energy) | 300
|
Health |
Health | health |
MaxHealthOverride |
Number (integer) | ✔️ | Warframe's base Health at Rank 0 | 100
|
HealthRank30 |
Health | N/A | N/A | Number (integer) | ❌ | Warframe's unmodded Health at Rank 30 (not base health) | 300
|
Image |
N/A | textureLocation |
texture |
String | ✔️ | Image file name of the Warframe as uploaded to the wiki (preferably full body image if possible for infoboxes) | "AshNewLook.png"
|
InitialEnergy |
N/A | N/A | InitialEnergy |
Number (integer) | ✔️ | Warframe's initial energy value when spawning (not the same as base energy capacity) | 50
|
InternalName |
N/A | uniqueName |
path or TypeName |
String | ❌ | The full unique name of a Warframe formatted as a file path | "/Lotus/Powersuits/Ninja/Ninja"
|
Introduced |
N/A | N/A | N/A | String | ✔️ | The game version in which the Warframe 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 on the wiki | "Excalibur"
|
Mastery |
N/A | masteryReq |
RequiredLevel |
Number (integer) | ✔️ | Mastery Rank requirement | 5
|
MaxRank |
N/A | N/A | LevelCap |
Number (integer) | ❌ | For Necramechs, the maximum rank that they can level up to | 40
|
Name |
N/A | name |
LocalizeTag |
String | ✔️ | Warframe'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."
|
Polarities |
N/A | N/A | ArtifactSlots |
Table (array of strings) | ✔️ | Full names of the Warframe's non-Universal polarities | { "Naramon", "Madurai" }
|
Portrait |
N/A | N/A | N/A | String | ✔️ | Half body image file name of Warframe 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 to generate a new lich | "Radiation"
|
Shield |
Shield | shield |
MaxShieldOverride |
Number (integer) | ✔️ | Warframe's base Shield at Rank 0 | 100
|
ShieldRank30 |
Shield | N/A | N/A | Number (integer) | ❌ | Warframe's unmodded Shield at Rank 30 (not base shield) | 300
|
Sprint |
Sprint Speed | sprintSpeed |
MovementSpeedMultiplier |
Number (float) | ✔️ | Warframe's base Sprint Speed | 1
|
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 after sacrificing a base Warframe to the Helminth | "Shuriken"
|
Themes |
N/A | N/A | N/A | String | ✔️ | Warframe's thematic inspirations and references | "Ninja, Assassin"
|
Sex |
N/A | N/A | N/A | String | ✔️ | Warframe's official sex and/or gender | "Male"
|
For Module Use
Key/Column Name | Data Type | Required? | Explanation/Description | Example(s) |
---|---|---|---|---|
_IgnoreEntry |
Boolean | ❌ | For module use, indicates that this Warframe table entry is special and should ignored when parsing table entries | true
|
Warframe Data
Validate data types of key-value pairs
Script error: No such module "Warframe/data/validate".
Checking missing keys
Script error: No such module "Warframe/data/validate".
return {
Operators = {
Operator = {
Armor = 75,
Conclave = false,
CodexSecret = true,
Energy = 100,
EnergyRank30 = 100,
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
},
Drifter = {
Armor = 75,
Conclave = false,
CodexSecret = true,
Energy = 100,
EnergyRank30 = 100,
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
},
},
Archwings = {
Amesha = {
Abilities = { "Watchful Swarm", "Benevolent Decoy", "Warding Grace", "Vengeful Rush" },
Armor = 200,
Conclave = false,
CodexSecret = false,
Energy = 200,
EnergyRank30 = 360,
Health = 400,
Image = "ArchwingSuitSupport.png",
InitialEnergy = 0,
InternalName = "/Lotus/Powersuits/Archwing/SupportJetPack/SupportJetPack",
Introduced = "Specters of the Rail",
Link = "Amesha",
Name = "Amesha",
Polarities = { "Bar", "D", "V" },
Portrait = "ArchwingSuitSupport.png",
Shield = 200,
Sprint = 1.1
},
Elytron = {
Abilities = { "Bloomer", "Core Vent", "Thumper", "Warhead" },
Armor = 150,
Conclave = false,
CodexSecret = false,
Energy = 125,
EnergyRank30 = 225,
Health = 450,
Image = "ArchwingSuitDemolition.png",
InitialEnergy = 0,
InternalName = "/Lotus/Powersuits/Archwing/DemolitionJetPack/DemolitionFlightJetPack",
Introduced = "15",
Link = "Elytron",
Name = "Elytron",
Polarities = { "V", "D", "Bar" },
Portrait = "ArchwingSuitDemolition.png",
Shield = 450,
Sprint = 0.9
},
Itzal = {
Abilities = { "Arch Line", "Penumbra", "Cosmic Crush", "Fighter Escort" },
Armor = 50,
Conclave = false,
CodexSecret = false,
Energy = 200,
EnergyRank30 = 360,
Health = 200,
Image = "ArchwingSuitStealth.png",
InitialEnergy = 100,
InternalName = "/Lotus/Powersuits/Archwing/StealthJetPack/StealthFlightJetPack",
Introduced = "15.7.2",
Link = "Itzal",
Name = "Itzal",
Polarities = { "V", "D", "Bar" },
Portrait = "ArchwingSuitStealth.png",
Shield = 200,
Sprint = 1.2
},
Odonata = {
Abilities = { "Energy Shell", "Disarray", "Seeking Fire", "Repel" },
Armor = 100,
Conclave = false,
CodexSecret = false,
Energy = 100,
EnergyRank30 = 180,
Health = 300,
Image = "ArchwingSuitStandard.png",
InitialEnergy = 0,
InternalName = "/Lotus/Powersuits/Archwing/StandardJetPack/StandardFlightJetPack",
Introduced = "15",
Link = "Odonata",
Name = "Odonata",
Polarities = { "V", "D", "Bar" },
Portrait = "ArchwingSuitStandard.png",
Shield = 300,
Sprint = 1
},
["Odonata Prime"] = {
Abilities = { "Energy Shell", "Disarray", "Seeking Fire", "Repel" },
Armor = 100,
Conclave = false,
CodexSecret = false,
Energy = 100,
EnergyRank30 = 180,
Health = 400,
Image = "ArchwingSuitPrime.png",
InitialEnergy = 0,
InternalName = "/Lotus/Powersuits/Archwing/PrimeJetPack/PrimeFlightJetPack",
Introduced = "16.1",
Link = "Odonata/Prime",
Name = "Odonata Prime",
Polarities = { "V", "D", "Bar", "Bar" },
Portrait = "ArchwingSuitPrime.png",
Shield = 400,
Sprint = 1.05
},
},
Necramechs = {
Bonewidow = {
Abilities = { "Meathook", "Shield Maiden", "Firing Line", "Exalted Ironbride" },
Armor = 500,
Conclave = false,
CodexSecret = false,
Energy = 150,
Health = 1200,
Image = "Bonewidow1.png",
InitialEnergy = 100,
InternalName = "/Lotus/Powersuits/EntratiMech/ThanoTech",
Introduced = "29.5",
Link = "Bonewidow",
MaxRank = 40,
Name = "Bonewidow",
Polarities = { "D", "D", "V" },
Portrait = "Bonewidow1.png",
Shield = 300,
ShieldRank30 = 600,
Sprint = 1.1,
Stamina = 200,
Themes = "Melee, Brawler, Shield Maiden"
},
Voidrig = {
Abilities = { "Necraweb", "Storm Shroud", "Gravemines", "Guard Mode" },
Armor = 400,
Conclave = false,
CodexSecret = false,
Energy = 150,
Health = 1500,
HealthRank30 = 3000,
Image = "Voidrig1.png",
InitialEnergy = 150,
InternalName = "/Lotus/Powersuits/EntratiMech/NechroTech",
Introduced = "29",
Link = "Voidrig",
MaxRank = 40,
Name = "Voidrig",
Polarities = { "V", "D", "Bar" },
Portrait = "Voidrig1.png",
Shield = 500,
ShieldRank30 = 1000,
Sprint = 1,
Stamina = 200,
Themes = "Heavy Artillery"
},
},
Warframes = {
Ash = {
Abilities = { "Shuriken", "Smoke Screen", "Teleport", "Blade Storm" },
Armor = 100,
AuraPolarity = "V",
Conclave = true,
CodexSecret = false,
Energy = 100,
Health = 150,
Image = "AshNewLook.png",
InitialEnergy = 50,
InternalName = "/Lotus/Powersuits/Ninja/Ninja",
Introduced = "Vanilla",
Link = "Ash",
Name = "Ash",
Passive = "Bleed effects inflicted on enemies do 25% increased damage and last 50% longer.",
Polarities = { "V", "V" },
Portrait = "AshIcon272.png",
Progenitor = "Radiation",
Sex = "Male",
Shield = 100,
Sprint = 1.15,
Subsumed = "Shuriken",
Themes = "Assassin, Ninja"
},
["Ash Prime"] = {
Abilities = { "Shuriken", "Smoke Screen", "Teleport", "Blade Storm" },
Armor = 175,
AuraPolarity = "V",
Conclave = true,
CodexSecret = false,
Energy = 100,
Health = 150,
Image = "AshPrimeNewLook.png",
InternalName = "/Lotus/Powersuits/Ninja/AshPrime",
InitialEnergy = 50,
Introduced = "16.11",
Link = "Ash/Prime",
Name = "Ash Prime",
Passive = "Bleed effects inflicted on enemies do 25% increased damage and last 50% longer.",
Polarities = { "Bar", "V", "V" },
Portrait = "Ash PrimeIcon272.png",
Progenitor = "Radiation",
Sex = "Male",
Shield = 125,
Sprint = 1.2,
Themes = "Assassin, Ninja",
Vaulted = true
},
Atlas = {
Abilities = { "Landslide", "Tectonics", "Petrify", "Rumblers" },
Armor = 450,
AuraPolarity = "V",
Conclave = true,
CodexSecret = false,
Energy = 150,
Health = 100,
Image = "AtlasNewLook.png",
InitialEnergy = 50,
InternalName = "/Lotus/Powersuits/Brawler/Brawler",
Introduced = "17.5",
Link = "Atlas",
Name = "Atlas",
Passive = "Becomes immune to Knockdown effects while on the ground.",
Polarities = { "Bar", "D", "V" },
Portrait = "AtlasIcon272.png",
Progenitor = "Toxin",
Sex = "Male",
Shield = 100,
Sprint = 0.9,
Subsumed = "Petrify",
Themes = "Brawler, Earth Elemental"
},
["Atlas Prime"] = {
Abilities = { "Landslide", "Tectonics", "Petrify", "Rumblers" },
Armor = 475,
AuraPolarity = "V",
Conclave = true,
CodexSecret = false,
Energy = 175,
Health = 175,
Image = "AtlasPrimeNewLook.png",
InitialEnergy = 75,
InternalName = "/Lotus/Powersuits/Brawler/AtlasPrime",
Introduced = "25.8",
Link = "Atlas/Prime",
Name = "Atlas Prime",
Passive = "Becomes immune to Knockdown effects while on the ground.",
Polarities = { "Bar", "D", "V", "V" },
Portrait = "Atlas_PrimeIcon272.png",
Progenitor = "Toxin",
Sex = "Male",
Shield = 150,
Sprint = 1,
Themes = "Brawler, Earth Elemental",
Vaulted = true
},
Banshee = {
Abilities = { "Sonic Boom", "Sonar", "Silence", "Sound Quake" },
Armor = 100,
AuraPolarity = "V",
Conclave = true,
CodexSecret = false,
Energy = 150,
Health = 100,
Image = "BansheeNewLook.png",
InternalName = "/Lotus/Powersuits/Banshee/Banshee",
InitialEnergy = 100,
Introduced = "7",
Link = "Banshee",
Name = "Banshee",
Passive = "Weapon noises are hushed so that enemies cannot hear them.",
Polarities = { "V", "V" },
Portrait = "BansheeIcon272.png",
Progenitor = "Electricity",
Sex = "Female",
Shield = 100,
Sprint = 1.1,
Subsumed = "Silence",
Themes = "Sound, Wailing Spirit"
},
["Banshee Prime"] = {
Abilities = { "Sonic Boom", "Sonar", "Silence", "Sound Quake" },
Armor = 125,
AuraPolarity = "V",
Conclave = true,
CodexSecret = false,
Energy = 175,
Health = 100,
Image = "BansheePrimeNewLook.png",
InitialEnergy = 125,
InternalName = "/Lotus/Powersuits/Banshee/BansheePrime",
Introduced = "19.11.5",
Link = "Banshee/Prime",
Mastery = 8,
Name = "Banshee Prime",
Passive = "Weapon noises are hushed so that enemies cannot hear them.",
Polarities = { "V", "V", "Bar" },
Portrait = "Banshee PrimeIcon272.png",
Progenitor = "Electricity",
Sex = "Female",
Shield = 100,
Sprint = 1.15,
Themes = "Sound, Wailing Spirit",
Vaulted = true
},
Baruuk = {
Abilities = { "Elude", "Lull", "Desolate Hands", "Serene Storm" },
Armor = 175,
AuraPolarity = "Bar",
Conclave = false,
CodexSecret = false,
Energy = 200,
ExilusPolarity = "Bar",
Health = 75,
Image = "BaruukIcon272.png",
InitialEnergy = 150,
InternalName = "/Lotus/Powersuits/Pacifist/Pacifist",
Introduced = "24.2",
Link = "Baruuk",
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.",
Polarities = { "D", "D" },
Portrait = "BaruukIcon272.png",
Progenitor = "Impact",
Sex = "Male",
Shield = 100,
Sprint = 1.2,
Subsumed = "Lull",
Themes = "Monk, Pacifist"
},
Caliban = {
Abilities = { "Razor Gyre", "Sentient Wrath", "Lethal Progeny", "Fusion Strike" },
Armor = 275,
AuraPolarity = "Bar",
Conclave = false,
CodexSecret = false,
Energy = 125,
Health = 100,
Image = "Caliban.png",
InitialEnergy = 75,
InternalName = "/Lotus/Powersuits/Sentient/Sentient",
Introduced = "31",
Link = "Caliban",
Name = "Caliban",
Passive = "Allies within Affinity range gain increased resistance to the types of damage they are currently taking.",
Polarities = { "D" },
Portrait = "CalibanIcon.png",
Progenitor = "Electricity",
Sex = "Male",
Shield = 175,
Sprint = 1.1,
Subsumed = "Sentient Wrath",
Themes = "Hybridization, Sentient, Adapting"
},
Chroma = {
Abilities = { "Spectral Scream", "Elemental Ward", "Vex Armor", "Effigy" },
Armor = 350,
AuraPolarity = "V",
Conclave = true,
CodexSecret = false,
Energy = 150,
Health = 100,
Image = "ChromaNewLook.png",
InitialEnergy = 75,
InternalName = "/Lotus/Powersuits/Dragon/Dragon",
Introduced = "16",
Link = "Chroma",
Name = "Chroma",
Passive = "Wings sprout for an additional jump and bullet jump.",
Polarities = { "Bar", "V" },
Portrait = "ChromaIcon272.png",
Progenitor = "Heat",
Sex = "Male",
Shield = 100,
Sprint = 1,
Subsumed = "Elemental Ward",
Themes = "Dragon, Elemental Power, Hunter"
},
["Chroma Prime"] = {
Abilities = { "Spectral Scream", "Elemental Ward", "Vex Armor", "Effigy" },
Armor = 425,
AuraPolarity = "V",
Conclave = true,
CodexSecret = false,
Energy = 200,
Health = 100,
Image = "ChromaPrimeNewLook.png",
InitialEnergy = 100,
InternalName = "/Lotus/Powersuits/Dragon/ChromaPrime",
Introduced = "23.9",
Link = "Chroma/Prime",
Mastery = 6,
Name = "Chroma Prime",
Passive = "Wings sprout for an additional jump and bullet jump.",
Polarities = { "Bar", "D", "V", "Bar" },
Portrait = "Chroma PrimeIcon272.png",
Progenitor = "Heat",
Sex = "Male",
Shield = 100,
Sprint = 1,
Themes = "Dragon, Elemental Power, Hunter",
Vaulted = true
},
Ember = {
Abilities = { "Fireball", "Immolation", "Fire Blast", "Inferno" },
Armor = 125,
AuraPolarity = "V",
Conclave = false,
CodexSecret = false,
Energy = 150,
Health = 100,
Image = "EmberNewLook.png",
InitialEnergy = 75,
InternalName = "/Lotus/Powersuits/Ember/Ember",
Introduced = "Vanilla",
Link = "Ember",
Name = "Ember",
Passive = "Receive 5% Ability Strength for every enemy within 50m engulfed in flame[[File:Heat_b.png|x16px]].",
Polarities = { "Bar", "Bar" },
Portrait = "EmberIcon272.png",
Progenitor = "Heat",
Sex = "Female",
Shield = 100,
Sprint = 1.1,
Subsumed = "Fire Blast",
Themes = "Fire Elemental"
},
["Ember Prime"] = {
Abilities = { "Fireball", "Immolation", "Fire Blast", "Inferno" },
Armor = 150,
AuraPolarity = "V",
Conclave = false,
CodexSecret = false,
Energy = 150,
Health = 100,
Image = "EmberPrimeNewLook.png",
InitialEnergy = 75,
InternalName = "/Lotus/Powersuits/Ember/EmberPrime",
Introduced = "11",
Link = "Ember/Prime",
Name = "Ember Prime",
Passive = "Receive 5% Ability Strength for every enemy within 50m engulfed in flame[[File:DmgHeatSmall64.png|x16px]].",
Polarities = { "V", "D" },
Portrait = "Ember PrimeIcon272.png",
Progenitor = "Heat",
Sex = "Female",
Shield = 125,
Sprint = 1.1,
Themes = "Fire Elemental",
Vaulted = true
},
Equinox = {
Abilities = { "Metamorphosis", "Rest & Rage", "Pacify & Provoke", "Mend & Maim" },
Armor = 125,
AuraPolarity = "Bar",
Conclave = true,
CodexSecret = false,
Energy = 150,
Health = 100,
Image = "EquinoxSolo.png",
InitialEnergy = 100,
InternalName = "/Lotus/Powersuits/YinYang/YinYang",
Introduced = "17",
Link = "Equinox",
Name = "Equinox",
Passive = "10% of Health Orbs are converted into Energy, and 10% of Energy Orbs are converted into Health.",
Polarities = { "D", "V" },
Portrait = "EquinoxIcon272.png",
Progenitor = "Radiation",
Sex = "Female",
Shield = 100,
Sprint = 1.15,
Subsumed = "Rest & Rage",
Themes = "Duality, Day & Night"
},
["Equinox Prime"] = {
Abilities = { "Metamorphosis", "Rest & Rage", "Pacify & Provoke", "Mend & Maim" },
Armor = 150,
AuraPolarity = "Bar",
Conclave = true,
CodexSecret = false,
Energy = 165,
Health = 125,
Image = "EquinoxPrimeHybridNewLook.png",
InitialEnergy = 115,
InternalName = "/Lotus/Powersuits/YinYang/EquinoxPrime",
Introduced = "24.5.8",
Link = "Equinox/Prime",
Mastery = 5,
Name = "Equinox Prime",
Passive = "10% of Health Orbs are converted into Energy, and 10% of Energy Orbs are converted into Health.",
Polarities = { "D", "D", "V", "V" },
Portrait = "EquinoxPrimeIcon.png",
Progenitor = "Radiation",
Sex = "Female",
Shield = 100,
Sprint = 1.15,
Themes = "Duality, Day & Night",
Vaulted = true
},
Excalibur = {
Abilities = { "Slash Dash", "Radial Blind", "Radial Javelin", "Exalted Blade" },
Armor = 225,
AuraPolarity = "None",
Conclave = true,
CodexSecret = false,
Energy = 100,
Health = 100,
Image = "ExcaliburNewLook.png",
InitialEnergy = 50,
InternalName = "/Lotus/Powersuits/Excalibur/Excalibur",
Introduced = "Vanilla",
Link = "Excalibur",
Name = "Excalibur",
Passive = "Excalibur deals 10% increased damage and attacks 10% faster when wielding swords.",
Polarities = { "D", "V" },
Portrait = "ExcaliburIcon272.png",
Progenitor = "Electricity",
Sex = "Male",
Shield = 100,
Sprint = 1,
Subsumed = "Radial Blind",
Themes = "Swordsman"
},
["Excalibur Prime"] = {
Abilities = { "Slash Dash", "Radial Blind", "Radial Javelin", "Exalted Blade" },
Armor = 300,
AuraPolarity = "V",
Conclave = true,
CodexSecret = true,
Energy = 150,
Health = 100,
Image = "ExcaliburPrimeNewLook.png",
InitialEnergy = 100,
InternalName = "/Lotus/Powersuits/Excalibur/ExcaliburPrime",
Introduced = "5",
Link = "Excalibur/Prime",
Name = "Excalibur Prime",
Passive = "Excalibur Prime deals 10% increased damage and attacks 10% faster when wielding swords.",
Polarities = { "D", "V", "V" },
Portrait = "Excalibur PrimeIcon272.png",
Progenitor = "Electricity",
Sex = "Male",
Shield = 100,
Sprint = 1,
Themes = "Swordsman",
Vaulted = "N/A"
},
["Excalibur Umbra"] = {
Abilities = { "Slash Dash", "Radial Howl", "Radial Javelin", "Exalted Blade" },
Armor = 300,
AuraPolarity = "V",
Conclave = true,
CodexSecret = true,
Energy = 150,
Health = 100,
Image = "ExcaliburUmbra.png",
InitialEnergy = 100,
InternalName = "/Lotus/Powersuits/Excalibur/ExcaliburUmbra",
Introduced = "23",
Link = "Excalibur/Umbra",
Name = "Excalibur Umbra",
Passive = "Umbra exhibits sentience in combat without Transference control. Attacks 10% faster and deals 10% more damage while wielding swords.",
Polarities = { "V", "U", "U", "U" },
Portrait = "Excalibur UmbraIcon272.png",
Progenitor = "Electricity",
Sex = "Male",
Shield = 100,
Sprint = 1,
Themes = "Shadow, Swordsman",
Vaulted = "N/A"
},
["Excalibur Umbra Prime"] = {
_IgnoreEntry = true,
Abilities = { "Slash Dash", "Radial Blind", "Radial Javelin", "Exalted Blade" },
Armor = 250,
AuraPolarity = "V",
Conclave = false,
CodexSecret = true,
Energy = 150,
Health = 100,
Image = "ExcaliburUmbraPrime.png",
InitialEnergy = 100,
InternalName = "/Lotus/Powersuits/Excalibur/ExcaliburUmbraPrime",
Link = "Excalibur/Umbra Prime",
Name = "Excalibur Umbra Prime",
Passive = "Excalibur deals 10% increased damage and attacks 10% faster when wielding swords.",
Polarities = { "D", "V", "V" },
Portrait = "Excalibur UmbraIcon272.png",
Progenitor = "Electricity",
Sex = "Male",
Shield = 100,
Sprint = 1,
Themes = "Shadow, Swordsman",
Vaulted = "N/A"
},
Frost = {
Abilities = { "Freeze", "Ice Wave", "Snow Globe", "Avalanche" },
Armor = 300,
AuraPolarity = "D",
Conclave = true,
CodexSecret = false,
Energy = 100,
Health = 100,
Image = "FrostNewLook.png",
InitialEnergy = 50,
InternalName = "/Lotus/Powersuits/Frost/Frost",
Introduced = "6",
Link = "Frost",
Name = "Frost",
Passive = "Striking Frost with a melee attack has a 10% chance to freeze the attacker for 20s.",
Polarities = { "Bar", "D" },
Portrait = "FrostIcon272.png",
Progenitor = "Cold",
Sex = "Male",
Shield = 150,
Sprint = 0.95,
Subsumed = "Ice Wave",
Themes = "Ice Elemental"
},
["Frost Prime"] = {
Abilities = { "Freeze", "Ice Wave", "Snow Globe", "Avalanche" },
Armor = 300,
AuraPolarity = "D",
Conclave = true,
CodexSecret = false,
Energy = 100,
Health = 100,
Image = "FrostPrimeNewLook.png",
InitialEnergy = 50,
InternalName = "/Lotus/Powersuits/Frost/FrostPrime",
Introduced = "7.10",
Link = "Frost/Prime",
Name = "Frost Prime",
Passive = "Striking Frost Prime with a melee attack has a 10% chance to freeze the attacker for 20s.",
Polarities = { "Bar", "D", "D" },
Portrait = "Frost PrimeIcon272.png",
Progenitor = "Cold",
Sex = "Male",
Shield = 175,
Sprint = 0.95,
Themes = "Ice Elemental",
Vaulted = true
},
Gara = {
Abilities = { "Shattered Lash", "Splinter Storm", "Spectrorage", "Mass Vitrify" },
Armor = 150,
AuraPolarity = "D",
Conclave = true,
CodexSecret = false,
Energy = 150,
Health = 100,
Image = "GaraNewLook.png",
InitialEnergy = 75,
InternalName = "/Lotus/Powersuits/Glass/Glass",
Introduced = "22",
Link = "Gara",
Name = "Gara",
Passive = "A chance to create a radial blind lasting 10s when exposed to bright light.",
Polarities = { "V", "V" },
Portrait = "GaraIcon272.png",
Progenitor = "Cold",
Sex = "Female",
Shield = 100,
Sprint = 1.15,
Subsumed = "Spectrorage",
Themes = "Glass, Warrior"
},
["Gara Prime"] = {
Abilities = { "Shattered Lash", "Splinter Storm", "Spectrorage", "Mass Vitrify" },
Armor = 190,
AuraPolarity = "D",
Conclave = true,
CodexSecret = false,
Energy = 150,
Health = 120,
Image = "GaraPrime.png",
InitialEnergy = 75,
InternalName = "/Lotus/Powersuits/Glass/GaraPrime",
Introduced = "30.3",
Link = "Gara/Prime",
Name = "Gara Prime",
Passive = "A chance to create a radial blind lasting 10s when exposed to bright light.",
Polarities = { "V", "V", "Bar" },
Portrait = "GaraPrimeIcon.png",
Progenitor = "Cold",
Sex = "Female",
Shield = 100,
Sprint = 1.15,
Themes = "Glass, Warrior"
},
Garuda = {
Abilities = { "Dread Mirror", "Blood Altar", "Bloodletting", "Seeking Talons" },
Armor = 300,
AuraPolarity = "V",
Conclave = false,
CodexSecret = false,
Energy = 120,
EnergyRank30 = 270,
Health = 100,
Image = "Garuda.png",
InitialEnergy = 50,
InternalName = "/Lotus/Powersuits/Garuda/Garuda",
Introduced = "24",
Link = "Garuda",
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.",
Polarities = { "Bar", "D" },
Portrait = "GarudaIcon272.png",
Progenitor = "Radiation",
Sex = "Female",
Shield = 100,
Sprint = 1,
Subsumed = "Blood Altar",
Themes = "Blood Manipulation, Gore, Violence, Garuda (Hindu deity)"
},
["Garuda Prime"] = {
Abilities = { "Dread Mirror", "Blood Altar", "Bloodletting", "Seeking Talons" },
Armor = 400,
AuraPolarity = "V",
Conclave = false,
CodexSecret = false,
Energy = 160,
EnergyRank30 = 360,
Health = 100,
Image = "GarudaPrimeNewLook.png",
InitialEnergy = 100,
InternalName = "/Lotus/Powersuits/Garuda/GarudaPrime",
Introduced = "31.3",
Link = "Garuda/Prime",
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.",
Polarities = { "Bar", "D", "V" },
Portrait = "GarudaPrimeIcon.png",
Progenitor = "Radiation",
Sex = "Female",
Shield = 100,
Sprint = 1,
Subsumed = "Blood Altar",
Themes = "Blood Manipulation, Gore, Violence, Garuda (Hindu deity)"
},
Gauss = {
Abilities = { "Mach Rush", "Kinetic Plating", "Thermal Sunder", "Redline" },
Armor = 175,
AuraPolarity = "Bar",
Conclave = false,
CodexSecret = false,
Energy = 150,
ExilusPolarity = "Bar",
Health = 100,
Image = "Gauss.png",
InitialEnergy = 100,
InternalName = "/Lotus/Powersuits/Runner/Runner",
Introduced = "25.7",
Link = "Gauss",
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.",
Polarities = { "V", "D" },
Portrait = "GaussIcon272.png",
Progenitor = "Impact",
Sex = "Male",
Shield = 150,
Sprint = 1.4,
Subsumed = "Thermal Sunder",
Themes = "Kinetic Energy, Runner"
},
Grendel = {
Abilities = { "Feast", "Nourish", "Regurgitate", "Pulverize" },
Armor = 350,
AuraPolarity = "Bar",
Conclave = false,
CodexSecret = false,
Energy = 150,
Health = 350,
Image = "Grendel.png",
InitialEnergy = 100,
InternalName = "/Lotus/Powersuits/Devourer/Devourer",
Introduced = "26",
Link = "Grendel",
Name = "Grendel",
Passive = "Each enemy consumed grants 50 bonus armor.",
Polarities = { "Bar", "D", "D" },
Portrait = "GrendelIcon272.png",
Progenitor = "Impact",
Sex = "Male",
Shield = 25,
Sprint = 0.95,
Subsumed = "Nourish",
Themes = "Gluttony, Oni"
},
Gyre = {
Abilities = { "Arcsphere", "Coil Horizon", "Cathode Grace", "Rotorswell" },
Armor = 100,
AuraPolarity = "Bar",
Conclave = false,
CodexSecret = false,
Energy = 160,
Health = 100,
Image = "Gyre.png",
InitialEnergy = 100,
InternalName = "/Lotus/Powersuits/Gyre/Gyre",
Introduced = "31.5",
Link = "Gyre",
Name = "Gyre",
Passive = "Gyre's abilities have a 10% chance to deal critical damage for each Electrical status that affects the enemy.",
Polarities = { "V", "D" },
Portrait = "GyreIcon272.png",
Progenitor = "Electricity",
Shield = 175,
Sprint = 1.00,
Themes = "Ballerina, Electromagnetism, Tesla Coil",
Subsumed = "Coil Horizon",
Sex = "Female"
},
Harrow = {
Abilities = { "Condemn", "Penance", "Thurible", "Covenant" },
Armor = 175,
AuraPolarity = "Bar",
Conclave = true,
CodexSecret = false,
Energy = 100,
Health = 100,
Image = "Harrow.png",
InitialEnergy = 50,
InternalName = "/Lotus/Powersuits/Priest/Priest",
Introduced = "21",
Link = "Harrow",
Name = "Harrow",
Passive = "Overshield capacity doubled.\r\nStart missions at maximum energy.",
Polarities = { "D", "Bar" },
Portrait = "HarrowIcon272.png",
Progenitor = "Magnetic",
Sex = "Male",
Shield = 150,
Sprint = 1,
Subsumed = "Condemn",
Themes = "Monastic, Void Manipulation"
},
["Harrow Prime"] = {
Abilities = { "Condemn", "Penance", "Thurible", "Covenant" },
Armor = 175,
AuraPolarity = "Bar",
Conclave = true,
CodexSecret = false,
Energy = 125,
Health = 100,
Image = "HarrowPrimeNewLook.png",
InitialEnergy = 125,
InternalName = "/Lotus/Powersuits/Harrow/HarrowPrime",
Introduced = "31",
Link = "Harrow/Prime",
Mastery = 8,
Name = "Harrow Prime",
Passive = "Overshield capacity doubled.\r\nStart missions at maximum energy.",
Polarities = { "V", "D", "Bar" },
Portrait = "HarrowPrimeIcon.png",
Progenitor = "Magnetic",
Sex = "Male",
Shield = 200,
Sprint = 1.00,
Themes = "Monastic, Void Manipulation",
Vaulted = false,
},
Hildryn = {
Abilities = { "Balefire", "Pillage", "Haven", "Aegis Storm" },
Armor = 300,
AuraPolarity = "Bar",
Conclave = false,
CodexSecret = false,
Energy = 0,
ExilusPolarity = "D",
Health = 75,
Image = "HildrynIcon272.png",
InitialEnergy = 0,
InternalName = "/Lotus/Powersuits/IronFrame/IronFrame",
Introduced = "24.4",
Link = "Hildryn",
Name = "Hildryn",
Passive = "Become invulnerable for a brief moment after shields are depleted. This ability is restored when shields fully recharge.",
Polarities = { "D", "D" },
Portrait = "HildrynIcon272.png",
Progenitor = "Cold",
Sex = "Female",
Shield = 450,
ShieldRank30 = 1575,
Sprint = 1,
Subsumed = "Pillage",
Themes = "Shield Maiden"
},
Hydroid = {
Abilities = { "Tempest Barrage", "Tidal Surge", "Undertow", "Tentacle Swarm" },
Armor = 225,
AuraPolarity = "Bar",
Conclave = true,
CodexSecret = false,
Energy = 125,
Health = 100,
Image = "HydroidNewLook.png",
InitialEnergy = 75,
InternalName = "/Lotus/Powersuits/Pirate/Pirate",
Introduced = "13",
Link = "Hydroid",
Name = "Hydroid",
Passive = "Slam Attacks have a 50% chance to summon a tentacle for 15s.",
Polarities = { "V", "Bar" },
Portrait = "HydroidIcon272.png",
Progenitor = "Magnetic",
Sex = "Male",
Shield = 125,
Sprint = 1.05,
Subsumed = "Tempest Barrage",
Themes = "Pirate, Water Elemental"
},
["Hydroid Prime"] = {
Abilities = { "Tempest Barrage", "Tidal Surge", "Undertow", "Tentacle Swarm" },
Armor = 275,
AuraPolarity = "Bar",
Conclave = true,
CodexSecret = false,
Energy = 150,
Health = 100,
Image = "HydroidPrimeNewLook.png",
InitialEnergy = 100,
InternalName = "/Lotus/Powersuits/Pirate/HydroidPrime",
Introduced = "21.6",
Link = "Hydroid/Prime",
Mastery = 5,
Name = "Hydroid Prime",
Passive = "Slam Attacks have a 50% chance to summon a tentacle for 15s.",
Polarities = { "V", "D", "Bar", "Bar" },
Portrait = "Hydroid PrimeIcon272.png",
Progenitor = "Magnetic",
Sex = "Male",
Shield = 175,
Sprint = 1.05,
Themes = "Pirate, Water Elemental",
Vaulted = true
},
Inaros = {
Abilities = { "Desiccation", "Devour", "Sandstorm", "Scarab Swarm" },
Armor = 225,
AuraPolarity = "Bar",
Conclave = true,
CodexSecret = false,
Energy = 100,
ExilusPolarity = "Bar",
Health = 550,
HealthRank30 = 2200,
Image = "InarosNewLook.png",
InitialEnergy = 50,
InternalName = "/Lotus/Powersuits/Sandman/Sandman",
Introduced = "18.5",
Link = "Inaros",
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.",
Polarities = { "D", "D" },
Portrait = "InarosIcon272.png",
Progenitor = "Heat",
Sex = "Male",
Shield = 0,
Sprint = 1,
Subsumed = "Desiccation",
Themes = "Mummy, Sand Elemental"
},
["Inaros Prime"] = {
Abilities = { "Desiccation", "Devour", "Sandstorm", "Scarab Swarm" },
Armor = 225,
AuraPolarity = "Bar",
Conclave = false,
CodexSecret = false,
Energy = 125,
ExilusPolarity = "Bar",
Health = 575,
HealthRank30 = 2300,
Image = "InarosPrime.png",
InitialEnergy = 50,
InternalName = "/Lotus/Powersuits/Sandman/InarosPrime",
Introduced = "28.2",
Link = "Inaros/Prime",
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.",
Polarities = { "V", "D", "D" },
Portrait = "InarosPrimeIcon272.png",
Progenitor = "Heat",
Sex = "Male",
Shield = 0,
Sprint = 1.05,
Themes = "Mummy, Sand Elemental"
},
Ivara = {
Abilities = { "Quiver", "Navigator", "Prowl", "Artemis Bow" },
Armor = 100,
AuraPolarity = "Bar",
Conclave = true,
CodexSecret = false,
Energy = 175,
Health = 75,
Image = "IvaraNewLook.png",
InitialEnergy = 75,
InternalName = "/Lotus/Powersuits/Ranger/Ranger",
Introduced = "18",
Link = "Ivara",
Name = "Ivara",
Passive = "Senses nearby enemies within 20m.",
Polarities = { "D", "Bar" },
Portrait = "IvaraIcon272.png",
Progenitor = "Toxin",
Sex = "Female",
Shield = 100,
Sprint = 1.15,
Subsumed = "Quiver",
Themes = "Archer, Thief, Poison Frog"
},
["Ivara Prime"] = {
Abilities = { "Quiver", "Navigator", "Prowl", "Artemis Bow" },
Armor = 125,
AuraPolarity = "Bar",
Conclave = true,
CodexSecret = false,
Energy = 200,
Health = 75,
Image = "IvaraPrime.png",
InitialEnergy = 75,
InternalName = "/Lotus/Powersuits/Ranger/IvaraPrime",
Introduced = "27.0.4",
Link = "Ivara/Prime",
Name = "Ivara Prime",
Passive = "Senses nearby enemies within 20m.",
Polarities = { "V", "D", "Bar" },
Portrait = "Ivara_PrimeIcon272.png",
Progenitor = "Toxin",
Sex = "Female",
Shield = 150,
Sprint = 1.2,
Themes = "Archer, Thief, Jellyfish",
Vaulted = true
},
Khora = {
Abilities = { "Whipclaw", "Ensnare", "Venari", "Strangledome" },
Armor = 275,
AuraPolarity = "D",
Conclave = true,
CodexSecret = false,
Energy = 125,
ExilusPolarity = "Bar",
Health = 125,
Image = "Khora.png",
InitialEnergy = 75,
InternalName = "/Lotus/Powersuits/Khora/Khora",
Introduced = "22.18.0",
Link = "Khora",
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.",
Polarities = { "V", "Bar" },
Portrait = "KhoraIcon272.png",
Progenitor = "Toxin",
Sex = "Female",
Shield = 100,
Sprint = 1.05,
Subsumed = "Ensnare",
Themes = "Arachnid, Huntress & Companion, Metal Manipulation"
},
Lavos = {
Abilities = { "Ophidian Bite", "Vial Rush", "Transmutation Probe", "Catalyze" },
AdditionalNotes = { "Ability Duration affects proc duration from abilities" },
Armor = 450,
ArmorRank30 = 675,
AuraPolarity = "Bar",
Conclave = false,
CodexSecret = false,
Energy = 0,
Health = 200,
Image = "Lavos-Arsenal.webp",
InitialEnergy = 0,
InternalName = "/Lotus/Powersuits/Alchemist/Alchemist",
Introduced = "29.6",
Link = "Lavos",
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.",
Polarities = { "D", "Bar" },
Portrait = "LavosIcon272.png",
Progenitor = "Magnetic",
Sex = "Male",
Shield = 100,
Sprint = 1.15,
Subsumed = "Vial Rush",
Themes = "Alchemy, Serpentine"
},
Limbo = {
Abilities = { "Banish", "Stasis", "Rift Surge", "Cataclysm" },
Armor = 100,
AuraPolarity = "Bar",
Conclave = true,
CodexSecret = false,
Energy = 150,
Health = 100,
Image = "LimboNewLook.png",
InitialEnergy = 100,
InternalName = "/Lotus/Powersuits/Magician/Magician",
Introduced = "15",
Link = "Limbo",
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.",
Polarities = { "V", "V" },
Portrait = "LimboIcon272.png",
Progenitor = "Electricity",
Sex = "Male",
Shield = 75,
Sprint = 1.15,
Subsumed = "Banish",
Themes = "Magician, Planes of Existence"
},
["Limbo Prime"] = {
Abilities = { "Banish", "Stasis", "Rift Surge", "Cataclysm" },
Armor = 125,
AuraPolarity = "Bar",
Conclave = true,
CodexSecret = false,
Energy = 175,
Health = 100,
Image = "LimboPrimeNewLook.png",
InitialEnergy = 100,
InternalName = "/Lotus/Powersuits/Magician/LimboPrime",
Introduced = "23.0.3",
Link = "Limbo/Prime",
Mastery = 4,
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.",
Polarities = { "V", "V", "Bar", "D" },
Portrait = "Limbo PrimeIcon272.png",
Progenitor = "Electricity",
Sex = "Male",
Shield = 100,
Sprint = 1.15,
Themes = "Magician, Planes of Existence",
Vaulted = true
},
Loki = {
Abilities = { "Decoy", "Invisibility", "Switch Teleport", "Radial Disarm" },
Armor = 100,
AuraPolarity = "Bar",
Conclave = true,
CodexSecret = false,
Energy = 150,
Health = 75,
Image = "LokiNewLook.png",
InitialEnergy = 100,
InternalName = "/Lotus/Powersuits/Loki/Loki",
Introduced = "Vanilla",
Link = "Loki",
Name = "Loki",
Passive = "Able to hang from walls 10x longer than normal.",
Polarities = { "D", "V" },
Portrait = "LokiIcon272.png",
Progenitor = "Radiation",
Sex = "Male",
Shield = 75,
Sprint = 1.25,
Subsumed = "Decoy",
Themes = "Trickster"
},
["Loki Prime"] = {
Abilities = { "Decoy", "Invisibility", "Switch Teleport", "Radial Disarm" },
Armor = 125,
AuraPolarity = "Bar",
Conclave = true,
CodexSecret = false,
Energy = 175,
Health = 75,
Image = "LokiPrimeNewLook.png",
InitialEnergy = 125,
InternalName = "/Lotus/Powersuits/Loki/LokiPrime",
Introduced = "13.7",
Link = "Loki/Prime",
Name = "Loki Prime",
Passive = "Able to hang from walls 10x longer than normal.",
Polarities = { "D", "D", "V", "Bar" },
Portrait = "Loki PrimeIcon272.png",
Progenitor = "Radiation",
Sex = "Male",
Shield = 75,
Sprint = 1.25,
Themes = "Trickster",
Vaulted = true
},
Mag = {
Abilities = { "Pull", "Magnetize", "Polarize", "Crush" },
Armor = 100,
AuraPolarity = "V",
Conclave = true,
CodexSecret = false,
Energy = 125,
Health = 75,
Image = "MagNewLook.png",
InitialEnergy = 75,
InternalName = "/Lotus/Powersuits/Mag/Mag",
Introduced = "Vanilla",
Link = "Mag",
Name = "Mag",
Passive = "Bullet jumping pulls-in nearby items for easy collection.",
Polarities = { "Bar", "Bar" },
Portrait = "MagIcon272.png",
Progenitor = "Magnetic",
Sex = "Female",
Shield = 150,
Sprint = 1,
Subsumed = "Pull",
Themes = "Magnetism"
},
["Mag Prime"] = {
Abilities = { "Pull", "Magnetize", "Polarize", "Crush" },
Armor = 125,
AuraPolarity = "V",
Conclave = true,
CodexSecret = false,
Energy = 175,
Health = 100,
Image = "MagPrimeNewLook.png",
InitialEnergy = 100,
InternalName = "/Lotus/Powersuits/Mag/MagPrime",
Introduced = "10",
Link = "Mag/Prime",
Name = "Mag Prime",
Passive = "Bullet jumping pulls-in nearby items for easy collection.",
Polarities = { "Bar", "Bar", "V" },
Portrait = "Mag PrimeIcon272.png",
Progenitor = "Magnetic",
Sex = "Female",
Shield = 150,
Sprint = 1,
Themes = "Magnetism",
Vaulted = true
},
Mesa = {
Abilities = { "Ballistic Battery", "Shooting Gallery", "Shatter Shield", "Peacemaker" },
Armor = 100,
AuraPolarity = "V",
Conclave = true,
CodexSecret = false,
Energy = 100,
Health = 125,
Image = "MesaLarge.png",
InitialEnergy = 50,
InternalName = "/Lotus/Powersuits/Cowgirl/Cowgirl",
Introduced = "15.5",
Link = "Mesa",
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.",
Polarities = { "Bar", "Bar" },
Portrait = "MesaIcon272.png",
Progenitor = "Magnetic",
Sex = "Female",
Shield = 75,
Sprint = 1.1,
Subsumed = "Shooting Gallery",
Themes = "Gunslinger"
},
["Mesa Prime"] = {
Abilities = { "Ballistic Battery", "Shooting Gallery", "Shatter Shield", "Peacemaker" },
Armor = 125,
AuraPolarity = "V",
Conclave = true,
CodexSecret = false,
Energy = 125,
Health = 135,
Image = "MesaPrimeNewLook.png",
InitialEnergy = 65,
InternalName = "/Lotus/Powersuits/Cowgirl/MesaPrime",
Introduced = "24.2.2",
Link = "Mesa/Prime",
Mastery = 2,
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.",
Polarities = { "Bar", "Bar", "D", "V" },
Portrait = "MesaPrimeIcon272.png",
Progenitor = "Magnetic",
Sex = "Female",
Shield = 75,
Sprint = 1.1,
Themes = "Gunslinger",
Vaulted = true
},
Mirage = {
Abilities = { "Hall Of Mirrors", "Sleight Of Hand", "Eclipse", "Prism" },
Armor = 100,
AuraPolarity = "Bar",
Conclave = true,
CodexSecret = false,
Energy = 150,
Health = 80,
Image = "MirageNewLook.png",
InitialEnergy = 125,
InternalName = "/Lotus/Powersuits/Harlequin/Harlequin",
Introduced = "14",
Link = "Mirage",
Name = "Mirage",
Passive = "Sliding lasts 85% longer and acrobatic maneuvers are 50% faster.",
Polarities = { "D", "V" },
Portrait = "MirageIcon272.png",
Progenitor = "Radiation",
Sex = "Female",
Shield = 80,
Sprint = 1.2,
Subsumed = "Eclipse",
Themes = "Harlequin, Illusionist"
},
["Mirage Prime"] = {
Abilities = { "Hall Of Mirrors", "Sleight Of Hand", "Eclipse", "Prism" },
Armor = 175,
AuraPolarity = "Bar",
Conclave = true,
CodexSecret = false,
Energy = 150,
Health = 80,
Image = "MiragePrimeNewLook.png",
InitialEnergy = 125,
InternalName = "/Lotus/Powersuits/Harlequin/MiragePrime",
Introduced = "22.7",
Link = "Mirage/Prime",
Mastery = 8,
Name = "Mirage Prime",
Passive = "Sliding lasts 85% longer and acrobatic maneuvers are 50% faster.",
Polarities = { "D", "D", "Bar", "V" },
Portrait = "Mirage PrimeIcon272.png",
Progenitor = "Radiation",
Sex = "Female",
Shield = 110,
Sprint = 1.2,
Themes = "Harlequin, Illusionist",
Vaulted = true
},
Nekros = {
Abilities = { "Soul Punch", "Terrify", "Desecrate", "Shadows Of The Dead" },
Armor = 100,
AuraPolarity = "None",
Conclave = true,
CodexSecret = false,
Energy = 100,
Health = 100,
Image = "NekrosNewLook.png",
InitialEnergy = 50,
InternalName = "/Lotus/Powersuits/Necro/Necro",
Introduced = "10",
Link = "Nekros",
Name = "Nekros",
Passive = "Restore 5 Health with every enemy death within 10m.",
Polarities = { "D", "V" },
Portrait = "NekrosIcon272.png",
Progenitor = "Toxin",
Sex = "Male",
Shield = 90,
Sprint = 1.1,
Subsumed = "Terrify",
Themes = "Darkness, Necromancy"
},
["Nekros Prime"] = {
Abilities = { "Soul Punch", "Terrify", "Desecrate", "Shadows Of The Dead" },
Armor = 125,
AuraPolarity = "None",
Conclave = true,
CodexSecret = false,
Energy = 125,
Health = 100,
Image = "NekrosPrimeNewLook.png",
InitialEnergy = 75,
InternalName = "/Lotus/Powersuits/Necro/NekrosPrime",
Introduced = "The Silver Grove 3",
Link = "Nekros/Prime",
Name = "Nekros Prime",
Passive = "Restore 5 Health with every enemy death within 10m.",
Polarities = { "V", "D", "Bar" },
Portrait = "Nekros PrimeIcon272.png",
Progenitor = "Toxin",
Sex = "Male",
Shield = 150,
Sprint = 1.1,
Themes = "Darkness, Necromancy",
Vaulted = true
},
Nezha = {
Abilities = { "Fire Walker", "Blazing Chakram", "Warding Halo", "Divine Spears" },
Armor = 190,
AuraPolarity = "Bar",
Conclave = true,
CodexSecret = false,
Energy = 150,
Health = 125,
Image = "NezhaNewLook.png",
InitialEnergy = 125,
InternalName = "/Lotus/Powersuits/Nezha/Nezha",
Introduced = "18.1",
Link = "Nezha",
Name = "Nezha",
Passive = "Slide 60% faster and go 35% farther.",
Polarities = { "D", "V" },
Portrait = "NezhaIcon272.png",
Progenitor = "Heat",
Sex = "Male",
Shield = 50,
Sprint = 1.15,
Subsumed = "Fire Walker",
Themes = "Third Lotus Prince"
},
["Nezha Prime"] = {
Abilities = { "Fire Walker", "Blazing Chakram", "Warding Halo", "Divine Spears" },
Armor = 250,
AuraPolarity = "Bar",
Conclave = false,
CodexSecret = false,
Energy = 150,
Health = 125,
Image = "NezhaPrime.png",
InitialEnergy = 125,
InternalName = "/Lotus/Powersuits/Nezha/NezhaPrime",
Introduced = "29.3",
Link = "Nezha/Prime",
Name = "Nezha Prime",
Passive = "Slide 60% faster and go 35% farther.",
Polarities = { "D", "V", "Bar" },
Portrait = "NezhaPrimeIcon272.png",
Progenitor = "Heat",
Sex = "Male",
Shield = 50,
Sprint = 1.2,
Themes = "Third Lotus Prince"
},
Nidus = {
Abilities = { "Virulence", "Larva", "Parasitic Link", "Ravenous" },
AdditionalNotes = { "+10 Health/s Regeneration at max rank" },
Armor = 300,
ArmorRank30 = 450,
AuraPolarity = "V",
Conclave = true,
CodexSecret = false,
Energy = 100,
Health = 150,
Image = "Nidus.png",
InitialEnergy = 50,
InternalName = "/Lotus/Powersuits/Infestation/Infestation",
Introduced = "19.5",
Link = "Nidus",
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%.",
Polarities = { "V", "D" },
Portrait = "NidusIcon272.png",
Progenitor = "Toxin",
Sex = "Male",
Shield = 0,
Sprint = 1,
Subsumed = "Larva",
Themes = "Infestation, Mutation"
},
["Nidus Prime"] = {
Abilities = { "Virulence", "Larva", "Parasitic Link", "Ravenous" },
AdditionalNotes = { "+10 Health/s Regeneration at max rank" },
Armor = 350,
ArmorRank30 = 525,
AuraPolarity = "V",
Conclave = false,
CodexSecret = false,
Energy = 125,
Health = 175,
Image = "NidusPrime.png",
InitialEnergy = 50,
InternalName = "/Lotus/Powersuits/Infestation/InfestationPrime",
Introduced = "30.7",
Link = "Nidus/Prime",
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%.",
Polarities = { "V", "Bar", "D" },
Portrait = "NidusPrimeIcon272.png",
Progenitor = "Toxin",
Sex = "Male",
Shield = 0,
Sprint = 1,
Themes = "Infestation, Mutation"
},
Nova = {
Abilities = { "Null Star", "Antimatter Drop", "Worm Hole", "Molecular Prime" },
Armor = 100,
AuraPolarity = "Bar",
Conclave = true,
CodexSecret = false,
Energy = 150,
Health = 100,
Image = "NovaNewLook.png",
InitialEnergy = 100,
InternalName = "/Lotus/Powersuits/AntiMatter/Anti",
Introduced = "9",
Link = "Nova",
Name = "Nova",
Passive = "When knocked-over, emit a 6m defensive burst that topples attacking enemies and deals 250 Damage.",
Polarities = { "V", "V" },
Portrait = "NovaIcon272.png",
Progenitor = "Electricity",
Sex = "Female",
Shield = 75,
Sprint = 1.2,
Subsumed = "Null Star",
Themes = "Antimatter Manipulation"
},
["Nova Prime"] = {
Abilities = { "Null Star", "Antimatter Drop", "Worm Hole", "Molecular Prime" },
Armor = 125,
AuraPolarity = "Bar",
Conclave = true,
CodexSecret = false,
Energy = 175,
Health = 100,
Image = "NovaPrimeNewLook.png",
InitialEnergy = 150,
InternalName = "/Lotus/Powersuits/AntiMatter/NovaPrime",
Introduced = "15.7",
Link = "Nova/Prime",
Name = "Nova Prime",
Passive = "When knocked-over, emit a 6m defensive burst that topples attacking enemies and deals 250 Damage.",
Polarities = { "V", "V", "V" },
Portrait = "Nova PrimeIcon272.png",
Progenitor = "Electricity",
Sex = "Female",
Shield = 100,
Sprint = 1.2,
Themes = "Antimatter Manipulation",
Vaulted = true
},
Nyx = {
Abilities = { "Mind Control", "Psychic Bolts", "Chaos", "Absorb" },
Armor = 100,
AuraPolarity = "Bar",
Conclave = true,
CodexSecret = false,
Energy = 150,
Health = 100,
Image = "NyxNewLook.png",
InitialEnergy = 100,
InternalName = "/Lotus/Powersuits/Jade/Jade",
Introduced = "6",
Link = "Nyx",
Name = "Nyx",
Passive = "Enemies are 20% less accurate when targeting Nyx.",
Polarities = { "V", "Bar" },
Portrait = "NyxIcon272.png",
Progenitor = "Radiation",
Sex = "Female",
Shield = 100,
Sprint = 1.1,
Subsumed = "Mind Control",
Themes = "Psychic"
},
["Nyx Prime"] = {
Abilities = { "Mind Control", "Psychic Bolts", "Chaos", "Absorb" },
Armor = 125,
AuraPolarity = "Bar",
Conclave = true,
CodexSecret = false,
Energy = 150,
Health = 100,
Image = "NyxPrimeNewLook.png",
InitialEnergy = 150,
InternalName = "/Lotus/Powersuits/Jade/NyxPrime",
Introduced = "14.8",
Link = "Nyx/Prime",
Name = "Nyx Prime",
Passive = "Enemies are 20% less accurate when targeting Nyx Prime.",
Polarities = { "V", "Bar", "D" },
Portrait = "Nyx PrimeIcon272.png",
Progenitor = "Radiation",
Sex = "Female",
Shield = 125,
Sprint = 1.125,
Themes = "Psychic",
Vaulted = false
},
Oberon = {
Abilities = { "Smite", "Hallowed Ground", "Renewal", "Reckoning" },
Armor = 175,
AuraPolarity = "V",
Conclave = true,
CodexSecret = false,
Energy = 150,
Health = 125,
Image = "OberonNewLook.png",
InitialEnergy = 75,
InternalName = "/Lotus/Powersuits/Paladin/Paladin",
Introduced = "11.5",
Link = "Oberon",
Name = "Oberon",
Passive = "Allied pets receive 25% Health, Armor and Shield links. In addition, your pet receives an instant revive per mission.",
Polarities = { "V", "V" },
Portrait = "OberonIcon272.png",
Progenitor = "Toxin",
Sex = "Male",
Shield = 100,
Sprint = 1,
Subsumed = "Smite",
Themes = "Nature, Paladin"
},
["Oberon Prime"] = {
Abilities = { "Smite", "Hallowed Ground", "Renewal", "Reckoning" },
Armor = 225,
AuraPolarity = "V",
Conclave = true,
CodexSecret = false,
Energy = 175,
Health = 125,
Image = "OberonPrimeBust.png",
InitialEnergy = 100,
InternalName = "/Lotus/Powersuits/Paladin/PaladinPrime",
Introduced = "20.6.2",
Link = "Oberon/Prime",
Mastery = 8,
Name = "Oberon Prime",
Passive = "Allied pets receive 25% Health, Armor and Shield links. In addition, your pet receives an instant revive per mission.",
Polarities = { "Bar", "Bar", "V", "V" },
Portrait = "Oberon PrimeIcon272.png",
Progenitor = "Toxin",
Sex = "Male",
Shield = 100,
Sprint = 1,
Themes = "Nature, Paladin",
Vaulted = true
},
Octavia = {
Abilities = { "Mallet", "Resonator", "Metronome", "Amp" },
Armor = 150,
AuraPolarity = "Bar",
Conclave = true,
CodexSecret = false,
Energy = 150,
Health = 100,
Image = "Octavia.png",
InitialEnergy = 100,
InternalName = "/Lotus/Powersuits/Bard/Bard",
Introduced = "20",
Link = "Octavia",
Name = "Octavia",
Passive = "Replenish 30 energy over 30s for Octavia and allies within 15m when abilities are activated.",
Polarities = { "Bar", "Bar" },
Portrait = "OctaviaIcon272.png",
Progenitor = "Radiation",
Sex = "Female",
Shield = 75,
Sprint = 1.05,
Subsumed = "Resonator",
Themes = "Bard, Musician"
},
["Octavia Prime"] = {
Abilities = { "Mallet", "Resonator", "Metronome", "Amp" },
Armor = 150,
AuraPolarity = "Bar",
Conclave = true,
CodexSecret = false,
Energy = 175,
Health = 100,
Image = "OctaviaPrimeNewLook.png",
InitialEnergy = 100,
InternalName = "/Lotus/Powersuits/Bard/OctaviaPrime",
Introduced = "29.9",
Link = "Octavia/Prime",
Name = "Octavia Prime",
Passive = "Replenish 30 energy over 30s for Octavia and allies within 15m when abilities are activated.",
Polarities = { "D", "Bar", "Bar" },
Portrait = "Octavia_PrimeIcon272.png",
Progenitor = "Radiation",
Sex = "Female",
Shield = 100,
Sprint = 1.05,
Themes = "Bard, Musician"
},
Protea = {
Abilities = { "Grenade Fan", "Blaze Artillery", "Dispensary", "Temporal Anchor" },
Armor = 125,
AuraPolarity = "Aura",
Conclave = false,
CodexSecret = false,
Energy = 150,
Health = 100,
Image = "ProteaMarket.png",
InitialEnergy = 50,
InternalName = "/Lotus/Powersuits/Odalisk/Odalisk",
Introduced = "28",
Link = "Protea",
Name = "Protea",
Passive = "Every 4th Power Cast is granted +100% Ability Strength.",
Polarities = { "V", "Bar" },
Portrait = "ProteaIcon272.png",
Progenitor = "Heat",
Sex = "Female",
Shield = 150,
Sprint = 1.2,
Subsumed = "Dispensary",
Themes = "Gadgetry, Time Manipulation"
},
Revenant = {
Abilities = { "Enthrall", "Mesmer Skin", "Reave", "Danse Macabre" },
Armor = 125,
AuraPolarity = "Bar",
Conclave = false,
CodexSecret = false,
Energy = 125,
Health = 100,
Image = "Revenant.png",
InitialEnergy = 50,
InternalName = "/Lotus/Powersuits/Revenant/Revenant",
Introduced = "23.5",
Link = "Revenant",
Name = "Revenant",
Passive = "Shield depletion smashes enemies within 7.5m with a 100 Damage knockdown shockwave.",
Polarities = { "V", "D" },
Portrait = "RevenantIcon272.png",
Progenitor = "Cold",
Sex = "Male",
Shield = 225,
Sprint = 1,
Subsumed = "Reave",
Themes = "Eidolon, Vampirism"
},
Rhino = {
Abilities = { "Rhino Charge", "Iron Skin", "Roar", "Rhino Stomp" },
Armor = 225,
AuraPolarity = "V",
Conclave = true,
CodexSecret = false,
Energy = 100,
Health = 100,
Image = "RhinoNewLook.png",
InitialEnergy = 50,
InternalName = "/Lotus/Powersuits/Rhino/Rhino",
Introduced = "Vanilla",
Link = "Rhino",
Name = "Rhino",
Passive = "Emit a shockwave dealing 100 damage after landing from a great height.",
Polarities = { "D", "D" },
Portrait = "RhinoIcon272.png",
Progenitor = "Impact",
Sex = "Male",
Shield = 150,
Sprint = 0.95,
Subsumed = "Roar",
Themes = "Rhinoceros"
},
["Rhino Prime"] = {
Abilities = { "Rhino Charge", "Iron Skin", "Roar", "Rhino Stomp" },
Armor = 275,
AuraPolarity = "V",
Conclave = true,
CodexSecret = false,
Energy = 100,
Health = 100,
Image = "RhinoPrimeNewLook.png",
InitialEnergy = 50,
InternalName = "/Lotus/Powersuits/Rhino/RhinoPrime",
Introduced = "12.4",
Link = "Rhino/Prime",
Name = "Rhino Prime",
Passive = "Emit a shockwave dealing 100 damage after landing from a great height.",
Polarities = { "D", "D", "Bar" },
Portrait = "Rhino PrimeIcon272.png",
Progenitor = "Impact",
Sex = "Male",
Shield = 150,
Sprint = 1,
Themes = "Rhinoceros",
Vaulted = true
},
Saryn = {
Abilities = { "Spores", "Molt", "Toxic Lash", "Miasma" },
Armor = 225,
AuraPolarity = "D",
Conclave = true,
CodexSecret = false,
Energy = 150,
Health = 125,
Image = "SarynNewLook.png",
InitialEnergy = 50,
InternalName = "/Lotus/Powersuits/Saryn/Saryn",
Introduced = "7",
Link = "Saryn",
Name = "Saryn",
Passive = "Status Effects inflicted upon enemies last 25% longer.",
Polarities = { "Bar", "D" },
Portrait = "SarynIcon272.png",
Progenitor = "Toxin",
Sex = "Female",
Shield = 100,
Sprint = 0.95,
Subsumed = "Molt",
Themes = "Disease, Poison, Serpentine"
},
["Saryn Prime"] = {
Abilities = { "Spores", "Molt", "Toxic Lash", "Miasma" },
Armor = 300,
AuraPolarity = "D",
Conclave = true,
CodexSecret = false,
Energy = 200,
Health = 125,
Image = "SarynPrimeLarge.png",
InitialEnergy = 100,
InternalName = "/Lotus/Powersuits/Saryn/SarynPrime",
Introduced = "18.4.12",
Link = "Saryn/Prime",
Name = "Saryn Prime",
Passive = "Status Effects inflicted upon enemies last 25% longer.",
Polarities = { "Bar", "D", "V" },
Portrait = "Saryn PrimeIcon272.png",
Progenitor = "Toxin",
Sex = "Female",
Shield = 100,
Sprint = 1,
Themes = "Disease, Poison, Serpentine",
Vaulted = true
},
Sevagoth = {
Abilities = { "Embrace", "Consume", "Death's Harvest", "Reunite" },
Armor = 150,
Conclave = false,
CodexSecret = false,
Energy = 125,
Health = 100,
Image = "SevagothNewLook.png",
InitialEnergy = 75,
InternalName = "/Lotus/Powersuits/Wraith/Wraith",
Introduced = "30",
Link = "Sevagoth",
Name = "Sevagoth",
Passive = "On death, become Sevagoth's Shadow and fight to resurrect him by collecting the souls needed to rebuild his tombstone. ",
Polarities = { "D", "V" },
Portrait = "SevagothIcon272.png",
Progenitor = "Impact",
Sex = "Male",
Shield = 90,
Sprint = 0.95,
Subsumed = "Gloom",
Themes = "Phantom, Reaper, Shadow Elemental"
},
["Sevagoth's Shadow"] = {
_IgnoreEntry = true,
Abilities = { "Reap", "Sow", "Gloom", "Exalted Shadow" },
Armor = 450,
AuraPolarity = "V",
Conclave = false,
CodexSecret = false,
Energy = 100,
Health = 100,
Image = "SevagothShadow-Arsenal.webp",
InitialEnergy = 50,
InternalName = "/Lotus/Powersuits/Wraith/Reaper",
Introduced = "30",
Link = "Sevagoth/Abilities",
Name = "Sevagoth's Shadow",
Passive = "None",
Polarities = { "V", "V" },
Portrait = "SevagothShadow-Arsenal.webp",
Progenitor = "Impact",
Sex = "Male",
Shield = 50,
Sprint = 1.1,
Subsumed = "Gloom",
Themes = "Wraith"
},
Titania = {
Abilities = { "Spellbind", "Tribute", "Lantern", "Razorwing" },
Armor = 100,
AuraPolarity = "V",
Conclave = true,
CodexSecret = false,
Energy = 150,
Health = 100,
Image = "TitaniaNewLook.png",
InitialEnergy = 100,
InternalName = "/Lotus/Powersuits/Fairy/Fairy",
Introduced = "The Silver Grove",
Link = "Titania",
Name = "Titania",
Passive = "Titania generates Health for herself and nearby allies every time she casts an Ability.",
Polarities = { "V", "D" },
Portrait = "TitaniaIcon272.png",
Progenitor = "Cold",
Sex = "Female",
Shield = 100,
Sprint = 1,
Subsumed = "Spellbind",
Themes = "Fairy Queen"
},
["Titania Prime"] = {
Abilities = { "Spellbind", "Tribute", "Lantern", "Razorwing" },
Armor = 125,
AuraPolarity = "V",
Conclave = false,
CodexSecret = false,
Energy = 175,
Health = 125,
Image = "TitaniaPrimeMain.png",
InitialEnergy = 100,
InternalName = "/Lotus/Powersuits/Fairy/TitaniaPrime",
Introduced = "27.3.6",
Link = "Titania/Prime",
Mastery = 2,
Name = "Titania Prime",
Passive = "Titania generates Health for herself and nearby allies every time she casts an Ability.",
Polarities = { "Bar", "V", "V", "D" },
Portrait = "TitaniaPrimeIcon272.png",
Progenitor = "Cold",
Sex = "Female",
Shield = 100,
Sprint = 1,
Themes = "Fairy Queen",
Vaulted = true
},
Trinity = {
Abilities = { "Well Of Life", "Energy Vampire", "Link", "Blessing" },
Armor = 100,
AuraPolarity = "D",
Conclave = true,
CodexSecret = false,
Energy = 150,
Health = 100,
Image = "TrinityNewLook.png",
InitialEnergy = 75,
InternalName = "/Lotus/Powersuits/Trinity/Trinity",
Introduced = "Vanilla",
Link = "Trinity",
Name = "Trinity",
Passive = "Revive fallen allies 25% faster and from 50% farther away.",
Polarities = { "D", "D" },
Portrait = "TrinityIcon272.png",
Progenitor = "Cold",
Sex = "Female",
Shield = 100,
Sprint = 1,
Subsumed = "Well Of Life",
Themes = "Healer"
},
["Trinity Prime"] = {
Abilities = { "Well Of Life", "Energy Vampire", "Link", "Blessing" },
Armor = 125,
AuraPolarity = "D",
Conclave = true,
CodexSecret = false,
Energy = 150,
Health = 100,
Image = "TrinityPrimeMain.png",
InitialEnergy = 125,
InternalName = "/Lotus/Powersuits/Trinity/TrinityPrime",
Introduced = "17.6",
Link = "Trinity/Prime",
Name = "Trinity Prime",
Passive = "Revive fallen allies 25% faster and from 50% farther away.",
Polarities = { "D", "D", "V", "Bar" },
Portrait = "Trinity PrimeIcon272.png",
Progenitor = "Cold",
Sex = "Female",
Shield = 150,
Sprint = 1.1,
Themes = "Healer",
Vaulted = true
},
Valkyr = {
Abilities = { "Rip Line", "Warcry", "Paralysis", "Hysteria" },
Armor = 600,
AuraPolarity = "V",
Conclave = true,
CodexSecret = false,
Energy = 100,
Health = 100,
Image = "ValkyrNewLook.png",
InitialEnergy = 50,
InternalName = "/Lotus/Powersuits/Berserker/Berserker",
Introduced = "11",
Link = "Valkyr",
Name = "Valkyr",
Passive = "Recover 50% faster from being knocked down.",
Polarities = { "V", "V" },
Portrait = "ValkyrIcon272.png",
Progenitor = "Electricity",
Sex = "Female",
Shield = 50,
Sprint = 1.1,
Subsumed = "Warcry",
Themes = "Berserker, Feline"
},
["Valkyr Prime"] = {
Abilities = { "Rip Line", "Warcry", "Paralysis", "Hysteria" },
Armor = 700,
AuraPolarity = "V",
Conclave = true,
CodexSecret = false,
Energy = 150,
Health = 100,
Image = "ValkyrPrimeNewLook.png",
InitialEnergy = 100,
InternalName = "/Lotus/Powersuits/Berserker/ValkyrPrime",
Introduced = "19.0.7",
Link = "Valkyr/Prime",
Name = "Valkyr Prime",
Passive = "Recover 50% faster from being knocked down.",
Polarities = { "V", "V", "V" },
Portrait = "Valkyr PrimeIcon272.png",
Progenitor = "Electricity",
Sex = "Female",
Shield = 50,
Sprint = 1.1,
Themes = "Berserker, Feline",
Vaulted = false
},
Vauban = {
Abilities = { "Tesla Nervos", "Minelayer", "Photon Strike", "Bastille" },
Armor = 150,
AuraPolarity = "Bar",
Conclave = false,
CodexSecret = false,
Energy = 150,
Health = 100,
Image = "VaubanNewLook.png",
InitialEnergy = 75,
InternalName = "/Lotus/Powersuits/Trapper/Trapper",
Introduced = "7.11",
Link = "Vauban",
Name = "Vauban",
Passive = "Deal 25% Extra Damage to incapacitated enemies.",
Polarities = { "Bar", "V" },
Portrait = "VaubanIcon272.png",
Progenitor = "Heat",
Sex = "Male",
Shield = 75,
Sprint = 1,
Subsumed = "Tesla Nervos",
Themes = "Combat Engineer"
},
["Vauban Prime"] = {
Abilities = { "Tesla Nervos", "Minelayer", "Photon Strike", "Bastille" },
Armor = 200,
AuraPolarity = "Bar",
Conclave = false,
CodexSecret = false,
Energy = 150,
Health = 100,
Image = "VaubanPrimeNewLook.png",
InitialEnergy = 100,
InternalName = "/Lotus/Powersuits/Trapper/TrapperPrime",
Introduced = "18.12",
Link = "Vauban/Prime",
Name = "Vauban Prime",
Passive = "Deal 25% Extra Damage to incapacitated enemies.",
Polarities = { "Bar", "V", "D" },
Portrait = "Vauban PrimeIcon272.png",
Progenitor = "Heat",
Sex = "Male",
Shield = 100,
Sprint = 1,
Themes = "Combat Engineer",
Vaulted = true
},
Volt = {
Abilities = { "Shock", "Speed", "Electric Shield", "Discharge" },
Armor = 100,
AuraPolarity = "V",
Conclave = true,
CodexSecret = false,
Energy = 100,
Health = 100,
Image = "VoltNewLook.png",
InitialEnergy = 50,
InternalName = "/Lotus/Powersuits/Volt/Volt",
Introduced = "Vanilla",
Link = "Volt",
Name = "Volt",
Passive = "Grounded movement generates an electrical charge building up 1000 Damage per meter that is unleashed with the next attack.",
Polarities = { "Bar", "V" },
Portrait = "VoltIcon272.png",
Progenitor = "Electricity",
Sex = "Male",
Shield = 150,
Sprint = 1,
Subsumed = "Shock",
Themes = "Electricity"
},
["Volt Prime"] = {
Abilities = { "Shock", "Speed", "Electric Shield", "Discharge" },
Armor = 125,
AuraPolarity = "V",
Conclave = true,
CodexSecret = false,
Energy = 200,
Health = 100,
Image = "VoltPrimeLarge.png",
InitialEnergy = 125,
InternalName = "/Lotus/Powersuits/Volt/VoltPrime",
Introduced = "16.1",
Link = "Volt/Prime",
Name = "Volt Prime",
Passive = "Grounded movement generates an electrical charge building up 1000 Damage per meter that is unleashed with the next attack.",
Polarities = { "Bar", "V", "V" },
Portrait = "Volt PrimeIcon272.png",
Progenitor = "Electricity",
Sex = "Male",
Shield = 150,
Sprint = 1,
Themes = "Electricity",
Vaulted = true
},
Wisp = {
Abilities = { "Reservoirs", "Wil-O-Wisp", "Breach Surge", "Sol Gate" },
Armor = 175,
AuraPolarity = "Bar",
Conclave = false,
CodexSecret = false,
Energy = 200,
Health = 100,
Image = "Wisp.png",
InitialEnergy = 150,
InternalName = "/Lotus/Powersuits/Wisp/Wisp",
Introduced = "25.0",
Link = "Wisp",
Name = "Wisp",
Passive = "Flowing between dimensions Wisp becomes invisible to enemies while in the air.",
Polarities = { "V", "D" },
Portrait = "WispIcon272.png",
Progenitor = "Heat",
Sex = "Female",
Shield = 75,
Sprint = 1.2,
Subsumed = "Breach Surge",
Themes = "Will-O-Wisps, Portal Manipulation"
},
Wukong = {
Abilities = { "Celestial Twin", "Cloud Walker", "Defy", "Primal Fury" },
Armor = 250,
AuraPolarity = "V",
Conclave = false,
CodexSecret = false,
Energy = 120,
Health = 150,
Image = "WukongNewIcon.png",
InitialEnergy = 50,
InternalName = "/Lotus/Powersuits/MonkeyKing/MonkeyKing",
Introduced = "17.12",
Link = "Wukong",
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.",
Polarities = { "Bar", "D" },
Portrait = "WukongIcon272.png",
Progenitor = "Impact",
Sex = "Male",
Shield = 100,
Sprint = 1,
Subsumed = "Defy",
Themes = "Monkey King"
},
["Wukong Prime"] = {
Abilities = { "Celestial Twin", "Cloud Walker", "Defy", "Primal Fury" },
Armor = 275,
AuraPolarity = "V",
Conclave = false,
CodexSecret = false,
Energy = 130,
Health = 150,
Image = "WukongPrimeNewLook.png",
InitialEnergy = 65,
InternalName = "/Lotus/Powersuits/MonkeyKing/WukongPrime",
Introduced = "25.3.0",
Link = "Wukong/Prime",
Mastery = 5,
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.",
Polarities = { "Bar", "D", "V" },
Portrait = "Wukong_PrimeIcon272.png",
Progenitor = "Impact",
Sex = "Male",
Shield = 120,
Sprint = 1.05,
Themes = "Monkey King",
Vaulted = true
},
Xaku = {
Abilities = { "Xata's Whisper", "Grasp of Lohk", "The Lost", "The Vast Untime" },
Armor = 137,
AuraPolarity = "Bar",
Conclave = false,
CodexSecret = false,
Energy = 153,
Health = 97,
Image = "Xaku.png",
InitialEnergy = 50,
InternalName = "/Lotus/Powersuits/BrokenFrame/BrokenFrame",
Introduced = "29",
Link = "Xaku",
Mastery = 0,
Name = "Xaku",
Passive = "25% Damage Reduction on AOE attacks and chance to avoid incoming weapon damage.",
Polarities = { "D", "D" },
Portrait = "XakuIcon272.png",
Progenitor = "Magnetic",
Sex = "Androgynous",
Shield = 89,
Sprint = 1.02,
Subsumed = "Xata's Whisper",
Themes = "Broken, Void Manipulation",
Vaulted = false
},
Yareli = {
Abilities = { "Sea Snares", "Merulina", "Aquablades", "Riptide" },
Armor = 100,
AuraPolarity = "V",
Conclave = false,
CodexSecret = false,
Energy = 200,
Health = 100,
Image = "YareliNewLook.png",
InitialEnergy = 50,
InternalName = "/Lotus/Powersuits/Yareli/Yareli",
Introduced = "30.5",
Link = "Yareli",
Mastery = 0,
Name = "Yareli",
Passive = "Yareli gains +200% Critical Chance for Secondary weapons when she has been moving for at least 1.5s.",
Polarities = { "V", "Bar" },
Portrait = "YareliIcon272.png",
Progenitor = "Magnetic",
Sex = "Female",
Shield = 150,
Sprint = 1,
Subsumed = "Aquablades",
Themes = "Aquakinesis, Idol, Surfer"
},
Zephyr = {
Abilities = { "Tail Wind", "Airburst", "Turbulence", "Tornado" },
Armor = 100,
AuraPolarity = "D",
Conclave = true,
CodexSecret = false,
Energy = 100,
Health = 150,
Image = "ZephyrNewLook.png",
InitialEnergy = 50,
InternalName = "/Lotus/Powersuits/Tengu/Tengu",
Introduced = "12",
Link = "Zephyr",
Name = "Zephyr",
Passive = "Zephyr moves faster and falls slower while airborne. Also gain 150% Critical Hit chance with weapons while airborne.",
Polarities = { "V", "Bar" },
Portrait = "ZephyrIcon272.png",
Progenitor = "Impact",
Sex = "Female",
Shield = 150,
Sprint = 1.15,
Subsumed = "Airburst",
Themes = "Air Elemental, Avian"
},
["Zephyr Prime"] = {
Abilities = { "Tail Wind", "Airburst", "Turbulence", "Tornado" },
Armor = 125,
AuraPolarity = "D",
Conclave = true,
CodexSecret = false,
Energy = 150,
Health = 150,
Image = "ZephyrPrimeNewLook.png",
InitialEnergy = 75,
InternalName = "/Lotus/Powersuits/Tengu/ZephyrPrime",
Introduced = "22.16.4",
Link = "Zephyr/Prime",
Mastery = 6,
Name = "Zephyr Prime",
Passive = "Zephyr moves faster and falls slower while airborne. Also gain 150% Critical Hit chance with weapons while airborne.",
Polarities = { "V", "V", "D", "Bar" },
Portrait = "Zephyr PrimeIcon272.png",
Progenitor = "Impact",
Sex = "Female",
Shield = 150,
Sprint = 1.2,
Themes = "Air Elemental, Avian",
Vaulted = true
}
}
}