Module:Data/Ship/Wasp

< Module:Data‎ | Ship
Revision as of 16:02, 23 December 2025 by Sin sin (talk | contribs)

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

return {
    [""] = {
        _name = "Wasp",
        _rarity = 7,
        _api_id = 1025,
        _id = 615,
        _true_id = false,
        _japanese_name = "Wasp",
        _reading = "ワスプ",
        _class = "Essex",
        _class_number = 6,
        _type = 11,
        _hp = 65,
        _hp_max = 88,
        _firepower = 37,
        _firepower_max = 57,
        _firepower_mod = 2,
        _armor = 43,
        _armor_max = 79,
        _armor_mod = 5,
        _torpedo = 0,
        _torpedo_max = false,
        _torpedo_mod = false,
        _evasion = 39,
        _evasion_max = 62,
        _aa = 54,
        _aa_max = 90,
        _aa_mod = 4,
        _asw = 0,
        _asw_max = false,
        _speed = 10,
        _los = 51,
        _los_max = 82,
        _range = 2,
        _luck = 44,
        _luck_max = 88,
        _luck_mod = false,
        _buildable = false,
        _buildable_lsc = false,
        _build_time = 330,
        _remodel_level = false,
        _remodel_from = false,
        _remodel_to = "Wasp/Kai",
        _fuel = 75,
        _ammo = 80,
        _scrap_fuel = 9,
        _scrap_ammo = 16,
        _scrap_steel = 43,
        _scrap_baux = 10,
        _equipment = {
            { equipment = "F4F-4", size = 36 },
            { equipment = "SBD-5", size = 36 },
            { equipment = "SBD-5", size = 18 },
            { equipment = false, size = 6 },
        },
        _voice_flag = 1,
        _voice_actor = "Kubota Hikari",
        _artist = "Shibafu",
        _implementation_date = { 2025, 11, 10 },
        _availability = { "event_reward" },
        _get_message = "Hi! Essex class航空母艦、6番艦!<br>Waspよ! 貴方がAdmiral? いいんじゃない?<br>I kindly request you!",
        _wikipedia = "USS Wasp (CV-18)",
    },
    ["Kai"] = {
        _name = "Wasp",
        _suffix = "Kai",
        _rarity = 7,
        _api_id = 1030,
        _id = 620,
        _true_id = false,
        _japanese_name = "Wasp改",
        _reading = "ワスプかい",
        _class = "Essex",
        _class_number = 6,
        _type = 11,
        _hp = 69,
        _hp_max = 90,
        _firepower = 39,
        _firepower_max = 60,
        _firepower_mod = 2,
        _armor = 52,
        _armor_max = 88,
        _armor_mod = 5,
        _torpedo = 0,
        _torpedo_max = false,
        _torpedo_mod = false,
        _evasion = 43,
        _evasion_max = 67,
        _aa = 56,
        _aa_max = 96,
        _aa_mod = 5,
        _asw = 0,
        _asw_max = false,
        _speed = 10,
        _los = nil,
        _los_max = 92,
        _range = 2,
        _luck = 48,
        _luck_max = 96,
        _luck_mod = false,
        _remodel_level = 50,
        _remodel_ammo = 3200,
        _remodel_steel = 4000,
        _remodel_development_material = false,
        _remodel_blueprint = false,
        _remodel_catapult = false,
        _remodel_report = false,
        _remodel_from = "Wasp/",
        _remodel_to = false,
        _fuel = 90,
        _ammo = 105,
        _scrap_fuel = 12,
        _scrap_ammo = 20,
        _scrap_steel = 48,
        _scrap_baux = 22,
        _equipment = {
            { equipment = "F4U-1D", size = 36 },
            { equipment = false, size = 36 },
            { equipment = false, size = 24 },
            { equipment = false, size = 16 },
        },
        _voice_flag = 3,
    },
}