From Brotato Wiki
(Created page with "<div class="itembox"> <div style="font-size:25px; font-weight:bold; color:rgb(234,226,176);">Unarmed</div> (2)+3% Dodge Chance<br> (3)+6% Dodge Chance<br> (4)+9% Dodge Chance<br> (5)+12% Dodge Chance<br> (6)+15% Dodge Chance<br> </div>") |
(update to use hidebox option) |
||
Line 1: | Line 1: | ||
<div class="itembox"> | <includeonly><onlyinclude>{{#ifeq:{{{hidebox}}}|1|<!--hidden-->| | ||
<div style="font-size:25px; font-weight:bold; color:rgb(234,226,176);">Unarmed</div> | <div class="itembox weaponset-box"> | ||
(2)+3% Dodge Chance<br> | <div style="font-size:25px; font-weight:bold; color:rgb(234,226,176); margin-bottom:10px;">Unarmed</div> | ||
(3)+6% Dodge Chance<br> | }}<!-- | ||
(4)+9% Dodge Chance<br> | -->(2)+3% Dodge Chance<br><!-- | ||
(5)+12% Dodge Chance<br> | -->(3)+6% Dodge Chance<br><!-- | ||
(6)+15% Dodge Chance<br> | -->(4)+9% Dodge Chance<br><!-- | ||
</ | -->(5)+12% Dodge Chance<br><!-- | ||
-->(6)+15% Dodge Chance<!-- | |||
-->{{#ifeq:{{{hidebox}}}|1|<!--hidden-->|</div>}} | |||
</onlyinclude></includeonly> | |||
<noinclude> | |||
Show stats for the [[Unarmed]] weapon set. Has an option to hide the surrounding box (<code>hidebox</code>). | |||
=== Default === | |||
<code><nowiki>{{Unarmed}}</nowiki></code><br> | |||
<code><nowiki>{{Unarmed|hidebox=0}}</nowiki></code> | |||
{{Unarmed|hidebox=0}} | |||
=== Stats Only === | |||
<code><nowiki>{{Unarmed|hidebox=1}}</nowiki></code> | |||
{{Unarmed|hidebox=1}} | |||
<templatedata> | |||
{ | |||
"params": { | |||
"hidebox": { | |||
"label": "Hide Box?", | |||
"description": "Enable to hide the box surrounding the stats", | |||
"type": "boolean", | |||
"suggested": true | |||
} | |||
}, | |||
"paramOrder": [ | |||
"hidebox" | |||
] | |||
} | |||
</templatedata> | |||
</noinclude> |
Latest revision as of 21:12, 3 November 2022
Show stats for the Unarmed weapon set. Has an option to hide the surrounding box (hidebox
).
Default
{{Unarmed}}
{{Unarmed|hidebox=0}}
Unarmed
(2)+3% Dodge Chance(3)+6% Dodge Chance
(4)+9% Dodge Chance
(5)+12% Dodge Chance
(6)+15% Dodge Chance
Stats Only
{{Unarmed|hidebox=1}}
(2)+3% Dodge Chance
(3)+6% Dodge Chance
(4)+9% Dodge Chance
(5)+12% Dodge Chance
(6)+15% Dodge Chance
No description.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Hide Box? | hidebox | Enable to hide the box surrounding the stats | Boolean | suggested |