imported>Kiokurashi |
|
(34 intermediate revisions by 5 users not shown) |
Line 1: |
Line 1: |
| <includeonly>{| class="Infobox" style="width:200px;float:left;" | | <includeonly>{{#cargo_query:tables=Items |
| ! colspan="4" style="text-align:center;" |{{{item|Item Name}}}
| | |fields=_pageName=Item, Image=Image, Type=Type, Level=Level, Class=Class, WeaponPower=WeaponPower, SkillPower=SkillPower, UseSpeed=UseSpeed, Bonus=Bonus, STR=STR, AGI=AGI, WIS=WIS, LUCK=LUCK, MISC=MISC, MISC2=MISC2, Reach=Reach, Upgrade=Upgrade, Defence=Defence, Skill=Skill, Quest=Quest, Description=Description, Rarity=Rarity, Tier=Tier, Family=Family |
| |- | | |where=_pageName LIKE "{{{1|}}}" |
| | colspan="4" style="text-align:center;" |[[File:{{{item|Peanut}}}.png|40px]]
| | |format=template |
| |- | | |template=ItemDetails/tooltipbox |
| ! colspan="4" style="text-align:center;" |Details
| | |named args=yes |
| |- | | |default={{#cargo_query:tables=Cards |
| {{#if:{{{level|}}}{{{class|}}}|{{#if:{{{level|}}}|! style="width: 50px;" {{!}}Level
| | |fields=_pageName=Item, CONCAT(Category, " Card")=Type, Effect=Bonus, Bonus=BonusRate, TierAquirements=TierReq |
| {{!}}{{{level|1}}} }}
| | |where=_pageName LIKE "{{{1|}}}" |
| {{#if:{{{class|}}}|! style="width: 50px;" {{!}}Class
| | |format=template |
| {{!}}{{#switch:{{{class}}}
| | |template=ItemDetails/tooltipbox |
| |Warrior|warrior=[[File:Warrior classicon.png|32px]] | | |named args=yes |
| |Mage|mage=[[File:Mage classicon.png|32px]] | | |default={{#cargo_query:tables=Stamps |
| |Archer|archer=[[File:Archer classicon.png|32px]] | | |fields=_pageName=Item, Type, Bonus, Material=StampMat |
| |Beginner|beginner=[[File:Journeyman classicon.png|32px]] | | |where=_pageName LIKE "{{{1|}}}" |
| |All|all=[[File:Warrior classicon.png|32px]][[File:Mage classicon.png|32px]][[File:Archer classicon.png|32px]][[File:Journeyman classicon.png|32px]]}} }}
| | |format=template |
| {{!}}-}}
| | |template=ItemDetails/tooltipbox |
| {{#ifexpr:{{{weaponpower|0}}} > 0 | !Weapon Power | | |named args=yes |
| {{!}} colspan="3" {{!}}{{{weaponpower}}}
| | |default={{#cargo_query:tables=Fishing_Accessories |
| {{!}}-}}
| | |fields=_pageName=Item, GreenDepth, YellowDepth, RedDepth, PurpleDepth, ExpBonus, SpeedBonus=FishSpeed, PowerBonus=FishPower, Type |
| {{#ifexpr:{{{skillpower|0}}} > 0 | !Skill Power
| | |where=_pageName LIKE "{{{1|}}}" |
| {{!}} colspan="3" {{!}}{{{skillpower}}}
| | |format=template |
| {{!}}-}}
| | |template=ItemDetails/tooltipbox |
| {{#ifexpr:{{{str|0}}}{{{agi|0}}}{{{wis|0}}}{{{luk|0}}} > 0 | !Stats
| | |named args=yes |
| {{!}} colspan="3" {{!}}{{#ifexpr:{{{str|0}}}>0|STR: {{{str}}}}} {{#ifexpr:{{{agi|0}}}>0|AGI: {{{agi}}}}} {{#ifexpr:{{{wis|0}}}>0|WIS: {{{wis}}}}} {{#ifexpr:{{{luk|0}}}>0|LUK: {{{luk}}}}}
| | |default= |
| {{!}}-}}
| | }} |
| {{#ifexpr:{{{defence|0}}}{{{upgrade|0}}}>0|{{#if:{{{defence|0}}}>0|! style="width: 50px;" {{!}}Defence
| | }} |
| {{!}}{{{defence}}} }}
| | }} |
| {{#if:{{{upgrade|0}}}>0|! style="width: 50px;" {{!}}Upgrade
| | }}</includeonly> |
| {{!}}{{{upgrade}}} }}
| |
| {{!}}-}}
| |
| {{#ifexpr:{{{speed|0}}}{{{reach|0}}}>0|{{#if:{{{speed|0}}}>0|! style="width: 50px;" {{!}}Speed
| |
| {{!}}{{{speed}}} }}
| |
| {{#if:{{{reach|0}}}>0|! style="width: 50px;" {{!}}Reach
| |
| {{!}}{{{reach}}} }}
| |
| {{!}}-}}
| |
| {{#if:{{{misc|}}} | !MISC
| |
| {{!}} colspan="3" {{!}}{{{misc}}}
| |
| {{!}}-}}
| |
| {{#if:{{{bonus|}}} | !Special Bonus
| |
| {{!}} colspan="3" {{!}}{{{bonus}}}
| |
| {{!}}-}}
| |
| | colspan="4" style="text-align:right;" |{{Coindisplay|{{{sellprice|9999999}}}}}
| |
| |}</includeonly>
| |