Module:Data/Ship/Saratoga

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

--Categories:
--[[Category:Player ship modules]]

return {
    [""] = {
        _name = "Saratoga",
        _suffix = false,
        _rarity = 6,
        _api_id = 433,
        _id = 233,
        _true_id = false,
        _japanese_name = "Saratoga",
        _reading = "サラトガ",
        _class = "Lexington Class",
        _class_number = 2,
        _type = 11,
        _hp = 83,
        _hp_max = 93,
        _firepower = 30,
        _firepower_max = 45,
        _firepower_mod = 2,
        _armor = 40,
        _armor_max = 63,
        _armor_mod = 5,
        _torpedo = 0,
        _torpedo_max = false,
        _torpedo_mod = false,
        _evasion = nil,
        _evasion_max = nil,
        _aa = 36,
        _aa_max = 73,
        _aa_mod = 4,
        _asw = nil,
        _asw_max = nil,
        _speed = 10,
        _los = nil,
        _los_max = nil,
        _range = 2,
        _luck = 25,
        _luck_max = 75,
        _luck_mod = false,
        _buildable = nil,
        _buildable_lsc = nil,
        _build_time = 330,
        _remodel_level = false,
        _remodel_from = false,
        _remodel_to = "Saratoga/Kai",
        _fuel = 65,
        _ammo = 70,
        _scrap_fuel = 9,
        _scrap_ammo = 16,
        _scrap_steel = 43,
        _scrap_baux = 10,
        _equipment = {
            {equipment = nil, size = 27},
            {equipment = nil, size = 19},
            {equipment = nil, size = 19},
            {equipment = nil, size = 15},
        },
        _voice_flag = 1,
        _voice_actor = nil,
        _artist = "Shizuma Yoshinori",
        _implementation_date = nil,
        _availability = nil,
        _get_message = "Hello! 航空母艦、Saratogaです。<br>提督、サラとお呼びくださいね。よろしくお願い致します。",
    },
    ["Kai"] = {
        _name = "Saratoga",
        _suffix = "Kai",
        _rarity = 7,
        _api_id = 438,
        _id = 238,
        _true_id = false,
        _japanese_name = "Saratoga改",
        _reading = "サラトガかい",
        _class = "Lexington Class",
        _class_number = 2,
        _type = 11,
        _hp = 88,
        _hp_max = 98,
        _firepower = 0,
        _firepower_max = 53,
        _firepower_mod = false,
        _armor = 48,
        _armor_max = 83,
        _armor_mod = 6,
        _torpedo = 0,
        _torpedo_max = false,
        _torpedo_mod = false,
        _evasion = nil,
        _evasion_max = nil,
        _aa = 52,
        _aa_max = 93,
        _aa_mod = 5,
        _asw = nil,
        _asw_max = nil,
        _speed = 10,
        _los = nil,
        _los_max = nil,
        _range = 1,
        _luck = 35,
        _luck_max = 85,
        _luck_mod = false,
        _buildable = nil,
        _buildable_lsc = nil,
        _build_time = 330,
        _remodel_level = 40,
        _remodel_ammo = 800,
        _remodel_steel = 1100,
        _remodel_development_material = nil,
        _remodel_blueprint = nil,
        _remodel_catapult = nil,
        _remodel_from = "Saratoga/",
        _remodel_to = false,
        _fuel = 85,
        _ammo = 90,
        _scrap_fuel = 12,
        _scrap_ammo = 18,
        _scrap_steel = 50,
        _scrap_baux = 18,
        _equipment = {
            {equipment = nil, size = 36},
            {equipment = nil, size = 18},
            {equipment = nil, size = 18},
            {equipment = nil, size = 18},
        },
        _voice_flag = 3,
    },
}