Skip to content

Commit

Permalink
Update Venus, Earth & Mars orbit data
Browse files Browse the repository at this point in the history
  • Loading branch information
behindcurtain3 committed Apr 2, 2024
1 parent fa5b163 commit 92086e1
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 12 deletions.
17 changes: 10 additions & 7 deletions Pulsar4X/GameEngine/Data/basemod/sol/earth.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,20 +17,23 @@
"eccentricity": 0.01671022,
"eclipticInclination": 0,
"LoAN": -11.26064,
"AoP": 102.94719,
"meanAnomaly": 100.46435
"AoP": 114.20783,
"meanAnomaly": 358.617
},
"atmosphere": {
"pressure": 1,
"hydrosphere": true,
"hyrdoExtent": 71,
"hydroExtent": 71,
"greenhouseFactor": 1,
"greenhousePressure": 1,
"surfaceTemperature": 57.2,
"surfaceTemperature": 14.76,
"gases": [
{ "symbol": "N2", "percent": 0.78 },
{ "symbol": "O2", "percent": 0.12 },
{ "symbol": "H2O", "percent": 0.01 }
{ "symbol": "N2", "percent": 0.7808 },
{ "symbol": "O2", "percent": 0.2095 },
{ "symbol": "H2O", "percent": 0.005 },
{ "symbol": "Ar", "percent": 0.00934 },
{ "symbol": "CO2", "percent": 0.000415 },
{ "symbol": "Ne", "percent": 0.0000182 }
]
},
"geoSurvey": {
Expand Down
8 changes: 4 additions & 4 deletions Pulsar4X/GameEngine/Data/basemod/sol/mars.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@
"tectonics": "earth-like"
},
"orbit": {
"semiMajorAxis": 227.92E6,
"semiMajorAxis": 227.939366E6,
"eccentricity": 0.0934,
"eclipticInclination": 0,
"eclipticInclination": 1.85,
"LoAN": 49.57854,
"AoP": 336.04084,
"meanAnomaly": 355.45332
"AoP": 286.5,
"meanAnomaly": 19.412
},
"atmosphere": {
"pressure": 0.87,
Expand Down
2 changes: 1 addition & 1 deletion Pulsar4X/GameEngine/Data/basemod/sol/venus.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"atmosphere": {
"pressure": 92,
"hydrosphere": false,
"hyrdoExtent": 0,
"hydroExtent": 0,
"greenhouseFactor": 0,
"greenhousePressure": 0,
"surfaceTemperature": 464,
Expand Down

0 comments on commit 92086e1

Please sign in to comment.