From Brotato Wiki
No edit summary |
No edit summary |
||
| Line 50: | Line 50: | ||
-->[[File:Empty.png|link=|x20px]]{{#if:{{{text|}}}|<wbr> Empty}} | -->[[File:Empty.png|link=|x20px]]{{#if:{{{text|}}}|<wbr> Empty}} | ||
| holy = <!-- | | holy = <!-- | ||
-->[[File:Holy_icon.webp|link=|x20px]]{{#if:{{{text|}}}|<wbr> {{MODLink|Fantasy | -->[[File:Holy_icon.webp|link=|x20px]]{{#if:{{{text|}}}|<wbr> {{MODLink|Holy|Fantasy}}}} | ||
| soul = <!-- | | soul = <!-- | ||
-->[[File:Soul_icon.webp|link=|x20px]]{{#if:{{{text|}}}|<wbr> {{MODLink|Fantasy | -->[[File:Soul_icon.webp|link=|x20px]]{{#if:{{{text|}}}|<wbr> {{MODLink|Soul|Fantasy}}}} | ||
| #default = <!-- | | #default = <!-- | ||
-->{{{1}}} does not exist as an icon | -->{{{1}}} does not exist as an icon | ||
Revision as of 13:14, 14 May 2026
Usage:
{{Staticon|any stat icon name}}
Full List
| Name | Code | Preview | With Text - Code | With Text - Preview | Alias |
|---|---|---|---|---|---|
| Empty | {{StatIcon|name=Empty}}
|
{{StatIcon|name=Empty|text=1}}
|
- | ||
| 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}}
|
- | ||
| Holy | {{StatIcon|name=Holy}}
|
{{StatIcon|name=Holy|text=1}}
|
- | ||
| Soul | {{StatIcon|name=Soul}}
|
{{StatIcon|name=Soul|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 |