• 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/Ginga (Egusa Squadron)"

From Kancolle Wiki
Jump to navigation Jump to search
m (2 revisions imported)
(Updated on Nov. 30th 2023)
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
-- [[Category:Equipment modules]]
 
 
 
return {
 
return {
 
   _name = "Ginga (Egusa Squadron)",
 
   _name = "Ginga (Egusa Squadron)",
 +
  _localized_name = "Galaxy (Egusa Squadron)",
 
   _id = 388,
 
   _id = 388,
 
   _japanese_name = "銀河(江草隊)",
 
   _japanese_name = "銀河(江草隊)",
 
   _reading = nil,
 
   _reading = nil,
   _type = 47, -- 21,38,47,37,4
+
   _type = 47,
 
   _icon = 37,
 
   _icon = 37,
 +
  _types = {21, 38, 47, 37, 4},
 
   _rarity = 5,
 
   _rarity = 5,
 
   _firepower = false,
 
   _firepower = false,
Line 23: Line 23:
 
   _range = false,
 
   _range = false,
 
   _flight_cost = 13,
 
   _flight_cost = 13,
   _flight_range = 7,
+
   _flight_range = 8,
 
   _special = false,
 
   _special = false,
 
   _scrap_fuel = 9,
 
   _scrap_fuel = 9,
Line 29: Line 29:
 
   _scrap_steel = false,
 
   _scrap_steel = false,
 
   _scrap_bauxite = 17,
 
   _scrap_bauxite = 17,
 +
  _info = "海軍の主力陸上攻撃機「一式陸攻」の後継機として開発された<br>陸上発進の攻撃機です。優れた機体設計により、高い性能を秘<br>めていました。戦力化された時期が遅かったことや複雑な構造<br>に問題もあった新鋭機「銀河」。本部隊は、同機で編成され、<br>鵬部隊とも呼ばれた精鋭江草隊長率いる飛行隊です。",
 
   _buildable = false,
 
   _buildable = false,
   _info = "",
+
   _improvements = false,
 
}
 
}

Revision as of 13:23, 30 November 2023

Documentation for this module may be created at Module:Data/Equipment/Ginga (Egusa Squadron)/doc

return {
  _name = "Ginga (Egusa Squadron)",
  _localized_name = "Galaxy (Egusa Squadron)",
  _id = 388,
  _japanese_name = "銀河(江草隊)",
  _reading = nil,
  _type = 47,
  _icon = 37,
  _types = {21, 38, 47, 37, 4},
  _rarity = 5,
  _firepower = false,
  _bombing = 15,
  _torpedo = 15,
  _aa = 3,
  _armor = false,
  _asw = 4,
  _shelling_accuracy = 3,
  _torpedo_accuracy = false,
  _evasion = false,
  _los = 4,
  _speed = false,
  _luck = false,
  _range = false,
  _flight_cost = 13,
  _flight_range = 8,
  _special = false,
  _scrap_fuel = 9,
  _scrap_ammo = 7,
  _scrap_steel = false,
  _scrap_bauxite = 17,
  _info = "海軍の主力陸上攻撃機「一式陸攻」の後継機として開発された<br>陸上発進の攻撃機です。優れた機体設計により、高い性能を秘<br>めていました。戦力化された時期が遅かったことや複雑な構造<br>に問題もあった新鋭機「銀河」。本部隊は、同機で編成され、<br>鵬部隊とも呼ばれた精鋭江草隊長率いる飛行隊です。",
  _buildable = false,
  _improvements = false,
}