• 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
m (4 revisions imported)
(GitHub Action)
Line 1: Line 1:
--Categories:
 
--[[Category:Equipment modules]]
 
 
 
return {
 
return {
    _name = "Type 3 Depth Charge Projector (Concentrated Deployment)",
+
  _name = "Type 3 Depth Charge Projector (Concentrated Deployment)",
    _id = 287,
+
  _id = 287,
    _japanese_name = "三式爆雷投射機 集中配備",
+
  _japanese_name = "三式爆雷投射機 集中配備",
    _reading = "さんしきばくらいとうしゃき しゅうちゅうはいび",
+
  _reading = "さんしきばくらいとうしゃき しゅうちゅうはいび",
    _type = 15,
+
  _type = 15,
    _types = {7, 32, 15, 17, 0},
+
  _icon = 17,
    _icon = 17,
+
  _types = {7, 32, 15, 17, 0},
    _rarity = 3,
+
  _rarity = 3,
    _firepower = false,
+
  _firepower = false,
    _bombing = false,
+
  _bombing = false,
    _torpedo = false,
+
  _torpedo = false,
    _aa = false,
+
  _aa = false,
    _armor = false,
+
  _armor = false,
    _asw = 12,
+
  _asw = 12,
    _shelling_accuracy = false,
+
  _shelling_accuracy = false,
    _torpedo_accuracy = false,
+
  _torpedo_accuracy = false,
    _evasion = false,
+
  _evasion = false,
    _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 = 6,
    _scrap_fuel = false,
+
  _scrap_steel = 2,
    _scrap_ammo = 6,
+
  _scrap_bauxite = 2,
    _scrap_steel = 2,
+
  _info = "増大する敵潜水艦による脅威に対抗するため、三式爆雷投射機<br>を集中配備。舷側方向に対して、片舷6~8基、両舷12~16基<br>の爆雷投射能力を誇る、対潜艦艇用の対潜制圧兵装です。<br>日振型の次級である、鵜来型以降に装備され、海上護衛や対潜<br>哨戒に威力を発揮しました。",
    _scrap_bauxite = 2,
+
  _buildable = false,
    _info = "増大する敵潜水艦による脅威に対抗するため、三式爆雷投射機を集中配備。舷側方向に対して、片舷6~8基、両舷12~16基の爆雷投射能力を誇る、対潜艦艇用の対潜制圧兵装です。<br>日振型の次級である、鵜来型以降に装備され、海上護衛や対潜哨戒に威力を発揮しました。",
+
  _improvements = false,
    _buildable = false,
 
   
 
 
}
 
}

Revision as of 13:07, 9 September 2022

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>の爆雷投射能力を誇る、対潜艦艇用の対潜制圧兵装です。<br>日振型の次級である、鵜来型以降に装備され、海上護衛や対潜<br>哨戒に威力を発揮しました。",
  _buildable = false,
  _improvements = false,
}