Jump to content

StageN: Difference between revisions

From ModEnc²
en>Testid123
mNo edit summary
Rain-Islet (talk | contribs)
m [bot] Batch update {{Bugs}} templates.
 
(One intermediate revision by one other user not shown)
Line 9: Line 9:
(Yuri's Revenge Only)
(Yuri's Revenge Only)


{{Bugs}}
=={{Bugs}}==
*If '''StageX''' is less than '''Stage1''' '''(Stage1=200 Stage2=400 Stage3=0)''' [[TechnoTypes]], only two weapons will be used. ([[Weapon1]],[[EliteWeapon1]],[[Weapon2]],[[EliteWeapon2]]) Even if using logic {{f|IsGattling|yes|link}} whatever.
*If '''StageX''' is less than '''Stage1''' '''(Stage1=200 Stage2=400 Stage3=0)''' [[TechnoTypes]], only two weapons will be used. ([[Weapon1]],[[EliteWeapon1]],[[Weapon2]],[[EliteWeapon2]]) Even if using logic {{f|IsGattling|yes|link}} whatever.

Latest revision as of 17:54, 2 July 2025

Tiberian Dawn Red Alert Tiberian Sun Firestorm Red Alert 2 Yuri's Revenge
Flag: StageN
File(s): rules(md).ini
Values: Unsigned integers: All non-negative whole numbers from 0 to either 32767, 2147483647 or 4294967295.
Applicable to: VehicleTypes,AircraftTypes,BuildingTypes


Specifies the delay in frames (interval) between each stage of this objects weapon if it also has IsGattling=yes set, thus determines how long it takes to progress through those stages. The last stage is used to determine what the maximum firing timer can be. Once the weapon hits this, it will stop increasing. If this is larger than the previous stage, then it will have a grace period once the weapon stops firing before it needs to drop down to the lower weapon. You should therefore specify one StageN= for each one of the WeaponStages= you have specified, with 'N' representing each subsequent stage starting at '1' .
(Yuri's Revenge Only)

Bugs/Side-Effects/Unexpected Limitations