Rev_Zone_Snow_Mountain
Server/Audio/AmbienceFX/ReverbZones/Exterior/Rev_Zone_Snow_Mountain.json, 320 B
Fields
| Field | Type |
|---|---|
Conditions | object |
Priority | number |
SoundEffect | object |
Source
{
"Conditions": {
"Shelter": ["Open"],
"Altitude": { "Min": 150, "Max": 512 },
"SurfacePhysicalMaterials": [
{ "PhysicalMaterialId": "Snow", "Percent": { "Min": 0.3, "Max": 1.0 } }
]
},
"Priority": 2,
"SoundEffect": {
"ReverbEffectId": "Rev_Mountain_Snow",
"IsInstant": false
}
}