• 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/Corsair Mk.II (Ace)"

From Kancolle Wiki
Jump to navigation Jump to search
(Created page with "return { _name = "Corsair Mk.II (Ace)", _id = 435, _japanese_name = "Corsair Mk.II(Ace)", _reading = nil, _type = 6, -- 3,5,6,6,46 _icon = 6, _rarity = 5, _fir...")
 
(GitHub Action)
Line 4: Line 4:
 
   _japanese_name = "Corsair Mk.II(Ace)",
 
   _japanese_name = "Corsair Mk.II(Ace)",
 
   _reading = nil,
 
   _reading = nil,
   _type = 6, -- 3,5,6,6,46
+
   _type = 6,
 
   _icon = 6,
 
   _icon = 6,
 +
  _types = {3, 5, 6, 6, 46},
 
   _rarity = 5,
 
   _rarity = 5,
 
   _firepower = 2,
 
   _firepower = 2,
Line 27: Line 28:
 
   _scrap_steel = false,
 
   _scrap_steel = false,
 
   _scrap_bauxite = 7,
 
   _scrap_bauxite = 7,
 +
  _info = "高性能艦戦として米国で開発が進められたF4U、初期型は陸上<br>から運用され、やがて艦載機として熟成されていきます。本機<br>は紅茶の国に供給された艦載機型で、「Corsair Mk.II」と呼<br>称されます。パイロットの中でもスコアを重ねた歴戦の猛者は<br>Aceと呼ばれ、精強な戦闘機部隊を牽引していきます。",
 
   _buildable = false,
 
   _buildable = false,
   _info = nil,
+
   _improvements = false,
 
}
 
}

Revision as of 12:38, 9 September 2022

Documentation for this module may be created at Module:Data/Equipment/Corsair Mk.II (Ace)/doc

return {
  _name = "Corsair Mk.II (Ace)",
  _id = 435,
  _japanese_name = "Corsair Mk.II(Ace)",
  _reading = nil,
  _type = 6,
  _icon = 6,
  _types = {3, 5, 6, 6, 46},
  _rarity = 5,
  _firepower = 2,
  _bombing = false,
  _torpedo = false,
  _aa = 11,
  _armor = false,
  _asw = false,
  _shelling_accuracy = 2,
  _torpedo_accuracy = false,
  _evasion = 2,
  _los = 2,
  _speed = false,
  _luck = false,
  _range = false,
  _flight_cost = 9,
  _flight_range = 6,
  _special = false,
  _scrap_fuel = 3,
  _scrap_ammo = 5,
  _scrap_steel = false,
  _scrap_bauxite = 7,
  _info = "高性能艦戦として米国で開発が進められたF4U、初期型は陸上<br>から運用され、やがて艦載機として熟成されていきます。本機<br>は紅茶の国に供給された艦載機型で、「Corsair Mk.II」と呼<br>称されます。パイロットの中でもスコアを重ねた歴戦の猛者は<br>Aceと呼ばれ、精強な戦闘機部隊を牽引していきます。",
  _buildable = false,
  _improvements = false,
}