• 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/6inch Twin Rapid Fire Gun Mount Mk.XXI"

From Kancolle Wiki
Jump to navigation Jump to search
(Created page with "-- Category:Equipment modules return { _name = "6inch Twin Rapid Fire Gun Mount Mk.XXI", _id = 359, _japanese_name = "6inch 連装速射砲 Mk.XXI", _reading = ni...")
 
(GitHub Action)
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
-- [[Category:Equipment modules]]
 
 
 
return {
 
return {
 
   _name = "6inch Twin Rapid Fire Gun Mount Mk.XXI",
 
   _name = "6inch Twin Rapid Fire Gun Mount Mk.XXI",
Line 6: Line 4:
 
   _japanese_name = "6inch 連装速射砲 Mk.XXI",
 
   _japanese_name = "6inch 連装速射砲 Mk.XXI",
 
   _reading = nil,
 
   _reading = nil,
   _type = 2, -- 1,1,2,2,0
+
   _type = 2,
 
   _icon = 2,
 
   _icon = 2,
 +
  _types = {1, 1, 2, 2, 0},
 
   _rarity = 2,
 
   _rarity = 2,
 
   _firepower = 5,
 
   _firepower = 5,
Line 22: Line 21:
 
   _luck = false,
 
   _luck = false,
 
   _range = 2,
 
   _range = 2,
  _flight_cost = false,
 
  _flight_range = false,
 
 
   _special = false,
 
   _special = false,
 
   _scrap_fuel = false,
 
   _scrap_fuel = false,
Line 29: Line 26:
 
   _scrap_steel = 3,
 
   _scrap_steel = 3,
 
   _scrap_bauxite = 1,
 
   _scrap_bauxite = 1,
 +
  _info = "紅茶の国で開発された中口径主砲です。<br>本装備は、紅茶の国の軽巡クラスや、オーストラリア海軍に<br>移籍した同国建造の艦艇などの主兵装として運用されました。<br>ABDA艦隊の一翼として、南方作戦を展開中の日本艦隊を迎撃<br>したオーストラリア海軍の軽巡もその一隻です。",
 
   _buildable = false,
 
   _buildable = false,
   _info = "",
+
   _improvements = false,
 
}
 
}

Revision as of 13:00, 9 September 2022

Documentation for this module may be created at Module:Data/Equipment/6inch Twin Rapid Fire Gun Mount Mk.XXI/doc

return {
  _name = "6inch Twin Rapid Fire Gun Mount Mk.XXI",
  _id = 359,
  _japanese_name = "6inch 連装速射砲 Mk.XXI",
  _reading = nil,
  _type = 2,
  _icon = 2,
  _types = {1, 1, 2, 2, 0},
  _rarity = 2,
  _firepower = 5,
  _bombing = false,
  _torpedo = false,
  _aa = 3,
  _armor = 1,
  _asw = false,
  _shelling_accuracy = 2,
  _torpedo_accuracy = false,
  _evasion = 1,
  _los = false,
  _speed = false,
  _luck = false,
  _range = 2,
  _special = false,
  _scrap_fuel = false,
  _scrap_ammo = 2,
  _scrap_steel = 3,
  _scrap_bauxite = 1,
  _info = "紅茶の国で開発された中口径主砲です。<br>本装備は、紅茶の国の軽巡クラスや、オーストラリア海軍に<br>移籍した同国建造の艦艇などの主兵装として運用されました。<br>ABDA艦隊の一翼として、南方作戦を展開中の日本艦隊を迎撃<br>したオーストラリア海軍の軽巡もその一隻です。",
  _buildable = false,
  _improvements = false,
}