调整炮弹造价,微调小鸟机动
This commit is contained in:
parent
56d0e8f631
commit
fd660f6b8d
3 changed files with 4 additions and 4 deletions
|
@ -341,10 +341,10 @@ public class Ah6Entity extends ContainerMobileEntity implements GeoEntity, IHeli
|
||||||
if (engineStartOver) {
|
if (engineStartOver) {
|
||||||
if (down) {
|
if (down) {
|
||||||
holdPowerTick++;
|
holdPowerTick++;
|
||||||
this.entityData.set(POWER, Math.max(this.entityData.get(POWER) - 0.0004f * Math.min(holdPowerTick, 10), this.onGround() ? 0 : 0.01f));
|
this.entityData.set(POWER, Math.max(this.entityData.get(POWER) - 0.001f * Math.min(holdPowerTick, 5), this.onGround() ? 0 : 0.025f));
|
||||||
} else if (backInputDown) {
|
} else if (backInputDown) {
|
||||||
holdPowerTick++;
|
holdPowerTick++;
|
||||||
this.entityData.set(POWER, Math.max(this.entityData.get(POWER) - 0.0004f * Math.min(holdPowerTick, 10), this.onGround() ? 0 : 0.052f));
|
this.entityData.set(POWER, Math.max(this.entityData.get(POWER) - 0.001f * Math.min(holdPowerTick, 5), this.onGround() ? 0 : 0.052f));
|
||||||
if (passenger != null) {
|
if (passenger != null) {
|
||||||
passenger.setXRot(0.8f * passenger.getXRot());
|
passenger.setXRot(0.8f * passenger.getXRot());
|
||||||
}
|
}
|
||||||
|
|
|
@ -22,6 +22,6 @@
|
||||||
},
|
},
|
||||||
"result": {
|
"result": {
|
||||||
"item": "superbwarfare:ap_head",
|
"item": "superbwarfare:ap_head",
|
||||||
"count": 1
|
"count": 2
|
||||||
}
|
}
|
||||||
}
|
}
|
|
@ -19,6 +19,6 @@
|
||||||
},
|
},
|
||||||
"result": {
|
"result": {
|
||||||
"item": "superbwarfare:he_head",
|
"item": "superbwarfare:he_head",
|
||||||
"count": 1
|
"count": 2
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Add table
Reference in a new issue