Template:Infobox perk

来自Noita Wiki
跳到导航 跳到搜索
Template-info.png 模板文档

An infobox template for perks' pages.

Usage

{{Infobox perk
| name            =
| image           =
| 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.

模板参数

此模板首选参数换行格式。

参数描述类型状态
namename

In-game name of the perk.

示例
Stronger Hearts
字符串必填
imageimage

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

示例
Perk Teleportitis.png
文件必填
descriptiondescription

In-game description for the perk.

示例
No more fire for you.
字符串推荐
one-offone-off

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

示例
yes
布尔值必填
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.

示例
Defensive, On-Hit
字符串推荐
player onlyplayer only

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

示例
yes
布尔值推荐
stackablestackable

Whether the perk is stackable or not

示例
yes
布尔值推荐
max stackmax stack

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

示例
7
数字推荐
perk poolperk pool

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

示例
yes
布尔值推荐
pool maxpool max

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

示例
7
数字推荐
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.

示例
7
数字推荐
effectseffects

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

示例
+10% movement speed
内容推荐

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%
}}