Make DAGD more likely but restrict it to 1 traitor per round (#41402)

This commit is contained in:
PicklOH 2025-11-12 11:19:58 -05:00 committed by GitHub
parent 3a1720c48f
commit c6e307ea71
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 1 deletions

View file

@ -34,7 +34,7 @@
id: TraitorObjectiveGroupState
weights:
EscapeShuttleObjective: 1
DieObjective: 0.05
DieObjective: 0.2
#HijackShuttleObjective: 0.02
- type: weightedRandom

View file

@ -64,6 +64,8 @@
- EscapeShuttleCondition
- StealCondition
- type: DieCondition
- type: ObjectiveLimit
limit: 1
#- type: entity
# parent: [BaseTraitorObjective, BaseLivingObjective]