Changes

no edit summary
Line 1: Line 1: −
--Categories:
  −
--[[Category:Equipment modules]]
  −
   
return {
 
return {
    _name = "38cm Quadruple Gun Mount Kai",
+
  _name = "38cm Quadruple Gun Mount Kai",
    _id = 246,
+
  _id = 246,
    _japanese_name = "38cm四連装砲改",
+
  _japanese_name = "38cm四連装砲改",
    _reading = nil,
+
  _reading = "38センチよんれんそうほうかい",
    _type = 3, -- 1,1,3,3,0
+
  _type = 3,
    _icon = 3,
+
  _icon = 3,
    _rarity = 5,
+
  _types = {1, 1, 3, 3, 0},
    _firepower = 22,
+
  _rarity = 5,
    _bombing = false,
+
  _firepower = 22,
    _torpedo = false,
+
  _bombing = false,
    _aa = 2,
+
  _torpedo = false,
    _armor = 1,
+
  _aa = 2,
    _asw = false,
+
  _armor = 1,
    _shelling_accuracy = 3,
+
  _asw = false,
    _torpedo_accuracy = false,
+
  _shelling_accuracy = 3,
    _evasion = false,
+
  _torpedo_accuracy = false,
    _los = false,
+
  _evasion = false,
    _speed = false,
+
  _los = false,
    _luck = false,
+
  _speed = false,
    _range = 2,
+
  _luck = false,
    _flight_cost = false,
+
  _range = 2,
    _flight_range = false,
+
  _special = false,
     _special = false,
+
  _scrap_fuel = false,
     _scrap_fuel = false,
+
  _scrap_ammo = 21,
     _scrap_ammo = 21,
+
  _scrap_steel = 24,
     _scrap_steel = 24,
+
  _scrap_bauxite = 4,
     _scrap_bauxite = 4,
+
  _info = "トリコロールの国で開発された戦艦主砲です。<br>大口径38cm砲四門から構成される迫力の四連装砲で、「Richelieu」級戦艦に装備されました。<br>同砲を熟成、改修した改良大口径主砲装備です。同クラスとしては圧倒的な火力を実現します。",
     _buildable = false,
+
  _info_en = "A battleship gun developed in the tricolor country.<br>A powerful quadruple mount that combines four 38 cm large caliber guns, equipped on the \"Richelieu-class\" battleships.<br>This is an improved large caliber gun mount, matured and modified. It achieves overwhelming firepower in its category.",
 +
  _wikipedia = "380 mm/45 Modèle 1935 gun",
 +
  _gun_fit_group = "FR 38 cm",
 +
  _buildable = false,
 +
  _improvements = {
 +
     _ammo = 480,
 +
     _bauxite = 180,
 +
     _fuel = 180,
 +
     _products = {
 +
      [false] = {
 +
        ["0"] = {
 +
          _development_material = 16,
 +
          _development_material_x = 18,
 +
          _equipment = {
 +
            ["41cm Twin Gun Mount"] = 3,
 +
          },
 +
          _improvement_material = 7,
 +
          _improvement_material_x = 8,
 +
        },
 +
        ["6"] = {
 +
          _development_material = 20,
 +
          _development_material_x = 24,
 +
          _equipment = {
 +
            ["Prototype 35.6cm Triple Gun Mount"] = 1,
 +
          },
 +
          _improvement_material = 8,
 +
          _improvement_material_x = 10,
 +
        },
 +
        _ships = {
 +
          ["Richelieu/Kai"] = {
 +
            Friday = true,
 +
            Monday = true,
 +
            Saturday = true,
 +
            Sunday = true,
 +
            Thursday = false,
 +
            Tuesday = false,
 +
            Wednesday = false,
 +
          },
 +
        },
 +
        _stars = false,
 +
      },
 +
     },
 +
     _steel = 800,
 +
  },
 
}
 
}
36,293

edits