• 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/Type 0 Reconnaissance Seaplane Model 11B Kai (Night Recon)"

From Kancolle Wiki
Jump to navigation Jump to search
(Created page with "return { _name = "Type 0 Reconnaissance Seaplane Model 11B Kai (Night Recon)", _id = 469, _japanese_name = "零式水上偵察機11型乙改(夜偵)", _reading = nil,...")
 
(GitHub Action)
Line 4: Line 4:
 
   _japanese_name = "零式水上偵察機11型乙改(夜偵)",
 
   _japanese_name = "零式水上偵察機11型乙改(夜偵)",
 
   _reading = nil,
 
   _reading = nil,
   _type = 10, -- 5,7,10,50,2
+
   _type = 10,
 
   _icon = 50,
 
   _icon = 50,
 +
  _types = {5, 7, 10, 50, 2},
 
   _rarity = 4,
 
   _rarity = 4,
 
   _firepower = 1,
 
   _firepower = 1,
Line 27: Line 28:
 
   _scrap_steel = false,
 
   _scrap_steel = false,
 
   _scrap_bauxite = 4,
 
   _scrap_bauxite = 4,
 +
  _info = "艦隊の航空偵察の主役として、戦いの前半期では幅広い局面で<br>活躍した「零式水上偵察機」。各水上艦艇に搭載され、三座を<br>活かして艦隊の「目」としての索敵任務に務めました。本機は<br>電探装備の同機をさらに改修、夜間偵察機として整備改修され<br>た新配備三座夜間水上偵察機です。",
 
   _buildable = false,
 
   _buildable = false,
   _info = nil,
+
   _improvements = false,
 
}
 
}

Revision as of 12:38, 9 September 2022

return {
  _name = "Type 0 Reconnaissance Seaplane Model 11B Kai (Night Recon)",
  _id = 469,
  _japanese_name = "零式水上偵察機11型乙改(夜偵)",
  _reading = nil,
  _type = 10,
  _icon = 50,
  _types = {5, 7, 10, 50, 2},
  _rarity = 4,
  _firepower = 1,
  _bombing = false,
  _torpedo = false,
  _aa = 1,
  _armor = false,
  _asw = 6,
  _shelling_accuracy = 2,
  _torpedo_accuracy = false,
  _evasion = false,
  _los = 5,
  _speed = false,
  _luck = false,
  _range = false,
  _flight_cost = 5,
  _flight_range = 7,
  _special = false,
  _scrap_fuel = 1,
  _scrap_ammo = 2,
  _scrap_steel = false,
  _scrap_bauxite = 4,
  _info = "艦隊の航空偵察の主役として、戦いの前半期では幅広い局面で<br>活躍した「零式水上偵察機」。各水上艦艇に搭載され、三座を<br>活かして艦隊の「目」としての索敵任務に務めました。本機は<br>電探装備の同機をさらに改修、夜間偵察機として整備改修され<br>た新配備三座夜間水上偵察機です。",
  _buildable = false,
  _improvements = false,
}