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

From Kancolle Wiki
Jump to navigation Jump to search

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

-- [[Category:Player ship modules]]

return {
  [""] = {
    _name = "Atlanta",
    _suffix = false,
    _rarity = 6,
    _api_id = 597,
    _id = 397,
    _true_id = false,
    _japanese_name = "Atlanta",
    _reading = "アトランタ",
    _class = "Atlanta",
    _class_number = 1,
    _type = 3,
    _hp = 27,
    _hp_max = 41,
    _firepower = 16,
    _firepower_max = 38,
    _firepower_mod = 1,
    _armor = 15,
    _armor_max = 29,
    _armor_mod = 1,
    _torpedo = 22,
    _torpedo_max = 66,
    _torpedo_mod = 1,
    _evasion = 34,
    _evasion_max = 67,
    _aa = 80,
    _aa_max = 120,
    _aa_mod = 3,
    _asw = 10,
    _asw_max = 20,
    _speed = 10,
    _los = 11,
    _los_max = 40,
    _range = 1,
    _luck = 17,
    _luck_max = 47,
    _luck_mod = false,
    _buildable = false,
    _buildable_lsc = false,
    _build_time = 60,
    _remodel_level = false,
    _remodel_from = false,
    _remodel_to = "Atlanta/Kai",
    _fuel = 30,
    _ammo = 50,
    _scrap_fuel = 3,
    _scrap_ammo = 5,
    _scrap_steel = 11,
    _scrap_baux = 2,
    _equipment = {
      {equipment = "5inch Twin Dual-purpose Gun Mount (Concentrated Deployment)", size = 0},
      {equipment = false, size = 0},
      {equipment = false, size = 0},
    },
    _voice_flag = 1,
    _voice_actor = "Nazuka Kaori",
    _artist = "Shizuma Yoshinori",
    _implementation_date = {2019, 12, 7},
    _availability = {"event_reward"},
    _wikipedia = "USS_Atlanta_(CL-51)",
  },
  ["Kai"] = {
    _name = "Atlanta",
    _suffix = "Kai",
    _rarity = 7,
    _api_id = 696,
    _id = 397,
    _true_id = 1496,
    _cg_reference = "/",
    _cg_damaged_reference = "/",
    _japanese_name = "Atlanta改",
    _reading = "アトランタかい",
    _class = "Atlanta",
    _class_number = 1,
    _type = 3,
    _hp = 41,
    _hp_max = 59,
    _firepower = 18,
    _firepower_max = 64,
    _firepower_mod = 1,
    _armor = 27,
    _armor_max = 61,
    _armor_mod = 1,
    _torpedo = 22,
    _torpedo_max = 70,
    _torpedo_mod = 1,
    _evasion = 38,
    _evasion_max = 76,
    _aa = 82,
    _aa_max = 128,
    _aa_mod = 4,
    _asw = 12,
    _asw_max = 32,
    _speed = 10,
    _los = 11,
    _los_max = 50,
    _range = 1,
    _luck = 18,
    _luck_max = 58,
    _luck_mod = false,
    _build_time = 60,
    _remodel_level = 50,
    _remodel_ammo = 420,
    _remodel_steel = 360,
    _remodel_development_material = 100,
    _remodel_construction_material = 20,
    _remodel_blueprint = false,
    _remodel_catapult = false,
    _remodel_report = false,
    _remodel_from = "Atlanta/",
    _remodel_to = false,
    _fuel = 30,
    _ammo = 60,
    _scrap_fuel = 3,
    _scrap_ammo = 5,
    _scrap_steel = 12,
    _scrap_baux = 3,
    _equipment = {
      {equipment = "5inch Twin Dual-purpose Gun Mount (Concentrated Deployment)", size = 0},
      {equipment = false, size = 0},
      {equipment = false, size = 0},
    },
    _voice_flag = 3,
  },
    class = {
        _name = "Atlanta",
        _class = true,
        _base_type = 3,
    },
}