🌟 | 現在、 鉄壁ヘッドショットには対応済みです。 鉄壁HSは通常HSと同じダメージになります。LMG及びDMR、チャージライフル、ハンマーポイント弾を除き、すべてのダメージ値が一致していることを確認しています。 |
「モジュール:Utility/ImageWithName/configuration」の版間の差分
ナビゲーションに移動
検索に移動
(ホップアップ向けの設定リソースを追加) |
(不要な設定リソースを削除) |
||
(同じ利用者による、間の2版が非表示) | |||
2行目: | 2行目: | ||
en = { | en = { | ||
ammo = { | ammo = { | ||
defaultLink = 'Ammo#%s', | |||
format = '<span class="text-ammo text-ammo-%s%s">%s</span>', | |||
format = ' | |||
}, | }, | ||
hopup = { | hopup = { | ||
defaultLink = 'Weapons by Hop-Up#%s', | |||
format = '<span class="text-rarity text-rarity-%s%s">%s</span>', | |||
}, | }, | ||
tactical = { | tactical = { | ||
format = '%s <span class="text-ability text-ability-tactical%s">%s</span>', | format = '%s <span class="text-ability text-ability-tactical%s">%s</span>', | ||
}, | }, | ||
34行目: | 27行目: | ||
ja = { | ja = { | ||
ammo = { | ammo = { | ||
defaultLink = '弾薬#%s', | |||
format = '<span class="text-ammo text-ammo-%s%s">%s</span>', | |||
format = ' | |||
}, | }, | ||
hopup = { | hopup = { | ||
defaultLink = 'ホップアップによる武器一覧#%s', | |||
format = '<span class="text-rarity text-rarity-%s%s">%s</span>', | |||
format = ' | |||
}, | }, | ||
tactical = { | tactical = { | ||
format = '%s <span class="text-ability text-ability-tactical%s">%s</span>', | format = '%s <span class="text-ability text-ability-tactical%s">%s</span>', | ||
}, | }, |
2021年8月27日 (金) 11:53時点における最新版
このモジュールについての説明文ページを モジュール:Utility/ImageWithName/configuration/doc に作成できます
local configuration = { en = { ammo = { defaultLink = 'Ammo#%s', format = '<span class="text-ammo text-ammo-%s%s">%s</span>', }, hopup = { defaultLink = 'Weapons by Hop-Up#%s', format = '<span class="text-rarity text-rarity-%s%s">%s</span>', }, tactical = { format = '%s <span class="text-ability text-ability-tactical%s">%s</span>', }, level = { none = 'None', none_format = '%s No %s', format = { '%s <span class="%s">No %s</span>', '%s <span class="text-rarity text-rarity-common%s">%s - Level 1</span>', '%s <span class="text-rarity text-rarity-rare%s">%s - Level 2</span>', '%s <span class="text-rarity text-rarity-epic%s">%s - Level 3</span>', '%s <span class="text-rarity text-rarity-legendary%s">%s - Level 4</span>', '%s <span class="text-rarity text-rarity-heirloom%s">%s - Level 5</span>', }, }, }, ja = { ammo = { defaultLink = '弾薬#%s', format = '<span class="text-ammo text-ammo-%s%s">%s</span>', }, hopup = { defaultLink = 'ホップアップによる武器一覧#%s', format = '<span class="text-rarity text-rarity-%s%s">%s</span>', }, tactical = { format = '%s <span class="text-ability text-ability-tactical%s">%s</span>', }, level = { none = 'なし', none_format = '%s %sなし', format = { '%s <span class="%s">%sなし</span>', '%s <span class="text-rarity text-rarity-common%s">%s - レベル1</span>', '%s <span class="text-rarity text-rarity-rare%s">%s - レベル2</span>', '%s <span class="text-rarity text-rarity-epic%s">%s - レベル3</span>', '%s <span class="text-rarity text-rarity-legendary%s">%s - レベル4</span>', '%s <span class="text-rarity text-rarity-heirloom%s">%s - レベル5</span>', }, }, }, } return configuration