• 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/Fairey Seafox Kai"

From Kancolle Wiki
Jump to navigation Jump to search
m (Botkaze moved page Module:Fairey Seafox Kai to Module:Data/Equipment/Fairey Seafox Kai without leaving a redirect)
(GitHub Action)
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
-- [[Category:Equipment modules]]
 
 
 
return {
 
return {
 
   _name = "Fairey Seafox Kai",
 
   _name = "Fairey Seafox Kai",
Line 6: Line 4:
 
   _japanese_name = "Fairey Seafox改",
 
   _japanese_name = "Fairey Seafox改",
 
   _reading = nil,
 
   _reading = nil,
   _type = 10, -- 5,7,10,10,28
+
   _type = 10,
 
   _icon = 10,
 
   _icon = 10,
 +
  _types = {5, 7, 10, 10, 28},
 
   _rarity = 4,
 
   _rarity = 4,
 
   _firepower = 2,
 
   _firepower = 2,
Line 29: Line 28:
 
   _scrap_steel = false,
 
   _scrap_steel = false,
 
   _scrap_bauxite = 4,
 
   _scrap_bauxite = 4,
 +
  _info = "紅茶の国で開発/運用されたOspreyの後継たる艦艇運用を前提<br>とした水上偵察機です。複葉でありながら剛性の高い機体で、<br>大戦中期まで巡洋艦以上の艦艇に搭載され、航空索敵や弾着観<br>測などで活躍しました。本機は、そのif改良輸出型です。",
 
   _buildable = false,
 
   _buildable = false,
   _info = "",
+
   _improvements = true,
 
}
 
}

Revision as of 13:00, 9 September 2022

Documentation for this module may be created at Module:Data/Equipment/Fairey Seafox Kai/doc

return {
  _name = "Fairey Seafox Kai",
  _id = 371,
  _japanese_name = "Fairey Seafox改",
  _reading = nil,
  _type = 10,
  _icon = 10,
  _types = {5, 7, 10, 10, 28},
  _rarity = 4,
  _firepower = 2,
  _bombing = false,
  _torpedo = false,
  _aa = 1,
  _armor = false,
  _asw = 3,
  _shelling_accuracy = 2,
  _torpedo_accuracy = false,
  _evasion = 1,
  _los = 6,
  _speed = false,
  _luck = false,
  _range = false,
  _flight_cost = 6,
  _flight_range = 3,
  _special = false,
  _scrap_fuel = 1,
  _scrap_ammo = 2,
  _scrap_steel = false,
  _scrap_bauxite = 4,
  _info = "紅茶の国で開発/運用されたOspreyの後継たる艦艇運用を前提<br>とした水上偵察機です。複葉でありながら剛性の高い機体で、<br>大戦中期まで巡洋艦以上の艦艇に搭載され、航空索敵や弾着観<br>測などで活躍しました。本機は、そのif改良輸出型です。",
  _buildable = false,
  _improvements = true,
}