User:Leaftenant/Wand-With-Custom-Styling

From Noita Wiki
Jump to navigation Jump to search
See also: Template:Wand Card which has expanded wand-statistics.

This is a template for creating example wand builds and set-ups.

Tip: Use the "name" column in Special:CargoTables/Spells to find the variables required in this template.

Tip: See images in Category:Wand icons

Example

TODO copy example code back here after prototyping

makes:

Wand 0376 h.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

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 will continue to work)

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

Parameter Description
wandPic (Optional)

Specifies the wand image, including the filetype extension.

capacity (Default: 1)

The capacity of the wand. Determines the number of spell slots shown.

shuffle (Default: No)

Whether or not the wand is a shuffle-type wand. Can be Yes or No.

spellsCast (Default: 1)

The number of spells cast per cast.

alwaysCasts (Optional)

The spell that the wand always casts.

alwaysCastsCustom (Optional)

The spell that the wand always casts. Provide a custom input with the {{AlwaysCast}} template to render it like the normal always casts.

spell1, spell2 ... spell(n) (Must match the "names" in Special:CargoTables/Spells)

The name of the spell in the specified slot. Names are case sensitive. Slot will be empty if the spell name is invalid or is left blank. Spell numbers greater than the specified capacity will not appear.