🌟現在、鉄壁 鉄壁ヘッドショットには対応済みです。
鉄壁HSは通常HSと同じダメージになります。LMG及びDMR、チャージライフル、ハンマーポイント弾を除き、すべてのダメージ値が一致していることを確認しています。

モジュール:Utility/ImageWithName/configuration

提供:Apex Data
ナビゲーションに移動 検索に移動

このモジュールについての説明文ページを モジュール: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