Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Grouped Item Spawn Chance Fix #374

Merged
merged 1 commit into from
Nov 23, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions Resources/Prototypes/Catalog/Fills/Lockers/misc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,9 @@
- id: PlushieRainbowCarp
prob: 0.03
orGroup: carp
- id: null #Sets carp group to 33% chance of spawn
prob: 0.67
orGroup: carp
- id: PlushieSlime
prob: 0.2
- id: PlushieSnake
Expand Down Expand Up @@ -246,6 +249,9 @@
- id: SpankTealPaddle
prob: 0.01
orGroup: Lewd
- id: null #Sets lewd group to 44% chance of spawn
prob: 0.56
orGroup: Lewd
# HypnoTemp Merch - Start
- id: PlushieHypnoTempCap
prob: 0.005
Expand Down Expand Up @@ -342,6 +348,9 @@
- id: PlushieRainbowCarp
prob: 0.03
orGroup: carp
- id: null #Sets carp group to 33% chance of spawn
prob: 0.67
orGroup: carp
- id: PlushieSlime
prob: 0.2
- id: PlushieSnake
Expand Down Expand Up @@ -439,6 +448,9 @@
- id: SpankTealPaddle
prob: 0.01
orGroup: Lewd
- id: null #Sets lewd group to 44% chance of spawn
prob: 0.56
orGroup: Lewd
# HypnoTemp Merch - Start
- id: PlushieHypnoTempCap
prob: 0.005
Expand Down
Loading