Merge pull request #7555 from delftswa2014/bugfix/resourcegrowth_transient

allowed resources to be grown under Actors
This commit is contained in:
Oliver Brakmann
2015-02-26 22:18:01 +01:00
4 changed files with 7 additions and 7 deletions

View File

@@ -110,7 +110,7 @@ World:
Name: Tiberium Name: Tiberium
PipColor: Green PipColor: Green
AllowedTerrainTypes: Clear,Road AllowedTerrainTypes: Clear,Road
AllowUnderActors: false AllowUnderActors: true
FixedColorPalette@BlueTiberium: FixedColorPalette@BlueTiberium:
Base: terrain Base: terrain
Name: bluetiberium Name: bluetiberium
@@ -127,7 +127,7 @@ World:
Name: BlueTiberium Name: BlueTiberium
PipColor: Blue PipColor: Blue
AllowedTerrainTypes: Clear,Road AllowedTerrainTypes: Clear,Road
AllowUnderActors: false AllowUnderActors: true
PathfinderDebugOverlay: PathfinderDebugOverlay:
TerrainGeometryOverlay: TerrainGeometryOverlay:
SpawnMapActors: SpawnMapActors:

View File

@@ -120,7 +120,7 @@ World:
Name: Spice Name: Spice
PipColor: green PipColor: green
AllowedTerrainTypes: Sand AllowedTerrainTypes: Sand
AllowUnderActors: false AllowUnderActors: true
SmudgeLayer@Rock: SmudgeLayer@Rock:
Type: RockCrater Type: RockCrater
Sequence: rockcraters Sequence: rockcraters

View File

@@ -146,7 +146,7 @@ World:
Name: Ore Name: Ore
PipColor: Yellow PipColor: Yellow
AllowedTerrainTypes: Clear,Road AllowedTerrainTypes: Clear,Road
AllowUnderActors: false AllowUnderActors: true
TerrainType: Ore TerrainType: Ore
ResourceType@gem: ResourceType@gem:
ResourceType: 2 ResourceType: 2
@@ -158,7 +158,7 @@ World:
Name: Gems Name: Gems
PipColor: Red PipColor: Red
AllowedTerrainTypes: Clear,Road AllowedTerrainTypes: Clear,Road
AllowUnderActors: false AllowUnderActors: true
TerrainType: Gems TerrainType: Gems
PathfinderDebugOverlay: PathfinderDebugOverlay:
TerrainGeometryOverlay: TerrainGeometryOverlay:

View File

@@ -130,7 +130,7 @@ World:
Name: Tiberium Name: Tiberium
PipColor: Green PipColor: Green
AllowedTerrainTypes: Clear, Rough, DirtRoad AllowedTerrainTypes: Clear, Rough, DirtRoad
AllowUnderActors: false AllowUnderActors: true
TerrainType: Tiberium TerrainType: Tiberium
FixedColorPalette@BlueTiberium: FixedColorPalette@BlueTiberium:
Base: player Base: player
@@ -147,7 +147,7 @@ World:
Name: BlueTiberium Name: BlueTiberium
PipColor: Blue PipColor: Blue
AllowedTerrainTypes: Clear, Rough, DirtRoad AllowedTerrainTypes: Clear, Rough, DirtRoad
AllowUnderActors: false AllowUnderActors: true
TerrainType: BlueTiberium TerrainType: BlueTiberium
PathfinderDebugOverlay: PathfinderDebugOverlay:
TerrainGeometryOverlay: TerrainGeometryOverlay: