Template:Stance: Difference between revisions

From PHIGHTING! Wiki
Content added Content deleted
(Created page with "<div style="display:flex;flex-flow:row wrap;justify-content:space-evenly;margin:auto;"> <p style="width:40%;">{{{1}}}</p> <p style="width:40%;">{{{2}}}</p> </div> <noinclude> {{Stance |'''Harvest:'''<br>Damage: 10<br>Tip damage: 5 + 10% of current hitpoints (min. 10)<br>Fire rate: ---<br>Ammo gain: +2, +5 (tip)<br>Range: ---<br>Dash force: --- |'''Let 'Er Rip:'''<br>Damage: 3 per bullet<br>Fire rate: ---<br>Projectile speed: ---<br>Ammo cost: 1 per bullet<br>Max. reco...")
 
mNo edit summary
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
<div style="display:flex;flex-flow:row wrap;justify-content:space-evenly;margin:auto;">
<div style="display:flex;flex-flow:row wrap;justify-content:space-evenly;align-items:center;margin:auto;">
<p style="width:40%;">{{{1}}}</p>
<p style="width:40%;">{{{1}}}</p>
<p style="width:40%;">{{{2}}}</p>
<p style="width:40%;">{{{2}}}</p>
Line 5: Line 5:


<noinclude>
<noinclude>
== How to Use ==
This template is to be used within [[Template:Abilitytable]] for classes with stance abilities, such as [[Scythe]] and [[Skateboard]].

Usage is as follows:

<pre>{{Stance
| Ability info for the first stance, i.e. the leftmost 'box'
| Ability info for the second stance, i.e. the rightmost 'box'
}}
</pre>

Example:

{{Stance
{{Stance
|'''Harvest:'''<br>Damage: 10<br>Tip damage: 5 + 10% of current hitpoints (min. 10)<br>Fire rate: ---<br>Ammo gain: +2, +5 (tip)<br>Range: ---<br>Dash force: ---
|'''Harvest:'''<br>Damage: 10<br>Tip damage: 5 + 10% of current hitpoints (min. 10)<br>Fire rate: ---<br>Ammo gain: +2, +5 (tip)<br>Range: ---<br>Dash force: ---
|'''Let 'Er Rip:'''<br>Damage: 3 per bullet<br>Fire rate: ---<br>Projectile speed: ---<br>Ammo cost: 1 per bullet<br>Max. recoil: after 75 shots<br>{{Status|Slow}} penalty: 10%<br>{{Status|Bound}} penalty: 25%
|'''Let 'Er Rip:'''<br>Damage: 3 per bullet<br>Fire rate: ---<br>Projectile speed: ---<br>Ammo cost: 1 per bullet<br>Max. recoil: after 75 shots<br>{{Status|Slow}} penalty: 10%<br>{{Status|Bound}} penalty: 25%
}}
}}

<pre>{{Stance
|'''Harvest:'''<br>Damage: 10<br>Tip damage: 5 + 10% of current hitpoints (min. 10)<br>Fire rate: ---<br>Ammo gain: +2, +5 (tip)<br>Range: ---<br>Dash force: ---
|'''Let 'Er Rip:'''<br>Damage: 3 per bullet<br>Fire rate: ---<br>Projectile speed: ---<br>Ammo cost: 1 per bullet<br>Max. recoil: after 75 shots<br>{{Status|Slow}} penalty: 10%<br>{{Status|Bound}} penalty: 25%
}}</pre>

You can use newlines within the template, but it's not necessary. You may find readability concerns inside Abilitytable so use your best judgement.
</noinclude>
</noinclude>

Latest revision as of 20:52, 16 March 2024

{{{1}}}

{{{2}}}


How to Use

This template is to be used within Template:Abilitytable for classes with stance abilities, such as Scythe and Skateboard.

Usage is as follows:

{{Stance
| Ability info for the first stance, i.e. the leftmost 'box'
| Ability info for the second stance, i.e. the rightmost 'box'
}}

Example:

Harvest:
Damage: 10
Tip damage: 5 + 10% of current hitpoints (min. 10)
Fire rate: ---
Ammo gain: +2, +5 (tip)
Range: ---
Dash force: ---

Let 'Er Rip:
Damage: 3 per bullet
Fire rate: ---
Projectile speed: ---
Ammo cost: 1 per bullet
Max. recoil: after 75 shots
Slow penalty: 10%
Bound penalty: 25%


{{Stance
|'''Harvest:'''<br>Damage: 10<br>Tip damage: 5 + 10% of current hitpoints (min. 10)<br>Fire rate: ---<br>Ammo gain: +2, +5 (tip)<br>Range: ---<br>Dash force: ---
|'''Let 'Er Rip:'''<br>Damage: 3 per bullet<br>Fire rate: ---<br>Projectile speed: ---<br>Ammo cost: 1 per bullet<br>Max. recoil: after 75 shots<br>{{Status|Slow}} penalty: 10%<br>{{Status|Bound}} penalty: 25%
}}

You can use newlines within the template, but it's not necessary. You may find readability concerns inside Abilitytable so use your best judgement.