• 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/SK + SG Radar"

From Kancolle Wiki
Jump to navigation Jump to search
(GitHub Action)
 
Line 26: Line 26:
 
   _scrap_steel = 22,
 
   _scrap_steel = 22,
 
   _scrap_bauxite = 27,
 
   _scrap_bauxite = 27,
   _info = "紅茶の国のマイクロ波レーダー技術を導入、米国で開発・量産<br>された優れた艦艇搭載用水上レーダーであるSGレーダー。<br>これとSKレーダーの搭載は、早期対空監視、対空戦闘はもち<br>ろん、低空監視や対水上戦にも優れた能力を発揮します。",
+
   _info = "紅茶の国のマイクロ波レーダー技術を導入、米国で開発・量産された優れた艦艇搭載用水上レーダーであるSGレーダー。<br>これとSKレーダーの搭載は、早期対空監視、対空戦闘はもちろん、低空監視や対水上戦にも優れた能力を発揮します。",
 +
  _info_en = "The SG radar is an excellent shipborne surface radar that was developed and mass-produced in the United States, incorporating the microwave radar technology from the country of tea.<br>Equipped alongside an SK radar, it exhibits excellent capabilities not only for early anti-aircraft surveillance and anti-aircraft combat, but also for low-altitude surveillance and anti-surface warfare.",
 +
  _wikipedia = "SK radar",
 
   _buildable = false,
 
   _buildable = false,
 
   _improvements = true,
 
   _improvements = true,
 
}
 
}

Latest revision as of 07:35, 7 May 2024

Documentation for this module may be created at Module:Data/Equipment/SK + SG Radar/doc

return {
  _name = "SK + SG Radar",
  _id = 279,
  _japanese_name = "SK+SG レーダー",
  _reading = nil,
  _type = 13,
  _icon = 11,
  _types = {5, 8, 13, 11, 0},
  _rarity = 4,
  _firepower = 1,
  _bombing = false,
  _torpedo = false,
  _aa = 9,
  _armor = false,
  _asw = false,
  _shelling_accuracy = 4,
  _torpedo_accuracy = false,
  _evasion = 4,
  _los = 12,
  _speed = false,
  _luck = false,
  _range = 2,
  _special = false,
  _scrap_fuel = false,
  _scrap_ammo = false,
  _scrap_steel = 22,
  _scrap_bauxite = 27,
  _info = "紅茶の国のマイクロ波レーダー技術を導入、米国で開発・量産された優れた艦艇搭載用水上レーダーであるSGレーダー。<br>これとSKレーダーの搭載は、早期対空監視、対空戦闘はもちろん、低空監視や対水上戦にも優れた能力を発揮します。",
  _info_en = "The SG radar is an excellent shipborne surface radar that was developed and mass-produced in the United States, incorporating the microwave radar technology from the country of tea.<br>Equipped alongside an SK radar, it exhibits excellent capabilities not only for early anti-aircraft surveillance and anti-aircraft combat, but also for low-altitude surveillance and anti-surface warfare.",
  _wikipedia = "SK radar",
  _buildable = false,
  _improvements = true,
}