• 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/Lightweight ASW Torpedo (Initial Test Model)"

From Kancolle Wiki
Jump to navigation Jump to search
m
 
(5 intermediate revisions by 3 users not shown)
Line 1: Line 1:
-- [[Category:Equipment modules]]
 
 
 
return {
 
return {
 
   _name = "Lightweight ASW Torpedo (Initial Test Model)",
 
   _name = "Lightweight ASW Torpedo (Initial Test Model)",
Line 6: Line 4:
 
   _japanese_name = "対潜短魚雷(試作初期型)",
 
   _japanese_name = "対潜短魚雷(試作初期型)",
 
   _reading = nil,
 
   _reading = nil,
   _type = 15, -- 7,32,15,17,0
+
   _type = 15,
 
   _icon = 17,
 
   _icon = 17,
 +
  _types = {7, 32, 15, 17, 0},
 
   _rarity = 6,
 
   _rarity = 6,
 
   _firepower = false,
 
   _firepower = false,
Line 22: Line 21:
 
   _luck = false,
 
   _luck = false,
 
   _range = false,
 
   _range = false,
  _flight_cost = false,
 
  _flight_range = false,
 
 
   _special = false,
 
   _special = false,
 
   _scrap_fuel = 2,
 
   _scrap_fuel = 2,
Line 29: Line 26:
 
   _scrap_steel = 2,
 
   _scrap_steel = 2,
 
   _scrap_bauxite = 5,
 
   _scrap_bauxite = 5,
 +
  _info = "現代の水上艦装備の対潜兵装としても運用されている新世代の対潜誘導魚雷、その先行初期型です。<br>爆雷に替わる新世代の対潜兵装として米国で開発された、音響ホーミング形式の対潜魚雷、そのごく初期型です。<br>その後、年月と様々な改良が加えられ、進化発展していきます。",
 +
  _info_en = "An early predecessor of the next-generation anti-submarine guided torpedo that is used by modern surface combatants as an ASW weapon.<br>This is an extremely early model acoustic homing ASW torpedo developed by the US as a next-generation ASW weapon to replace the depth charge.<br>After this, it would undergo many improvements over the years and continue to evolve.",
 +
  _wikipedia = "Mark 46 torpedo",
 +
  _asw_damage_type = "DCR",
 
   _buildable = false,
 
   _buildable = false,
   _info = "",
+
   _improvements = false,
 
}
 
}

Latest revision as of 07:05, 8 May 2024

Documentation for this module may be created at Module:Data/Equipment/Lightweight ASW Torpedo (Initial Test Model)/doc

return {
  _name = "Lightweight ASW Torpedo (Initial Test Model)",
  _id = 378,
  _japanese_name = "対潜短魚雷(試作初期型)",
  _reading = nil,
  _type = 15,
  _icon = 17,
  _types = {7, 32, 15, 17, 0},
  _rarity = 6,
  _firepower = false,
  _bombing = false,
  _torpedo = 2,
  _aa = false,
  _armor = false,
  _asw = 20,
  _shelling_accuracy = false,
  _torpedo_accuracy = false,
  _evasion = false,
  _los = false,
  _speed = false,
  _luck = false,
  _range = false,
  _special = false,
  _scrap_fuel = 2,
  _scrap_ammo = 11,
  _scrap_steel = 2,
  _scrap_bauxite = 5,
  _info = "現代の水上艦装備の対潜兵装としても運用されている新世代の対潜誘導魚雷、その先行初期型です。<br>爆雷に替わる新世代の対潜兵装として米国で開発された、音響ホーミング形式の対潜魚雷、そのごく初期型です。<br>その後、年月と様々な改良が加えられ、進化発展していきます。",
  _info_en = "An early predecessor of the next-generation anti-submarine guided torpedo that is used by modern surface combatants as an ASW weapon.<br>This is an extremely early model acoustic homing ASW torpedo developed by the US as a next-generation ASW weapon to replace the depth charge.<br>After this, it would undergo many improvements over the years and continue to evolve.",
  _wikipedia = "Mark 46 torpedo",
  _asw_damage_type = "DCR",
  _buildable = false,
  _improvements = false,
}