Template:Skill

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

Usage

{{Skill
| name          = 
| type          = 
| cooldown      = 
| proc          = 
| notes         = 
}}
  • The data for descriptions is in Module:Skills/Data, and the function is in Module:Skills
  • Skill name color is set in the #switch parser function & is determined by the page the template is on
  • Notes is intended to be used as a bullet list

Examples

Code:

{{SkillType|Primary|
{{Skill
| name          = Double Tap
| type          = Primary
| cooldown      = 
| proc          = 2x 1
| notes         = 
}}
}}

Produces:

Primary

Double Tap

Double Tap.png
Type Primary
Proc Coefficient 2x 1
Description Rapidly shoot an enemy for 100% damage.


Code:

{{SkillType|Primary|
{{Skill
| name          = Flame Bolt
| type          = Primary
| cooldown      = 1.3s
| proc          = 1
| notes         = 
* <span style="color:#FF69B4">Description correction:</span> Deals 220% damage.
* Burns 8 ticks for 25% damage each
}}
}}

Produces:

Primary

Flame Bolt

Flame Bolt.png
Type Primary
Cooldown 1.3s
Proc Coefficient 1
Description Ignite
[ Ignite ]
Deal an additional +50% total damage over time.
. Fire a bolt for 280% damage. Hold up to 4.
Notes
  • Description correction: Deals 220% damage.
  • Burns 8 ticks for 25% damage each