- Quake 3 Weapons Configs Library
- General POLSKI Topic
- how many quake 3 players E+ still play sometimes
- Quake All-stars December 2026 frag night
- DOOM 2 SERVER - UPDATE
- missing graphics in 1++ map
- Steam Q3 Discussion
- xp_enemyHeadModel does not work
- Q3DM3D Duke3d map for Q3
- Help me with selection Defrag maps
acid/water/lava damage
15. January 2016 - 2:30
How can I lower those map damages ? , specially acid
15. January 2016 - 6:21
#1
Re: acid/water/lava damage
Misc {
World Damage {
// Scales the hurt damage (e.g. trigger_hurt)
//
// a value of "0" will scale relative to the config health, e.g. most
// excessive configs use 300 health instead of the default 100, so the
// damage will be tripled.
// a value of "0.5" will deal half damage etc.
Hurt = 0;
Fall Medium = 5;
Fall Far = 10;
Lava = 30;
Slime = 10;
Water = 15;
}


