• 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/Prototype 15cm 9-tube ASW Rocket Launcher"

From Kancolle Wiki
Jump to navigation Jump to search
(GitHub Action)
 
Line 26: Line 26:
 
   _scrap_steel = 3,
 
   _scrap_steel = 3,
 
   _scrap_bauxite = 2,
 
   _scrap_bauxite = 2,
   _info = "爆雷投下軌条は艦の後方、従来型の三式爆雷投射機は艦の舷側<br>方向に爆雷を投射可能でしたが、艦首方向にも爆雷を投射可能<br>な新対潜装備が本噴進爆雷砲です。<br>まだ、試作段階で欧米の同種兵装に比べて発展途上ではありま<br>すが、和製ヘッジホッグに発展する可能性もあった兵装です。",
+
   _info = "爆雷投下軌条は艦の後方、従来型の三式爆雷投射機は艦の舷側方向に爆雷を投射可能でしたが、艦首方向にも爆雷を投射可能な新対潜装備が本噴進爆雷砲です。<br>まだ、試作段階で欧米の同種兵装に比べて発展途上ではありますが、和製ヘッジホッグに発展する可能性もあった兵装です。",
 +
  _info_en = "Depth charge launchers on ships' sterns and existing Type 3 depth charge projectors could throw depth charges to the sides of a ship, but this rocket launcher could throw depth charges ahead of the ship's bow as well.<br>This system was still a mere prototype in comparison to Western developments of similar weaponry, but it had the potential to become something akin to a Japanese-made Hedgehog.",
 +
  _wikipedia = "Depth charge",
 +
  _asw_damage_type = "DCP",
 
   _buildable = false,
 
   _buildable = false,
 
   _improvements = false,
 
   _improvements = false,
 
}
 
}

Latest revision as of 07:57, 7 May 2024

Documentation for this module may be created at Module:Data/Equipment/Prototype 15cm 9-tube ASW Rocket Launcher/doc

return {
  _name = "Prototype 15cm 9-tube ASW Rocket Launcher",
  _id = 288,
  _japanese_name = "試製15cm9連装対潜噴進砲",
  _reading = "しせい15cm9れんそうたいせんふんしんほう",
  _type = 15,
  _icon = 17,
  _types = {7, 32, 15, 17, 0},
  _rarity = 4,
  _firepower = false,
  _bombing = false,
  _torpedo = false,
  _aa = false,
  _armor = false,
  _asw = 15,
  _shelling_accuracy = 1,
  _torpedo_accuracy = false,
  _evasion = false,
  _los = false,
  _speed = false,
  _luck = false,
  _range = false,
  _special = false,
  _scrap_fuel = false,
  _scrap_ammo = 9,
  _scrap_steel = 3,
  _scrap_bauxite = 2,
  _info = "爆雷投下軌条は艦の後方、従来型の三式爆雷投射機は艦の舷側方向に爆雷を投射可能でしたが、艦首方向にも爆雷を投射可能な新対潜装備が本噴進爆雷砲です。<br>まだ、試作段階で欧米の同種兵装に比べて発展途上ではありますが、和製ヘッジホッグに発展する可能性もあった兵装です。",
  _info_en = "Depth charge launchers on ships' sterns and existing Type 3 depth charge projectors could throw depth charges to the sides of a ship, but this rocket launcher could throw depth charges ahead of the ship's bow as well.<br>This system was still a mere prototype in comparison to Western developments of similar weaponry, but it had the potential to become something akin to a Japanese-made Hedgehog.",
  _wikipedia = "Depth charge",
  _asw_damage_type = "DCP",
  _buildable = false,
  _improvements = false,
}