KanColle Wiki
Advertisement

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

-- [[Category:Player ship modules]]

return {
    [""] = {
        _name = "Fukae",
        _rarity = 4,
        _api_id = 565,
        _id = 365,
        _true_id = false,
        _japanese_name = "福江",
        _reading = "ふかえ",
        _class = "Etorofu",
        _class_number = 10,
        _type = 1,
        _hp = 9,
        _hp_max = 18,
        _firepower = 4,
        _firepower_max = 16,
        _firepower_mod = 1,
        _armor = 4,
        _armor_max = 16,
        _armor_mod = false,
        _torpedo = 0,
        _torpedo_max = false,
        _torpedo_mod = false,
        _evasion = 41,
        _evasion_max = 84,
        _aa = 7,
        _aa_max = 28,
        _aa_mod = false,
        _asw = 35,
        _asw_max = 72,
        _speed = 5,
        _los = 3,
        _los_max = 13,
        _range = 1,
        _luck = 36,
        _luck_max = 78,
        _luck_mod = false,
        _buildable = false,
        _buildable_lsc = false,
        _build_time = 14,
        _remodel_level = false,
        _remodel_from = false,
        _remodel_to = "Fukae/Kai",
        _fuel = 10,
        _ammo = 10,
        _scrap_fuel = 1,
        _scrap_ammo = 1,
        _scrap_steel = 2,
        _scrap_baux = false,
        _equipment = {
            { equipment = "12cm Single Gun Mount", size = 0 },
            { equipment = "25mm Twin Autocannon Mount", size = 0 },
        },
        _voice_flag = 1,
        _voice_actor = "Komatsu Mana",
        _artist = "Akasaka Yuzu",
        _implementation_date = { 2018, 5, 15 },
        _availability = { "event_drop" },
        _wikipedia = "Etorofu-class escort ship",
    },
    ["Kai"] = {
        _name = "Fukae",
        _suffix = "Kai",
        _rarity = 5,
        _api_id = 685,
        _id = 365,
        _true_id = 1485,
        _cg_reference = "/",
        _cg_damaged_reference = "/",
        _japanese_name = "福江改",
        _reading = "ふかえかい",
        _class = "Etorofu",
        _class_number = 10,
        _type = 1,
        _hp = 17,
        _hp_max = 28,
        _firepower = 5,
        _firepower_max = 35,
        _firepower_mod = 1,
        _armor = 7,
        _armor_max = 34,
        _armor_mod = false,
        _torpedo = 0,
        _torpedo_max = false,
        _torpedo_mod = false,
        _evasion = 55,
        _evasion_max = 92,
        _aa = 12,
        _aa_max = 55,
        _aa_mod = 1,
        _asw = 37,
        _asw_max = 80,
        _speed = 5,
        _los = 5,
        _los_max = 27,
        _range = 1,
        _luck = 40,
        _luck_max = 84,
        _luck_mod = false,
        _build_time = 14,
        _remodel_level = 48,
        _remodel_ammo = 105,
        _remodel_steel = 75,
        _remodel_development_material = false,
        _remodel_blueprint = false,
        _remodel_catapult = false,
        _remodel_report = false,
        _remodel_from = "Fukae/",
        _remodel_to = false,
        _fuel = 10,
        _ammo = 10,
        _scrap_fuel = 1,
        _scrap_ammo = 1,
        _scrap_steel = 2,
        _scrap_baux = false,
        _equipment = {
            { equipment = "12.7cm Single High-angle Gun Mount (Late Model)", size = 0 },
            { equipment = "Type 93 Passive Sonar", size = 0 },
            { equipment = "Type 95 Depth Charge", size = 0 },
        },
        _voice_flag = 1,
    },
    seasonals = {
        { _suffix = "Rainy", _season = "Rainy" },
        { _suffix = "Mackerel Pike Festival", _season = "Sanma 2018" },
        { _suffix = "Christmas", _season = "Christmas 2018" },
    },
}
Advertisement