• 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 3 Depth Charge Projector (Concentrated Deployment)"

From Kancolle Wiki
Jump to navigation Jump to search
(GitHub Action)
 
Line 26: Line 26:
 
   _scrap_steel = 2,
 
   _scrap_steel = 2,
 
   _scrap_bauxite = 2,
 
   _scrap_bauxite = 2,
   _info = "増大する敵潜水艦による脅威に対抗するため、三式爆雷投射機<br>を集中配備。舷側方向に対して、片舷6~8基、両舷12~16基<br>の爆雷投射能力を誇る、対潜艦艇用の対潜制圧兵装です。<br>日振型の次級である、鵜来型以降に装備され、海上護衛や対潜<br>哨戒に威力を発揮しました。",
+
   _info = "増大する敵潜水艦による脅威に対抗するため、三式爆雷投射機を集中配備。<br>舷側方向に対して、片舷6~8基、両舷12~16基の爆雷投射能力を誇る、対潜艦艇用の対潜制圧兵装です。<br>日振型の次級である、鵜来型以降に装備され、海上護衛や対潜哨戒に威力を発揮しました。",
 +
  _info_en = "A more concentrated deployment of Type 3 depth charge launchers, in order to counter the growing threat from enemy submarines.<br>An impressive shipborne weapon for submarine suppression, able to throw 6-8 charges per side for an impressive total of 12-16 charges.<br>Equipped on the Hiburi-class's successors, the Ukuru-class, where they came into extensive use in convoys and anti-submarine patrols.",
 +
  _wikipedia = "Depth charge",
 +
  _asw_damage_type = "DCP",
 
   _buildable = false,
 
   _buildable = false,
 
   _improvements = true,
 
   _improvements = true,
 
}
 
}

Latest revision as of 07:56, 7 May 2024

return {
  _name = "Type 3 Depth Charge Projector (Concentrated Deployment)",
  _id = 287,
  _japanese_name = "三式爆雷投射機 集中配備",
  _reading = "さんしきばくらいとうしゃき しゅうちゅうはいび",
  _type = 15,
  _icon = 17,
  _types = {7, 32, 15, 17, 0},
  _rarity = 3,
  _firepower = false,
  _bombing = false,
  _torpedo = false,
  _aa = false,
  _armor = false,
  _asw = 12,
  _shelling_accuracy = false,
  _torpedo_accuracy = false,
  _evasion = false,
  _los = false,
  _speed = false,
  _luck = false,
  _range = false,
  _special = false,
  _scrap_fuel = false,
  _scrap_ammo = 6,
  _scrap_steel = 2,
  _scrap_bauxite = 2,
  _info = "増大する敵潜水艦による脅威に対抗するため、三式爆雷投射機を集中配備。<br>舷側方向に対して、片舷6~8基、両舷12~16基の爆雷投射能力を誇る、対潜艦艇用の対潜制圧兵装です。<br>日振型の次級である、鵜来型以降に装備され、海上護衛や対潜哨戒に威力を発揮しました。",
  _info_en = "A more concentrated deployment of Type 3 depth charge launchers, in order to counter the growing threat from enemy submarines.<br>An impressive shipborne weapon for submarine suppression, able to throw 6-8 charges per side for an impressive total of 12-16 charges.<br>Equipped on the Hiburi-class's successors, the Ukuru-class, where they came into extensive use in convoys and anti-submarine patrols.",
  _wikipedia = "Depth charge",
  _asw_damage_type = "DCP",
  _buildable = false,
  _improvements = true,
}