Template:Wand Card

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

用于展示法杖具体属性的卡片,可以用于特殊法杖属性的展示。

更简单、专注于展示法术构筑的法杖模板,见Template:Wand


用法

{{Wand Card
| wandName     = 
| wandPic      = 
| shuffle      = 
| spellsCast   = 
| castDelay    =
| rechargeTime = 
| manaMax      =
| manaCharge   =
| capacity     =
| spread       =
| 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      = 

...

| spell(n)       = 
}}

参数

Parameter Description
wandName 法杖名称,可选。
wandPic 法杖图片,可选,填写文件名,默认为Wand_0821.png,即常见的26格否杖。
shuffle 是否为乱序。可以为Yes或No。默认为No。
spellsCast 每次施放数。默认为1。
castDelay 施法延迟。默认为0。
rechargeTime 充能时间。默认为0。
manaMax 法力最大值。默认为500。
manaRecharge 法力充能速度。默认为250。
capacity 容量。默认为1。
spread 散射。默认为0。
alwaysCasts 始终施放。默认没有法术。
spell1, spell2 ... spell(n) 对应槽位的法术名称。名称需要区分大小写。如果填写null或者填写不存在的名称的话则改格子留空。高于法杖容量的法术名称不会显示。

Example

{{Wand Card
| wandName     = Wand of 示例
| wandPic      = 
| shuffle      = No
| spellsCast   = 1
| castDelay    = 0.50
| rechargeTime = 1.00
| manaMax      = 999
| manaCharge   = 150
| capacity     = 12
| spread       = -2.00
| alwaysCasts  = Homing
| spell1       = 注入法力
| spell2       = null
| spell3       = Add Mana
| spell4       = Add Mana
| spell5       = Add Mana
| spell6       = Reduce Recharge Time
| spell7       = Reduce Recharge Time
| spell8       = Reduce Recharge Time
| spell9       = Reduce Recharge Time
| spell10      = 一分为十
| spell11      = Damage Plus
| spell12      = Triplicate Bolt
}} 

会产生以下效果:

WAND OF 示例

Wand 0821.png
Inventory Icon gun shuffle.png 乱序
No
Inventory Icon gun actions per round.png 法术数/释放
1
Inventory Icon fire rate wait.png 施放延迟
0.50 s
Inventory Icon gun reload time.png 充能延迟
1.00 s
Inventory Icon mana max.png 法力最大值
999
Inventory Icon mana charge speed.png 法力充能速度
150
Inventory Icon gun capacity.png 容量
12
Inventory Icon spread degrees.png 散射
-2.00 DEG
Inventory Icon gun permanent actions.png 始终释放

如果你不想展示槽内法术的话,请添加noCapacity=yes

{{Wand Card
| wandName     = Wand of 示例
| wandPic      = 
| shuffle      = No
| spellsCast   = 1
| castDelay    = 0.50
| rechargeTime = 1.00
| manaMax      = 999
| manaCharge   = 150
| capacity     = 12
| spread       = -2.00
| spell1       = 注入法力
| spell2       = null
| spell3       = Add Mana
| spell4       = Add Mana
| spell5       = Add Mana
| spell6       = Reduce Recharge Time
| spell7       = Reduce Recharge Time
| spell8       = Reduce Recharge Time
| spell9       = Reduce Recharge Time
| spell10      = 一分为十
| spell11      = Damage Plus
| spell12      = Triplicate Bolt
| noCapacity    = yes
}} 

WAND OF 示例

Wand 0821.png
Inventory Icon gun shuffle.png 乱序
No
Inventory Icon gun actions per round.png 法术数/释放
1
Inventory Icon fire rate wait.png 施放延迟
0.50 s
Inventory Icon gun reload time.png 充能延迟
1.00 s
Inventory Icon mana max.png 法力最大值
999
Inventory Icon mana charge speed.png 法力充能速度
150
Inventory Icon gun capacity.png 容量
12
Inventory Icon spread degrees.png 散射
-2.00 DEG