• 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 2 Depth Charge Kai 2"

From Kancolle Wiki
Jump to navigation Jump to search
m (Chocolatecravinghobo moved page Module:Data/Equipment/Type 2 Depth Charge Kai Ni to Module:Data/Equipment/Type 2 Depth Charge Kai 2 without leaving a redirect: Equipment rename consensus)
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
 
return {
 
return {
   _name = "Type 2 Depth Charge Kai Ni",
+
   _name = "Type 2 Depth Charge Kai 2",
 
   _id = 488,
 
   _id = 488,
 
   _japanese_name = "二式爆雷改二",
 
   _japanese_name = "二式爆雷改二",
Line 26: Line 26:
 
   _scrap_steel = false,
 
   _scrap_steel = false,
 
   _scrap_bauxite = 1,
 
   _scrap_bauxite = 1,
 +
  _info = "対潜水艦に使用する増加爆雷装備です。<br>装填爆薬の改良、爆発深度調整幅の拡大、誘爆対策など、爆雷は戦訓を踏まえ、実用的に大きく改良されています。<br>駆逐艦や海防艦などに爆雷投射機やソナー類などの対潜装備とともに装備することで、対潜能力の向上が図れます。<br>一部改装駆逐艦で、さらに高い運用性を発揮します。",
 +
  _info_en = "A supplementary depth charge for anti-submarine use.<br>Using lessons learned in combat, these depth charges have been upgraded with a larger explosive charge, wider operational depth, and resistance to secondary explosions.<br>You can improve the anti-submarine strength of destroyers and coastal defense ships by equipping this along with depth charge projectors and sonars.<br>It has even greater capabilities on certain remodeled destroyers.",
 +
  _wikipedia = "Depth charge",
 
   _asw_damage_type = "DCR",
 
   _asw_damage_type = "DCR",
 
   _buildable = false,
 
   _buildable = false,
 
   _improvements = false,
 
   _improvements = false,
 
}
 
}

Latest revision as of 07:03, 8 May 2024

Documentation for this module may be created at Module:Data/Equipment/Type 2 Depth Charge Kai 2/doc

return {
  _name = "Type 2 Depth Charge Kai 2",
  _id = 488,
  _japanese_name = "二式爆雷改二",
  _reading = nil,
  _type = 15,
  _icon = 17,
  _types = {7, 32, 15, 17, 0},
  _rarity = 3,
  _firepower = false,
  _bombing = false,
  _torpedo = false,
  _aa = false,
  _armor = 1,
  _asw = 8,
  _shelling_accuracy = 1,
  _torpedo_accuracy = false,
  _evasion = 1,
  _los = false,
  _speed = false,
  _luck = false,
  _range = false,
  _special = false,
  _scrap_fuel = 1,
  _scrap_ammo = 4,
  _scrap_steel = false,
  _scrap_bauxite = 1,
  _info = "対潜水艦に使用する増加爆雷装備です。<br>装填爆薬の改良、爆発深度調整幅の拡大、誘爆対策など、爆雷は戦訓を踏まえ、実用的に大きく改良されています。<br>駆逐艦や海防艦などに爆雷投射機やソナー類などの対潜装備とともに装備することで、対潜能力の向上が図れます。<br>一部改装駆逐艦で、さらに高い運用性を発揮します。",
  _info_en = "A supplementary depth charge for anti-submarine use.<br>Using lessons learned in combat, these depth charges have been upgraded with a larger explosive charge, wider operational depth, and resistance to secondary explosions.<br>You can improve the anti-submarine strength of destroyers and coastal defense ships by equipping this along with depth charge projectors and sonars.<br>It has even greater capabilities on certain remodeled destroyers.",
  _wikipedia = "Depth charge",
  _asw_damage_type = "DCR",
  _buildable = false,
  _improvements = false,
}