| 🌟 | 現在、 鉄壁HSは通常HSと同じダメージになります。LMG及びDMR、チャージライフル、ハンマーポイント弾を除き、すべてのダメージ値が一致していることを確認しています。  | 
「モジュール:DamageTables/configuration」の版間の差分
		
		
		
		
		
		ナビゲーションに移動
		検索に移動
		
				
		
		
	
 (ページの作成:「local configuration = { 	caption_format = '%s (x%s)', 	passive_park = '=== %s ===\n', 	separator = ' + ', 	en = { 		fortified = 'Fortified', 		lowprofil…」)  | 
				 (境界線にクラス text-separator を付与)  | 
				||
| (同じ利用者による、間の1版が非表示) | |||
| 2行目: | 2行目: | ||
	caption_format = '%s (x%s)',  | 	caption_format = '%s (x%s)',  | ||
	passive_park = '=== [[%s]] ===\n',  | 	passive_park = '=== [[%s]] ===\n',  | ||
	separator = '  | 	separator = ' <span class="text-separator">|</span> ',  | ||
	en = {  | 	en = {  | ||
		fortified = 'Fortified',  | 		fortified = '[[File:Perks_Fortified.png|16px|link=|alt=Fortified|class=image-perk image-perk-size16]] Fortified',  | ||
		lowprofile = 'Low Profile',  | 		lowprofile = '[[File:Perks_Low_Profile.png|16px|link=|alt=Low Profile|class=image-perk image-perk-size16]] Low Profile',  | ||
		normal = 'Normal',  | 		normal = 'Normal',  | ||
		piercing_shots = 'Piercing Shots',  | 		piercing_shots = 'Piercing Shots',  | ||
	},  | 	},  | ||
	ja = {  | 	ja = {  | ||
		fortified = '鉄壁',  | 		fortified = '[[File:Perks_Fortified.png|16px|link=|alt=鉄壁|class=image-perk image-perk-size16]] 鉄壁',  | ||
		lowprofile = '小柄',  | 		lowprofile = '[[File:Perks_Low_Profile.png|16px|link=|alt=小柄|class=image-perk image-perk-size16]] 小柄',  | ||
		normal = '通常',  | 		normal = '通常',  | ||
		piercing_shots = '貫通',  | 		piercing_shots = '貫通',  | ||
2021年5月17日 (月) 10:24時点における最新版
このモジュールについての説明文ページを モジュール:DamageTables/configuration/doc に作成できます
local configuration = {
	caption_format = '%s (x%s)',
	passive_park = '=== [[%s]] ===\n',
	separator = ' <span class="text-separator">|</span> ',
	en = {
		fortified = '[[File:Perks_Fortified.png|16px|link=|alt=Fortified|class=image-perk image-perk-size16]] Fortified',
		lowprofile = '[[File:Perks_Low_Profile.png|16px|link=|alt=Low Profile|class=image-perk image-perk-size16]] Low Profile',
		normal = 'Normal',
		piercing_shots = 'Piercing Shots',
	},
	ja = {
		fortified = '[[File:Perks_Fortified.png|16px|link=|alt=鉄壁|class=image-perk image-perk-size16]] 鉄壁',
		lowprofile = '[[File:Perks_Low_Profile.png|16px|link=|alt=小柄|class=image-perk image-perk-size16]] 小柄',
		normal = '通常',
		piercing_shots = '貫通',
	},
}
return configuration