• Welcome to the Kancolle Wiki!
  • If you have any questions regarding site content, account registration, etc., please visit the KanColle Wiki Discord

Difference between revisions of "Module:Data/Ship/Maestrale"

From Kancolle Wiki
Jump to navigation Jump to search
com>Dark Kisuke
com>LatitudeD610
(I got Maestrale in the event and upon checking her wiki page saw not all her info had been entered. So I looked at mine and used kc3 to get the max.)
Line 25: Line 25:
 
     _torpedo_max = 58,
 
     _torpedo_max = 58,
 
     _torpedo_mod = 1,
 
     _torpedo_mod = 1,
     _evasion = nil,
+
     _evasion = 48,
     _evasion_max = nil,
+
     _evasion_max = 82,
 
     _aa = 11,
 
     _aa = 11,
 
     _aa_max = 41,
 
     _aa_max = 41,
 
     _aa_mod = false,
 
     _aa_mod = false,
     _asw = nil,
+
     _asw = 11,
     _asw_max = nil,
+
     _asw_max = 69,
 
     _speed = 10,
 
     _speed = 10,
     _los = nil,
+
     _los = 7,
     _los_max = nil,
+
     _los_max = 20,
 
     _range = 1,
 
     _range = 1,
 
     _luck = 14,
 
     _luck = 14,

Revision as of 02:50, 16 September 2018

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

-- [[Category:Player ship modules]]

return {
  [""] = {
    _name = "Maestrale",
    _suffix = false,
    _rarity = 6,
    _api_id = 575,
    _id = 375,
    _true_id = false,
    _japanese_name = "Maestrale",
    _reading = "マエストラーレ",
    _class = "Maestrale",
    _class_number = 1,
    _type = 2,
    _hp = 15,
    _hp_max = 30,
    _firepower = 9,
    _firepower_max = 27,
    _firepower_mod = 1,
    _armor = 7,
    _armor_max = 18,
    _armor_mod = false,
    _torpedo = 22,
    _torpedo_max = 58,
    _torpedo_mod = 1,
    _evasion = 48,
    _evasion_max = 82,
    _aa = 11,
    _aa_max = 41,
    _aa_mod = false,
    _asw = 11,
    _asw_max = 69,
    _speed = 10,
    _los = 7,
    _los_max = 20,
    _range = 1,
    _luck = 14,
    _luck_max = 74,
    _luck_mod = false,
    _buildable = false,
    _buildable_lsc = false,
    _build_time = 23,
    _remodel_level = false,
    _remodel_from = false,
    _remodel_to = "Maestrale/Kai",
    _fuel = 15,
    _ammo = 20,
    _scrap_fuel = 1,
    _scrap_ammo = 1,
    _scrap_steel = 6,
    _scrap_baux = false,
    _equipment = {
      {equipment = nil, size = 0},
      {equipment = nil, size = 0},
    },
    _voice_flag = 1,
    _voice_actor = nil,
    _artist = "Jiji",
    _implementation_date = {2018, 9, 12},
    _availability = nil,
  },
  ["Kai"] = {
    _name = "Maestrale",
    _suffix = "Kai",
    _rarity = 7,
    _api_id = 580,
    _id = 380,
    _true_id = false,
    _japanese_name = "Maestrale改",
    _reading = "マエストラーレかい",
    _class = "Maestrale",
    _class_number = 1,
    _type = 2,
    _hp = 29,
    _hp_max = 46,
    _firepower = 13,
    _firepower_max = 54,
    _firepower_mod = 1,
    _armor = 15,
    _armor_max = 50,
    _armor_mod = 1,
    _torpedo = 27,
    _torpedo_max = 72,
    _torpedo_mod = 1,
    _evasion = nil,
    _evasion_max = nil,
    _aa = 22,
    _aa_max = 63,
    _aa_mod = 1,
    _asw = nil,
    _asw_max = nil,
    _speed = 10,
    _los = nil,
    _los_max = nil,
    _range = 1,
    _luck = 17,
    _luck_max = 84,
    _luck_mod = false,
    _build_time = 23,
    _remodel_level = 35,
    _remodel_ammo = 190,
    _remodel_steel = 130,
    _remodel_development_material = nil,
    _remodel_blueprint = false,
    _remodel_catapult = false,
    _remodel_report = false,
    _remodel_from = "Maestrale/",
    _remodel_to = false,
    _fuel = 15,
    _ammo = 20,
    _scrap_fuel = 1,
    _scrap_ammo = 2,
    _scrap_steel = 10,
    _scrap_baux = false,
    _equipment = {
      {equipment = nil, size = 0},
      {equipment = nil, size = 0},
      {equipment = nil, size = 0},
    },
    _voice_flag = 3,
  },
    class = {
        _name = "Maestrale",
        _class = true,
        _base_type = 2,
    }
}