• 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/Re.2001 G Kai"

From Kancolle Wiki
Jump to navigation Jump to search
m (4 revisions imported)
m
(One intermediate revision by one other user 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>魚雷投下後は制空戦闘で活躍……することもできるかも。艦攻<br>と艦戦の中間的な機体です。",
_buildable = false,
+
  _wikipedia = "Reggiane Re.2001",
_upgradable = false,
+
  _buildable = false,
 +
  _improvements = false,
 
}
 
}

Revision as of 20:44, 7 January 2023

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>魚雷投下後は制空戦闘で活躍……することもできるかも。艦攻<br>と艦戦の中間的な機体です。",
  _wikipedia = "Reggiane Re.2001",
  _buildable = false,
  _improvements = false,
}