Jump to content

Template:LegendaryEffect

From Community Wiki | Soulbound: Online
Template documentationview · edit

One row of the catalogue table on Legendary Effects. It is used on that page and nowhere else.

Each row carries an HTML anchor made from the effect name, which is how an item page links straight to it: [[Legendary Effects#Stormcall|Stormcall]]. Renaming an effect breaks every one of those links, so search for the old anchor before you change a name.

  • Keep the rows in alphabetical order by name. The table is sortable, but the wikitext being ordered is what makes it reviewable.
  • trigger uses the game's own trigger wording — On cast, On critical strike, On heavy hit, On hit, On enemy kill, On helping an ally, On sustained hits. Several triggers go in one cell, comma-separated.
  • description is one sentence in the present tense, describing what the player sees. No numbers you cannot verify, and no chance percentages beyond what the game's own text states.
  • items is a list of {{ItemLink}}
calls separated by <br>, each with the item's base rarity. Only gear that can actually roll the effect belongs there.
  • id is the internal ability id. Keep it when you know it — it is what lets the catalogue be checked against the game.

One legendary effect row in the catalogue.

Template parameters[Edit template data]

This template prefers block formatting of parameters.

ParameterDescriptionTypeStatus
Effect namename

no description

Stringrequired
Internal ability idid

e.g. legendary_mini_minigun — keeps rows matchable to game data

Stringsuggested
Triggertrigger

On cast / On critical strike / On heavy hit / On enemy kill / On hit / On helping an ally / On sustained hits

Stringrequired
What it doesdescription

no description

Contentrequired
Items that can roll ititems

ItemLink list separated by <br>

Contentoptional