Torpedo Re-adjustment

Restored torpedoes to it's old state, with changes to explosive potency and size limit to compensate.
This commit is contained in:
Creepachu 2018-10-12 21:55:12 -04:00 committed by GitHub
parent 4e74b1c73f
commit d33143ae3b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,12 +1,12 @@
name: LaunchTorpedo name: LaunchTorpedo
maxSize: 20 maxSize: 10
minSize: 2 minSize: 2
allowedBlocks: allowedBlocks:
- 173 - 173
forbiddenBlocks: forbiddenBlocks:
- 7 - 7
useGravity: true useGravity: false
hoverLimit: 0 hoverLimit: 0
canCruise: true canCruise: true
cruiseOnPilot: true cruiseOnPilot: true
@ -14,7 +14,7 @@ cruiseSkipBlocks: 0
canFly: false canFly: false
minHeightLimit: 10 minHeightLimit: 10
maxHeightLimit: 65 maxHeightLimit: 65
collisionExplosion: 10.0 collisionExplosion: 8.0
moveEntities: false moveEntities: false
speed: 5.0 speed: 5.0
tryNudge: false tryNudge: false