• 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 13 Air Radar"

From Kancolle Wiki
Jump to navigation Jump to search
com>Ckwng
(Created page with "local No_13_Air_Radar = { _name = "No. 13 Air Radar", _page = "Type 13 Air RADAR", _id = 27, _japanese_name = "13号対空電探", _type = 12, _icon = 11, _rarity = 1, ...")
 
com>Ckwng
Line 4: Line 4:
 
_id = 27,
 
_id = 27,
 
_japanese_name = "13号対空電探",
 
_japanese_name = "13号対空電探",
 +
_reading = "13ごうたいくうでんたん",
 
_type = 12,
 
_type = 12,
 
_icon = 11,
 
_icon = 11,

Revision as of 01:18, 28 February 2015

Documentation for this module may be created at Module:Data/Equipment/Type 13 Air Radar/doc

local No_13_Air_Radar = {
	_name = "No. 13 Air Radar",
	_page = "Type 13 Air RADAR",
	_id = 27,
	_japanese_name = "13号対空電探",
	_reading = "13ごうたいくうでんたん",
	_type = 12,
	_icon = 11,
	_rarity = 1,
	_back = 2,
	_card = "Equipment27-1.png",
	_firepower = false,
	_bombing = false,
	_torpedo = false,
	_aa = 2,
	_armor = false,
	_asw = false,
	_shelling_accuracy = 1,
	_torpedo_accuracy = 3,
	_evasion = false,
	_los = 3,
	_speed = false,
	_luck = false,
	_range = false,
	_special = false,
	_scrap_fuel = false,
	_scrap_ammo = false,
	_scrap_steel = 10,
	_scrap_bauxite = 10,
	_buildable = true,
	_upgradable = false,
}

return No_13_Air_Radar