• 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/Kako

From Kancolle Wiki
< Module:Data‎ | Ship
Revision as of 07:36, 12 June 2015 by Dragonjet (talk | contribs) (fix)
Jump to navigation Jump to search

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

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

local Kako = {
	[""] = {
		_name = "Kako",
		_rarity = 1,
		_api_id = 60,
		_id = 53,
		_true_id = false,
		_japanese_name = "加古",
		_reading = "かこ",
		_class = "Furutaka",
		_class_number = 2,
		_type = 5,
		_hp = 36,
		_hp_max = 49,
		_firepower = 30,
		_firepower_max = 49,
		_firepower_mod = 2,
		_armor = 25,
		_armor_max = 34,
		_armor_mod = 2,
		_torpedo = 12,
		_torpedo_max = 49,
		_torpedo_mod = 1,
		_evasion = 33,
		_evasion_max = 59,
		_aa = 16,
		_aa_max = 49,
		_aa_mod = false,
		_asw = 0,
		_asw_max = false,
		_speed = 10,
		_los = 10,
		_los_max = 39,
		_range = 2,
		_luck = 10,
		_luck_max = 49,
		_luck_mod = false,
		_buildable = true,
		_buildable_lsc = false,
		_build_time = 60,
		_remodel_level = false,
		_remodel_from = false,
		_remodel_to = "Kako/Kai",
		_fuel = 35,
		_ammo = 50,
		_scrap_fuel = 2,
		_scrap_ammo = 2,
		_scrap_steel = 10,
		_scrap_baux = 1,
		_equipment = {
			{equipment = "20.3cm Twin Gun Mount", size = 2},
			{equipment = false, size = 2},
			{equipment = false, size = 2},
		},
	},
	["Kai"] = {
		_name = "Kako",
		_suffix = "Kai",
		_rarity = 4,
		_api_id = 263,
		_id = 52,
		_true_id = 1363,
		_battle_card_extension = "png",
		_battle_card_damaged_extension = "png",
		_cg_reference = "/",
		_cg_damaged_reference = "/",
		_japanese_name = "加古改",
		_reading = "かこかい",
		_class = "Furutaka",
		_class_number = 2,
		_type = 5,
		_hp = 48,
		_hp_max = 65,
		_firepower = 36,
		_firepower_max = 70,
		_firepower_mod = 2,
		_armor = 32,
		_armor_max = 70,
		_armor_mod = 2,
		_torpedo = 18,
		_torpedo_max = 59,
		_torpedo_mod = 1,
		_evasion = 38,
		_evasion_max = 75,
		_aa = 18,
		_aa_max = 59,
		_aa_mod = 1,
		_asw = 0,
		_asw_max = false,
		_speed = 10,
		_los = 12,
		_los_max = 49,
		_range = 2,
		_luck = 10,
		_luck_max = 59,
		_luck_mod = false,
		_remodel_level = 25,
		_remodel_ammo = 300,
		_remodel_steel = 250,
		_remodel_blueprint = false,
		_remodel_from = "Kako/",
		_remodel_to = false,
		_fuel = 35,
		_ammo = 55,
		_scrap_fuel = 3,
		_scrap_ammo = 6,
		_scrap_steel = 15,
		_scrap_baux = 1,
		_equipment = {
			{equipment = "20.3cm Twin Gun Mount", size = 2},
			{equipment = "12.7cm Twin High-angle Gun Mount", size = 2},
			{equipment = "61cm Quadruple Torpedo Mount", size = 2},
			{equipment = false, size = 2},
		},
	},
	["Kai Ni"] = {
		_name = "Kako",
		_suffix = "Kai Ni",
		_rarity = 6,
		_api_id = 417,
		_id = 217,
		_true_id = false,
		_japanese_name = "加古改二",
		_reading = "かこ",
		_class = "Furutaka",
		_class_number = 0,
		_type = 5,
		_hp = 52,
		_hp_max = 64,
		_firepower = 40,
		_firepower_max = 78,
		_firepower_mod = 2,
		_armor = 33,
		_armor_max = 72,
		_armor_mod = 2,
		_torpedo = 25,
		_torpedo_max = 77,
		_torpedo_mod = 1,
		_evasion = "?",
		_evasion_max = "?",
		_aa = 24,
		_aa_max = 65,
		_aa_mod = 1,
		_asw = "?",
		_asw_max = "?",
		_speed = 10,
		_los = "?",
		_los_max = "?",
		_range = 2,
		_luck = 12,
		_luck_max = 62,
		_luck_mod = false,
		_remodel_level = 65,
		_remodel_ammo = 480,
		_remodel_steel = 380,
		_remodel_blueprint = false,
		_remodel_from = "Kako/Kai",
		_remodel_to = false,
		_fuel = 35,
		_ammo = 65,
		_scrap_fuel = 3,
		_scrap_ammo = 7,
		_scrap_steel = 16,
		_scrap_baux = 1,
		_equipment = { 
			{ equipment = "", size = 2 }, 
			{ equipment = "", size = 2 }, 
			{ equipment = "", size = 2 }, 
			{ equipment = "", size = 2 }, 
		},
	},
}

return Kako