mirror of
https://github.com/Anuken/Mindustry.git
synced 2026-01-27 23:11:12 -08:00
fewer destruction turns
This commit is contained in:
parent
7bcecea539
commit
ab772d4901
1 changed files with 1 additions and 1 deletions
|
|
@ -87,7 +87,7 @@ public class Vars implements Loadable{
|
|||
/** duration of time between turns in ticks */
|
||||
public static final float turnDuration = 20 * Time.toMinutes;
|
||||
/** turns needed to destroy a sector completely */
|
||||
public static final float sectorDestructionTurns = 3f;
|
||||
public static final float sectorDestructionTurns = 2f;
|
||||
/** min armor fraction damage; e.g. 0.05 = at least 5% damage */
|
||||
public static final float minArmorDamage = 0.1f;
|
||||
/** launch animation duration */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue