Adds the NetProbe cartridge (#12543)
* Implement NetProbeCartridge * Add audio and a popup when scanning a device Add some doc comments * Set program icon * Add NetProbe cartridge as rare loot to maintenance loot tool spawner * Make the maximum amount of saved entries configurable Add a scrollbar that shows when there are more entries than fit on the screen * Make device net id names translatable
This commit is contained in:
@@ -59,6 +59,7 @@
|
||||
- lanternextrabright
|
||||
- PowerCellHigh
|
||||
- PowerCellMicroreactor
|
||||
- NetProbeCartridge
|
||||
rareChance: 0.08
|
||||
prototypes:
|
||||
- FlashlightLantern
|
||||
|
||||
@@ -20,4 +20,26 @@
|
||||
state: book6
|
||||
- type: NotekeeperCartridge
|
||||
|
||||
- type: entity
|
||||
parent: BaseItem
|
||||
id: NetProbeCartridge
|
||||
name: NetProbe cartridge
|
||||
description: A program for getting the address and frequency of network devices
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: Objects/Devices/cartridge.rsi
|
||||
state: cart-y
|
||||
netsync: false
|
||||
- type: Icon
|
||||
sprite: Objects/Devices/cartridge.rsi
|
||||
state: cart-y
|
||||
- type: CartridgeUi
|
||||
ui: !type:NetProbeUi
|
||||
- type: Cartridge
|
||||
programName: net-probe-program-name
|
||||
icon:
|
||||
sprite: Structures/Machines/server.rsi
|
||||
state: server
|
||||
- type: NetProbeCartridge
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user