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

m
(Update asw/ev/los stats estimated from db)
 
(4 intermediate revisions by 3 users not shown)
Line 24: Line 24:
 
         _torpedo_max = false,
 
         _torpedo_max = false,
 
         _torpedo_mod = false,
 
         _torpedo_mod = false,
         _evasion = nil,
+
         _evasion = 2,
         _evasion_max = nil,
+
         _evasion_max = 12,
 
         _aa = 4,
 
         _aa = 4,
 
         _aa_max = 9,
 
         _aa_max = 9,
 
         _aa_mod = false,
 
         _aa_mod = false,
         _asw = nil,
+
         _asw = false,
         _asw_max = nil,
+
         _asw_max = false,
 
         _speed = 5,
 
         _speed = 5,
         _los = nil,
+
         _los = 2,
         _los_max = nil,
+
         _los_max = 4,
 
         _range = 1,
 
         _range = 1,
 
         _luck = 6,
 
         _luck = 6,
Line 40: Line 40:
 
         _buildable = false,
 
         _buildable = false,
 
         _buildable_lsc = false,
 
         _buildable_lsc = false,
         _build_time = 0,
+
         _build_time = 12,
 
         _remodel_level = false,
 
         _remodel_level = false,
 
         _remodel_from = false,
 
         _remodel_from = false,
Line 53: Line 53:
 
             { equipment = false, size = 0 },
 
             { equipment = false, size = 0 },
 
         },
 
         },
 +
        _voice_flag = 1,
 
         _voice_actor = "Ozawa Ari",
 
         _voice_actor = "Ozawa Ari",
 
         _artist = "Hoshi Akari",
 
         _artist = "Hoshi Akari",
 
         _implementation_date = { 2025, 11, 10 },
 
         _implementation_date = { 2025, 11, 10 },
 +
        _availability = {"event_drop"},
 +
        _get_message = "冷凍船南海です。提督、小さな小さな雑役船ではありますが<br>……少しでも皆さんのお役に立てるよう、私、頑張ります!",
 
         _wikipedia = "Japanese food supply ship Nosaki",
 
         _wikipedia = "Japanese food supply ship Nosaki",
 
     },
 
     },
 
}
 
}

Latest revision as of 05:56, 25 December 2025

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

return {
    [""] = {
        _name = "Nankai",
        _suffix = false,
        _rarity = 4,
        _api_id = 988,
        _id = 588,
        _true_id = false,
        _japanese_name = "南海",
        _reading = "のさき",
        _class = "Nosaki",
        _class_number = 1,
        _display_class = "Reefer Ship",
        _type = 22,
        _hp = 7,
        _hp_max = 11,
        _firepower = 3,
        _firepower_max = 7,
        _firepower_mod = false,
        _armor = 2,
        _armor_max = 12,
        _armor_mod = 1,
        _torpedo = 0,
        _torpedo_max = false,
        _torpedo_mod = false,
        _evasion = 2,
        _evasion_max = 12,
        _aa = 4,
        _aa_max = 9,
        _aa_mod = false,
        _asw = false,
        _asw_max = false,
        _speed = 5,
        _los = 2,
        _los_max = 4,
        _range = 1,
        _luck = 6,
        _luck_max = 39,
        _luck_mod = false,
        _buildable = false,
        _buildable_lsc = false,
        _build_time = 12,
        _remodel_level = false,
        _remodel_from = false,
        _remodel_to = "Nosaki/",
        _fuel = 10,
        _ammo = 5,
        _scrap_fuel = 1,
        _scrap_ammo = false,
        _scrap_steel = 1,
        _scrap_baux = false,
        _equipment = {
            { equipment = false, size = 0 },
        },
        _voice_flag = 1,
        _voice_actor = "Ozawa Ari",
        _artist = "Hoshi Akari",
        _implementation_date = { 2025, 11, 10 },
        _availability = {"event_drop"},
        _get_message = "冷凍船南海です。提督、小さな小さな雑役船ではありますが<br>……少しでも皆さんのお役に立てるよう、私、頑張ります!",
        _wikipedia = "Japanese food supply ship Nosaki",
    },
}