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

From Kancolle Wiki
Jump to navigation Jump to search
com>Ckwng
(Fix page link)
com>Ckwng
(add evasion, buildable)
Line 16: Line 16:
 
_shelling_accuracy = 2,
 
_shelling_accuracy = 2,
 
_torpedo_accuracy = 3,
 
_torpedo_accuracy = 3,
 +
_evasion = false,
 
_los = 4,
 
_los = 4,
 
_speed = false,
 
_speed = false,
Line 25: Line 26:
 
_scrap_steel = 20,
 
_scrap_steel = 20,
 
_scrap_bauxite = 20,
 
_scrap_bauxite = 20,
 +
_buildable = true,
 
_upgradable = false,
 
_upgradable = false,
 
}
 
}
  
 
return No_21_Air_Radar
 
return No_21_Air_Radar

Revision as of 14:33, 16 February 2015

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

local No_21_Air_Radar = {
	_name = "No. 21 Air Radar",
	_page = "Type 21 Air RADAR",
	_id = 30,
	_japanese_name = "21号対空電探",
	_type = 13,
	_icon = 11,
	_rarity = 2,
	_card = "Equipment30-1.png",
	_firepower = false,
	_bombing = false,
	_torpedo = false,
	_aa = 4,
	_armor = false,
	_asw = false,
	_shelling_accuracy = 2,
	_torpedo_accuracy = 3,
	_evasion = false,
	_los = 4,
	_speed = false,
	_luck = false,
	_range = false,
	_special = false,
	_scrap_fuel = false,
	_scrap_ammo = false,
	_scrap_steel = 20,
	_scrap_bauxite = 20,
	_buildable = true,
	_upgradable = false,
}

return No_21_Air_Radar