Description for Uplink UI (and preset uplinks) (#4870)
* testing decription textlabel * Move uplink listing to a new menu * Add search bar * Added description * Added radio uplink * Added preset uplinks * Minor fix * Fixed comma
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
name: telecrystal
|
||||
parent: BaseItem
|
||||
id: Telecrystal
|
||||
suffix: Twenty
|
||||
suffix: 20 TC
|
||||
description: It seems to be pulsing with suspiciously enticing energies.
|
||||
components:
|
||||
- type: Sprite
|
||||
@@ -20,7 +20,7 @@
|
||||
- type: entity
|
||||
parent: Telecrystal
|
||||
id: Telecrystal1
|
||||
suffix: Single
|
||||
suffix: 1 TC
|
||||
components:
|
||||
- type: Stack
|
||||
count: 1
|
||||
@@ -28,7 +28,7 @@
|
||||
- type: entity
|
||||
parent: Telecrystal
|
||||
id: Telecrystal5
|
||||
suffix: Five
|
||||
suffix: 5 TC
|
||||
components:
|
||||
- type: Stack
|
||||
count: 5
|
||||
@@ -36,7 +36,48 @@
|
||||
- type: entity
|
||||
parent: Telecrystal
|
||||
id: Telecrystal10
|
||||
suffix: Ten
|
||||
suffix: 10 TC
|
||||
components:
|
||||
- type: Stack
|
||||
count: 10
|
||||
|
||||
# Uplinks
|
||||
- type: entity
|
||||
parent: BaseItem
|
||||
id: BaseUplinkRadio
|
||||
name: syndicate uplink
|
||||
description: Suspiciously looking old radio...
|
||||
suffix: Empty
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: Objects/Devices/communication.rsi
|
||||
layers:
|
||||
- state: old-radio
|
||||
netsync: false
|
||||
- type: Item
|
||||
sprite: Objects/Devices/communication.rsi
|
||||
HeldPrefix: old-radio
|
||||
- type: UserInterface
|
||||
interfaces:
|
||||
- key: enum.UplinkUiKey.Key
|
||||
type: UplinkBoundUserInterface
|
||||
- type: Uplink
|
||||
activatesInHands: true
|
||||
|
||||
- type: entity
|
||||
parent: BaseUplinkRadio
|
||||
id: BaseUplinkRadio20TC
|
||||
suffix: 20 TC
|
||||
components:
|
||||
- type: Uplink
|
||||
presetInfo:
|
||||
balance: 20
|
||||
|
||||
- type: entity
|
||||
parent: BaseUplinkRadio
|
||||
id: BaseUplinkRadioDebug
|
||||
suffix: Debug
|
||||
components:
|
||||
- type: Uplink
|
||||
presetInfo:
|
||||
balance: 9999
|
||||
|
||||
Reference in New Issue
Block a user