• 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
com>Ckwng
(Created page with "--Categories: --Category:Equipment modules local Re_2001_G_Kai = { _name = "Re.2001 G Kai", _page = false, _id = 188, _japanese_name = "Re.2001 G改", _reading = "Re...")
 
m
(5 intermediate revisions by 3 users not shown)
Line 1: Line 1:
--Categories:
+
return {
--[[Category:Equipment modules]]
+
  _name = "Re.2001 G Kai",
 
+
  _localized_name = "Reggiane Re.2001 G/H Falco II",
local Re_2001_G_Kai = {
+
  _id = 188,
_name = "Re.2001 G Kai",
+
  _japanese_name = "Re.2001 G改",
_page = false,
+
  _reading = "Re.2001 Gかい",
_id = 188,
+
  _type = 8,
_japanese_name = "Re.2001 G改",
+
  _icon = 8,
_reading = "Re.2001 Gかい",
+
  _types = {3, 5, 8, 8, 14},
_type = 8,
+
  _rarity = 4,
_icon = 8,
+
  _firepower = 3,
_rarity = 4,
+
  _bombing = false,
_firepower = nil,
+
  _torpedo = 4,
_bombing = false,
+
  _aa = 4,
_torpedo = false,
+
  _armor = false,
_aa = nil,
+
  _asw = false,
_armor = false,
+
  _shelling_accuracy = false,
_asw = false,
+
  _torpedo_accuracy = false,
_shelling_accuracy = false,
+
  _evasion = 2,
_torpedo_accuracy = false,
+
  _los = false,
_evasion = nil,
+
  _speed = false,
_los = false,
+
  _luck = false,
_speed = false,
+
  _range = false,
_luck = false,
+
  _flight_cost = 6,
_range = false,
+
  _flight_range = 3,
_flight_cost = nil,
+
  _special = false,
_flight_range = nil,
+
  _scrap_fuel = 1,
_special = false,
+
  _scrap_ammo = 3,
_scrap_fuel = nil,
+
  _scrap_steel = false,
_scrap_ammo = nil,
+
  _scrap_bauxite = 6,
_scrap_steel = false,
+
  _info = "パスタの国で開発/配備された液冷エンジン装備の戦闘機の<br>……航空魚雷装備型です。<br>魚雷投下後は制空戦闘で活躍……することもできるかも。艦攻<br>と艦戦の中間的な機体です。",
_scrap_bauxite = nil,
+
  _wikipedia = "Reggiane Re.2001",
_buildable = false,
+
  _buildable = false,
_upgradable = false,
+
  _improvements = false,
 
}
 
}
 
return Re_2001_G_Kai
 

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