• 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"

From Kancolle Wiki
Jump to navigation Jump to search
com>Ckwng
(Created page with "--Categories: --Category:Equipment modules local Ginga = { _name = "Ginga", _page = false, _id = 187, _japanese_name = "銀河", _reading = "ぎんが", _type = 47...")
 
 
(8 intermediate revisions by 4 users not shown)
Line 1: Line 1:
--Categories:
+
return {
--[[Category:Equipment modules]]
+
  _name = "Ginga",
+
  _localized_name = "Galaxy",
local Ginga = {
+
  _id = 187,
_name = "Ginga",
+
  _japanese_name = "銀河",
_page = false,
+
  _reading = "ぎんが",
_id = 187,
+
  _type = 47,
_japanese_name = "銀河",
+
  _icon = 37,
_reading = "ぎんが",
+
  _types = {21, 38, 47, 37, 4},
_type = 47,
+
  _rarity = 4,
_icon = 37,
+
  _firepower = false,
_rarity = 4,
+
  _bombing = 14,
_firepower = false,
+
  _torpedo = 14,
_bombing = nil,
+
  _aa = 3,
_torpedo = nil,
+
  _armor = false,
_aa = nil,
+
  _asw = 3,
_armor = false,
+
  _shelling_accuracy = 1,
_asw = nil,
+
  _torpedo_accuracy = false,
_shelling_accuracy = false,
+
  _evasion = false,
_torpedo_accuracy = false,
+
  _los = 3,
_evasion = false,
+
  _speed = false,
_los = nil,
+
  _luck = false,
_speed = false,
+
  _range = false,
_luck = false,
+
  _flight_cost = 13,
_range = false,
+
  _flight_range = 9,
_flight_cost = nil,
+
  _special = false,
_flight_range = nil,
+
  _scrap_fuel = 9,
_special = false,
+
  _scrap_ammo = 6,
_scrap_fuel = nil,
+
  _scrap_steel = false,
_scrap_ammo = nil,
+
  _scrap_bauxite = 17,
_scrap_steel = false,
+
  _info = "海軍の主力陸上攻撃機「一式陸攻」の後継機として開発された陸上発進の攻撃機です。<br>優れた機体設計により、高い性能を秘めていました。<br>戦力化された時期が遅かったことや複雑すぎる構造に問題もありましたが、最後まで戦い抜きました。<br>一部は夜間戦闘機に転用されました。",
_scrap_bauxite = nil,
+
  _info_en = "Developed as a successor to the \"Type 1 Land Attacker\", the premier land-attack plane of the Navy.<br>The excellent design of the airframe hides an impressive performance.<br>It arrived too late to change the course of the war and the problems caused by its complex construction were not solved; it saw combat at the end of the war.<br>Some were converted to night fighters.",
_buildable = false,
+
  _wikipedia = "Yokosuka P1Y",
_upgradable = false,
+
  _buildable = false,
 +
  _improvements = true,
 
}
 
}
 
return Ginga
 

Latest revision as of 10:35, 6 May 2024

Documentation for this module may be created at Module:Data/Equipment/Ginga/doc

return {
  _name = "Ginga",
  _localized_name = "Galaxy",
  _id = 187,
  _japanese_name = "銀河",
  _reading = "ぎんが",
  _type = 47,
  _icon = 37,
  _types = {21, 38, 47, 37, 4},
  _rarity = 4,
  _firepower = false,
  _bombing = 14,
  _torpedo = 14,
  _aa = 3,
  _armor = false,
  _asw = 3,
  _shelling_accuracy = 1,
  _torpedo_accuracy = false,
  _evasion = false,
  _los = 3,
  _speed = false,
  _luck = false,
  _range = false,
  _flight_cost = 13,
  _flight_range = 9,
  _special = false,
  _scrap_fuel = 9,
  _scrap_ammo = 6,
  _scrap_steel = false,
  _scrap_bauxite = 17,
  _info = "海軍の主力陸上攻撃機「一式陸攻」の後継機として開発された陸上発進の攻撃機です。<br>優れた機体設計により、高い性能を秘めていました。<br>戦力化された時期が遅かったことや複雑すぎる構造に問題もありましたが、最後まで戦い抜きました。<br>一部は夜間戦闘機に転用されました。",
  _info_en = "Developed as a successor to the \"Type 1 Land Attacker\", the premier land-attack plane of the Navy.<br>The excellent design of the airframe hides an impressive performance.<br>It arrived too late to change the course of the war and the problems caused by its complex construction were not solved; it saw combat at the end of the war.<br>Some were converted to night fighters.",
  _wikipedia = "Yokosuka P1Y",
  _buildable = false,
  _improvements = true,
}