Skip to content

Commit

Permalink
footsteps 2 electric boogaloo (#67)
Browse files Browse the repository at this point in the history
* footsteps 2 electric boogaloo

* Update footstep.yml
  • Loading branch information
lzk228 authored Nov 23, 2024
1 parent 724fb32 commit d88b13e
Showing 1 changed file with 49 additions and 33 deletions.
82 changes: 49 additions & 33 deletions Resources/Prototypes/_CorvaxNext/Entities/Effects/footstep.yml
Original file line number Diff line number Diff line change
@@ -1,37 +1,53 @@
- type: entity
name: Footstep
name: footstep
id: Footstep
save: false
description: Trace of liquid
description: Trace of liquid.
components:
- type: Clickable
- type: FootstepModifier
footstepSoundCollection:
collection: FootstepWater
params:
volume: 3
- type: Transform
noRot: false
- type: Sprite
drawdepth: FloorObjects
color: "#FFFFFF80"
- type: Physics
bodyType: Static
- type: Fixtures
fixtures:
slipFixture:
shape:
!type:PhysShapeAabb
bounds: "-0.4,-0.4,0.4,0.4"
mask:
- ItemMask
layer:
- SlipLayer
hard: false
- type: SolutionContainerManager
solutions:
step: { maxVol: 2 }
- type: Footprint
- type: Puddle
solution: step
- type: Appearance
- type: Clickable
- type: FootstepModifier
footstepSoundCollection:
collection: FootstepWater
params:
volume: 3
- type: Transform
noRot: false
- type: Sprite
drawdepth: FloorObjects
color: "#FFFFFF80"
- type: Physics
bodyType: Static
- type: Fixtures
fixtures:
slipFixture:
shape:
!type:PhysShapeAabb
bounds: "-0.4,-0.4,0.4,0.4"
mask:
- ItemMask
layer:
- SlipLayer
hard: false
- type: SolutionContainerManager
solutions:
step: { maxVol: 2 }
- type: Footprint
- type: Puddle
solution: step
- type: Appearance
- type: ExaminableSolution
solution: step
- type: MixableSolution
solution: step
- type: DrawableSolution
solution: step
- type: BadDrink
- type: IgnoresFingerprints
- type: Drink
delay: 3
transferAmount: 0.5
solution: step
examinable: false
- type: Tag
tags:
- DNASolutionScannable

0 comments on commit d88b13e

Please sign in to comment.