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 }
|
||||
False: { visible: false }
|
||||
- type: PowerCellDraw
|
||||
drawRate: 5
|
||||
drawRate: 1
|
||||
useRate: 0
|
||||
- type: ProximityBeeper
|
||||
component: Anomaly
|
||||
maximumDistance: 20
|
||||
minBeepInterval: 0.15
|
||||
maxBeepInterval: 1.00
|
||||
beepSound:
|
||||
path: "/Audio/Items/locator_beep.ogg"
|
||||
params:
|
||||
|
||||
Reference in New Issue
Block a user