• 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 2 Reconnaissance Aircraft"

From Kancolle Wiki
Jump to navigation Jump to search
com>Ckwng
com>Segou
(Migration)
Line 2: Line 2:
 
--[[Category:Equipment modules]]
 
--[[Category:Equipment modules]]
  
local Type_2_Reconnaissance_Aircraft = {
+
return {
 
_name = "Type 2 Reconnaissance Aircraft",
 
_name = "Type 2 Reconnaissance Aircraft",
 
_page = false,
 
_page = false,
Line 32: Line 32:
 
_scrap_steel = false,
 
_scrap_steel = false,
 
_scrap_bauxite = 13,
 
_scrap_bauxite = 13,
 +
_info = "名機「彗星艦爆」の艦上偵察機型です。<br/>偵察用カメラと増加燃料タンクを搭載して、艦隊の目として活躍可能です。ぜひ、彩雲と共に機動部隊で運用してね!",
 
_buildable = true,
 
_buildable = true,
_upgradable = false,
+
_improveable = false,
 
}
 
}
 
return Type_2_Reconnaissance_Aircraft
 

Revision as of 14:30, 16 June 2018

Documentation for this module may be created at Module:Data/Equipment/Type 2 Reconnaissance Aircraft/doc

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

return {
	_name = "Type 2 Reconnaissance Aircraft",
	_page = false,
	_id = 61,
	_japanese_name = "二式艦上偵察機",
	_reading = "にしきかんじょうていさつき",
	_type = 9,
	_icon = 9,
	_rarity = 1,
	_back = 2,
	_firepower = false,
	_bombing = false,
	_torpedo = false,
	_aa = 1,
	_armor = false,
	_asw = false,
	_shelling_accuracy = 3,
	_torpedo_accuracy = false,
	_evasion = false,
	_los = 7,
	_speed = false,
	_luck = false,
	_range = false,
	_flight_cost = 6,
	_flight_range = 5,
	_special = false,
	_scrap_fuel = 3,
	_scrap_ammo = 1,
	_scrap_steel = false,
	_scrap_bauxite = 13,
	_info = "名機「彗星艦爆」の艦上偵察機型です。<br/>偵察用カメラと増加燃料タンクを搭載して、艦隊の目として活躍可能です。ぜひ、彩雲と共に機動部隊で運用してね!",
	_buildable = true,
	_improveable = false,
}