Module:Data/Ship/Minazuki

< Module:Data‎ | Ship
Revision as of 12:18, 13 August 2016 by com>Rimedimichelangelo (added equipment for kai as found here: http://wikiwiki.jp/kancolle/?%BF%E5%CC%B5%B7%EE%B2%FE)

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

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

local Minazuki = {
	[""] = {
		_name = "Minazuki",
		_rarity = 4,
		_api_id = 481,
		_id = 281,
		_true_id = false,
		_japanese_name = "水無月",
		_reading = "みなづき",
		_class = "Mutsuki",
		_class_number = 6,
		_type = 2,
		_hp = 13,
		_hp_max = 24,
		_firepower = 6,
		_firepower_max = 29,
		_firepower_mod = 1,
		_armor = 5,
		_armor_max = 18,
		_armor_mod = false,
		_torpedo = 18,
		_torpedo_max = 49,
		_torpedo_mod = 1,
		_evasion = nil,
		_evasion_max = nil,
		_aa = 7,
		_aa_max = 29,
		_aa_mod = false,
		_asw = nil,
		_asw_max = nil,
		_speed = 10,
		_los = nil,
		_los_max = nil,
		_range = 1,
		_luck = 13,
		_luck_max = 53,
		_luck_mod = false,
		_buildable = false,
		_buildable_lsc = false,
 		_build_time = 18,
		_remodel_level = false,
		_remodel_from = false,
		_remodel_to = "Minazuki/Kai",
		_fuel = 15,
		_ammo = 15,
		_scrap_fuel = 1,
		_scrap_ammo = 1,
		_scrap_steel = 4,
		_scrap_baux = false,
		_equipment = {
			{equipment = "12cm Single Gun Mount", size = 0},
			{equipment = false, size = 0},
		},
		_voice_actor = "Hidaka Rina",
		_artist = "Kusada Souta",
		_implementation_date = {2016, 8, 12},
		_availability = {"event_reward", event_reward = {{2016, 7, 2}}},
	},
	["Kai"] = {
		_name = "Minazuki",
		_suffix = "Kai",
		_rarity = 5,
		_api_id = 366,
		_id = 281,
		_true_id = 1446,
		_japanese_name = "水無月改",
		_reading = "みなづきかい",
		_cg_reference = "/",
		_cg_damaged_reference = "/",
		_class = "Mutsuki",
		_class_number = 6,
		_type = 2,
		_hp = 24,
		_hp_max = 39,
		_firepower = 9,
		_firepower_max = 39,
		_firepower_mod = 1,
		_armor = 11,
		_armor_max = 39,
		_armor_mod = false,
		_torpedo = 18,
		_torpedo_max = 69,
		_torpedo_mod = 1,
		_evasion = nil,
		_evasion_max = nil,
		_aa = 12,
		_aa_max = 39,
		_aa_mod = false,
		_asw = nil,
		_asw_max = nil,
		_speed = 10,
		_los = nil,
		_los_max = nil,
		_range = 1,
		_luck = 16,
		_luck_max = 66,
		_luck_mod = false,
		_remodel_level = 20,
		_remodel_ammo = 100,
		_remodel_steel = 100,
		_remodel_development_material = false,
		_remodel_blueprint = false,
		_remodel_catapult = false,
		_remodel_from = "Minazuki/",
		_remodel_to = false,
		_fuel = 15,
		_ammo = 15,
		_scrap_fuel = 1,
		_scrap_ammo = 1,
		_scrap_steel = 4,
		_scrap_baux = false,
		_equipment = {
			{equipment = "12.7cm Single High-angle Gun Mount", size = 0},
			{equipment = "61cm Triple Torpedo Mount", size = 0},
			{equipment = "Type 13 Air Radar", size = 0},
		},
	},
}

return Minazuki