• 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 33 Surface 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_33_Surface_Radar = {
+
return {
 
_name = "Type 33 Surface Radar",
 
_name = "Type 33 Surface Radar",
 
_page = false,
 
_page = false,
Line 31: Line 31:
 
_scrap_bauxite = 15,
 
_scrap_bauxite = 15,
 
_buildable = true,
 
_buildable = true,
_upgradable = false,
+
_info = "対水上射撃管制用に開発された小型対水上射撃用電探です。<br/>22号を改修して精度を上げ、探知距離・精度ともに実用レベルで運用可能です。<br/>雷撃管制用にも使用でき、砲雷撃戦の質を大きく向上させます。",
 
}
 
}
 
return No_33_Surface_Radar
 

Revision as of 23:11, 3 May 2018

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

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

return {
	_name = "Type 33 Surface Radar",
	_page = false,
	_id = 29,
	_japanese_name = "33号対水上電探",
	_reading = "33ごうたいすいじょうでんたん",
	_type = 12,
	_icon = 11,
	_rarity = 2,
	_back = 3,
	_firepower = false,
	_bombing = false,
	_torpedo = false,
	_aa = false,
	_armor = false,
	_asw = false,
	_shelling_accuracy = 5,
	_torpedo_accuracy = 12,
	_evasion = false,
	_los = 7,
	_speed = false,
	_luck = false,
	_range = false,
	_special = false,
	_scrap_fuel = false,
	_scrap_ammo = false,
	_scrap_steel = 20,
	_scrap_bauxite = 15,
	_buildable = true,
	_info = "対水上射撃管制用に開発された小型対水上射撃用電探です。<br/>22号を改修して精度を上げ、探知距離・精度ともに実用レベルで運用可能です。<br/>雷撃管制用にも使用でき、砲雷撃戦の質を大きく向上させます。",
}