• 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/Bofors 15cm Twin Rapid Fire Gun Mount Mk.9 Model 1938"

From Kancolle Wiki
Jump to navigation Jump to search
(Created page with "-- Category:Equipment modules return { _name = "Bofors 15cm Twin Rapid Fire Gun Mount Mk.9 Model 1938", _id = 360, _japanese_name = "Bofors 15cm連装速射砲 Mk.9...")
 
(GitHub Action)
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
-- [[Category:Equipment modules]]
 
 
 
return {
 
return {
 
   _name = "Bofors 15cm Twin Rapid Fire Gun Mount Mk.9 Model 1938",
 
   _name = "Bofors 15cm Twin Rapid Fire Gun Mount Mk.9 Model 1938",
Line 6: Line 4:
 
   _japanese_name = "Bofors 15cm連装速射砲 Mk.9 Model 1938",
 
   _japanese_name = "Bofors 15cm連装速射砲 Mk.9 Model 1938",
 
   _reading = nil,
 
   _reading = nil,
   _type = 2, -- 1,1,2,2,0
+
   _type = 2,
 
   _icon = 2,
 
   _icon = 2,
 +
  _types = {1, 1, 2, 2, 0},
 
   _rarity = 3,
 
   _rarity = 3,
 
   _firepower = 6,
 
   _firepower = 6,
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>次弾装填ができる機構を搭載、限定的ながら対空戦闘にも対応<br>可能です。オランダの軽巡にも搭載されました。",
 
   _buildable = false,
 
   _buildable = false,
   _info = "",
+
   _improvements = false,
 
}
 
}

Revision as of 13:00, 9 September 2022

return {
  _name = "Bofors 15cm Twin Rapid Fire Gun Mount Mk.9 Model 1938",
  _id = 360,
  _japanese_name = "Bofors 15cm連装速射砲 Mk.9 Model 1938",
  _reading = nil,
  _type = 2,
  _icon = 2,
  _types = {1, 1, 2, 2, 0},
  _rarity = 3,
  _firepower = 6,
  _bombing = false,
  _torpedo = false,
  _aa = 5,
  _armor = false,
  _asw = false,
  _shelling_accuracy = 3,
  _torpedo_accuracy = false,
  _evasion = 2,
  _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>次弾装填ができる機構を搭載、限定的ながら対空戦闘にも対応<br>可能です。オランダの軽巡にも搭載されました。",
  _buildable = false,
  _improvements = false,
}