Skip to content

Commit

Permalink
Secret Valid Weights (#2440)
Browse files Browse the repository at this point in the history
* InitCommit

* loneops?hehe
  • Loading branch information
UrPrice authored Dec 31, 2024
1 parent 46733f5 commit 9fe8471
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 11 deletions.
2 changes: 1 addition & 1 deletion Resources/Prototypes/GameRules/events.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
- id: ZombieOutbreak
- id: DarkReaperSpawn #ss220 darkreaper middle event
- id: SpiderQueenSpawn #SS220 spider queen midround event
- id: LoneOpsSpawn
# - id: LoneOpsSpawn # SS220 No-LoneOps
- id: DerelictCyborgSpawn

- type: entity
Expand Down
4 changes: 2 additions & 2 deletions Resources/Prototypes/SS220/GameRules/roundstart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
parent: BaseGameRule
components:
- type: GameRule
minPlayers: 40 #ToDo calculate around min players
delay: #ToDo tweak numbers
minPlayers: 40
delay:
min: 300
max: 600
- type: CultYoggRule
Expand Down
2 changes: 1 addition & 1 deletion Resources/Prototypes/SS220/game_presets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
name: roles-antag-cult-yogg-name
description: roles-antag-cult-yogg-objective
showInVote: false
minPlayers: 2 #ToDo tweak numbers
minPlayers: 40
rules:
- CultYoggRule
- BasicStationEventScheduler
18 changes: 11 additions & 7 deletions Resources/Prototypes/secret_weights.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
- type: weightedRandom
id: Secret
weights:
Nukeops: 0.12 # SS220 Fix secrets weight
Traitor: 0.55 # SS220 Extended fix
Zombie: 0.18 # SS220 Extended fix
Extended: 0.2 # SS220 Extended Fix
Survival: 0.09 # SS220 Fix secret weight
Zombieteors: 0.01
KesslerSyndrome: 0.01
#DarkReaper: 0.18
#Revolutionary: 0.18 #No Revs yet
# SS220 Secret Valid Weights bgn
Nukeops: 0.12
Traitor: 0.6
CultYoggPreset: 0.3
# Zombie: 0.18
Extended: 0.02
Survival: 0.1
# DarkReaper: 0.18
# Revolutionary: 0.18 #No Revs yet
# SS220 Secret Valid Weights end

0 comments on commit 9fe8471

Please sign in to comment.