Rebalanced traitor objective difficulty (#6173)

This commit is contained in:
Rane
2022-01-15 00:02:16 -05:00
committed by GitHub
parent ba538f7848
commit 0280b81eb4
3 changed files with 12 additions and 24 deletions

View File

@@ -35,7 +35,7 @@ namespace Content.Server.Objectives.Conditions
public float Progress => (Target?.CharacterDeadIC ?? true) ? 1f : 0f; public float Progress => (Target?.CharacterDeadIC ?? true) ? 1f : 0f;
public float Difficulty => 2.25f; public float Difficulty => 2f;
public bool Equals(IObjectiveCondition? other) public bool Equals(IObjectiveCondition? other)
{ {

View File

@@ -65,7 +65,7 @@ namespace Content.Server.Objectives.Conditions
} }
} }
public float Difficulty => 2f; public float Difficulty => 2.25f;
public bool Equals(IObjectiveCondition? other) public bool Equals(IObjectiveCondition? other)
{ {

View File

@@ -1,6 +1,7 @@
- type: objective - type: objective
id: CaptainIDStealObjective id: CaptainIDStealObjective
issuer: syndicate issuer: syndicate
difficultyOverride: 2.75
requirements: requirements:
- !type:TraitorRequirement {} - !type:TraitorRequirement {}
- !type:IncompatibleConditionsRequirement - !type:IncompatibleConditionsRequirement
@@ -21,7 +22,7 @@
conditions: conditions:
- !type:KillRandomPersonCondition {} - !type:KillRandomPersonCondition {}
canBeDuplicate: true canBeDuplicate: true
- type: objective - type: objective
id: RandomTraitorAliveObjective id: RandomTraitorAliveObjective
issuer: syndicate issuer: syndicate
@@ -61,7 +62,7 @@
- type: objective - type: objective
id: CMOHyposprayStealObjective id: CMOHyposprayStealObjective
issuer: syndicate issuer: syndicate
difficultyOverride: 2.25 difficultyOverride: 2.75
requirements: requirements:
- !type:TraitorRequirement {} - !type:TraitorRequirement {}
- !type:IncompatibleConditionsRequirement - !type:IncompatibleConditionsRequirement
@@ -70,11 +71,11 @@
conditions: conditions:
- !type:StealCondition - !type:StealCondition
prototype: Hypospray prototype: Hypospray
- type: objective - type: objective
id: RDHardsuitStealObjective id: RDHardsuitStealObjective
issuer: syndicate issuer: syndicate
difficultyOverride: 2.5 difficultyOverride: 2.75
requirements: requirements:
- !type:TraitorRequirement {} - !type:TraitorRequirement {}
- !type:IncompatibleConditionsRequirement - !type:IncompatibleConditionsRequirement
@@ -83,7 +84,7 @@
conditions: conditions:
- !type:StealCondition - !type:StealCondition
prototype: ClothingOuterHardsuitRd prototype: ClothingOuterHardsuitRd
- type: objective - type: objective
id: NukeDiskStealObjective id: NukeDiskStealObjective
issuer: syndicate issuer: syndicate
@@ -95,7 +96,7 @@
conditions: conditions:
- !type:StealCondition - !type:StealCondition
prototype: NukeDisk prototype: NukeDisk
- type: objective - type: objective
id: IDComputerBoardStealObjective id: IDComputerBoardStealObjective
issuer: syndicate issuer: syndicate
@@ -107,11 +108,11 @@
conditions: conditions:
- !type:StealCondition - !type:StealCondition
prototype: IDComputerCircuitboard prototype: IDComputerCircuitboard
- type: objective - type: objective
id: MagbootsStealObjective #Replace this with CE magboots when we get those id: MagbootsStealObjective #Replace this with CE magboots when we get those
issuer: syndicate issuer: syndicate
difficultyOverride: 1.5 difficultyOverride: 1.75
requirements: requirements:
- !type:TraitorRequirement {} - !type:TraitorRequirement {}
- !type:IncompatibleConditionsRequirement - !type:IncompatibleConditionsRequirement
@@ -120,20 +121,7 @@
conditions: conditions:
- !type:StealCondition - !type:StealCondition
prototype: ClothingShoesBootsMag prototype: ClothingShoesBootsMag
- type: objective
id: HOSHardsuitHelmStealObjective
issuer: syndicate
difficultyOverride: 2.5
requirements:
- !type:TraitorRequirement {}
- !type:IncompatibleConditionsRequirement
conditions:
- DieCondition
conditions:
- !type:StealCondition
prototype: ClothingHeadHelmetHardsuitSecurityRed
- type: objective - type: objective
id: SupplyConsoleBoardStealObjective id: SupplyConsoleBoardStealObjective
issuer: syndicate issuer: syndicate