From Brotato Wiki
(Add columns for when the text option is enabled) |
(`DLC_Link` > `DLCLink`) |
||
Line 46: | Line 46: | ||
-->[[File:Materials.png|link=|x20px]]{{#if:{{{text|}}}|<wbr> Materials}} | -->[[File:Materials.png|link=|x20px]]{{#if:{{{text|}}}|<wbr> Materials}} | ||
| curse = <!-- | | curse = <!-- | ||
-->[[File:Curse.png|link=|x20px]]{{#if:{{{text|}}}|<wbr> {{ | -->[[File:Curse.png|link=|x20px]]{{#if:{{{text|}}}|<wbr> {{DLCLink|Curse}}}} | ||
| #default = <!-- | | #default = <!-- | ||
-->{{{1}}} does not exist as an icon | -->{{{1}}} does not exist as an icon |
Latest revision as of 23:10, 3 November 2024
Usage:
{{Staticon|any stat icon name}}
Full List
Name | Code | Preview | With Text - Code | With Text - Preview | Alias |
---|---|---|---|---|---|
Max HP | {{StatIcon|Max HP}}
|
{{StatIcon|Max HP|text=1}}
|
MaxHP
| ||
HP Regeneration | {{StatIcon|HP Regeneration}}
|
{{StatIcon|HP Regeneration|text=1}}
|
HPRegen
| ||
Life Steal | {{StatIcon|Life Steal}}
|
{{StatIcon|Life Steal|text=1}}
|
Lifesteal
| ||
Damage | {{StatIcon|Damage}}
|
{{StatIcon|Damage|text=1}}
|
- | ||
Melee Damage | {{StatIcon|Melee Damage}}
|
{{StatIcon|Melee Damage|text=1}}
|
MeleeDamage
| ||
Ranged Damage | {{StatIcon|Ranged Damage}}
|
{{StatIcon|Ranged Damage|text=1}}
|
RangedDamage
| ||
Elemental Damage | {{StatIcon|Elemental Damage}}
|
{{StatIcon|Elemental Damage|text=1}}
|
ElementalDamage
| ||
Attack Speed | {{StatIcon|Attack Speed}}
|
{{StatIcon|Attack Speed|text=1}}
|
AttackSpeed
| ||
Crit Chance | {{StatIcon|Crit Chance}}
|
{{StatIcon|Crit Chance|text=1}}
|
CritChance
| ||
Engineering | {{StatIcon|Engineering}}
|
{{StatIcon|Engineering|text=1}}
|
- | ||
Range | {{StatIcon|Range}}
|
{{StatIcon|Range|text=1}}
|
- | ||
Armor | {{StatIcon|Armor}}
|
{{StatIcon|Armor|text=1}}
|
- | ||
Dodge | {{StatIcon|Dodge}}
|
{{StatIcon|Dodge|text=1}}
|
- | ||
Speed | {{StatIcon|Speed}}
|
{{StatIcon|Speed|text=1}}
|
- | ||
Luck | {{StatIcon|Luck}}
|
{{StatIcon|Luck|text=1}}
|
- | ||
Harvesting | {{StatIcon|Harvesting}}
|
{{StatIcon|Harvesting|text=1}}
|
- | ||
Materials | {{StatIcon|name=Materials}}
|
{{StatIcon|name=Materials|text=1}}
|
- | ||
Level | {{StatIcon|name=Level}}
|
{{StatIcon|name=Level|text=1}}
|
- | ||
Curse | {{StatIcon|name=Curse}}
|
{{StatIcon|name=Curse|text=1}}
|
- |
Options
Show a text link:
{{StatIcon|Max HP|text=1}}
=
Don't make the image icon link:
{{StatIcon|Max HP|nolink=1}}
=
Error:
{{StatIcon|potato}}
= potato does not exist as an icon
No description.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Stat Name | name 1 | As shown on the Stats page
| String | required |
Show Text Link? | text | Enable to show a text link to the Stat's page | Boolean | suggested |