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
|
type: SiliconLawBoundUserInterface
|
||||||
- key: enum.BorgUiKey.Key
|
- key: enum.BorgUiKey.Key
|
||||||
type: BorgBoundUserInterface
|
type: BorgBoundUserInterface
|
||||||
|
- key: enum.StrippingUiKey.Key
|
||||||
|
type: StrippableBoundUserInterface
|
||||||
- type: ActivatableUI
|
- type: ActivatableUI
|
||||||
key: enum.BorgUiKey.Key
|
key: enum.BorgUiKey.Key
|
||||||
- type: SiliconLawBound
|
- type: SiliconLawBound
|
||||||
@@ -74,6 +76,10 @@
|
|||||||
stunTime: 5
|
stunTime: 5
|
||||||
emagLaws: SyndicateStatic
|
emagLaws: SyndicateStatic
|
||||||
- type: IonStormTarget
|
- type: IonStormTarget
|
||||||
|
- type: Strippable
|
||||||
|
- type: InventorySlots
|
||||||
|
- type: Inventory
|
||||||
|
templateId: borg
|
||||||
- type: Hands
|
- type: Hands
|
||||||
showInHands: false
|
showInHands: false
|
||||||
- type: IntrinsicRadioReceiver
|
- type: IntrinsicRadioReceiver
|
||||||
|
|||||||
@@ -65,6 +65,8 @@
|
|||||||
- Science
|
- Science
|
||||||
- type: AccessReader
|
- type: AccessReader
|
||||||
access: [["Cargo"], ["Salvage"], ["Command"], ["Research"]]
|
access: [["Cargo"], ["Salvage"], ["Command"], ["Research"]]
|
||||||
|
- type: Inventory
|
||||||
|
templateId: borgTall
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
id: BorgChassisEngineer
|
id: BorgChassisEngineer
|
||||||
@@ -106,6 +108,8 @@
|
|||||||
- Science
|
- Science
|
||||||
- type: AccessReader
|
- type: AccessReader
|
||||||
access: [["Engineering"], ["Command"], ["Research"]]
|
access: [["Engineering"], ["Command"], ["Research"]]
|
||||||
|
- type: Inventory
|
||||||
|
templateId: borgShort
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
id: BorgChassisJanitor
|
id: BorgChassisJanitor
|
||||||
@@ -147,6 +151,8 @@
|
|||||||
- Science
|
- Science
|
||||||
- type: AccessReader
|
- type: AccessReader
|
||||||
access: [["Service"], ["Command"], ["Research"]]
|
access: [["Service"], ["Command"], ["Research"]]
|
||||||
|
- type: Inventory
|
||||||
|
templateId: borgShort
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
id: BorgChassisMedical
|
id: BorgChassisMedical
|
||||||
@@ -188,6 +194,8 @@
|
|||||||
- Science
|
- Science
|
||||||
- type: AccessReader
|
- type: AccessReader
|
||||||
access: [["Medical"], ["Command"], ["Research"]]
|
access: [["Medical"], ["Command"], ["Research"]]
|
||||||
|
- type: Inventory
|
||||||
|
templateId: borgDutch
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
id: BorgChassisService
|
id: BorgChassisService
|
||||||
@@ -229,3 +237,5 @@
|
|||||||
- Science
|
- Science
|
||||||
- type: AccessReader
|
- type: AccessReader
|
||||||
access: [["Service"], ["Command"], ["Research"]]
|
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