Difference between revisions of "Template:Infobox Item V2"

From Corruption of Champions II
Jump to navigation Jump to search
m (classtype to weapontype)
 
(29 intermediate revisions by the same user not shown)
Line 44: Line 44:
 
<tr>
 
<tr>
 
  <td style="width: 50%; padding-left: 2%; background-color: #708090; color: #FFFFFF"><b>Slot</b></td>
 
  <td style="width: 50%; padding-left: 2%; background-color: #708090; color: #FFFFFF"><b>Slot</b></td>
  <td style="width: 50%;">{{{slot|}}}</td>
+
  <td style="width: 50%;">{{#switch:{{{slot|}}}
 +
|Primary={{cw|itm-primary}}
 +
|Offhand={{cw|itm-offhand}}
 +
|Primary & Offhand={{cw|itm-prioff}}
 +
|Head={{cw|itm-head}}
 +
|Armor={{cw|itm-armor}}
 +
|Hands={{cw|itm-hands}}
 +
|Feet={{cw|itm-feet}}
 +
|Neck={{cw|itm-neck}}
 +
|Shoulders={{cw|itm-shoulders}}
 +
|Waist={{cw|itm-waist}}
 +
|Ring={{cw|itm-ring}}
 +
|Top={{cw|itm-top}}
 +
|Bottom={{cw|itm-bottom}}
 +
|#default={{{2|}}}
 +
}}</td>
 +
</tr>
 +
}}
 +
{{#if: {{{weaptype|}}} |
 +
<tr>
 +
<td style="width: 50%; padding-left: 2%; background-color: #708090; color: #FFFFFF"><b>Weapon Type</b></td>
 +
<td style="width: 50%;">{{#switch:{{{weaptype|}}}|Melee={{cw|itm-melee}}|Ranged={{cw|itm-ranged}}|Thrown={{cw|itm-thrown}}|Melee & Thrown={{cw|itm-melthr}}}}</td>
 
</tr>
 
</tr>
 
}}
 
}}
Line 51: Line 72:
 
  <td style="width: 50%; padding-left: 2%; background-color: #708090; color: #FFFFFF"><b>Weapon Class</b></td>
 
  <td style="width: 50%; padding-left: 2%; background-color: #708090; color: #FFFFFF"><b>Weapon Class</b></td>
 
  <td style="width: 50%;">{{{weapclass|}}}</td>
 
  <td style="width: 50%;">{{{weapclass|}}}</td>
</tr>
 
}}
 
{{#if: {{{weaptype|}}} |
 
<tr>
 
<td style="width: 50%; padding-left: 2%; background-color: #708090; color: #FFFFFF"><b>Weapon Type</b></td>
 
<td style="width: 50%;">{{{weaptype|}}}</td>
 
 
</tr>
 
</tr>
 
}}
 
}}
Line 86: Line 101:
 
<tr>
 
<tr>
 
  <td style="padding-left: 2%; background-color: #708090; color: #FFFFFF"><b>Tags</b></td>
 
  <td style="padding-left: 2%; background-color: #708090; color: #FFFFFF"><b>Tags</b></td>
  <td>{{{tags|}}}</td>
+
  <td>{{#switch:{{{tags|}}}
 +
|Bladed={{cw|itm-bladed}}
 +
|Bladed<br>Catalyst={{cw|itm-bladed}}<br>{{cw|itm-catalyst}}
 +
|Bladed<br>Catalyst<br>Heavy={{cw|itm-bladed}}<br>{{cw|itm-catalyst}}<br>{{cw|itm-heavy}}
 +
|Bladed<br>Heavy={{cw|itm-bladed}}<br>{{cw|itm-heavy}}
 +
|Bladed<br>Heavy<br>Metal={{cw|itm-bladed}}<br>{{cw|itm-heavy}}<br>{{cw|itm-metal}}
 +
|Bladed<br>Metal={{cw|itm-bladed}}<br>{{cw|itm-metal}}
 +
|Bladed<br>Unsellable<br>Undroppable={{cw|itm-bladed}}<br>{{cw|itm-undrop}}
 +
|Catalyst={{cw|itm-catalyst}}
 +
|Catalyst<br>Metal={{cw|itm-catalyst}}<br>{{cw|itm-metal}}
 +
|Catalyst<br>Shield={{cw|itm-catalyst}}<br>{{cw|itm-shield}}
 +
|Cloth={{cw|itm-cloth}}
 +
|Cloth<br>Treasure={{cw|itm-cloth}}<br>{{cw|itm-treasure}}
 +
|Heavy<br>Leather={{cw|itm-heavy}}<br>{{cw|itm-leather}}
 +
|Leather={{cw|itm-leather}}
 +
|Leather<br>Light={{cw|itm-leather}}<br>{{cw|itm-light}}
 +
|Leather<br>Shield={{cw|itm-leather}}<br>{{cw|itm-shield}}
 +
|Heavy={{cw|itm-heavy}}
 +
|Heavy<br>Metal={{cw|itm-heavy}}<br>{{cw|itm-metal}}
 +
|Heavy<br>Metal<br>Shield={{cw|itm-heavy}}<br>{{cw|itm-metal}}<br>{{cw|itm-shield}}
 +
|Metal={{cw|itm-metal}}
 +
|Metal<br>Shield={{cw|itm-metal}}<br>{{cw|itm-shield}}
 +
|Shield={{cw|itm-shield}}
 +
|#default={{{tags|}}}
 +
}}</td>
 
