Open source Star Ruler 2 source code!
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
Resource: AwesomeWater
|
||||
Name: #AWESOME_WATER
|
||||
Description: #AWESOME_WATER_DESC:150%
|
||||
Native Biome: Oceanic
|
||||
Class: WaterType
|
||||
|
||||
Icon: ResourceIconsSmall::102
|
||||
Small Icon: ResourceIconsSmall::102
|
||||
|
||||
Artificial: True
|
||||
Level: 0
|
||||
|
||||
ModCivResourceMult(Labor, +1.5)
|
||||
ModCivResourceMult(Research, +1.5)
|
||||
ModCivResourceMult(Influence, +1.5)
|
||||
ModCivResourceMult(Defense, +1.5)
|
||||
ModCivResourceMult(Money, +1.5)
|
||||
ModCivResourceMult(Energy, +1.5)
|
||||
@@ -0,0 +1,12 @@
|
||||
Resource: BoostWater
|
||||
Name: #BOOST_WATER
|
||||
Description: #BOOST_WATER_DESC:150%
|
||||
Native Biome: Oceanic
|
||||
Class: WaterType
|
||||
|
||||
Icon: ResourceIconsSmall::101
|
||||
Small Icon: ResourceIconsSmall::101
|
||||
|
||||
Artificial: True
|
||||
Level: 0
|
||||
ModResourceEfficiencyBonus(+1.5)
|
||||
@@ -0,0 +1,17 @@
|
||||
Resource: ClearWater
|
||||
Name: #CLEAR_WATER
|
||||
Description: #CLEAR_WATER_DESC:150%
|
||||
Native Biome: Oceanic
|
||||
Class: WaterType
|
||||
|
||||
Icon: ResourceIconsSmall::100
|
||||
Small Icon: ResourceIconsSmall::100
|
||||
|
||||
Artificial: True
|
||||
Level: 0
|
||||
|
||||
ConvertResource(Influence, 1.0, Money)
|
||||
ConvertResource(Defense, 1.0, Money)
|
||||
ConvertResource(Research, 1.0, Money)
|
||||
ConvertResource(Energy, 1.0, Money)
|
||||
ConvertResource(Labor, 0.9, Money) #version<49
|
||||
@@ -0,0 +1,13 @@
|
||||
Resource: HeavyWater
|
||||
Name: #HEAVY_WATER
|
||||
Description: #HEAVY_WATER_DESC:3
|
||||
Native Biome: Oceanic
|
||||
Class: WaterType
|
||||
|
||||
Icon: ResourceIconsSmall::99
|
||||
Small Icon: ResourceIconsSmall::99
|
||||
|
||||
Artificial: True
|
||||
Level: 0
|
||||
|
||||
AddRandomPressure(3, 180, 30)
|
||||
Reference in New Issue
Block a user