From Brotato Wiki

(update to use hidebox option)
 
(One intermediate revision by one other user 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>


(2) +3% Crit Chance<br>
<noinclude>
(3) +6% Crit Chance<br>
Show stats for the [[Precise]] weapon set. Has an option to hide the surrounding box (<code>hidebox</code>).
(4) +9% Crit Chance<br>
 
(5) +12% Crit Chance<br>
=== Default ===
(6) +15% Crit Chance<br>
<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.

Template parameters

ParameterDescriptionTypeStatus
Hide Box?hidebox

Enable to hide the box surrounding the stats

Booleansuggested