Difference between revisions of "Module:Data/Equipment/12.7cm Twin Gun Mount Model D Kai 2"

(Created page with "--Categories: --Category:Equipment modules return { _name = "12.7cm Twin Gun Mount Model D Kai 2", _id = 267, _japanese_name = "12.7cm連装砲D型改二", ...")
 
 
(27 intermediate revisions by 4 users not shown)
Line 1: Line 1:
--Categories:
 
--[[Category:Equipment modules]]
 
 
 
return {
 
return {
    _name = "12.7cm Twin Gun Mount Model D Kai 2",
+
  _name = "12.7cm Twin Gun Mount Model D Kai 2",
    _id = 267,
+
  _id = 267,
    _japanese_name = "12.7cm連装砲D型改二",
+
  _japanese_name = "12.7cm連装砲D型改二",
    _reading = nil,
+
  _reading = nil,
    _type = 1, -- 1,1,1,1,0
+
  _type = 1,
    _icon = 1,
+
  _icon = 1,
    _rarity = 3,
+
  _types = {1, 1, 1, 1, 0},
    _firepower = 3,
+
  _rarity = 3,
    _bombing = false,
+
  _firepower = 3,
    _torpedo = false,
+
  _bombing = false,
    _aa = 3,
+
  _torpedo = false,
    _armor = 1,
+
  _aa = 4,
    _asw = false,
+
  _armor = 1,
    _shelling_accuracy = 2,
+
  _asw = false,
    _torpedo_accuracy = false,
+
  _shelling_accuracy = 2,
    _evasion = 1,
+
  _torpedo_accuracy = false,
    _los = false,
+
  _evasion = 1,
    _speed = false,
+
  _los = false,
    _luck = false,
+
  _speed = false,
    _range = 1,
+
  _luck = false,
    _flight_cost = false,
+
  _range = 1,
    _flight_range = false,
+
  _special = false,
     _special = false,
+
  _scrap_fuel = false,
     _scrap_fuel = false,
+
  _scrap_ammo = 2,
     _scrap_ammo = 2,
+
  _scrap_steel = 2,
     _scrap_steel = 2,
+
  _scrap_bauxite = 1,
    _scrap_bauxite = 1,
+
  _info = "夕雲型駆逐艦などに搭載された駆逐艦主砲のif改修型です。<br>最大仰角を大きく設定しましたが、装填システムの基本構造は従来通りのため対空能力は限定的です。<br>ただし、数々の実戦の戦訓を取り入れた改修により、甲型及び丙型駆逐艦での運用において、優れた砲戦能力を発揮します。",
    _buildable = false,
+
  _info_en = "A what-if upgrade of the destroyer main gun that was mounted on the Yuugumo-class destroyers.<br>It has a much higher maximum elevation but because the loading system is more or less the same, its anti-air capabilities are limited.<br>However, thanks to the improvements made by incorporating lessons learned in live combat, it will display excellent shelling power when equipped on Type-A and Type-C destroyers.",
    _info = "夕雲型駆逐艦などに搭載された駆逐艦主砲のif改修型です。<br>最大仰角を大きく設定しましたが、装填システムの基本構造は従来通りのため対空能力は限定的です。ただし、数々の実戦の戦訓を取り入れた改修により、甲型及び丙型駆逐艦での運用において、優れた砲戦能力を発揮します。",
+
  _wikipedia = "12.7 cm/50 Type 3 naval gun",
 +
  _buildable = false,
 +
  _improvements = {
 +
     _ammo = 70,
 +
     _bauxite = 20,
 +
     _fuel = 20,
 +
     _products = {
 +
      [false] = {
 +
        ["0"] = {
 +
          _development_material = 6,
 +
          _development_material_x = 7,
 +
          _equipment = {
 +
            ["10cm Twin High-angle Gun Mount"] = 2,
 +
          },
 +
          _improvement_material = 5,
 +
          _improvement_material_x = 6,
 +
        },
 +
        ["6"] = {
 +
          _development_material = 7,
 +
          _development_material_x = 10,
 +
          _equipment = {
 +
            ["12.7cm Twin Gun Mount Model C Kai 2"] = 1,
 +
          },
 +
          _improvement_material = 6,
 +
          _improvement_material_x = 9,
 +
        },
 +
        _ships = {
 +
          ["Naganami/Kai Ni"] = {
 +
            Friday = true,
 +
            Monday = true,
 +
            Saturday = true,
 +
            Sunday = true,
 +
            Thursday = true,
 +
            Tuesday = true,
 +
            Wednesday = true,
 +
          },
 +
          ["Yuugumo/Kai"] = {
 +
            Friday = false,
 +
            Monday = false,
 +
            Saturday = false,
 +
            Sunday = true,
 +
            Thursday = true,
 +
            Tuesday = false,
 +
            Wednesday = true,
 +
          },
 +
          ["Yuugumo/Kai Ni"] = {
 +
            Friday = true,
 +
            Monday = false,
 +
            Saturday = true,
 +
            Sunday = true,
 +
            Thursday = true,
 +
            Tuesday = false,
 +
            Wednesday = false,
 +
          },
 +
        },
 +
        _stars = false,
 +
      },
 +
    },
 +
    _steel = 90,
 +
  },
 
}
 
}

