|
|
Line 1: |
Line 1: |
| |-
| | #REDIRECT [[Template:WeaponTableRow]] |
| |[[{{{1}}}]]
| |
| |{{{2}}}★
| |
| |{{{3}}}
| |
| |{{{4}}}
| |
| |{{{5}}}
| |
| |{{{special|}}}
| |
| |{{{6}}}
| |
| |{{#ifeq: {{#sub:{{{class|}}}|0|1}} | 0 | style="background-color:#F4C7C3;"{{!}}× | style="background-color:#98FB98;"{{!}}○}}
| |
| |{{#ifeq: {{#sub:{{{class|}}}|1|1}} | 0 | style="background-color:#F4C7C3;"{{!}}× | style="background-color:#98FB98;"{{!}}○}}
| |
| |{{#ifeq: {{#sub:{{{class|}}}|2|1}} | 0 | style="background-color:#F4C7C3;"{{!}}× | style="background-color:#98FB98;"{{!}}○}}
| |
| |{{#ifeq: {{#sub:{{{class|}}}|3|1}} | 0 | style="background-color:#F4C7C3; border-right:solid 1px black"{{!}}× | style="background-color:#98FB98; border-right:solid 1px black"{{!}}○}}
| |
| |{{#ifeq: {{#sub:{{{class|}}}|4|1}} | 0 | style="background-color:#F4C7C3;"{{!}}× | style="background-color:#98FB98;"{{!}}○}}
| |
| |{{#ifeq: {{#sub:{{{class|}}}|5|1}} | 0 | style="background-color:#F4C7C3;"{{!}}× | style="background-color:#98FB98;"{{!}}○}}
| |
| |{{#ifeq: {{#sub:{{{class|}}}|6|1}} | 0 | style="background-color:#F4C7C3;"{{!}}× | style="background-color:#98FB98;"{{!}}○}}
| |
| |{{#ifeq: {{#sub:{{{class|}}}|7|1}} | 0 | style="background-color:#F4C7C3; border-right:solid 1px black"{{!}}× | style="background-color:#98FB98; border-right:solid 1px black"{{!}}○}}
| |
| |{{#ifeq: {{#sub:{{{class|}}}|8|1}} | 0 | style="background-color:#F4C7C3;"{{!}}× | style="background-color:#98FB98;"{{!}}○}}
| |
| |{{#ifeq: {{#sub:{{{class|}}}|9|1}} | 0 | style="background-color:#F4C7C3;"{{!}}× | style="background-color:#98FB98;"{{!}}○}}
| |
| |{{#ifeq: {{#sub:{{{class|}}}|10|1}} | 0 | style="background-color:#F4C7C3;"{{!}}× | style="background-color:#98FB98;"{{!}}○}}
| |
| |{{#ifeq: {{#sub:{{{class|}}}|11|1}} | 0 | style="background-color:#F4C7C3;"{{!}}× | style="background-color:#98FB98;"{{!}}○}}
| |
| |{{{notes|}}}
| |
| <noinclude>
| |
| ==Usage==
| |
| <pre>
| |
| {{WeaponTypeRow|Name|Rarity|ATP|ATA|max grind|special=special|requirement to equip|class=001000000000|notes=notes}}
| |
| </pre>
| |
| The <code>class</code> argument is in class order (HUmar, HUnewearl, HUcast, HUcaseal, RAmar, RAmarl, RAcast, RAcaseal, FOmar, FOmarl, FOnewm, FOnewearl), with a 1 if the class can use it and a 0 if they can't. Leave the argument blank if all classes can equip it.
| |
| The <code>notes</code> argument is for things like additional stats and features unique to the weapon. Use <code>&#43;</code> for a plus sign and <code>&minus;</code> for a minus sign at the start of <code>notes</code>.
| |
| [[Category:Templates]] | |
| </noinclude>
| |