Merge branch 'master' of https://github.com/Anuken/Mindustry into 7.0-features
Conflicts: core/src/mindustry/world/blocks/defense/turrets/Turret.java
This commit is contained in:
@@ -132,3 +132,4 @@ Darkness6030
|
|||||||
hortiSquash
|
hortiSquash
|
||||||
King-BR
|
King-BR
|
||||||
citrusMarmelade
|
citrusMarmelade
|
||||||
|
Evolveye
|
||||||
|
|||||||
@@ -128,7 +128,7 @@ public class TractorBeamTurret extends BaseTurret{
|
|||||||
}
|
}
|
||||||
|
|
||||||
any = true;
|
any = true;
|
||||||
target.impulseNet(Tmp.v1.set(this).sub(target).limit((force + (1f - target.dst(this) / range) * scaledForce) * edelta() * timeScale));
|
target.impulseNet(Tmp.v1.set(this).sub(target).limit((force + (1f - target.dst(this) / range) * scaledForce) * edelta()));
|
||||||
}
|
}
|
||||||
}else{
|
}else{
|
||||||
strength = Mathf.lerpDelta(strength, 0, 0.1f);
|
strength = Mathf.lerpDelta(strength, 0, 0.1f);
|
||||||
|
|||||||
@@ -532,7 +532,7 @@ public class Turret extends ReloadTurret{
|
|||||||
if(dead || !hasAmmo()) return;
|
if(dead || !hasAmmo()) return;
|
||||||
|
|
||||||
bulletOffset.trns(rotation, shootLength, Mathf.range(xRand));
|
bulletOffset.trns(rotation, shootLength, Mathf.range(xRand));
|
||||||
bullet(type, rotation + Mathf.range(inaccuracy + type.inaccuracy) + (ii - (int)(shots / 2f)) * spread);
|
bullet(peekAmmo(), rotation + Mathf.range(inaccuracy + peekAmmo().inaccuracy) + (ii - (int)(shots / 2f)) * spread);
|
||||||
effects();
|
effects();
|
||||||
useAmmo();
|
useAmmo();
|
||||||
recoil = recoilAmount;
|
recoil = recoilAmount;
|
||||||
|
|||||||
@@ -33,7 +33,7 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "TWS",
|
"name": "TWS",
|
||||||
"address": ["twsmindustry.24x7.hk:6701", "twsmindustry.24x7.hk:6702"]
|
"address": ["twsmindustry.24x7.hk:6701", "twsmindustry.24x7.hk:6702", "twsmindustry.24x7.hk:6969"]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "mindustry.ddns.net",
|
"name": "mindustry.ddns.net",
|
||||||
@@ -57,7 +57,7 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "Omega",
|
"name": "Omega",
|
||||||
"address": ["yeeth.mindustry.me:6568"]
|
"address": ["yeeth.mindustry.me:6568","yeeth.mindustry.me:5002"]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "Obvilion Network",
|
"name": "Obvilion Network",
|
||||||
@@ -89,7 +89,7 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "Hungarian",
|
"name": "Hungarian",
|
||||||
"address": ["survival.humindustry.tk", "148.251.175.124:25601"]
|
"address": ["hudustry.ddns.net"]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "Xpdustry",
|
"name": "Xpdustry",
|
||||||
@@ -121,7 +121,7 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "Shard",
|
"name": "Shard",
|
||||||
"address": ["shard.mcv.kr"]
|
"address": ["59.12.120.171"]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "OMNIDUSTRY",
|
"name": "OMNIDUSTRY",
|
||||||
|
|||||||
@@ -33,7 +33,7 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "XCore",
|
"name": "XCore",
|
||||||
"address": ["node.procord.ga:2707"]
|
"address": ["node.procord.vip:2707", "eu-fsn-01.vapur.host:24603"]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "Obvilion Network",
|
"name": "Obvilion Network",
|
||||||
|
|||||||
Reference in New Issue
Block a user