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
@@ -0,0 +1,11 @@
//Trait: Dwarf Planet
// Name: #TRAIT_DWARF_PLANET
// Description: #TRAIT_DWARF_PLANET_DESC
// Category: Foundation
//
// Conflict: Enormous Planet
//
// Color: #aaffaa
// Icon: DwarfPlanet
//
// Gives Points: 1
@@ -0,0 +1,11 @@
//Trait: EnormousPlanet
// Name: #TRAIT_ENORMOUS_PLANET
// Description: #TRAIT_ENORMOUS_PLANET_DESC
// Category: Foundation
//
// Conflict: Dwarf Planet
//
// Color: #aaffaa
// Icon: EnormousPlanet
//
// Costs Points: 1
+12
View File
@@ -0,0 +1,12 @@
Trait: Fortified
Name: #TRAIT_FORTIFIED
Description: #TRAIT_FORTIFIED_DESC
Category: Foundation
Color: #aaffaa
Icon: Fortified
Available: False
Costs Points: 1
OnHomeworld(AddPlanetResource(Pekelm))
@@ -0,0 +1,11 @@
Trait: Industrious
Name: #TRAIT_INDUSTRIOUS
Description: #TRAIT_INDUSTRIOUS_DESC:4
Category: Foundation
Color: #aaffaa
Icon: Industrious
Available: False
Costs Points: 1
OnHomeworld( AddResource(Labor, +4) )
@@ -0,0 +1,11 @@
Trait: Plantation
Name: #TRAIT_PLANTATION
Description: #TRAIT_PLANTATION_DESC
Category: Foundation
Color: #aaffaa
Icon: Plantation
Available: False
Costs Points: 1
OnHomeworld( AddPlanetResource(Grain) )
@@ -0,0 +1,9 @@
//Trait: Revolutionaries
// Name: #TRAIT_REVOLUTIONARIES
// Description: #TRAIT_REVOLUTIONARIES_DESC
// Category: Foundation
// Color: #aaffaa
// Icon: Revolutionaries
// Costs Points: 1
@@ -0,0 +1,12 @@
Trait: SequesteredSociety
Name: #TRAIT_SEQUESTERED_SOCIETY
Description: #TRAIT_SEQUESTERED_SOCIETY_DESC
Category: Foundation
Icon: SequesteredSociety
Color: #aaffaa
Available: False
Costs Points: 1
TriggerHomeworld(DevelopTiles(500))
+13
View File
@@ -0,0 +1,13 @@
Trait: Virile
Name: #TRAIT_VIRILE
Description: #TRAIT_VIRILE_DESC
Category: Foundation
Costs Points: 1
Available: False
Icon: StatusIcons::0
Color: #aaffaa
OnHomeworld(AddStatus(Virile))