From Brotato Wiki

Revision as of 18:50, 4 November 2022 by Darkly77 (talk | contribs) (Add example using Template:Character_Data, and reformat Examples into a table)


Usage

This template can be used by entering the following onto a relevant page. Do not use this on your user page. It is reserved for content pages.

{{Infobox Character
|name=Lucky
|stats='''+8''' Max HP<br>
'''+4%'''Dodge<br>
}}

With Template:Character_Data (recommended):

{{Infobox Character 
|name=Well Rounded
|stats={{Character Data|Well Rounded|stats}}
}}

Examples

Preview Code
Well Rounded
Well Rounded
Character
Stats

+5 Max Hp
+5% Speed
+8 Harvesting

{{Infobox Character 
|name=Well Rounded
|stats={{Character Data|Well Rounded|stats}}
}}
Lucky
Lucky
Character
Stats

+100 Luck
All Luck modifications are
increased by 25%
+75% chance to deal 1(15% Luck)
damage to a random enemy
when you pick up material
-60% Attack Speed
-50% XP Gain

{{Infobox Character
|name=Lucky
|stats=<span style="color:rgb(0,255,0);">+100</span> [[Luck]]<br>
All <span style="color:rgb(0,255,0);">Luck</span> modifications are <br>
increased by <span style="color:rgb(0,255,0);">25%</span><br>
<span style="color:rgb(0,255,0);">+75%</span> chance to deal <span style="color:rgb(0,255,0);">1</span>(15% Luck)<br>
damage to a random enemy<br>
when you pick up material<br>
<span style="color:rgb(244,0,0);">-60%</span> Attack Speed<br>
<span style="color:rgb(244,0,0);">-50%</span> XP Gain
}}