]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Added IFF console boards (#14732)
author778b <33431126+778b@users.noreply.github.com>
Sun, 19 Mar 2023 00:55:53 +0000 (04:55 +0400)
committerGitHub <noreply@github.com>
Sun, 19 Mar 2023 00:55:53 +0000 (19:55 -0500)
* Added computers boards

* Added boards to consoles

Resources/Prototypes/Entities/Objects/Devices/Circuitboards/computer.yml
Resources/Prototypes/Entities/Structures/Machines/Computers/computers.yml

index 0258ed00272e7ec5f71ac125f379e36d77882962..25e3ef418177e231a6d67c0ff4d344634a8bc636 100644 (file)
       state: cpu_medical
     - type: ComputerBoard
       prototype: ComputerCloningConsole
+
+- type: entity
+  parent: BaseComputerCircuitboard
+  id: ComputerIFFCircuitboard
+  name: IFF console board
+  description: Allows you to control the IFF characteristics of this vessel.
+  components:
+    - type: Sprite
+      state: cpu_command
+    - type: ComputerBoard
+      prototype: ComputerIFF
+
+- type: entity
+  parent: BaseComputerCircuitboard
+  id: ComputerIFFSyndicateCircuitboard
+  name: syndicate IFF console board
+  description: Allows you to control the IFF and stealth characteristics of this vessel.
+  components:
+    - type: ComputerBoard
+      prototype: ComputerIFFSyndicate
index 4d586521da75fb62fbb0313ebf5819233c18a313..2d8481b75a4f50e6b556138e6fc7a57ebd1e964e 100644 (file)
     interfaces:
       - key: enum.IFFConsoleUiKey.Key
         type: IFFConsoleBoundUserInterface
+  - type: Computer
+    board: ComputerIFFCircuitboard
 
 - type: entity
   parent: ComputerIFF
     interfaces:
       - key: enum.IFFConsoleUiKey.Key
         type: IFFConsoleBoundUserInterface
+  - type: Computer
+    board: ComputerIFFSyndicateCircuitboard
 
 - type: entity
   parent: BaseComputer
   - type: PointLight
     radius: 1.5
     energy: 1.6
-    color: "#b89f25"
\ No newline at end of file
+    color: "#b89f25"