Adds a mask slot and moves adminPDA to new ID slot for aghost (#25402)

This commit is contained in:
Sphiral
2024-02-21 00:41:37 -06:00
committed by GitHub
parent 92e115fbe4
commit 196145685e
3 changed files with 17 additions and 3 deletions

View File

@@ -283,7 +283,6 @@
components: components:
- type: StorageFill - type: StorageFill
contents: contents:
- id: AdminPDA
- id: GasAnalyzer - id: GasAnalyzer
- id: trayScanner - id: trayScanner
- type: Unremoveable - type: Unremoveable

View File

@@ -1,4 +1,4 @@
- type: inventoryTemplate - type: inventoryTemplate
id: aghost id: aghost
slots: slots:
- name: back - name: back
@@ -9,11 +9,25 @@
uiWindowPos: 2,1 uiWindowPos: 2,1
strippingWindowPos: 2,4 strippingWindowPos: 2,4
displayName: ID displayName: ID
- name: id
slotTexture: id
slotFlags: IDCARD
slotGroup: SecondHotbar
stripTime: 6
uiWindowPos: 2,2
strippingWindowPos: 2,3
displayName: ID
# For drip reasons. # For drip reasons.
- name: head - name: head
slotTexture: head slotTexture: head
slotFlags: HEAD slotFlags: HEAD
uiWindowPos: 0,1 uiWindowPos: 0,2
strippingWindowPos: 0,0 strippingWindowPos: 0,0
displayName: Head displayName: Head
- name: mask
slotTexture: mask
slotFlags: MASK
uiWindowPos: 0,1
strippingWindowPos: 1,1
displayName: Mask

View File

@@ -326,6 +326,7 @@
id: MobAghostGear id: MobAghostGear
equipment: equipment:
back: ClothingBackpackSatchelHoldingAdmin back: ClothingBackpackSatchelHoldingAdmin
id: AdminPDA
#Head Rev Gear #Head Rev Gear
- type: startingGear - type: startingGear