• 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/OS2U"

From Kancolle Wiki
Jump to navigation Jump to search
com>Ckwng
Line 2: Line 2:
 
--[[Category:Equipment modules]]
 
--[[Category:Equipment modules]]
  
local OS2U = {
+
return {
 
_name = "OS2U",
 
_name = "OS2U",
 
_page = false,
 
_page = false,
Line 31: Line 31:
 
_scrap_steel = false,
 
_scrap_steel = false,
 
_scrap_bauxite = 2,
 
_scrap_bauxite = 2,
 +
_info = "Vought社が開発した艦載観測機です。水上機タイプの本機は、米海軍の水上艦に搭載され、Iowa級をはじめ、戦艦や巡洋艦等の目として索敵等に運用されました。",
 +
_wikipedia = "Vought OS2U Kingfisher",
 
_buildable = false,
 
_buildable = false,
 
_improvements = false,
 
_improvements = false,
 
}
 
}
 
return OS2U
 

Revision as of 05:24, 16 January 2019

Documentation for this module may be created at Module:Data/Equipment/OS2U/doc

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

return {
	_name = "OS2U",
	_page = false,
	_id = 171,
	_japanese_name = "OS2U",
	_reading = false,
	_type = 10,
	_icon = 10,
	_rarity = 3,
	_firepower = false,
	_bombing = 1,
	_torpedo = false,
	_aa = 1,
	_armor = false,
	_asw = 1,
	_shelling_accuracy = 2,
	_torpedo_accuracy = false,
	_evasion = 1,
	_los = 6,
	_speed = false,
	_luck = false,
	_range = false,
	_flight_cost = 6,
	_flight_range = 3,
	_special = false,
	_scrap_fuel = 2,
	_scrap_ammo = 1,
	_scrap_steel = false,
	_scrap_bauxite = 2,
	_info = "Vought社が開発した艦載観測機です。水上機タイプの本機は、米海軍の水上艦に搭載され、Iowa級をはじめ、戦艦や巡洋艦等の目として索敵等に運用されました。",
	_wikipedia = "Vought OS2U Kingfisher",
	_buildable = false,
	_improvements = false,
}