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
+25
View File
@@ -0,0 +1,25 @@
Resource: Quartz
Name: #QUARTZ
Blurb: #QUARTZ_BLURB
Description: #QUARTZ_DESC
Native Biome: Crystallic
Class: Scalable
Small Icon: ResourceIconsSmall::60
Pressure: 2 Labor
Rarity Level: 3
Frequency: 2
Limitless Level: True
Exportable: False
AddLaborStorage(10)
RepeatPlanetLevel(AddLaborStorage(100))
TriggerOnAttributeIncrease(ArtifactsActivated, AddStoredLabor(10, True))
IfLevel(1, TriggerOnAttributeIncrease(ArtifactsActivated, AddStoredLabor(15, True)))
IfLevel(2, TriggerOnAttributeIncrease(ArtifactsActivated, AddStoredLabor(25, True)))
IfLevel(3, TriggerOnAttributeIncrease(ArtifactsActivated, AddStoredLabor(30, True)))
IfLevel(4, TriggerOnAttributeIncrease(ArtifactsActivated, AddStoredLabor(40, True)))
IfLevel(5, TriggerOnAttributeIncrease(ArtifactsActivated, AddStoredLabor(80, True)))