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

From Kancolle Wiki
Jump to navigation Jump to search

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

-- [[Category:Player ship modules]]

return {
    [""] = {
        _name = "Isokaze",
        _rarity = 5,
        _api_id = 167,
        _id = 167,
        _true_id = false,
        _japanese_name = "磯風",
        _reading = "いそかぜ",
        _class = "Kagerou",
        _class_number = 12,
        _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 = 69,
        _torpedo_mod = 1,
        _evasion = 44,
        _evasion_max = 79,
        _aa = 14,
        _aa_max = 44,
        _aa_mod = false,
        _asw = 24,
        _asw_max = 49,
        _speed = 10,
        _los = 8,
        _los_max = 19,
        _range = 1,
        _luck = 16,
        _luck_max = 54,
        _luck_mod = false,
        _buildable = false,
        _buildable_lsc = false,
        _build_time = 24,
        _remodel_level = false,
        _remodel_from = false,
        _remodel_to = "Isokaze/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 = "25mm Triple Autocannon Mount", size = 0 },
        },
        _voice_actor = "Kawasumi Ayako",
        _artist = "Parsley",
        _implementation_date = { 2014, 8, 8 },
        _availability = { "event_reward" },
        _wikipedia = "Japanese destroyer Isokaze (1939)",
    },
    ["Kai"] = {
        _name = "Isokaze",
        _suffix = "Kai",
        _rarity = 6,
        _api_id = 320,
        _id = 167,
        _true_id = 1413,
        _japanese_name = "磯風改",
        _reading = "いそかぜかい",
        _class = "Kagerou",
        _class_number = 12,
        _type = 2,
        _hp = 33,
        _hp_max = 49,
        _firepower = 12,
        _firepower_max = 48,
        _firepower_mod = 1,
        _armor = 14,
        _armor_max = 49,
        _armor_mod = 1,
        _torpedo = 28,
        _torpedo_max = 79,
        _torpedo_mod = 1,
        _evasion = 47,
        _evasion_max = 88,
        _aa = 24,
        _aa_max = 64,
        _aa_mod = 1,
        _asw = 27,
        _asw_max = 68,
        _speed = 10,
        _los = 9,
        _los_max = 49,
        _range = 1,
        _luck = 18,
        _luck_max = 81,
        _luck_mod = false,
        _remodel_level = 45,
        _remodel_ammo = 160,
        _remodel_steel = 140,
        _remodel_development_material = false,
        _remodel_blueprint = false,
        _remodel_catapult = false,
        _remodel_from = "Isokaze/",
        _remodel_to = "Isokaze/B Kai",
        _fuel = 15,
        _ammo = 20,
        _scrap_fuel = 1,
        _scrap_ammo = 2,
        _scrap_steel = 10,
        _scrap_baux = false,
        _equipment = {
            { equipment = "12.7cm Twin High-angle Gun Mount (Late Model)", size = 0 },
            { equipment = "Type 94 Depth Charge Projector", size = 0 },
            { equipment = "Type 13 Air Radar Kai", size = 0 },
        },
    },
    ["B Kai"] = {
        _name = "Isokaze",
        _suffix = "B Kai",
        _rarity = 7,
        _api_id = 557,
        _id = 357,
        _true_id = false,
        _japanese_name = "磯風乙改",
        _reading = "いそかぜおつかい",
        _class = "Kagerou",
        _class_number = 12,
        _type = 2,
        _hp = 34,
        _hp_max = 55,
        _firepower = 10,
        _firepower_max = 65,
        _firepower_mod = 1,
        _armor = 14,
        _armor_max = 53,
        _armor_mod = 1,
        _torpedo = 24,
        _torpedo_max = 84,
        _torpedo_mod = 1,
        _evasion = 52,
        _evasion_max = 91,
        _aa = 30,
        _aa_max = 91,
        _aa_mod = 2,
        _asw = 31,
        _asw_max = 71,
        _speed = 10,
        _los = 10,
        _los_max = 52,
        _range = 1,
        _luck = 24,
        _luck_max = 90,
        _luck_mod = false,
        _build_time = 24,
        _remodel_level = 68,
        _remodel_ammo = 480,
        _remodel_steel = 300,
        _remodel_development_material = 40,
        _remodel_construction_material = 10,
        _remodel_blueprint = false,
        _remodel_catapult = false,
        _remodel_report = false,
        _remodel_from = "Isokaze/Kai",
        _remodel_to = false,
        _fuel = 15,
        _ammo = 25,
        _scrap_fuel = 1,
        _scrap_ammo = 2,
        _scrap_steel = 11,
        _scrap_baux = 1,
        _equipment = {
            { equipment = "10cm Twin High-angle Gun Mount", size = 0 },
            { equipment = "Type 13 Air Radar Kai", size = 0 },
            { equipment = "25mm Triple Autocannon Mount", size = 0 },
        },
        _voice_flag = 3,
        _implementation_date = { 2018, 3, 23 },
    },
    seasonals = {
        { _suffix = "Mackerel Pike Festival", _season = "Fall 2015" },
        { _suffix = "Kai Mackerel Pike Festival", _season = "Fall 2015", _season_suffix = "Kai" },
    },
}