• 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/12.7cm Single High-angle Gun Mount Kai 2"

From Kancolle Wiki
Jump to navigation Jump to search
(Created page with "-- Category:Equipment modules return { _name = "12.7cm Single High-angle Gun Mount Kai 2", _id = 379, _japanese_name = "12.7cm単装高角砲改二", _reading = n...")
 
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
-- [[Category:Equipment modules]]
 
 
 
return {
 
return {
 
   _name = "12.7cm Single High-angle Gun Mount Kai 2",
 
   _name = "12.7cm Single High-angle Gun Mount Kai 2",
Line 6: Line 4:
 
   _japanese_name = "12.7cm単装高角砲改二",
 
   _japanese_name = "12.7cm単装高角砲改二",
 
   _reading = nil,
 
   _reading = nil,
   _type = 1, -- 1,1,1,16,0
+
   _type = 1,
 
   _icon = 16,
 
   _icon = 16,
 +
  _types = {1, 1, 1, 16, 0},
 
   _rarity = 3,
 
   _rarity = 3,
 
   _firepower = 1,
 
   _firepower = 1,
Line 22: Line 21:
 
   _luck = false,
 
   _luck = false,
 
   _range = 1,
 
   _range = 1,
  _flight_cost = false,
 
  _flight_range = false,
 
 
   _special = false,
 
   _special = false,
 
   _scrap_fuel = false,
 
   _scrap_fuel = false,
Line 29: Line 26:
 
   _scrap_steel = 2,
 
   _scrap_steel = 2,
 
   _scrap_bauxite = 1,
 
   _scrap_bauxite = 1,
 +
  _info = "日本海軍最後の量産型駆逐艦である丁型駆逐艦用に開発された単装両用砲です。<br>運用実績の豊富な八九式12.7cm連装高角砲を単装化、防盾付き艦載両用砲として再整備されました。<br>本砲は、さらに発射速度などの向上を図ったその改良型です。<br>松型駆逐艦を始め、一部の艦艇でより効果的な運用が可能です。",
 +
  _info_en = "This is a dual-purpose single mount developed for use aboard the Japanese Navy’s last mass-produced destroyer line: The Type D destroyers.<br>The successful Type 89 12.7 cm twin high-angle mount was reintroduced into service as a shielded, dual-purpose single-mount.<br>This improved model incorporates planned upgrades for a higher rate of fire.<br>It will display increased combat effectiveness when mounted on certain vessels, such as the new Matsu-class destroyers.",
 +
  _wikipedia = "12.7 cm/40 Type 89 naval gun",
 
   _buildable = false,
 
   _buildable = false,
   _info = "",
+
   _improvements = true,
 
}
 
}

Latest revision as of 17:37, 7 May 2024

Documentation for this module may be created at Module:Data/Equipment/12.7cm Single High-angle Gun Mount Kai 2/doc

return {
  _name = "12.7cm Single High-angle Gun Mount Kai 2",
  _id = 379,
  _japanese_name = "12.7cm単装高角砲改二",
  _reading = nil,
  _type = 1,
  _icon = 16,
  _types = {1, 1, 1, 16, 0},
  _rarity = 3,
  _firepower = 1,
  _bombing = false,
  _torpedo = false,
  _aa = 5,
  _armor = false,
  _asw = 2,
  _shelling_accuracy = 1,
  _torpedo_accuracy = false,
  _evasion = 3,
  _los = false,
  _speed = false,
  _luck = false,
  _range = 1,
  _special = false,
  _scrap_fuel = false,
  _scrap_ammo = 1,
  _scrap_steel = 2,
  _scrap_bauxite = 1,
  _info = "日本海軍最後の量産型駆逐艦である丁型駆逐艦用に開発された単装両用砲です。<br>運用実績の豊富な八九式12.7cm連装高角砲を単装化、防盾付き艦載両用砲として再整備されました。<br>本砲は、さらに発射速度などの向上を図ったその改良型です。<br>松型駆逐艦を始め、一部の艦艇でより効果的な運用が可能です。",
  _info_en = "This is a dual-purpose single mount developed for use aboard the Japanese Navy’s last mass-produced destroyer line: The Type D destroyers.<br>The successful Type 89 12.7 cm twin high-angle mount was reintroduced into service as a shielded, dual-purpose single-mount.<br>This improved model incorporates planned upgrades for a higher rate of fire.<br>It will display increased combat effectiveness when mounted on certain vessels, such as the new Matsu-class destroyers.",
  _wikipedia = "12.7 cm/40 Type 89 naval gun",
  _buildable = false,
  _improvements = true,
}