テンプレート:SpellQueryGroup/tag

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

To be used with Template:SpellTag & Module:CommonCargoQuery.

このテンプレートは、特別:CargoTables/スペルから取得した、指定されたsortKeyプレフィックスを共有するすべてのスペルをコンパイルします。


使い方

{{SpellQueryGroup
| groupName = 
| groupKey  = 
| groupDesc = 
}}

パラメータ

パラメータ 説明
groupName スペルグループの名前
groupKey スペルグループの共有sortKey値プレフィックス
groupDesc スペルグループの説明

見本

Example 1:
{{SpellQueryGroup
| groupName = Arc
| groupKey  = arceffect
| groupDesc = Projectile modifier spells that add an arc of material between multiple projectiles. Arc spells require a minimum of two projectiles in order to function
}}
Result:
Arc Spells
火薬アーク
火薬アーク
放射物間に火薬を発生させる(放射物呪文が2つ必要)
火薬アーク
炎のアーク
炎のアーク
放射物間に炎を発生させる(放射物呪文が2つ必要)
炎のアーク
猛毒アーク
猛毒アーク
放射物間に毒を発生させる(放射物呪文が2つ必要)
猛毒アーク
電撃アーク
電撃アーク
放射物間にアーク放電を発生させる(放射物呪文が2つ必要)
電撃アーク
Projectile modifier spells that add an arc of material between multiple projectiles. Arc spells require a minimum of two projectiles in order to function
Example 2:
{{SpellQueryGroup
| groupName = Speed Scaled
| groupKey  = speeddamage
| groupDesc = Spells whose damage is scaled based on their change in speed.
}}
Result:
Speed Scaled Spells
蔓延
蔓延
無数の魔法の火花が全方向に飛散する
蔓延
円盤放射物
円盤放射物
鋭い円盤放射物を召喚する
円盤放射物
エネルギー球体
エネルギー球体
素早いアーク放電放射物
エネルギー球体
バウンドバースト
バウンドバースト
非常にバウンドする放射物
バウンドバースト
矢
矢を召喚する
矢
タイマー付きのエネルギー球体
タイマー付きのエネルギー球体
時間切れになった後にもう1つの呪文をかける素早いアーク放電放射物
タイマー付きのエネルギー球体
Spells whose damage is scaled based on their change in speed.
Example 3:
{{SpellQueryGroup
| tag  = trigger
| groupDesc = Spells that have triggers.
}}
Result:
Lua エラー: エラー: テーブルSpellTagsが見つかりません。


Example 4:
{{SpellQueryGroup
| tag  = piercing
| groupDesc = Spells that really hurt.
}}
Result:
Lua エラー: エラー: テーブルSpellTagsが見つかりません。
Example 5:
{{SpellQueryGroup
| tag  = beta
| groupDesc = New spells. This has a very long description which will flow over more than two lines of the box. The overflow needs to be hidden, and revealed when interacted with. This has a very long description which will flow over more than two lines of the box. The overflow needs to be hidden, and revealed when interacted with.
}}
Result:
Lua エラー: エラー: テーブルSpellTagsが見つかりません。
Example 6:
{{SpellQueryGroup
| groupName = Speed Modifier
| groupKey  = speedmodify
| groupDesc = Spell modifiers that adjust the speed of the affected projectile.
}}
Result:
Speed Modifier Spells
ヘビーショット
ヘビーショット
呪文によるダメージを大幅に増加させるが、飛ぶスピードが減少する
ヘビーショット
ライトショット
ライトショット
放射物の移動速度がかなり上昇するが、与えるダメージは低下する
ライトショット
カオス軌道
カオス軌道
放射物を自由気ままかつ不規則に飛ぶようにする
カオス軌道
クネクネ軌道
クネクネ軌道
放射物を自由気ままかつ不規則に飛ぶようにする
クネクネ軌道
加速ホーミング
加速ホーミング
1つの放射物がさらに速度を上げて敵に向かいます
加速ホーミング
放射物エリアテレポート
放射物エリアテレポート
有効なターゲットが放射物の範囲内に出現すると、その放射物がターゲットの真上にテレポートする
放射物エリアテレポート
スピードアップ
スピードアップ
放射物が空中を飛ぶスピードを増加させる
スピードアップ
不完全爆発
不完全爆発
低い確率で呪文が短絡を起こす
不完全爆発
加速ショット
加速ショット
飛行距離に従って放射物が加速するようになる
加速ショット
放射物エネルギーシールド
放射物エネルギーシールド
他の放射物を跳ね返すシールドを放射物に付与する
放射物エネルギーシールド
減速ショット
減速ショット
飛行距離に従って放射物が減速するようになる
減速ショット
起爆性放射物
起爆性放射物
放射物の環境破壊度を増やす
起爆性放射物
Spell modifiers that adjust the speed of the affected projectile.
Example 7:
{{SpellQueryGroup
| groupName = Healing
| groupKey  = healing
| groupDesc =
}}
Result:
Healing Spells
気力の輪
気力の輪
再生魔法のフィールド
気力の輪
Example 8:
{{SpellQueryGroup
| groupName = Broken
| groupKey  = 
| groupDesc = No spells
}}
Result:
Error: Either 'groupKey' or 'tag' must be set.

Parameters

{{SpellQueryGroup
| groupName = 
| groupKey  = 
| groupDesc = 
}}
Parameter Description
groupName The name spell group.
groupKey The spell group's shared sortKey value prefix.
groupDesc Additional notes regarding the spell group.