(Created page with "{| style="border:0;background:#545a3a" |style="background:#fff"| |{{{mask}}} |style="background:#fff"| |- |{{{weapon}}} |{{{body}}} |{{{offhand}}} |- |{{{gloves}}} |{{{legs}}} |{{{boots}}} |}") |
Shan007tjuuh (talk | contribs) (Restructured template for better legibility (added basic indentation, removed some unnecessary repitition). Added Magic Ring support.) |
||
| (33 intermediate revisions by one other user not shown) | |||
| Line 1: | Line 1: | ||
{| style="border:0;background:# | {| style="border:0; background:#fff" | ||
|style="background:# | {{!}} {{#if:{{{arrow|}}} | ||
| style="background:#545a3a" {{!}} [[File:{{{arrow}}}Arrows.png|50px|link=]] | |||
|style="background:# | }} | ||
|- | {{!}} {{#if:{{{mask|}}} | ||
|{{{weapon}}} | | style="background:#545a3a" {{!}} [[File:{{{mask}}}.png|50px|link=]] | ||
|{{{body}}} | }} | ||
|{{{offhand}}} | {{!}} {{#if:{{{hp|}}} | ||
|- | | [[File:Heart.png|25px|link=]] {{{hp}}} | ||
|{{{gloves}}} | }} | ||
|{{{legs}}} | |- | ||
|{{{boots}}} | {{!}} {{#if:{{{weapon|}}} | ||
| style="background:#545a3a" {{!}} [[File:{{{weapon}}}.png|50px|link=]] | |||
}} | |||
{{!}} {{#if:{{{body|}}} | |||
| style="background:#545a3a" {{!}} [[File:{{{body}}}.png|50px|link=]] | |||
}} | |||
{{!}} {{#if:{{{offhand|}}} | |||
| style="background:#545a3a" {{!}} [[File:{{{offhand}}}.png|50px|link=]] | |||
}} | |||
|- | |||
{{!}} {{#if:{{{gloves|}}} | |||
| style="background:#545a3a" {{!}} [[File:{{{gloves}}}.png|50px|link=]] | |||
}} | |||
{{!}} {{#if:{{{legs|}}} | |||
| style="background:#545a3a" {{!}} [[File:{{{legs}}}.png|50px|link=]] | |||
}} | |||
{{!}} {{#if:{{{boots|}}} | |||
| style="background:#545a3a" {{!}} [[File:{{{boots}}}.png|50px|link=]] | |||
}} | |||
|- | |||
{{#if:{{{master|}}} | |||
| {{!}} | |||
{{!}} [[File:MasterRing.png|50px|link=]] | |||
| {{!}} {{#if:{{{defence|}}} | |||
| {{#switch: {{{defence|}}} | |||
| 1 = [[File:WeakDefenceRing.png|50px|link=]] | |||
| 2 = [[File:DefenceRing.png|50px|link=]] | |||
| 3 = [[File:GoodDefenceRing.png|50px|link=]] | |||
| 4 = [[File:GreatDefenceRing.png|50px|link=]] | |||
| 5 = [[File:PerfectDefenceRing.png|50px|link=]] | |||
| 6 = [[File:AncientDefenceRing.png|50px|link=]] | |||
}} | |||
}} | |||
{{!}} {{#if:{{{damage|}}} | |||
| {{#switch: {{{damage|}}} | |||
| 1 = [[File:WeakDamageRing.png|50px|link=]] | |||
| 2 = [[File:DamageRing.png|50px|link=]] | |||
| 3 = [[File:GoodDamageRing.png|50px|link=]] | |||
| 4 = [[File:GreatDamageRing.png|50px|link=]] | |||
| 5 = [[File:PerfectDamageRing.png|50px|link=]] | |||
| 6 = [[File:AncientDamageRing.png|50px|link=]] | |||
}} | |||
}} | |||
{{!}} {{#if:{{{accuracy|}}} | |||
| {{#switch: {{{accuracy|}}} | |||
| 1 = [[File:WeakAccuracyRing.png|50px|link=]] | |||
| 2 = [[File:AccuracyRing.png|50px|link=]] | |||
| 3 = [[File:GoodAccuracyRing.png|50px|link=]] | |||
| 4 = [[File:GreatAccuracyRing.png|50px|link=]] | |||
| 5 = [[File:PerfectAccuracyRing.png|50px|link=]] | |||
| 6 = [[File:AncientAccuracyRing.png|50px|link=]] | |||
}} | |||
}} | |||
}} | |||
{{!}} {{#if:{{{magic|}}} | |||
| {{!}} [[File:MagicRing.png|50px|link=]] | |||
{{!}} | |||
}} | |||
|} | |} | ||
<noinclude> | |||
All equipment pieces are optional. | |||
==Usage== | |||
<pre> | |||
{{Preset | |||
|arrow=fire | |||
|hp=10 | |||
|mask=BearMask | |||
|legs=BearLegs | |||
|body=BearBody | |||
|gloves=BearGloves | |||
|boots=BearBoots | |||
|weapon=LongBow | |||
|offhand=SkeletonShield | |||
|defence=2 | |||
|damage=3 | |||
|accuracy=6 | |||
}} | |||
</pre> | |||
Result in... | |||
{{Preset | |||
|arrow=fire | |||
|hp=10 | |||
|mask=BearMask | |||
|legs=BearLegs | |||
|body=BearBody | |||
|gloves=BearGloves | |||
|boots=BearBoots | |||
|weapon=LongBow | |||
|offhand=SkeletonShield | |||
|defence=2 | |||
|damage=3 | |||
|accuracy=6 | |||
}} | |||
==Master Ring Usage== | |||
If calling Master Ring, other (non-magic) rings may be omitted, as they are ignored. | |||
<pre> | |||
{{Preset | |||
|arrow=fire | |||
|hp=10 | |||
|mask=BearMask | |||
|legs=BearLegs | |||
|body=BearBody | |||
|gloves=BearGloves | |||
|boots=BearBoots | |||
|weapon=LongBow | |||
|offhand=SkeletonShield | |||
|master=1 | |||
|magic=1 | |||
|defence=2 | |||
|damage=3 | |||
|accuracy=6 | |||
}} | |||
</pre> | |||
Result in... | |||
{{Preset | |||
|arrow=fire | |||
|hp=10 | |||
|mask=BearMask | |||
|legs=BearLegs | |||
|body=BearBody | |||
|gloves=BearGloves | |||
|boots=BearBoots | |||
|weapon=LongBow | |||
|offhand=SkeletonShield | |||
|master=1 | |||
|magic=1 | |||
|defence=2 | |||
|damage=3 | |||
|accuracy=6 | |||
}} | |||
</noinclude> | |||
Latest revision as of 12:35, 8 October 2024
All equipment pieces are optional.
Usage
{{Preset
|arrow=fire
|hp=10
|mask=BearMask
|legs=BearLegs
|body=BearBody
|gloves=BearGloves
|boots=BearBoots
|weapon=LongBow
|offhand=SkeletonShield
|defence=2
|damage=3
|accuracy=6
}}
Result in...
|
|
||
|
|
| |
|
|
| |
|
|
|
Master Ring Usage
If calling Master Ring, other (non-magic) rings may be omitted, as they are ignored.
{{Preset
|arrow=fire
|hp=10
|mask=BearMask
|legs=BearLegs
|body=BearBody
|gloves=BearGloves
|boots=BearBoots
|weapon=LongBow
|offhand=SkeletonShield
|master=1
|magic=1
|defence=2
|damage=3
|accuracy=6
}}
Result in...
|
|
||
|
|
| |
|
|
| |
|
|












