Difference between revisions of "Module:Data/Equipment/Bf 109T Kai"

 
(7 intermediate revisions by 4 users not shown)
Line 1: Line 1:
local Bf_109T_Kai = {
+
return {
_name = "Bf 109T Kai",
+
  _name = "Bf 109T Kai",
_page = false,
+
  _id = 158,
_id = 158,
+
  _japanese_name = "Bf109T改",
_japanese_name = "Bf109T改",
+
  _reading = "Bf109Tかい",
_reading = "Bf109Tかい",
+
  _type = 6,
_type = 6,
+
  _icon = 6,
_icon = 6,
+
  _types = {3, 5, 6, 6, 14},
_rarity = 3,
+
  _rarity = 3,
_firepower = 1,
+
  _firepower = 1,
_bombing = false,
+
  _bombing = false,
_torpedo = false,
+
  _torpedo = false,
_aa = 10,
+
  _aa = 8,
_armor = false,
+
  _armor = false,
_asw = false,
+
  _asw = false,
_shelling_accuracy = false,
+
  _shelling_accuracy = false,
_torpedo_accuracy = false,
+
  _torpedo_accuracy = false,
_evasion = 4,
+
  _evasion = 4,
_los = false,
+
  _los = false,
_speed = false,
+
  _speed = false,
_luck = false,
+
  _luck = false,
_range = false,
+
  _range = false,
_special = false,
+
  _flight_cost = 6,
_scrap_fuel = 1,
+
  _flight_range = 2,
_scrap_ammo = 2,
+
  _special = false,
_scrap_steel = false,
+
  _scrap_fuel = 1,
_scrap_bauxite = 6,
+
  _scrap_ammo = 2,
_buildable = false,
+
  _scrap_steel = false,
_upgradable = 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,
 
}
 
}
 
return Bf_109T_Kai
 

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,
}