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

モジュール:Utility/Name/configuration

提供:Apex Data
< モジュール:Utility/Name
2021年2月19日 (金) 18:56時点におけるMntone (トーク | 投稿記録)による版 (ページの作成:「local configuration = { en = { category = { assault_rifle = 'Assault rifles', sub_machine_gun = 'Sub machine guns', light_machine_gun = 'Light machine guns',…」)
(差分) ← 古い版 | 最新版 (差分) | 新しい版 → (差分)
ナビゲーションに移動 検索に移動

このモジュールについての説明文ページを モジュール:Utility/Name/configuration/doc に作成できます

local configuration = {
	en = {
		category = {
			assault_rifle = 'Assault rifles',
			sub_machine_gun = 'Sub machine guns',
			light_machine_gun = 'Light machine guns',
			sniper = 'Sniper rifles',
			shotgun = 'Shotguns',
			pistol = 'Pistols',
		},
		ammo = {
			light = 'Light Rounds',
			heavy = 'Heavy Rounds',
			energy = 'Energy Ammo',
			sniper = 'Sniper Ammo',
			shotgun = 'Shotgun Shells',
			special_light = 'Special Light Rounds',
			special_heavy = 'Special Heavy Rounds',
			special_energy = 'Special Energy Ammo',
			special_sniper = 'Special Sniper Ammo',
			special_shotgun = 'Special Shotgun Shells',
		},
		attachment = {
			extended_mag = {
				light = 'Extended Light Mag',
				heavy = 'Extended Heavy Mag',
				energy = 'Extended Energy Mag',
				sniper = 'Extended Sniper Mag',
			},
			shotgun_bolt = 'Shotgun Bolt',
		},
	},
	ja = {
		category = {
			assault_rifle = 'アサルトライフル',
			sub_machine_gun = 'サブマシンガン',
			light_machine_gun = 'ライトマシンガン',
			sniper = 'スナイパーライフル',
			shotgun = 'ショットガン',
			pistol = 'ピストル',
		},
		ammo = {
			light = 'ライトアモ',
			heavy = 'ヘビーアモ',
			energy = 'エネルギーアモ',
			sniper = 'スナイパーアモ',
			shotgun = 'ショットガンアモ',
			special_light = '専用ライトアモ',
			special_heavy = '専用ヘビーアモ',
			special_energy = '専用エネルギーアモ',
			special_sniper = '専用スナイパーアモ',
			special_shotgun = '専用ショットガンアモ',
		},
		attachment = {
			extended_mag = {
				light = '拡張ライトマガジン',
				heavy = '拡張ヘビーマガジン',
				energy = '拡張エネルギーマガジン',
				sniper = '拡張スナイパーマガジン',
			},
			shotgun_bolt = 'ショットガンボルト',
		},
	},
}

return configuration