Module:Data/Ship/Kiso

< Module:Data‎ | Ship
Revision as of 11:50, 7 June 2017 by com>Kenji135 (Add wikipedia link)

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

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

local Kiso = {
	[""] = {
		_name = "Kiso",
		_rarity = 1,
		_api_id = 101,
		_id = 41,
		_true_id = false,
		_battle_card_extension = "png",
		_battle_card_damaged_extension = "png",
		_japanese_name = "木曾",
		_reading = "きそ",
		_class = "Kuma",
		_class_number = 5,
		_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 = 36,
		_evasion_max = 69,
		_aa = 13,
		_aa_max = 49,
		_aa_mod = false,
		_asw = 19,
		_asw_max = 59,
		_speed = 10,
		_los = 8,
		_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 = "Kiso/Kai",
		_fuel = 25,
		_ammo = 25,
		_scrap_fuel = 2,
		_scrap_ammo = 2,
		_scrap_steel = 10,
		_scrap_baux = false,
		_equipment = {
			{equipment = "14cm Single Gun Mount", size = 1},
			{equipment = false, size = 1},
		},
		_voice_actor = "Sakura Ayane",
		_artist = "UGUME",
		_implementation_date = {2013, 4, 23},
		_availability = {"drop"},
		_wikipedia = "Japanese cruiser Kiso",
	},
	["Kai"] = {
		_name = "Kiso",
		_suffix = "Kai",
		_rarity = 4,
		_api_id = 217,
		_id = 41,
		_true_id = 1317,
		_battle_card_damaged_extension = "png",
		_cg_reference = "/",
		_cg_damaged_reference = "/",
		_japanese_name = "木曾改",
		_reading = "きそかい",
		_class = "Kuma",
		_class_number = 5,
		_type = 3,
		_hp = 42,
		_hp_max = 59,
		_firepower = 20,
		_firepower_max = 59,
		_firepower_mod = 1,
		_armor = 29,
		_armor_max = 59,
		_armor_mod = 2,
		_torpedo = 24,
		_torpedo_max = 79,
		_torpedo_mod = 1,
		_evasion = 40,
		_evasion_max = 79,
		_aa = 15,
		_aa_max = 59,
		_aa_mod = 1,
		_asw = 24,
		_asw_max = 79,
		_speed = 10,
		_los = 10,
		_los_max = 49,
		_range = 2,
		_luck = 12,
		_luck_max = 59,
		_luck_mod = false,
		_remodel_level = 20,
		_remodel_ammo = 200,
		_remodel_steel = 200,
		_remodel_development_material = false,
		_remodel_blueprint = false,
		_remodel_catapult = false,
		_remodel_from = "Kiso/",
		_remodel_to = "Kiso/Kai Ni",
		_fuel = 25,
		_ammo = 30,
		_scrap_fuel = 2,
		_scrap_ammo = 2,
		_scrap_steel = 10,
		_scrap_baux = false,
		_equipment = {
			{equipment = "14cm Single Gun Mount", size = 1},
			{equipment = "61cm Quad (Oxygen) Torpedo Mount", size = 1},
			{equipment = "Type 0 Reconnaissance Seaplane", size = 1},
		},
	},
	["Kai Ni"] = {
		_name = "Kiso",
		_suffix = "Kai Ni",
		_rarity = 6,
		_api_id = 146,
		_id = 146,
		_true_id = false,
		_japanese_name = "木曾改二",
		_reading = "きそかいに",
		_class = "Kuma",
		_class_number = 5,
		_type = 4,
		_hp = 44,
		_hp_max = 59,
		_firepower = 18,
		_firepower_max = 64,
		_firepower_mod = 1,
		_armor = 24,
		_armor_max = 65,
		_armor_mod = 1,
		_torpedo = 80,
		_torpedo_max = 110,
		_torpedo_mod = 5,
		_evasion = 45,
		_evasion_max = 84,
		_aa = 24,
		_aa_max = 72,
		_aa_mod = false,
		_asw = 32,
		_asw_max = 82,
		_speed = 10,
		_los = 13,
		_los_max = 49,
		_range = 2,
		_luck = 13,
		_luck_max = 69,
		_luck_mod = false,
		_remodel_level = 65,
		_remodel_ammo = 750,
		_remodel_steel = 400,
		_remodel_development_material = false,
		_remodel_blueprint = false,
		_remodel_catapult = false,
		_remodel_from = "Kiso/Kai",
		_remodel_to = false,
		_fuel = 25,
		_ammo = 50,
		_scrap_fuel = 2,
		_scrap_ammo = 6,
		_scrap_steel = 9,
		_scrap_baux = false,
		_equipment = {
			{equipment = "61cm Quint (Oxygen) Torpedo Mount", size = 0},
			{equipment = "No. 13 Air Radar", size = 0},
			{equipment = "25mm Triple Autocannon Mount", size = 0},
		},
		_implementation_date = {2013, 12, 11},
	},
}

return Kiso