• Welcome to the Kancolle Wiki!
  • If you have any questions regarding site content, account registration, etc., please visit the KanColle Wiki Discord

Module:Data/Equipment/Type 0 Fighter Model 21

From Kancolle Wiki
< Module:Data‎ | Equipment
Revision as of 12:38, 27 February 2015 by com>Ckwng (Created page with "local Type_0_Fighter_Model_21 = { _name = "Type 0 Fighter Model 21", _page = "Type 21 Zero Fighter", _id = 20, _japanese_name = "零式艦戦21型", _type = 6, _icon = 6...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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

local Type_0_Fighter_Model_21 = {
	_name = "Type 0 Fighter Model 21",
	_page = "Type 21 Zero Fighter",
	_id = 20,
	_japanese_name = "零式艦戦21型",
	_type = 6,
	_icon = 6,
	_rarity = 0,
	_back = 1,
	_card = "Equipment20-1.png",
	_firepower = false,
	_bombing = false,
	_torpedo = false,
	_aa = 5,
	_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 = 1,
	_scrap_steel = false,
	_scrap_bauxite = 2,
	_buildable = true,
	_upgradable = false,
}

return Type_0_Fighter_Model_21