模板:Wand Card/doc

出自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