diff --git a/mods/ts/rules/ai.yaml b/mods/ts/rules/ai.yaml index 19fdeae11d..1fed6a75a6 100644 --- a/mods/ts/rules/ai.yaml +++ b/mods/ts/rules/ai.yaml @@ -14,6 +14,7 @@ Player: Mcv: mcv BuildingLimits: proc: 4 + gasilo: 2 gapowr: 8 napowr: 8 gapile: 1 diff --git a/mods/ts/rules/shared-structures.yaml b/mods/ts/rules/shared-structures.yaml index 51a3b9d09a..c8722626f3 100644 --- a/mods/ts/rules/shared-structures.yaml +++ b/mods/ts/rules/shared-structures.yaml @@ -81,8 +81,8 @@ PROC: DiscardExcessResources: true StoresResources: PipColor: Green - PipCount: 15 - Capacity: 3000 + PipCount: 10 + Capacity: 2000 CustomSellValue: Value: 600 FreeActor: @@ -146,6 +146,7 @@ GASILO: WithIdleOverlay@LIGHTS: Sequence: idle-lights StoresResources: + PipColor: Green PipCount: 5 Capacity: 1500 Power: diff --git a/mods/ts/rules/shared-vehicles.yaml b/mods/ts/rules/shared-vehicles.yaml index 281dd80f39..123995fc5b 100644 --- a/mods/ts/rules/shared-vehicles.yaml +++ b/mods/ts/rules/shared-vehicles.yaml @@ -59,7 +59,9 @@ HARV: DeliveryBuildings: proc Capacity: 28 Resources: Tiberium, BlueTiberium - BaleUnloadDelay: 1 + BaleLoadDelay: 15 + BaleUnloadDelay: 15 + FullyLoadedSpeed: 100 SearchFromProcRadius: 36 SearchFromOrderRadius: 18 HarvestVoice: Attack diff --git a/mods/ts/rules/world.yaml b/mods/ts/rules/world.yaml index 59aaba54f1..6ad6e3fed1 100644 --- a/mods/ts/rules/world.yaml +++ b/mods/ts/rules/world.yaml @@ -29,7 +29,7 @@ Palette: greentiberium Sequences: tib01, tib02, tib03, tib04, tib05, tib06, tib07, tib08, tib09, tib10, tib11, tib12 MaxDensity: 12 - ValuePerUnit: 50 + ValuePerUnit: 25 AllowedTerrainTypes: Clear, Rough, DirtRoad AllowUnderActors: true TerrainType: Tiberium @@ -41,7 +41,7 @@ Palette: bluetiberium Sequences: tib01, tib02, tib03, tib04, tib05, tib06, tib07, tib08, tib09, tib10, tib11, tib12 MaxDensity: 12 - ValuePerUnit: 100 + ValuePerUnit: 40 AllowedTerrainTypes: Clear, Rough, DirtRoad AllowUnderActors: true TerrainType: BlueTiberium