• 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/Bf 109T Kai"

From Kancolle Wiki
Jump to navigation Jump to search
(GitHub Action)
 
Line 28: Line 28:
 
   _scrap_steel = false,
 
   _scrap_steel = false,
 
   _scrap_bauxite = 6,
 
   _scrap_bauxite = 6,
   _info = "かの国で開発/量産された主力戦闘機Bf109シリーズ。<br>メッサーシュミットの名でも知られる、ヨーロッパの空で活躍<br>した名機。本機はそのE型をベースにした艦上機バージョンの<br>さらなる改修機です。防空戦闘で大きな能力を発揮します。",
+
   _info = "かの国で開発/量産された主力戦闘機Bf109シリーズ。<br>メッサーシュミットの名でも知られる、ヨーロッパの空で活躍した名機。<br>本機はそのE型をベースにした艦上機バージョンのさらなる改修機です。防空戦闘で大きな能力を発揮します。",
   _wikipedia = "Messerschmitt_Bf_109_variants#Bf_109T",
+
  _info_en = "The Bf109 was the main fighter aircraft developed and mass-produced in another country.<br>Also known as the Messerschmitt, it is a famous aircraft that was active in the skies of Europe.<br>This aircraft is a further modification of the shipboard version based on the E type. It has great air defense capabilities.",
 +
   _wikipedia = "Messerschmitt Bf 109 variants",
 
   _buildable = false,
 
   _buildable = false,
 
   _improvements = false,
 
   _improvements = false,
 
}
 
}

Latest revision as of 09:36, 6 May 2024

Documentation for this module may be created at Module:Data/Equipment/Bf 109T Kai/doc

return {
  _name = "Bf 109T Kai",
  _id = 158,
  _japanese_name = "Bf109T改",
  _reading = "Bf109Tかい",
  _type = 6,
  _icon = 6,
  _types = {3, 5, 6, 6, 14},
  _rarity = 3,
  _firepower = 1,
  _bombing = false,
  _torpedo = false,
  _aa = 8,
  _armor = false,
  _asw = false,
  _shelling_accuracy = false,
  _torpedo_accuracy = false,
  _evasion = 4,
  _los = false,
  _speed = false,
  _luck = false,
  _range = false,
  _flight_cost = 6,
  _flight_range = 2,
  _special = false,
  _scrap_fuel = 1,
  _scrap_ammo = 2,
  _scrap_steel = false,
  _scrap_bauxite = 6,
  _info = "かの国で開発/量産された主力戦闘機Bf109シリーズ。<br>メッサーシュミットの名でも知られる、ヨーロッパの空で活躍した名機。<br>本機はそのE型をベースにした艦上機バージョンのさらなる改修機です。防空戦闘で大きな能力を発揮します。",
  _info_en = "The Bf109 was the main fighter aircraft developed and mass-produced in another country.<br>Also known as the Messerschmitt, it is a famous aircraft that was active in the skies of Europe.<br>This aircraft is a further modification of the shipboard version based on the E type. It has great air defense capabilities.",
  _wikipedia = "Messerschmitt Bf 109 variants",
  _buildable = false,
  _improvements = false,
}