• 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/15m Duplex Rangefinder + Type 21 Radar Kai 2"

From Kancolle Wiki
Jump to navigation Jump to search
(GitHub Action)
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
return {
 
return {
   _name = "15m Duplex Rangefinder + Type 21 Radar Kai Ni",
+
   _name = "15m Duplex Rangefinder + Type 21 Radar Kai 2",
 
   _id = 142,
 
   _id = 142,
 
   _japanese_name = "15m二重測距儀+21号電探改二",
 
   _japanese_name = "15m二重測距儀+21号電探改二",
 
   _reading = "15メートルにじゅうそっきょぎ+21ごうでんたんかいに",
 
   _reading = "15メートルにじゅうそっきょぎ+21ごうでんたんかいに",
   _type = 13,
+
   _type = 93,
 
   _icon = 11,
 
   _icon = 11,
 
   _types = {5, 8, 13, 11, 0},
 
   _types = {5, 8, 13, 11, 0},
Line 27: Line 27:
 
   _scrap_bauxite = 28,
 
   _scrap_bauxite = 28,
 
   _version = 3,
 
   _version = 3,
   _info = "大和型戦艦のために開発された射撃&電探兵装です。<br>特注の大型光学15m二重測距儀と、その上に熟練した技術者<br>が調整を重ねた精度の高い21号対空電探を配しています。大<br>型かつ重量もあるため、戦艦の艦橋上部構造物のみに装備可能<br>な光学及び電波兵装です。",
+
   _info = "大和型戦艦のために開発された射撃&電探兵装です。<br>特注の大型光学15m二重測距儀と、その上に熟練した技術者が調整を重ねた精度の高い21号対空電探を配しています。<br>大型かつ重量もあるため、戦艦の艦橋上部構造物のみに装備可能な光学及び電波兵装です。",
 +
  _info_en = "A radar that was made mainly for the Yamato-class.<br>It uses its 15 m long optical to find the distance between yourself and the enemy, and includes an improved model of the type 21 anti-air radar.<br>''Owing to its size, this radar can only be equipped on battleships and needs to be mounted on the upper bridge of the ship.",
 
   _wikipedia = "Rangefinder",
 
   _wikipedia = "Rangefinder",
 
   _buildable = false,
 
   _buildable = false,
 
   _improvements = true,
 
   _improvements = true,
 
}
 
}

Latest revision as of 08:56, 6 May 2024

Documentation for this module may be created at Module:Data/Equipment/15m Duplex Rangefinder + Type 21 Radar Kai 2/doc

return {
  _name = "15m Duplex Rangefinder + Type 21 Radar Kai 2",
  _id = 142,
  _japanese_name = "15m二重測距儀+21号電探改二",
  _reading = "15メートルにじゅうそっきょぎ+21ごうでんたんかいに",
  _type = 93,
  _icon = 11,
  _types = {5, 8, 13, 11, 0},
  _rarity = 4,
  _firepower = 1,
  _bombing = false,
  _torpedo = false,
  _aa = 8,
  _armor = 1,
  _asw = false,
  _shelling_accuracy = 9,
  _torpedo_accuracy = false,
  _evasion = 1,
  _los = 7,
  _speed = false,
  _luck = false,
  _range = false,
  _special = false,
  _scrap_fuel = false,
  _scrap_ammo = false,
  _scrap_steel = 26,
  _scrap_bauxite = 28,
  _version = 3,
  _info = "大和型戦艦のために開発された射撃&電探兵装です。<br>特注の大型光学15m二重測距儀と、その上に熟練した技術者が調整を重ねた精度の高い21号対空電探を配しています。<br>大型かつ重量もあるため、戦艦の艦橋上部構造物のみに装備可能な光学及び電波兵装です。",
  _info_en = "A radar that was made mainly for the Yamato-class.<br>It uses its 15 m long optical to find the distance between yourself and the enemy, and includes an improved model of the type 21 anti-air radar.<br>''Owing to its size, this radar can only be equipped on battleships and needs to be mounted on the upper bridge of the ship.",
  _wikipedia = "Rangefinder",
  _buildable = false,
  _improvements = true,
}