• 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 (Initial Model)"

From Kancolle Wiki
Jump to navigation Jump to search
m (Botkaze moved page Module:SG Radar (Initial Model) to Module:Data/Equipment/SG Radar (Initial Model) without leaving a redirect)
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
-- [[Category:Equipment modules]]
 
 
 
return {
 
return {
 
   _name = "SG Radar (Initial Model)",
 
   _name = "SG Radar (Initial Model)",
Line 6: Line 4:
 
   _japanese_name = "SG レーダー(初期型)",
 
   _japanese_name = "SG レーダー(初期型)",
 
   _reading = "SG レーダー(しょきがた)",
 
   _reading = "SG レーダー(しょきがた)",
   _type = 12, -- 5,8,12,11,0
+
   _type = 12,
 
   _icon = 11,
 
   _icon = 11,
 +
  _types = {5, 8, 12, 11, 0},
 
   _rarity = 3,
 
   _rarity = 3,
 +
  _back = 4,
 
   _firepower = 1,
 
   _firepower = 1,
 
   _bombing = false,
 
   _bombing = false,
Line 22: Line 22:
 
   _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 29: Line 27:
 
   _scrap_steel = 15,
 
   _scrap_steel = 15,
 
   _scrap_bauxite = 20,
 
   _scrap_bauxite = 20,
 +
  _info = "米国で開発され、多くの水上艦艇に装備された実用的な対水上レーダーです。<br>紅茶の国で開発された進んだレーダー技術を導入、さらに独自の改良を加え、発展していった標準的かつ実用的な対水上及び低空警戒捜索レーダー、その初期型です。",
 +
  _info_en = "A practical surface radar that was developed in the United States and mounted on many surface ships.<br>This is an initial model of standardized and practical surface as well as low altitude radars which were developed from advanced radar technology from the land of black tea that was subsequently improved independently.",
 +
  _wikipedia = "SG radar",
 
   _buildable = false,
 
   _buildable = false,
   _info = "米国で開発され、多くの水上艦艇に装備された実用的な対水上レーダーです。<br>紅茶の国で開発された進んだレーダー技術を導入、さらに独自の改良を加え、発展していった標準的かつ実用的な対水上及び低空警戒捜索レーダー、その初期型です。",
+
   _improvements = true,
 
}
 
}

Latest revision as of 10:04, 7 May 2024

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

return {
  _name = "SG Radar (Initial Model)",
  _id = 315,
  _japanese_name = "SG レーダー(初期型)",
  _reading = "SG レーダー(しょきがた)",
  _type = 12,
  _icon = 11,
  _types = {5, 8, 12, 11, 0},
  _rarity = 3,
  _back = 4,
  _firepower = 1,
  _bombing = false,
  _torpedo = false,
  _aa = 3,
  _armor = false,
  _asw = 3,
  _shelling_accuracy = 8,
  _torpedo_accuracy = false,
  _evasion = 6,
  _los = 8,
  _speed = false,
  _luck = false,
  _range = 2,
  _special = false,
  _scrap_fuel = false,
  _scrap_ammo = false,
  _scrap_steel = 15,
  _scrap_bauxite = 20,
  _info = "米国で開発され、多くの水上艦艇に装備された実用的な対水上レーダーです。<br>紅茶の国で開発された進んだレーダー技術を導入、さらに独自の改良を加え、発展していった標準的かつ実用的な対水上及び低空警戒捜索レーダー、その初期型です。",
  _info_en = "A practical surface radar that was developed in the United States and mounted on many surface ships.<br>This is an initial model of standardized and practical surface as well as low altitude radars which were developed from advanced radar technology from the land of black tea that was subsequently improved independently.",
  _wikipedia = "SG radar",
  _buildable = false,
  _improvements = true,
}