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

From Kancolle Wiki
Jump to navigation Jump to search

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

-- [[Category:Player ship modules]]

return {
    [""] = {
        _name = "Hatakaze",
        _suffix = false,
        _rarity = 4,
        _api_id = 475,
        _id = 275,
        _true_id = false,
        _japanese_name = "旗風",
        _reading = "はたかぜ",
        _class = "Kamikaze",
        _class_number = 5,
        _type = 2,
        _hp = 12,
        _hp_max = 23,
        _firepower = 5,
        _firepower_max = 29,
        _firepower_mod = 1,
        _armor = 5,
        _armor_max = 17,
        _armor_mod = false,
        _torpedo = 12,
        _torpedo_max = 36,
        _torpedo_mod = 1,
        _evasion = 37,
        _evasion_max = 75,
        _aa = 5,
        _aa_max = 24,
        _aa_mod = false,
        _asw = 17,
        _asw_max = 56,
        _speed = 10,
        _los = 4,
        _los_max = 17,
        _range = 1,
        _luck = 17,
        _luck_max = 73,
        _luck_mod = false,
        _buildable = false,
        _buildable_lsc = false,
        _build_time = 18,
        _remodel_level = false,
        _remodel_from = false,
        _remodel_to = "Hatakaze/Kai",
        _fuel = 15,
        _ammo = 15,
        _scrap_fuel = 1,
        _scrap_ammo = 1,
        _scrap_steel = 3,
        _scrap_baux = false,
        _equipment = {
            { equipment = "12cm Single Gun Mount", size = 0 },
            { equipment = "53cm Twin Torpedo Mount", size = 0 },
        },
        _voice_flag = 1,
        _voice_actor = "Nabatame Hitomi",
        _artist = "Parsley",
        _implementation_date = { 2017, 8, 10 },
        _availability = { "event_reward" },
        _wikipedia = "Japanese destroyer Hatakaze (1924)",
    },
    ["Kai"] = {
        _name = "Hatakaze",
        _suffix = "Kai",
        _rarity = 5,
        _api_id = 387,
        _id = 275,
        _true_id = 1467,
        _cg_reference = "/",
        _cg_damaged_reference = "/",
        _japanese_name = "旗風改",
        _reading = "はたかぜかい",
        _class = "Kamikaze",
        _class_number = 5,
        _type = 2,
        _hp = 23,
        _hp_max = 38,
        _firepower = 7,
        _firepower_max = 40,
        _firepower_mod = 1,
        _armor = 10,
        _armor_max = 37,
        _armor_mod = false,
        _torpedo = 14,
        _torpedo_max = 68,
        _torpedo_mod = 1,
        _evasion = 51,
        _evasion_max = 89,
        _aa = 10,
        _aa_max = 51,
        _aa_mod = false,
        _asw = 21,
        _asw_max = 70,
        _speed = 10,
        _los = 8,
        _los_max = 46,
        _range = 1,
        _luck = 18,
        _luck_max = 86,
        _luck_mod = false,
        _build_time = 18,
        _remodel_level = 50,
        _remodel_ammo = 130,
        _remodel_steel = 80,
        _remodel_development_material = false,
        _remodel_blueprint = false,
        _remodel_catapult = false,
        _remodel_from = "Hatakaze/",
        _remodel_to = false,
        _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 = "Type 93 Passive Sonar", size = 0 },
            { equipment = "Type 94 Depth Charge Projector", size = 0 },
        },
        _voice_flag = 3,
    },
}