From Brotato Wiki
(add icon for Materials) |
(Add Curse) |
||
(One intermediate revision by the same user not shown) | |||
Line 8: | Line 8: | ||
| engineering= <!-- | | engineering= <!-- | ||
-->[[File:Engineering_Stat.png|link={{#ifeq:{{{nolink|}}}|1||Engineering}}|x20px]]{{#if:{{{text|}}}|<wbr> [[Engineering]]}} | -->[[File:Engineering_Stat.png|link={{#ifeq:{{{nolink|}}}|1||Engineering}}|x20px]]{{#if:{{{text|}}}|<wbr> [[Engineering]]}} | ||
| luck = <!-- | | level = <!-- | ||
-->[[File:Level.png|link={{#ifeq:{{{nolink|}}}|1||}}|x20px]]{{#if:{{{text|}}}|<wbr> Level}} | |||
| luck = <!-- | |||
-->[[File:Luck.png|link={{#ifeq:{{{nolink|}}}|1||Luck}}|x20px]]{{#if:{{{text|}}}|<wbr> [[Luck]]}} | -->[[File:Luck.png|link={{#ifeq:{{{nolink|}}}|1||Luck}}|x20px]]{{#if:{{{text|}}}|<wbr> [[Luck]]}} | ||
| max hp | | max hp | ||
Line 43: | Line 45: | ||
| materials = <!-- | | materials = <!-- | ||
-->[[File:Materials.png|link=|x20px]]{{#if:{{{text|}}}|<wbr> Materials}} | -->[[File:Materials.png|link=|x20px]]{{#if:{{{text|}}}|<wbr> Materials}} | ||
| curse = <!-- | |||
-->[[File:Curse.png|link=|x20px]]{{#if:{{{text|}}}|<wbr> Curse}} | |||
| #default = <!-- | | #default = <!-- | ||
-->{{{1}}} does not exist as an icon | -->{{{1}}} does not exist as an icon | ||
Line 145: | Line 149: | ||
|<code><nowiki>{{StatIcon|name=Materials}}</nowiki></code> | |<code><nowiki>{{StatIcon|name=Materials}}</nowiki></code> | ||
|{{StatIcon|Materials}} | |{{StatIcon|Materials}} | ||
| - | |||
|- | |||
|Level | |||
|<code><nowiki>{{StatIcon|name=Level}}</nowiki></code> | |||
|{{StatIcon|Level}} | |||
| - | |||
|- | |||
|[[Curse]] | |||
|<code><nowiki>{{StatIcon|name=Curse}}</nowiki></code> | |||
|{{StatIcon|Curse}} | |||
| - | | - | ||
|} | |} |
Latest revision as of 22:11, 27 October 2024
Usage:
{{Staticon|any stat icon name}}
Full List
Name | Code | Preview | Alias |
---|---|---|---|
Max HP | {{StatIcon|Max HP}}
|
MaxHP
| |
HP Regeneration | {{StatIcon|HP Regeneration}}
|
HPRegen
| |
Life Steal | {{StatIcon|Life Steal}}
|
Lifesteal
| |
Damage | {{StatIcon|Damage}}
|
- | |
Melee Damage | {{StatIcon|Melee Damage}}
|
MeleeDamage
| |
Ranged Damage | {{StatIcon|Ranged Damage}}
|
RangedDamage
| |
Elemental Damage | {{StatIcon|Elemental Damage}}
|
ElementalDamage
| |
Attack Speed | {{StatIcon|Attack Speed}}
|
AttackSpeed
| |
Crit Chance | {{StatIcon|Crit Chance}}
|
CritChance
| |
Engineering | {{StatIcon|Engineering}}
|
- | |
Range | {{StatIcon|Range}}
|
- | |
Armor | {{StatIcon|Armor}}
|
- | |
Dodge | {{StatIcon|Dodge}}
|
- | |
Speed | {{StatIcon|Speed}}
|
- | |
Luck | {{StatIcon|Luck}}
|
- | |
Harvesting | {{StatIcon|Harvesting}}
|
- | |
Materials | {{StatIcon|name=Materials}}
|
- | |
Level | {{StatIcon|name=Level}}
|
- | |
Curse | {{StatIcon|name=Curse}}
|
- |
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 |