| Line 1: |
Line 1: |
| − | local _12cm_Single_Gun_Mount = {
| + | return { |
| − | _name = "12cm Single Gun Mount",
| + | _name = "12cm Single Gun Mount", |
| − | _page = false,
| + | _id = 1, |
| − | _id = 1,
| + | _japanese_name = "12cm単装砲", |
| − | _japanese_name = "12cm単装砲",
| + | _reading = "12.7せんちたんそうほう", |
| − | _reading = "12.7せんちたんそうほう",
| + | _type = 1, |
| − | _type = 1,
| + | _icon = 1, |
| − | _icon = 1,
| + | _types = {1, 1, 1, 1, 0}, |
| − | _rarity = 0,
| + | _rarity = 0, |
| − | _back = 1,
| + | _back = 1, |
| − | _firepower = 1,
| + | _firepower = 1, |
| − | _bombing = false,
| + | _bombing = false, |
| − | _torpedo = false,
| + | _torpedo = false, |
| − | _aa = 1,
| + | _aa = 1, |
| − | _armor = false,
| + | _armor = false, |
| − | _asw = false,
| + | _asw = false, |
| − | _shelling_accuracy = false,
| + | _shelling_accuracy = false, |
| − | _torpedo_accuracy = false,
| + | _torpedo_accuracy = false, |
| − | _evasion = false,
| + | _evasion = false, |
| − | _los = false,
| + | _los = false, |
| − | _speed = false,
| + | _speed = false, |
| − | _luck = false,
| + | _luck = false, |
| − | _range = 1,
| + | _range = 1, |
| − | _special = false,
| + | _special = false, |
| − | _scrap_fuel = false,
| + | _scrap_fuel = false, |
| − | _scrap_ammo = 1,
| + | _scrap_ammo = 1, |
| − | _scrap_steel = 1,
| + | _scrap_steel = 1, |
| − | _scrap_bauxite = false,
| + | _scrap_bauxite = false, |
| − | _buildable = true,
| + | _version = 2, |
| − | _upgradable = false,
| + | _info = "旧型の小型砲です。<br>旧型駆逐艦に標準的主砲として搭載されました。<br>装填・操砲も人力ですが、シンプルな構造で経済性も高く、駆逐艦や海防艦等の主砲として、長く使われました。<br>対空射撃には不向きです。", |
| | + | _info_en = "This is an old model small-caliber gun.<br>It was equipped on older destroyers as their main armament.<br>Both loading and rotation were manual, but with its simple construction and low cost, it served a long time as the main weapon of destroyers and coastal defense ships.<br>It cannot be used for anti-air.", |
| | + | _wikipedia = "12 cm/45 3rd Year Type naval gun", |
| | + | _buildable = true, |
| | + | _improvements = { |
| | + | _ammo = 20, |
| | + | _bauxite = false, |
| | + | _fuel = 10, |
| | + | _products = { |
| | + | ["12cm Single Gun Mount Kai 2"] = { |
| | + | ["0"] = { |
| | + | _development_material = 2, |
| | + | _development_material_x = 2, |
| | + | _equipment = { |
| | + | [true] = 1, |
| | + | }, |
| | + | _improvement_material = 1, |
| | + | _improvement_material_x = 2, |
| | + | }, |
| | + | ["6"] = { |
| | + | _development_material = 2, |
| | + | _development_material_x = 3, |
| | + | _equipment = { |
| | + | [true] = 2, |
| | + | }, |
| | + | _improvement_material = 1, |
| | + | _improvement_material_x = 2, |
| | + | }, |
| | + | ["10"] = { |
| | + | _development_material = 2, |
| | + | _development_material_x = 4, |
| | + | _equipment = { |
| | + | ["Type 22 Surface Radar"] = 1, |
| | + | }, |
| | + | _improvement_material = 2, |
| | + | _improvement_material_x = 6, |
| | + | }, |
| | + | _ships = { |
| | + | ["Kisaragi/"] = { |
| | + | Friday = true, |
| | + | Monday = true, |
| | + | Saturday = true, |
| | + | Sunday = true, |
| | + | Thursday = true, |
| | + | Tuesday = true, |
| | + | Wednesday = true, |
| | + | }, |
| | + | ["Kisaragi/Kai"] = { |
| | + | Friday = true, |
| | + | Monday = true, |
| | + | Saturday = true, |
| | + | Sunday = true, |
| | + | Thursday = true, |
| | + | Tuesday = true, |
| | + | Wednesday = true, |
| | + | }, |
| | + | ["Kisaragi/Kai Ni"] = { |
| | + | Friday = true, |
| | + | Monday = true, |
| | + | Saturday = true, |
| | + | Sunday = true, |
| | + | Thursday = true, |
| | + | Tuesday = true, |
| | + | Wednesday = true, |
| | + | }, |
| | + | ["Mutsuki/"] = { |
| | + | Friday = true, |
| | + | Monday = true, |
| | + | Saturday = true, |
| | + | Sunday = true, |
| | + | Thursday = true, |
| | + | Tuesday = true, |
| | + | Wednesday = true, |
| | + | }, |
| | + | ["Mutsuki/Kai"] = { |
| | + | Friday = true, |
| | + | Monday = true, |
| | + | Saturday = true, |
| | + | Sunday = true, |
| | + | Thursday = true, |
| | + | Tuesday = true, |
| | + | Wednesday = true, |
| | + | }, |
| | + | ["Mutsuki/Kai Ni"] = { |
| | + | Friday = true, |
| | + | Monday = true, |
| | + | Saturday = true, |
| | + | Sunday = true, |
| | + | Thursday = true, |
| | + | Tuesday = true, |
| | + | Wednesday = true, |
| | + | }, |
| | + | }, |
| | + | _stars = false, |
| | + | }, |
| | + | }, |
| | + | _steel = 40, |
| | + | }, |
| | } | | } |
| − |
| |
| − | return _12cm_Single_Gun_Mount
| |