Open source Star Ruler 2 source code!

This commit is contained in:
Lucas de Vries
2018-07-17 14:15:37 +02:00
commit cc307720ff
4342 changed files with 2365070 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
Trait: MoonBase
Name: #TRAIT_MOON_BASE
Description: #TRAIT_MOON_BASE_DESC
Category: Foundation
Order: 4
Color: #aaffaa
Icon: PlanetType::4
Costs Points: 1
TriggerHomeworld( AddSurfaceArea(Moon, (5, 5)) )
+12
View File
@@ -0,0 +1,12 @@
Trait: Poor
Name: #TRAIT_POOR
Description: #TRAIT_POOR_DESC
Category: Foundation
Order: 6
Color: #ffaaaa
Icon: Poor
Gives Points: 1
ClearFirstBudget()
+12
View File
@@ -0,0 +1,12 @@
Trait: SpaceProgram
Name: #TRAIT_SPACE_PROGRAM
Description: #TRAIT_SPACE_PROGRAM_DESC
Category: Foundation
Order: 0
Color: #aaffaa
Icon: SpaceProgram
Costs Points: 1
TriggerHomeworld( MapVision(3) )
+14
View File
@@ -0,0 +1,14 @@
Trait: Workshop
Name: #TRAIT_WORKSHOP
Description: #TRAIT_WORKSHOP_DESC
Category: Foundation
Order: 2
Color: #aaffaa
Icon: ArtifactIcon::0
Costs Points: 1
TriggerHomeworld( SetPermanentSystemFlag(CheapArtifacts) )
TriggerHomeworld( RepeatTrigger(6, SpawnArtifact(In System = True, Owned = True)) )
UnlockTag(SolarOrbitalUnlock)