Crawler targeting change / Tar field edits
This commit is contained in:
Binary file not shown.
@@ -617,6 +617,7 @@ public class UnitTypes{
|
|||||||
|
|
||||||
weapons.add(new Weapon(){{
|
weapons.add(new Weapon(){{
|
||||||
shootOnDeath = true;
|
shootOnDeath = true;
|
||||||
|
targetUnderBlocks = false;
|
||||||
reload = 24f;
|
reload = 24f;
|
||||||
shootCone = 180f;
|
shootCone = 180f;
|
||||||
ejectEffect = Fx.none;
|
ejectEffect = Fx.none;
|
||||||
@@ -2646,7 +2647,7 @@ public class UnitTypes{
|
|||||||
width = 5f;
|
width = 5f;
|
||||||
height = 7f;
|
height = 7f;
|
||||||
lifetime = 15f;
|
lifetime = 15f;
|
||||||
hitSize = 4f;
|
hitSize = 4f;
|
||||||
pierceCap = 3;
|
pierceCap = 3;
|
||||||
pierce = true;
|
pierce = true;
|
||||||
pierceBuilding = true;
|
pierceBuilding = true;
|
||||||
@@ -3524,7 +3525,7 @@ public class UnitTypes{
|
|||||||
trailWidth = 2.2f;
|
trailWidth = 2.2f;
|
||||||
trailLength = 7;
|
trailLength = 7;
|
||||||
trailChance = -1f;
|
trailChance = -1f;
|
||||||
|
|
||||||
collidesAir = false;
|
collidesAir = false;
|
||||||
|
|
||||||
despawnEffect = Fx.none;
|
despawnEffect = Fx.none;
|
||||||
|
|||||||
Reference in New Issue
Block a user