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
|
||||
parent: CrateGenericSteel
|
||||
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:
|
||||
- type: StorageFill
|
||||
contents:
|
||||
@@ -122,6 +122,7 @@
|
||||
- id: BoxFolderBlue
|
||||
- id: BoxFolderRed
|
||||
- id: BoxFolderYellow
|
||||
- id: NewtonCradle
|
||||
|
||||
- type: entity
|
||||
id: CrateServicePersonnel
|
||||
|
||||
@@ -1314,9 +1314,11 @@
|
||||
True: { state: icon }
|
||||
False: { state: icon-off }
|
||||
- type: ItemToggle
|
||||
- type: UseDelay
|
||||
delay: 1
|
||||
- type: ItemToggleActiveSound
|
||||
activeSound:
|
||||
path: /Audio/Items/newton_cradle.ogg
|
||||
params:
|
||||
volume: -7
|
||||
maxDistance: 5
|
||||
volume: -9
|
||||
maxDistance: 3
|
||||
|
||||
Reference in New Issue
Block a user