Difference between revisions of "Module:Data/Ship/Leonardo da Vinci"

(Created page with "return { [""] = { _name = "Leonardo da Vinci", _suffix = false, _rarity = 7, _api_id = 1007, _id = 607, _true_id = false, _japanese_name = "Leona...")
 
 
(6 intermediate revisions by 5 users not shown)
Line 18: Line 18:
 
     _firepower_mod = false,
 
     _firepower_mod = false,
 
     _armor = 9,
 
     _armor = 9,
     _armor_max = 22,
+
     _armor_max = 27,
 
     _armor_mod = false,
 
     _armor_mod = false,
 
     _torpedo = 45,
 
     _torpedo = 45,
 
     _torpedo_max = 90,
 
     _torpedo_max = 90,
 
     _torpedo_mod = 2,
 
     _torpedo_mod = 2,
     _evasion = nil,
+
     _evasion = 22,
     _evasion_max = nil,
+
     _evasion_max = 64,
 
     _aa = 0,
 
     _aa = 0,
 
     _aa_max = false,
 
     _aa_max = false,
 
     _aa_mod = false,
 
     _aa_mod = false,
 
     _asw = 0,
 
     _asw = 0,
     _asw_max = false,
+
     _asw_max = 0,
 
     _speed = 5,
 
     _speed = 5,
     _los = nil,
+
     _los = 15,
     _los_max = nil,
+
     _los_max = 50,
 
     _range = 1,
 
     _range = 1,
 
     _luck = 60,
 
     _luck = 60,
 
     _luck_max = 110,
 
     _luck_max = 110,
 
     _luck_mod = false,
 
     _luck_mod = false,
    _buildable = false,
+
     _remodel_level = 82,
    _buildable_lsc = false,
 
    _build_time = 0,
 
     _remodel_level = false,
 
 
     _remodel_from = "Dace/Kai",
 
     _remodel_from = "Dace/Kai",
 
     _remodel_to = false,
 
     _remodel_to = false,
 +
    _remodel_ammo = 510,
 +
    _remodel_steel = 390,
 
     _fuel = 15,
 
     _fuel = 15,
 
     _ammo = 30,
 
     _ammo = 30,
Line 54: Line 53:
 
       {equipment = false, size = 0},
 
       {equipment = false, size = 0},
 
     },
 
     },
     _voice_flag = nil,
+
     _voice_flag = 3,
 
     _voice_actor = nil,
 
     _voice_actor = nil,
 
     _artist = "Shizuma Yoshinori",
 
     _artist = "Shizuma Yoshinori",

Latest revision as of 21:00, 4 January 2026

Documentation for this module may be created at Module:Data/Ship/Leonardo da Vinci/doc

return {
  [""] = {
    _name = "Leonardo da Vinci",
    _suffix = false,
    _rarity = 7,
    _api_id = 1007,
    _id = 607,
    _true_id = false,
    _japanese_name = "Leonardo da Vinci",
    _reading = "デイス",
    _class = "Gato",
    _class_number = 36,
    _type = 13,
    _hp = 18,
    _hp_max = 25,
    _firepower = 6,
    _firepower_max = 16,
    _firepower_mod = false,
    _armor = 9,
    _armor_max = 27,
    _armor_mod = false,
    _torpedo = 45,
    _torpedo_max = 90,
    _torpedo_mod = 2,
    _evasion = 22,
    _evasion_max = 64,
    _aa = 0,
    _aa_max = false,
    _aa_mod = false,
    _asw = 0,
    _asw_max = 0,
    _speed = 5,
    _los = 15,
    _los_max = 50,
    _range = 1,
    _luck = 60,
    _luck_max = 110,
    _luck_mod = false,
    _remodel_level = 82,
    _remodel_from = "Dace/Kai",
    _remodel_to = false,
    _remodel_ammo = 510,
    _remodel_steel = 390,
    _fuel = 15,
    _ammo = 30,
    _scrap_fuel = 1,
    _scrap_ammo = 2,
    _scrap_steel = 2,
    _scrap_baux = 3,
    _equipment = {
      {equipment = false, size = 0},
      {equipment = false, size = 0},
      {equipment = false, size = 0},
    },
    _voice_flag = 3,
    _voice_actor = nil,
    _artist = "Shizuma Yoshinori",
    _implementation_date = {2025, 11, 10},
    _availability = {"event_reward"},
  },
}