From Brotato Wiki

(Created page with "<div class="itembox"> <div style="font-size:25px; font-weight:bold; color:rgb(234,226,176);">Ethereal</div> (2)+6% Dodge Chance -1 Armor<br> (3)+12% Dodge Chance -2 Armor<br> (4)+18% Dodge Chance -3 Armor<br> (5)+24% Dodge Chance -4 Armor<br> (6)+39% Dodge Chance -5 Armor<br> </div>")
 
m (Fixed a typo)
 
(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);">Ethereal</div>
<div class="itembox weaponset-box">
(2)+6% Dodge Chance -1 Armor<br>
<div style="font-size:25px; font-weight:bold; color:rgb(234,226,176); margin-bottom:10px;">Ethereal</div>
(3)+12% Dodge Chance -2 Armor<br>
}}<!--
(4)+18% Dodge Chance -3 Armor<br>
-->(2)+6% Dodge Chance -1 Armor<br><!--
(5)+24% Dodge Chance -4 Armor<br>
-->(3)+12% Dodge Chance -2 Armor<br><!--
(6)+39% Dodge Chance -5 Armor<br>
-->(4)+18% Dodge Chance -3 Armor<br><!--
</div>
-->(5)+24% Dodge Chance -4 Armor<br><!--
-->(6)+30% Dodge Chance -5 Armor<br><!--
-->{{#ifeq:{{{hidebox}}}|1|<!--hidden-->|</div>}}
</onlyinclude></includeonly>
 
<noinclude>
Show stats for the [[Ethereal]] weapon set. Has an option to hide the surrounding box (<code>hidebox</code>).
 
=== Default ===
<code><nowiki>{{Ethereal}}</nowiki></code><br>
<code><nowiki>{{Ethereal|hidebox=0}}</nowiki></code>
{{Ethereal|hidebox=0}}
 
=== Stats Only ===
<code><nowiki>{{Ethereal|hidebox=1}}</nowiki></code>
 
{{Ethereal|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:52, 22 November 2022


Show stats for the Ethereal weapon set. Has an option to hide the surrounding box (hidebox).

Default

{{Ethereal}}
{{Ethereal|hidebox=0}}

Ethereal
(2)+6% Dodge Chance -1 Armor
(3)+12% Dodge Chance -2 Armor
(4)+18% Dodge Chance -3 Armor
(5)+24% Dodge Chance -4 Armor
(6)+30% Dodge Chance -5 Armor


Stats Only

{{Ethereal|hidebox=1}}

(2)+6% Dodge Chance -1 Armor
(3)+12% Dodge Chance -2 Armor
(4)+18% Dodge Chance -3 Armor
(5)+24% Dodge Chance -4 Armor
(6)+30% Dodge Chance -5 Armor


No description.

Template parameters

ParameterDescriptionTypeStatus
Hide Box?hidebox

Enable to hide the box surrounding the stats

Booleansuggested