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

From Kancolle Wiki
Jump to navigation Jump to search

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

return {
  _name = "35.6cm Twin Gun Mount",
  _id = 7,
  _japanese_name = "35.6cm連装砲",
  _reading = "35.6せんちれんそうほう",
  _type = 3,
  _icon = 3,
  _types = {1, 1, 3, 3, 0},
  _rarity = 0,
  _back = 1,
  _firepower = 15,
  _bombing = false,
  _torpedo = false,
  _aa = 4,
  _armor = false,
  _asw = false,
  _shelling_accuracy = false,
  _torpedo_accuracy = false,
  _evasion = false,
  _los = false,
  _speed = false,
  _luck = false,
  _range = 3,
  _special = false,
  _scrap_fuel = false,
  _scrap_ammo = 10,
  _scrap_steel = 15,
  _scrap_bauxite = false,
  _info = "標準的な戦艦の主砲です。<br>「金剛」型建造と同時期に英国に発注され、後に国産化、「伊勢」型までの標準的な戦艦主砲して運用されました。<br>遠距離からの堂々たる艦隊砲撃戦を実現します。",
  _info_en = "A standard battleship main gun.<br>It was ordered from the UK at the same time as Kongou. It was later produced domestically as the main gun of battleships up to the Ise-class.<br>It is the grand realization of long-ranged fleet artillery combat.",
  _gun_fit_group = "35.6 cm",
  _wikipedia = "Vickers 14 inch/45 naval gun",
  _buildable = true,
  _improvements = {
    _ammo = 240,
    _bauxite = false,
    _fuel = 20,
    _products = {
      ["Prototype 35.6cm Triple Gun Mount"] = {
        ["0"] = {
          _development_material = 2,
          _development_material_x = 3,
          _equipment = false,
          _improvement_material = 1,
          _improvement_material_x = 2,
        },
        ["6"] = {
          _development_material = 3,
          _development_material_x = 4,
          _equipment = {
            [true] = 1,
          },
          _improvement_material = 2,
          _improvement_material_x = 4,
        },
        ["10"] = {
          _development_material = 6,
          _development_material_x = 12,
          _equipment = {
            [true] = 3,
          },
          _improvement_material = 5,
          _improvement_material_x = 12,
        },
        _ships = {
          ["Fusou/"] = {
            Friday = true,
            Monday = false,
            Saturday = true,
            Sunday = true,
            Thursday = false,
            Tuesday = false,
            Wednesday = false,
          },
          ["Fusou/Kai"] = {
            Friday = true,
            Monday = false,
            Saturday = true,
            Sunday = true,
            Thursday = false,
            Tuesday = false,
            Wednesday = false,
          },
          ["Fusou/Kai Ni"] = {
            Friday = true,
            Monday = false,
            Saturday = true,
            Sunday = true,
            Thursday = false,
            Tuesday = false,
            Wednesday = false,
          },
        },
        _stars = false,
      },
    },
    _steel = 300,
  },
}