Anomaly locator tweaks (#18391)
* Tweaked the anomaly locator so that it has a range of 20 (up from 10) and reduced its power cell draw rate to 1 (down from 5) * Actually set power cell draw rate to 1, adjusted the beep intervals to sound better
This commit is contained in:
@@ -42,10 +42,13 @@
|
|||||||
True: { visible: true }
|
True: { visible: true }
|
||||||
False: { visible: false }
|
False: { visible: false }
|
||||||
- type: PowerCellDraw
|
- type: PowerCellDraw
|
||||||
drawRate: 5
|
drawRate: 1
|
||||||
useRate: 0
|
useRate: 0
|
||||||
- type: ProximityBeeper
|
- type: ProximityBeeper
|
||||||
component: Anomaly
|
component: Anomaly
|
||||||
|
maximumDistance: 20
|
||||||
|
minBeepInterval: 0.15
|
||||||
|
maxBeepInterval: 1.00
|
||||||
beepSound:
|
beepSound:
|
||||||
path: "/Audio/Items/locator_beep.ogg"
|
path: "/Audio/Items/locator_beep.ogg"
|
||||||
params:
|
params:
|
||||||
|
|||||||
Reference in New Issue
Block a user