mbasaglia / esk-modpack

QuakeC source for ESK server mods
1 stars 0 forks source link

Poison grenade #4

Open mbasaglia opened 11 years ago

mbasaglia commented 11 years ago

Keeps damaging nearby players for some time

see effect poisonfield

Possible config vars:

set g_nades_poison_damage_center 40 "Damage that the toxic gas deals near the explosion"
set g_nades_poison_damage_edge 20 "Damage that the toxic gas deals far from the explosion"
set g_nades_poison_radius 500 "How far the toxic gas will reach"
set g_nades_poison_time 5 "Time that the poison field will last"