「テンプレート:ユニット情報」の版間の差分
ナビゲーションに移動
検索に移動
132行目: | 132行目: | ||
"label": "別バージョンのキャラ名(5)", | "label": "別バージョンのキャラ名(5)", | ||
"description": "なければ空白で。Ver.まで入れてください。カッコは半角()でお願いします。", | "description": "なければ空白で。Ver.まで入れてください。カッコは半角()でお願いします。", | ||
+ | "type": "string", | ||
+ | "suggested": true | ||
+ | }, | ||
+ | "mc_max": { | ||
+ | "label": "マナサークル上限", | ||
+ | "description": "50とか70とか", | ||
+ | "example": "50", | ||
+ | "type": "number", | ||
+ | "default": "50", | ||
+ | "autovalue": "50", | ||
+ | "required": true, | ||
+ | "suggested": true | ||
+ | }, | ||
+ | "link_ex": { | ||
+ | "label": "リンクEXアビリティ系統", | ||
+ | "description": "「竜化:竜化ブースト」とか「背水:ピンチで耐光」とか「神々の加護?」とか", | ||
+ | "example": "奮戦:やる気リンク・攻", | ||
+ | "type": "string", | ||
+ | "suggested": true | ||
+ | }, | ||
+ | "ex": { | ||
+ | "label": "EXアビリティ系統", | ||
+ | "description": "「竜化ブースト」とか「クリティカル率」とか", | ||
+ | "example": "ゲージブレイク", | ||
+ | "type": "string", | ||
+ | "autovalue": "", | ||
+ | "suggested": true | ||
+ | }, | ||
+ | "link_ex_element": { | ||
+ | "label": "リンクEX対象属性", | ||
+ | "description": "【風】とか。無属性なら空欄。", | ||
+ | "example": "火", | ||
+ | "type": "string", | ||
+ | "suggested": true | ||
+ | }, | ||
+ | "link_ex_amount": { | ||
+ | "label": "リンクEX効果量", | ||
+ | "description": "+5% とか Ⅴ とか", | ||
+ | "example": "+15%", | ||
+ | "type": "string", | ||
+ | "suggested": true | ||
+ | }, | ||
+ | "ex_amount": { | ||
+ | "label": "EXアビリティ効果量", | ||
+ | "description": "+5% とか Ⅴ とか", | ||
+ | "example": "+15%", | ||
"type": "string", | "type": "string", | ||
"suggested": true | "suggested": true | ||
145行目: | 191行目: | ||
"weapon_type", | "weapon_type", | ||
"unit_type", | "unit_type", | ||
+ | "mc_max", | ||
+ | "ex", | ||
+ | "ex_amount", | ||
+ | "link_ex", | ||
+ | "link_ex_element", | ||
+ | "link_ex_amount", | ||
"remarks", | "remarks", | ||
"other_ver1", | "other_ver1", |
2021年2月3日 (水) 17:26時点における版
[[Category:{{{element}}}属性のキャラクター]]
[[Category:{{{weapon_type}}}を使うユニット]]
[[Category:{{{unit_type}}}タイプのユニット]]
[[Category:初期レア度が{{{rarity}}}のユニット]]
ユニットページに追加する「プレイアブルキャラクター」の性能に関する情報を記述してください。
引数 | 説明 | 型 | 状態 | |
---|---|---|---|---|
名前 | name | ○○Ver.まで含めてください。カッコは半角()でお願いします。
| 文字列 | 必須 |
二つ名 | title | 漢字かな交じり(字が大きい方)
| 文字列 | 推奨 |
二つ名(カタカナ) | title_kana | ルビ(よみがな)の部分です
| 文字列 | 推奨 |
初期レア度 | rarity | 説明なし
| 数値 | 推奨 |
属性 | element | 火/水/風/光/闇 からひとつ
| 文字列 | 推奨 |
武器種 | weapon_type | 剣/刀/短剣/斧/槍/弓/ロッド/杖/銃 からひとつ
| 文字列 | 推奨 |
タイプ | unit_type | 攻撃/防御/補助/回復 からひとつ
| 文字列 | 推奨 |
マナサークル上限 | mc_max | 50とか70とか
| 数値 | 必須 |
EXアビリティ系統 | ex | 「竜化ブースト」とか「クリティカル率」とか
| 文字列 | 推奨 |
EXアビリティ効果量 | ex_amount | +5% とか Ⅴ とか
| 文字列 | 推奨 |
リンクEXアビリティ系統 | link_ex | 「竜化:竜化ブースト」とか「背水:ピンチで耐光」とか「神々の加護?」とか
| 文字列 | 推奨 |
リンクEX対象属性 | link_ex_element | 【風】とか。無属性なら空欄。
| 文字列 | 推奨 |
リンクEX効果量 | link_ex_amount | +5% とか Ⅴ とか
| 文字列 | 推奨 |
備考 | remarks | 特に説明しておきたいこと。特殊モーションありとか。 | ウィキテキストの一部 | 推奨 |
別バージョンのキャラ名(1) | other_ver1 | なければ空白で。Ver.まで入れてください。カッコは半角()でお願いします。 | 文字列 | 推奨 |
別バージョンのキャラ名(2) | other_ver2 | なければ空白で。Ver.まで入れてください。カッコは半角()でお願いします。 | 文字列 | 推奨 |
別バージョンのキャラ名(3) | other_ver3 | なければ空白で。Ver.まで入れてください。カッコは半角()でお願いします。 | 文字列 | 推奨 |
別バージョンのキャラ名(4) | other_ver4 | なければ空白で。Ver.まで入れてください。カッコは半角()でお願いします。 | 文字列 | 推奨 |
別バージョンのキャラ名(5) | other_ver5 | なければ空白で。Ver.まで入れてください。カッコは半角()でお願いします。 | 文字列 | 推奨 |