Difference between revisions of "Template:Infobox Item"
Jump to navigation
Jump to search
(Added new parameter: Special stats, to include any other stat bonus or debuff not included in the other parameters. <Also I assume defensive target applies to what the object stats will apply to? I think its a leftover from TiTs wiki>) |
|||
Line 16: | Line 16: | ||
|data4 = {{{baseprice|}}} | |data4 = {{{baseprice|}}} | ||
− | |header5 = {{ #if: {{{damage|}}}{{{damagetype|}}}{{{accuracy|}}}{{{critbonus|}}}{{{spellpower|}}}{{{spellpenetration|}}}{{{armorpenetration|}}}{{{armor|}}}{{{ward|}}}{{{evasion|}}}{{{focus|}}}{{{sexiness|}}}{{{bonusresistances|}}}{{{lustvuln|}}}{{{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|}}}{{{specialstats|}}}{{{bonusresistances|}}}{{{lustvuln|}}}{{{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 = Special Stats |
− | |data18 = {{{ | + | |data18 = {{{specialstats|}}} |
− | |label19 = | + | |label19 = Bonus Resistances |
− | |data19 = {{{ | + | |data19 = {{{bonusresistances|}}} |
− | |label20 = | + | |label20 = Lust Vulnerability |
− | |data20 = {{{ | + | |data20 = {{{lustvuln|}}} |
− | |label21 = | + | |label21 = Usable |
− | |data21 = {{{ | + | |data21 = {{{usable|}}} |
− | |label22 = | + | |label22 = Combat Usable |
− | |data22 = {{{ | + | |data22 = {{{combatusable|}}} |
− | |label23 = Additional Flags | + | |label23 = Defensive Target |
− | | | + | |data23 = {{{deftarget|}}} |
+ | |||
+ | |label24 = Additional Flags | ||
+ | |data24 = {{{addflags|}}} | ||
}}<noinclude> | }}<noinclude> | ||
Line 96: | Line 99: | ||
| focus = Focus | | focus = Focus | ||
| sexiness = Sexiness | | sexiness = Sexiness | ||
+ | | sepcialstats = Other Bonus stats such as initiative | ||
| bonusresistances = Bonus Resistances | | bonusresistances = Bonus Resistances | ||
| lustvuln = Lust Vulnerability | | lustvuln = Lust Vulnerability |
Revision as of 04:02, 24 May 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 | sepcialstats = Other Bonus stats such as initiative | bonusresistances = Bonus Resistances | lustvuln = Lust Vulnerability | 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. }}