Skip to content

Commit

Permalink
audio effect cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Cheackraze committed Mar 1, 2024
1 parent f4ce317 commit 2042133
Show file tree
Hide file tree
Showing 15 changed files with 18 additions and 25 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -718,8 +718,7 @@
- type: MeleeSound
soundGroups:
Brute:
path:
"/Audio/Effects/glass_hit.ogg"
collection: MetalGlassBreak
- type: Computer
- type: ApcPowerReceiver
powerLoad: 200
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,4 @@
- type: MeleeSound
soundGroups:
Brute:
path:
"/Audio/Effects/glass_hit.ogg"
collection: MetalGlassBreak
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
types:
Blunt: 4
soundHit:
path: /Audio/Effects/woodhit.ogg
collection: WoodDestroyHeavy
- type: StaminaDamageOnHit
damage: 10
- type: Item
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
behaviors:
- !type:PlaySoundBehavior
sound:
path: /Audio/Effects/woodhit.ogg
collection: WoodDestroy
- !type:SpawnEntitiesBehavior
spawn:
MaterialWoodPlank:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@
acts: ["Destruction"]
- !type:PlaySoundBehavior
sound:
path: /Audio/Effects/metalbreak.ogg
collection: MetalBreak
- !type:SpillBehavior
solution: vat_oil
- !type:SpawnEntitiesBehavior
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
behaviors:
- !type:PlaySoundBehavior
sound:
path: /Audio/Effects/metalbreak.ogg
collection: MetalBreak
- !type:DoActsBehavior
acts: [ "Destruction" ]

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
behaviors:
- !type:PlaySoundBehavior
sound:
path: /Audio/Effects/woodhit.ogg
collection: WoodDestroy
- !type:DoActsBehavior
acts: [ "Destruction" ]
- type: Item
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
behaviors:
- !type:PlaySoundBehavior
sound:
path: /Audio/Effects/metalbreak.ogg
collection: MetalBreak
- !type:SpawnEntitiesBehavior
spawn:
SheetSteel1:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
behaviors:
- !type:PlaySoundBehavior
sound:
path: /Audio/Effects/metalbreak.ogg
collection: MetalBreak
- !type:SpawnEntitiesBehavior
spawn:
SheetSteel1:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
behaviors:
- !type:PlaySoundBehavior
sound:
path: /Audio/Effects/metalbreak.ogg
collection: MetalBreak
- !type:SpawnEntitiesBehavior
spawn:
SheetSteel1:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@
- type: MeleeSound
soundGroups:
Brute:
path:
"/Audio/Effects/glass_hit.ogg"
collection: MetalGlassBreak
- type: Computer
- type: ApcPowerReceiver
powerLoad: 200
Expand Down Expand Up @@ -198,8 +197,7 @@
- type: MeleeSound
soundGroups:
Brute:
path:
"/Audio/Effects/glass_hit.ogg"
collection: MetalGlassBreak
- type: Computer
- type: ApcPowerReceiver
powerLoad: 200
Expand Down Expand Up @@ -289,8 +287,7 @@
- type: MeleeSound
soundGroups:
Brute:
path:
"/Audio/Effects/glass_hit.ogg"
collection: MetalGlassBreak
- type: Computer
- type: ApcPowerReceiver
powerLoad: 200
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@
- type: MeleeSound
soundGroups:
Brute:
path:
"/Audio/Effects/glass_hit.ogg"
collection: GlassBreak
- type: WallMount
- type: Clickable
- type: InteractionOutline
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
acts: ["Destruction"]
- !type:PlaySoundBehavior
sound:
path: /Audio/Effects/woodhit.ogg
collection: WoodDestroy
- !type:SpawnEntitiesBehavior
spawn:
MaterialWoodPlank:
Expand Down
3 changes: 1 addition & 2 deletions Resources/Prototypes/_NF/Entities/Structures/atms.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@
- type: MeleeSound
soundGroups:
Brute:
path:
"/Audio/Effects/glass_hit.ogg"
collection: MetalGlassBreak
- type: Computer
- type: ApcPowerReceiver
powerLoad: 200
Expand Down
4 changes: 2 additions & 2 deletions Resources/Prototypes/_Park/benches.yml
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@
acts: ["Destruction"]
- !type:PlaySoundBehavior
sound:
path: /Audio/Effects/metalbreak.ogg
collection: MetalBreak
- type: Construction # Frontier
graph: SofasGraph # Frontier
node: BenchSofaCornerNode # Frontier
Expand Down Expand Up @@ -320,7 +320,7 @@
acts: ["Destruction"]
- !type:PlaySoundBehavior
sound:
path: /Audio/Effects/metalbreak.ogg
collection: MetalBreak
- type: Construction # Frontier
graph: SofasGraph # Frontier
node: BenchSofaCorpCornerNode # Frontier

0 comments on commit 2042133

Please sign in to comment.