Skip to content

Commit b37f242

Browse files
committed
Adjustments to Sol and Epsilon Eridani planet data
1 parent 41c3cc3 commit b37f242

3 files changed

Lines changed: 12 additions & 10 deletions

File tree

data/systems/00_sol.lua

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -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))

data/systems/01_epsilon_eridani.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ local atlantica = CustomSystemBody:new('Atlantica', 'PLANET_TERRESTRIAL')
4848
:axial_tilt(fixed.deg2rad(f(26,10)))
4949
:metallicity(f(5,6))
5050
:volcanicity(f(6,10))
51-
:atmos_density(f(9,1))
51+
:atmos_density(f(2,1))
5252
:atmos_oxidizing(f(1,1))
5353
:ocean_cover(f(8,10))
5454
:ice_cover(f(0,1))
@@ -65,7 +65,7 @@ local newhope = CustomSystemBody:new('New Hope', 'PLANET_TERRESTRIAL')
6565
:rotation_period(f(4,6))
6666
:axial_tilt(fixed.deg2rad(f(1741,100)))
6767
:metallicity(f(5,6))
68-
:volcanicity(f(68,100))
68+
:volcanicity(f(28,100))
6969
:atmos_density(f(15,10))
7070
:atmos_oxidizing(f(7,10))
7171
:ocean_cover(f(45,100))

data/systems/custom/00_sol.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
],
6363
"atmosDensity": "f0/0",
6464
"atmosOxidizing": "f0/0",
65-
"averageTemp": 340,
65+
"averageTemp": 375,
6666
"axialTilt": "f0/749614",
6767
"eccentricity": "f0/880468295",
6868
"hasRings": false,
@@ -168,7 +168,7 @@
168168
"seed": 1857401659,
169169
"semiMajorAxis": "f1/0",
170170
"type": "PLANET_TERRESTRIAL",
171-
"volatileIces": "f0/2147483648",
171+
"volatileIces": "f0/128849019",
172172
"volatileLiquid": "f0/3006477107",
173173
"volcanicity": "f0/429496729"
174174
},
@@ -523,7 +523,7 @@
523523
"inclination": "f0/385675994",
524524
"life": "f0/0",
525525
"mass": "f0/51539607",
526-
"metallicity": "f0/0",
526+
"metallicity": "f0/2147483648",
527527
"name": "Moon",
528528
"orbitalOffset": "f1/1244416494",
529529
"orbitalPhase": "f0/0",
@@ -535,7 +535,7 @@
535535
"seed": 4294967291,
536536
"semiMajorAxis": "f0/11038065",
537537
"type": "PLANET_TERRESTRIAL",
538-
"volatileIces": "f0/0",
538+
"volatileIces": "f0/214748365",
539539
"volatileLiquid": "f0/0",
540540
"volcanicity": "f0/0"
541541
},
@@ -642,7 +642,7 @@
642642
"inclination": "f0/138678443",
643643
"life": "f0/429496729",
644644
"mass": "f0/459561500",
645-
"metallicity": "f2/3435973836",
645+
"metallicity": "f0/3435973836",
646646
"name": "Mars",
647647
"orbitalOffset": "f4/2960333524",
648648
"orbitalPhase": "f0/899537940",

0 commit comments

Comments
 (0)