Difference between revisions of "Module:Data/Equipment/Re.2001 G Kai"

 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
--Categories:
 
--[[Category:Equipment modules]]
 
 
 
return {
 
return {
_name = "Re.2001 G Kai",
+
  _name = "Re.2001 G Kai",
_page = false,
+
  _localized_name = "Reggiane Re.2001 G/H Falco II",
_id = 188,
+
  _id = 188,
_japanese_name = "Re.2001 G改",
+
  _japanese_name = "Re.2001 G改",
_reading = "Re.2001 Gかい",
+
  _reading = "Re.2001 Gかい",
_type = 8,
+
  _type = 8,
_icon = 8,
+
  _icon = 8,
_rarity = 4,
+
  _types = {3, 5, 8, 8, 14},
_firepower = 3,
+
  _rarity = 4,
_bombing = false,
+
  _firepower = 3,
_torpedo = 4,
+
  _bombing = false,
_aa = 4,
+
  _torpedo = 4,
_armor = false,
+
  _aa = 4,
_asw = false,
+
  _armor = false,
_shelling_accuracy = false,
+
  _asw = false,
_torpedo_accuracy = false,
+
  _shelling_accuracy = false,
_evasion = 2,
+
  _torpedo_accuracy = false,
_los = false,
+
  _evasion = 2,
_speed = false,
+
  _los = false,
_luck = false,
+
  _speed = false,
_range = false,
+
  _luck = false,
_flight_cost = 6,
+
  _range = false,
_flight_range = 3,
+
  _flight_cost = 6,
_special = false,
+
  _flight_range = 3,
_scrap_fuel = 1,
+
  _special = false,
_scrap_ammo = 3,
+
  _scrap_fuel = 1,
_scrap_steel = false,
+
  _scrap_ammo = 3,
_scrap_bauxite = 6,
+
  _scrap_steel = false,
_info = "パスタの国で開発/配備された液冷エンジン装備の戦闘機の……航空魚雷装備型です。<br>魚雷投下後は制空戦闘で活躍……することもできるかも。艦攻と艦戦の中間的な機体です。",
+
  _scrap_bauxite = 6,
_wikipedia = "Reggiane Re.2001",
+
  _info = "パスタの国で開発/配備された液冷エンジン装備の戦闘機の……航空魚雷装備型です。<br>魚雷投下後は制空戦闘で活躍……することができるかも。<br>艦攻と艦戦の中間的な機体です。",
_buildable = false,
+
  _info_en = "Torpedo fighters equipped with liquid-cooled engines that were developed and deployed by the country of pasta.<br>It was supposed... to be capable of dropping torpedoes and contesting air superiority.<br>A hybrid airframe used for anti-ship operations.",
_upgradable = false,
+
  _wikipedia = "Reggiane Re.2001",
 +
  _buildable = false,
 +
  _improvements = false,
 
}
 
}

Latest revision as of 10:37, 6 May 2024

Documentation for this module may be created at Module:Data/Equipment/Re.2001 G Kai/doc

return {
  _name = "Re.2001 G Kai",
  _localized_name = "Reggiane Re.2001 G/H Falco II",
  _id = 188,
  _japanese_name = "Re.2001 G改",
  _reading = "Re.2001 Gかい",
  _type = 8,
  _icon = 8,
  _types = {3, 5, 8, 8, 14},
  _rarity = 4,
  _firepower = 3,
  _bombing = false,
  _torpedo = 4,
  _aa = 4,
  _armor = false,
  _asw = false,
  _shelling_accuracy = false,
  _torpedo_accuracy = false,
  _evasion = 2,
  _los = false,
  _speed = false,
  _luck = false,
  _range = false,
  _flight_cost = 6,
  _flight_range = 3,
  _special = false,
  _scrap_fuel = 1,
  _scrap_ammo = 3,
  _scrap_steel = false,
  _scrap_bauxite = 6,
  _info = "パスタの国で開発/配備された液冷エンジン装備の戦闘機の……航空魚雷装備型です。<br>魚雷投下後は制空戦闘で活躍……することができるかも。<br>艦攻と艦戦の中間的な機体です。",
  _info_en = "Torpedo fighters equipped with liquid-cooled engines that were developed and deployed by the country of pasta.<br>It was supposed... to be capable of dropping torpedoes and contesting air superiority.<br>A hybrid airframe used for anti-ship operations.",
  _wikipedia = "Reggiane Re.2001",
  _buildable = false,
  _improvements = false,
}