Difference between revisions of "Template:Infobox Item"

From Corruption of Champions II
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 = Special Stats
+
|label18 = Temptation
|data18 = {{{specialstats|}}}
+
|data18 = {{{temptation|}}}
  
|label19 = Bonus Resistances
+
|label19 = Special Stats
|data19 = {{{bonusresistances|}}}
+
|data19 = {{{specialstats|}}}
  
|label20 = Lust Vulnerability
+
|label20 = Bonus Resistances
|data20 = {{{lustvuln|}}}
+
|data20 = {{{bonusresistances|}}}
  
|label21 = Stack Limit
+
|label21 = Lust Vulnerability
|data21 = {{{stacklimit|}}}
+
|data21 = {{{lustvuln|}}}
  
|label22 = Usable
+
|label22 = Stack Limit
|data22 = {{{usable|}}}
+
|data22 = {{{stacklimit|}}}
  
|label23 = Combat Usable
+
|label23 = Usable
|data23 = {{{combatusable|}}}
+
|data23 = {{{usable|}}}
  
|label24 = Defensive Target
+
|label24 = Combat Usable
|data24 = {{{deftarget|}}}
+
|data24 = {{{combatusable|}}}
  
|label25 = Additional Flags
+
|label25 = Defensive Target
|data25 = {{{addflags|}}}
+
|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.
}}