Make Mobile a PausableConditionalTrait
This commit is contained in:
@@ -242,7 +242,7 @@
|
||||
DrawLineToTarget:
|
||||
UpdatesPlayerStatistics:
|
||||
Mobile:
|
||||
RequiresCondition: !being-captured
|
||||
PauseOnCondition: being-captured
|
||||
Locomotor: wheeled
|
||||
TurnSpeed: 5
|
||||
SelectionDecorations:
|
||||
|
||||
@@ -22,7 +22,7 @@ DOG:
|
||||
Mobile:
|
||||
Speed: 99
|
||||
Voice: Move
|
||||
RequiresCondition: !attack-cooldown && !eating
|
||||
PauseOnCondition: attack-cooldown || eating
|
||||
Guard:
|
||||
Voice: Move
|
||||
Passenger:
|
||||
|
||||
@@ -275,7 +275,7 @@ LST:
|
||||
Mobile:
|
||||
Locomotor: lcraft
|
||||
Speed: 113
|
||||
RequiresCondition: !notmobile
|
||||
PauseOnCondition: notmobile
|
||||
RevealsShroud:
|
||||
Range: 6c0
|
||||
RevealGeneratedShroud: False
|
||||
|
||||
@@ -399,7 +399,7 @@ JEEP:
|
||||
Mobile:
|
||||
TurnSpeed: 10
|
||||
Speed: 170
|
||||
RequiresCondition: !notmobile && !being-captured
|
||||
PauseOnCondition: notmobile || being-captured
|
||||
RevealsShroud:
|
||||
Range: 8c0
|
||||
RevealGeneratedShroud: False
|
||||
@@ -444,7 +444,7 @@ APC:
|
||||
Type: Heavy
|
||||
Mobile:
|
||||
Speed: 142
|
||||
RequiresCondition: !notmobile && !being-captured
|
||||
PauseOnCondition: notmobile || being-captured
|
||||
RevealsShroud:
|
||||
Range: 5c0
|
||||
RevealGeneratedShroud: False
|
||||
@@ -802,7 +802,8 @@ QTNK:
|
||||
Armor:
|
||||
Type: Heavy
|
||||
Mobile:
|
||||
RequiresCondition: !deployed && !being-captured
|
||||
RequiresCondition: !deployed
|
||||
PauseOnCondition: being-captured
|
||||
Speed: 56
|
||||
Chronoshiftable:
|
||||
RequiresCondition: !deployed && !being-captured
|
||||
@@ -842,7 +843,7 @@ STNK:
|
||||
Mobile:
|
||||
Speed: 142
|
||||
Locomotor: heavywheeled
|
||||
RequiresCondition: !notmobile && !being-captured
|
||||
PauseOnCondition: notmobile || being-captured
|
||||
RevealsShroud:
|
||||
Range: 7c0
|
||||
RevealGeneratedShroud: False
|
||||
|
||||
Reference in New Issue
Block a user