Fix stamp sound (#17955)

* Convert stamp sounds to mono

* shhh

* something something stamp sounds

* alphabetical is best betical

* the voices
This commit is contained in:
crazybrain23
2023-07-13 07:20:39 +01:00
committed by GitHub
parent a364295ad2
commit 480ac253d0
6 changed files with 101 additions and 65 deletions

View File

@@ -380,25 +380,46 @@
color: "#3f3f3f"
- state: folder-base
# Stamps
- type: entity
name: mime's rubber stamp
name: generic rubber stamp
parent: BaseItem
id: RubberStampMime
id: RubberStampBase
description: A rubber stamp for stamping important documents.
abstract: true
components:
- type: Stamp
stampedName: stamp-component-stamped-name-mime
stampState: "paper_stamp-mime"
sound: /Audio/Items/Stamp/thick_stamp_sub.ogg
stampedName: stamp-component-stamped-name-default
stampState: "paper_stamp-generic"
sound:
path: /Audio/Items/Stamp/thick_stamp_sub.ogg
params:
volume: -2
maxdistance: 5
- type: Sprite
sprite: Objects/Misc/bureaucracy.rsi
state: stamp-mime
- type: Item
size: 3
- type: entity
name: alternate rubber stamp
parent: RubberStampBase
id: RubberStampBaseAlt
abstract: true
components:
- type: Stamp
stampedName: stamp-component-stamped-name-default
stampState: "paper_stamp-generic"
sound:
path: /Audio/Items/Stamp/automatic_stamp.ogg
params:
volume: -2
maxdistance: 5
- type: entity
name: captain's rubber stamp
parent: RubberStampMime
parent: RubberStampBase
id: RubberStampCaptain
components:
- type: Stamp
@@ -410,7 +431,7 @@
- type: entity
name: CentCom rubber stamp
parent: RubberStampMime
parent: RubberStampBase
id: RubberStampCentcom
components:
- type: Stamp
@@ -422,7 +443,7 @@
- type: entity
name: chaplain's rubber stamp
parent: RubberStampMime
parent: RubberStampBase
id: RubberStampChaplain
components:
- type: Stamp
@@ -434,7 +455,7 @@
- type: entity
name: clown's rubber stamp
parent: RubberStampMime
parent: RubberStampBase
id: RubberStampClown
components:
- type: Stamp
@@ -447,9 +468,21 @@
tags:
- ClownRubberStamp
- type: entity
name: chief engineer's rubber stamp
parent: RubberStampBase
id: RubberStampCE
components:
- type: Stamp
stampedName: stamp-component-stamped-name-ce
stampState: "paper_stamp-ce"
- type: Sprite
sprite: Objects/Misc/bureaucracy.rsi
state: stamp-ce
- type: entity
name: chief medical officer's rubber stamp
parent: RubberStampMime
parent: RubberStampBase
id: RubberStampCMO
components:
- type: Stamp
@@ -459,35 +492,9 @@
sprite: Objects/Misc/bureaucracy.rsi
state: stamp-cmo
- type: entity
name: DENIED rubber stamp
parent: RubberStampMime
id: RubberStampDenied
components:
- type: Stamp
stampedName: stamp-component-stamped-name-denied
stampState: "paper_stamp-deny"
sound: /Audio/Items/Stamp/automatic_stamp.ogg
- type: Sprite
sprite: Objects/Misc/bureaucracy.rsi
state: stamp-deny
- type: entity
name: APPROVED rubber stamp
parent: RubberStampMime
id: RubberStampApproved
components:
- type: Stamp
stampedName: stamp-component-stamped-name-approved
stampState: "paper_stamp-iaa"
sound: /Audio/Items/Stamp/automatic_stamp.ogg
- type: Sprite
sprite: Objects/Misc/bureaucracy.rsi
state: stamp-iaa
- type: entity
name: head of personnel's rubber stamp
parent: RubberStampMime
parent: RubberStampBase
id: RubberStampHop
components:
- type: Stamp
@@ -499,7 +506,7 @@
- type: entity
name: head of security's rubber stamp
parent: RubberStampMime
parent: RubberStampBase
id: RubberStampHos
components:
- type: Stamp
@@ -509,9 +516,22 @@
sprite: Objects/Misc/bureaucracy.rsi
state: stamp-hos
- type: entity
name: mime's rubber stamp
parent: RubberStampBase
id: RubberStampMime
components:
- type: Stamp
stampedName: stamp-component-stamped-name-mime
stampState: "paper_stamp-mime"
# TODO remove sound from mime's rubber stamp
- type: Sprite
sprite: Objects/Misc/bureaucracy.rsi
state: stamp-mime
- type: entity
name: quartermaster's rubber stamp
parent: RubberStampMime
parent: RubberStampBase
id: RubberStampQm
components:
- type: Stamp
@@ -523,7 +543,7 @@
- type: entity
name: research director's rubber stamp
parent: RubberStampMime
parent: RubberStampBase
id: RubberStampRd
components:
- type: Stamp
@@ -533,21 +553,9 @@
sprite: Objects/Misc/bureaucracy.rsi
state: stamp-rd
- type: entity
name: warden's rubber stamp
parent: RubberStampMime
id: RubberStampWarden
components:
- type: Stamp
stampedName: stamp-component-stamped-name-warden
stampState: "paper_stamp-warden"
- type: Sprite
sprite: Objects/Misc/bureaucracy.rsi
state: stamp-warden
- type: entity
name: trader's rubber stamp
parent: RubberStampMime
parent: RubberStampBase
id: RubberStampTrader
components:
- type: Stamp
@@ -559,7 +567,7 @@
- type: entity
name: syndicate rubber stamp
parent: RubberStampMime
parent: RubberStampBase
id: RubberStampSyndicate
components:
- type: Stamp
@@ -570,13 +578,37 @@
state: stamp-syndicate
- type: entity
name: chief engineer's rubber stamp
parent: RubberStampMime
id: RubberStampCE
name: warden's rubber stamp
parent: RubberStampBase
id: RubberStampWarden
components:
- type: Stamp
stampedName: stamp-component-stamped-name-ce
stampState: "paper_stamp-ce"
stampedName: stamp-component-stamped-name-warden
stampState: "paper_stamp-warden"
- type: Sprite
sprite: Objects/Misc/bureaucracy.rsi
state: stamp-ce
state: stamp-warden
- type: entity
name: APPROVED rubber stamp
parent: RubberStampBaseAlt
id: RubberStampApproved
components:
- type: Stamp
stampedName: stamp-component-stamped-name-approved
stampState: "paper_stamp-iaa"
- type: Sprite
sprite: Objects/Misc/bureaucracy.rsi
state: stamp-iaa
- type: entity
name: DENIED rubber stamp
parent: RubberStampBaseAlt
id: RubberStampDenied
components:
- type: Stamp
stampedName: stamp-component-stamped-name-denied
stampState: "paper_stamp-deny"
- type: Sprite
sprite: Objects/Misc/bureaucracy.rsi
state: stamp-deny