Module:Test Version History/Data/doc

From Risk of Rain 2 Wiki
Jump to navigation Jump to search

This is the documentation page for Module:Test Version History/Data

Database of Risk of Rain 2's Version History.

Version Entry Schema

	["Version Name"] = {
		ArchiveLink = "",
		ArchiveDate = "YYYYMMDD",
		BuildNumber = "1.3.1.0",
		PatchLink = "",
		Date = "YYYYMMDD",
		Version = "[[Version Name]]",
		Desc = "Version description",
		EarlyAccess = false
	},
Key/Column Name Data Type Required? Explanation/Description Example(s)
ArchiveLink String URL link of archived patch notes "https://web.archive.org/web/20220310001032/https://store.steampowered.com/news/app/632360/view/5318144626921364464"
ArchiveDate String Date in which patch notes URL was archived in UTC in the form of "YYYYMMDD" "20220301"
BuildNumber String ✔️ Build number of version "1.2.1.0"
Date String ✔️ Date in which update was released in UTC in the form of "YYYYMMDD" "20220301"
Desc String ✔️ Description of update "Bug Fixes. Anniversary update for Nintendo Switch."
EarlyAccess Boolean Whether or not the update was made during Early Access (before 1.0 release) true
Name String ✔️ Name of version (EN localization) "Anniversary Update"
PatchLink String URL link of patch notes "https://store.steampowered.com/news/app/632360/view/5318144626921364464"
NewSurvivor Table (of strings) An array of Survivors released in the update (EN localization) { "Railgunner", "Void Fiend" }
Version String ✔️ Version wikilink "[[PS4 & Xbox One Patch]]"