• 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/16inch Mk.I Twin Gun Mount"

From Kancolle Wiki
Jump to navigation Jump to search
(GitHub Action)
 
(One intermediate revision by the same user not shown)
Line 26: Line 26:
 
   _scrap_steel = 20,
 
   _scrap_steel = 20,
 
   _scrap_bauxite = false,
 
   _scrap_bauxite = false,
   _info = "米国で建造されたビッグセブン、「Colorado」級。その初期<br>の主砲兵装として採用された標準的な16inch連装砲です。<br>日本の「長門」「陸奥」、そして紅茶の国の「Nelson」級と<br>共にビッグセブンの一角を構成した同級戦艦の三隻。ネーム<br>シップ「Colorado」、そして一度は真珠湾で撃破された妹達<br>も浮揚修理され、太平洋の戦いを身を投じていきます。",
+
   _info = "米国で建造されたビッグセブン、「Colorado」級。その初期の主砲兵装として採用された標準的な16inch連装砲です。<br>日本の「長門」「陸奥」、そして紅茶の国の「Nelson」級と共にビッグセブンの一角を構成した同級戦艦の三隻。<br>ネームシップ「Colorado」、そして一度は真珠湾で撃破された妹達も浮揚修理され、太平洋の戦いを身を投じていきます。",
 +
  _info_en = "The American-made members of the Big 7, the \"Colorado-class\", employed these early 16 inch main gun turrets as their standard armament.<br>These three battleships stood next to the Japanese \"Nagato\" and \"Mutsu\" as well as the \"Nelson-class\" of the country of black tea, as the Big Seven.<br>The name ship, \"Colorado\", as well as her sisters that were once destroyed at Pearl Harbour and later refloated, will once again devote themselves to the war in the Pacific Ocean.",
 +
  _wikipedia = "16-inch/45-caliber gun",
 +
  _gun_fit_group = "41 cm",
 
   _buildable = false,
 
   _buildable = false,
 
   _improvements = {
 
   _improvements = {

Latest revision as of 11:07, 7 May 2024

Documentation for this module may be created at Module:Data/Equipment/16inch Mk.I Twin Gun Mount/doc

return {
  _name = "16inch Mk.I Twin Gun Mount",
  _id = 330,
  _japanese_name = "16inch Mk.I連装砲",
  _reading = "16インチ マークワンれんそうほう",
  _type = 3,
  _icon = 3,
  _types = {1, 1, 3, 3, 0},
  _rarity = 2,
  _firepower = 20,
  _bombing = false,
  _torpedo = false,
  _aa = false,
  _armor = 1,
  _asw = false,
  _shelling_accuracy = 1,
  _torpedo_accuracy = false,
  _evasion = 1,
  _los = false,
  _speed = false,
  _luck = false,
  _range = 3,
  _special = false,
  _scrap_fuel = false,
  _scrap_ammo = 12,
  _scrap_steel = 20,
  _scrap_bauxite = false,
  _info = "米国で建造されたビッグセブン、「Colorado」級。その初期の主砲兵装として採用された標準的な16inch連装砲です。<br>日本の「長門」「陸奥」、そして紅茶の国の「Nelson」級と共にビッグセブンの一角を構成した同級戦艦の三隻。<br>ネームシップ「Colorado」、そして一度は真珠湾で撃破された妹達も浮揚修理され、太平洋の戦いを身を投じていきます。",
  _info_en = "The American-made members of the Big 7, the \"Colorado-class\", employed these early 16 inch main gun turrets as their standard armament.<br>These three battleships stood next to the Japanese \"Nagato\" and \"Mutsu\" as well as the \"Nelson-class\" of the country of black tea, as the Big Seven.<br>The name ship, \"Colorado\", as well as her sisters that were once destroyed at Pearl Harbour and later refloated, will once again devote themselves to the war in the Pacific Ocean.",
  _wikipedia = "16-inch/45-caliber gun",
  _gun_fit_group = "41 cm",
  _buildable = false,
  _improvements = {
    _ammo = 350,
    _bauxite = 0,
    _fuel = 30,
    _products = {
      ["16inch Mk.V Twin Gun Mount"] = {
        ["0"] = {
          _development_material = 3,
          _development_material_x = 4,
          _equipment = {
            ["41cm Twin Gun Mount"] = 1,
          },
          _improvement_material = 2,
          _improvement_material_x = 3,
        },
        ["6"] = {
          _development_material = 6,
          _development_material_x = 8,
          _equipment = {
            ["41cm Twin Gun Mount"] = 2,
          },
          _improvement_material = 3,
          _improvement_material_x = 6,
        },
        ["10"] = {
          _development_material = 16,
          _development_material_x = 24,
          _equipment = {
            ["41cm Twin Gun Mount"] = 3,
            ["New Model Gun Mount Improvement Material"] = 1,
          },
          _improvement_material = 6,
          _improvement_material_x = 8,
        },
        _ships = {
          ["Colorado/"] = {
            Friday = true,
            Monday = true,
            Saturday = true,
            Sunday = true,
            Thursday = true,
            Tuesday = true,
            Wednesday = true,
          },
          ["Colorado/Kai"] = {
            Friday = true,
            Monday = true,
            Saturday = true,
            Sunday = true,
            Thursday = true,
            Tuesday = true,
            Wednesday = true,
          },
        },
      },
    },
    _steel = 480,
  },
}