Open source Star Ruler 2 source code!
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
Resource: AsteroidAffinity
|
||||
Name: #ASTEROID_AFFINITY
|
||||
Description: #ASTEROID_AFFINITY_DESC
|
||||
|
||||
Icon: ResourceIcons::44
|
||||
Small Icon: ResourceIconsSmall::44
|
||||
|
||||
Distribution: 0
|
||||
Asteroid Frequency: 0.85
|
||||
Asteroid Labor: 20
|
||||
|
||||
Affinity: ALL
|
||||
GiveNativePressure(2)
|
||||
|
||||
AI: DistributeAsLocalPressureBoost(2)
|
||||
@@ -0,0 +1,21 @@
|
||||
Resource: AsteroidDefense
|
||||
Name: #ASTEROID_DEFENSE
|
||||
Description: #ASTEROID_DEFENSE_DESC
|
||||
|
||||
Icon: ResourceIcons::42
|
||||
Small Icon: ResourceIconsSmall::45
|
||||
|
||||
Distribution: 0
|
||||
Asteroid Frequency: 0
|
||||
Asteroid Labor: 20
|
||||
Will Lock: True
|
||||
|
||||
Vanish Time: 180
|
||||
Vanish Mode: Exported In Combat
|
||||
|
||||
Repeat(3, AddTurret(Railgun, Range=250, Damage=20, Reload=1, Speed=200, FireArc=3.14, Tracking=0.8, FireTolerance=0.78))
|
||||
Repeat(5, AddTurret(Laser, Range=300, DPS=10, Duration=2, Cooldown=0, Tracking=0.4))
|
||||
Repeat(5, AddTurret(Missile, Range=300, Damage=10, Reload=2, Speed=90, Tracking=3))
|
||||
RecordBonusDPS(245)
|
||||
|
||||
LockOnExport()
|
||||
@@ -0,0 +1,20 @@
|
||||
Resource: AsteroidFTL
|
||||
Name: #ASTEROID_FTL
|
||||
Description: #ASTEROID_FTL_DESC
|
||||
|
||||
Icon: ResourceIcons::22
|
||||
Small Icon: ResourceIconsSmall::47
|
||||
|
||||
Rarity: Uncommon
|
||||
Exportable: False
|
||||
|
||||
Distribution: 0
|
||||
Asteroid Frequency: 0.5
|
||||
Asteroid Labor: 30
|
||||
|
||||
Vanish Time: 540
|
||||
Vanish Mode: Custom
|
||||
VanishUnlessFTLFull()
|
||||
|
||||
AddFTLIncome(+0.5)
|
||||
AddPermanentFTLStorage(+100)
|
||||
@@ -0,0 +1,15 @@
|
||||
Resource: AsteroidGrowth
|
||||
Name: #ASTEROID_GROWTH
|
||||
Description: #ASTEROID_GROWTH_DESC
|
||||
|
||||
Icon: ResourceIcons::3
|
||||
Small Icon: ResourceIconsSmall::20
|
||||
|
||||
Distribution: 0
|
||||
Asteroid Frequency: 0.2
|
||||
Asteroid Labor: 25
|
||||
|
||||
ModBuildingConstructRate(1.0)
|
||||
AddMaxPopulation(2)
|
||||
|
||||
AI: DistributeToImportantPlanet()
|
||||
@@ -0,0 +1,6 @@
|
||||
Resource: AsteroidInfluence
|
||||
Name: #ASTEROID_INFLUENCE
|
||||
Description: #ASTEROID_INFLUENCE_DESC
|
||||
|
||||
Distribution: 0
|
||||
PerIncomeAddResource(Research, 1, Influence)
|
||||
@@ -0,0 +1,18 @@
|
||||
Resource: AsteroidLabor
|
||||
Name: #ASTEROID_LABOR
|
||||
Description: #ASTEROID_LABOR_DESC
|
||||
|
||||
Icon: ResourceIcons::33
|
||||
Small Icon: ResourceIconsSmall::46
|
||||
|
||||
Distribution: 0
|
||||
Asteroid Frequency: 1.7
|
||||
Asteroid Labor: 15
|
||||
|
||||
Vanish Time: 360
|
||||
Vanish Mode: Custom
|
||||
VanishWhenConstructing()
|
||||
|
||||
AddLaborIncome(10)
|
||||
|
||||
AI: DistributeToLaborUsing()
|
||||
Reference in New Issue
Block a user