Module:Skills/Data/doc

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

This is the documentation page for Module:Skills/Data

Database of Risk of Rain 2's Survivor skills.

Skill Entry Schema

	["Skill Name"] = {
		Desc = "Skill description",
		EntityStates = {},
		Name = "Skill name",
		Survivor = "Survivor that has this skill",
		Image = "Optional Image override.png",
		Type = "Skill slot",
	},
Key/Column Name Data Type Required? Explanation/Description Example(s)
Desc String ✔️ Description of skill (EN localization), formatted using wikitext and templates to match in-game UI "Rapidly shoot an enemy for {{Color|d|100% damage}}."
EntityStates Table (of strings) C# EntityStates classes associated with the skill as seen in the game's code { "EntityStates.Commando.CommandoWeapon.FirePistol2" }
Introduced String The game version in which the skill was first introduced on PC build "1.2.1.0" or "Survivors of the Void Update"
Name String ✔️ Name of skill (EN localization) "Double Tap"
Survivor String ✔️ Name of Survivor that has this skill (EN localization) "Commando"
Type String ✔️ Skill type (EN localization):
Primary
Secondary
Utility
Special
Passive
"Passive"
Image String Optional image override. Will use "Name.png" if not provided. "Beacon Shocking.png"
Unlock String Name of challenge that skill is locked behind (EN localization) "Commando: Rolling Thunder"