@@ -30,8 +30,8 @@ public EffectConfiguration GetDefaultConfiguration()
3030
3131 // General
3232 config . Set ( "maxParticles" , 10000 ) ;
33- config . Set ( "maxFireworks" , 10 ) ;
34- config . Set ( "particleLifespan" , 2.95f ) ;
33+ config . Set ( "maxFireworks" , 40 ) ;
34+ config . Set ( "particleLifespan" , 2.92f ) ;
3535 config . Set ( "spawnOnLeftClick" , false ) ;
3636 config . Set ( "spawnOnRightClick" , false ) ;
3737 config . Set ( "minParticlesPerFirework" , 60 ) ;
@@ -109,13 +109,13 @@ public EffectConfiguration GetDefaultConfiguration()
109109
110110 // Automatic mode defaults
111111 config . Set ( "automaticMode" , true ) ;
112- config . Set ( "numberOfLaunchpads" , 5 ) ;
113- config . Set ( "launchStyle" , "All Together " ) ;
114- config . Set ( "autoSpawnRate" , 7.97f ) ;
115- config . Set ( "autoSpawnDelay" , 0.5f ) ;
112+ config . Set ( "numberOfLaunchpads" , 10 ) ;
113+ config . Set ( "launchStyle" , "Random " ) ;
114+ config . Set ( "autoSpawnRate" , 61.76f ) ;
115+ config . Set ( "autoSpawnDelay" , 0.21f ) ;
116116 config . Set ( "randomLaunchAngle" , true ) ;
117- config . Set ( "minLaunchAngle" , - 10f ) ;
118- config . Set ( "maxLaunchAngle" , 10f ) ;
117+ config . Set ( "minLaunchAngle" , - 20f ) ;
118+ config . Set ( "maxLaunchAngle" , 20f ) ;
119119
120120 return config ;
121121 }
0 commit comments