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

From Kancolle Wiki
< Module:Data‎ | Ship
Revision as of 05:27, 22 February 2015 by com>Ckwng
Jump to navigation Jump to search

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

local Kitakami = {
	[""] = {
		_name = "Kitakami",
		_rarity = 4,
		_id = 20,
		_true_id = false,
		_card = "020.jpg",
		_japanese_name = "北上",
		_reading = "きたかみ",
		_class = "Kuma",
		_type = 3,
		_hp = 25,
		_hp_max = 39,
		_firepower = 14,
		_firepower_max = 39,
		_firepower_mod = false,
		_armor = 10,
		_armor_max = 29,
		_armor_mod = 1,
		_torpedo = 24,
		_torpedo_max = 79,
		_torpedo_mod = 1,
		_evasion = 37,
		_evasion_max = 77,
		_aa = 13,
		_aa_max = 49,
		_aa_mod = false,
		_asw = 19,
		_asw_max = 59,
		_speed = 10,
		_los = 8,
		_los_max = 39,
		_range = 2,
		_luck = 15,
		_luck_max = 69,
		_luck_mod = false,
		_buildable = true,
		_buildable_lsc = false,
		_build_time = 60,
		_fuel = 25,
		_ammo = 25,
		_scrap_fuel = 2,
		_scrap_ammo = 2,
		_scrap_steel = 9,
		_scrap_baux = false,
		_equipment = {
			{equipment = "14cm Single Gun Mount", size = 0},
			{equipment = "61cm Quad Torpedo Mount", size = 0},
		},
	},
	["Kai"] = {
		_name = "Kitakami",
		_suffix = "Kai",
		_rarity = 6,
		_id = 98,
		_true_id = false,
		_card = "098.jpg",
		_japanese_name = "北上改",
		_reading = "きたかみ",
		_class = "Kuma",
		_type = 4,
		_hp = 32,
		_hp_max = 49,
		_firepower = 8,
		_firepower_max = 39,
		_firepower_mod = false,
		_armor = 12,
		_armor_max = 39,
		_armor_mod = 1,
		_torpedo = 80,
		_torpedo_max = 99,
		_torpedo_mod = 4,
		_evasion = 37,
		_evasion_max = 77,
		_aa = 13,
		_aa_max = 39,
		_aa_mod = false,
		_asw = 25,
		_asw_max = 59,
		_speed = 10,
		_los = 8,
		_los_max = 39,
		_range = 2,
		_luck = 15,
		_luck_max = 69,
		_luck_mod = false,
		_remodel_level = 10,
		_remodel_ammo = 400,
		_remodel_steel = 100,
		_fuel = 25,
		_ammo = 50,
		_scrap_fuel = 2,
		_scrap_ammo = 6,
		_scrap_steel = 9,
		_scrap_baux = false,
		_equipment = {
			{equipment = "61cm Quad (Oxygen) Torpedo Mount", size = 0},
			{equipment = "61cm Quad (Oxygen) Torpedo Mount", size = 0},
		},
	},
	["Kai Ni"] = {
		_name = "Kitakami",
		_suffix = "Kai Ni",
		_rarity = 7,
		_id = 115,
		_true_id = false,
		_card = "115.png",
		_japanese_name = "北上改二",
		_reading = "きたかみ",
		_class = "Kuma",
		_type = 4,
		_hp = 43,
		_hp_max = 59,
		_firepower = 17,
		_firepower_max = 63,
		_firepower_mod = 1,
		_armor = 23,
		_armor_max = 63,
		_armor_mod = 1,
		_torpedo = 90,
		_torpedo_max = 139,
		_torpedo_mod = 5,
		_evasion = 43,
		_evasion_max = 83,
		_aa = 15,
		_aa_max = 49,
		_aa_mod = false,
		_asw = 27,
		_asw_max = 79,
		_speed = 10,
		_los = 9,
		_los_max = 43,
		_range = 2,
		_luck = 30,
		_luck_max = 79,
		_luck_mod = false,
		_remodel_level = 50,
		_remodel_ammo = 770,
		_remodel_steel = 400,
		_fuel = 25,
		_ammo = 75,
		_scrap_fuel = 2,
		_scrap_ammo = 6,
		_scrap_steel = 9,
		_scrap_baux = false,
		_equipment = {
			{equipment = "12.7cm Twin High-angle Gun Mount", size = 0},
			{equipment = "61cm Quint (Oxygen) Torpedo Mount", size = 0},
			{equipment = "No. 21 Air Radar", size = 0},
		},
	},
}

return Kitakami