Phobos
Phobos copied to clipboard
Multiple Burst shots during same infantry firing sequence
-
Burst.FireWithinSequenceis only used if the weapon is fired by InfantryTypes, and setting it to true allows infantry to fire multipleBurstshots within same firing sequence.- First shot is always fired at sequence frame determined by firing frame controls on InfantryType image (
FireUpet al). - Following shots come at intervals determined by
Burst.Delays(with minimum delay of 1 frame) or random delay between 3 to 5 frames if not defined. Note that if next shot would be fired at a frame that is beyond the firing sequence's length, burst shot count is reset and weapon starts reloading. - Burst shot counter is not immediately reset if firing is ceased mid-sequence after at least one shot, but the frame at which each burst shot is fired will not be influenced by this (in other words, resuming firing afterward without weapon reload taking place would restart firing sequence but no firing will take place until the frame at which next burst shot should be fired is hit).
- First shot is always fired at sequence frame determined by firing frame controls on InfantryType image (
In rulesmd.ini:
[SOMEWEAPON] ; WeaponType
Burst.FireWithinSequence=false ; boolean
Nightly build for this pull request:
- compiled-dll-9b8ccbd890c5dedba1f309845dd238a2bb0a6096.zip This comment is automatic and is meant to allow guests to get latest nightly builds without registering. It is updated on every successful build.