ModEnc is currently in Maintenance Mode: Changes could occur at any given moment, without advance warning.
ROT: Difference between revisions
Jump to navigation
Jump to search
m Removing outdated categ usage, touching up |
|||
Line 1: | Line 1: | ||
{{Flag | {{Flag | ||
| | |values={{Values|unsigned integers}} | ||
| | |||
|default=? | |default=? | ||
|types={{Categ| | |types={{Categ|Technoes}}, {{Categ|Projectile|Projectiles}} | ||
|ra=yes | |ra=yes | ||
|cs=yes | |cs=yes |
Revision as of 18:02, 4 June 2008
Flag: | ROT |
File(s): | rules(md).ini |
Values: | Unsigned integers: All non-negative whole numbers from 0 to either 32767, 2147483647 or 4294967295. |
Default: | ? |
Applicable to: | TechnoTypes:
AircraftTypes, BuildingTypes, InfantryTypes and VehicleTypes, Projectiles |
On Infantry/Vehicle/Aircraft/Building Types
Determines the Rate Of Turn of this object and/or its turret, if applicable. Bigger number = faster turn.
On Projectiles
A non-zero value means this projectile can home-in on its target. A value of 0 disables homing behavior and leaves the projectile to fly straight.
On aircraft, a projectile with an ROT of 1 will fire the weapon in a strafing pattern of single projectiles until the target either moves out of range or the aircraft itself flies directly over and past the target regardless of what the weapons burst count is.
Mind that:
- setting a predefined flight path (via Template:TTL / Template:TTL and similar) ignores the ROT setting.
- setting Template:TTL forces the projectile to respect the weapon's Template:TTL setting, meaning it can only follow a target so long as the target is within the weapon's range from the location it was fired from. Reaching the limits of this range will cause the projectile to detonate. If "Ranged=" is set to "no", the projectile will follow its target indefinitely until it is either triggered to detonate (by hitting the target, Proxy fuse or maybe some other trigger mechanic that can be coded) or is destroyed (say by Firestorm) or the the target is destroyed by other means, which will cause the projectile to instantly detonate (which is true for any homing projectile).