Skip to content

Commit

Permalink
Soap Improvements (#49)
Browse files Browse the repository at this point in the history
# Media

(You have to sprint to slip, and the red dots are from the soap bomb)


https://github.com/Simple-Station/Parkstation-Friendly-Chainsaw/assets/77995199/9038d5aa-222e-4fb1-b33c-a863d7df6928

# Changelog

:cl:
- tweak: Soap is smaller, harder to slip on, and stuns less
  • Loading branch information
DEATHB4DEFEAT authored Aug 19, 2024
1 parent c0cdfd5 commit ccc4f1a
Showing 1 changed file with 9 additions and 7 deletions.
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 @@ -130,8 +132,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 Down Expand Up @@ -197,7 +199,7 @@
- type: SolutionContainerVisuals
fillBaseName: gibs-
- type: Slippery
paralyzeTime: 2
paralyzeTime: 1 # Parkstation-BetterSoap
- type: StepTrigger
- type: Item
heldPrefix: gibs
Expand Down

0 comments on commit ccc4f1a

Please sign in to comment.