• 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/130mm B-13 Twin Gun Mount"

From Kancolle Wiki
Jump to navigation Jump to search
(GitHub Action)
 
Line 26: Line 26:
 
   _scrap_steel = 3,
 
   _scrap_steel = 3,
 
   _scrap_bauxite = false,
 
   _scrap_bauxite = false,
   _info = "北の国の小型艦艇用の主砲です。<br>優れた火力を持つ本砲は大型の嚮導駆逐艦などにも装備され、<br>対陸上砲撃などでも成果を上げました。<br>урааааааа!",
+
   _info = "北の国の小型艦艇用の主砲です。<br>優れた火力を持つ本砲は大型の嚮導駆逐艦などにも装備され、対陸上砲撃などでも成果を上げました。<br>урааааааа!",
 +
  _info_en = "A main gun for small-sized ships from a Northern country.<br>This gun had good firepower and was mounted on large-sized destroyer leaders. It was also used successfully to shell land targets.<br>Hurrah!",
 +
  _wikipedia = "130 mm/50 B13 Pattern 1936",
 
   _buildable = false,
 
   _buildable = false,
 
   _improvements = {
 
   _improvements = {

Latest revision as of 07:39, 7 May 2024

Documentation for this module may be created at Module:Data/Equipment/130mm B-13 Twin Gun Mount/doc

return {
  _name = "130mm B-13 Twin Gun Mount",
  _id = 282,
  _japanese_name = "130mm B-13連装砲",
  _reading = nil,
  _type = 1,
  _icon = 1,
  _types = {1, 1, 1, 1, 0},
  _rarity = 3,
  _firepower = 4,
  _bombing = false,
  _torpedo = false,
  _aa = 1,
  _armor = 1,
  _asw = false,
  _shelling_accuracy = false,
  _torpedo_accuracy = false,
  _evasion = false,
  _los = false,
  _speed = false,
  _luck = false,
  _range = 1,
  _special = false,
  _scrap_fuel = false,
  _scrap_ammo = 2,
  _scrap_steel = 3,
  _scrap_bauxite = false,
  _info = "北の国の小型艦艇用の主砲です。<br>優れた火力を持つ本砲は大型の嚮導駆逐艦などにも装備され、対陸上砲撃などでも成果を上げました。<br>урааааааа!",
  _info_en = "A main gun for small-sized ships from a Northern country.<br>This gun had good firepower and was mounted on large-sized destroyer leaders. It was also used successfully to shell land targets.<br>Hurrah!",
  _wikipedia = "130 mm/50 B13 Pattern 1936",
  _buildable = false,
  _improvements = {
    _ammo = 90,
    _bauxite = 50,
    _fuel = 40,
    _products = {
      [false] = {
        ["0"] = {
          _development_material = 8,
          _development_material_x = 9,
          _equipment = {
            ["12.7cm Twin Gun Mount"] = 3,
          },
          _improvement_material = 5,
          _improvement_material_x = 6,
        },
        ["6"] = {
          _development_material = 9,
          _development_material_x = 13,
          _equipment = {
            ["14cm Single Gun Mount"] = 4,
          },
          _improvement_material = 7,
          _improvement_material_x = 9,
        },
        _ships = {
          ["Tashkent/"] = {
            Friday = true,
            Monday = true,
            Saturday = true,
            Sunday = true,
            Thursday = true,
            Tuesday = true,
            Wednesday = true,
          },
          ["Tashkent/Kai"] = {
            Friday = true,
            Monday = true,
            Saturday = true,
            Sunday = true,
            Thursday = true,
            Tuesday = true,
            Wednesday = true,
          },
        },
      },
    },
    _steel = 190,
  },
}