| 🌟 | 現在、 鉄壁HSは通常HSと同じダメージになります。LMG及びDMR、チャージライフル、ハンマーポイント弾を除き、すべてのダメージ値が一致していることを確認しています。 |
「モジュール:Utility/Image/configuration」の版間の差分
ナビゲーションに移動
検索に移動
(アタッチメント用の設定を追加) |
(アタッチメント時のエラー回避のため,使用していないitems項目を追加) |
||
| 15行目: | 15行目: | ||
attachment = { | attachment = { | ||
filename = 'Attachments_%s.png', | filename = 'Attachments_%s.png', | ||
items = {}, | |||
levels = { 'common', 'rare', 'epic', 'legendary', 'heirloom' }, | levels = { 'common', 'rare', 'epic', 'legendary', 'heirloom' }, | ||
}, | }, | ||
2021年2月19日 (金) 10:39時点における版
このモジュールについての説明文ページを モジュール:Utility/Image/configuration/doc に作成できます
local common = { default_rarity = 'common' }
local rare = { default_rarity = 'rare' }
local epic = { default_rarity = 'epic' }
local legendary = { default_rarity = 'legendary' }
local configuration = {
default_link = '',
default_rarity = 'common',
default_size = 16,
classes = {
body = 'image-rarity',
rarity = 'image-rarity-%s',
size = 'image-rarity-size%d',
},
attachment = {
filename = 'Attachments_%s.png',
items = {},
levels = { 'common', 'rare', 'epic', 'legendary', 'heirloom' },
},
hopup = {
filename = 'Attachments_HopUps_%s.png',
default_link = 'ホップアップによる武器一覧#%s',
items = {
['スカルピアサーライフリング'] = legendary,
['アンビルレシーバー'] = legendary,
['ターボチャージャー'] = legendary,
['アンビルレシーバー'] = legendary,
['ハンマーポイント弾'] = epic,
['クイックドローホルスター'] = epic,
},
},
item = {
filename = 'Items_%s.png',
items = {
['注射器'] = common,
['医療キット'] = rare,
['シールドセル'] = common,
['シールドバッテリー'] = rare,
['フェニックスキット'] = epic,
['アルティメット促進剤'] = rare,
['モバイルリスポーンビーコン'] = rare,
},
},
scope = {
filename = 'Attachments_Scopes_%s.png',
items = {
['スロット'] = common,
['1倍HCOG\'クラシック\''] = common,
['2倍HCOG\'ブルーザー\''] = rare,
['1倍ホロサイト'] = common,
['1~2倍可変式ホロサイト'] = rare,
['3倍HCOG\'レンジャー\''] = epic,
['2~4倍可変式AOG'] = epic,
['6倍スナイパー'] = rare,
['4~8倍可変式スナイパー'] = epic,
['1倍デジタルスレット'] = legendary,
['4~10倍デジタルスレット'] = legendary,
},
},
}
return configuration