Difference between revisions of "Template:Infobox Item"
Jump to navigation
Jump to search
m (Typo) |
(Added Temptation since Spell and Armor Pen have their own label) |
||
Line 16: | Line 16: | ||
|data4 = {{{baseprice|}}} | |data4 = {{{baseprice|}}} | ||
− | |header5 = {{ #if: {{{damage|}}}{{{damagetype|}}}{{{accuracy|}}}{{{critbonus|}}}{{{spellpower|}}}{{{spellpenetration|}}}{{{armorpenetration|}}}{{{armor|}}}{{{ward|}}}{{{evasion|}}}{{{focus|}}}{{{sexiness|}}}{{{specialstats|}}}{{{bonusresistances|}}}{{{lustvuln|}}}{{{stacklimit|}}}{{{usable|}}}{{{combatusable|}}}{{{deftarget|}}}{{{addflags|}}} | {{ #if: {{{info-hdr|}}}|{{{info-hdr}}}|Additional Information }} }} | + | |header5 = {{ #if: {{{damage|}}}{{{damagetype|}}}{{{accuracy|}}}{{{critbonus|}}}{{{spellpower|}}}{{{spellpenetration|}}}{{{armorpenetration|}}}{{{armor|}}}{{{ward|}}}{{{evasion|}}}{{{focus|}}}{{{sexiness|}}}{{{temptation|}}}{{{specialstats|}}}{{{bonusresistances|}}}{{{lustvuln|}}}{{{stacklimit|}}}{{{usable|}}}{{{combatusable|}}}{{{deftarget|}}}{{{addflags|}}} | {{ #if: {{{info-hdr|}}}|{{{info-hdr}}}|Additional Information }} }} |
|label6 = Damage | |label6 = Damage | ||
Line 54: | Line 54: | ||
|data17 = {{{sexiness|}}} | |data17 = {{{sexiness|}}} | ||
− | |label18 = | + | |label18 = Temptation |
− | |data18 = {{{ | + | |data18 = {{{temptation|}}} |
− | |label19 = | + | |label19 = Special Stats |
− | |data19 = {{{ | + | |data19 = {{{specialstats|}}} |
− | |label20 = | + | |label20 = Bonus Resistances |
− | |data20 = {{{ | + | |data20 = {{{bonusresistances|}}} |
− | |label21 = | + | |label21 = Lust Vulnerability |
− | |data21 = {{{ | + | |data21 = {{{lustvuln|}}} |
− | |label22 = | + | |label22 = Stack Limit |
− | |data22 = {{{ | + | |data22 = {{{stacklimit|}}} |
− | |label23 = | + | |label23 = Usable |
− | |data23 = {{{ | + | |data23 = {{{usable|}}} |
− | |label24 = | + | |label24 = Combat Usable |
− | |data24 = {{{ | + | |data24 = {{{combatusable|}}} |
− | |label25 = Additional Flags | + | |label25 = Defensive Target |
− | | | + | |data25 = {{{deftarget|}}} |
+ | |||
+ | |label26 = Additional Flags | ||
+ | |data26 = {{{addflags|}}} | ||
}}<noinclude> | }}<noinclude> | ||
Line 102: | Line 105: | ||
| focus = Focus | | focus = Focus | ||
| sexiness = Sexiness | | sexiness = Sexiness | ||
+ | | temptation = Lust Penetration | ||
| specialstats = Other Bonus stats such as initiative | | specialstats = Other Bonus stats such as initiative | ||
| bonusresistances = Bonus Resistances | | bonusresistances = Bonus Resistances |
Revision as of 03:05, 9 July 2019
Usage
Parameters with empty values usually can be removed without any bad effect.
All possible parameters:
{{Infobox Item | name = long item name | itemtype = type of the item according to the vague system used on the wiki | shortname = short name, as used in inventory buttons, e.g. "Sp.Blade" for "Spiralled Blade"; omit if it's the same | slotname = name of the equipment slot, if the item can be equipped | baseprice = Base Price | damage = Damage | damagetype = Damage Type | accuracy = Accuracy | critbonus = Crit Bonus | spellpower = Spellpower | spellpenetration = Spell Penetration | armorpenetration = Armor Penetration | armor = Armor | ward = Ward | evasion = Evasion | focus = Focus | sexiness = Sexiness | temptation = Lust Penetration | specialstats = Other Bonus stats such as initiative | bonusresistances = Bonus Resistances | lustvuln = Lust Vulnerability | stacklimit = How many times the item can stack in one inventory slot | usable = Yes or omit if the item can't be used outside of combat (usable = has the "use" button) | combatusable = Yes or omit if the item can't be used in combat | deftarget = Defensive Target (???) | addflags = item flags, such as METAL, HEAVY, etc. }}