mirror of
https://github.com/Anuken/Mindustry.git
synced 2026-03-09 00:10:59 -07:00
Slightly denser generated bases
This commit is contained in:
parent
caa34c959e
commit
decc570867
1 changed files with 2 additions and 2 deletions
|
|
@ -46,8 +46,8 @@ public class BaseGenerator{
|
|||
wallsSmall.sort(b -> b.buildCost);
|
||||
wallsLarge.sort(b -> b.buildCost);
|
||||
|
||||
float bracketRange = 0.2f;
|
||||
float baseChance = Mathf.lerp(0.7f, 1.9f, difficulty);
|
||||
float bracketRange = 0.17f;
|
||||
float baseChance = Mathf.lerp(0.7f, 2.1f, difficulty);
|
||||
int wallAngle = 70; //180 for full coverage
|
||||
double resourceChance = 0.5 * baseChance;
|
||||
double nonResourceChance = 0.0005 * baseChance;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue