• 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/QF 4.7inch Gun Mk.XII Kai"

From Kancolle Wiki
Jump to navigation Jump to search
(GitHub Action)
 
Line 26: Line 26:
 
   _scrap_steel = 2,
 
   _scrap_steel = 2,
 
   _scrap_bauxite = 1,
 
   _scrap_bauxite = 1,
   _info = "紅茶の国の駆逐艦に搭載された主砲兵装、その改良版です。<br>可愛い駆逐艦用主砲、実戦で鍛え上げられた、優れた対潜戦闘<br>力を誇る紅茶の国の駆逐艦達に、ASDICと共にぜひ搭載したい<br>ですね!",
+
   _info = "紅茶の国の駆逐艦に搭載された主砲兵装、その改良版です。<br>可愛い駆逐艦用主砲、実戦で鍛え上げられた、優れた対潜戦闘力を誇る紅茶の国の駆逐艦達に、ASDICと共にぜひ搭載したいですね!",
 +
  _info_en = "This is an improved model of the main armament of destroyers from the country of tea.<br>It is the main gun of the darling destroyer that has been tempered in combat. The destroyers from the country of tea with the ASW they are proud of would like to equip it alongside ASDIC!",
 +
  _wikipedia = "QF 4.7-inch Mk IX & XII naval gun",
 
   _buildable = false,
 
   _buildable = false,
 
   _improvements = {
 
   _improvements = {

Latest revision as of 07:35, 7 May 2024

Documentation for this module may be created at Module:Data/Equipment/QF 4.7inch Gun Mk.XII Kai/doc

return {
  _name = "QF 4.7inch Gun Mk.XII Kai",
  _id = 280,
  _japanese_name = "QF 4.7inch砲 Mk.XII改",
  _reading = "QF 4.7インチほう マークトゥエルヴかい",
  _type = 1,
  _icon = 1,
  _types = {1, 1, 1, 1, 0},
  _rarity = 3,
  _firepower = 3,
  _bombing = false,
  _torpedo = false,
  _aa = 3,
  _armor = false,
  _asw = 1,
  _shelling_accuracy = 1,
  _torpedo_accuracy = false,
  _evasion = 1,
  _los = false,
  _speed = false,
  _luck = false,
  _range = 1,
  _special = false,
  _scrap_fuel = false,
  _scrap_ammo = 2,
  _scrap_steel = 2,
  _scrap_bauxite = 1,
  _info = "紅茶の国の駆逐艦に搭載された主砲兵装、その改良版です。<br>可愛い駆逐艦用主砲、実戦で鍛え上げられた、優れた対潜戦闘力を誇る紅茶の国の駆逐艦達に、ASDICと共にぜひ搭載したいですね!",
  _info_en = "This is an improved model of the main armament of destroyers from the country of tea.<br>It is the main gun of the darling destroyer that has been tempered in combat. The destroyers from the country of tea with the ASW they are proud of would like to equip it alongside ASDIC!",
  _wikipedia = "QF 4.7-inch Mk IX & XII naval gun",
  _buildable = false,
  _improvements = {
    _ammo = 60,
    _bauxite = 20,
    _fuel = 20,
    _products = {
      [false] = {
        ["0"] = {
          _development_material = 6,
          _development_material_x = 7,
          _equipment = {
            ["12.7cm Twin Gun Mount"] = 2,
          },
          _improvement_material = 4,
          _improvement_material_x = 5,
        },
        ["6"] = {
          _development_material = 7,
          _development_material_x = 8,
          _equipment = {
            ["12.7cm Twin Gun Mount Model B Kai 2"] = 2,
          },
          _improvement_material = 6,
          _improvement_material_x = 7,
        },
        _ships = {
          ["Jervis/"] = {
            Friday = true,
            Monday = true,
            Saturday = true,
            Sunday = true,
            Thursday = true,
            Tuesday = true,
            Wednesday = true,
          },
          ["Jervis/Kai"] = {
            Friday = true,
            Monday = true,
            Saturday = true,
            Sunday = true,
            Thursday = true,
            Tuesday = true,
            Wednesday = true,
          },
        },
      },
    },
    _steel = 80,
  },
}