~starkingdoms/starkingdoms

1233a5faf3b396fe6293c6b7cecbefe5dbeefa5a — ghostlyzsh 2 years ago 1ef8b87
adjusted gravity
1 files changed, 2 insertions(+), 2 deletions(-)

M server/src/orbit/constants.rs
M server/src/orbit/constants.rs => server/src/orbit/constants.rs +2 -2
@@ 12,7 12,7 @@ pub const EARTH_MASS_RL: f64 = 5_972_000_000_000_000_000_000_000.0;
pub const EARTH_MASS: f64 = EARTH_MASS_RL * GAME_SCALE_MASS * EARTH_MASS_BIAS;

pub const MOON_RADIUS_BIAS: f64 = 1.0;
pub const MOON_MASS_BIAS: f64 = 5.0;
pub const MOON_MASS_BIAS: f64 = 2.0;
pub const MOON_PERIAPSIS_BIAS: f64 = 0.1;
pub const MOON_APOAPSIS_BIAS: f64 = 0.1;
pub const MOON_ORBIT_TIME_BIAS: f64 = 1.0;


@@ 39,4 39,4 @@ pub const MARS_MASS: f64 = MARS_MASS_RL * GAME_SCALE_MASS * MARS_MASS_BIAS;
pub const MARS_PERIHELION: f64 = 206_700_000.0 * GAME_SCALE_DISTANCE * MARS_PERIHELION_BIAS;
pub const MARS_APHELION: f64 = 249_200_000.0 * GAME_SCALE_DISTANCE * MARS_APHELION_BIAS;
pub const MARS_ORBIT_TIME_RL: f64 = 59_360_000.0;
pub const MARS_ORBIT_TIME: f64 = MARS_ORBIT_TIME_RL * GAME_SCALE_TIME * MARS_ORBIT_TIME_BIAS;
\ No newline at end of file
pub const MARS_ORBIT_TIME: f64 = MARS_ORBIT_TIME_RL * GAME_SCALE_TIME * MARS_ORBIT_TIME_BIAS;