@@ -171,6 +171,9 @@ uplink-micro-bomb-implanter-name = Micro Bomb Implanter
|
||||
uplink-micro-bomb-implanter-desc = Explode on death or manual activation with this implant. Destroys the body with all equipment.
|
||||
|
||||
# Bundles
|
||||
uplink-observation-kit-name = Observation Kit
|
||||
uplink-observation-kit-desc = Includes syndicate crew monitor, high power cell and security hud disguised as sunglasses.
|
||||
|
||||
uplink-emp-kit-name = Electrical Disruptor Kit
|
||||
uplink-emp-kit-desc = The ultimate reversal on energy-based weaponry: Disables disablers, stuns stunbatons, discharges laser guns! Contains 3 EMP grenades and an EMP implanter. Note: Does not disrupt actual firearms.
|
||||
|
||||
|
||||
@@ -31,3 +31,19 @@
|
||||
amount: 2
|
||||
- id: BaseChemistryEmptyVial
|
||||
- id: SyringeStimulants
|
||||
|
||||
- type: entity
|
||||
id: Observationskit
|
||||
parent: BoxCardboard
|
||||
name: Observations kit
|
||||
suffix: Filled
|
||||
components:
|
||||
- type: StorageFill
|
||||
contents:
|
||||
- id: SyndiCrewMonitorEmpty
|
||||
amount: 1
|
||||
- id: PowerCellHigh
|
||||
amount: 1
|
||||
- id: ClothingEyesGlassesHiddenSecurity
|
||||
amount: 1
|
||||
|
||||
|
||||
@@ -665,6 +665,17 @@
|
||||
|
||||
# Bundles
|
||||
|
||||
- type: listing
|
||||
id: Observationkit
|
||||
name: uplink-observation-kit-name
|
||||
description: uplink-observation-kit-desc
|
||||
icon: { sprite: /Textures/Objects/Storage/boxicons.rsi, state: tracks }
|
||||
productEntity: Observationskit
|
||||
cost:
|
||||
Telecrystal: 4
|
||||
categories:
|
||||
- UplinkBundles
|
||||
|
||||
- type: listing
|
||||
id: UplinkEmpKit
|
||||
name: uplink-emp-kit-name
|
||||
|
||||
@@ -162,3 +162,14 @@
|
||||
- type: ShowSyndicateIcons
|
||||
- type: ShowSecurityIcons
|
||||
|
||||
- type: entity
|
||||
parent: ClothingEyesBase
|
||||
id: ClothingEyesGlassesHiddenSecurity
|
||||
name: sun glasses
|
||||
description: A pair of black sunglasses.
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: Clothing/Eyes/Glasses/secglasses.rsi
|
||||
- type: Clothing
|
||||
sprite: Clothing/Eyes/Glasses/secglasses.rsi
|
||||
- type: ShowSecurityIcons
|
||||
@@ -65,4 +65,28 @@
|
||||
slots:
|
||||
cell_slot:
|
||||
name: power-cell-slot-component-slot-name-default
|
||||
|
||||
- type: entity
|
||||
id: SyndiCrewMonitor
|
||||
name: Syndicate crew monitor
|
||||
description: The syndicated version of crew monitor, intercepts information from the server.
|
||||
parent: HandheldCrewMonitor
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: Objects/Specific/Medical/syndihandheldcrewmonitor.rsi
|
||||
state: syndiscanner
|
||||
- type: Item
|
||||
sprite: Objects/Specific/Medical/syndihandheldcrewmonitor.rsi
|
||||
- type: PowerCellDraw
|
||||
useRate: 40
|
||||
|
||||
- type: entity
|
||||
id: SyndiCrewMonitorEmpty
|
||||
parent: SyndiCrewMonitor
|
||||
suffix: Empty
|
||||
components:
|
||||
- type: ItemSlots
|
||||
slots:
|
||||
cell_slot:
|
||||
name: power-cell-slot-component-slot-name-default
|
||||
|
||||
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"version": 1,
|
||||
"size": {
|
||||
"x": 32,
|
||||
"y": 32
|
||||
},
|
||||
"license": "CC-BY-SA-3.0",
|
||||
"copyright": "Taken from tgstation https://github.com/tgstation/tgstation/commit/ab4abf318f293a701754656dd4e9261eb70f8824#diff-9ab5c8a5e47ab7cfaeadd859a23e32b05de1fe839e99ea767fd7e340b6385d67,this sprite made(resprite) by Fazansen(https://github.com/Fazansen)",
|
||||
"states": [
|
||||
{
|
||||
"name": "syndiscanner",
|
||||
"directions": 1,
|
||||
"delays": [
|
||||
[
|
||||
0.4,
|
||||
0.4
|
||||
]
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 670 B |
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"version": 1,
|
||||
"license": "CC-BY-SA-3.0",
|
||||
"copyright": "Taken from baystation at https://github.com/Baystation12/Baystation12/commit/bc9fbb1722530596e3aa7522ee407280b323ad43, vials drawn by Ubaser.",
|
||||
"copyright": "Taken from baystation at https://github.com/Baystation12/Baystation12/commit/bc9fbb1722530596e3aa7522ee407280b323ad43, vials drawn by Ubaser, tracks made by Fazansen(https://github.com/Fazansen).",
|
||||
"size": {
|
||||
"x": 32,
|
||||
"y": 32
|
||||
@@ -81,6 +81,9 @@
|
||||
},
|
||||
{
|
||||
"name": "vials"
|
||||
},
|
||||
{
|
||||
"name": "tracks"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
BIN
Resources/Textures/Objects/Storage/boxicons.rsi/tracks.png
Normal file
BIN
Resources/Textures/Objects/Storage/boxicons.rsi/tracks.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 458 B |
Reference in New Issue
Block a user