Update Block.java
This commit is contained in:
committed by
GitHub
parent
e4c3664cc6
commit
ea96bf2675
@@ -193,6 +193,8 @@ public class Block extends UnlockableContent{
|
|||||||
public BuildVisibility buildVisibility = BuildVisibility.hidden;
|
public BuildVisibility buildVisibility = BuildVisibility.hidden;
|
||||||
/** Multiplier for speed of building this block. */
|
/** Multiplier for speed of building this block. */
|
||||||
public float buildCostMultiplier = 1f;
|
public float buildCostMultiplier = 1f;
|
||||||
|
/** Build completion at which deconstruction finishes. */
|
||||||
|
public float deconstructThreshold = 0f;
|
||||||
/** Multiplier for cost of research in tech tree. */
|
/** Multiplier for cost of research in tech tree. */
|
||||||
public float researchCostMultiplier = 1;
|
public float researchCostMultiplier = 1;
|
||||||
/** Whether this block has instant transfer.*/
|
/** Whether this block has instant transfer.*/
|
||||||
|
|||||||
Reference in New Issue
Block a user