Anomaly Synchronizer + Signallers tweaks (#24461)

* content

* nerf

* fix rsi
This commit is contained in:
Ed
2024-02-14 01:19:22 +03:00
committed by GitHub
parent 56c8084de5
commit 4d7fd1cace
9 changed files with 69 additions and 22 deletions

View File

@@ -4,7 +4,7 @@
parent: BaseItem
id: RemoteSignaller
name: remote signaller
description: A handheld device used for remotely sending signals to objects.
description: A handheld device used for remotely sending signals to objects within a small radius of about 15 meters.
components:
- type: Sprite
sprite: Objects/Devices/signaller.rsi
@@ -19,3 +19,21 @@
- type: Tag
tags:
- Payload
- type: DeviceNetwork
deviceNetId: Wireless
receiveFrequencyId: BasicDevice
- type: WirelessNetworkConnection
range: 15
- type: entity
parent: RemoteSignaller
id: RemoteSignallerAdvanced
name: advanced remote signaller
description: A handheld device used for remotely sending signals to objects within a small radius of about 50 meters.
components:
- type: Sprite
state: signaller2
- type: WirelessNetworkConnection
range: 50
- type: StaticPrice
price: 30

View File

@@ -10,7 +10,7 @@
- type: DeviceNetwork
deviceNetId: Wireless
- type: WirelessNetworkConnection
range: 300
range: 100
- type: DeviceNetworkRequiresPower
- type: DeviceLinkSource
ports:
@@ -39,19 +39,15 @@
shape:
!type:PhysShapeAabb
bounds: "-0.35,-0.35,0.35,0.35"
density: 190
density: 100
mask:
- MachineMask
layer:
- Impassable
- MidImpassable
- LowImpassable
hard: False
- ItemMask
hard: True
- type: Transform
anchored: true
noRot: false
- type: ApcPowerReceiver
powerLoad: 15000
powerLoad: 2500
needsPower: true
- type: ItemPlacer
whitelist:

View File

@@ -286,6 +286,7 @@
- ChemicalPayload
- FlashPayload
- Signaller
- SignallerAdvanced
- SignalTrigger
- VoiceTrigger
- Igniter

View File

@@ -76,6 +76,16 @@
Steel: 100
Plastic: 200
Glass: 100
- type: latheRecipe
id: SignallerAdvanced
result: RemoteSignallerAdvanced
category: Parts
completetime: 2
materials:
Steel: 100
Plastic: 200
Plasma: 100
- type: latheRecipe
id: AnomalyLocator

View File

@@ -44,7 +44,8 @@
tier: 1
cost: 7500
recipeUnlocks:
- Signaller
- Signaller
- SignallerAdvanced
- SignalTrigger
- VoiceTrigger
- TimerTrigger