Polar aerodrome fixes / Objective timer multiplier for difficulty

This commit is contained in:
Anuken
2024-09-20 11:17:12 -04:00
parent bd1f750673
commit c36e638826
4 changed files with 5 additions and 2 deletions

View File

@@ -101,6 +101,8 @@ public class Rules{
public float buildSpeedMultiplier = 1f;
/** Multiplier for percentage of materials refunded when deconstructing. */
public float deconstructRefundMultiplier = 0.5f;
/** Multiplier for time in timer objectives. */
public float objectiveTimerMultiplier = 1f;
/** No-build zone around enemy core radius. */
public float enemyCoreBuildRadius = 400f;
/** If true, no-build zones are calculated based on the closest core. */