• 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
(Created page with "--Categories: --Category:Equipment modules return { _name = "Type124 ASDIC", _id = 260, _japanese_name = "Type124 ASDIC", _reading = nil, _type = 14, ...")
 
(GitHub Action)
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
--Categories:
 
--[[Category:Equipment modules]]
 
 
 
return {
 
return {
    _name = "Type124 ASDIC",
+
  _name = "Type124 ASDIC",
    _id = 260,
+
  _id = 260,
    _japanese_name = "Type124 ASDIC",
+
  _japanese_name = "Type124 ASDIC",
    _reading = nil,
+
  _reading = nil,
    _type = 14, -- 7,10,14,18,0
+
  _type = 14,
    _icon = 18,
+
  _icon = 18,
    _rarity = 3,
+
  _types = {7, 10, 14, 18, 0},
    _firepower = false,
+
  _rarity = 3,
    _bombing = false,
+
  _firepower = false,
    _torpedo = false,
+
  _bombing = false,
    _aa = false,
+
  _torpedo = false,
    _armor = false,
+
  _aa = false,
    _asw = 11,
+
  _armor = false,
    _shelling_accuracy = 2,
+
  _asw = 11,
    _torpedo_accuracy = false,
+
  _shelling_accuracy = 2,
    _evasion = 1,
+
  _torpedo_accuracy = false,
    _los = false,
+
  _evasion = 1,
    _speed = false,
+
  _los = false,
    _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 = 1,
    _scrap_steel = 1,
+
  _scrap_bauxite = 4,
    _scrap_bauxite = 4,
+
  _info = "早くから潜水艦との闘いを経験した紅茶の国の研究チーム、<br>Anti-Submarine Detection Investigation Committeeで<br>開発された対潜探知システムです。「ASDIC」と呼ばれた同シ<br>ステム群は進化を重ね、今日のアクティブソナーへと発展して<br>いきます。124型は大戦初期から運用されていた駆逐艦に搭載<br>されました。",
    _buildable = false,
+
  _buildable = false,
 +
  _improvements = true,
 
}
 
}

Revision as of 13:07, 9 September 2022

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 = "早くから潜水艦との闘いを経験した紅茶の国の研究チーム、<br>Anti-Submarine Detection Investigation Committeeで<br>開発された対潜探知システムです。「ASDIC」と呼ばれた同シ<br>ステム群は進化を重ね、今日のアクティブソナーへと発展して<br>いきます。124型は大戦初期から運用されていた駆逐艦に搭載<br>されました。",
  _buildable = false,
  _improvements = true,
}