Newton Cradle Fix + Addition to Bureaucracy Crate (#25357)
fixes makes the newton cradle not able to decimate ears while also adding it to the bureaucracy crate and lowering its volume and range a little bit
This commit is contained in:
Binary file not shown.
@@ -108,7 +108,7 @@
|
|||||||
id: CrateServiceBureaucracy
|
id: CrateServiceBureaucracy
|
||||||
parent: CrateGenericSteel
|
parent: CrateGenericSteel
|
||||||
name: bureaucracy crate
|
name: bureaucracy crate
|
||||||
description: Several stacks of paper and a few pens, what more can you ask for.
|
description: Several stacks of paper, a few pens and an office toy. What more could you ask for?
|
||||||
components:
|
components:
|
||||||
- type: StorageFill
|
- type: StorageFill
|
||||||
contents:
|
contents:
|
||||||
@@ -122,6 +122,7 @@
|
|||||||
- id: BoxFolderBlue
|
- id: BoxFolderBlue
|
||||||
- id: BoxFolderRed
|
- id: BoxFolderRed
|
||||||
- id: BoxFolderYellow
|
- id: BoxFolderYellow
|
||||||
|
- id: NewtonCradle
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
id: CrateServicePersonnel
|
id: CrateServicePersonnel
|
||||||
|
|||||||
@@ -1314,9 +1314,11 @@
|
|||||||
True: { state: icon }
|
True: { state: icon }
|
||||||
False: { state: icon-off }
|
False: { state: icon-off }
|
||||||
- type: ItemToggle
|
- type: ItemToggle
|
||||||
|
- type: UseDelay
|
||||||
|
delay: 1
|
||||||
- type: ItemToggleActiveSound
|
- type: ItemToggleActiveSound
|
||||||
activeSound:
|
activeSound:
|
||||||
path: /Audio/Items/newton_cradle.ogg
|
path: /Audio/Items/newton_cradle.ogg
|
||||||
params:
|
params:
|
||||||
volume: -7
|
volume: -9
|
||||||
maxDistance: 5
|
maxDistance: 3
|
||||||
|
|||||||
Reference in New Issue
Block a user