Latest revision as of 06:44, 7 May 2024

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

return {
  _name = "12.7cm Twin Gun Mount Model D Kai 2",
  _id = 267,
  _japanese_name = "12.7cm連装砲D型改二",
  _reading = nil,
  _type = 1,
  _icon = 1,
  _types = {1, 1, 1, 1, 0},
  _rarity = 3,
  _firepower = 3,
  _bombing = false,
  _torpedo = false,
  _aa = 4,
  _armor = 1,
  _asw = false,
  _shelling_accuracy = 2,
  _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 = "夕雲型駆逐艦などに搭載された駆逐艦主砲のif改修型です。<br>最大仰角を大きく設定しましたが、装填システムの基本構造は従来通りのため対空能力は限定的です。<br>ただし、数々の実戦の戦訓を取り入れた改修により、甲型及び丙型駆逐艦での運用において、優れた砲戦能力を発揮します。",
  _info_en = "A what-if upgrade of the destroyer main gun that was mounted on the Yuugumo-class destroyers.<br>It has a much higher maximum elevation but because the loading system is more or less the same, its anti-air capabilities are limited.<br>However, thanks to the improvements made by incorporating lessons learned in live combat, it will display excellent shelling power when equipped on Type-A and Type-C destroyers.",
  _wikipedia = "12.7 cm/50 Type 3 naval gun",
  _buildable = false,
  _improvements = {
    _ammo = 70,
    _bauxite = 20,
    _fuel = 20,
    _products = {
      [false] = {
        ["0"] = {
          _development_material = 6,
          _development_material_x = 7,
          _equipment = {
            ["10cm Twin High-angle Gun Mount"] = 2,
          },
          _improvement_material = 5,
          _improvement_material_x = 6,
        },
        ["6"] = {
          _development_material = 7,
          _development_material_x = 10,
          _equipment = {
            ["12.7cm Twin Gun Mount Model C Kai 2"] = 1,
          },
          _improvement_material = 6,
          _improvement_material_x = 9,
        },
        _ships = {
          ["Naganami/Kai Ni"] = {
            Friday = true,
            Monday = true,
            Saturday = true,
            Sunday = true,
            Thursday = true,
            Tuesday = true,
            Wednesday = true,
          },
          ["Yuugumo/Kai"] = {
            Friday = false,
            Monday = false,
            Saturday = false,
            Sunday = true,
            Thursday = true,
            Tuesday = false,
            Wednesday = true,
          },
          ["Yuugumo/Kai Ni"] = {
            Friday = true,
            Monday = false,
            Saturday = true,
            Sunday = true,
            Thursday = true,
            Tuesday = false,
            Wednesday = false,
          },
        },
        _stars = false,
      },
    },
    _steel = 90,
  },
}