• Welcome to the Kancolle Wiki!
  • If you have any questions regarding site content, account registration, etc., please visit the KanColle Wiki Discord

Module:Data/Equipment/Type 0 Observation Seaplane

From Kancolle Wiki
< Module:Data‎ | Equipment
Revision as of 12:19, 29 February 2016 by com>YasenSuki (Added amount of resources needed for modding)
Jump to navigation Jump to search

Documentation for this module may be created at Module:Data/Equipment/Type 0 Observation Seaplane/doc

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

local Type_0_Observation_Seaplane = {
	_name = "Type 0 Observation Seaplane",
	_page = false,
	_id = 59,
	_japanese_name = "零式水上観測機",
	_reading = "れいしきすいじょうかんそくき",
	_type = 10,
	_icon = 10,
	_rarity = 1,
	_back = 2,
	_firepower = false,
	_bombing = 1,
	_torpedo = false,
	_aa = 2,
	_armor = false,
	_asw = 4,
	_shelling_accuracy = 2,
	_torpedo_accuracy = false,
	_evasion = false,
	_los = 6,
	_speed = false,
	_luck = false,
	_range = false,
	_special = false,
	_scrap_fuel = 1,
	_scrap_ammo = 1,
	_scrap_steel = false,
	_scrap_bauxite = 2,
	_buildable = true,
	_improvements = {
		_fuel = 90,
		_ammo = 40,
		_steel = 0,
		_bauxite = 270,
		_products = {
			[false] = {
				_ships = {
					["Mizuho/"] = {Sunday = nil, Monday = true, Tuesday = nil, Wednesday = nil, Thursday = nil, Friday = nil, Saturday = nil},
					["Mizuho/Kai"] = {Sunday = nil, Monday = true, Tuesday = nil, Wednesday = nil, Thursday = nil, Friday = nil, Saturday = nil},
				},
				[0] = {
					_development_material = 4,
					_development_material_x = 6,
					_improvement_material = 3,
					_improvement_material_x = 5,
					_equipment = {["Zuiun"] = 1},
				},
				[6] = {
					_development_material = nil,
					_development_material_x = nil,
					_improvement_material = nil,
					_improvement_material_x = nil,
					_equipment = nil,
				},
				[10] = {
					_development_material = nil,
					_development_material_x = nil,
					_improvement_material = nil,
					_improvement_material_x = nil,
					_equipment = nil,
				},
				_stars = nil,
			},
		},
	},
}

return Type_0_Observation_Seaplane