• 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 Fighter Model 32 (Tainan Air Group)"

From Kancolle Wiki
Jump to navigation Jump to search
m (1 revision imported)
 
(One intermediate revision by one other user not shown)
Line 4: Line 4:
 
   _japanese_name = "零式艦戦32型(台南空)",
 
   _japanese_name = "零式艦戦32型(台南空)",
 
   _reading = nil,
 
   _reading = nil,
   _type = 48, -- 22,39,48,38,12
+
   _type = 48,
 
   _icon = 38,
 
   _icon = 38,
 +
  _types = {22, 39, 48, 38, 12},
 
   _rarity = 5,
 
   _rarity = 5,
 
   _firepower = false,
 
   _firepower = false,
Line 27: Line 28:
 
   _scrap_steel = false,
 
   _scrap_steel = false,
 
   _scrap_bauxite = 2,
 
   _scrap_bauxite = 2,
 +
  _info = "圧倒的な練度を誇る、基地航空隊の戦闘機部隊「台南空」。<br>数々のエースを輩出した熟練戦闘機搭乗員による零戦隊、より運動性の高い32型に機種転換しました。<br>零式艦戦21型より航続距離が劣り、ソロモンの空では苦戦しましたが、高い格闘性能で制空戦闘や防空戦などで前線を支えます。",
 +
  _info_en = "A land-based fighter squadron boasting overwhelming skill, the \"Tainan Air Group\".<br>The skilled Type 0 squadron that had produced numerous aces switched over to the Model 32 which had greater mobility.<br>However, the cruising range was inferior to the Model 21 and they struggled in the skies above the Solomons, but despite this, its high dogfighting capabilities allowed it to support the front lines in air superiority and air defense.",
 +
  _wikipedia = "Mitsubishi A6M Zero",
 
   _buildable = false,
 
   _buildable = false,
   _info = "圧倒的な練度を誇る、基地航空隊の戦闘機部隊「台南空」。数々のエースを輩出した熟練戦闘機搭乗員による零戦隊、より運動性の高い32型に機種転換しました。零式艦戦21型より航続距離が劣り、ソロモンの空では苦戦しましたが、高い格闘性能で制空戦闘や防空戦などで前線を支えます。",
+
   _improvements = false,
 
}
 
}

Latest revision as of 20:03, 7 May 2024

Documentation for this module may be created at Module:Data/Equipment/Type 0 Fighter Model 32 (Tainan Air Group)/doc

return {
  _name = "Type 0 Fighter Model 32 (Tainan Air Group)",
  _id = 417,
  _japanese_name = "零式艦戦32型(台南空)",
  _reading = nil,
  _type = 48,
  _icon = 38,
  _types = {22, 39, 48, 38, 12},
  _rarity = 5,
  _firepower = false,
  _bombing = false,
  _torpedo = false,
  _aa = 12,
  _armor = false,
  _asw = false,
  _shelling_accuracy = 1,
  _torpedo_accuracy = false,
  _evasion = 4,
  _los = 1,
  _speed = false,
  _luck = false,
  _range = false,
  _flight_cost = 4,
  _flight_range = 5,
  _special = false,
  _scrap_fuel = 1,
  _scrap_ammo = 2,
  _scrap_steel = false,
  _scrap_bauxite = 2,
  _info = "圧倒的な練度を誇る、基地航空隊の戦闘機部隊「台南空」。<br>数々のエースを輩出した熟練戦闘機搭乗員による零戦隊、より運動性の高い32型に機種転換しました。<br>零式艦戦21型より航続距離が劣り、ソロモンの空では苦戦しましたが、高い格闘性能で制空戦闘や防空戦などで前線を支えます。",
  _info_en = "A land-based fighter squadron boasting overwhelming skill, the \"Tainan Air Group\".<br>The skilled Type 0 squadron that had produced numerous aces switched over to the Model 32 which had greater mobility.<br>However, the cruising range was inferior to the Model 21 and they struggled in the skies above the Solomons, but despite this, its high dogfighting capabilities allowed it to support the front lines in air superiority and air defense.",
  _wikipedia = "Mitsubishi A6M Zero",
  _buildable = false,
  _improvements = false,
}