- Welcome to the Kancolle Wiki!
- If you have any questions regarding site content, account registration, etc., please visit the KanColle Wiki Discord
Difference between revisions of "Module:Data/Equipment/5inch Single High-angle Gun Mount Battery"
< Module:Data | Equipment
Jump to navigation
Jump to search
(+1 AA Buff) |
Jigaraphale (talk | contribs) |
||
(2 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
− | |||
− | |||
return { | return { | ||
_name = "5inch Single High-angle Gun Mount Battery", | _name = "5inch Single High-angle Gun Mount Battery", | ||
Line 6: | Line 4: | ||
_japanese_name = "5inch 単装高角砲群", | _japanese_name = "5inch 単装高角砲群", | ||
_reading = nil, | _reading = nil, | ||
− | _type = 4, | + | _type = 4, |
_icon = 16, | _icon = 16, | ||
+ | _types = {1, 2, 4, 16, 0}, | ||
_rarity = 2, | _rarity = 2, | ||
_firepower = 2, | _firepower = 2, | ||
Line 22: | Line 21: | ||
_luck = false, | _luck = false, | ||
_range = 1, | _range = 1, | ||
− | |||
− | |||
_special = false, | _special = false, | ||
_scrap_fuel = false, | _scrap_fuel = false, | ||
Line 29: | Line 26: | ||
_scrap_steel = 3, | _scrap_steel = 3, | ||
_scrap_bauxite = 1, | _scrap_bauxite = 1, | ||
+ | _info = "米国で開発・運用された標準的な対空兵装です。<br>本装備は、重巡や戦艦などの中型艦以上の標準的な艦隊防空用対空火力として運用されました。<br>戦いの後期になると、より新型の両用砲に更新されていきます。", | ||
+ | _info_en = "This is the standard anti-aircraft equipment developed and used by the US.<br>It was used as the standard anti-aircraft armament on heavy cruisers, battleships, and other medium-sized and greater ships.<br>It would be upgraded to a newer model, dual-purpose gun later in the war.", | ||
+ | _wikipedia = "5-inch/25-caliber gun", | ||
_buildable = false, | _buildable = false, | ||
− | + | _improvements = false, | |
} | } |
Latest revision as of 16:30, 7 May 2024
Documentation for this module may be created at Module:Data/Equipment/5inch Single High-angle Gun Mount Battery/doc
return {
_name = "5inch Single High-angle Gun Mount Battery",
_id = 358,
_japanese_name = "5inch 単装高角砲群",
_reading = nil,
_type = 4,
_icon = 16,
_types = {1, 2, 4, 16, 0},
_rarity = 2,
_firepower = 2,
_bombing = false,
_torpedo = false,
_aa = 6,
_armor = 1,
_asw = false,
_shelling_accuracy = 1,
_torpedo_accuracy = false,
_evasion = 1,
_los = false,
_speed = false,
_luck = false,
_range = 1,
_special = false,
_scrap_fuel = false,
_scrap_ammo = 2,
_scrap_steel = 3,
_scrap_bauxite = 1,
_info = "米国で開発・運用された標準的な対空兵装です。<br>本装備は、重巡や戦艦などの中型艦以上の標準的な艦隊防空用対空火力として運用されました。<br>戦いの後期になると、より新型の両用砲に更新されていきます。",
_info_en = "This is the standard anti-aircraft equipment developed and used by the US.<br>It was used as the standard anti-aircraft armament on heavy cruisers, battleships, and other medium-sized and greater ships.<br>It would be upgraded to a newer model, dual-purpose gun later in the war.",
_wikipedia = "5-inch/25-caliber gun",
_buildable = false,
_improvements = false,
}