• 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/12cm Single Gun Mount Kai 2"

From Kancolle Wiki
Jump to navigation Jump to search
(Added fit bonuses information.)
(removing equipment bonus information)
Line 32: Line 32:
 
     _buildable = false,
 
     _buildable = false,
 
     _info = "旧型駆逐艦に標準的主砲として搭載された小口径主砲の改良型です。装填・操砲も人力ですが、シンプルな構造で経済性も高く、駆逐艦や海防艦等の主砲として、長く使われました本兵装を戦訓を取り入れて改良、実戦時の運用性を大きく向上させています。残念ながら対空射撃には不向きです。",
 
     _info = "旧型駆逐艦に標準的主砲として搭載された小口径主砲の改良型です。装填・操砲も人力ですが、シンプルな構造で経済性も高く、駆逐艦や海防艦等の主砲として、長く使われました本兵装を戦訓を取り入れて改良、実戦時の運用性を大きく向上させています。残念ながら対空射撃には不向きです。",
    _bonuses = {
 
        {
 
            _class = "Shimushu",
 
            _firepower = 1,
 
            _aa = 1,
 
            _evasion = 2,
 
        },
 
        {
 
            _class = "Shimushu",
 
            _with = "Radar",
 
            _count = 1,
 
            _firepower = {1, 2},
 
            _aa = 1,
 
            _asw = 1,
 
            _evasion = {2, 3},
 
        },
 
        {
 
            _class = "Etorofu",
 
            _firepower = 1,
 
            _aa = 1,
 
            _evasion = 2,
 
        },
 
        {
 
            _class = "Etorofu",
 
            _with = "Radar",
 
            _count = 1,
 
            _firepower = {1, 2},
 
            _aa = 1,
 
            _asw = 1,
 
            _evasion = {2, 3},
 
        },
 
        {
 
            _class = "Mutsuki",
 
            _firepower = 2,
 
            _aa = 1,
 
            _evasion = 3,
 
        },
 
        {
 
            _class = "Mutsuki",
 
            _with = "Radar",
 
            _count = 1,
 
            _firepower = {2, 2},
 
            _torpedo = 1,
 
            _aa = 1,
 
            _evasion = {3, 3},
 
        },
 
        {
 
            _class = "Mutsuki",
 
            _with = "53Torpedo",
 
            _count = 1,
 
            _firepower = {2, 2},
 
            _torpedo = 4,
 
            _aa = 1,
 
        },
 
        {
 
            _class = "Mutsuki",
 
            _with = "53Torpedo",
 
            _count = 2,
 
            _firepower = {2, 3},
 
            _torpedo = 7,
 
            _aa = 1,
 
        },
 
        {
 
            _class = "Kamikaze",
 
            _with = "Radar",
 
            _count = 1,
 
            _firepower = {2, 2},
 
            _torpedo = 1,
 
            _aa = 1,
 
            _evasion = {3, 3},
 
        },
 
        {
 
            _class = "Kamikaze",
 
            _with = "53Torpedo",
 
            _count = 1,
 
            _firepower = {2, 2},
 
            _torpedo = 4,
 
            _aa = 1,
 
        },
 
        {
 
            _class = "Kamikaze",
 
            _with = "53Torpedo",
 
            _count = 2,
 
            _firepower = {2, 3},
 
            _torpedo = 7,
 
            _aa = 1,
 
        },
 
    },
 
 
}
 
}

Revision as of 04:04, 1 March 2019

Documentation for this module may be created at Module:Data/Equipment/12cm Single Gun Mount Kai 2/doc

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

return {
    _name = "12cm Single Gun Mount Kai 2",
    _id = 293,
    _japanese_name = "12cm単装砲改二",
    _reading = nil,
    _type = 1, -- 1,1,1,1,0
    _icon = 1,
    _rarity = 2,
    _firepower = 1,
    _bombing = false,
    _torpedo = false,
    _aa = false,
    _armor = 1,
    _asw = false,
    _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 = 1,
    _scrap_bauxite = false,
    _buildable = false,
    _info = "旧型駆逐艦に標準的主砲として搭載された小口径主砲の改良型です。装填・操砲も人力ですが、シンプルな構造で経済性も高く、駆逐艦や海防艦等の主砲として、長く使われました本兵装を戦訓を取り入れて改良、実戦時の運用性を大きく向上させています。残念ながら対空射撃には不向きです。",
}