Add Force-Move undeploy to D2k Thumper Infantry.
This commit is contained in:
committed by
abcdefg30
parent
d2611ebfb4
commit
153bd14f9e
@@ -65,7 +65,7 @@ Container@PLAYER_WIDGETS:
|
|||||||
Background: command-button
|
Background: command-button
|
||||||
DisableKeySound: true
|
DisableKeySound: true
|
||||||
TooltipText: Force Move
|
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\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 thumpers will undeploy and move to the target location\n\nLeft-click icon then right-click on target.\nHold {(Alt)} to activate temporarily while commanding units.
|
||||||
TooltipContainer: TOOLTIP_CONTAINER
|
TooltipContainer: TOOLTIP_CONTAINER
|
||||||
TooltipTemplate: BUTTON_WITH_DESC_HIGHLIGHT_TOOLTIP
|
TooltipTemplate: BUTTON_WITH_DESC_HIGHLIGHT_TOOLTIP
|
||||||
Children:
|
Children:
|
||||||
|
|||||||
@@ -106,10 +106,11 @@ thumper:
|
|||||||
Range: 2c768
|
Range: 2c768
|
||||||
Mobile:
|
Mobile:
|
||||||
Speed: 43
|
Speed: 43
|
||||||
RequiresCondition: undeployed
|
RequireForceMoveCondition: !undeployed
|
||||||
GrantConditionOnDeploy:
|
GrantConditionOnDeploy:
|
||||||
DeployedCondition: deployed
|
DeployedCondition: deployed
|
||||||
UndeployedCondition: undeployed
|
UndeployedCondition: undeployed
|
||||||
|
UndeployOnMove: true
|
||||||
Facing: 512
|
Facing: 512
|
||||||
AllowedTerrainTypes: Sand, Spice, Dune, SpiceSand
|
AllowedTerrainTypes: Sand, Spice, Dune, SpiceSand
|
||||||
WithInfantryBody:
|
WithInfantryBody:
|
||||||
|
|||||||
Reference in New Issue
Block a user