Yuffo is the star in the lore.
Spathiwa is the world. Oops! I should have remembered that. :-)
This commit is contained in:
@@ -572,7 +572,7 @@ STAR_DESC starmap_array[] =
|
||||
|
||||
{{2354, 3291}, MAKE_STAR (SUPER_GIANT_STAR, RED_BODY, -1), 0, 1, 106, "Melnorme", "4"},
|
||||
{{ 229, 3666}, MAKE_STAR (DWARF_STAR, GREEN_BODY, -1), 0, 1, 76, "Ilwrath"},
|
||||
{{2416, 3687}, MAKE_STAR (GIANT_STAR, ORANGE_BODY, -1), 0, 5, 109, "Spathiwa"},
|
||||
{{2416, 3687}, MAKE_STAR (GIANT_STAR, ORANGE_BODY, -1), 0, 5, 109, "Yuffo"},
|
||||
{{4125, 3770}, MAKE_STAR (DWARF_STAR, BLUE_BODY, -1), 0, 0, 114, "Syreen Gaia"},
|
||||
{{5937, 3937}, MAKE_STAR (DWARF_STAR, ORANGE_BODY, -1), 0, 5, 10, "Syreen Vault"},
|
||||
|
||||
|
||||
@@ -54,7 +54,7 @@ namespace
|
||||
|
||||
auto init= []
|
||||
{
|
||||
Generator::add( "Spathiwa", std::make_unique< GenerateSpathi >() );
|
||||
Generator::add( "Yuffo", std::make_unique< GenerateSpathi >() );
|
||||
|
||||
return 0xDEADBEEF;
|
||||
}();
|
||||
@@ -67,6 +67,7 @@ GenerateSpathi::generatePlanets( SolarSystem *const solarSys )
|
||||
PLANET_DESC *pMinPlanet;
|
||||
COUNT angle;
|
||||
|
||||
// Build Spathiwa:
|
||||
pMinPlanet = &solarSys->PlanetDesc[0];
|
||||
solarSys->SunDesc[0].NumPlanets = 1;
|
||||
FillOrbits (solarSys,
|
||||
|
||||
Reference in New Issue
Block a user