Skip to content

Instantly share code, notes, and snippets.

@DeltaDizzy
Last active June 6, 2019 09:59
Show Gist options
  • Save DeltaDizzy/1839ec4fb6cc457228259dd17fd53f88 to your computer and use it in GitHub Desktop.
Save DeltaDizzy/1839ec4fb6cc457228259dd17fd53f88 to your computer and use it in GitHub Desktop.
//===================Planets and Major Moons======================
//Crons
+PLANETARY_RESOURCE:HAS[#Tag[SrfRockIce]]:NEEDS[RealisticResources]
{
@PlanetName = Crons
@Tag = Applied
}
+PLANETARY_RESOURCE:HAS[#Tag[AtmIceNitrogen]]:NEEDS[RealisticResources]
{
@PlanetName = Crons
@Tag = Applied
}
//Disole
+PLANETARY_RESOURCE:HAS[#Tag[SrfRockIce]]:NEEDS[RealisticResources]
{
@PlanetName = Disole
@Tag = Applied
}
+PLANETARY_RESOURCE:HAS[#Tag[AtmDefault]]:NEEDS[RealisticResources]
{
@PlanetName = Disole
@Tag = Applied
}
//Kevari
+PLANETARY_RESOURCE:HAS[#Tag[SrfRockMetal]]:NEEDS[RealisticResources]
{
@PlanetName = Kevari
@Tag = Applied
}
//Nienna
+PLANETARY_RESOURCE:HAS[#Tag[AtmGasUranian]]:NEEDS[RealisticResources]
{
@PlanetName = Nienna
@Tag = Applied
}
//Niko
+PLANETARY_RESOURCE:HAS[#Tag[SrfRock]]:NEEDS[RealisticResources]
{
@PlanetName = Niko
@Tag = Applie
}
//Pequar
+PLANETARY_RESOURCE:HAS[#Tag[AtmIceWaterThin]]:NEEDS[RealisticResources]
{
@PlanetName = Pequar
@Tag = Applied
}
+PLANETARY_RESOURCE:HAS[#Tag[SrfRockIce]]:NEEDS[RealisticResources]
{
@PlanetName = Pequar
@Tag = Applied
}
//Prima
+PLANETARY_RESOURCE:HAS[#Tag[SrfIceWater]]:NEEDS[RealisticResources]
{
@PlanetName = Prima
@Tag = Applied
}
//Secunda
+PLANETARY_RESOURCE:HAS[#Tag[SrfIceWater]]:NEEDS[RealisticResources]
{
@PlanetName = Secunda
@Tag = Applied
}
//Troni
+PLANETARY_RESOURCE:HAS[#Tag[SrfRockMetal]]:NEEDS[RealisticResources]
{
@PlanetName = Troni
@Tag = Applied
}
//Vassa
+PLANETARY_RESOURCE:HAS[#Tag[SrfRockIce]]:NEEDS[RealisticResources]
{
@PlanetName = Vassa
@Tag = Applied
}
+PLANETARY_RESOURCE:HAS[#Tag[AtmTerra]]:NEEDS[RealisticResources]
{
@PlanetName = Vassa
@Tag = Applied
}
+PLANETARY_RESOURCE:HAS[#Tag[OcnTerra]]:NEEDS[RealisticResources]
{
@PlanetName = Vassa
@Tag = Applied
}
//===================Asteroid Moons=====================
+PLANETARY_RESOURCE:HAS[#Tag[SrfRock]]:NEEDS[RealisticResources]
{
@PlanetName = C2-1
@Tag = Applied
}
+PLANETARY_RESOURCE:HAS[#Tag[SrfRockIce]]:NEEDS[RealisticResources]
{
@PlanetName = C3-1
@Tag = Applied
}
+PLANETARY_RESOURCE:HAS[#Tag[SrfIceWater]]:NEEDS[RealisticResources]
{
@PlanetName = C4-1
@Tag = Applied
}
+PLANETARY_RESOURCE:HAS[#Tag[SrfIceWater]]:NEEDS[RealisticResources]
{
@PlanetName = C4-2
@Tag = Applied
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment