Anomaly Synchronizer + Signallers tweaks (#24461)
* content * nerf * fix rsi
This commit is contained in:
@@ -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
|
||||
@@ -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:
|
||||
|
||||
@@ -286,6 +286,7 @@
|
||||
- ChemicalPayload
|
||||
- FlashPayload
|
||||
- Signaller
|
||||
- SignallerAdvanced
|
||||
- SignalTrigger
|
||||
- VoiceTrigger
|
||||
- Igniter
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -44,7 +44,8 @@
|
||||
tier: 1
|
||||
cost: 7500
|
||||
recipeUnlocks:
|
||||
- Signaller
|
||||
- Signaller
|
||||
- SignallerAdvanced
|
||||
- SignalTrigger
|
||||
- VoiceTrigger
|
||||
- TimerTrigger
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
"version": 1,
|
||||
|
||||
"license": "CC-BY-SA-3.0",
|
||||
"copyright": "Taken from Goonstation at commit https://github.com/goonstation/goonstation/commit/354d9635460c296dc7dce23ab39481dc4de6dc00",
|
||||
"copyright": "Taken from Goonstation at commit https://github.com/goonstation/goonstation/commit/354d9635460c296dc7dce23ab39481dc4de6dc00, signaller2 created by TheShuEd",
|
||||
|
||||
"size": {
|
||||
"x": 32,
|
||||
@@ -12,6 +12,10 @@
|
||||
{
|
||||
"name": "signaller",
|
||||
"directions": 1
|
||||
},
|
||||
{
|
||||
"name": "signaller2",
|
||||
"directions": 1
|
||||
}
|
||||
]
|
||||
}
|
||||
BIN
Resources/Textures/Objects/Devices/signaller.rsi/signaller2.png
Normal file
BIN
Resources/Textures/Objects/Devices/signaller.rsi/signaller2.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 461 B |
Reference in New Issue
Block a user