Make Mobile a PausableConditionalTrait

This commit is contained in:
tovl
2019-03-03 21:12:45 +01:00
committed by reaperrr
parent f63d0272a7
commit 2e5e7c22f4
20 changed files with 107 additions and 32 deletions

View File

@@ -104,7 +104,8 @@ TTNK:
Mobile:
TurnSpeed: 5
Speed: 85
RequiresCondition: !empdisable && undeployed && !being-captured
RequiresCondition: undeployed
PauseOnCondition: empdisable || being-captured
Health:
HP: 35000
Armor:
@@ -223,7 +224,8 @@ ART2:
Mobile:
Speed: 71
TurnSpeed: 2
RequiresCondition: !empdisable && undeployed && !being-captured
RequiresCondition: undeployed
PauseOnCondition: empdisable || being-captured
RevealsShroud:
RequiresCondition: !inside-tunnel
Range: 9c0
@@ -378,7 +380,7 @@ SAPC:
Mobile:
TurnSpeed: 5
Speed: 71
RequiresCondition: !empdisable && !loading && !being-captured
PauseOnCondition: empdisable || loading || being-captured
Locomotor: subterranean
Health:
HP: 17500