Template:Wand

From Noita Wiki
Jump to navigation Jump to search


This is a template for display of wand builds, with a focus on the spells and their ordering. It is a more compact alternative to {{Wand Card}} and shares the same set of parameters. The template includes a link to view and edit the wand on the Wand Simulator site.

Some useful resources:

Example

Wand 0413.png
Shuffle
No
Spells/Cast
1
Always casts
Homing
Add Mana
Add Mana
Add Mana
Add Mana
Add Mana
Reduce Recharge Time
Reduce Recharge Time
Reduce Recharge Time
Reduce Recharge Time
Divide By 10
Damage Plus
Triplicate Bolt

generated by

{{Wand
| wandPic     = Wand 0413.png
| capacity    = 12
| shuffle     = No
| spellsCast  = 1
| alwaysCasts = Homing
| spell1      = Add Mana
| spell2      = Add Mana
| spell3      = Add Mana
| spell4      = Add Mana
| spell5      = Add Mana
| spell6      = Reduce Recharge Time
| spell7      = Reduce Recharge Time
| spell8      = Reduce Recharge Time
| spell9      = Reduce Recharge Time
| spell10     = Divide by 10
| spell11     = Damage Plus
| spell12     = Triplicate Bolt
}}

Usage

Basic

{{Wand
| capacity    = 10
| spell1      = 
| spell2      = 
| spell3      = 
| spell4      = 
| spell5      = 
| spell6      = 
| spell7      = 
| spell8      = 
| spell9      = 
| spell10     = 
}}

Complete

{{Wand
| wandPic     = 
| capacity    = 
| shuffle     = 
| spellsCast  = 
| alwaysCasts = 
| spell1      = 
| spell2      = 
| spell3      = 
| spell4      = 
| spell5      = 
| spell6      = 
| spell7      = 
| spell8      = 
| spell9      = 
| spell10     = 
| spell11     = 
| spell12     = 
| spell13     = 
| spell14     = 
| spell15     = 
| spell16     = 
| spell17     = 
| spell18     = 
| spell19     = 
| spell20     = 
| spell21     = 
| spell22     = 
| spell23     = 
| spell24     = 
| spell25     = 
| spell26     = 
}}

(More than 26 spells will continue to work, provided they are uniquely numbered and capacity is large enough)

Custom Always Casts / Spells

{{Wand
| capacity    = 10
| spellCustom1      = {{SpellIcon
  | page = Spell Page Name
  | name = Spell Name
  | image = Spell Image.png
  | type = Projectile
  }}
| alwaysCastsCustom = {{AlwaysCast
  | page = Spell Page Name
  | name = Spell Name
  | image = Spell Image.png
  | type = Projectile
  }}
}}

Parameters

  • All parameters are optional.
  • Parameters without a default value are omitted from the output entirely.
  • Both templates {{Wand}} and {{Wand Card}} share the same parameter names and they may be used interchangeably.
  • The numbering of the spell[X] entries is to make them unique, and does not affect the order of spells in the wand. Spells will appear in the order they are listed, and blank spells will only appear where there is an empty entry.
Parameter Default Description
Wand configuration
wandPic Wand_0821.png Specifies the wand image. Filename must include the filetype extension, e.g.: Wand handgun.png
capacity 1 The capacity of the wand. Spell slots numbered greater than this will not be shown.
shuffle No Whether or not the wand is a shuffle-type wand. Can be Yes or No.
spellsCast 1 The number of spells cast per cast.
alwaysCasts Omitted The spell that the wand always casts.[notes 1]
alwaysCastsCustom Omitted The spell that the wand always casts. Provide a custom input with the {{AlwaysCast}} template to render it like the normal always casts.[notes 1]
spell1, spell2 ... spell(n) Comprises a list of the case sensitive names of the spells on the wand. The numbering must be unique, but has no effect on spell order - spells will appear on the wand in the order they're listed. However, spells numbered greater than specified wand capacity will not appear. An empty entry in the list produces an empty spell slot.
  1. 1.0 1.1 Currently unsupported by Wand Simulator.