• 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 22 Surface Radar"

From Kancolle Wiki
Jump to navigation Jump to search
com>Ckwng
(Created page with "local No_22_Surface_Radar = { _name = "No. 22 Surface Radar", _page = "Type 22 Surface RADAR", _id = 28, _japanese_name = "22号対水上電探", _type = 12, _icon = 11,...")
 
com>Ckwng
Line 4: Line 4:
 
_id = 28,
 
_id = 28,
 
_japanese_name = "22号対水上電探",
 
_japanese_name = "22号対水上電探",
 +
_reading = "22ごうたいすいじょうでんたん",
 
_type = 12,
 
_type = 12,
 
_icon = 11,
 
_icon = 11,

Revision as of 01:19, 28 February 2015

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

local No_22_Surface_Radar = {
	_name = "No. 22 Surface Radar",
	_page = "Type 22 Surface RADAR",
	_id = 28,
	_japanese_name = "22号対水上電探",
	_reading = "22ごうたいすいじょうでんたん",
	_type = 12,
	_icon = 11,
	_rarity = 1,
	_back = 2,
	_card = "Equipment28-1.png",
	_firepower = false,
	_bombing = false,
	_torpedo = false,
	_aa = false,
	_armor = false,
	_asw = false,
	_shelling_accuracy = 3,
	_torpedo_accuracy = 10,
	_evasion = false,
	_los = 5,
	_speed = false,
	_luck = false,
	_range = false,
	_special = false,
	_scrap_fuel = false,
	_scrap_ammo = false,
	_scrap_steel = 15,
	_scrap_bauxite = 15,
	_buildable = true,
	_upgradable = false,
}

return No_22_Surface_Radar