This is the documentation page for Module:Ability/data
“It's taking longer than I calculated.”
This page is actively being worked on and may not be completely correct. Please assist in making this page accurate. See WARFRAME Wiki:Research on ways to perform research on this game. Click here to add more info.
Add Railjack abilities like Phoenix Blaze
Database of abilities in WARFRAME.
- Last updated: Tue, 06 Dec 2022 19:51:18 +0000 (UTC) by User:Cephalon Scientia
Ability Entry Schema
["Ability Name"] = {
CardImage = "CardImageName.png",
Cost = 100,
Description = "In-game ability description",
Icon = "AbilityIcon.png",
InternalName = "/Lotus/Powersuits/PowersuitAbilities/",
Introduced = "29",
Key = 4,
Link = "Page Name",
Name = "Ability Name",
Powersuit = "Warframe/Necramech/Archwing Name",
},
| Key/Column Name | Data Type | Required? | Explanation/Description | Example(s) |
|---|---|---|---|---|
Augments |
Table (of strings) | ❌ | List of augment mods names associated with ability | { "Chromatic Blade" }
|
CardImage |
String | ✔️ | Image file name of the ability card as uploaded to the wiki | "AirburstModU15.png"
|
Cost |
Number (int) | ✔️ | Energy cost for casting the abiltiy | 50
|
Description |
String | ✔️ | In-game description of ability | "Nyx absorbs all incoming damage and channels that collected energy into an explosive radial discharge. Nyx's Weapon damage is buffed based on incoming absorbed damage when the Ability ends."
|
Icon |
String | ✔️ | Image file name of the ability icon as uploaded to the wiki; icon must be in black | "Airburst130xDark.png"
|
InternalName |
String | ✔️ | The full unique name of an ability formatted as a file path | "/Lotus/Powersuits/PowersuitAbilities/HelminthStrengthAbility"
|
Introduced |
String | ✔️ | The game version in which the ability was first introduced in the global build of WARFRAME. Introduced keys can be cross-referenced with Module:Warframes/data, but note that some abilities were introduced later on with Warframe reworks or are not associated with an individual Warframe at all (e.g. Helminth abilities). |
"30.5" or "Specters of the Rail"
|
Key |
Number (int) | ✔️ | Default key binding on PC for ability | 4
|
Link |
String | ✔️ | Page/article link to the ability on the wiki | "Amp (Ability)"
|
Name |
String | ✔️ | Name of ability | "Amp"
|
Powersuit |
String | ✔️ | Name of player avatar that comes with ability by default; for Helminth abilities put in "Helminth" | "Excalibur" or "Helminth"
|
Subsumable |
Boolean | ❌ | For abilities that can be injected into other Warframes through Helminth | true
|
