Skip to content
Open
Changes from all 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
16 changes: 8 additions & 8 deletions Resources/Prototypes/Entities/Structures/Windows/phoronglass.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
thresholds:
- trigger:
!type:DamageTrigger
damage: 300
damage: 3000
behaviors:
- !type:DoActsBehavior
acts: [ "Destruction" ]
Expand All @@ -24,7 +24,7 @@
collection: WindowShatter
- trigger:
!type:DamageTrigger
damage: 150
damage: 1500
behaviors:
- !type:PlaySoundBehavior
sound:
Expand Down Expand Up @@ -72,7 +72,7 @@
thresholds:
- trigger:
!type:DamageTrigger
damage: 600
damage: 6000
behaviors: #excess damage, don't spawn entities.
- !type:DoActsBehavior
acts: [ "Destruction" ]
Expand All @@ -81,7 +81,7 @@
collection: WindowShatter
- trigger:
!type:DamageTrigger
damage: 300
damage: 3000
behaviors:
- !type:PlaySoundBehavior
sound:
Expand Down Expand Up @@ -144,7 +144,7 @@
thresholds:
- trigger:
!type:DamageTrigger
damage: 150
damage: 1500
behaviors:
- !type:DoActsBehavior
acts: [ "Destruction" ]
Expand All @@ -153,7 +153,7 @@
collection: WindowShatter
- trigger:
!type:DamageTrigger
damage: 75
damage: 750
behaviors:
- !type:PlaySoundBehavior
sound:
Expand Down Expand Up @@ -201,7 +201,7 @@
thresholds:
- trigger:
!type:DamageTrigger
damage: 300
damage: 3000
behaviors:
- !type:DoActsBehavior
acts: [ "Destruction" ]
Expand All @@ -210,7 +210,7 @@
collection: WindowShatter
- trigger:
!type:DamageTrigger
damage: 150
damage: 1500
behaviors:
- !type:PlaySoundBehavior
sound:
Expand Down
Loading