Add camera bug (#30250)
* Add camera bug * Update camera_bug.png * fix * change * Update Resources/Prototypes/Entities/Objects/Devices/Syndicate_Gadgets/camera_bug.yml Co-authored-by: slarticodefast <161409025+slarticodefast@users.noreply.github.com> * Update Resources/Prototypes/Catalog/uplink_catalog.yml --------- Co-authored-by: Ed <96445749+TheShuEd@users.noreply.github.com> Co-authored-by: slarticodefast <161409025+slarticodefast@users.noreply.github.com>
This commit is contained in:
@@ -443,6 +443,9 @@ uplink-barber-scissors-desc = A good tool to give your fellow agent a nice hairc
|
||||
uplink-backpack-syndicate-name = Syndicate backpack
|
||||
uplink-backpack-syndicate-desc = A lightweight explosion-proof backpack for holding various traitor goods
|
||||
|
||||
uplink-cameraBug-name = Camera bug
|
||||
uplink-cameraBug-desc = A portable device that allows you to view the station's cameras.
|
||||
|
||||
uplink-combat-bakery-name = Combat Bakery Kit
|
||||
uplink-combat-bakery-desc = A kit of clandestine baked weapons. Contains a baguette sword, a pair of throwing croissants, and a syndicate microwave board for making more. Once the job is done, eat the evidence.
|
||||
|
||||
|
||||
@@ -1085,6 +1085,16 @@
|
||||
categories:
|
||||
- UplinkDisruption
|
||||
|
||||
- type: listing
|
||||
id: UplinkCameraBug
|
||||
name: uplink-cameraBug-name
|
||||
description: uplink-cameraBug-desc
|
||||
productEntity: CameraBug
|
||||
cost:
|
||||
Telecrystal: 4
|
||||
categories:
|
||||
- UplinkDisruption
|
||||
|
||||
# Allies
|
||||
|
||||
- type: listing
|
||||
|
||||
@@ -0,0 +1,25 @@
|
||||
- type: entity
|
||||
id: CameraBug
|
||||
parent: [ BaseItem, BaseSyndicateContraband ]
|
||||
name: camera bug
|
||||
description: An illegal syndicate device that allows you to hack into the station's camera network.
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: Objects/Devices/camera_bug.rsi
|
||||
layers:
|
||||
- state: camera_bug
|
||||
- type: Item
|
||||
- type: ActivatableUI
|
||||
requireActiveHand: false
|
||||
inHandsOnly: true
|
||||
key: enum.SurveillanceCameraMonitorUiKey.Key
|
||||
- type: UserInterface
|
||||
interfaces:
|
||||
enum.SurveillanceCameraMonitorUiKey.Key:
|
||||
type: SurveillanceCameraMonitorBoundUserInterface
|
||||
- type: DeviceNetwork
|
||||
deviceNetId: Wired
|
||||
receiveFrequencyId: SurveillanceCamera
|
||||
transmitFrequencyId: SurveillanceCamera
|
||||
- type: WiredNetworkConnection
|
||||
- type: SurveillanceCameraMonitor
|
||||
BIN
Resources/Textures/Objects/Devices/camera_bug.rsi/camera_bug.png
Normal file
BIN
Resources/Textures/Objects/Devices/camera_bug.rsi/camera_bug.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 502 B |
14
Resources/Textures/Objects/Devices/camera_bug.rsi/meta.json
Normal file
14
Resources/Textures/Objects/Devices/camera_bug.rsi/meta.json
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"version": 1,
|
||||
"license": "CC-BY-SA-3.0",
|
||||
"copyright": "created by pofitlo",
|
||||
"size": {
|
||||
"x": 32,
|
||||
"y": 32
|
||||
},
|
||||
"states": [
|
||||
{
|
||||
"name": "camera_bug"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user