Skip to content

Commit

Permalink
Update AsteroidSettings.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
InvalidArgument3 committed Jun 8, 2024
1 parent cc307b6 commit adce1d2
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ internal static class AsteroidSettings
public static double AngularVelocityVariability = 0.1;

// Weights for asteroid type frequencies
public static double IceWeight = 0.45;
public static double StoneWeight = 0.45;
public static double IceWeight = 0.80;
public static double StoneWeight = 0.11;
public static double IronWeight = 0.01;
public static double NickelWeight = 0.01;
public static double CobaltWeight = 0.01;
Expand All @@ -26,7 +26,7 @@ internal static class AsteroidSettings
public static double UraniniteWeight = 0.01;

// New settings for base integrity and size
public static float BaseIntegrity = 100f;
public static float BaseIntegrity = 1f;
public static float MinAsteroidSize = 1.5f;
public static float MaxAsteroidSize = 500f;

Expand Down

0 comments on commit adce1d2

Please sign in to comment.