@@ -16,7 +16,7 @@ local mercury = CustomSystemBody:new('Mercury', 'PLANET_TERRESTRIAL')
1616 :seed (6 )
1717 :radius (f (38 ,100 ))
1818 :mass (f (55 ,1000 ))
19- :temp (340 )
19+ :temp (375 )
2020 :semi_major_axis (f (387 ,1000 ))
2121 :eccentricity (f (205 ,1000 ))
2222 :inclination (math .deg2rad (7.0 ))
@@ -66,7 +66,7 @@ local earth = CustomSystemBody:new('Earth', 'PLANET_TERRESTRIAL')
6666 :atmos_density (f (1 ,1 ))
6767 :atmos_oxidizing (f (99 ,100 ))
6868 :ocean_cover (f (7 ,10 ))
69- :ice_cover (f (5 , 10 ))
69+ :ice_cover (f (3 , 100 ))
7070 :life (f (9 ,10 ))
7171 :orbital_phase_at_start (fixed .deg2rad (f (336 ,1 )))
7272 :rings (false )
@@ -117,12 +117,14 @@ local moon = {
117117 :semi_major_axis (f (257 ,100000 ))
118118 :eccentricity (f (549 ,10000 ))
119119 :height_map (' moon.hmap' ,1 )
120+ :metallicity (f (1 ,2 ))
120121 :inclination (math .deg2rad (5.145 ))
121122 :rotation_period (f (273 ,10 ))
122123 :axial_tilt (fixed .deg2rad (f (668 ,100 )))
123124 :orbital_phase_at_start (fixed .deg2rad (f (0 ,1 )))
124125 :rotational_phase_at_start (fixed .deg2rad (f (0 ,1 )))
125126 :volcanicity (f (0 ,1 ))
127+ :ice_cover (f (5 ,1000 ))
126128 :rings (false ),
127129 {
128130 CustomSystemBody :new (' Tranquility Base' , ' STARPORT_SURFACE' )
@@ -147,7 +149,7 @@ local mars = CustomSystemBody:new('Mars', 'PLANET_TERRESTRIAL')
147149 :rotation_period (f (1027 ,1000 ))
148150 :axial_tilt (fixed .deg2rad (f (2519 ,100 )))
149151 -- XXX composition copied from earth until there's a way to indicate terraformed
150- :metallicity (f (14.5 ,5 ))
152+ :metallicity (f (4 ,5 ))
151153 :volcanicity (f (2 ,10 ))
152154 :atmos_density (f (489 ,1000 ))
153155 :atmos_oxidizing (f (950001 ,1000000 ))
0 commit comments