acid/water/lava damage

1 reply [Last post]
(*WASP*SH▲DOWKNIGHT)
Site administrator
haxxus's picture
Offline
Joined: May 2007
Posts:
US United States

How can I lower those map damages ? , specially acid

azrael
Xelair's picture
Offline
Joined: Oct 2007
Posts:
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;
    }

Dangerously cheesy.