• 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
com>Ckwng
 
(12 intermediate revisions by 5 users not shown)
Line 1: Line 1:
--Categories:
+
return {
--[[Category:Equipment modules]]
+
  _name = "15m Duplex Rangefinder + Type 21 Radar Kai 2",
 
+
  _id = 142,
local _15m_Duplex_Rangefinder_No_21_Radar_Kai_Ni = {
+
  _japanese_name = "15m二重測距儀+21号電探改二",
_name = "15m Duplex Rangefinder + Type 21 Radar Kai Ni",
+
  _reading = "15メートルにじゅうそっきょぎ+21ごうでんたんかいに",
_strict_name = "15m Duplex Rangefinder + No. 21 Radar Kai Ni",
+
  _type = 93,
_page = false,
+
  _icon = 11,
_id = 142,
+
  _types = {5, 8, 13, 11, 0},
_japanese_name = "15m二重測距儀+21号電探改二",
+
  _rarity = 4,
_reading = "15メートルにじゅうそっきょぎ+21ごうでんたんかいに",
+
  _firepower = 1,
_type = 93,
+
  _bombing = false,
_icon = 11,
+
  _torpedo = false,
_rarity = 4,
+
  _aa = 8,
_card = "Equipment142-1.png",
+
  _armor = 1,
_firepower = 1,
+
  _asw = false,
_bombing = false,
+
  _shelling_accuracy = 9,
_torpedo = false,
+
  _torpedo_accuracy = false,
_aa = 8,
+
  _evasion = 1,
_armor = 1,
+
  _los = 7,
_asw = false,
+
  _speed = false,
_shelling_accuracy = 9,
+
  _luck = false,
_torpedo_accuracy = false,
+
  _range = false,
_evasion = 1,
+
  _special = false,
_los = 7,
+
  _scrap_fuel = false,
_speed = false,
+
  _scrap_ammo = false,
_luck = false,
+
  _scrap_steel = 26,
_range = false,
+
  _scrap_bauxite = 28,
_special = false,
+
  _version = 3,
_scrap_fuel = false,
+
  _info = "大和型戦艦のために開発された射撃&電探兵装です。<br>特注の大型光学15m二重測距儀と、その上に熟練した技術者が調整を重ねた精度の高い21号対空電探を配しています。<br>大型かつ重量もあるため、戦艦の艦橋上部構造物のみに装備可能な光学及び電波兵装です。",
_scrap_ammo = false,
+
  _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.",
_scrap_steel = 26,
+
  _wikipedia = "Rangefinder",
_scrap_bauxite = 28,
+
  _buildable = false,
_buildable = false,
+
  _improvements = true,
_upgradable = false,
 
 
}
 
}
 
return _15m_Duplex_Rangefinder_No_21_Radar_Kai_Ni
 

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,
}