Configuration

Heist List

Config.heistList = {
    [1] = {
        name = "Vangelico Jewelry Store",
        description = "Your team targets Vangelico, Los Santos' luxury jewelry store. Precision and timing are crucial as you bypass security, neutralize threats, and steal valuable gold chains and diamond rings. With alarms set and police response imminent, this heist will test your crew’s limits. Get ready for a high-stakes escape and a chance to make your mark in the criminal world.",
        steps = {
            "Scout the Vangelico store and plan your approach.",
            "Disable security systems and cameras.",
            "Neutralize any guards present.",
            "Collect the gold chains and diamond rings.",
            "Escape before the police arrive."
        },
        images = {
            thumbnail = "vangelico_thumbnail.png",
            target = "vangelico_target.png",
            loud = "vangelico_loud.png",
            quiet = "vangelico_quiet.png",
            others = {
                "vangelico_1.png",
                "vangelico_2.png",
                "vangelico_3.png",
                "vangelico_4.png",
            },
        },
        scriptName = "mday_vangelico",
        rewards = { -- for display purposes only
            money = 50000,
        },

        cooldown = 60, -- Cooldown time in minutes (for board)
        requiredMinPlayer = 2, -- Minimum players required
        cost = 10000, -- Cost to start the heist

        enableMissions = true, -- Whether missions are enabled for this heist
        missionTypes = { "takePhoto", "catchPlayer", "takeClothes", "takeEquipment" }
    }
}

Operation Base

Last updated