]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Adds footstep sounds to tables (#23851)
authordeathride58 <deathride58@users.noreply.github.com>
Wed, 10 Jan 2024 08:48:38 +0000 (03:48 -0500)
committerGitHub <noreply@github.com>
Wed, 10 Jan 2024 08:48:38 +0000 (19:48 +1100)
adds footstep sounds to tables

Resources/Prototypes/Entities/Structures/Furniture/Tables/base_structuretables.yml
Resources/Prototypes/Entities/Structures/Furniture/Tables/tables.yml

index 88d630c0ac3877a180bf1de63f1dc4524484e711..c1b0cf0423bfe6f706f2df7ac70a925c38346012 100644 (file)
@@ -35,6 +35,9 @@
     bonkSound: !type:SoundCollectionSpecifier
       collection: TrayHit
   - type: Clickable
+  - type: FootstepModifier
+    footstepSoundCollection:
+      collection: FootstepHull
 
 - type: entity
   id: CounterBase
index 5c42e7cf32ccc317fa5f44bfa95c89a963540c6e..b984693a300e687723929e5ddc3009061614bb65 100644 (file)
   - type: Construction
     graph: Table
     node: TableGlass
+  - type: FootstepModifier
+    footstepSoundCollection:
+      collection: FootstepTile
 
 - type: entity
   id: TableReinforcedGlass
   - type: Construction
     graph: Table
     node: TableReinforcedGlass
+  - type: FootstepModifier
+    footstepSoundCollection:
+      collection: FootstepTile
 
 - type: entity
   id: TablePlasmaGlass
   - type: Construction
     graph: Table
     node: TablePlasmaGlass
+  - type: FootstepModifier
+    footstepSoundCollection:
+      collection: FootstepTile
 
 - type: entity
   id: TableWood
   - type: Tag
     tags:
     - Wooden
+  - type: FootstepModifier
+    footstepSoundCollection:
+      collection: FootstepWood
 
 - type: entity
   id: TableCarpet
   - type: Tag
     tags:
     - Wooden
+  - type: FootstepModifier
+    footstepSoundCollection:
+      collection: FootstepCarpet
 
 - type: entity
   id: TableStone
           path: /Audio/Effects/picaxe2.ogg
       - !type:DoActsBehavior
         acts: [ "Destruction" ]
+  - type: FootstepModifier
+    footstepSoundCollection:
+      collection: FootstepFloor
 
 - type: entity
   id: TableWeb
   - type: Construction
     graph: WebStructures
     node: table
+  - type: FootstepModifier
+    footstepSoundCollection:
+      collection: FootstepCarpet
 
 - type: entity
   id: TableDebug
   - type: Construction
     graph: Table
     node: CounterWood
+  - type: FootstepModifier
+    footstepSoundCollection:
+      collection: FootstepWood
 
 - type: entity
   id: TableCounterMetal