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

Difference between revisions of "Module:Data/Ship/Asashimo"

From Kancolle Wiki
Jump to navigation Jump to search
com>Ckwng
com>Ckwng
Line 116: Line 116:
 
{equipment = "25mm Triple Autocannon Mount", size = 0},
 
{equipment = "25mm Triple Autocannon Mount", size = 0},
 
},
 
},
 +
},
 +
["Fall"] = "/Akimatsuri Happi",
 +
["Akimatsuri Happi"] = {
 +
_name = "Asashimo",
 +
_suffix = "Akimatsuri Happi",
 +
_display_suffix = "(Akimatsuri Happi)",
 +
_api_id = nil,
 +
_type = 2,
 +
_seasonal = true,
 +
_cg = "DD Asashimo Akimatsuri Happi Full.png",
 +
_cg_damaged = "DD Asashimo Akimatsuri Happi Full Damaged.png",
 
},
 
},
 
}
 
}
  
 
return Asashimo
 
return Asashimo

Revision as of 12:22, 31 August 2016

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

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

local Asashimo = {
	[""] = {
		_name = "Asashimo",
		_rarity = 4,
		_api_id = 425,
		_id = 225,
		_true_id = false,
		_japanese_name = "朝霜",
		_reading = "あさしも",
		_class = "Yuugumo",
		_class_number = 16,
		_type = 2,
		_hp = 16,
		_hp_max = 34,
		_firepower = 10,
		_firepower_max = 29,
		_firepower_mod = false,
		_armor = 6,
		_armor_max = 19,
		_armor_mod = 1,
		_torpedo = 24,
		_torpedo_max = 68,
		_torpedo_mod = 1,
		_evasion = 47,
		_evasion_max = 80,
		_aa = 9,
		_aa_max = 44,
		_aa_mod = false,
		_asw = 35,
		_asw_max = 64,
		_speed = 10,
		_los = 6,
		_los_max = 19,
		_range = 1,
		_luck = 16,
		_luck_max = 59,
		_luck_mod = false,
		_buildable = false,
		_buildable_lsc = false,
 		_build_time = 24,
		_remodel_level = false,
		_remodel_from = false,
		_remodel_to = "Asashimo/Kai",
		_fuel = 15,
		_ammo = 20,
		_scrap_fuel = 1,
		_scrap_ammo = 1,
		_scrap_steel = 6,
		_scrap_baux = false,
		_equipment = {
			{equipment = "12.7cm Twin Gun Mount", size = 0},
			{equipment = "Type 93 Passive Sonar", size = 0},
		},
		_voice_actor = "Kayano Ai",
		_artist = "Fujikawa",
		_implementation_date = {2014, 11, 14},
		_availability = {"drop", "event_drop", event_drop = {{2015, 1, 2, "I"}, {2015, 1, 3, "K"}, {2015, 1, 4, "K"}, {2015, 1, 5, {"E","F","G","H","I","J"}}}},
	},
	["Kai"] = {
		_name = "Asashimo",
		_suffix = "Kai",
		_rarity = 5,
		_api_id = 344,
		_id = 225,
		_true_id = 1424,
		_japanese_name = "朝霜改",
		_reading = "あさしもかい",
		_class = "Yuugumo",
		_class_number = 16,
		_type = 2,
		_hp = 33,
		_hp_max = 49,
		_firepower = 12,
		_firepower_max = 47,
		_firepower_mod = false,
		_armor = 14,
		_armor_max = 49,
		_armor_mod = 1,
		_torpedo = 28,
		_torpedo_max = 78,
		_torpedo_mod = 1,
		_evasion = 49,
		_evasion_max = 92,
		_aa = 22,
		_aa_max = 62,
		_aa_mod = 1,
		_asw = 35,
		_asw_max = 79,
		_speed = 10,
		_los = 10,
		_los_max = 43,
		_range = 1,
		_luck = 18,
		_luck_max = 68,
		_luck_mod = false,
		_remodel_level = 45,
		_remodel_ammo = 170,
		_remodel_steel = 150,
		_remodel_development_material = false,
		_remodel_blueprint = false,
		_remodel_catapult = false,
		_remodel_from = "Asashimo/",
		_remodel_to = false,
		_fuel = 15,
		_ammo = 20,
		_scrap_fuel = 1,
		_scrap_ammo = 3,
		_scrap_steel = 10,
		_scrap_baux = 1,
		_equipment = {
			{equipment = "12.7cm Twin High-angle Gun Mount (Late Model)", size = 0},
			{equipment = "Type 3 Active Sonar", size = 0},
			{equipment = "25mm Triple Autocannon Mount", size = 0},
		},
	},
	["Fall"] = "/Akimatsuri Happi",
	["Akimatsuri Happi"] = {
		_name = "Asashimo",
		_suffix = "Akimatsuri Happi",
		_display_suffix = "(Akimatsuri Happi)",
		_api_id = nil,
		_type = 2,
		_seasonal = true,
		_cg = "DD Asashimo Akimatsuri Happi Full.png",
		_cg_damaged = "DD Asashimo Akimatsuri Happi Full Damaged.png",
	},
}

return Asashimo