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

From Kancolle Wiki
Jump to navigation Jump to search

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

return {
  [""] = {
    _name = "Ranger",
    _suffix = false,
    _rarity = 6,
    _api_id = 931,
    _id = 531,
    _true_id = false,
    _japanese_name = "Ranger",
    _reading = "レンジャー",
    _class = "Ranger",
    _class_number = 1,
    _type = 11,
    _hp = 48,
    _hp_max = 78,
    _firepower = 0,
    _firepower_max = 27,
    _firepower_mod = false,
    _armor = 17,
    _armor_max = 39,
    _armor_mod = 3,
    _torpedo = 0,
    _torpedo_max = false,
    _torpedo_mod = false,
    _evasion = 28,
    _evasion_max = 54,
    _aa = 28,
    _aa_max = 70,
    _aa_mod = 4,
    _asw = 0,
    _asw_max = false,
    _speed = 10,
    _los = 38,
    _los_max = 68,
    _range = 1,
    _luck = 20,
    _luck_max = 72,
    _luck_mod = false,
    _buildable = false,
    _buildable_lsc = false,
    _build_time = 250,
    _remodel_level = false,
    _remodel_from = false,
    _remodel_to = "Ranger/Kai",
    _fuel = 50,
    _ammo = 55,
    _scrap_fuel = 6,
    _scrap_ammo = 11,
    _scrap_steel = 23,
    _scrap_baux = 7,
    _equipment = {
      {equipment = "F4F-3", size = 24},
      {equipment = "SBD", size = 24},
      {equipment = "TBF", size = 24},
      {equipment = false, size = 4},
    },
    _voice_flag = 1,
    _voice_actor = "Abe Natsuko",
    _artist = "Hoshi Akari",
    _implementation_date = {2022, 9, 11},
    _availability = {"event_reward"},
    _get_message = "Nice to meet you. <br>Admiral?  お会いできて光栄です。<br>私 CV4 USS Ranger と申します。",
  },
  ["Kai"] = {
    _name = "Ranger",
    _suffix = "Kai",
    _rarity = 7,
    _api_id = 723,
    _id = 531,
    _true_id = 1723,
    _japanese_name = "Ranger改",
    _reading = "レンジャーかい",
    _class = "Ranger",
    _class_number = 1,
    _type = 11,
    _hp = 64,
    _hp_max = 84,
    _firepower = 0,
    _firepower_max = 47,
    _firepower_mod = false,
    _armor = 18,
    _armor_max = 58,
    _armor_mod = 3,
    _torpedo = 0,
    _torpedo_max = false,
    _torpedo_mod = false,
    _evasion = 34,
    _evasion_max = 66,
    _aa = 30,
    _aa_max = 82,
    _aa_mod = 4,
    _asw = 0,
    _asw_max = false,
    _speed = 10,
    _los = 40,
    _los_max = 82,
    _range = 1,
    _luck = 32,
    _luck_max = 92,
    _luck_mod = false,
    _build_time = 250,
    _remodel_level = 55,
    _remodel_ammo = 480,
    _remodel_steel = 1000,
    _remodel_development_material = false,
    _remodel_blueprint = false,
    _remodel_catapult = false,
    _remodel_report = false,
    _remodel_from = "Ranger/",
    _remodel_to = false,
    _fuel = 65,
    _ammo = 70,
    _scrap_fuel = 10,
    _scrap_ammo = 14,
    _scrap_steel = 27,
    _scrap_baux = 11,
    _equipment = {
      {equipment = "F4F-4", size = 28},
      {equipment = "SBD-5", size = 30},
      {equipment = "TBF", size = 24},
      {equipment = false, size = 4},
    },
    _voice_flag = 3,
  },
    class = {
        _name = "Ranger",
        _class = true,
        _base_type = 11,
    },
}