• 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/12.7cm Twin Gun Mount Model A Kai 3 (Wartime Modification) + Anti-Aircraft Fire Director"

From Kancolle Wiki
Jump to navigation Jump to search
m (Syntax fixes.)
m
Line 41: Line 41:
 
         },
 
         },
 
         ["@<span class='explain' title='Fubuki/Ayanami/Akatsuki'>DD</span>-class <span class='explain' title='Surface RADAR'>[[File:Radar.png]]</span>"] = {
 
         ["@<span class='explain' title='Fubuki/Ayanami/Akatsuki'>DD</span>-class <span class='explain' title='Surface RADAR'>[[File:Radar.png]]</span>"] = {
             _fp = 3,
+
             _firepower = 3,
 
             _torpedo = 1,
 
             _torpedo = 1,
 
             _evasion = 2,
 
             _evasion = 2,

Revision as of 10:34, 4 July 2018

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

return {
    _name = "12.7cm Twin Gun Mount Model A Kai 3 (Wartime Modification) + Anti-Aircraft Fire Director",
    _id = 295,
    _japanese_name = "12.7cm連装砲A型改三(戦時改修)+高射装置",
    _reading = nil,
    _type = 1, -- 1,1,1,16,0
    _icon = 16,
    _rarity = 3,
    _firepower = 2,
    _bombing = false,
    _torpedo = false,
    _aa = 8,
    _armor = 1,
    _asw = false,
    _shelling_accuracy = 1,
    _torpedo_accuracy = false,
    _evasion = false,
    _los = false,
    _speed = false,
    _luck = false,
    _range = 1,
    _flight_cost = false,
    _flight_range = false,
    _special = false,
    _scrap_fuel = false,
    _scrap_ammo = 2,
    _scrap_steel = 2,
    _scrap_bauxite = 2,
    _buildable = false,
    _info = "旧式化したA型砲、その余剰装備を元に全面改修を実施、両用砲に換装した戦時改修if駆逐艦主砲です。最大仰角、装填機構の換装、高射装置との連動も含め、従来のA型砲とは全く別の特型駆逐艦用主砲兵装となっています。両用砲として、ある程度対空戦闘も可能です。",
    _bonus = {
        ["@<span class='explain' title='Fubuki/Ayanami/Akatsuki'>DD</span>-class"] = {
            _firepower = 2,
            _aa = 2,
        },
        ["@<span class='explain' title='Fubuki/Ayanami/Akatsuki'>DD</span>-class <span class='explain' title='Air RADAR'>[[File:Radar.png]]</span>"] = {
            _aa = 6,
        },
        ["@<span class='explain' title='Fubuki/Ayanami/Akatsuki'>DD</span>-class <span class='explain' title='Surface RADAR'>[[File:Radar.png]]</span>"] = {
            _firepower = 3,
            _torpedo = 1,
            _evasion = 2,
        },
    },
}