- 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/10cm Twin High-angle Gun Mount"
< Module:Data | Equipment
Jump to navigation
Jump to search
com>Segou m (Quick fix) |
Jigaraphale (talk | contribs) m |
||
(4 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | |||
− | |||
− | |||
return { | return { | ||
− | + | _name = "10cm Twin High-angle Gun Mount", | |
− | + | _id = 3, | |
− | + | _japanese_name = "10cm連装高角砲", | |
− | + | _reading = "10せんちれんそうこうかくほう", | |
− | + | _type = 1, | |
− | + | _icon = 16, | |
− | + | _types = {1, 1, 1, 16, 0}, | |
− | + | _rarity = 1, | |
− | + | _back = 2, | |
− | + | _firepower = 2, | |
− | + | _bombing = false, | |
− | + | _torpedo = false, | |
− | + | _aa = 7, | |
− | + | _armor = false, | |
− | + | _asw = false, | |
− | + | _shelling_accuracy = false, | |
− | + | _torpedo_accuracy = false, | |
− | + | _evasion = false, | |
− | + | _los = false, | |
− | + | _speed = false, | |
− | + | _luck = false, | |
− | + | _range = 1, | |
− | + | _special = false, | |
− | + | _scrap_fuel = false, | |
− | + | _scrap_ammo = 1, | |
− | + | _scrap_steel = 3, | |
− | + | _scrap_bauxite = false, | |
− | + | _info = "防空型駆逐艦の主砲です。<br>画期的な長砲身半自動装填砲を動力砲塔に備えた「長10cm」と呼ばれた新型の防空用高角砲で、「秋月」型駆逐艦に搭載されました。<br>複雑な構造のため量産には不向きでしたが、敵機の跳梁を抑える艦隊防空の切り札の一つです。", | |
− | + | _info_en = "This is the main gun of the anti-air destroyers.<br>It is a groundbreaking new model anti-air gun called the \"Long 10 cm\" had long barrel high-angle guns, with semi-automatic loading, and a powered turret, and was equipped on the \"Akizuki-class\" destroyers.<br>Its complex design made it difficult to mass-produce, but it was a key part of the fleet's defense against the air superiority of enemy aircraft.", | |
− | + | _wikipedia = "10 cm/65 Type 98 naval gun", | |
− | + | _buildable = true, | |
+ | _improvements = true, | ||
} | } |
Latest revision as of 15:20, 4 May 2024
Documentation for this module may be created at Module:Data/Equipment/10cm Twin High-angle Gun Mount/doc
return {
_name = "10cm Twin High-angle Gun Mount",
_id = 3,
_japanese_name = "10cm連装高角砲",
_reading = "10せんちれんそうこうかくほう",
_type = 1,
_icon = 16,
_types = {1, 1, 1, 16, 0},
_rarity = 1,
_back = 2,
_firepower = 2,
_bombing = false,
_torpedo = false,
_aa = 7,
_armor = false,
_asw = false,
_shelling_accuracy = false,
_torpedo_accuracy = false,
_evasion = false,
_los = false,
_speed = false,
_luck = false,
_range = 1,
_special = false,
_scrap_fuel = false,
_scrap_ammo = 1,
_scrap_steel = 3,
_scrap_bauxite = false,
_info = "防空型駆逐艦の主砲です。<br>画期的な長砲身半自動装填砲を動力砲塔に備えた「長10cm」と呼ばれた新型の防空用高角砲で、「秋月」型駆逐艦に搭載されました。<br>複雑な構造のため量産には不向きでしたが、敵機の跳梁を抑える艦隊防空の切り札の一つです。",
_info_en = "This is the main gun of the anti-air destroyers.<br>It is a groundbreaking new model anti-air gun called the \"Long 10 cm\" had long barrel high-angle guns, with semi-automatic loading, and a powered turret, and was equipped on the \"Akizuki-class\" destroyers.<br>Its complex design made it difficult to mass-produce, but it was a key part of the fleet's defense against the air superiority of enemy aircraft.",
_wikipedia = "10 cm/65 Type 98 naval gun",
_buildable = true,
_improvements = true,
}