For the complete documentation index, see llms.txt. This page is also available as Markdown.

configCustomStungun.lua

config.customStungun = {
    active = true,
    ragdollTime = 20000, -- Time in milliseconds that the player will be ragdolled after being hit by the stungun
    timecycle = {
        active = true,   -- If true, the timecycle will be applied when the player is hit by the stungun
        name = "REDMIST_blend",
        strength = 0.5,
        time = 25000,
        shake = {
            active = true, -- If true, the screen shake will be applied when the player is hit by the stungun
            name = "FAMILY5_DRUG_TRIP_SHAKE",
            strength = 1.0,
        },
    }
}

Last updated