Adding intellicard functionality. (#32347)
* init * im so confused * clean * sprite update * :| * further attempts * be blessed for it works * Very prestigious pAI * cleaning up * Intellicard in RD locker * PAIn't * .Clear()n't * .Clear()n't for real this time * Cleaning up * Whoopsie Daisy
This commit is contained in:
@@ -261,6 +261,7 @@
|
||||
id: LockerFillResearchDirectorNoHardsuit
|
||||
table: !type:AllSelector
|
||||
children:
|
||||
- id: Intellicard
|
||||
- id: BoxEncryptionKeyScience
|
||||
- id: CircuitImprinterMachineCircuitboard
|
||||
- id: ClothingBeltUtilityFilled
|
||||
|
||||
@@ -71,6 +71,26 @@
|
||||
title: comms-console-announcement-title-station-ai
|
||||
color: "#2ed2fd"
|
||||
|
||||
- type: entity
|
||||
id: AiHeldIntellicard
|
||||
description: Components added / removed from an entity that gets inserted into an Intellicard.
|
||||
categories: [ HideSpawnMenu ]
|
||||
components:
|
||||
- type: IntrinsicRadioReceiver
|
||||
- type: IntrinsicRadioTransmitter
|
||||
channels:
|
||||
- Binary
|
||||
- type: ActiveRadio
|
||||
channels:
|
||||
- Binary
|
||||
- Common
|
||||
- type: ActionGrant
|
||||
actions:
|
||||
- ActionAIViewLaws
|
||||
- type: UserInterface
|
||||
interfaces:
|
||||
enum.SiliconLawsUiKey.Key:
|
||||
type: SiliconLawBoundUserInterface
|
||||
|
||||
# Ai
|
||||
- type: entity
|
||||
@@ -82,7 +102,8 @@
|
||||
- type: StationAiHolder
|
||||
slot:
|
||||
name: station-ai-mind-slot
|
||||
locked: true
|
||||
locked: false
|
||||
disableEject: true
|
||||
whitelist:
|
||||
tags:
|
||||
- StationAi
|
||||
@@ -256,13 +277,16 @@
|
||||
# Items
|
||||
- type: entity
|
||||
id: Intellicard
|
||||
name: Intellicard
|
||||
name: intellicard
|
||||
description: A storage device for AIs.
|
||||
parent:
|
||||
- BaseItem
|
||||
- AiHolder
|
||||
suffix: Empty
|
||||
components:
|
||||
- type: ContainerComp
|
||||
proto: AiHeldIntellicard
|
||||
container: station_ai_mind_slot
|
||||
- type: Sprite
|
||||
sprite: Objects/Devices/ai_card.rsi
|
||||
layers:
|
||||
@@ -361,7 +385,6 @@
|
||||
enum.SiliconLawsUiKey.Key:
|
||||
type: SiliconLawBoundUserInterface
|
||||
- type: ComplexInteraction
|
||||
- type: DoorRemote
|
||||
- type: Actions
|
||||
- type: Access
|
||||
groups:
|
||||
|
||||
Reference in New Issue
Block a user