type: SiliconLawBoundUserInterface
- key: enum.BorgUiKey.Key
type: BorgBoundUserInterface
+ - key: enum.StrippingUiKey.Key
+ type: StrippableBoundUserInterface
- type: ActivatableUI
key: enum.BorgUiKey.Key
- type: SiliconLawBound
stunTime: 5
emagLaws: SyndicateStatic
- type: IonStormTarget
+ - type: Strippable
+ - type: InventorySlots
+ - type: Inventory
+ templateId: borg
- type: Hands
showInHands: false
- type: IntrinsicRadioReceiver
- Science
- type: AccessReader
access: [["Cargo"], ["Salvage"], ["Command"], ["Research"]]
+ - type: Inventory
+ templateId: borgTall
- type: entity
id: BorgChassisEngineer
- Science
- type: AccessReader
access: [["Engineering"], ["Command"], ["Research"]]
+ - type: Inventory
+ templateId: borgShort
- type: entity
id: BorgChassisJanitor
- Science
- type: AccessReader
access: [["Service"], ["Command"], ["Research"]]
+ - type: Inventory
+ templateId: borgShort
- type: entity
id: BorgChassisMedical
- Science
- type: AccessReader
access: [["Medical"], ["Command"], ["Research"]]
+ - type: Inventory
+ templateId: borgDutch
- type: entity
id: BorgChassisService
- Science
- type: AccessReader
access: [["Service"], ["Command"], ["Research"]]
+ - type: Inventory
+ templateId: borgTall
--- /dev/null
+- type: inventoryTemplate
+ id: borg
+ slots:
+ - name: head
+ slotTexture: head
+ slotFlags: HEAD
+ slotGroup: MainHotbar
+ uiWindowPos: 0,0
+ strippingWindowPos: 0,0
+ displayName: Head
+ offset: 0, -0.09375
+
+- type: inventoryTemplate
+ id: borgShort
+ slots:
+ - name: head
+ slotTexture: head
+ slotFlags: HEAD
+ slotGroup: MainHotbar
+ uiWindowPos: 0,0
+ strippingWindowPos: 0,0
+ displayName: Head
+ offset: 0, -0.1875
+
+- type: inventoryTemplate
+ id: borgTall
+ slots:
+ - name: head
+ slotTexture: head
+ slotFlags: HEAD
+ slotGroup: MainHotbar
+ uiWindowPos: 0,0
+ strippingWindowPos: 0,0
+ displayName: Head
+
+# taller than tall
+- type: inventoryTemplate
+ id: borgDutch
+ slots:
+ - name: head
+ slotTexture: head
+ slotFlags: HEAD
+ slotGroup: MainHotbar
+ uiWindowPos: 0,0
+ strippingWindowPos: 0,0
+ displayName: Head
+ offset: 0, 0.09375