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
+44
View File
@@ -0,0 +1,44 @@
Camp: AsteroidBase
Frequency: 0.3
Ship: Kyllaros [Remnant Kyllaros]
Ship: 30-60x Gunship
Ship: 15-35x Missile Boat
Ship: 10-30x Beamship
Ship: 5-8x Heavy Gunship
Pickup:
Name: #PICKUP_ASTEROID
Description: #PICKUP_ASTEROID_DESC
Verb: #VERB_ACTIVATE
Model: Asteroid1
Material: AsteroidPegmatite
Physical Size: 6
OwnedAsteroid(AsteroidAffinity)
Pickup:
Name: #PICKUP_ASTEROID
Description: #PICKUP_ASTEROID_DESC
Verb: #VERB_ACTIVATE
Model: Asteroid1
Material: AsteroidPegmatite
Physical Size: 6
OwnedAsteroid(Deuterium)
Pickup:
Name: #PICKUP_ASTEROID
Description: #PICKUP_ASTEROID_DESC
Verb: #VERB_ACTIVATE
Model: Asteroid1
Material: AsteroidPegmatite
Physical Size: 6
OwnedAsteroid(Water)
+29
View File
@@ -0,0 +1,29 @@
Camp: LargeCamp
Frequency: 0.15
Target Strength: 16000
Pickup: FleetBoost
Name: #PICKUP_FLEETBOOST
Description: #PICKUP_FLEETBOOST_DESC
DLC: Heralds
AddStatus(PickupFleetBoost)
TakeOnClear()
Pickup: FreeFood
Name: #PICKUP_FREEFOOD
Description: #PICKUP_FREEFOOD_DESC
DLC: Heralds
GainInfluenceCard(Harvest)
Pickup: MuchInfluence
Name: #PICKUP_MUCHINFLUENCE
Description: #PICKUP_MUCHINFLUENCE_DESC
DLC: Heralds
AddInfluenceStake(2)
+37
View File
@@ -0,0 +1,37 @@
Camp: MediumCamp
Frequency: 0.5
Ship: Kyllaros [Remnant Kyllaros]
Ship: 15-30x Gunship
Ship: 10-30x Missile Boat
Ship: 4-17x Beamship
Ship: 0-10x Heavy Gunship
Pickup: AncientKnowledge
Name: #PICKUP_ANCIENT_KNOWLEDGE
Description: #PICKUP_ANCIENT_KNOWLEDGE_DESC
GainInfluenceCard(AncientKnowledge)
Pickup: InfluenceMedium
Name: #PICKUP_INFLUENCE
Description: #PICKUP_INFLUENCE_DESC
AddInfluencePoints(+5:+15)
Pickup: DefenseMedium
Name: #PICKUP_DEFENSE_MEDIUM
Description: #PICKUP_DEFENSE_MEDIUM_DESC:5
DLC: Heralds
Frequency: 0.5
ModDefenseReserve(+5)
GenerateGlobalDefense(5)
Pickup: TheoreticalInsight
//Backwards compatibility
Name: #PICKUP_INFLUENCE
Description: #PICKUP_INFLUENCE_DESC
AddInfluencePoints(+5:+15)
Frequency: 0
+19
View File
@@ -0,0 +1,19 @@
Camp: DryDock
Frequency: 0.05
Ship: Ixion [Remnant Ixion]
Ship: 1-5x Pholus
Ship: 0-1x ED
Pickup:
Name: #PICKUP_DRYDOCK
Description: #PICKUP_DRYDOCK_DESC
Model: Drydock
Material: GenericPBR_Drydock
Physical Size: 14
SpawnDryDock(Ixion, 0.0, 1.0)
SpawnDryDock(Ixion, 0.0, 1.0)
AddResearchPoints(250, Modified = False, Penalized = False)
+40
View File
@@ -0,0 +1,40 @@
Camp: SmallCamp
Ship: Thereus [Remnant Thereus]
Ship: 5-25x Gunship
Ship: 3-28x Missile Boat
Ship: 4-20x Beamship
Ship: 2-14x Heavy Gunship
Pickup: Influence5__0
Name: #PICKUP_INFLUENCE
Description: #PICKUP_INFLUENCE_DESC
AddInfluencePoints(+4:+10)
Pickup: Research30__0
Name: #PICKUP_RESEARCH
Description: #PICKUP_RESEARCH_DESC
AddResearchPoints(500, Modified = False, Penalized = False)
Pickup: EnergySmall
Name: #PICKUP_ENERGY
Description: #PICKUP_ENERGY_DESC
AddEnergy(500, Modified = True)
Pickup: CardSmall
Name: #PICKUP_CARD
Description: #PICKUP_CARD_DESC
GainInfluenceCard(Negotiate, Uses=1:3, Quality=0:2)
Pickup: HPBoost
Name: #PICKUP_HPBOOST
Description: #PICKUP_HPBOOST_DESC
DLC: Heralds
PermanentBonusHP(0.25)
TakeOnClear()