Template:GearItem: Difference between revisions
Appearance
Created page with "{| class="wikitable" style="width: 70%;" ! colspan="2" style="text-align:center;" | {{ucfirst:{{{gear}}}}} |- ! Slot !! {{{slot}}} |- ! Craft cost !! {{#explode:{{{create_scrap}}}|,|0}} Scrap Β· {{#explode:{{{create_energy}}}|,|0}} Energy |- ! colspan="2" | '''Stats by Rarity''' |- ! !! HP !! Armor !! Sword ATK !! Sword DEF !! Shield ATK !! Shield DEF !! Spell ATK !! Spell DEF |- ! Common (C) || {{{c_hp}}} || {{{c_armor}}} || {{{c_sword_atk}}} || {{{c_sword_def}}} || {{..." Β |
No edit summary Β |
||
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{| class="wikitable" style=" | <includeonly> | ||
<!-- ====================================================== | |||
Β Β GEAR ITEMΒ β’Β minimal infobox + stat table | |||
Β Β ====================================================== --> | |||
Β | |||
{| class="wikitable gear-table" style="margin:0 auto; text-align:center; max-width:650px;" | |||
Β | |||
|+ '''{{ucfirst:{{{gear}}}}}''' β {{{slot}}} | |||
Β | |||
<!-- 1 βΈ IMAGE -------------------------------------------------------- --> | |||
|- | |- | ||
| colspan="9" | [[File:{{{image|{{{gear}}} {{{slot}}}.png}}}|200px|frameless|center]] | |||
Β | |||
<!-- 2 βΈ CRAFT COST --------------------------------------------------- --> | |||
|- | |- | ||
! Craft cost | ! style="width:110px;" | Craft cost | ||
| colspan="8" | {{#if:{{{create_scrap|}}}{{{create_energy|}}} | |||
Β | {{{create_scrap}}} Scrap Β· {{{create_xp}}} Alchemy XP Β· {{{create_energy}}} Energy | |||
Β | β }} | |||
Β | |||
<!-- 3 βΈ HEADER ROWS (stats) ----------------------------------------- --> | |||
|- | |- | ||
! colspan="2" | | ! rowspan="2" style="width:80px;" | Rarity | ||
! rowspan="2" | HP | |||
! rowspan="2" | Armor | |||
! colspan="2" | Sword | |||
! colspan="2" | Shield | |||
! colspan="2" | Spell | |||
|- | |- | ||
! | ! ATK !! DEF !! ATK !! DEF !! ATK !! DEF | ||
|- | Β | ||
! Common (C) || {{{c_hp}}} || {{{c_armor}}} || {{{c_sword_atk}}} || {{{c_sword_def}}} || {{{c_shield_atk}}} || {{{c_shield_def}}} || {{{c_spell_atk}}} || {{{c_spell_def}}} | <!-- 4 βΈ COMMON ------------------------------------------------------- --> | ||
|- | |- class="rarity-C" | ||
! Uncommon (U) || {{{u_hp}}} || {{{u_armor}}} || {{{u_sword_atk}}} || {{{u_sword_def}}} || {{{u_shield_atk}}} || {{{u_shield_def}}} || {{{u_spell_atk}}} || {{{u_spell_def}}} | ! scope=row | Common (C) | ||
|- | | {{#if:{{{c_hp|}}}|{{{c_hp}}}|β}} | ||
! Rare (R) || {{{r_hp}}} || {{{r_armor}}} || {{{r_sword_atk}}} || {{{r_sword_def}}} || {{{r_shield_atk}}} || {{{r_shield_def}}} || {{{r_spell_atk}}} || {{{r_spell_def}}} | | {{#if:{{{c_armor|}}}|{{{c_armor}}}|β}} | ||
|- | | {{#if:{{{c_sword_atk|}}}|{{{c_sword_atk}}}|β}} | ||
! Epic (E) || {{{e_hp}}} || {{{e_armor}}} || {{{e_sword_atk}}} || {{{e_sword_def}}} || {{{e_shield_atk}}} || {{{e_shield_def}}} || {{{e_spell_atk}}} || {{{e_spell_def}}} | | {{#if:{{{c_sword_def|}}}|{{{c_sword_def}}}|β}} | ||
| {{#if:{{{c_shield_atk|}}}|{{{c_shield_atk}}}|β}} | |||
| {{#if:{{{c_shield_def|}}}|{{{c_shield_def}}}|β}} | |||
| {{#if:{{{c_spell_atk|}}}|{{{c_spell_atk}}}|β}} | |||
| {{#if:{{{c_spell_def|}}}|{{{c_spell_def}}}|β}} | |||
Β | |||
<!-- 5 βΈ UNCOMMON ----------------------------------------------------- --> | |||
|- class="rarity-U" | |||
! scope=row | Uncommon (U) | |||
| {{#if:{{{u_hp|}}}|{{{u_hp}}}|β}} | |||
| {{#if:{{{u_armor|}}}|{{{u_armor}}}|β}} | |||
| {{#if:{{{u_sword_atk|}}}|{{{u_sword_atk}}}|β}} | |||
| {{#if:{{{u_sword_def|}}}|{{{u_sword_def}}}|β}} | |||
| {{#if:{{{u_shield_atk|}}}|{{{u_shield_atk}}}|β}} | |||
| {{#if:{{{u_shield_def|}}}|{{{u_shield_def}}}|β}} | |||
| {{#if:{{{u_spell_atk|}}}|{{{u_spell_atk}}}|β}} | |||
| {{#if:{{{u_spell_def|}}}|{{{u_spell_def}}}|β}} | |||
Β | |||
<!-- 6 βΈ RARE --------------------------------------------------------- --> | |||
|- class="rarity-R" | |||
! scope=row | Rare (R) | |||
| {{#if:{{{r_hp|}}}|{{{r_hp}}}|β}} | |||
| {{#if:{{{r_armor|}}}|{{{r_armor}}}|β}} | |||
| {{#if:{{{r_sword_atk|}}}|{{{r_sword_atk}}}|β}} | |||
| {{#if:{{{r_sword_def|}}}|{{{r_sword_def}}}|β}} | |||
| {{#if:{{{r_shield_atk|}}}|{{{r_shield_atk}}}|β}} | |||
| {{#if:{{{r_shield_def|}}}|{{{r_shield_def}}}|β}} | |||
| {{#if:{{{r_spell_atk|}}}|{{{r_spell_atk}}}|β}} | |||
| {{#if:{{{r_spell_def|}}}|{{{r_spell_def}}}|β}} | |||
Β | |||
<!-- 7 βΈ EPIC --------------------------------------------------------- --> | |||
|- class="rarity-E" | |||
! scope=row | Epic (E) | |||
| {{#if:{{{e_hp|}}}|{{{e_hp}}}|β}} | |||
| {{#if:{{{e_armor|}}}|{{{e_armor}}}|β}} | |||
| {{#if:{{{e_sword_atk|}}}|{{{e_sword_atk}}}|β}} | |||
| {{#if:{{{e_sword_def|}}}|{{{e_sword_def}}}|β}} | |||
| {{#if:{{{e_shield_atk|}}}|{{{e_shield_atk}}}|β}} | |||
| {{#if:{{{e_shield_def|}}}|{{{e_shield_def}}}|β}} | |||
| {{#if:{{{e_spell_atk|}}}|{{{e_spell_atk}}}|β}} | |||
| {{#if:{{{e_spell_def|}}}|{{{e_spell_def}}}|β}} | |||
Β | |||
|} | |} | ||
</includeonly> | |||
<noinclude>{{Documentation}}</noinclude> |