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

From Kancolle Wiki
Jump to navigation Jump to search
m
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
--Categories:
 
--[[Category:Equipment modules]]
 
 
 
return {
 
return {
    _name = "Type144/147 ASDIC",
+
  _name = "Type144/147 ASDIC",
    _asset_name = "Type144 147 ASDIC",
+
  _id = 261,
    _id = 261,
+
  _japanese_name = "Type144/147 ASDIC",
    _japanese_name = "Type144/147 ASDIC",
+
  _reading = false,
    _reading = false,
+
  _type = 14,
    _type = 14, -- 7,10,14,18,0
+
  _icon = 18,
    _icon = 18,
+
  _types = {7, 10, 14, 18, 0},
    _rarity = 4,
+
  _rarity = 4,
    _firepower = false,
+
  _firepower = false,
    _bombing = false,
+
  _bombing = false,
    _torpedo = false,
+
  _torpedo = false,
    _aa = false,
+
  _aa = false,
    _armor = false,
+
  _armor = false,
    _asw = 13,
+
  _asw = 13,
    _shelling_accuracy = 3,
+
  _shelling_accuracy = 3,
    _torpedo_accuracy = false,
+
  _torpedo_accuracy = false,
    _evasion = 1,
+
  _evasion = 1,
    _los = false,
+
  _los = false,
    _speed = false,
+
  _speed = false,
    _luck = false,
+
  _luck = false,
    _range = false,
+
  _range = false,
    _flight_cost = false,
+
  _special = false,
    _flight_range = false,
+
  _scrap_fuel = false,
    _special = false,
+
  _scrap_ammo = false,
    _scrap_fuel = false,
+
  _scrap_steel = 1,
    _scrap_ammo = false,
+
  _scrap_bauxite = 5,
    _scrap_steel = 1,
+
  _info = "紅茶の国で開発された対潜探知システム「ASDIC」。<br>その改良発展型です。<br>我が水中探信儀にあたるシステムですが、対潜探知技術の蓄積と144型と147型の複合装備により、精度が大きく向上しています。<br>ヘッジホッグやスキッドなどの進んだ対潜火器と組み合わせることで、より強力なASW(対潜戦)が可能となります。",
    _scrap_bauxite = 5,
+
  _info_en = "The anti-submarine detection system developed in the country of tea, \"ASDIC\".<br>This is an improved model.<br>Although it is analogous to our active sonars, the anti-submarine detection technology implemented makes the Type 144 and Type 147 have superior accuracy.<br>By pairing it with advanced anti-submarine equipment such as the Hedgehog and the Squid, you can have more powerful ASW attacks.",
    _buildable = false,
+
  _wikipedia = "ASDIC",
 +
  _buildable = false,
 +
  _improvements = false,
 
}
 
}

Latest revision as of 06:24, 7 May 2024

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

return {
  _name = "Type144/147 ASDIC",
  _id = 261,
  _japanese_name = "Type144/147 ASDIC",
  _reading = false,
  _type = 14,
  _icon = 18,
  _types = {7, 10, 14, 18, 0},
  _rarity = 4,
  _firepower = false,
  _bombing = false,
  _torpedo = false,
  _aa = false,
  _armor = false,
  _asw = 13,
  _shelling_accuracy = 3,
  _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 = 5,
  _info = "紅茶の国で開発された対潜探知システム「ASDIC」。<br>その改良発展型です。<br>我が水中探信儀にあたるシステムですが、対潜探知技術の蓄積と144型と147型の複合装備により、精度が大きく向上しています。<br>ヘッジホッグやスキッドなどの進んだ対潜火器と組み合わせることで、より強力なASW(対潜戦)が可能となります。",
  _info_en = "The anti-submarine detection system developed in the country of tea, \"ASDIC\".<br>This is an improved model.<br>Although it is analogous to our active sonars, the anti-submarine detection technology implemented makes the Type 144 and Type 147 have superior accuracy.<br>By pairing it with advanced anti-submarine equipment such as the Hedgehog and the Squid, you can have more powerful ASW attacks.",
  _wikipedia = "ASDIC",
  _buildable = false,
  _improvements = false,
}