Module:Data/Equipment/Ginga

< Module:Data‎ | Equipment
Revision as of 13:15, 12 August 2016 by com>Ckwng (Created page with "--Categories: --Category:Equipment modules local Ginga = { _name = "Ginga", _page = false, _id = 187, _japanese_name = "銀河", _reading = "ぎんが", _type = 47...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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

--Categories:
--[[Category:Equipment modules]]
 
local Ginga = {
	_name = "Ginga",
	_page = false,
	_id = 187,
	_japanese_name = "銀河",
	_reading = "ぎんが",
	_type = 47,
	_icon = 37,
	_rarity = 4,
	_firepower = false,
	_bombing = nil,
	_torpedo = nil,
	_aa = nil,
	_armor = false,
	_asw = nil,
	_shelling_accuracy = false,
	_torpedo_accuracy = false,
	_evasion = false,
	_los = nil,
	_speed = false,
	_luck = false,
	_range = false,
	_flight_cost = nil,
	_flight_range = nil,
	_special = false,
	_scrap_fuel = nil,
	_scrap_ammo = nil,
	_scrap_steel = false,
	_scrap_bauxite = nil,
	_buildable = false,
	_upgradable = false,
}
 
return Ginga