KanColle Wiki
Advertisement

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

-- [[Category:Player ship modules]]

return {
  [""] = {
    _name = "Ariake",
    _suffix = false,
    _rarity = 4,
    _api_id = 632,
    _id = 432,
    _true_id = false,
    _japanese_name = "有明",
    _reading = "ありあけ",
    _class = "Hatsuharu",
    _class_number = 5,
    _type = 2,
    _hp = 16,
    _hp_max = 31,
    _firepower = 10,
    _firepower_max = 29,
    _firepower_mod = false,
    _armor = 6,
    _armor_max = 19,
    _armor_mod = false,
    _torpedo = 27,
    _torpedo_max = 70,
    _torpedo_mod = 1,
    _evasion = 43,
    _evasion_max = 80,
    _aa = 8,
    _aa_max = 38,
    _aa_mod = false,
    _asw = 21,
    _asw_max = 50,
    _speed = 10,
    _los = 5,
    _los_max = 19,
    _range = 1,
    _luck = 10,
    _luck_max = 49,
    _luck_mod = false,
    _buildable = false,
    _buildable_lsc = false,
    _build_time = 20,
    _remodel_level = false,
    _remodel_from = false,
    _remodel_to = "Ariake/Kai",
    _fuel = 15,
    _ammo = 20,
    _scrap_fuel = 1,
    _scrap_ammo = 1,
    _scrap_steel = 5,
    _scrap_baux = false,
    _equipment = {
      {equipment = "12.7cm Twin Gun Mount", size = 0},
      {equipment = false, size = 0},
    },
    _voice_flag = 1,
    _voice_actor = "Tanibe Yumi",
    _artist = "Kujou Ichiso",
    _implementation_date = {2020, 7, 11},
    _availability = {"event_drop"},
    _wikipedia = "Japanese destroyer Ariake (1934)",
  },
  ["Kai"] = {
    _name = "Ariake",
    _suffix = "Kai",
    _rarity = 5,
    _api_id = 703,
    _id = 432,
    _true_id = 1703,
    _cg_reference = "/",
    _cg_damaged_reference = "/",
    _japanese_name = "有明改",
    _reading = "ありあけかい",
    _class = "Hatsuharu",
    _class_number = 5,
    _type = 2,
    _hp = 30,
    _hp_max = 48,
    _firepower = 7,
    _firepower_max = 48,
    _firepower_mod = 1,
    _armor = 12,
    _armor_max = 49,
    _armor_mod = 1,
    _torpedo = 20,
    _torpedo_max = 78,
    _torpedo_mod = 1,
    _evasion = nil,
    _evasion_max = nil,
    _aa = 12,
    _aa_max = 54,
    _aa_mod = 1,
    _asw = nil,
    _asw_max = nil,
    _speed = 10,
    _los = nil,
    _los_max = nil,
    _range = 1,
    _luck = 12,
    _luck_max = 59,
    _luck_mod = false,
    _build_time = 20,
    _remodel_level = 48,
    _remodel_ammo = 100,
    _remodel_steel = 290,
    _remodel_development_material = false,
    _remodel_blueprint = false,
    _remodel_catapult = false,
    _remodel_report = false,
    _remodel_from = "Ariake/",
    _remodel_to = false,
    _fuel = 15,
    _ammo = 20,
    _scrap_fuel = 1,
    _scrap_ammo = 2,
    _scrap_steel = 10,
    _scrap_baux = false,
    _equipment = {
      {equipment = "12.7cm Single High-angle Gun Mount (Late Model)", size = 0},
      {equipment = "25mm Twin Autocannon Mount", size = 0},
      {equipment = false, size = 0},
    },
    _voice_flag = 3,
  },
  seasonals = {
    { _suffix = "Kai Summer", _season = "Summer 2020" },
  },
}
Advertisement