byond - Modules - TypesVar Details - Proc Details

grenade

Vars

dangerousDoes it make a danger overlay for humans? Can synths use it?
det_timerThe actual timer for the grenade
launchedif launched from a UGL/grenade launcher
launchforcebonus impact damage if launched from a UGL/grenade launcher
light_impact_rangeLight impact range when exploding
weak_impact_rangeWeak impact range when exploding

Procs

activateActivates the grenade
launched_det_timeAdjusts det time, used for grenade launchers
primeDetonation effects TODO MAKE THIS PASS THE USER TO EXPLOSION FOR LOGGING

Var Details

dangerous

Does it make a danger overlay for humans? Can synths use it?

det_timer

The actual timer for the grenade

launched

if launched from a UGL/grenade launcher

launchforce

bonus impact damage if launched from a UGL/grenade launcher

light_impact_range

Light impact range when exploding

weak_impact_range

Weak impact range when exploding

Proc Details

activate

Activates the grenade

launched_det_time

Adjusts det time, used for grenade launchers

prime

Detonation effects TODO MAKE THIS PASS THE USER TO EXPLOSION FOR LOGGING