Template:Infobox Ranged: Difference between revisions

From PSP2i Wiki
No edit summary
No edit summary
Line 94: Line 94:
<tr>
<tr>
<th style="background-color: #A00000;">E. ATK:</th>
<th style="background-color: #A00000;">E. ATK:</th>
<td>{{{#expr: ({{{ATK}}}/4)+{{{ACC}}} round 0}}}</td>
<td>{{#expr: ({{{ATK}}}/4)+{{{ACC}}} round 0}}</td>
<th style="background-color: #A00000;">E. ATK (10):</th>
<th style="background-color: #A00000;">E. ATK (10):</th>
<td>{{{#expr: ({{{ATK10}}}/4)+{{{ACC}}} round 0}}}</td>
<td>{{#expr: ({{{ATK10}}}/4)+{{{ACC}}} round 0}}</td>
</tr>
</tr>
}}</table>
}}</table>
Line 121: Line 121:
<td>{{{EACC}}} (+{{#expr:{{{EACC}}}-{{{ACC}}}}})</td>
<td>{{{EACC}}} (+{{#expr:{{{EACC}}}-{{{ACC}}}}})</td>
</tr>
</tr>
}}
{{#if:{{{EATK|}}}|
<tr>
<th style="background-color: #A00000;">E. EXT ATK:</th>
<td>{{#expr: ({{{EATK}}}/4)+{{{EACC}}} round 0}} (+({{#expr: ({{{EATK}}}/4)+{{{EACC}}} round 0}})-({{#expr: ({{{ATK10}}}/4)+{{{ACC}}} round 0}}))
}}
}}
{{#if:{{{IATK|}}}|
{{#if:{{{IATK|}}}|
Line 133: Line 138:
<td>{{{IACC}}} (+{{#expr:{{{IACC}}}-{{{EACC}}}}})</td>
<td>{{{IACC}}} (+{{#expr:{{{IACC}}}-{{{EACC}}}}})</td>
</tr>
</tr>
}}</table>
}}
{{#if:{{{IATK|}}}|
<tr>
<th style="background-color: #A00000;">E. EXT ATK:</th>
<td>{{#expr: ({{{IATK}}}/4)+{{{IACC}}} round 0}} (+({{#expr: ({{{IATK}}}/4)+{{{IACC}}} round 0}})-({{#expr: ({{{EATK}}}/4)+{{{EACC}}} round 0}}))
}}
</table>
<table style="width:100%"><tr>
<table style="width:100%"><tr>
<th style="background:#FF7979;">[[File:Burn.png|link=]]</th>
<th style="background:#FF7979;">[[File:Burn.png|link=]]</th>

Revision as of 08:13, 27 March 2022

Infobox Ranged




Extend Data
Drain

Usage

This template is used to generate the infoboxes on ranged weapon pages, not including longbows, cards or R-Mags. All fields are optional, so only relevant information to the weapon should be defined. If a weapon does not grant any DEF for example, the field should be deleted or left empty.

Syntax

{{Infobox Ranged
| jp =
| romaji =
| image =
| stars =
| type =
| manufacturer =
| grade =
| requirement =
| special =
| rate =
| element =
| HP =
| PP =
| ATK =
| ATK10 =
| ACC =
| EATK =
| EACC =
| IATK =
| IACC =
| DEF =
| EVA =
| TEC =
| MND =
| STA =
| LCK =
| PA =
| PP =
| burn =
| freeze =
| stun =
| sleep =
| confuse =
| infect =
| incap = 
| drain =
| desc =
}}
  • jp: Exact japanese name for the item.
  • romaji: Translation of the japanese name for the item, not direct romaji.
  • image: Must be written as Item Name.png, copying the exact name of the item in-game.
  • stars: Number from 1 to 16.
  • type: Type of weapon, such as sword, whip, etc.
  • manufacturer: Only the entries GRM, Tenora, Yohmei, and Kubara are valid. Will replace with manufacturer icon.
  • grade: Only the entries C, B, A, and S are valid. Will replace with grade icon.
  • requirement: Write as Level X.
  • special: Write as Special LVX. If no special, write None.
  • rate: Write as X%. This is the proc rate of the special attack - this stat exists even if the base special is None.
  • element: Only the entries Any, Neutral, Fire, Ice, Lightning, Ground, Lightning, Light, Dark, and LightDark are valid. Will replace with attribute icon.
  • stats: Only input stats on the weapon. EATK, EACC, IATK and IACC refer to extend and extend infinity stats respectively.
  • PA/PP: Write as X%.
  • specials: These are the specials gained on Extend. Only the levels need to be inputted, i.e. infect = 3. If not gained on extend, delete or leave the field blank.
  • desc: Description of the item.