テンプレート:Infobox perk

提供:Noita Wiki
ナビゲーションに移動 検索に移動

このテンプレートはテーブル「Perks」を定義します。 View table.

特典ページのためのInfoboxテンプレート。

参考:{{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.

テンプレート引数

このテンプレートは、パラメーターを複数行に分けて記述することが推奨されています。

引数説明状態
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. 'no' is default. Check for: one_off_effect

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.

Blood, Damage Immunity, Defensive, Detection, Greed, Healing, HP, Levitation, Melee, Mobility, Offensive, On-Hit, Passive, Relation, Situational, Utility, World State
文字列推奨
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

yes
ブール値推奨
stackablestackable

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

yes
ブール値推奨
max stackmax stack

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

7
数値推奨
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

yes
ブール値推奨
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)

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

7
数値推奨
effectseffects

Your custom summary of 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%
}}