• 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/Type 96 150cm Searchlight"

From Kancolle Wiki
Jump to navigation Jump to search
(GitHub Action)
 
Line 26: Line 26:
 
   _scrap_steel = 1,
 
   _scrap_steel = 1,
 
   _scrap_bauxite = 3,
 
   _scrap_bauxite = 3,
   _info = "戦艦装備用の大型探照灯です。<br>夜戦時に敵に照射することで味方艦隊の攻撃を支援できます<br>が、照射艦は敵艦隊からの集中攻撃を浴びるリスクがありま<br>す。<br>(戦艦級のみが装備可能です)",
+
   _info = "戦艦装備用の大型探照灯です。<br>夜戦時に敵に照射することで味方艦隊の攻撃を支援できますが、照射艦は敵艦隊からの集中攻撃を浴びるリスクがあります。<br>(戦艦級のみが装備可能です)",
 +
  _info_en = "Large-scale searchlight fitted for battleships.<br>Shining the searchlight at the enemy can assist friendly ship's attacks during the night battle, but there is risk of having the enemy focus their fire on the user.<br>(Only battleships may equip this)",
 +
  _wikipedia = "Searchlight",
 
   _buildable = false,
 
   _buildable = false,
 
   _improvements = {
 
   _improvements = {

Latest revision as of 08:52, 6 May 2024

Documentation for this module may be created at Module:Data/Equipment/Type 96 150cm Searchlight/doc

return {
  _name = "Type 96 150cm Searchlight",
  _id = 140,
  _japanese_name = "96式150cm探照灯",
  _reading = "96しき150センチたんしょうとう",
  _type = 42,
  _icon = 24,
  _types = {8, 18, 42, 24, 0},
  _rarity = 3,
  _firepower = false,
  _bombing = false,
  _torpedo = false,
  _aa = 1,
  _armor = false,
  _asw = false,
  _shelling_accuracy = false,
  _torpedo_accuracy = false,
  _evasion = false,
  _los = 3,
  _speed = false,
  _luck = false,
  _range = false,
  _special = "Provides bonuses in night battle",
  _scrap_fuel = false,
  _scrap_ammo = false,
  _scrap_steel = 1,
  _scrap_bauxite = 3,
  _info = "戦艦装備用の大型探照灯です。<br>夜戦時に敵に照射することで味方艦隊の攻撃を支援できますが、照射艦は敵艦隊からの集中攻撃を浴びるリスクがあります。<br>(戦艦級のみが装備可能です)",
  _info_en = "Large-scale searchlight fitted for battleships.<br>Shining the searchlight at the enemy can assist friendly ship's attacks during the night battle, but there is risk of having the enemy focus their fire on the user.<br>(Only battleships may equip this)",
  _wikipedia = "Searchlight",
  _buildable = false,
  _improvements = {
    _ammo = false,
    _bauxite = 30,
    _fuel = 20,
    _products = {
      [false] = {
        ["0"] = {
          _development_material = 4,
          _development_material_x = 5,
          _equipment = {
            Searchlight = 1,
          },
          _improvement_material = 3,
          _improvement_material_x = 4,
        },
        ["6"] = {
          _development_material = 5,
          _development_material_x = 10,
          _equipment = {
            Searchlight = 1,
          },
          _improvement_material = 3,
          _improvement_material_x = 7,
        },
        _ships = {
          ["Hiei/"] = {
            Friday = true,
            Monday = true,
            Saturday = true,
            Sunday = true,
            Thursday = false,
            Tuesday = false,
            Wednesday = false,
          },
          ["Hiei/Kai"] = {
            Friday = true,
            Monday = true,
            Saturday = true,
            Sunday = true,
            Thursday = false,
            Tuesday = false,
            Wednesday = false,
          },
          ["Hiei/Kai Ni"] = {
            Friday = true,
            Monday = true,
            Saturday = true,
            Sunday = true,
            Thursday = false,
            Tuesday = false,
            Wednesday = false,
          },
          ["Hiei/Kai Ni C"] = {
            Friday = true,
            Monday = true,
            Saturday = true,
            Sunday = true,
            Thursday = false,
            Tuesday = false,
            Wednesday = false,
          },
          ["Kirishima/"] = {
            Friday = true,
            Monday = false,
            Saturday = false,
            Sunday = false,
            Thursday = true,
            Tuesday = true,
            Wednesday = true,
          },
          ["Kirishima/Kai"] = {
            Friday = true,
            Monday = false,
            Saturday = false,
            Sunday = false,
            Thursday = true,
            Tuesday = true,
            Wednesday = true,
          },
          ["Kirishima/Kai Ni"] = {
            Friday = true,
            Monday = false,
            Saturday = false,
            Sunday = false,
            Thursday = true,
            Tuesday = true,
            Wednesday = true,
          },
        },
      },
    },
    _steel = 70,
  },
}