fermi/config/Weather2/Particle.cfg

21 lines
599 B
INI
Raw Normal View History

2021-10-11 00:16:47 -04:00
# Configuration file
"weather2: particle" {
# Enables or disables all precipitation particle types
B:Particle_RainSnow=true
B:Particle_Rain_DownfallSheet=true
B:Particle_Rain_GroundSplash=true
B:Particle_VanillaAndWeatherOnly=false
D:Precipitation_Particle_effect_rate=0.7
D:Sandstorm_Particle_Debris_effect_rate=0.6
D:Sandstorm_Particle_Dust_effect_rate=0.6
# Currently used for rates of leaf, waterfall, and fire particles
D:Wind_Particle_effect_rate=0.7
B:Wind_Particle_fire=true
B:Wind_Particle_leafs=true
B:Wind_Particle_waterfall=true
}