From 2a16dd6cdb8c844299431319e48144ed0f595d95 Mon Sep 17 00:00:00 2001 From: Cprn-Sprkl Date: Sat, 23 Nov 2024 08:15:58 -0500 Subject: [PATCH] orGroup fixes Makes the lewd and carp orGroups of items in maintenance closets act like the other grouped items. They will no longer have a 100% chance to spawn in every locker. Percent chances were determined by adding up the probability of all items in the group. --- Resources/Prototypes/Catalog/Fills/Lockers/misc.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/Resources/Prototypes/Catalog/Fills/Lockers/misc.yml b/Resources/Prototypes/Catalog/Fills/Lockers/misc.yml index 343b67e9a4d..d98ad803a80 100644 --- a/Resources/Prototypes/Catalog/Fills/Lockers/misc.yml +++ b/Resources/Prototypes/Catalog/Fills/Lockers/misc.yml @@ -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 @@ -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 @@ -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 @@ -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