- 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/203mm/53 Twin Gun Mount"
< Module:Data | Equipment
Jump to navigation
Jump to search
com>Ar-cen-ciel m |
Jigaraphale (talk | contribs) |
||
(9 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
− | + | return { | |
− | + | _name = "203mm/53 Twin Gun Mount", | |
− | + | _id = 162, | |
− | + | _japanese_name = "203mm/53 連装砲", | |
− | + | _reading = "203みり/53 れんそうほう", | |
− | + | _type = 2, | |
− | + | _icon = 2, | |
− | + | _types = {1, 1, 2, 2, 0}, | |
− | + | _rarity = 3, | |
− | + | _firepower = 9, | |
− | + | _bombing = false, | |
− | + | _torpedo = false, | |
− | + | _aa = 1, | |
− | + | _armor = false, | |
− | + | _asw = false, | |
− | + | _shelling_accuracy = -2, | |
− | + | _torpedo_accuracy = false, | |
− | + | _evasion = false, | |
− | + | _los = false, | |
− | + | _speed = false, | |
− | + | _luck = false, | |
− | + | _range = 3, | |
− | + | _special = false, | |
− | + | _scrap_fuel = false, | |
− | + | _scrap_ammo = 4, | |
− | + | _scrap_steel = 4, | |
− | + | _scrap_bauxite = false, | |
− | + | _info = "パスタの国で生まれた中口径主砲です。<br>昼間砲撃戦で優位を確保すべく誕生したザラ級重巡の主兵装として採用されました。<br>最大仰角で射撃では戦艦並の長射程距離を誇りましたが、構造上の問題でその精度と命中率には課題を抱えています。", | |
− | + | _info_en = "A medium-caliber gun from the country of pasta.<br>It was used as the main armament of the Zara-class heavy cruisers that were created to secure superiority in artillery combat during the day.<br>Although it was capable of ranges comparable to battleships when firing at maximum elevation, it had problems with accuracy due to structural problems.", | |
− | + | _wikipedia = "203 mm/53 Italian naval gun", | |
− | + | _buildable = false, | |
− | + | _improvements = { | |
− | + | _ammo = 180, | |
− | + | _bauxite = 0, | |
− | + | _fuel = 10, | |
− | + | _products = { | |
− | + | [false] = { | |
− | + | ["0"] = { | |
− | + | _development_material = 4, | |
− | + | _development_material_x = 5, | |
− | + | _equipment = { | |
− | + | ["20.3cm Twin Gun Mount"] = 2, | |
− | + | }, | |
− | + | _improvement_material = 3, | |
− | + | _improvement_material_x = 4, | |
− | + | }, | |
− | + | ["6"] = { | |
− | + | _development_material = 5, | |
− | + | _development_material_x = 8, | |
− | + | _equipment = { | |
− | + | ["20.3cm (No.2) Twin Gun Mount"] = 1, | |
− | + | }, | |
− | + | _improvement_material = 4, | |
− | + | _improvement_material_x = 7, | |
− | + | }, | |
− | + | _ships = { | |
− | + | ["Zara/Due"] = { | |
− | + | Friday = false, | |
− | + | Monday = true, | |
+ | Saturday = false, | ||
+ | Sunday = true, | ||
+ | Thursday = false, | ||
+ | Tuesday = true, | ||
+ | Wednesday = true, | ||
+ | }, | ||
+ | }, | ||
+ | }, | ||
+ | }, | ||
+ | _steel = 190, | ||
+ | }, | ||
} | } | ||
− | |||
− |
Latest revision as of 09:44, 6 May 2024
Documentation for this module may be created at Module:Data/Equipment/203mm/53 Twin Gun Mount/doc
return {
_name = "203mm/53 Twin Gun Mount",
_id = 162,
_japanese_name = "203mm/53 連装砲",
_reading = "203みり/53 れんそうほう",
_type = 2,
_icon = 2,
_types = {1, 1, 2, 2, 0},
_rarity = 3,
_firepower = 9,
_bombing = false,
_torpedo = false,
_aa = 1,
_armor = false,
_asw = false,
_shelling_accuracy = -2,
_torpedo_accuracy = false,
_evasion = false,
_los = false,
_speed = false,
_luck = false,
_range = 3,
_special = false,
_scrap_fuel = false,
_scrap_ammo = 4,
_scrap_steel = 4,
_scrap_bauxite = false,
_info = "パスタの国で生まれた中口径主砲です。<br>昼間砲撃戦で優位を確保すべく誕生したザラ級重巡の主兵装として採用されました。<br>最大仰角で射撃では戦艦並の長射程距離を誇りましたが、構造上の問題でその精度と命中率には課題を抱えています。",
_info_en = "A medium-caliber gun from the country of pasta.<br>It was used as the main armament of the Zara-class heavy cruisers that were created to secure superiority in artillery combat during the day.<br>Although it was capable of ranges comparable to battleships when firing at maximum elevation, it had problems with accuracy due to structural problems.",
_wikipedia = "203 mm/53 Italian naval gun",
_buildable = false,
_improvements = {
_ammo = 180,
_bauxite = 0,
_fuel = 10,
_products = {
[false] = {
["0"] = {
_development_material = 4,
_development_material_x = 5,
_equipment = {
["20.3cm Twin Gun Mount"] = 2,
},
_improvement_material = 3,
_improvement_material_x = 4,
},
["6"] = {
_development_material = 5,
_development_material_x = 8,
_equipment = {
["20.3cm (No.2) Twin Gun Mount"] = 1,
},
_improvement_material = 4,
_improvement_material_x = 7,
},
_ships = {
["Zara/Due"] = {
Friday = false,
Monday = true,
Saturday = false,
Sunday = true,
Thursday = false,
Tuesday = true,
Wednesday = true,
},
},
},
},
_steel = 190,
},
}