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

Soap Improvements #49

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Changes from 2 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
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand All @@ -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
requiredTriggeredSpeed: 4.5 # Parkstation-BetterSoap
- type: CollisionWake
enabled: false
- type: Physics
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -154,8 +156,8 @@
layers:
- state: syndie-soaplet
- type: Slippery
paralyzeTime: 5
launchForwardsMultiplier: 2.5
paralyzeTime: 2 # Parkstation-BetterSoap
launchForwardsMultiplier: 1 # Parkstation-BetterSoap
DEATHB4DEFEAT marked this conversation as resolved.
Show resolved Hide resolved
- type: StepTrigger
intersectRatio: 0.04
- type: Item
Expand Down Expand Up @@ -196,7 +198,7 @@
- type: SolutionContainerVisuals
fillBaseName: gibs-
- type: Slippery
paralyzeTime: 2
paralyzeTime: 1 # Parkstation-BetterSoap
- type: StepTrigger
- type: Item
heldPrefix: gibs
Expand All @@ -221,7 +223,7 @@
- type: SolutionContainerVisuals
fillBaseName: omega-
- type: Slippery
paralyzeTime: 7
paralyzeTime: 5 # Parkstation-BetterSoap
DEATHB4DEFEAT marked this conversation as resolved.
Show resolved Hide resolved
launchForwardsMultiplier: 3
- type: Item
heldPrefix: omega
Expand Down
Loading