Handheld Mass Scanner (#25526)
* handheld * Update meta.json * Update meta.json * Update cargo.yml * research * add to borg * bruh * borg to T2 * fix
This commit is contained in:
@@ -66,6 +66,7 @@
|
||||
title: comms-console-announcement-title-centcom
|
||||
color: "#228b22"
|
||||
- type: RadarConsole
|
||||
followEntity: true
|
||||
- type: CargoOrderConsole
|
||||
- type: CrewMonitoringConsole
|
||||
snap: false
|
||||
|
||||
@@ -145,6 +145,7 @@
|
||||
- type: ItemBorgModule
|
||||
items:
|
||||
- HandheldGPSBasic
|
||||
- HandHeldMassScannerBorg
|
||||
- HandheldStationMapUnpowered
|
||||
|
||||
- type: entity
|
||||
|
||||
@@ -0,0 +1,72 @@
|
||||
- type: entity
|
||||
name: handheld mass scanner
|
||||
parent: [ BaseItem, PowerCellSlotSmallItem]
|
||||
id: HandHeldMassScanner
|
||||
description: A hand-held mass scanner.
|
||||
components:
|
||||
- type: Item
|
||||
- type: Sprite
|
||||
sprite: Objects/Tools/handheld_mass_scanner.rsi
|
||||
state: icon
|
||||
layers:
|
||||
- state: icon
|
||||
- state: scanner
|
||||
shader: unshaded
|
||||
visible: true
|
||||
map: [ "enum.PowerDeviceVisualLayers.Powered" ]
|
||||
- type: RadarConsole
|
||||
maxRange: 64
|
||||
followEntity: true
|
||||
- type: Appearance
|
||||
- type: GenericVisualizer
|
||||
visuals:
|
||||
enum.PowerCellSlotVisuals.Enabled:
|
||||
enum.PowerDeviceVisualLayers.Powered:
|
||||
True: { visible: true }
|
||||
False: { visible: false }
|
||||
- type: PowerCellDraw
|
||||
drawRate: 3
|
||||
useRate: 100
|
||||
- type: ActivatableUIRequiresPowerCell
|
||||
- type: ActivatableUI
|
||||
key: enum.RadarConsoleUiKey.Key
|
||||
inHandsOnly: true
|
||||
singleUser: true
|
||||
- type: UserInterface
|
||||
interfaces:
|
||||
- key: enum.RadarConsoleUiKey.Key
|
||||
type: RadarConsoleBoundUserInterface
|
||||
- type: StaticPrice
|
||||
price: 150
|
||||
|
||||
- type: entity
|
||||
id: HandHeldMassScannerEmpty
|
||||
parent: HandHeldMassScanner
|
||||
suffix: Empty
|
||||
components:
|
||||
- type: ItemSlots
|
||||
slots:
|
||||
cell_slot:
|
||||
name: power-cell-slot-component-slot-name-default
|
||||
- type: Sprite
|
||||
sprite: Objects/Tools/handheld_mass_scanner.rsi
|
||||
state: icon
|
||||
layers:
|
||||
- state: icon
|
||||
- state: scanner
|
||||
shader: unshaded
|
||||
visible: false
|
||||
map: [ "enum.PowerDeviceVisualLayers.Powered" ]
|
||||
|
||||
- type: entity
|
||||
id: HandHeldMassScannerBorg
|
||||
parent: HandHeldMassScanner
|
||||
suffix: Borg
|
||||
components:
|
||||
- type: ItemSlots
|
||||
slots:
|
||||
cell_slot:
|
||||
name: power-cell-slot-component-slot-name-default
|
||||
startingItem: PowerCellMicroreactor
|
||||
disableEject: true
|
||||
swap: false
|
||||
@@ -293,6 +293,7 @@
|
||||
- SignalTrigger
|
||||
- VoiceTrigger
|
||||
- Igniter
|
||||
- HandHeldMassScanner
|
||||
- PowerCellMicroreactor
|
||||
- PowerCellHigh
|
||||
- WeaponPistolCHIMP
|
||||
@@ -486,7 +487,6 @@
|
||||
- SciFlash
|
||||
- BorgModuleCable
|
||||
- BorgModuleFireExtinguisher
|
||||
- BorgModuleGPS
|
||||
- BorgModuleRadiationDetection
|
||||
- BorgModuleTool
|
||||
- BorgModuleAppraisal
|
||||
@@ -536,6 +536,7 @@
|
||||
- BorgModuleMining
|
||||
- BorgModuleGrapplingGun
|
||||
- BorgModuleAdvancedTool
|
||||
- BorgModuleGPS
|
||||
- BorgModuleRCD
|
||||
- BorgModuleArtifact
|
||||
- BorgModuleAnomaly
|
||||
|
||||
Reference in New Issue
Block a user