acid/water/lava damage
15. January 2016 - 1:30
How can I lower those map damages ? , specially acid
15. January 2016 - 5: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;
}


