• Welcome to the Kancolle Wiki!
  • If you have any questions regarding site content, account registration, etc., please visit the KanColle Wiki Discord

Module:Data/Equipment/12.7cm Single High-angle Gun Mount (Late Model)

From Kancolle Wiki
< Module:Data‎ | Equipment
Revision as of 05:41, 8 July 2018 by Crazy teitoku (talk | contribs) (Added fit bonuses information.)
Jump to navigation Jump to search

Documentation for this module may be created at Module:Data/Equipment/12.7cm Single High-angle Gun Mount (Late Model)/doc

--Categories:
--[[Category:Equipment modules]]

return {
    _name = "12.7cm Single High-angle Gun Mount (Late Model)",
    _id = 229,
    _japanese_name = "12.7cm単装高角砲(後期型)",
    _reading = nil,
    _type = 1,
    _icon = 16,
    _rarity = 2,
    _firepower = 1,
    _bombing = false,
    _torpedo = false,
    _aa = 4,
    _armor = false,
    _asw = 1,
    _shelling_accuracy = 1,
    _torpedo_accuracy = false,
    _evasion = 1,
    _los = false,
    _speed = false,
    _luck = false,
    _range = 1,
    _flight_cost = false,
    _flight_range = false,
    _special = false,
    _scrap_fuel = false,
    _scrap_ammo = 1,
    _scrap_steel = 2,
    _scrap_bauxite = false,
    _buildable = false,
	_info = "駆逐艦や海防艦などに装備された両用砲です。<br>特筆する高い性能を誇るわけではありませんが、対艦、対地、対空、いずれの戦闘も可能なある程度実用的な両用砲として、後期の小型戦闘艦艇に装備されました。",
	_improvements = {	
		_fuel = 10,
		_ammo = 50,
		_steel = 40,
		_bauxite = 20,
		_products = {
			[false] = {
				_ships = {
					["Etorofu/Kai"] = {Sunday = nil, Monday = nil, Tuesday = nil, Wednesday = nil, Thursday = true, Friday = nil, Saturday = nil},
					["Hiburi/Kai"] = {Sunday = nil, Monday = nil, Tuesday = nil, Wednesday = nil, Thursday = true, Friday = nil, Saturday = nil},
					["Yura/Kai Ni"] = {Sunday = nil, Monday = nil, Tuesday = nil, Wednesday = nil, Thursday = true, Friday = nil, Saturday = nil},
				},
				[0] = {
					_development_material = 2,
					_development_material_x = 3,
					_improvement_material = 2,
					_improvement_material_x = 2,
					_equipment = {["12.7cm Twin Gun Mount"] = 2},
				},
				[6] = {
					_development_material = nil,
					_development_material_x = nil,
					_improvement_material = nil,
					_improvement_material_x = nil,
					_equipment = false,
				},
				_stars = false,
			},
		},
	},
	_bonuses = {
        {
            _class = "Shimushu",
            _firepower = 1,
            _aa = 1,
            _evasion = 2,
        },
        {
            _class = "Shimushu",
            _with = "Radar",
            _firepower = {1, 2},
            _aa = 1,
            _asw = 1,
            _evasion = {2, 3},
        },
        {
            _class = "Etorofu",
            _firepower = 1,
            _aa = 1,
            _evasion = 2,
        },
        {
            _class = "Etorofu",
            _with = "Radar",
            _firepower = {1, 2},
            _aa = 1,
            _asw = 1,
            _evasion = {2, 3},
        },
        {
            _class = "Mutsuki",
            _firepower = 2,
            _aa = 1,
            _evasion = 3,
        },
        {
            _class = "Mutuski",
            _with = "Radar",
            _firepower = {2, 2},
            _torpedo = 1,
            _aa = 1,
            _evasion = {3, 3},
        },
        {
            _class = "Mutsuki",
            _with = "53Torpedo",
            _firepower = {2, 2},
            _torpedo = 4,
            _aa = 1,
        },
        {
            _class = "Mutsuki",
            _with = "53Torpedo",
            _count = 2,
            _firepower = {2, 3},
            _torpedo = 7,
            _aa = 1,
        },
            {
            _class = "Kamikaze",
            _with = "Radar",
            _firepower = {2, 2},
            _torpedo = 1,
            _aa = 1,
            _evasion = {3, 3},
        },
        {
            _class = "Kamikaze",
            _with = "53Torpedo",
            _firepower = {2, 2},
            _torpedo = 4,
            _aa = 1,
        },
        {
            _class = "Kamikaze",
            _with = "53Torpedo",
            _count = 2,
            _firepower = {2, 3},
            _torpedo = 7,
            _aa = 1,
        },
    },
}