Skip to content

Commit

Permalink
Update safe.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Null <56081759+NullWanderer@users.noreply.github.com>
  • Loading branch information
NullWanderer authored Apr 11, 2024
1 parent 4080a1c commit 8755866
Showing 1 changed file with 17 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,23 @@
name: spare id cabinet
description: There is a small label that reads "For emergency use only".
components:
- type: Destructible
thresholds:
- trigger:
!type:DamageTrigger
damage: 300
behaviors:
- !type:DoActsBehavior
acts: [ "Destruction" ]
- trigger:
!type:DamageTrigger
damage: 50000 # Good luck lol
behaviors:
- !type:DoActsBehavior
acts: [ "Destruction" ]
- !type:PlaySoundBehavior
sound:
collection: MetalGlassBreak
- type: Sprite
sprite: DeltaV/Structures/Wallmounts/idcard_cabinet.rsi
layers:
Expand Down

0 comments on commit 8755866

Please sign in to comment.