warframe

This is the documentation page for Module:Keys/data

Database for Quests and Keys. See ExportKeys file on Public Export for initial data seeding.

Last updated: Wed, 08 Mar 2023 19:20:57 +0000 (UTC) by User:Cephalon Scientia

Quest Entry Schema

{
	CodexSecret = false,
	Description = "Quest in-game description",
	Image = "QuestName.png",
	InternalName = "/Lotus/Types/Keys/",
	Introduced = "Vanilla",
	Link = "Quest article name",
	Name = "Quest name",
	NextQuest = "",
	PreviousQuest = "",
    Replayable = false,
	Type = "Quest type",
},
Key/Column Name Data Type Required? Explanation/Description Example(s)
CodexSecret Boolean ✔️ Whether or not the quest has an entry in the Codex before the player has access to it; defaults to false true
Description String ✔️ In-game description of quest as shown in Codex "Void Storms gather in Corpus lanes... could a mysterious vessel somehow be the cause?"
ExcludeFromCodex Boolean Whether or not the quest has an entry in the Codex regardless if the player has access to it or not; defaults to false true
Image String ✔️ Image file name of quest as uploaded to the wiki "AngelsoftheZariman.png"
InternalName String ✔️ Internal code name of quest "/Lotus/Types/Keys/ZarimanQuest/ZarimanQuestKeyChain"
Introduced String ✔️ The game version in which the quest was first introduced in the global build of WARFRAME "30.5" or "Specters of the Rail"
Link String ✔️ Page/article link to the quest on the wiki "Vox Solaris (Quest)"
Name String ✔️ Quest name "Vox Solaris"
NextQuest String Name of the next quest in sequence "The New War"
PreviousQuest String Name of the previous quest in sequence "Erra"
Replayable Boolean ✔️ Whether or not the quest is replayable after completion true
Type String ✔️ Quest type as defined by editors "Main Quest"