• 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/Type 0 Fighter Model 52"

From Kancolle Wiki
Jump to navigation Jump to search
com>Ckwng
(Created page with "local Type_0_Fighter_Model_52 = { _name = "Type 0 Fighter Model 52", _page = "Type 52 Zero Fighter", _id = 21, _japanese_name = "零式艦戦52型", _type = 6, _icon = 6...")
 
com>Ckwng
Line 4: Line 4:
 
_id = 21,
 
_id = 21,
 
_japanese_name = "零式艦戦52型",
 
_japanese_name = "零式艦戦52型",
 +
_reading = "れいしきかんせん52がた",
 
_type = 6,
 
_type = 6,
 
_icon = 6,
 
_icon = 6,

Revision as of 01:23, 28 February 2015

Documentation for this module may be created at Module:Data/Equipment/Type 0 Fighter Model 52/doc

local Type_0_Fighter_Model_52 = {
	_name = "Type 0 Fighter Model 52",
	_page = "Type 52 Zero Fighter",
	_id = 21,
	_japanese_name = "零式艦戦52型",
	_reading = "れいしきかんせん52がた",
	_type = 6,
	_icon = 6,
	_rarity = 1,
	_back = 2,
	_card = "Equipment21-1.png",
	_firepower = false,
	_bombing = false,
	_torpedo = false,
	_aa = 6,
	_armor = false,
	_asw = false,
	_shelling_accuracy = false,
	_torpedo_accuracy = false,
	_evasion = false,
	_los = false,
	_speed = false,
	_luck = false,
	_range = false,
	_special = false,
	_scrap_fuel = 1,
	_scrap_ammo = 2,
	_scrap_steel = false,
	_scrap_bauxite = 3,
	_buildable = true,
	_upgradable = false,
}

return Type_0_Fighter_Model_52