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

From Kancolle Wiki
Jump to navigation Jump to search

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

return {
  _name = "38cm Twin Gun Mount",
  _id = 76,
  _japanese_name = "38cm連装砲",
  _reading = "38せんちれんそうほう",
  _type = 3,
  _icon = 3,
  _types = {1, 1, 3, 3, 0},
  _rarity = 0,
  _back = 1,
  _firepower = 16,
  _bombing = false,
  _torpedo = false,
  _aa = 1,
  _armor = false,
  _asw = false,
  _shelling_accuracy = 1,
  _torpedo_accuracy = false,
  _evasion = false,
  _los = false,
  _speed = false,
  _luck = false,
  _range = 3,
  _special = false,
  _scrap_fuel = false,
  _scrap_ammo = 11,
  _scrap_steel = 18,
  _scrap_bauxite = false,
  _info = "ビスマルク級戦艦に搭載された、かの国の戦艦主砲です。<br>主に電動を用いた砲塔旋回・揚弾・装填などが可能です。<br>短~中距離での砲撃戦を意識した戦艦主兵装です。",
  _info_en = "This is a battleship main gun from that country that was mounted on the Bismarck-class battleships.<br> Its traverse, ammunition hoist, and loading mechanisms were primarily electric-powered.<br>It is a battleship main armament meant for short to medium-range artillery combat.",
  _gun_fit_group = "35.6 cm",
  _wikipedia = "38 cm SK C/34 naval gun",
  _buildable = false,
  _improvements = {
    _ammo = 380,
    _bauxite = 20,
    _fuel = 20,
    _products = {
      ["38cm Twin Gun Mount Kai"] = {
        ["0"] = {
          _development_material = 4,
          _development_material_x = 5,
          _equipment = {
            ["35.6cm Twin Gun Mount"] = 1,
          },
          _improvement_material = 2,
          _improvement_material_x = 3,
        },
        ["6"] = {
          _development_material = 5,
          _development_material_x = 8,
          _equipment = {
            ["35.6cm Twin Gun Mount"] = 2,
          },
          _improvement_material = 3,
          _improvement_material_x = 5,
        },
        ["10"] = {
          _development_material = 10,
          _development_material_x = 20,
          _equipment = {
            ["41cm Twin Gun Mount"] = 2,
          },
          _improvement_material = 6,
          _improvement_material_x = 13,
        },
        _ships = {
          ["Bismarck/"] = {
            Friday = true,
            Monday = false,
            Saturday = true,
            Sunday = false,
            Thursday = true,
            Tuesday = false,
            Wednesday = false,
          },
          ["Bismarck/Drei"] = {
            Friday = true,
            Monday = false,
            Saturday = true,
            Sunday = false,
            Thursday = true,
            Tuesday = false,
            Wednesday = false,
          },
          ["Bismarck/Kai"] = {
            Friday = true,
            Monday = false,
            Saturday = true,
            Sunday = false,
            Thursday = true,
            Tuesday = false,
            Wednesday = false,
          },
          ["Bismarck/Zwei"] = {
            Friday = true,
            Monday = false,
            Saturday = true,
            Sunday = false,
            Thursday = true,
            Tuesday = false,
            Wednesday = false,
          },
        },
        _stars = 3,
      },
    },
    _steel = 450,
  },
}