IsGattling: Difference between revisions
No edit summary |
mNo edit summary |
||
Line 8: | Line 8: | ||
|rp=yes | |rp=yes | ||
}} | }} | ||
If set, specifies that this object uses a [[Gattling Weapon System]], which consists of multiple weapon stages.<br>Originally used on the Gattling Tank/Cannon. | |||
If set, specifies that this object uses a [[Gattling Weapon System]], which consists of multiple weapon stages. | |||
Originally used on the Gattling Tank/Cannon. | |||
{{Bugs}} | {{Bugs}} | ||
Even though there <u><b><font style="Color:blue">IsGattling=yes</font></b></u> But if <u><b>[[VehicleTypes]]</b></u> has<u><b>{{f|IsSimpleDeployer|yes|Link}}</b></u>[[Weapon2]] and [[EliteWeapon2]] formed from the <u><b>{{f|IsSimpleDeployer|yes|Link}}</b></u> | Even though there <u><b><font style="Color:blue">IsGattling=yes</font></b></u> But if <u><b>[[VehicleTypes]]</b></u> has<u><b>{{f|IsSimpleDeployer|yes|Link}}</b></u>[[Weapon2]] and [[EliteWeapon2]] formed from the <u><b>{{f|IsSimpleDeployer|yes|Link}}</b></u> | ||
Line 24: | Line 20: | ||
*This is very similar to [[WeaponXTurretLocked]]. | *This is very similar to [[WeaponXTurretLocked]]. | ||
Disable<b><u>[[Report]]</u></b>for any weapon. If it is used with<b><u>[[InfantryTypes]]</u></b> | Disable<b><u>[[Report]]</u></b>for any weapon. If it is used with<b><u>[[InfantryTypes]]</u></b><br> | ||
Adding the tag '''IsGattling=yes''' (without any additional logic involved) give to [[VehicleTypes]](UnitNavalTypes) will make those [[Secondary]],[[EliteSecondary]] of [[VehicleTypes]](UnitNavalTypes) Ignored.<br> | |||
[[VehicleTypes]](UnitNavalTypes) in water can attack on land if their [[Primary]],[[ElitePrimary]] can attack on land (in some cases, those units will ignore it). {{f|LandTargeting|2|link}} also). |
Revision as of 14:58, 10 November 2024
Flag: | IsGattling |
File(s): | Rules(md).ini |
Values: | boolean |
Default: | no |
Applicable to: | VehicleTypes, BuildingTypes |
If set, specifies that this object uses a Gattling Weapon System, which consists of multiple weapon stages.
Originally used on the Gattling Tank/Cannon.
Bugs/Side-Effects/Unexpected Limitations
Even though there IsGattling=yes But if VehicleTypes hasIsSimpleDeployer=yesWeapon2 and EliteWeapon2 formed from the IsSimpleDeployer=yes
There will be no sequence Weapon4,Weapon6 With logic IsGattling=yes Only Report has changed In order of weapons.
- However, DeployFireWeapon can still be used to control whether to use Weapon 1 or Weapon 2 in deployment mode.
Although it is not possible to replace weapons, the counter accumulates normally (that's why there were changes in the Report), so after undeploy, the corresponding stage's weapon will be used (of course, RateDown caused by deployment interruption firing will also be calculated).
- This is very similar to WeaponXTurretLocked.
DisableReportfor any weapon. If it is used withInfantryTypes
Adding the tag IsGattling=yes (without any additional logic involved) give to VehicleTypes(UnitNavalTypes) will make those Secondary,EliteSecondary of VehicleTypes(UnitNavalTypes) Ignored.
VehicleTypes(UnitNavalTypes) in water can attack on land if their Primary,ElitePrimary can attack on land (in some cases, those units will ignore it). LandTargeting=2 also).