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

From Kancolle Wiki
< Module:Data‎ | Ship
Revision as of 02:37, 27 November 2020 by Chocolatecravinghobo (talk | contribs) (Undo revision 1150665 by Chocolatecravinghobo (talk))
Jump to navigation Jump to search

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

-- [[Category:Player ship modules]]

return {
    [""] = {
        _name = "Libeccio",
        _rarity = 6,
        _api_id = 443,
        _id = 243,
        _true_id = false,
        _japanese_name = "Libeccio",
        _reading = "リベッチオ",
        _class = "Maestrale",
        _class_number = 3,
        _type = 2,
        _hp = 15,
        _hp_max = 30,
        _firepower = 9,
        _firepower_max = 27,
        _firepower_mod = 1,
        _armor = 7,
        _armor_max = 18,
        _armor_mod = false,
        _torpedo = 22,
        _torpedo_max = 58,
        _torpedo_mod = 1,
        _evasion = 48,
        _evasion_max = 82,
        _aa = 11,
        _aa_max = 41,
        _aa_mod = false,
        _asw = 30,
        _asw_max = 60,
        _speed = 10,
        _los = 7,
        _los_max = 20,
        _range = 1,
        _luck = 12,
        _luck_max = 59,
        _luck_mod = false,
        _buildable = false,
        _buildable_lsc = false,
        _build_time = 23,
        _remodel_level = false,
        _remodel_from = false,
        _remodel_to = "Libeccio/Kai",
        _fuel = 15,
        _ammo = 20,
        _scrap_fuel = 1,
        _scrap_ammo = 1,
        _scrap_steel = 6,
        _scrap_baux = false,
        _equipment = {
            { equipment = "120mm/50 Twin Gun Mount", size = 0 },
            { equipment = false, size = 0 },
        },
        _voice_actor = "Kitou Akari",
        _artist = "Jiji",
        _implementation_date = { 2015, 8, 10 },
        _availability = { "drop", "event_drop" },
        _wikipedia = "Maestrale-class destroyer",
    },
    ["Kai"] = {
        _name = "Libeccio",
        _suffix = "Kai",
        _rarity = 7,
        _api_id = 347,
        _id = 243,
        _true_id = 1427,
        _cg_reference = "/",
        _cg_damaged_reference = "/",
        _japanese_name = "Libeccio改",
        _reading = "リベッチオかい",
        _class = "Maestrale",
        _class_number = 3,
        _type = 2,
        _hp = 29,
        _hp_max = 46,
        _firepower = 11,
        _firepower_max = 48,
        _firepower_mod = 1,
        _armor = 15,
        _armor_max = 50,
        _armor_mod = 1,
        _torpedo = 27,
        _torpedo_max = 72,
        _torpedo_mod = 1,
        _evasion = 50,
        _evasion_max = 92,
        _aa = 20,
        _aa_max = 59,
        _aa_mod = 1,
        _asw = 40,
        _asw_max = 80,
        _speed = 10,
        _los = 10,
        _los_max = 46,
        _range = 1,
        _luck = 16,
        _luck_max = 69,
        _luck_mod = false,
        _remodel_level = 30,
        _remodel_ammo = 170,
        _remodel_steel = 100,
        _remodel_development_material = false,
        _remodel_blueprint = false,
        _remodel_catapult = false,
        _remodel_from = "Libeccio/",
        _remodel_to = false,
        _fuel = 15,
        _ammo = 20,
        _scrap_fuel = 1,
        _scrap_ammo = 2,
        _scrap_steel = 10,
        _scrap_baux = false,
        _equipment = {
            { equipment = "120mm/50 Twin Gun Mount", size = 0 },
            { equipment = "120mm/50 Twin Gun Mount", size = 0 },
            { equipment = false, size = 0 },
        },
    },
    seasonals = {
        { _suffix = "Halloween", _season = "Halloween 2015" },
        { _suffix = "Summer", _season = "Mid-Summer 2016" },
        { _suffix = "Yukata", _season = "Fall 2017" },
        { _suffix = "Christmas", _season = "Christmas 2017" },
    },
}