traitors get 30 tc (#6275)
* traitors get 30 tc * Update roundstart.yml * higher is fewer woops * again * like this?
This commit is contained in:
parent
f20d8d9f7f
commit
00d1991154
|
|
@ -245,6 +245,7 @@
|
|||
id: BaseTraitorRule
|
||||
components:
|
||||
- type: TraitorRule
|
||||
startingBalance: 30 # DeltaV - more TC for traitors
|
||||
# TODO: codewords in yml
|
||||
# TODO: uplink in yml
|
||||
- type: AntagRandomObjectives
|
||||
|
|
@ -269,8 +270,8 @@
|
|||
selectionTime: IntraPlayerSpawn
|
||||
definitions:
|
||||
- prefRoles: [ Traitor ]
|
||||
max: 12 # DeltaV - raised from 8
|
||||
playerRatio: 8 # DeltaV - lowered from 10
|
||||
max: 10 # DeltaV - raised from 8
|
||||
playerRatio: 9 # DeltaV - lowered from 10
|
||||
blacklist:
|
||||
components:
|
||||
- AntagImmune
|
||||
|
|
|
|||
Loading…
Reference in New Issue