Mechanic
missile
Shoots a homing missile at the target
Aliases
mi
Configuration Fields (10)
| Name | Type | Default | Description |
|---|---|---|---|
| inertia intertia, in | PlaceholderFloat | 1.5 | The inertia of the projectile |
| hugSurface hs | ProjectileSurfaceMode | false | Whether the projectile will hug the surface |
| hugLiquid hugWater, hugLava | ProjectileSurfaceMode | false | If hugSurface is set, determines whether the projectile will hug liquid |
| heightFromSurface hfs | float | — | |
| maxClimbHeight mch | float | 3 | The number of attempts the projectile will try to increase its y-location before terminating the projectile |
| maxDropHeight mdh | float | 10 | The number of attempts the projectile will try to decrease its y-location before terminating the projectile |
| bounces PREM bounce | boolean | false | The projectile can bounce |
| bounceVelocity bv | float | 0.9 | The velocity modifier of the bounce |
| highaccuracymode ham | ProjectileTriOption | PLAYERS_ONLY | Whether to use high-accuracy mode, which raytraces every tick to ensure the projectile cannot ever go anything |
| startWithParentVelocity swpv | boolean | false | If the missile is called by another projectile, should it start with the same velocity as the parent projectile? |
Universal Mechanic Options
Mentioned by
- Author:
- Ashijin