let borgs wear hat (#22555)

* let borgs wear hat

* special borg offset

* attack of the short people

---------

Co-authored-by: deltanedas <@deltanedas:kde.org>
This commit is contained in:
deltanedas
2023-12-15 22:33:51 +00:00
committed by GitHub
parent 68765a4753
commit b4a6b0f532
3 changed files with 63 additions and 0 deletions

View File

@@ -67,6 +67,8 @@
type: SiliconLawBoundUserInterface
- key: enum.BorgUiKey.Key
type: BorgBoundUserInterface
- key: enum.StrippingUiKey.Key
type: StrippableBoundUserInterface
- type: ActivatableUI
key: enum.BorgUiKey.Key
- type: SiliconLawBound
@@ -74,6 +76,10 @@
stunTime: 5
emagLaws: SyndicateStatic
- type: IonStormTarget
- type: Strippable
- type: InventorySlots
- type: Inventory
templateId: borg
- type: Hands
showInHands: false
- type: IntrinsicRadioReceiver

View File

@@ -65,6 +65,8 @@
- Science
- type: AccessReader
access: [["Cargo"], ["Salvage"], ["Command"], ["Research"]]
- type: Inventory
templateId: borgTall
- type: entity
id: BorgChassisEngineer
@@ -106,6 +108,8 @@
- Science
- type: AccessReader
access: [["Engineering"], ["Command"], ["Research"]]
- type: Inventory
templateId: borgShort
- type: entity
id: BorgChassisJanitor
@@ -147,6 +151,8 @@
- Science
- type: AccessReader
access: [["Service"], ["Command"], ["Research"]]
- type: Inventory
templateId: borgShort
- type: entity
id: BorgChassisMedical
@@ -188,6 +194,8 @@
- Science
- type: AccessReader
access: [["Medical"], ["Command"], ["Research"]]
- type: Inventory
templateId: borgDutch
- type: entity
id: BorgChassisService
@@ -229,3 +237,5 @@
- Science
- type: AccessReader
access: [["Service"], ["Command"], ["Research"]]
- type: Inventory
templateId: borgTall

View File

@@ -0,0 +1,47 @@
- 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