Allow move orders to cancel DeployForGrantedCondition.

This commit is contained in:
tovl
2019-06-07 22:14:47 +00:00
committed by reaperrr
parent 8589e26dc2
commit ea036d4cc0
9 changed files with 99 additions and 88 deletions

View File

@@ -61,7 +61,7 @@ Container@PLAYER_WIDGETS:
Background:
DisableKeySound: true
TooltipText: Force Move
TooltipDesc: Selected units will move to the desired location\n - Default activity for the target is suppressed\n - Vehicles will attempt to crush enemies at the target location\n - Units entering transports will consider nearby alternatives\n - Carryalls will not release their cargo at the target location\n\nLeft-click icon then right-click on target.\nHold {(Alt)} to activate temporarily while commanding units.
TooltipDesc: Selected units will move to the desired location\n - Default activity for the target is suppressed\n - Vehicles will attempt to crush enemies at the target location\n - Deployed units will undeploy and move to the target location\n - Units entering transports will consider nearby alternatives\n - Carryalls will not release their cargo at the target location\n\nLeft-click icon then right-click on target.\nHold {(Alt)} to activate temporarily while commanding units.
TooltipContainer: TOOLTIP_CONTAINER
TooltipTemplate: BUTTON_WITH_DESC_HIGHLIGHT_TOOLTIP
Children:

View File

@@ -330,7 +330,6 @@ JUGG:
Mobile:
Speed: 71
TurnSpeed: 5
RequiresCondition: undeployed
PauseOnCondition: empdisable || being-captured
RevealsShroud:
RequiresCondition: !inside-tunnel
@@ -352,6 +351,7 @@ JUGG:
PauseOnCondition: empdisable || being-captured
DeployedCondition: deployed
UndeployedCondition: undeployed
UndeployOnMove: true
Facing: 96
AllowedTerrainTypes: Clear, Road, DirtRoad, Rough
DeploySounds: place2.aud

View File

@@ -104,7 +104,6 @@ TTNK:
Mobile:
TurnSpeed: 5
Speed: 85
RequiresCondition: undeployed
PauseOnCondition: empdisable || being-captured
Health:
HP: 35000
@@ -135,6 +134,7 @@ TTNK:
PauseOnCondition: empdisable || being-captured
DeployedCondition: deployed
UndeployedCondition: undeployed
UndeployOnMove: true
Facing: 160
AllowedTerrainTypes: Clear, Road, DirtRoad, Rough
DeploySounds: place2.aud
@@ -226,7 +226,6 @@ ART2:
Mobile:
Speed: 71
TurnSpeed: 2
RequiresCondition: undeployed
PauseOnCondition: empdisable || being-captured
RevealsShroud:
RequiresCondition: !inside-tunnel
@@ -241,6 +240,7 @@ ART2:
PauseOnCondition: empdisable || being-captured
DeployedCondition: deployed
UndeployedCondition: undeployed
UndeployOnMove: true
Facing: 96
AllowedTerrainTypes: Clear, Road, DirtRoad, Rough
DeploySounds: place2.aud

View File

@@ -126,7 +126,6 @@ LPST:
Mobile:
Speed: 85
TurnSpeed: 5
RequiresCondition: undeployed
PauseOnCondition: empdisable || being-captured
RevealsShroud:
RequiresCondition: !inside-tunnel && undeployed
@@ -148,6 +147,7 @@ LPST:
PauseOnCondition: empdisable || being-captured
DeployedCondition: deployed
UndeployedCondition: undeployed
UndeployOnMove: true
Facing: 160
AllowedTerrainTypes: Clear, Road, DirtRoad, Rough
DeploySounds: place2.aud