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

From Kancolle Wiki
Jump to navigation Jump to search

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

return {
  [""] = {
    _name = "Brooklyn",
    _suffix = false,
    _rarity = 5,
    _api_id = 896,
    _id = 497,
    _true_id = false,
    _japanese_name = "Brooklyn",
    _reading = "ブルックリン",
    _class = "Brooklyn",
    _class_number = 1,
    _type = 3,
    _hp = 38,
    _hp_max = 56,
    _firepower = 29,
    _firepower_max = 59,
    _firepower_mod = 2,
    _armor = 16,
    _armor_max = 39,
    _armor_mod = 2,
    _torpedo = 0,
    _torpedo_max = 33,
    _torpedo_mod = false,
    _evasion = 31,
    _evasion_max = 67,
    _aa = 26,
    _aa_max = 70,
    _aa_mod = 2,
    _asw = 0,
    _asw_max = 35,
    _speed = 10,
    _los = 18,
    _los_max = 67,
    _range = 2,
    _luck = 17,
    _luck_max = 77,
    _luck_mod = false,
    _buildable = false,
    _buildable_lsc = false,
    _build_time = 70,
    _remodel_level = false,
    _remodel_from = false,
    _remodel_to = "Brooklyn/Kai",
    _fuel = 35,
    _ammo = 55,
    _scrap_fuel = 3,
    _scrap_ammo = 3,
    _scrap_steel = 13,
    _scrap_baux = 2,
    _equipment = {
      {equipment = '6inch Triple Rapid Fire Gun Mount Mk.16', size = 0},
      {equipment = false, size = 1},
      {equipment = false, size = 3},
    },
    _voice_flag = 1,
    _voice_actor = "Enoyoshi Maya",
    _artist = "UGUME",
    _implementation_date = {2022, 9, 11},
    _availability = {"event_reward"},
    _get_message = "It’s lovely to meet you<br>あたしが、Brooklyn級のnameship、<br>Brooklynよ! 何? 文句……ないよね!",
  },
  ["Kai"] = {
    _name = "Brooklyn",
    _suffix = "Kai",
    _rarity = 6,
    _api_id = 722,
    _id = 497,
    _true_id = 1722,
    _japanese_name = "Brooklyn改",
    _reading = "ブルックリンかい",
    _class = "Brooklyn",
    _class_number = 1,
    _type = 3,
    _hp = 53,
    _hp_max = 67,
    _firepower = 33,
    _firepower_max = 77,
    _firepower_mod = 2,
    _armor = 26,
    _armor_max = 67,
    _armor_mod = 2,
    _torpedo = 0,
    _torpedo_max = 39,
    _torpedo_mod = false,
    _evasion = 37,
    _evasion_max = 81,
    _aa = 36,
    _aa_max = 80,
    _aa_mod = 2,
    _asw = 0,
    _asw_max = 43,
    _speed = 10,
    _los = 22,
    _los_max = 77,
    _range = 2,
    _luck = 37,
    _luck_max = 97,
    _luck_mod = false,
    _build_time = 70,
    _remodel_level = 45,
    _remodel_ammo = 400,
    _remodel_steel = 480,
    _remodel_development_material = false,
    _remodel_blueprint = false,
    _remodel_catapult = false,
    _remodel_report = false,
    _remodel_from = "Brooklyn/",
    _remodel_to = false,
    _fuel = 35,
    _ammo = 60,
    _scrap_fuel = 4,
    _scrap_ammo = 7,
    _scrap_steel = 17,
    _scrap_baux = 2,
    _equipment = {
      {equipment = '6inch Triple Rapid Fire Gun Mount Mk.16 mod.2', size = 0},
      {equipment = 'SOC Seagull', size = 0},
      {equipment = false, size = 2},
      {equipment = false, size = 4},
    },
    _voice_flag = 3,
  },
    class = {
        _name = "Brooklyn",
        _class = true,
        _base_type = 3,
    },
}