Skip to content

Commit

Permalink
Pluto moons
Browse files Browse the repository at this point in the history
  • Loading branch information
xen-42 committed Mar 10, 2022
1 parent f4305dd commit 7b67a32
Show file tree
Hide file tree
Showing 7 changed files with 123 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@

*.zip
config.json
2 changes: 1 addition & 1 deletion config.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"enabled": true,
"enabled": false,
"settings": {}
}
28 changes: 28 additions & 0 deletions planets/6 - minor planets/pluto-charon moons/hydra.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
{
"$schema": "https://raw.githubusercontent.com/xen-42/outer-wilds-new-horizons/master/NewHorizons/schema.json",
"name" : "Hydra",
"starSystem" : "xen.RealSolarSystem",
"Base" :
{
"surfaceGravity" : 4,
"surfaceSize" : 100,
"hasMapMarker" : true,
"hasAmbientLight" : true
},
"Orbit" :
{
"semiMajorAxis" : 1100,
"primaryBody" : "Pluto-Charon",
"isMoon" : true,
"isTidallyLocked" : true
},
"ProcGen": {
"scale": 40,
"colour": {
"R": 100,
"G": 100,
"B": 100,
"A": 255
}
}
}
28 changes: 28 additions & 0 deletions planets/6 - minor planets/pluto-charon moons/kerberos.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
{
"$schema": "https://raw.githubusercontent.com/xen-42/outer-wilds-new-horizons/master/NewHorizons/schema.json",
"name" : "Kerberos",
"starSystem" : "xen.RealSolarSystem",
"Base" :
{
"surfaceGravity" : 4,
"surfaceSize" : 100,
"hasMapMarker" : true,
"hasAmbientLight" : true
},
"Orbit" :
{
"semiMajorAxis" : 1000,
"primaryBody" : "Pluto-Charon",
"isMoon" : true,
"isTidallyLocked" : true
},
"ProcGen": {
"scale": 40,
"colour": {
"R": 100,
"G": 100,
"B": 100,
"A": 255
}
}
}
28 changes: 28 additions & 0 deletions planets/6 - minor planets/pluto-charon moons/nix.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
{
"$schema": "https://raw.githubusercontent.com/xen-42/outer-wilds-new-horizons/master/NewHorizons/schema.json",
"name" : "Nix",
"starSystem" : "xen.RealSolarSystem",
"Base" :
{
"surfaceGravity" : 4,
"surfaceSize" : 100,
"hasMapMarker" : true,
"hasAmbientLight" : true
},
"Orbit" :
{
"semiMajorAxis" : 900,
"primaryBody" : "Pluto-Charon",
"isMoon" : true,
"isTidallyLocked" : true
},
"ProcGen": {
"scale": 40,
"colour": {
"R": 100,
"G": 100,
"B": 100,
"A": 255
}
}
}
28 changes: 28 additions & 0 deletions planets/6 - minor planets/pluto-charon moons/styx.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
{
"$schema": "https://raw.githubusercontent.com/xen-42/outer-wilds-new-horizons/master/NewHorizons/schema.json",
"name" : "Styx",
"starSystem" : "xen.RealSolarSystem",
"Base" :
{
"surfaceGravity" : 8,
"surfaceSize" : 100,
"hasMapMarker" : true,
"hasAmbientLight" : true
},
"Orbit" :
{
"semiMajorAxis" : 600,
"primaryBody" : "Pluto-Charon",
"isMoon" : true,
"isTidallyLocked" : true
},
"ProcGen": {
"scale": 40,
"colour": {
"R": 100,
"G": 100,
"B": 100,
"A": 255
}
}
}
9 changes: 9 additions & 0 deletions systems/xen.RealSolarSystem.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"canEnterViaWarpDrive" : true,
"startHere" : false,
"coords" : {
"x" : [0, 1],
"y" : [1, 2],
"z" : [2, 3]
}
}

0 comments on commit 7b67a32

Please sign in to comment.