🌟 | 現在、 鉄壁ヘッドショットには対応済みです。 鉄壁HSは通常HSと同じダメージになります。LMG及びDMR、チャージライフル、ハンマーポイント弾を除き、すべてのダメージ値が一致していることを確認しています。 |
モジュール:Utility/ImageWithName/configuration
ナビゲーションに移動
検索に移動
このモジュールについての説明文ページを モジュール:Utility/ImageWithName/configuration/doc に作成できます
local configuration = { en = { ammo = { hasLink = true, hasRarity = false, hasId = true, format = '%s [[Ammo#%s|<span class="text-ammo text-ammo-%s%s">%s</span>]]', }, hopup = { defaultLink = 'Weapons by Hop-Up#%s', hasRarity = true, hasId = false, format = '<span class="text-rarity text-rarity-%s%s">%s</span>', }, tactical = { hasLink = false, hasRarity = false, hasId = false, 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 = { hasLink = true, hasRarity = false, hasId = true, format = '%s [[弾薬#%s|<span class="text-ammo text-ammo-%s%s">%s</span>]]', }, hopup = { defaultLink = 'ホップアップによる武器一覧#%s', hasRarity = true, hasId = false, format = '<span class="text-rarity text-rarity-%s%s">%s</span>', }, tactical = { hasLink = false, hasRarity = false, hasId = false, 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