fermi/config/Weather2/Particle.cfg
2021-10-10 22:16:47 -06:00

20 lines
599 B
INI

# 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
}