From 7904313d93cb590e53efbad01de71ba60077078f Mon Sep 17 00:00:00 2001 From: DEATHB4DEFEAT Date: Sat, 3 Feb 2024 20:05:07 -0800 Subject: [PATCH 1/3] soap is smaller, harder to slip on, and stuns less --- .../Objects/Specific/Janitorial/soap.yml | 22 ++++++++++--------- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/Resources/Prototypes/Entities/Objects/Specific/Janitorial/soap.yml b/Resources/Prototypes/Entities/Objects/Specific/Janitorial/soap.yml index 5678de6baf..98382f8bd3 100644 --- a/Resources/Prototypes/Entities/Objects/Specific/Janitorial/soap.yml +++ b/Resources/Prototypes/Entities/Objects/Specific/Janitorial/soap.yml @@ -9,6 +9,7 @@ - Soap - type: Sprite sprite: Objects/Specific/Janitorial/soap.rsi + scale: 0.75, 0.75 # Parkstation-BetterSoap layers: - state: soap-4 map: ["enum.SolutionContainerLayers.Fill"] @@ -21,10 +22,11 @@ sprite: Objects/Specific/Janitorial/soap.rsi storedRotation: -90 - type: Slippery - paralyzeTime: 2 - launchForwardsMultiplier: 1.5 + paralyzeTime: 1.5 # Parkstation-BetterSoap + launchForwardsMultiplier: 0.25 # Parkstation-BetterSoap - type: StepTrigger intersectRatio: 0.2 + requiredTriggerSpeed: 4.5 # Parkstation-BetterSoap - type: CollisionWake enabled: false - type: Physics @@ -34,14 +36,14 @@ slips: shape: !type:PhysShapeAabb - bounds: "-0.4,-0.3,0.4,0.3" + bounds: "-0.3,-0.225,0.3,0.225" # Parkstation-BetterSoap layer: - SlipLayer hard: false fix1: shape: !type:PhysShapeAabb - bounds: "-0.4,-0.3,0.4,0.3" + bounds: "-0.3,-0.225,0.3,0.225" # Parkstation-BetterSoap density: 10 mask: - ItemMask @@ -129,8 +131,8 @@ - type: SolutionContainerVisuals fillBaseName: syndie- - type: Slippery - paralyzeTime: 5 - launchForwardsMultiplier: 2.5 + paralyzeTime: 3.5 # Parkstation-BetterSoap + launchForwardsMultiplier: 1 # Parkstation-BetterSoap - type: Item heldPrefix: syndie - type: FlavorProfile @@ -154,8 +156,8 @@ layers: - state: syndie-soaplet - type: Slippery - paralyzeTime: 5 - launchForwardsMultiplier: 2.5 + paralyzeTime: 2 # Parkstation-BetterSoap + launchForwardsMultiplier: 1 # Parkstation-BetterSoap - type: StepTrigger intersectRatio: 0.04 - type: Item @@ -196,7 +198,7 @@ - type: SolutionContainerVisuals fillBaseName: gibs- - type: Slippery - paralyzeTime: 2 + paralyzeTime: 1 # Parkstation-BetterSoap - type: StepTrigger - type: Item heldPrefix: gibs @@ -221,7 +223,7 @@ - type: SolutionContainerVisuals fillBaseName: omega- - type: Slippery - paralyzeTime: 7 + paralyzeTime: 5 # Parkstation-BetterSoap launchForwardsMultiplier: 3 - type: Item heldPrefix: omega From 43ce3eadaf14543447420b217a19ec00a8630f9b Mon Sep 17 00:00:00 2001 From: DEATHB4DEFEAT Date: Sat, 3 Feb 2024 20:17:02 -0800 Subject: [PATCH 2/3] fix misspelling of minspeed --- .../Prototypes/Entities/Objects/Specific/Janitorial/soap.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Resources/Prototypes/Entities/Objects/Specific/Janitorial/soap.yml b/Resources/Prototypes/Entities/Objects/Specific/Janitorial/soap.yml index 98382f8bd3..2749aa6e41 100644 --- a/Resources/Prototypes/Entities/Objects/Specific/Janitorial/soap.yml +++ b/Resources/Prototypes/Entities/Objects/Specific/Janitorial/soap.yml @@ -26,7 +26,7 @@ launchForwardsMultiplier: 0.25 # Parkstation-BetterSoap - type: StepTrigger intersectRatio: 0.2 - requiredTriggerSpeed: 4.5 # Parkstation-BetterSoap + requiredTriggeredSpeed: 4.5 # Parkstation-BetterSoap - type: CollisionWake enabled: false - type: Physics From 4336a79fa52bd6dd45b2c9be8e3551c4d5fa26e1 Mon Sep 17 00:00:00 2001 From: DEATHB4DEFEAT Date: Sun, 11 Feb 2024 18:11:55 -0800 Subject: [PATCH 3/3] review changes --- .../Entities/Objects/Specific/Janitorial/soap.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Resources/Prototypes/Entities/Objects/Specific/Janitorial/soap.yml b/Resources/Prototypes/Entities/Objects/Specific/Janitorial/soap.yml index 2749aa6e41..8784ab3f3f 100644 --- a/Resources/Prototypes/Entities/Objects/Specific/Janitorial/soap.yml +++ b/Resources/Prototypes/Entities/Objects/Specific/Janitorial/soap.yml @@ -156,8 +156,8 @@ layers: - state: syndie-soaplet - type: Slippery - paralyzeTime: 2 # Parkstation-BetterSoap - launchForwardsMultiplier: 1 # Parkstation-BetterSoap + paralyzeTime: 5 + launchForwardsMultiplier: 2.5 - type: StepTrigger intersectRatio: 0.04 - type: Item @@ -223,7 +223,7 @@ - type: SolutionContainerVisuals fillBaseName: omega- - type: Slippery - paralyzeTime: 5 # Parkstation-BetterSoap + paralyzeTime: 7 launchForwardsMultiplier: 3 - type: Item heldPrefix: omega