Open source Star Ruler 2 source code!
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
PlanetType: Artificial
|
||||
Icon: PlanetType::1
|
||||
DistantIcon: DistantPlanetType::1
|
||||
Atmosphere: DustyAtmosphere
|
||||
Artificial: True
|
||||
|
||||
BiomeWeights:
|
||||
Artificial: 100000
|
||||
@@ -0,0 +1,10 @@
|
||||
PlanetType: Barren
|
||||
Icon: PlanetType::1
|
||||
DistantIcon: DistantPlanetType::1
|
||||
Atmosphere: DustyAtmosphere
|
||||
|
||||
BiomeWeights:
|
||||
Mountains: 3
|
||||
Desert: 1
|
||||
Forest: -4
|
||||
Oceanic: -4
|
||||
@@ -0,0 +1,11 @@
|
||||
PlanetType: BarrenDesert
|
||||
Icon: PlanetType::7
|
||||
DistantIcon: DistantPlanetType::7
|
||||
Atmosphere: DustyAtmosphere
|
||||
|
||||
BiomeWeights:
|
||||
Desert: 2
|
||||
Mountains: 1
|
||||
Crystallic: -1
|
||||
Forest: -3
|
||||
Oceanic: -4
|
||||
@@ -0,0 +1,10 @@
|
||||
PlanetType: BarrenForest
|
||||
Icon: PlanetType::8
|
||||
DistantIcon: DistantPlanetType::8
|
||||
Atmosphere: TerranAtmosphere
|
||||
|
||||
BiomeWeights:
|
||||
Forest: 2
|
||||
Desert: 2
|
||||
Crystallic: -2
|
||||
Oceanic: -4
|
||||
@@ -0,0 +1,8 @@
|
||||
PlanetType: Crystallic
|
||||
Icon: PlanetType::5
|
||||
DistantIcon: DistantPlanetType::5
|
||||
Atmosphere: CrystalAtmosphere
|
||||
|
||||
BiomeWeights:
|
||||
Crystallic: 4
|
||||
Oceanic: -4
|
||||
@@ -0,0 +1,10 @@
|
||||
PlanetType: Desert
|
||||
Icon: PlanetType::9
|
||||
DistantIcon: DistantPlanetType::9
|
||||
Atmosphere: DustyAtmosphere
|
||||
|
||||
BiomeWeights:
|
||||
Desert: 3
|
||||
Ice: -1
|
||||
Forest: -2
|
||||
Oceanic: -4
|
||||
@@ -0,0 +1,11 @@
|
||||
PlanetType: Ice
|
||||
Icon: PlanetType::4
|
||||
DistantIcon: DistantPlanetType::4
|
||||
Atmosphere: IceAtmosphere
|
||||
|
||||
BiomeWeights:
|
||||
Ice: 2
|
||||
Oceanic: 1
|
||||
Desert: -3
|
||||
Forest: -3
|
||||
Volcanic: -4
|
||||
@@ -0,0 +1,11 @@
|
||||
PlanetType: Oceanic
|
||||
Icon: PlanetType::11
|
||||
DistantIcon: DistantPlanetType::11
|
||||
Atmosphere: TerranAtmosphere
|
||||
|
||||
BiomeWeights:
|
||||
Oceanic: 3
|
||||
Desert: -4
|
||||
Mountains: -4
|
||||
Forest: -4
|
||||
Volcanic: -4
|
||||
@@ -0,0 +1,4 @@
|
||||
PlanetType: Ringworld
|
||||
Icon: PlanetType::14
|
||||
DistantIcon: DistantPlanetType::14
|
||||
Artificial: True
|
||||
@@ -0,0 +1,10 @@
|
||||
PlanetType: Terran
|
||||
Icon: PlanetType::2
|
||||
DistantIcon: DistantPlanetType::2
|
||||
Atmosphere: TerranAtmosphere
|
||||
|
||||
BiomeWeights:
|
||||
Forest: 2
|
||||
Oceanic: 1
|
||||
Mountains: 1
|
||||
Volcanic: -2
|
||||
@@ -0,0 +1,11 @@
|
||||
PlanetType: TerranRock
|
||||
Icon: PlanetType::3
|
||||
DistantIcon: DistantPlanetType::3
|
||||
Atmosphere: TerranAtmosphere
|
||||
|
||||
BiomeWeights:
|
||||
Forest: -1
|
||||
Oceanic: 1
|
||||
Mountains: 1
|
||||
Desert: 2
|
||||
Crystallic: -1
|
||||
@@ -0,0 +1,12 @@
|
||||
PlanetType: Volcanic
|
||||
Icon: PlanetType::0
|
||||
DistantIcon: DistantPlanetType::0
|
||||
Atmosphere: VulcanicAtmosphere
|
||||
|
||||
BiomeWeights:
|
||||
Volcanic: 3
|
||||
Desert: 1
|
||||
Mountains: 1
|
||||
Ice: -1
|
||||
Forest: -3
|
||||
Oceanic: -4
|
||||
Reference in New Issue
Block a user