Template:Infobox perk/doc

From Noita Wiki
Jump to navigation Jump to search

An infobox template for perks' pages.

See also: {{PerkQuery}}

Usage

{{Infobox perk
| name            = 
| image           = Perk .png
| description     = 
| one-off         = yes / no
| categories      = 
| 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. 'no' is default. Check for: one_off_effect

Example
yes
Booleanrequired
categoriescategories

A comma-separated list of categories for the perk to be placed in. For each category, perks will be added to a "<Category> Perks" category. See [[Category:Perks]] for current groups and how to add more.

Example
Blood, Damage Immunity, Defensive, Detection, Greed, Healing, HP, Levitation, Melee, Mobility, Offensive, On-Hit, Passive, Relation, Situational, Utility, World State
Stringsuggested
player onlyplayer only

Whether the perk can only be applied to the player, or it can also be applied to enemies in Nightmare mode. 'no' is default. Check for: usable_by_enemies

Example
yes
Booleansuggested
stackablestackable

Whether the perk is stackable or not. 'no' is default. Check for: STACKABLE_YES

Example
yes
Booleansuggested
max stackmax stack

The maximum amount of times the perk can be picked before it stops spawning. Check for: stackable_maximum

Example
7
Numbersuggested
perk poolperk pool

Whether the perk is obtainable from Holy Mountains in the normal pool of perks. 'no' is default. Check for: not_in_default_perk_pool

Example
yes
Booleansuggested
pool maxpool max

The maximum amount of times the perk will appear in the overall pool of perks. Check for: max_in_perk_pool. ALSO check for: stackable_is_rare (true = 1)

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. Check for: stackable_how_often_reappears

Example
7
Numbersuggested
effectseffects

Your custom summary of the perk's effects, including any changes to basic player stats, damage multipliers, etc.

Example
+10% movement speed
Contentsuggested

Example

For Categories, see Category:Perks for current groups and how to add more. If current Perk subcategories don't fully cover a given perk, feel free to specify categories that don't exist yet and create them.

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

Movement Speed    + 10%
}}