KanColle Wiki
m (Botkaze moved page Module:Houston to Module:Data/Ship/Houston without leaving a redirect)
(Summer CG)
 
Line 122: Line 122:
 
},
 
},
 
_voice_flag = 3,
 
_voice_flag = 3,
  +
},
  +
seasonals = {
  +
{ _suffix = "Summer", _season = "Summer 2020" },
  +
{ _suffix = "Kai Summer", _season = "Summer 2020" },
 
},
 
},
 
}
 
}

Latest revision as of 21:00, 10 August 2020

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

-- [[Category:Player ship modules]]

return {
  [""] = {
    _name = "Houston",
    _suffix = false,
    _rarity = 6,
    _api_id = 595,
    _id = 395,
    _true_id = false,
    _japanese_name = "Houston",
    _reading = "ヒューストン",
    _class = 'Northampton',
    _class_number = 5,
    _type = 5,
    _hp = 43,
    _hp_max = 56,
    _firepower = 37,
    _firepower_max = 52,
    _firepower_mod = 2,
    _armor = 33,
    _armor_max = 47,
    _armor_mod = 2,
    _torpedo = 16,
    _torpedo_max = 40,
    _torpedo_mod = 1,
    _evasion = 36,
    _evasion_max = 60,
    _aa = 20,
    _aa_max = 60,
    _aa_mod = false,
    _asw = 0,
    _asw_max = false,
    _speed = 10,
    _los = 15,
    _los_max = 50,
    _range = 2,
    _luck = 12,
    _luck_max = 55,
    _luck_mod = false,
    _buildable = false,
    _buildable_lsc = false,
    _build_time = 85,
    _remodel_level = false,
    _remodel_from = false,
    _remodel_to = "Houston/Kai",
    _fuel = 40,
    _ammo = 60,
    _scrap_fuel = 2,
    _scrap_ammo = 2,
    _scrap_steel = 11,
    _scrap_baux = 2,
    _equipment = {
      {equipment = "8inch Triple Gun Mount Mk.9", size = 1},
      {equipment = false, size = 1},
      {equipment = false, size = 4},
    },
    _voice_flag = 1,
    _voice_actor = "Nazuka Kaori",
    _artist = "zeco",
    _implementation_date = {2019, 11, 30},
    _availability = { "event_drop" },
  },
  ["Kai"] = {
    _name = "Houston",
    _suffix = "Kai",
    _rarity = 7,
    _api_id = 600,
    _id = 400,
    _true_id = false,
    _japanese_name = "Houston改",
    _reading = "ヒューストンかい",
    _class = 'Northampton',
    _class_number = 5,
    _type = 5,
    _hp = 54,
    _hp_max = 67,
    _firepower = 46,
    _firepower_max = 76,
    _firepower_mod = 2,
    _armor = 40,
    _armor_max = 73,
    _armor_mod = 2,
    _torpedo = 20,
    _torpedo_max = 60,
    _torpedo_mod = 1,
    _evasion = 36,
    _evasion_max = 76,
    _aa = 30,
    _aa_max = 75,
    _aa_mod = 1,
    _asw = 0,
    _asw_max = false,
    _speed = 10,
    _los = 16,
    _los_max = 53,
    _range = 2,
    _luck = 20,
    _luck_max = 65,
    _luck_mod = false,
    _build_time = 85,
    _remodel_level = 50,
    _remodel_ammo = 440,
    _remodel_steel = 500,
    _remodel_development_material = false,
    _remodel_blueprint = false,
    _remodel_catapult = false,
    _remodel_report = false,
    _remodel_from = "Houston/",
    _remodel_to = false,
    _fuel = 40,
    _ammo = 65,
    _scrap_fuel = 2,
    _scrap_ammo = 6,
    _scrap_steel = 19,
    _scrap_baux = 2,
    _equipment = {
      {equipment = "8inch Triple Gun Mount Mk.9", size = 1},
      {equipment = "5inch Single High-angle Gun Mount Battery", size = 1},
      {equipment = false, size = 1},
      {equipment = false, size = 4},
    },
    _voice_flag = 3,
  },
  seasonals = {
    { _suffix = "Summer", _season = "Summer 2020" },
    { _suffix = "Kai Summer", _season = "Summer 2020" },
  },
}