</tr>
 
</tr>
 
}}
 
}}
Line 136: Line 175:
 
</tr>
 
</tr>
 
<tr>
 
<tr>
  <td style="width: 33%; color: #000000; text-align:center;">{{{attackpow|}}}</td>
+
  <td style="width: 33%; color: #000000; text-align:center;">{{#if:{{{attackpow|}}}|{{{attackpow|}}}|-}}</td>
  <td style="width: 33%; color: #000000; text-align:center;">{{{spellpow|}}}</td>
+
  <td style="width: 33%; color: #000000; text-align:center;">{{#if:{{{spellpow|}}}|{{{spellpow|}}}|-}}</td>
  <td style="width: 33%; color: #000000; text-align:center;">{{{sexi|}}}</td>
+
  <td style="width: 33%; color: #000000; text-align:center;">{{#if:{{{sexi|}}}|{{{sexi|}}}|-}}</td>
 
</tr>
 
</tr>
 
}}
 
}}
Line 148: Line 187:
 
</tr>
 
</tr>
 
<tr>
 
<tr>
  <td style="width: 33%; color: #000000; text-align:center;">{{{armorpen|}}}</td>
+
  <td style="width: 33%; color: #000000; text-align:center;">{{#if:{{{armorpen|}}}|{{{armorpen|}}}|-}}</td>
  <td style="width: 33%; color: #000000; text-align:center;">{{{spellpen|}}}</td>
+
  <td style="width: 33%; color: #000000; text-align:center;">{{#if:{{{spellpen|}}}|{{{spellpen|}}}|-}}</td>
  <td style="width: 33%; color: #000000; text-align:center;">{{{temp|}}}</td>
+
  <td style="width: 33%; color: #000000; text-align:center;">{{#if:{{{temp|}}}|{{{temp|}}}|-}}</td>
 
</tr>
 
</tr>
 
}}
 
}}
Line 160: Line 199:
 
</tr>
 
</tr>
 
<tr>
 
<tr>
  <td style="width: 33%; color: #000000; text-align:center;">{{{acc|}}}</td>
+
  <td style="width: 33%; color: #000000; text-align:center;">{{#if:{{{acc|}}}|{{{acc|}}}|-}}</td>
  <td style="width: 33%; color: #000000; text-align:center;">{{{crit|}}}</td>
+
  <td style="width: 33%; color: #000000; text-align:center;">{{#if:{{{crit|}}}|{{{crit|}}}|-}}</td>
  <td style="width: 33%; color: #000000; text-align:center;">{{{critE|}}}</td>
+
  <td style="width: 33%; color: #000000; text-align:center;">{{#if:{{{critE|}}}|{{{critE|}}}|-}}</td>
 
</tr>
 
</tr>
 
}}
 
}}
Line 172: Line 211:
 
</tr>
 
</tr>
 
<tr>
 
<tr>
  <td style="width: 33%; color: #000000; text-align:center;">{{{init|}}}</td>
+
  <td style="width: 33%; color: #000000; text-align:center;">{{#if:{{{init|}}}|{{{init|}}}|-}}</td>
  <td style="width: 33%; color: #000000; text-align:center;">{{{lead|}}}</td>
+
  <td style="width: 33%; color: #000000; text-align:center;">{{#if:{{{lead|}}}|{{{lead|}}}|-}}</td>
  <td style="width: 33%; color: #000000; text-align:center;">{{{threat|}}}</td>
+
  <td style="width: 33%; color: #000000; text-align:center;">{{#if:{{{threat|}}}|{{{threat|}}}|-}}</td>
 
</tr>
 
</tr>
 
}}
 
}}
Line 189: Line 228:
 
</tr>
 
</tr>
 
<tr>
 
<tr>
  <td style="width: 33%; color: #000000; text-align:center;">{{{armor|}}}</td>
+
  <td style="width: 33%; color: #000000; text-align:center;">{{#if:{{{armor|}}}|{{{armor|}}}|-}}</td>
  <td style="width: 33%; color: #000000; text-align:center;">{{{ward|}}}</td>
+
  <td style="width: 33%; color: #000000; text-align:center;">{{#if:{{{ward|}}}|{{{ward|}}}|-}}</td>
  <td style="width: 33%; color: #000000; text-align:center;">{{{focus|}}}</td>
+
  <td style="width: 33%; color: #000000; text-align:center;">{{#if:{{{focus|}}}|{{{focus|}}}|-}}</td>
 
</tr>
 
</tr>
 
}}
 
}}
Line 201: Line 240:
 
</tr>
 
</tr>
 
<tr>
 
<tr>
  <td style="width: 33%; color: #000000; text-align:center;">{{{phyr|}}}</td>
+
  <td style="width: 33%; color: #000000; text-align:center;">{{#if:{{{phyr|}}}|{{{phyr|}}}|-}}</td>
  <td style="width: 33%; color: #000000; text-align:center;">{{{magr|}}}</td>
+
  <td style="width: 33%; color: #000000; text-align:center;">{{#if:{{{magr|}}}|{{{magr|}}}|-}}</td>
  <td style="width: 33%; color: #000000; text-align:center;">{{{menr|}}}</td>
+
  <td style="width: 33%; color: #000000; text-align:center;">{{#if:{{{menr|}}}|{{{menr|}}}|-}}</td>
 
</tr>
 
</tr>
 
}}
 
}}
Line 212: Line 251:
 
</tr>
 
</tr>
 
<tr>
 
<tr>
  <td style="width: 33%; color: #000000; text-align:center;">{{{eva|}}}</td>
+
  <td style="width: 33%; color: #000000; text-align:center;">{{#if:{{{eva|}}}|{{{eva|}}}|-}}</td>
  <td style="width: 33%; color: #000000; text-align:center;">{{{maxhp|}}}</td>
+
  <td style="width: 33%; color: #000000; text-align:center;">{{#if:{{{maxhp|}}}|{{{maxhp|}}}|-}}</td>
 
</tr>
 
</tr>
 
}}
 
}}
Line 230: Line 269:
 
<tr>
 
<tr>
 
  <th style="width: 33%; text-align: center; background-color: #708090;"><b>Damage</b></th>
 
  <th style="width: 33%; text-align: center; background-color: #708090;"><b>Damage</b></th>
  <th style="width: 33%; text-align: center; background-color: #708090;"><b>Type</b></th>
+
  <th style="width: 33%; text-align: center; background-color: #708090;"><b>Property</b></th>
 
  <th style="width: 33%; text-align: center; background-color: #708090;"><b>Resistance</b></th>
 
  <th style="width: 33%; text-align: center; background-color: #708090;"><b>Resistance</b></th>
 
</tr>
 
</tr>
Line 240: Line 279:
 
{{#if: {{{crud|}}}{{{crur|}}} |
 
{{#if: {{{crud|}}}{{{crur|}}} |
 
<tr>
 
<tr>
  <td style="text-align: center; color: #000000;">{{{crud|}}}</td>
+
  <td style="text-align: center; color: #000000;">{{#if:{{{crud|}}}|{{{crud|}}}|-}}</td>
 
  <td style="text-align: center; padding-left: 2%; background-color: #708090; color: #FFFFFF"><b>Crushing</b></td>
 
  <td style="text-align: center; padding-left: 2%; background-color: #708090; color: #FFFFFF"><b>Crushing</b></td>
  <td style="text-align: center; color: #000000;">{{{crur|}}}</td>
+
  <td style="text-align: center; color: #000000;">{{#if:{{{crur|}}}|{{{crur|}}}|-}}</td>
 
</tr>
 
</tr>
 
}}
 
}}
 
{{#if: {{{pend|}}}{{{penr|}}} |
 
{{#if: {{{pend|}}}{{{penr|}}} |
 
<tr>
 
<tr>
  <td style="text-align: center; color: #000000;">{{{pend|}}}</td>
+
  <td style="text-align: center; color: #000000;">{{#if:{{{pend|}}}|{{{pend|}}}|-}}</td>
 
  <td style="text-align: center; padding-left: 2%; background-color: #708090; color: #FFFFFF"><b>Penetrating</b></td>
 
  <td style="text-align: center; padding-left: 2%; background-color: #708090; color: #FFFFFF"><b>Penetrating</b></td>
  <td style="text-align: center; color: #000000;">{{{penr|}}}</td>
+
  <td style="text-align: center; color: #000000;">{{#if:{{{penr|}}}|{{{penr|}}}|-}}</td>
 
</tr>
 
</tr>
 
}}
 
}}
Line 259: Line 298:
 
{{#if: {{{acid|}}}{{{acir|}}} |
 
{{#if: {{{acid|}}}{{{acir|}}} |
 
<tr>
 
<tr>
  <td style="text-align: center; color: #000000;">{{{acid|}}}</td>
+
  <td style="text-align: center; color: #000000;">{{#if:{{{acid|}}}|{{{acid|}}}|-}}</td>
 
  <td style="text-align: center; padding-left: 2%; background-color: #708090;"><b>Acid</b></td>
 
  <td style="text-align: center; padding-left: 2%; background-color: #708090;"><b>Acid</b></td>
  <td style="text-align: center; color: #000000;">{{{acir|}}}</td>
+
  <td style="text-align: center; color: #000000;">{{#if:{{{acir|}}}|{{{acir|}}}|-}}</td>
 
</tr>
 
</tr>
 
}}
 
}}
 
{{#if: {{{blid|}}}{{{blir|}}} |
 
{{#if: {{{blid|}}}{{{blir|}}} |
 
<tr>
 
<tr>
  <td style="text-align: center; color: #000000;">{{{blid|}}}</td>
+
  <td style="text-align: center; color: #000000;">{{#if:{{{blid|}}}|{{{blid|}}}|-}}</td>
 
  <td style="text-align: center; padding-left: 2%; background-color: #708090;"><b>Blight</b></td>
 
  <td style="text-align: center; padding-left: 2%; background-color: #708090;"><b>Blight</b></td>
  <td style="text-align: center; color: #000000;">{{{blir|}}}</td>
+
  <td style="text-align: center; color: #000000;">{{#if:{{{blir|}}}|{{{blir|}}}|-}}</td>
 
</tr>
 
</tr>
 
}}
 
}}
 
{{#if: {{{fird|}}}{{{firr|}}} |
 
{{#if: {{{fird|}}}{{{firr|}}} |
 
<tr>
 
<tr>
  <td style="text-align: center; color: #000000;">{{{fird|}}}</td>
+
  <td style="text-align: center; color: #000000;">{{#if:{{{fird|}}}|{{{fird|}}}|-}}</td>
 
  <td style="text-align: center; padding-left: 2%; background-color: #708090;"><b>Fire</b></td>
 
  <td style="text-align: center; padding-left: 2%; background-color: #708090;"><b>Fire</b></td>
  <td style="text-align: center; color: #000000;">{{{firr|}}}</td>
+
  <td style="text-align: center; color: #000000;">{{#if:{{{firr|}}}|{{{firr|}}}|-}}</td>
 
</tr>
 
</tr>
 
}}
 
}}
 
{{#if: {{{frod|}}}{{{fror|}}} |
 
{{#if: {{{frod|}}}{{{fror|}}} |
 
<tr>
 
<tr>
  <td style="text-align: center; color: #000000;">{{{frod|}}}</td>
+
  <td style="text-align: center; color: #000000;">{{#if:{{{frod|}}}|{{{frod|}}}|-}}</td>
 
  <td style="text-align: center; padding-left: 2%; background-color: #708090;"><b>Frost</b></td>
 
  <td style="text-align: center; padding-left: 2%; background-color: #708090;"><b>Frost</b></td>
  <td style="text-align: center; color: #000000;">{{{fror|}}}</td>
+
  <td style="text-align: center; color: #000000;">{{#if:{{{fror|}}}|{{{fror|}}}|-}}</td>
 
</tr>
 
</tr>
 
}}
 
}}
 
{{#if: {{{hold|}}}{{{holr|}}} |
 
{{#if: {{{hold|}}}{{{holr|}}} |
 
<tr>
 
<tr>
  <td style="text-align: center; color: #000000;">{{{hold|}}}</td>
+
  <td style="text-align: center; color: #000000;">{{#if:{{{hold|}}}|{{{hold|}}}|-}}</td>
 
  <td style="text-align: center; padding-left: 2%; background-color: #708090;"><b>Holy</b></td>
 
  <td style="text-align: center; padding-left: 2%; background-color: #708090;"><b>Holy</b></td>
  <td style="text-align: center; color: #000000;">{{{holr|}}}</td>
+
  <td style="text-align: center; color: #000000;">{{#if:{{{holr|}}}|{{{holr|}}}|-}}</td>
 
</tr>
 
</tr>
 
}}
 
}}
 
{{#if: {{{stod|}}}{{{stor|}}} |
 
{{#if: {{{stod|}}}{{{stor|}}} |
 
<tr>
 
<tr>
  <td style="text-align: center; color: #000000;">{{{stod|}}}</td>
+
  <td style="text-align: center; color: #000000;">{{#if:{{{stod|}}}|{{{stod|}}}|-}}</td>
 
  <td style="text-align: center; padding-left: 2%; background-color: #708090;"><b>Storm</b></td>
 
  <td style="text-align: center; padding-left: 2%; background-color: #708090;"><b>Storm</b></td>
  <td style="text-align: center; color: #000000;">{{{stor|}}}</td>
+
  <td style="text-align: center; color: #000000;">{{#if:{{{stor|}}}|{{{stor|}}}|-}}</td>
 
</tr>
 
</tr>
 
}}
 
}}
Line 306: Line 345:
 
{{#if: {{{drud|}}}{{{drur|}}} |
 
{{#if: {{{drud|}}}{{{drur|}}} |
 
<tr>
 
<tr>
  <td style="text-align: center; color: #000000;">{{{drud|}}}</td>
+
  <td style="text-align: center; color: #000000;">{{#if:{{{drud|}}}|{{{drud|}}}|-}}</td>
 
  <td style="text-align: center; padding-left: 2%; background-color: #708090;"><b>Drug</b></td>
 
  <td style="text-align: center; padding-left: 2%; background-color: #708090;"><b>Drug</b></td>
  <td style="text-align: center; color: #000000;">{{{drur|}}}</td>
+
  <td style="text-align: center; color: #000000;">{{#if:{{{drur|}}}|{{{drur|}}}|-}}</td>
 
</tr>
 
</tr>
 
}}
 
}}
 
{{#if: {{{fatd|}}}{{{fatr|}}} |
 
{{#if: {{{fatd|}}}{{{fatr|}}} |
 
<tr>
 
<tr>
  <td style="text-align: center; color: #000000;">{{{fatd|}}}</td>
+
  <td style="text-align: center; color: #000000;">{{#if:{{{fatd|}}}|{{{fatd|}}}|-}}</td>
 
  <td style="text-align: center; padding-left: 2%; background-color: #708090;"><b>Fatigue</b></td>
 
  <td style="text-align: center; padding-left: 2%; background-color: #708090;"><b>Fatigue</b></td>
  <td style="text-align: center; color: #000000;">{{{fatr|}}}</td>
+
  <td style="text-align: center; color: #000000;">{{#if:{{{fatr|}}}|{{{fatr|}}}|-}}</td>
 
</tr>
 
</tr>
 
}}
 
}}
 
{{#if: {{{phed|}}}{{{pher|}}} |
 
{{#if: {{{phed|}}}{{{pher|}}} |
 
<tr>
 
<tr>
  <td style="text-align: center; color: #000000;">{{{phed|}}}</td>
+
  <td style="text-align: center; color: #000000;">{{#if:{{{phed|}}}|{{{phed|}}}|-}}</td>
 
  <td style="text-align: center; padding-left: 2%; background-color: #708090;"><b>Pheromone</b></td>
 
  <td style="text-align: center; padding-left: 2%; background-color: #708090;"><b>Pheromone</b></td>
  <td style="text-align: center; color: #000000;">{{{pher|}}}</td>
+
  <td style="text-align: center; color: #000000;">{{#if:{{{pher|}}}|{{{pher|}}}|-}}</td>
 
</tr>
 
</tr>
 
}}
 
}}
 
{{#if: {{{mind|}}}{{{minr|}}} |
 
{{#if: {{{mind|}}}{{{minr|}}} |
 
<tr>
 
<tr>
  <td style="text-align: center; color: #000000;">{{{mind|}}}</td>
+
  <td style="text-align: center; color: #000000;">{{#if:{{{mind|}}}|{{{mind|}}}|-}}</td>
 
  <td style="text-align: center; padding-left: 2%; background-color: #708090;"><b>Psychic</b></td>
 
  <td style="text-align: center; padding-left: 2%; background-color: #708090;"><b>Psychic</b></td>
  <td style="text-align: center; color: #000000;">{{{minr|}}}</td>
+
  <td style="text-align: center; color: #000000;">{{#if:{{{minr|}}}|{{{minr|}}}|-}}</td>
 
</tr>
 
</tr>
 
}}
 
}}
 
{{#if: {{{tead|}}}{{{tear|}}} |
 
{{#if: {{{tead|}}}{{{tear|}}} |
 
<tr>
 
<tr>
  <td style="text-align: center; color: #000000;">{{{tead|}}}</td>
+
  <td style="text-align: center; color: #000000;">{{#if:{{{tead|}}}|{{{tead|}}}|-}}</td>
 
  <td style="text-align: center; padding-left: 2%; background-color: #708090;"><b>Tease</b></td>
 
  <td style="text-align: center; padding-left: 2%; background-color: #708090;"><b>Tease</b></td>
  <td style="text-align: center; color: #000000;">{{{tear|}}}</td>
+
  <td style="text-align: center; color: #000000;">{{#if:{{{tear|}}}|{{{tear|}}}|-}}</td>
 
</tr>
 
</tr>
 
}}
 
}}
Line 346: Line 385:
 
{{#if: {{{rawd|}}}{{{rawr|}}} |
 
{{#if: {{{rawd|}}}{{{rawr|}}} |
 
<tr>
 
<tr>
  <td style="text-align: center; color: #000000;">{{{rawd|}}}</td>
+
  <td style="text-align: center; color: #000000;">{{#if:{{{rawd|}}}|{{{rawd|}}}|-}}</td>
 
  <td style="text-align: center; padding-left: 2%; background-color: #708090;"><b>Raw</b></td>
 
  <td style="text-align: center; padding-left: 2%; background-color: #708090;"><b>Raw</b></td>
  <td style="text-align: center; color: #000000;">{{{rawr|}}}</td>
+
  <td style="text-align: center; color: #000000;">{{#if:{{{rawr|}}}|{{{rawr|}}}|-}}</td>
 
</tr>
 
</tr>
 
}}
 
}}
Line 378: Line 417:
 
|changelog =  
 
|changelog =  
 
|statstable = yes
 
|statstable = yes
|attackpow= ||spellpow=3 ||sexi= ||armorpen= ||spellpen= 21||temp= 4||acc= ||crit= 4||critE= ||init= test||lead= ||threat= benis
+
|attackpow= |spellpow=3 |sexi= |armorpen= |spellpen= 21|temp= 4|acc= |crit= 4|critE= |init= test|lead= |threat= benis
|armor=4 ||ward= ||focus= ||phyr= ||magr= test||menr= ||eva= h||maxhp= +20
+
|armor=4 |ward= |focus= |phyr= |magr= test|menr= |eva= h|maxhp= +20
 
|dmgnresttable = yes
 
|dmgnresttable = yes
 
|atktype = TEST
 
|atktype = TEST
|crud= 1||crur= 2 ||pend= ||penr= e
+
|crud= 1|crur= 2 |pend= |penr= e
|acid= f||acir= ||blid= ||blir= d||fird= f||firr= ||frod= ||fror= 5||hold= 12||holr= ||stod= ||stor= a
+
|acid= f|acir= |blid= |blir= d|fird= f|firr= |frod= |fror= 5|hold= 12|holr= |stod= |stor= a
|drud= ||drur= 51||fatd= ||fatr= f||phed=  ||pher= b||mind=  ||minr= f||tead= ||tear= n     
+
|drud= |drur= 51|phed=  |pher= b|mind=  |minr= f|tead= |tear= n     
|rawd= ||rawr= 21
+
|rawd= |rawr= 21
 
}}
 
}}
 +
*Note that in the table below for the Stats and Damage & Resistance tables, if a stat does '''not''' have a value, it will result in a default [<code><nowiki>-</nowiki></code>]
 
<pre><nowiki>
 
<pre><nowiki>
 
{{Infobox Item V2
 
{{Infobox Item V2
Line 393: Line 433:
 
|caption =  
 
|caption =  
 
|creators =  
 
|creators =  
|contributors = temp
+
|contributors =
|othernames = temp
+
|othernames =
 
|itemtype =  
 
|itemtype =  
 
|slot =  
 
|slot =  
Line 410: Line 450:
 
|changelog =
 
|changelog =
 
|statstable = [yes] or [leave empty if none]
 
|statstable = [yes] or [leave empty if none]
|attackpow= ||spellpow= ||sexi= ||armorpen= ||spellpen= ||temp= ||acc= ||crit= ||critE= ||init= ||lead= ||threat=  
+
|attackpow= |spellpow= |sexi= ||armorpen= |spellpen= |temp= |acc= |crit= |critE= |init= |lead= |threat=  
|armor= ||ward= ||focus= ||phyr= ||magr= ||menr= ||eva= ||maxhp=
+
|armor= |ward= |focus= |phyr= |magr= |menr= |eva= |maxhp=
 
|dmgnresttable = [yes] or [leave empty if none]
 
|dmgnresttable = [yes] or [leave empty if none]
|atktype = TEST
+
|atktype =
|crud= ||crur= ||pend= ||penr=  
+
|crud= |crur= |pend= |penr=  
|acid= ||acir= ||blid= ||blir= ||fird= ||firr= ||frod= ||fror= ||hold= ||holr= ||stod= ||stor=
+
|acid= |acir= |blid= |blir= |fird= |firr= |frod= |fror= |hold= |holr= |stod= |stor=
|drud= ||drur= ||fatd= ||fatr= ||phed= ||pher= ||mind= ||minr= ||tead= ||tear=       
+
|drud= |drur= |fatd= |fatr= |phed= |pher= |mind= |minr= |tead= |tear=       
|rawd= ||rawr=  
+
|rawd= |rawr=  
 
}}
 
}}
 
</nowiki></pre>
 
</nowiki></pre>
 
</noinclude>
 
</noinclude>

Latest revision as of 14:40, 17 March 2026

Crediting

Adapted from Template:Infobox Character V2

Usage

temp
Contributors temp
Other Name(s) temp
Information
Has Special Effect? Yes
Is Unique? No
Can be Refined? NO
Tags Butt
Tress
Version Added does not exist
Stats
Offensive
Attack Power Spellpower Sexiness
- 3 -
Armor
Penetration
Spell
Penetration
Temptation
- 21 4
Accuracy Critical
Chance
Critical
Effectiveness
- 4 -
Initiative Leadership Threat
test - benis
Defensive
Armor Ward Focus
4 - -
Physical
Resist
Magic
Resist
Mental
Resist
- test -
Evasion Max HP
h +20
Damage & Resistance
Attack Type TEST
Damage Property Resistance
Physical
1 Crushing 2
- Penetrating e
Elemental
f Acid -
- Blight d
f Fire -
- Frost 5
12 Holy -
- Storm a
Mental
- Drug 51
- Pheromone b
- Psychic f
- Tease n
Special
- Raw 21
  • Note that in the table below for the Stats and Damage & Resistance tables, if a stat does not have a value, it will result in a default [-]
{{Infobox Item V2
|name = temp
|image = 
|caption = 
|creators = 
|contributors =
|othernames =
|itemtype = 
|slot = 
|weapclass =
|weaptype = 
|price = 
|hasspeceff = 
|isunique = 
|canrefine = 
|tags = 
|stacklimit = 
|usable = 
|combatusable = 
|versionadded  = 
|changelog =
|statstable = [yes] or [leave empty if none]
|attackpow= |spellpow= |sexi= ||armorpen= |spellpen= |temp= |acc= |crit= |critE= |init= |lead= |threat= 
|armor= |ward= |focus= |phyr= |magr= |menr= |eva= |maxhp=
|dmgnresttable = [yes] or [leave empty if none]
|atktype =
|crud= |crur= |pend= |penr= 
|acid= |acir= |blid= |blir= |fird= |firr= |frod= |fror= |hold= |holr= |stod= |stor=
|drud= |drur= |fatd= |fatr= |phed= |pher= |mind= |minr= |tead= |tear=      
|rawd= |rawr= 
}}