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

From Kancolle Wiki
Jump to navigation Jump to search

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

-- [[Category:Player ship modules]]

return {
  [""] = {
    _name = "Matsu",
    _suffix = false,
    _rarity = 5,
    _api_id = 641,
    _id = 441,
    _true_id = false,
    _japanese_name = "松",
    _reading = "まつ",
    _class = "Matsu",
    _class_number = 1,
    _type = 2,
    _hp = 14,
    _hp_max = 27,
    _firepower = 5,
    _firepower_max = 26,
    _firepower_mod = false,
    _armor = 5,
    _armor_max = 22,
    _armor_mod = false,
    _torpedo = 16,
    _torpedo_max = 60,
    _torpedo_mod = 1,
    _evasion = 35,
    _evasion_max = 70,
    _aa = 20,
    _aa_max = 60,
    _aa_mod = 1,
    _asw = 30,
    _asw_max = 75,
    _speed = 10,
    _los = 10,
    _los_max = 25,
    _range = 1,
    _luck = 14,
    _luck_max = 58,
    _luck_mod = false,
    _buildable = false,
    _buildable_lsc = false,
    _build_time = 14,
    _remodel_level = false,
    _remodel_from = false,
    _remodel_to = "Matsu/Kai",
    _fuel = 15,
    _ammo = 15,
    _scrap_fuel = 1,
    _scrap_ammo = 1,
    _scrap_steel = 4,
    _scrap_baux = false,
    _equipment = {
      {equipment = "12.7cm Single High-angle Gun Mount (Late Model)", size = 0},
      {equipment = false, size = 0},
    },
    _voice_flag = 1,
    _voice_actor = "Taketatsu Ayana",
    _artist = "Watanabe Akio",
    _implementation_date = {2020, 6, 26},
    _availability = {"event_reward"},
    _wikipedia = "Japanese_destroyer_Matsu_(1944)",
  },
  ["Kai"] = {
    _name = "Matsu",
    _suffix = "Kai",
    _rarity = 6,
    _api_id = 702,
    _id = 441,
    _true_id = 1702,
    _cg_reference = "/",
    _cg_damaged_reference = "/",
    _japanese_name = "松改",
    _reading = "まつかい",
    _class = "Matsu",
    _class_number = 1,
    _type = 2,
    _hp = 27,
    _hp_max = 45,
    _firepower = 7,
    _firepower_max = 43,
    _firepower_mod = 1,
    _armor = 12,
    _armor_max = 55,
    _armor_mod = 1,
    _torpedo = 16,
    _torpedo_max = 72,
    _torpedo_mod = 1,
    _evasion = 38,
    _evasion_max = 83,
    _aa = 30,
    _aa_max = 74,
    _aa_mod = 2,
    _asw = 35,
    _asw_max = 80,
    _speed = 10,
    _los = 15,
    _los_max = 45,
    _range = 1,
    _luck = 18,
    _luck_max = 70,
    _luck_mod = false,
    _build_time = 14,
    _remodel_level = 50,
    _remodel_ammo = 180,
    _remodel_steel = 120,
    _remodel_development_material = false,
    _remodel_blueprint = false,
    _remodel_catapult = false,
    _remodel_report = false,
    _remodel_from = "Matsu/",
    _remodel_to = false,
    _fuel = 15,
    _ammo = 15,
    _scrap_fuel = 1,
    _scrap_ammo = 1,
    _scrap_steel = 4,
    _scrap_baux = false,
    _equipment = {
      {equipment = "12.7cm Single High-angle Gun Mount (Late Model)", size = 0},
      {equipment = "25mm Single Autocannon Mount", size = 0},
      {equipment = "Type 13 Air Radar", size = 0},
    },
    _voice_flag = 3,
  },
    class = {
        _name = "Matsu",
        _class = true,
        _base_type = 2,
    },
}