• 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/12.7cm Twin High-angle Gun Mount (Late Model)"

From Kancolle Wiki
Jump to navigation Jump to search
(GitHub Action)
 
Line 28: Line 28:
 
   _scrap_bauxite = false,
 
   _scrap_bauxite = false,
 
   _version = 2,
 
   _version = 2,
   _info = "標準的な対空高角砲の後期改良型です。<br>量産に向いた構造で経済性も高く、量産両用砲として優れた性<br>能を誇ります。課題のひとつである旋回速度等も改善された、<br>頼りになる対空火器です。",
+
   _info = "標準的な対空高角砲の後期改良型です。<br>量産に向いた構造で経済性も高く、量産両用砲として優れた性能を誇ります。<br>課題のひとつである旋回速度等も改善された、頼りになる対空火器です。",
 +
  _info_en = "A late-model, improved version of the standard anti-air high-angle gun.<br>It had a design that lent itself to mass production and low costs. This resulted in a mass-produced high-angle gun that boasted good performance.<br>It is a reliable anti-air weapon that has improved rotation speed.",
 
   _wikipedia = "12.7 cm/40 Type 89 naval gun",
 
   _wikipedia = "12.7 cm/40 Type 89 naval gun",
 
   _buildable = false,
 
   _buildable = false,

Latest revision as of 16:10, 5 May 2024

Documentation for this module may be created at Module:Data/Equipment/12.7cm Twin High-angle Gun Mount (Late Model)/doc

return {
  _name = "12.7cm Twin High-angle Gun Mount (Late Model)",
  _id = 91,
  _japanese_name = "12.7cm連装高角砲(後期型)",
  _reading = "12.7せんちれんそうこうかくほう(こうきがた)",
  _type = 1,
  _icon = 16,
  _types = {1, 2, 1, 16, 0},
  _rarity = 1,
  _back = 2,
  _firepower = 2,
  _bombing = false,
  _torpedo = false,
  _aa = 5,
  _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 = false,
  _version = 2,
  _info = "標準的な対空高角砲の後期改良型です。<br>量産に向いた構造で経済性も高く、量産両用砲として優れた性能を誇ります。<br>課題のひとつである旋回速度等も改善された、頼りになる対空火器です。",
  _info_en = "A late-model, improved version of the standard anti-air high-angle gun.<br>It had a design that lent itself to mass production and low costs. This resulted in a mass-produced high-angle gun that boasted good performance.<br>It is a reliable anti-air weapon that has improved rotation speed.",
  _wikipedia = "12.7 cm/40 Type 89 naval gun",
  _buildable = false,
  _improvements = {
    _ammo = 50,
    _bauxite = 30,
    _fuel = 10,
    _products = {
      [false] = {
        ["0"] = {
          _development_material = 3,
          _development_material_x = 3,
          _equipment = {
            ["12.7cm Twin High-angle Gun Mount"] = 1,
          },
          _improvement_material = 2,
          _improvement_material_x = 3,
        },
        ["6"] = {
          _development_material = 4,
          _development_material_x = 5,
          _equipment = {
            [true] = 1,
          },
          _improvement_material = 3,
          _improvement_material_x = 4,
        },
        _ships = {
          ["Naka/Kai Ni"] = {
            Friday = true,
            Monday = false,
            Saturday = true,
            Sunday = true,
            Thursday = true,
            Tuesday = false,
            Wednesday = false,
          },
          ["Tenryuu/Kai Ni"] = {
            Friday = true,
            Monday = true,
            Saturday = true,
            Sunday = true,
            Thursday = true,
            Tuesday = true,
            Wednesday = true,
          },
        },
        _stars = false,
      },
    },
    _steel = 80,
  },
}