• 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 (3 revisions imported)
(GitHub Action)
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,
 
   _firepower = 1,
 
   _firepower = 1,
Line 22: 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 29: Line 26:
 
   _scrap_steel = 15,
 
   _scrap_steel = 15,
 
   _scrap_bauxite = 20,
 
   _scrap_bauxite = 20,
 +
  _info = "米国で開発され、多くの水上艦艇に装備された実用的な対水上<br>レーダーです。<br>紅茶の国で開発された進んだレーダー技術を導入、さらに独自<br>の改良を加え、発展していった標準的かつ実用的な対水上及び<br>低空警戒捜索レーダー、その初期型です。",
 
   _buildable = false,
 
   _buildable = false,
   _info = "米国で開発され、多くの水上艦艇に装備された実用的な対水上レーダーです。<br>紅茶の国で開発された進んだレーダー技術を導入、さらに独自の改良を加え、発展していった標準的かつ実用的な対水上及び低空警戒捜索レーダー、その初期型です。",
+
   _improvements = true,
 
}
 
}

Revision as of 13:00, 9 September 2022

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,
  _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>レーダーです。<br>紅茶の国で開発された進んだレーダー技術を導入、さらに独自<br>の改良を加え、発展していった標準的かつ実用的な対水上及び<br>低空警戒捜索レーダー、その初期型です。",
  _buildable = false,
  _improvements = true,
}