Change id insertion sound (#23007)
* feat(id audio): add id insertion sound * feat(pda): change id insertion sound * feat(minor): change filename * feat(attributions): update license
This commit is contained in:
@@ -147,3 +147,8 @@
|
|||||||
license: "CC0-1.0"
|
license: "CC0-1.0"
|
||||||
copyright: "Samuel Gremaud on freesound.org"
|
copyright: "Samuel Gremaud on freesound.org"
|
||||||
source: "https://freesound.org/people/SamuelGremaud/sounds/455375/"
|
source: "https://freesound.org/people/SamuelGremaud/sounds/455375/"
|
||||||
|
|
||||||
|
- files: ["id_insert.ogg"]
|
||||||
|
license: "CC0-1.0"
|
||||||
|
copyright: "dakamakat on freesound.org"
|
||||||
|
source: "https://freesound.org/people/Dakamakat/sounds/717370/"
|
||||||
|
|||||||
BIN
Resources/Audio/Machines/id_insert.ogg
Normal file
BIN
Resources/Audio/Machines/id_insert.ogg
Normal file
Binary file not shown.
@@ -32,7 +32,7 @@
|
|||||||
idSlot:
|
idSlot:
|
||||||
name: ID Card
|
name: ID Card
|
||||||
ejectSound: /Audio/Machines/id_swipe.ogg
|
ejectSound: /Audio/Machines/id_swipe.ogg
|
||||||
insertSound: /Audio/Weapons/Guns/MagIn/batrifle_magin.ogg
|
insertSound: /Audio/Machines/id_insert.ogg
|
||||||
whitelist:
|
whitelist:
|
||||||
components:
|
components:
|
||||||
- IdCard
|
- IdCard
|
||||||
@@ -73,7 +73,7 @@
|
|||||||
priority: -1
|
priority: -1
|
||||||
name: Cartridge
|
name: Cartridge
|
||||||
ejectSound: /Audio/Machines/id_swipe.ogg
|
ejectSound: /Audio/Machines/id_swipe.ogg
|
||||||
insertSound: /Audio/Weapons/Guns/MagIn/batrifle_magin.ogg
|
insertSound: /Audio/Machines/id_insert.ogg
|
||||||
whitelist:
|
whitelist:
|
||||||
components:
|
components:
|
||||||
- Cartridge
|
- Cartridge
|
||||||
@@ -100,7 +100,7 @@
|
|||||||
- DoorBumpOpener
|
- DoorBumpOpener
|
||||||
- type: Input
|
- type: Input
|
||||||
context: "human"
|
context: "human"
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
parent: BasePDA
|
parent: BasePDA
|
||||||
id: BaseMedicalPDA
|
id: BaseMedicalPDA
|
||||||
@@ -540,7 +540,7 @@
|
|||||||
accentVColor: "#2a4b5b"
|
accentVColor: "#2a4b5b"
|
||||||
- type: Icon
|
- type: Icon
|
||||||
state: pda-paramedic
|
state: pda-paramedic
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
parent: BaseMedicalPDA
|
parent: BaseMedicalPDA
|
||||||
id: ChemistryPDA
|
id: ChemistryPDA
|
||||||
@@ -735,7 +735,7 @@
|
|||||||
priority: -1
|
priority: -1
|
||||||
name: Cartridge
|
name: Cartridge
|
||||||
ejectSound: /Audio/Machines/id_swipe.ogg
|
ejectSound: /Audio/Machines/id_swipe.ogg
|
||||||
insertSound: /Audio/Weapons/Guns/MagIn/batrifle_magin.ogg
|
insertSound: /Audio/Machines/id_insert.ogg
|
||||||
whitelist:
|
whitelist:
|
||||||
components:
|
components:
|
||||||
- Cartridge
|
- Cartridge
|
||||||
@@ -1023,7 +1023,7 @@
|
|||||||
priority: -1
|
priority: -1
|
||||||
name: Cartridge
|
name: Cartridge
|
||||||
ejectSound: /Audio/Machines/id_swipe.ogg
|
ejectSound: /Audio/Machines/id_swipe.ogg
|
||||||
insertSound: /Audio/Weapons/Guns/MagIn/batrifle_magin.ogg
|
insertSound: /Audio/Machines/id_insert.ogg
|
||||||
whitelist:
|
whitelist:
|
||||||
components:
|
components:
|
||||||
- Cartridge
|
- Cartridge
|
||||||
|
|||||||
Reference in New Issue
Block a user