Skip to content

Commit

Permalink
Merge pull request #374 from Cprn-Sprkl/fix-item-group-locker-spawns
Browse files Browse the repository at this point in the history
Grouped Item Spawn Chance Fix
  • Loading branch information
Memeji authored Nov 23, 2024
2 parents 7ae4d84 + 2a16dd6 commit e9f1a77
Showing 1 changed file with 12 additions and 0 deletions.
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

0 comments on commit e9f1a77

Please sign in to comment.