• 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/Type 22 Surface Radar Kai 4 (Calibrated Late Model)"

From Kancolle Wiki
Jump to navigation Jump to search
m (4 revisions imported)
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
--Categories:
 
--[[Category:Equipment modules]]
 
 
 
return {
 
return {
    _name = "Type 22 Surface Radar Kai 4 (Calibrated Late Model)",
+
  _name = "Type 22 Surface Radar Kai 4 (Calibrated Late Model)",
    _id = 240,
+
  _id = 240,
    _japanese_name = "22号対水上電探改四(後期調整型)",
+
  _japanese_name = "22号対水上電探改四(後期調整型)",
    _reading = nil,
+
  _reading = nil,
    _type = 12, -- 5,8,12,11,0
+
  _type = 12,
    _icon = 11,
+
  _icon = 11,
    _rarity = 4,
+
  _types = {5, 8, 12, 11, 0},
    _firepower = 1,
+
  _rarity = 4,
    _bombing = false,
+
  _firepower = 1,
    _torpedo = false,
+
  _bombing = false,
    _aa = false,
+
  _torpedo = false,
    _armor = false,
+
  _aa = false,
    _asw = 2,
+
  _armor = false,
    _shelling_accuracy = 9,
+
  _asw = 2,
    _torpedo_accuracy = false,
+
  _shelling_accuracy = 9,
    _evasion = false,
+
  _torpedo_accuracy = false,
    _los = 7,
+
  _evasion = false,
    _speed = false,
+
  _los = 7,
    _luck = false,
+
  _speed = false,
    _range = false,
+
  _luck = false,
    _flight_cost = false,
+
  _range = false,
    _flight_range = false,
+
  _special = false,
    _special = false,
+
  _scrap_fuel = false,
    _scrap_fuel = false,
+
  _scrap_ammo = false,
    _scrap_ammo = false,
+
  _scrap_steel = 16,
    _scrap_steel = 16,
+
  _scrap_bauxite = 17,
    _scrap_bauxite = 17,
+
  _version = 2,
    _buildable = false,
+
  _info = "実戦運用された電探二号電波探信儀二型の改良型です。<br>新型受信機や様々な改良により、性能と安定性が向上、実効力のあるレーダー射撃精度も可能となりました。<br>本装備は改良型受信機への換装と各調整を施した、後期性能向上型対水上電探です。",
    _info = "実戦運用された電探二号電波探信儀二型の改良型です。<br>新型受信機や様々な改良により、性能と安定性が向上、<br>実効力のあるレーダー射撃精度も可能となりました。<br>本装備は改良型受信機への換装と各調整を施した、後期<br>性能向上型対水上電探です。",
+
  _info_en = "This is an improved version of the Type 22 radar that was used in the war.<br>New receivers and other improvements have improved its performance and stability. It is more effective at accurately guiding fire.<br>This radar is an improved late-model surface radar that has had a better receiver mounted and lots of tuning done.",
 +
  _buildable = false,
 +
  _improvements = true,
 
}
 
}

Latest revision as of 16:22, 6 May 2024

return {
  _name = "Type 22 Surface Radar Kai 4 (Calibrated Late Model)",
  _id = 240,
  _japanese_name = "22号対水上電探改四(後期調整型)",
  _reading = nil,
  _type = 12,
  _icon = 11,
  _types = {5, 8, 12, 11, 0},
  _rarity = 4,
  _firepower = 1,
  _bombing = false,
  _torpedo = false,
  _aa = false,
  _armor = false,
  _asw = 2,
  _shelling_accuracy = 9,
  _torpedo_accuracy = false,
  _evasion = false,
  _los = 7,
  _speed = false,
  _luck = false,
  _range = false,
  _special = false,
  _scrap_fuel = false,
  _scrap_ammo = false,
  _scrap_steel = 16,
  _scrap_bauxite = 17,
  _version = 2,
  _info = "実戦運用された電探二号電波探信儀二型の改良型です。<br>新型受信機や様々な改良により、性能と安定性が向上、実効力のあるレーダー射撃精度も可能となりました。<br>本装備は改良型受信機への換装と各調整を施した、後期性能向上型対水上電探です。",
  _info_en = "This is an improved version of the Type 22 radar that was used in the war.<br>New receivers and other improvements have improved its performance and stability. It is more effective at accurately guiding fire.<br>This radar is an improved late-model surface radar that has had a better receiver mounted and lots of tuning done.",
  _buildable = false,
  _improvements = true,
}