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

Module:Data/Ship/Zara

From Kancolle Wiki
< Module:Data‎ | Ship
Revision as of 13:48, 10 February 2016 by がか (talk | contribs) (Created page with "--Categories: --Category:Player ship modules local Zara = { [""] = { _name = "Zara", _rarity = 6, _api_id = 448, _id = nil, _true_id = false, _japanese_name ...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Documentation for this module may be created at Module:Data/Ship/Zara/doc

--Categories:
--[[Category:Player ship modules]]

local Zara = {
	[""] = {
		_name = "Zara",
		_rarity = 6,
		_api_id = 448,
		_id = nil,
		_true_id = false,
		_japanese_name = "Zara",
		_reading = "ザラ",
		_class = "Zara",
		_class_number = 4,
		_type = 5,
		_hp = 42,
		_hp_max = 55,
		_firepower = 36,
		_firepower_max = 58,
		_firepower_mod = 3,
		_armor = 36,
		_armor_max = 52,
		_armor_mod = 2,
		_torpedo = 0,
		_torpedo_max = 28,
		_torpedo_mod = false,
		_evasion = nil,
		_evasion_max = nil,
		_aa = 18,
		_aa_max = 62,
		_aa_mod = false,
		_asw = nil,
		_asw_max = nil,
		_speed = 10,
		_los = nil,
		_los_max = nil,
		_range = 1,
		_luck = 10,
		_luck_max = 48,
		_luck_mod = false,
		_buildable = false,
		_buildable_lsc = false,
 		_build_time = 70,
		_remodel_level = false,
		_remodel_from = false,
		_remodel_to = "Zara/Kai",
		_fuel = 45,
		_ammo = 60,
		_scrap_fuel = 2,
		_scrap_ammo = 2,
		_scrap_steel = 11,
		_scrap_baux = 2,
		_equipment = {
			{equipment = nil, size = 2},
			{equipment = nil, size = 2},
			{equipment = nil, size = 2},
		},
	},
	["Kai"] = {
		_name = "Zara",
		_suffix = "Kai",
		_rarity = 7,
		_api_id = 358,
		_id = nil,
		_true_id = nil,
		_cg_reference = "/",
		_cg_damaged_reference = "/",
		_japanese_name = "Zara改",
		_reading = "ザラかい",
		_class = "Zara",
		_class_number = 4,
		_type = 5,
		_hp = 56,
		_hp_max = 68,
		_firepower = 42,
		_firepower_max = 75,
		_firepower_mod = 4,
		_armor = 46,
		_armor_max = 76,
		_armor_mod = 2,
		_torpedo = 0,
		_torpedo_max = 40,
		_torpedo_mod = false,
		_evasion = nil,
		_evasion_max = nil,
		_aa = 22,
		_aa_max = 72,
		_aa_mod = 1,
		_asw = nil,
		_asw_max = nil,
		_speed = 10,
		_los = nil,
		_los_max = nil,
		_range = 1,
		_luck = 12,
		_luck_max = 56,
		_luck_mod = false,
		_remodel_level = 40,
		_remodel_ammo = 420,
		_remodel_steel = 280,
		_remodel_development_material = false,
		_remodel_blueprint = false,
		_remodel_catapult = false,
		_remodel_from = "Zara/",
		_remodel_to = false,
		_fuel = 45,
		_ammo = 65,
		_scrap_fuel = 4,
		_scrap_ammo = 6,
		_scrap_steel = 18,
		_scrap_baux = 3,
		_equipment = {
			{equipment = nil, size = 2},
			{equipment = nil, size = 2},
			{equipment = nil, size = 2},
			{equipment = nil, size = 2},
		},
	},
}

return Zara