Template:StatusIcon/doc

Revision as of 14:45, 28 September 2024 by QuinnBinn (talk | contribs) (Created page with "A template similar to Template:AbilityIcon and Template:HeroIcon, but for Status Effects. Basic formatting is as follows: <pre> {{StatusIcon|Status Name|IsBuff|Image File}} </pre> '''Some examples:''' <pre> {{StatusIcon|Burn}} {{StatusIcon|Barrage Amp|1|Barrage}} </pre> {{StatusIcon|Burn}} {{StatusIcon|Barrage Amp|1|Barrage}} The following StatusIcons are fully working without any additional effects. <pre> {{StatusIcon|Burn}} {{StatusIcon|Bleed}} {{Status...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

A template similar to Template:AbilityIcon and Template:HeroIcon, but for Status Effects.

Basic formatting is as follows:

{{StatusIcon|Status Name|IsBuff|Image File}}

Some examples:

{{StatusIcon|Burn}}
{{StatusIcon|Barrage Amp|1|Barrage}}
--> Burn

Burn

Causes the target to take constant Spirit Damage over time.

Barrage Amp

Barrage Amp

The following StatusIcons are fully working without any additional effects.

{{StatusIcon|Burn}}
{{StatusIcon|Bleed}}
{{StatusIcon|Disarm}}
{{StatusIcon|Silence}}
{{StatusIcon|Immobilized}}
{{StatusIcon|Invisible}}
{{StatusIcon|Movement Slow}}
{{StatusIcon|Sleep}}
{{StatusIcon|Stun}}
{{StatusIcon|Tether}}

Any additional descriptions currently need to be added manually to the StatusIcon template. Might see about creating a json to store status info later.