No payload source power
This commit is contained in:
@@ -1375,7 +1375,7 @@ public class UnitTypes implements ContentList{
|
|||||||
|
|
||||||
shrinkX = shrinkY = 0.7f;
|
shrinkX = shrinkY = 0.7f;
|
||||||
|
|
||||||
speed = 0.001f;
|
speed = 0f;
|
||||||
collides = false;
|
collides = false;
|
||||||
|
|
||||||
healPercent = 15f;
|
healPercent = 15f;
|
||||||
@@ -1810,7 +1810,7 @@ public class UnitTypes implements ContentList{
|
|||||||
|
|
||||||
shrinkX = shrinkY = 0f;
|
shrinkX = shrinkY = 0f;
|
||||||
|
|
||||||
speed = 0.001f;
|
speed = 0f;
|
||||||
|
|
||||||
splashDamage = 50f;
|
splashDamage = 50f;
|
||||||
splashDamageRadius = 40f;
|
splashDamageRadius = 40f;
|
||||||
|
|||||||
@@ -17,7 +17,7 @@ public class SapBulletType extends BulletType{
|
|||||||
public float width = 0.4f;
|
public float width = 0.4f;
|
||||||
|
|
||||||
public SapBulletType(){
|
public SapBulletType(){
|
||||||
speed = 0.0001f;
|
speed = 0f;
|
||||||
despawnEffect = Fx.none;
|
despawnEffect = Fx.none;
|
||||||
pierce = true;
|
pierce = true;
|
||||||
collides = false;
|
collides = false;
|
||||||
|
|||||||
@@ -19,7 +19,7 @@ public class ShrapnelBulletType extends BulletType{
|
|||||||
public float serrationLenScl = 10f, serrationWidth = 4f, serrationSpacing = 8f, serrationSpaceOffset = 80f, serrationFadeOffset = 0.5f;
|
public float serrationLenScl = 10f, serrationWidth = 4f, serrationSpacing = 8f, serrationSpaceOffset = 80f, serrationFadeOffset = 0.5f;
|
||||||
|
|
||||||
public ShrapnelBulletType(){
|
public ShrapnelBulletType(){
|
||||||
speed = 0.01f;
|
speed = 0f;
|
||||||
hitEffect = Fx.hitLancer;
|
hitEffect = Fx.hitLancer;
|
||||||
shootEffect = smokeEffect = Fx.lightningShoot;
|
shootEffect = smokeEffect = Fx.lightningShoot;
|
||||||
lifetime = 10f;
|
lifetime = 10f;
|
||||||
|
|||||||
@@ -24,7 +24,7 @@ public class PayloadSource extends PayloadBlock{
|
|||||||
size = 3;
|
size = 3;
|
||||||
update = true;
|
update = true;
|
||||||
outputsPayload = true;
|
outputsPayload = true;
|
||||||
hasPower = true;
|
hasPower = false;
|
||||||
rotate = true;
|
rotate = true;
|
||||||
configurable = true;
|
configurable = true;
|
||||||
//make sure to display large units.
|
//make sure to display large units.
|
||||||
|
|||||||
@@ -4,7 +4,6 @@ import mindustry.world.blocks.power.*;
|
|||||||
import mindustry.world.meta.*;
|
import mindustry.world.meta.*;
|
||||||
|
|
||||||
public class PowerSource extends PowerNode{
|
public class PowerSource extends PowerNode{
|
||||||
|
|
||||||
public float powerProduction = 10000f;
|
public float powerProduction = 10000f;
|
||||||
|
|
||||||
public PowerSource(String name){
|
public PowerSource(String name){
|
||||||
|
|||||||
Reference in New Issue
Block a user