Template:Infobox perk mod/doc

From Noita Wiki
Jump to navigation Jump to search

An infobox template for perks' pages for Mod:Noita_Mods.

Usage

{{Infobox perk
| name            =
| image           =
| description     =
| one-off         = yes / no
| player only     = yes / no
| stackable       = yes / no
| max stack       = 
| perk pool       = yes / no
| pool max        = 
| reappears after = 
| effects         = 
}}

An infobox template for perk pages.

Template parameters

This template prefers block formatting of parameters.

ParameterDescriptionTypeStatus
namename

In-game name of the perk.

Example
Stronger Hearts
Stringrequired
imageimage

In-game sprite for the perk, scaled up to 80x80px.

Example
Perk Teleportitis.png
Filerequired
descriptiondescription

In-game description for the perk.

Example
No more fire for you.
Stringsuggested
one-offone-off

Whether the perk is passive and has a constant or persistent effect, or is purely a one-off perk

Example
yes
Booleanrequired
player onlyplayer only

Whether the perk can only be applied to the player, or it can also be applied to enemies in Nightmare mode

Example
yes
Booleansuggested
stackablestackable

Whether the perk is stackable or not

Example
yes
Booleansuggested
max stackmax stack

The maximum amount of times the perk can be picked before it stops spawning.

Example
7
Numbersuggested
perk poolperk pool

Whether the perk is obtainable from Holy Mountains in the normal pool of perks

Example
yes
Booleansuggested
pool maxpool max

The maximum amount of times the perk will appear in the overall pool of perks.

Example
7
Numbersuggested
reappears afterreappears after

The minimum amount of other perks that must appear in the pool before this perk will appear again in the overall pool of perks.

Example
7
Numbersuggested
effectseffects

The perk's effects, including any changes to basic player stats, damage multipliers, etc.

Example
+10% movement speed
Contentsuggested

Example

{{Infobox perk
| name            = Example Perk
| image           = Perk teleportitis.png
| description     = An example perk description.
| one-off         = no
| player only     = no
| stackable       = yes
| max stack       = 5
| perk pool       = yes
| pool max        = 3
| reappears after = 29
| effects         =
Projectile Resistance +20%

Movement Speed    + 10%
}}