rott/kf_sources/GamePlay/Classes/EFFECT_Quarry.uc
2026-07-14 20:27:09 +07:00

28 lines
667 B
Ucode

//=============================================================================
// EFFECT_Quarry
//=============================================================================
class EFFECT_Quarry extends I3DL2Listener
editinlinenew;
defaultproperties
{
EnvironmentSize=17.5;
EnvironmentDiffusion=1.0;
Room=-1000;
RoomHF=-1000;
DecayTime=1.49;
DecayHFRatio=0.83;
Reflections=-1000;
ReflectionsDelay=0.061;
Reverb=500;
ReverbDelay=0.025;
RoomRolloffFactor=0.0;
AirAbsorptionHF=-5;
bDecayTimeScale=true;
bReflectionsScale=true;
bReflectionsDelayScale=true;
bReverbScale=true;
bReverbDelayScale=true;
bDecayHFLimit=true;
}