• 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/SO3C Seamew Kai"

From Kancolle Wiki
Jump to navigation Jump to search
(Created page with "return { _name = "SO3C Seamew Kai", _id = 415, _japanese_name = "SO3C Seamew改", _reading = nil, _type = 10, -- 5,7,10,10,43 _icon = 10, _rarity = 4, _firepow...")
 
 
(4 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 
return {
 
return {
 
   _name = "SO3C Seamew Kai",
 
   _name = "SO3C Seamew Kai",
 +
  _localized_name = "Curtiss SO3C-4 Seamew",
 
   _id = 415,
 
   _id = 415,
 
   _japanese_name = "SO3C Seamew改",
 
   _japanese_name = "SO3C Seamew改",
 
   _reading = nil,
 
   _reading = nil,
   _type = 10, -- 5,7,10,10,43
+
   _type = 10,
 
   _icon = 10,
 
   _icon = 10,
 +
  _types = {5, 7, 10, 10, 43},
 
   _rarity = 4,
 
   _rarity = 4,
 
   _firepower = false,
 
   _firepower = false,
Line 27: Line 29:
 
   _scrap_steel = false,
 
   _scrap_steel = false,
 
   _scrap_bauxite = 3,
 
   _scrap_bauxite = 3,
 +
  _info = "傑出した性能はないものの大戦初期から米海軍で広く運用された傑作艦載水上偵察機SOCの後継機として開発されたSO3C、Seamew。<br>開発は難航し、期待された性能は発揮されませんでしたが、本改修機は同機を改良改修、米巡洋艦で高い運用性を誇るSOCif後継機としてロールアウトします!",
 +
  _info_en = "The SO3C Seamew was developed as the successor to the wildly successful and widely used SOC ship-based seaplane.<br>Its development was plagued with problems and it didn't achieve the desired performance, with this what-if upgraded version being improved and ready for roll-out to improve the performance of USN cruisers.",
 +
  _wikipedia = "Curtiss SO3C Seamew",
 
   _buildable = false,
 
   _buildable = false,
   _info = nil,
+
   _improvements = false,
 
}
 
}

Latest revision as of 20:00, 7 May 2024

Documentation for this module may be created at Module:Data/Equipment/SO3C Seamew Kai/doc

return {
  _name = "SO3C Seamew Kai",
  _localized_name = "Curtiss SO3C-4 Seamew",
  _id = 415,
  _japanese_name = "SO3C Seamew改",
  _reading = nil,
  _type = 10,
  _icon = 10,
  _types = {5, 7, 10, 10, 43},
  _rarity = 4,
  _firepower = false,
  _bombing = false,
  _torpedo = false,
  _aa = 1,
  _armor = false,
  _asw = 2,
  _shelling_accuracy = 3,
  _torpedo_accuracy = false,
  _evasion = false,
  _los = 7,
  _speed = false,
  _luck = false,
  _range = false,
  _flight_cost = 5,
  _flight_range = 4,
  _special = false,
  _scrap_fuel = 2,
  _scrap_ammo = 1,
  _scrap_steel = false,
  _scrap_bauxite = 3,
  _info = "傑出した性能はないものの大戦初期から米海軍で広く運用された傑作艦載水上偵察機SOCの後継機として開発されたSO3C、Seamew。<br>開発は難航し、期待された性能は発揮されませんでしたが、本改修機は同機を改良改修、米巡洋艦で高い運用性を誇るSOCif後継機としてロールアウトします!",
  _info_en = "The SO3C Seamew was developed as the successor to the wildly successful and widely used SOC ship-based seaplane.<br>Its development was plagued with problems and it didn't achieve the desired performance, with this what-if upgraded version being improved and ready for roll-out to improve the performance of USN cruisers.",
  _wikipedia = "Curtiss SO3C Seamew",
  _buildable = false,
  _improvements = false,
}