mirror of
https://github.com/Outer-Wilds-New-Horizons/new-horizons.git
synced 2025-12-11 20:15:44 +01:00
Schema should have default as 5000 though
This commit is contained in:
parent
f8d671e737
commit
22f4063ca0
@ -78,6 +78,11 @@ public static class SchemaExporter
|
||||
{"description", _description}
|
||||
});
|
||||
|
||||
if (_title == "Celestial Body Schema")
|
||||
{
|
||||
schema.Definitions["OrbitModule"].Properties["semiMajorAxis"].Default = 5000f;
|
||||
}
|
||||
|
||||
if (_title == "Star System Schema")
|
||||
{
|
||||
schema.Definitions["NomaiCoordinates"].Properties["x"].UniqueItems = true;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user