• 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/SG Radar (Late Model)"

From Kancolle Wiki
Jump to navigation Jump to search
(Created page with "return { _name = "SG Radar (Late Model)", _id = 456, _japanese_name = "SG レーダー(後期型)", _reading = nil, _type = 12, -- 5,8,12,11,0 _icon = 11, _rarit...")
 
 
(One intermediate revision by one other user not shown)
Line 4: Line 4:
 
   _japanese_name = "SG レーダー(後期型)",
 
   _japanese_name = "SG レーダー(後期型)",
 
   _reading = nil,
 
   _reading = nil,
   _type = 12, -- 5,8,12,11,0
+
   _type = 12,
 
   _icon = 11,
 
   _icon = 11,
 +
  _types = {5, 8, 12, 11, 0},
 
   _rarity = 5,
 
   _rarity = 5,
 
   _firepower = 2,
 
   _firepower = 2,
Line 20: Line 21:
 
   _luck = false,
 
   _luck = false,
 
   _range = 2,
 
   _range = 2,
  _flight_cost = false,
 
  _flight_range = false,
 
 
   _special = false,
 
   _special = false,
 
   _scrap_fuel = false,
 
   _scrap_fuel = false,
Line 27: Line 26:
 
   _scrap_steel = 15,
 
   _scrap_steel = 15,
 
   _scrap_bauxite = 22,
 
   _scrap_bauxite = 22,
 +
  _info = "米国で開発され、多くの水上艦艇に装備された実用的な対水上レーダー、その後期型です。<br>英国で開発された先進のレーダー技術を導入、独自の改良により発展完成した対水上及び低空警戒捜索レーダーをさらに改修調整、実用性と安定性が大きく向上した米海軍艦艇装備の標準的な対水上捜索レーダーです。",
 +
  _info_en = "A late-war model of the practical surface RADAR developed by the US and mounted on various surface combatants.<br>Originally based on RADAR technology obtained from the UK, its surface and low-altitude air search capabilities have been improved. A practical and stable RADAR that became the standard issue RADAR on all the USN's ships.",
 +
  _wikipedia = "SG radar",
 
   _buildable = false,
 
   _buildable = false,
   _info = "米国で開発され、多くの水上艦艇に装備された実用的な対水上<br>レーダー、その後期型です。<br>英国で開発された先進のレーダー技術を導入、独自の改良によ<br>り発展完成した対水上及び低空警戒捜索レーダーをさらに改修<br>調整、実用性と安定性が大きく向上した米海軍艦艇装備の標準<br>的な対水上捜索レーダーです。",
+
   _improvements = false,
 
}
 
}

Latest revision as of 21:40, 7 May 2024

Documentation for this module may be created at Module:Data/Equipment/SG Radar (Late Model)/doc

return {
  _name = "SG Radar (Late Model)",
  _id = 456,
  _japanese_name = "SG レーダー(後期型)",
  _reading = nil,
  _type = 12,
  _icon = 11,
  _types = {5, 8, 12, 11, 0},
  _rarity = 5,
  _firepower = 2,
  _bombing = false,
  _torpedo = false,
  _aa = 3,
  _armor = false,
  _asw = 4,
  _shelling_accuracy = 10,
  _torpedo_accuracy = false,
  _evasion = 6,
  _los = 9,
  _speed = false,
  _luck = false,
  _range = 2,
  _special = false,
  _scrap_fuel = false,
  _scrap_ammo = false,
  _scrap_steel = 15,
  _scrap_bauxite = 22,
  _info = "米国で開発され、多くの水上艦艇に装備された実用的な対水上レーダー、その後期型です。<br>英国で開発された先進のレーダー技術を導入、独自の改良により発展完成した対水上及び低空警戒捜索レーダーをさらに改修調整、実用性と安定性が大きく向上した米海軍艦艇装備の標準的な対水上捜索レーダーです。",
  _info_en = "A late-war model of the practical surface RADAR developed by the US and mounted on various surface combatants.<br>Originally based on RADAR technology obtained from the UK, its surface and low-altitude air search capabilities have been improved. A practical and stable RADAR that became the standard issue RADAR on all the USN's ships.",
  _wikipedia = "SG radar",
  _buildable = false,
  _improvements = false,
}