From Brotato Wiki
(Add Curse) |
(make the "Curse" text into a DLC_Link) |
||
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> Curse}} | -->[[File:Curse.png|link=|x20px]]{{#if:{{{text|}}}|<wbr> {{DLC_Link|Curse}}}} | ||
| #default = <!-- | | #default = <!-- | ||
-->{{{1}}} does not exist as an icon | -->{{{1}}} does not exist as an icon |
Revision as of 19:20, 1 November 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 |