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

From Kancolle Wiki
< Module:Data‎ | Ship
Revision as of 06:51, 8 March 2018 by com>Ferret840-fduser (Accidentally put Hamanami Kai stats in non-kai. Fixed that mistake and added ASW, LoS, and Evasion to Hamanami Kai based off Jap wikiwiki)
Jump to navigation Jump to search

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

--Categories:
--[[Category:Player ship modules]]

return {
    [""] = {
        _name = "Hamanami",
        _rarity = 4,
        _api_id = 484,
        _id = 284,
        _true_id = false,
        _japanese_name = "浜波",
        _reading = "はまなみ",
        _class = "Yuugumo",
        _class_number = 13,
        _type = 2,
        _hp = 16,
        _hp_max = 34,
        _firepower = 10,
        _firepower_max = 31,
        _firepower_mod = false,
        _armor = 6,
        _armor_max = 19,
        _armor_mod = 1,
        _torpedo = 24,
        _torpedo_max = 68,
        _torpedo_mod = 1,
        _evasion = 46,
        _evasion_max = 80,
        _aa = 12,
        _aa_max = 43,
        _aa_mod = false,
        _asw = 26,
        _asw_max = 52,
        _speed = 10,
        _los = 9,
        _los_max = 24,
        _range = 1,
        _luck = 10,
        _luck_max = 50,
        _luck_mod = false,
        _buildable = nil,
        _buildable_lsc = nil,
        _build_time = 24,
        _remodel_level = false,
        _remodel_from = false,
        _remodel_to = "Hamanami/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 Twin Autocannon Mount", size = 0},
        },
        _voice_flag = 1,
        _voice_actor = "Tanibe Yumi",
        _artist = "Fujikawa",
        _implementation_date = { 2018, 2, 21 },
        _availability = { "event_drop" },
    },
    ["Kai"] = {
        _name = "Hamanami",
        _suffix = "Kai",
        _rarity = 5,
        _api_id = 680,
        _id = 284,
        _true_id = 1480,
        _cg_reference = "/",
        _cg_damaged_reference = "/",
        _japanese_name = "浜波改",
        _reading = "はまなみかい",
        _class = "Yuugumo",
        _class_number = 13,
        _type = 2,
        _hp = 32,
        _hp_max = 49,
        _firepower = 12,
        _firepower_max = 52,
        _firepower_mod = 1,
        _armor = 14,
        _armor_max = 49,
        _armor_mod = 1,
        _torpedo = 27,
        _torpedo_max = 78,
        _torpedo_mod = 1,
        _evasion = 47,
        _evasion_max = 90,
        _aa = 18,
        _aa_max = 59,
        _aa_mod = 1,
        _asw = 29,
        _asw_max = 65,
        _speed = 10,
        _los = 12,
        _los_max = 56,
        _range = 1,
        _luck = 12,
        _luck_max = 58,
        _luck_mod = false,
        _buildable = nil,
        _buildable_lsc = nil,
        _build_time = 24,
        _remodel_level = 30,
        _remodel_ammo = 150,
        _remodel_steel = 110,
        _remodel_development_material = false,
        _remodel_blueprint = false,
        _remodel_catapult = false,
        _remodel_report = false,
        _remodel_from = "Hamanami/",
        _remodel_to = false,
        _fuel = 15,
        _ammo = 20,
        _scrap_fuel = 1,
        _scrap_ammo = 2,
        _scrap_steel = 10,
        _scrap_baux = false,
        _equipment = {
            {equipment = "Type 22 Surface Radar", size = 0},
            {equipment = "Type 13 Air Radar", size = 0},
            {equipment = "25mm Twin Autocannon Mount", size = 0},
        },
        _voice_flag = 1,
    },
}