map setting refund (#1709)

This commit is contained in:
ma44
2020-03-15 13:02:47 -05:00
committed by GitHub
parent 6079980a50
commit ec34e27102
4 changed files with 5 additions and 1 deletions

View File

@@ -44,6 +44,8 @@ public class Rules{
public float buildCostMultiplier = 1f;
/** Multiplier for building speed. */
public float buildSpeedMultiplier = 1f;
/** Multiplier for percentage of materials refunded when deconstructing */
public float deconstructRefundMultiplier = 0.5f;
/** No-build zone around enemy core radius. */
public float enemyCoreBuildRadius = 400f;
/** Radius around enemy wave drop zones.*/