Skip to content

Commit

Permalink
Merge pull request #1793 from mqole/weighting
Browse files Browse the repository at this point in the history
ling weighting tweakz
  • Loading branch information
hivehum authored Feb 28, 2025
2 parents 3626f02 + 9f2db06 commit a436cfb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions Resources/Prototypes/_Goobstation/GameRules/roundstart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
components:
- type: ChangelingRule
- type: GameRule
minPlayers: 15
minPlayers: 20 #imp: up from 15
delay:
min: 30
max: 60
Expand All @@ -17,8 +17,8 @@
agentName: changeling-roundend-name
definitions:
- prefRoles: [ Changeling ]
max: 6
playerRatio: 10
max: 5 #imp: 6>5
playerRatio: 15 #imp: up from 10
lateJoinAdditional: true
blacklist:
components:
Expand Down
8 changes: 4 additions & 4 deletions Resources/Prototypes/secret_weights.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
# regular gamemodes, gamemodes with 20 population requirement or more
Nukeops: 0.13
Traitor: 0.41
SpyVsSpy: 0.03
Changeling: 0.13
SpyVsSpy: 0.04
Changeling: 0.10 #imp: decreased from 0.13 bc we rolled it so often
Heretics: 0.13
Zombie: 0.02
Zombie: 0.04
Zombieteors: 0.01
Survival: 0.10
KesslerSyndrome: 0.01
Revolutionary: 0.03
Revolutionary: 0.04

# lowpop gamemodes, gamemodes with 19 population requirement or below
TraitorLowpop: 0.50
Expand Down

0 comments on commit a436cfb

Please sign in to comment.