Wynncraft Wiki
mNo edit summary
mNo edit summary
Line 3: Line 3:
 
The Identification template is used to simplify the creation of identification tables, without copying and pasting MediaWiki code from page to page. Should be used similar to an info box, and supports all identifications.
 
The Identification template is used to simplify the creation of identification tables, without copying and pasting MediaWiki code from page to page. Should be used similar to an info box, and supports all identifications.
   
This template also automatically generates the unit for each Identification, for example "/ 4s" , "%" , etc. So don't pass in unit when using this template.
+
This template also automatically generates the unit for each Identification, for example "/ 4s" , "%" , etc. So don't pass in the unit when using this template.
   
 
== Usage ==
 
== Usage ==
 
<tt><nowiki>{{</nowiki>Identification<br>
 
<tt><nowiki>{{</nowiki>Identification<br>
|<insert fields here><br>
+
| health_regen = <br>
|<field><br>
+
| mana_regen = <br>
|<field><br>
+
| spell_damage = <br>
  +
| melee_damage = <br>
|etc
 
  +
| life_steal = <br>
  +
| mana_steal = <br>
  +
| xp_bonus = <br>
  +
| loot_bonus = <br>
  +
| reflection = <br>
  +
| defense = <br>
  +
| intelligence = <br>
  +
| agility = <br>
  +
| dexterity = <br>
  +
| strength = <br>
  +
| thorns = <br>
  +
| exploding = <br>
  +
| walk_speed = <br>
  +
| attack_speed = <br>
  +
| poison = <br>
  +
| health = <br>
  +
| health_bonus = <br>
  +
| soul_point_regen = <br>
  +
| stealing = <br>
  +
| raw_health_regen = <br>
  +
| raw_melee_damage = <br>
  +
| raw_spell_damage = <br>
  +
| fire_damage = <br>
  +
| water_damage = <br>
  +
| thunder_damage = <br>
  +
| air_damage = <br>
  +
| earth_damage = <br>
  +
| fire_defense = <br>
  +
| water_defense = <br>
  +
| thunder_defense = <br>
  +
| air_defense = <br>
  +
| earth_defense = <br>
 
<nowiki>}}</nowiki></tt>
 
<nowiki>}}</nowiki></tt>
   

Revision as of 14:20, 7 August 2016


The Identification template is used to simplify the creation of identification tables, without copying and pasting MediaWiki code from page to page. Should be used similar to an info box, and supports all identifications.

This template also automatically generates the unit for each Identification, for example "/ 4s" , "%" , etc. So don't pass in the unit when using this template.

Usage

{{Identification
| health_regen =
| mana_regen =
| spell_damage =
| melee_damage =
| life_steal =
| mana_steal =
| xp_bonus =
| loot_bonus =
| reflection =
| defense =
| intelligence =
| agility =
| dexterity =
| strength =
| thorns =
| exploding =
| walk_speed =
| attack_speed =
| poison =
| health =
| health_bonus =
| soul_point_regen =
| stealing =
| raw_health_regen =
| raw_melee_damage =
| raw_spell_damage =
| fire_damage =
| water_damage =
| thunder_damage =
| air_damage =
| earth_damage =
| fire_defense =
| water_defense =
| thunder_defense =
| air_defense =
| earth_defense =
}}

Examples

Example Result
{{Identification|health_regen = -10|raw_health_regen = 10}}
Identification Minimum Value Maximum Value
 Health Regen   10  
{{Identification|life_steal = 5|fire_damage = -9}}
Identification Minimum Value Maximum Value
 Life Steal   5/3s  /3s
 % Fire Damage   -9%  %
{{Identification|attack_speed = 1}}
Identification Minimum Value Maximum Value
 Attack Speed   1 Tier   Tiers

List of all Available Fields

Identification Unit Identification Unit Identification Unit Identification Unit
health_regen % mana_regen % spell_damage % melee_damage %
life_steal / 4s mana_steal / 4s xp_bonus % loot_bonus %
reflection % defense none intelligence none agility none
dexterity none strength none thorns % exploding %
walk_speed % attack_speed Tier poison / 3s health none
health_bonus none soul_point_regen % stealing % raw_health_regen none
raw_melee_damage none raw_spell_damage none fire_damage % water_damage %
thunder_damage % air_damage % earth_damage % fire_defense %
water_defense % thunder_defense % air_defense % earth_defense %