Replace StayAliveObjective with EscapeShuttleObjective. (#11642)

This commit is contained in:
Vordenburg
2022-10-04 17:57:14 -04:00
committed by GitHub
parent 28cd7dc764
commit 718183277d
5 changed files with 106 additions and 60 deletions

View File

@@ -0,0 +1,2 @@
objective-condition-escape-shuttle-title = Escape on the emergency shuttle alive and unrestrained.
objective-condition-escape-shuttle-description = One of our undercover agents will debrief you when you arrive. Don't show up in cuffs.

View File

@@ -1,2 +0,0 @@
objective-condition-stay-alive-title = Stay alive.
objective-condition-stay-alive-description = Survive this shift, we need you for another assignment.

View File

@@ -39,17 +39,6 @@
- !type:RandomTraitorAliveCondition {}
canBeDuplicate: true
- type: objective
id: StayAliveObjective
issuer: syndicate
requirements:
- !type:TraitorRequirement {}
- !type:IncompatibleConditionsRequirement
conditions:
- DieCondition
conditions:
- !type:StayAliveCondition {}
- type: objective
id: DieObjective
issuer: syndicate
@@ -58,8 +47,8 @@
- !type:TraitorRequirement {}
- !type:IncompatibleConditionsRequirement
conditions:
- StayAliveCondition
- StealCondition
- EscapeShuttleCondition
conditions:
- !type:DieCondition {}
@@ -221,3 +210,14 @@
conditions:
- !type:StealCondition
prototype: JetpackCaptainFilled
- type: objective
id: EscapeShuttleObjective
issuer: syndicate
requirements:
- !type:TraitorRequirement {}
- !type:IncompatibleConditionsRequirement
conditions:
- DieCondition
conditions:
- !type:EscapeShuttleCondition {}