IsDropship
| Flag: | IsDropship |
| File(s): | rules(md).ini |
| Values: | Boolean values: yes or no, true or false, 1 or 0 |
| Default: | no |
| Applicable to: | TechnoTypes:
AircraftTypes, BuildingTypes, InfantryTypes and VehicleTypes |
Is this unit a Dropship?
Notes
This can be applied to all units with Locomotor={4A582746-9839-11d1-B709-00A024DDAFD1} (Fly), and when landing, will play an animation with the fixed name [DROPLAND] on the ground below.
- Carryall has a similar effect, but it can only be used for AircraftType.
Units with this flag can disable the hard-coded Wobble effect when Locomotor=Fly is active in mid-air.
Units with IsDropship=yes and Locomotor=Fly have a maximum climb rate of 16, a maximum descent rate of 16 (or 6), a maximum crash rate of 48, and the crash rate will not fall below 10 after continuous deceleration.
References
Starting from Phobos Build#49, the wobbles effect brought by Locomotor={4A582746-9839-11d1-B709-00A024DDAFD1} (Fly) can be controlled by the FlyNoWobbles flag, and likewise it can also enable the wobble effect for technos with IsDropship=yes. Refer to Phobos documentation - Customize whether technos with Locomotor=Fly wobble.
Starting from Phobos Build#49, any technos with Locomotor=Fly can customize the landing animation. Refer to Phobos documentation - Customize the landing animation of technos that have Locomotor=Fly.