From Brotato Wiki
(add Level) |
(Add Curse) |
||
| Line 45: | 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 152: | Line 154: | ||
|<code><nowiki>{{StatIcon|name=Level}}</nowiki></code> | |<code><nowiki>{{StatIcon|name=Level}}</nowiki></code> | ||
|{{StatIcon|Level}} | |{{StatIcon|Level}} | ||
| - | |||
|- | |||
|[[Curse]] | |||
|<code><nowiki>{{StatIcon|name=Curse}}</nowiki></code> | |||
|{{StatIcon|Curse}} | |||
| - | | - | ||
|} | |} | ||
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 |