• 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/Type124 ASDIC"

From Kancolle Wiki
Jump to navigation Jump to search
(GitHub Action)
 
Line 26: Line 26:
 
   _scrap_steel = 1,
 
   _scrap_steel = 1,
 
   _scrap_bauxite = 4,
 
   _scrap_bauxite = 4,
   _info = "早くから潜水艦との闘いを経験した紅茶の国の研究チーム、<br>Anti-Submarine Detection Investigation Committeeで<br>開発された対潜探知システムです。「ASDIC」と呼ばれた同シ<br>ステム群は進化を重ね、今日のアクティブソナーへと発展して<br>いきます。124型は大戦初期から運用されていた駆逐艦に搭載<br>されました。",
+
   _info = "早くから潜水艦との闘いを経験した紅茶の国の研究チーム、Anti-Submarine Detection Investigation Committeeで開発された対潜探知システムです。<br>「ASDIC」と呼ばれた同システム群は進化を重ね、今日のアクティブソナーへと発展していきます。<br>124型は大戦初期から運用されていた駆逐艦に搭載されました。",
 +
  _info_en = "An anti-submarine detection system developed by the research team, Anti-Submarine Detection Investigation Committee, from the country of tea that had early experience fighting submarines.<br>The system called \"ASDIC\" would evolve into modern active sonar.<br>The Type 124 was mounted on destroyers at the start of the Great War.",
 +
  _wikipedia = "ASDIC",
 
   _buildable = false,
 
   _buildable = false,
 
   _improvements = true,
 
   _improvements = true,
 
}
 
}

Latest revision as of 19:43, 6 May 2024

Documentation for this module may be created at Module:Data/Equipment/Type124 ASDIC/doc

return {
  _name = "Type124 ASDIC",
  _id = 260,
  _japanese_name = "Type124 ASDIC",
  _reading = nil,
  _type = 14,
  _icon = 18,
  _types = {7, 10, 14, 18, 0},
  _rarity = 3,
  _firepower = false,
  _bombing = false,
  _torpedo = false,
  _aa = false,
  _armor = false,
  _asw = 11,
  _shelling_accuracy = 2,
  _torpedo_accuracy = false,
  _evasion = 1,
  _los = false,
  _speed = false,
  _luck = false,
  _range = false,
  _special = false,
  _scrap_fuel = false,
  _scrap_ammo = false,
  _scrap_steel = 1,
  _scrap_bauxite = 4,
  _info = "早くから潜水艦との闘いを経験した紅茶の国の研究チーム、Anti-Submarine Detection Investigation Committeeで開発された対潜探知システムです。<br>「ASDIC」と呼ばれた同システム群は進化を重ね、今日のアクティブソナーへと発展していきます。<br>124型は大戦初期から運用されていた駆逐艦に搭載されました。",
  _info_en = "An anti-submarine detection system developed by the research team, Anti-Submarine Detection Investigation Committee, from the country of tea that had early experience fighting submarines.<br>The system called \"ASDIC\" would evolve into modern active sonar.<br>The Type 124 was mounted on destroyers at the start of the Great War.",
  _wikipedia = "ASDIC",
  _buildable = false,
  _improvements = true,
}