• 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 Twin Gun Mount

From Kancolle Wiki
< Module:Data‎ | Equipment
Revision as of 14:58, 4 May 2024 by Jigaraphale (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Documentation for this module may be created at Module:Data/Equipment/12.7cm Twin Gun Mount/doc

return {
  _name = "12.7cm Twin Gun Mount",
  _id = 2,
  _japanese_name = "12.7cm連装砲",
  _reading = "12.7せんちれんそうほう",
  _type = 1,
  _icon = 1,
  _types = {1, 1, 1, 1, 0},
  _rarity = 0,
  _back = 1,
  _firepower = 2,
  _bombing = false,
  _torpedo = false,
  _aa = 2,
  _armor = false,
  _asw = false,
  _shelling_accuracy = false,
  _torpedo_accuracy = false,
  _evasion = false,
  _los = false,
  _speed = false,
  _luck = false,
  _range = 1,
  _special = false,
  _scrap_fuel = false,
  _scrap_ammo = 1,
  _scrap_steel = 2,
  _scrap_bauxite = false,
  _version = 2,
  _info = "艦隊型駆逐艦の主砲です。<br>防盾で全周を遮蔽、弾片や荒天対策を施しており、また動力操法も採用した近代的な小型艦の主砲で、多くの主力駆逐艦に採用されました。<br>あまり仰角はとれず、対空射撃は少し苦手です。",
  _info_en = "The main gun of fleet destroyers.<br> It has an enclosed, shielded turret that protects it against shrapnel and stormy weather. It also has powered turrets. It served as the main gun of modern small ships and many frontline destroyers.<br>It isn't good at anti-air because of its low maximum elevation.",
  _wikipedia = "12.7 cm/50 Type 3 naval gun",
  _buildable = true,
  _improvements = {
    _ammo = 30,
    _bauxite = false,
    _fuel = 10,
    _products = {
      ["12.7cm Twin Gun Mount Model B Kai 2"] = {
        ["0"] = {
          _development_material = 1,
          _development_material_x = 2,
          _equipment = false,
          _improvement_material = 1,
          _improvement_material_x = 2,
        },
        ["6"] = {
          _development_material = 1,
          _development_material_x = 2,
          _equipment = {
            [true] = 1,
          },
          _improvement_material = 1,
          _improvement_material_x = 2,
        },
        ["10"] = {
          _development_material = 2,
          _development_material_x = 3,
          _equipment = {
            [true] = 2,
          },
          _improvement_material = 3,
          _improvement_material_x = 6,
        },
        _ships = {
          [true] = {
            Friday = true,
            Monday = true,
            Saturday = true,
            Sunday = true,
            Thursday = true,
            Tuesday = true,
            Wednesday = true,
          },
        },
        _stars = false,
      },
    },
    _steel = 60,
  },
}