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

From Kancolle Wiki
Jump to navigation Jump to search
m
com>Segou
Line 2: Line 2:
 
--[[Category:Equipment modules]]
 
--[[Category:Equipment modules]]
  
local No_14_Air_Radar = {
+
return {
 
_name = "Type 14 Air Radar",
 
_name = "Type 14 Air Radar",
 
_page = false,
 
_page = false,
Line 31: Line 31:
 
_scrap_bauxite = 25,
 
_scrap_bauxite = 25,
 
_buildable = true,
 
_buildable = true,
_upgradable = false,
+
_info = "高性能な大型対空電探です。<br/>英国のレーダーを参考に開発したため、他の対空電探より高い精度を発揮しました。<br/>空中線が大型のため、基本的に戦艦や正規空母、重巡洋艦などの大型艦への装備が可能です。",
 
}
 
}
 
return No_14_Air_Radar
 

Revision as of 21:33, 4 May 2018

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

--Categories:
--[[Category:Equipment modules]]

return {
	_name = "Type 14 Air Radar",
	_page = false,
	_id = 32,
	_japanese_name = "14号対空電探",
	_reading = "14ごうたいくうでんたん",
	_type = 13,
	_icon = 11,
	_rarity = 4,
	_back = 3,
	_firepower = false,
	_bombing = false,
	_torpedo = false,
	_aa = 6,
	_armor = false,
	_asw = false,
	_shelling_accuracy = 4,
	_torpedo_accuracy = 3,
	_evasion = false,
	_los = 5,
	_speed = false,
	_luck = false,
	_range = false,
	_special = false,
	_scrap_fuel = false,
	_scrap_ammo = false,
	_scrap_steel = 25,
	_scrap_bauxite = 25,
	_buildable = true,
	_info = "高性能な大型対空電探です。<br/>英国のレーダーを参考に開発したため、他の対空電探より高い精度を発揮しました。<br/>空中線が大型のため、基本的に戦艦や正規空母、重巡洋艦などの大型艦への装備が可能です。",
}