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

From Kancolle Wiki
Jump to navigation Jump to search

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

-- [[Category:Player ship modules]]

return {
  [""] = {
    _name = "Perth",
    _suffix = false,
    _rarity = 4,
    _api_id = 613,
    _id = 413,
    _true_id = false,
    _japanese_name = "Perth",
    _reading = "パース",
    _class = "Perth",
    _class_number = 1,
    _type = 3,
    _hp = 29,
    _hp_max = 44,
    _firepower = 24,
    _firepower_max = 58,
    _firepower_mod = 1,
    _armor = 17,
    _armor_max = 32,
    _armor_mod = 2,
    _torpedo = 20,
    _torpedo_max = 54,
    _torpedo_mod = 1,
    _evasion = 33,
    _evasion_max = 67,
    _aa = 24,
    _aa_max = 66,
    _aa_mod = 1,
    _asw = 15,
    _asw_max = 50,
    _speed = 10,
    _los = 9,
    _los_max = 40,
    _range = 2,
    _luck = 12,
    _luck_max = 55,
    _luck_mod = false,
    _buildable = false,
    _buildable_lsc = false,
    _build_time = 60,
    _remodel_level = false,
    _remodel_from = false,
    _remodel_to = "Perth/Kai",
    _fuel = 30,
    _ammo = 45,
    _scrap_fuel = 3,
    _scrap_ammo = 4,
    _scrap_steel = 12,
    _scrap_baux = 1,
    _equipment = {
      {equipment = "6inch Twin Rapid Fire Gun Mount Mk.XXI", size = 1},
      {equipment = false, size = 1},
      {equipment = false, size = 1},
    },
    _voice_flag = 1,
    _voice_actor = "Uchida Shuu",
    _artist = "Kusada Souta",
    _implementation_date = {2019, 11, 30},
    _availability = { "event_reward" },
  },
  ["Kai"] = {
    _name = "Perth",
    _suffix = "Kai",
    _rarity = 5,
    _api_id = 618,
    _id = 418,
    _true_id = false,
    _japanese_name = "Perth改",
    _reading = "パースかい",
    _class = "Perth",
    _class_number = 1,
    _type = 3,
    _hp = 45,
    _hp_max = 62,
    _firepower = 32,
    _firepower_max = 72,
    _firepower_mod = 1,
    _armor = 27,
    _armor_max = 68,
    _armor_mod = 2,
    _torpedo = 24,
    _torpedo_max = 72,
    _torpedo_mod = 1,
    _evasion = 36,
    _evasion_max = 72,
    _aa = 28,
    _aa_max = 70,
    _aa_mod = 1,
    _asw = 20,
    _asw_max = 55,
    _speed = 10,
    _los = 10,
    _los_max = 50,
    _range = 2,
    _luck = 22,
    _luck_max = 65,
    _luck_mod = false,
    _build_time = 60,
    _remodel_level = 45,
    _remodel_ammo = 380,
    _remodel_steel = 400,
    _remodel_development_material = false,
    _remodel_blueprint = false,
    _remodel_catapult = false,
    _remodel_report = false,
    _remodel_from = "Perth/",
    _remodel_to = false,
    _fuel = 30,
    _ammo = 45,
    _scrap_fuel = 3,
    _scrap_ammo = 6,
    _scrap_steel = 13,
    _scrap_baux = 1,
    _equipment = {
      {equipment = "6inch Twin Rapid Fire Gun Mount Mk.XXI", size = 1},
      {equipment = false, size = 1},
      {equipment = false, size = 1},
    },
    _voice_flag = 3,
  },
    class = {
        _name = "Perth",
        _class = true,
        _base_type = 3,
    },
}