• 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 2 Reconnaissance Aircraft"

From Kancolle Wiki
Jump to navigation Jump to search
com>Ckwng
(Remove redirect)
com>Ckwng
Line 9: Line 9:
 
_rarity = 1,
 
_rarity = 1,
 
_back = 2,
 
_back = 2,
_card = "Equipment61-1.png",
 
 
_firepower = false,
 
_firepower = false,
 
_bombing = false,
 
_bombing = false,

Revision as of 02:24, 14 August 2015

Documentation for this module may be created at Module:Data/Equipment/Type 2 Reconnaissance Aircraft/doc

local Type_2_Reconnaissance_Aircraft = {
	_name = "Type 2 Reconnaissance Aircraft",
	_page = false,
	_id = 61,
	_japanese_name = "二式艦上偵察機",
	_reading = "にしきかんじょうていさつき",
	_type = 9,
	_icon = 9,
	_rarity = 1,
	_back = 2,
	_firepower = false,
	_bombing = false,
	_torpedo = false,
	_aa = 1,
	_armor = false,
	_asw = false,
	_shelling_accuracy = 3,
	_torpedo_accuracy = false,
	_evasion = false,
	_los = 7,
	_speed = false,
	_luck = false,
	_range = false,
	_special = false,
	_scrap_fuel = 3,
	_scrap_ammo = 1,
	_scrap_steel = false,
	_scrap_bauxite = 13,
	_buildable = true,
	_upgradable = false,
}

return Type_2_Reconnaissance_Aircraft