调整炮弹造价,微调小鸟机动
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 (down) {
|
||||
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) {
|
||||
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) {
|
||||
passenger.setXRot(0.8f * passenger.getXRot());
|
||||
}
|
||||
|
|
|
@ -22,6 +22,6 @@
|
|||
},
|
||||
"result": {
|
||||
"item": "superbwarfare:ap_head",
|
||||
"count": 1
|
||||
"count": 2
|
||||
}
|
||||
}
|
|
@ -19,6 +19,6 @@
|
|||
},
|
||||
"result": {
|
||||
"item": "superbwarfare:he_head",
|
||||
"count": 1
|
||||
"count": 2
|
||||
}
|
||||
}
|
Loading…
Add table
Reference in a new issue