- Welcome to the Kancolle Wiki!
- If you have any questions regarding site content, account registration, etc., please visit the KanColle Wiki Discord
Changes
Jump to navigation
Jump to search
mLine 2:
Line 2:
− local Nagatsuki = {+
− [""] = {+
− _name = "Nagatsuki",+
− _rarity = 2,+
− _api_id = 6,+
− _id = 35,+
− _true_id = false,+
− _battle_card_extension = "png",+
− _battle_card_damaged_extension = "png",+
− _japanese_name = "長月",+
− _reading = "ながつき",+
− _class = "Mutsuki",+
− _class_number = 8,+
− _type = 2,+
− _hp = 13,+
− _hp_max = 24,+
− _firepower = 6,+
− _firepower_max = 29,+
− _firepower_mod = false,+
− _armor = 5,+
− _armor_max = 18,+
− _armor_mod = false,+
− _torpedo = 18,+
− _torpedo_max = 49,+
− _torpedo_mod = 1,+
− _evasion = 37,+
− _evasion_max = 69,+
− _aa = 7,+
− _aa_max = 29,+
− _aa_mod = false,+
− _asw = 16,+
− _asw_max = 39,+
− _speed = 10,+
− _los = 4,+
− _los_max = 17,+
− _range = 1,+
− _luck = 15,+
− _luck_max = 69,+
− _luck_mod = false,+
− _buildable = true,+
− _buildable_lsc = false,+
− _build_time = 18,+
− _remodel_level = false,+
− _remodel_from = false,+
− _remodel_to = "Nagatsuki/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 = "Yadokari",+
− _implementation_date = {2013, 4, 23},+
− _availability = {"drop"},+
− _wikipedia = "Japanese destroyer Nagatsuki (1926)",+
− },+
− ["Kai"] = {+
− _name = "Nagatsuki",+
− _suffix = "Kai",+
− _rarity = 4,+
− _api_id = 258,+
− _id = 35,+
− _true_id = 1358,+
− _battle_card_extension = "png",+
− _battle_card_damaged_extension = "png",+
− _cg_reference = "/",+
− _cg_damaged_reference = "/",+
− _japanese_name = "長月改",+
− _reading = "ながつきかい",+
− _class = "Mutsuki",+
− _class_number = 8,+
− _type = 2,+
− _hp = 24,+
− _hp_max = 39,+
− _firepower = 9,+
− _firepower_max = 39,+
− _firepower_mod = false,+
− _armor = 11,+
− _armor_max = 39,+
− _armor_mod = false,+
− _torpedo = 18,+
− _torpedo_max = 69,+
− _torpedo_mod = 1,+
− _evasion = 40,+
− _evasion_max = 89,+
− _aa = 12,+
− _aa_max = 39,+
− _aa_mod = false,+
− _asw = 18,+
− _asw_max = 59,+
− _speed = 10,+
− _los = 6,+
− _los_max = 39,+
− _range = 1,+
− _luck = 20,+
− _luck_max = 79,+
− _luck_mod = false,+
− _remodel_level = 20,+
− _remodel_ammo = 100,+
− _remodel_steel = 100,+
− _remodel_development_material = false,+
− _remodel_blueprint = false,+
− _remodel_catapult = false,+
− _remodel_from = "Nagatsuki/",+
− _remodel_to = false,+
− _fuel = 15,+
− _ammo = 15,+
− _scrap_fuel = 1,+
− _scrap_ammo = 1,+
− _scrap_steel = 4,+
− _scrap_baux = false,+
− _equipment = {+
− {equipment = "12.7cm Twin Gun Mount", size = 0},+
− {equipment = "61cm Quadruple (Oxygen) Torpedo Mount", size = 0},+
− {equipment = false, size = 0},+
− },+
− },+
− seasonals = {+
− { _suffix = "Christmas", _season = "Christmas 2017" },+
− },+
−
− return Nagatsuki
no edit summary
--[[Category:Player ship modules]]
--[[Category:Player ship modules]]
return {
[""] = {
_name = "Nagatsuki",
_rarity = 2,
_api_id = 6,
_id = 35,
_true_id = false,
_battle_card_extension = "png",
_battle_card_damaged_extension = "png",
_japanese_name = "長月",
_reading = "ながつき",
_class = "Mutsuki",
_class_number = 8,
_type = 2,
_hp = 13,
_hp_max = 24,
_firepower = 6,
_firepower_max = 29,
_firepower_mod = false,
_armor = 5,
_armor_max = 18,
_armor_mod = false,
_torpedo = 18,
_torpedo_max = 49,
_torpedo_mod = 1,
_evasion = 37,
_evasion_max = 69,
_aa = 7,
_aa_max = 29,
_aa_mod = false,
_asw = 16,
_asw_max = 39,
_speed = 10,
_los = 4,
_los_max = 17,
_range = 1,
_luck = 15,
_luck_max = 69,
_luck_mod = false,
_buildable = true,
_buildable_lsc = false,
_build_time = 18,
_remodel_level = false,
_remodel_from = false,
_remodel_to = "Nagatsuki/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 = "Yadokari",
_implementation_date = { 2013, 4, 23 },
_availability = { "drop" },
_wikipedia = "Japanese destroyer Nagatsuki (1926)",
},
["Kai"] = {
_name = "Nagatsuki",
_suffix = "Kai",
_rarity = 4,
_api_id = 258,
_id = 35,
_true_id = 1358,
_battle_card_extension = "png",
_battle_card_damaged_extension = "png",
_cg_reference = "/",
_cg_damaged_reference = "/",
_japanese_name = "長月改",
_reading = "ながつきかい",
_class = "Mutsuki",
_class_number = 8,
_type = 2,
_hp = 24,
_hp_max = 39,
_firepower = 9,
_firepower_max = 39,
_firepower_mod = false,
_armor = 11,
_armor_max = 39,
_armor_mod = false,
_torpedo = 18,
_torpedo_max = 69,
_torpedo_mod = 1,
_evasion = 40,
_evasion_max = 89,
_aa = 12,
_aa_max = 39,
_aa_mod = false,
_asw = 18,
_asw_max = 59,
_speed = 10,
_los = 6,
_los_max = 39,
_range = 1,
_luck = 20,
_luck_max = 79,
_luck_mod = false,
_remodel_level = 20,
_remodel_ammo = 100,
_remodel_steel = 100,
_remodel_development_material = false,
_remodel_blueprint = false,
_remodel_catapult = false,
_remodel_from = "Nagatsuki/",
_remodel_to = false,
_fuel = 15,
_ammo = 15,
_scrap_fuel = 1,
_scrap_ammo = 1,
_scrap_steel = 4,
_scrap_baux = false,
_equipment = {
{ equipment = "12.7cm Twin Gun Mount", size = 0 },
{ equipment = "61cm Quadruple (Oxygen) Torpedo Mount", size = 0 },
{ equipment = false, size = 0 },
},
},
seasonals = {
{ _suffix = "Christmas", _season = "Christmas 2017" },
},
}
}