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:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
47
Resources/Prototypes/InventoryTemplates/borg.yml
Normal file
47
Resources/Prototypes/InventoryTemplates/borg.yml
Normal 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
|
||||
Reference in New Issue
Block a user