From Brotato Wiki
(Created page with "<div class="itembox"> <div style="font-size:25px; font-weight:bold; color:rgb(234,226,176);">Blunt</div> (2)+1 Armor -3% Speed<br> (3)+1 Armor +3 Max HP -6% Speed<br> (4)+2 Armor +3 Max HP -9% Speed<br> (5)+2 Armor +6 Max HP -12% Speed<br> (6)+3 Armor +6 Max HP -15% Speed<br> </div>") |
(Updated to patch 0.6.1.6) |
||
(One intermediate revision by one other user not shown) | |||
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);">Blunt</div> | <div class="itembox weaponset-box"> | ||
(2)+1 Armor - | <div style="font-size:25px; font-weight:bold; color:rgb(234,226,176); margin-bottom:10px;">Blunt</div> | ||
(3)+1 Armor +3 Max HP - | }}<!-- | ||
(4)+2 Armor +3 Max HP - | -->(2)+1 Armor -2% Speed<br><!-- | ||
(5)+2 Armor +6 Max HP - | -->(3)+1 Armor +3 Max HP -4% Speed<br><!-- | ||
(6)+3 Armor +6 Max HP - | -->(4)+2 Armor +3 Max HP -6% Speed<br><!-- | ||
</ | -->(5)+2 Armor +6 Max HP -8% Speed<br><!-- | ||
-->(6)+3 Armor +6 Max HP -10% Speed<!-- | |||
-->{{#ifeq:{{{hidebox}}}|1|<!--hidden-->|</div>}} | |||
</onlyinclude></includeonly> | |||
<noinclude> | |||
Show stats for the [[Blunt]] weapon set. Has an option to hide the surrounding box (<code>hidebox</code>). | |||
=== Default === | |||
<code><nowiki>{{Blunt}}</nowiki></code> | |||
{{Blunt|hidebox=0}} | |||
=== Stats Only === | |||
<code><nowiki>{{Blunt|hidebox=1}}</nowiki></code> | |||
{{Blunt|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 12:15, 11 December 2022
Show stats for the Blunt weapon set. Has an option to hide the surrounding box (hidebox
).
Default
{{Blunt}}
Blunt
(2)+1 Armor -2% Speed(3)+1 Armor +3 Max HP -4% Speed
(4)+2 Armor +3 Max HP -6% Speed
(5)+2 Armor +6 Max HP -8% Speed
(6)+3 Armor +6 Max HP -10% Speed
Stats Only
{{Blunt|hidebox=1}}
(2)+1 Armor -2% Speed
(3)+1 Armor +3 Max HP -4% Speed
(4)+2 Armor +3 Max HP -6% Speed
(5)+2 Armor +6 Max HP -8% Speed
(6)+3 Armor +6 Max HP -10% Speed
No description.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Hide Box? | hidebox | Enable to hide the box surrounding the stats | Boolean | suggested |