• 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/15m Duplex Rangefinder + Type 21 Radar Kai 2"

From Kancolle Wiki
Jump to navigation Jump to search
m
Line 2: Line 2:
 
--[[Category:Equipment modules]]
 
--[[Category:Equipment modules]]
  
local _15m_Duplex_Rangefinder_No_21_Radar_Kai_Ni = {
+
return {
 
_name = "15m Duplex Rangefinder + Type 21 Radar Kai Ni",
 
_name = "15m Duplex Rangefinder + Type 21 Radar Kai Ni",
 
_page = false,
 
_page = false,
Line 29: Line 29:
 
_scrap_steel = 26,
 
_scrap_steel = 26,
 
_scrap_bauxite = 28,
 
_scrap_bauxite = 28,
 +
_info = "大和型戦艦のために開発された射撃&電探兵装です。<br>特注の大型光学15m二重測距儀と、その上に熟練した技術者が調整を重ねた精度の高い21号対空電探を配しています。大型かつ重量もあるため、戦艦の艦橋上部構造物のみに装備可能な光学及び電波兵装です。",
 +
_wikipedia = "Rangefinder",
 
_buildable = false,
 
_buildable = false,
 
_upgradable = false,
 
_upgradable = false,
 
}
 
}
 
return _15m_Duplex_Rangefinder_No_21_Radar_Kai_Ni
 

Revision as of 22:54, 15 January 2019

Documentation for this module may be created at Module:Data/Equipment/15m Duplex Rangefinder + Type 21 Radar Kai 2/doc

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

return {
	_name = "15m Duplex Rangefinder + Type 21 Radar Kai Ni",
	_page = false,
	_id = 142,
	_japanese_name = "15m二重測距儀+21号電探改二",
	_reading = "15メートルにじゅうそっきょぎ+21ごうでんたんかいに",
	_type = 93,
	_icon = 11,
	_rarity = 4,
	_firepower = 1,
	_bombing = false,
	_torpedo = false,
	_aa = 8,
	_armor = 1,
	_asw = false,
	_shelling_accuracy = 9,
	_torpedo_accuracy = false,
	_evasion = 1,
	_los = 7,
	_speed = false,
	_luck = false,
	_range = false,
	_special = false,
	_scrap_fuel = false,
	_scrap_ammo = false,
	_scrap_steel = 26,
	_scrap_bauxite = 28,
	_info = "大和型戦艦のために開発された射撃&電探兵装です。<br>特注の大型光学15m二重測距儀と、その上に熟練した技術者が調整を重ねた精度の高い21号対空電探を配しています。大型かつ重量もあるため、戦艦の艦橋上部構造物のみに装備可能な光学及び電波兵装です。",
	_wikipedia = "Rangefinder",
	_buildable = false,
	_upgradable = false,
}