Template:MonsterBox/doc

From Path of Exile Wiki
Revision as of 15:52, 13 February 2013 by >@DeletedUser40283032 (Documentations for the win. Probably not the final version.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

This subpage provides documentation for Template:MonsterBox.

{{MonsterBox}} is used to create a box with informations about the monster.

Variables

  • name = The name of the monster.
  • rarity = This is used to change the color of the name. It defaults to white, but the following settings can be used:
boss - Change the color to orange.
unique - Change the color to orange.
  • image = The name of the file/picture that should be included.
  • imagealt = What should appear if you hover over the image or if the file can't be loaded etc.
  • diff1 = The monsters level in normal difficulty (Should be the same level as the area).
  • diff2 = The monsters level in cruel difficulty.
  • diff3 = The monsters level in merciless difficulty.
  • location = The location(s) of the monster.
  • quest = When the monster is needed for a quest mention the name of the quest here.
  • resistance = The resistances of the monster. Marked with "Resists". Can be seen under the name.
  • weakness = Weaknesses of the monster. Marked with "Vulnerable to".
  • damage = The damage the monster deals. Marked with "Extra Fire Damage" for example.
  • skill = The skills the monster is using. Marked with "Casts".
Note: Not all skills may be listed under the name. General Gravicius for example addtionally casts Fire Traps.
  • aura = Active monster auras. "Allies have Energy Shield" for example.

Copy Paste ready

Full version:

{{MonsterBox
| name =
| rarity =
| image =
| imagealt =
| diff1 =
| diff2 =
| diff3 = 
| location = 
| quest = 
| resistance = 
| weakness = 
| damage =
| skill = 
| aura = 
}}

Minimal version:

{{MonsterBox
| name =
| location = 
}}

Usage

{{MonsterBox
| name = General Gravicius
| rarity = boss
| image = GeneralGravicius.png
| imagealt = General Gravicius
| diff1 = 32
| diff2 = 51
| diff3 = ?
| location = Barracks
| quest = Sever the Right Hand
| resistance = Resists [[Elemental Damage]] <br> Resists [[Chaos]]
| weakness = 
| damage = Extra [[Fire]] Damage 
| skill = Casts [[Firestorm]] <br> Casts [[Molten Shell]] <br> Casts [[Fire Trap]]
| aura = Allies have [[Energy Shield]]
}}

Example

General Gravicius
General Gravicius
General Gravicius
Location(s) Barracks
Quest(s) Sever the Right Hand
Damage Extra Fire Damage
Resistance(s) Resists Elemental Damage
Resists Chaos
Skill(s) Casts Firestorm
Casts Molten Shell
Casts Fire Trap
Aura(s) Allies have Energy Shield