From Brotato Wiki
(Created page with "==Precise== (2) +3% Crit Chance (3) +6% Crit Chance (4) +9% Crit Chance (5) +12% Crit Chance (6) +15% Crit Chance") |
(update to use hidebox option) |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
==Precise | <includeonly><onlyinclude>{{#ifeq:{{{hidebox}}}|1|<!--hidden-->| | ||
<div class="itembox weaponset-box"> | |||
<div style="font-size:25px; font-weight:bold; color:rgb(234,226,176); margin-bottom:10px;">Precise</div> | |||
}}<!-- | |||
-->(2)+3% Crit Chance<br><!-- | |||
-->(3)+6% Crit Chance<br><!-- | |||
-->(4)+9% Crit Chance<br><!-- | |||
-->(5)+12% Crit Chance<br><!-- | |||
-->(6)+15% Crit Chance<!-- | |||
-->{{#ifeq:{{{hidebox}}}|1|<!--hidden-->|</div>}} | |||
</onlyinclude></includeonly> | |||
( | <noinclude> | ||
Show stats for the [[Precise]] weapon set. Has an option to hide the surrounding box (<code>hidebox</code>). | |||
=== Default === | |||
<code><nowiki>{{Precise}}</nowiki></code><br> | |||
<code><nowiki>{{Precise|hidebox=0}}</nowiki></code> | |||
{{Precise|hidebox=0}} | |||
=== Stats Only === | |||
<code><nowiki>{{Precise|hidebox=1}}</nowiki></code> | |||
{{Precise|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:08, 3 November 2022
Show stats for the Precise weapon set. Has an option to hide the surrounding box (hidebox
).
Default
{{Precise}}
{{Precise|hidebox=0}}
Precise
(2)+3% Crit Chance(3)+6% Crit Chance
(4)+9% Crit Chance
(5)+12% Crit Chance
(6)+15% Crit Chance
Stats Only
{{Precise|hidebox=1}}
(2)+3% Crit Chance
(3)+6% Crit Chance
(4)+9% Crit Chance
(5)+12% Crit Chance
(6)+15% Crit Chance
No description.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Hide Box? | hidebox | Enable to hide the box surrounding the stats | Boolean | suggested |