Adds a mask slot and moves adminPDA to new ID slot for aghost (#25402)
This commit is contained in:
@@ -283,7 +283,6 @@
|
||||
components:
|
||||
- type: StorageFill
|
||||
contents:
|
||||
- id: AdminPDA
|
||||
- id: GasAnalyzer
|
||||
- id: trayScanner
|
||||
- type: Unremoveable
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
- type: inventoryTemplate
|
||||
- type: inventoryTemplate
|
||||
id: aghost
|
||||
slots:
|
||||
- name: back
|
||||
@@ -9,11 +9,25 @@
|
||||
uiWindowPos: 2,1
|
||||
strippingWindowPos: 2,4
|
||||
displayName: ID
|
||||
- name: id
|
||||
slotTexture: id
|
||||
slotFlags: IDCARD
|
||||
slotGroup: SecondHotbar
|
||||
stripTime: 6
|
||||
uiWindowPos: 2,2
|
||||
strippingWindowPos: 2,3
|
||||
displayName: ID
|
||||
|
||||
# For drip reasons.
|
||||
- name: head
|
||||
slotTexture: head
|
||||
slotFlags: HEAD
|
||||
uiWindowPos: 0,1
|
||||
uiWindowPos: 0,2
|
||||
strippingWindowPos: 0,0
|
||||
displayName: Head
|
||||
- name: mask
|
||||
slotTexture: mask
|
||||
slotFlags: MASK
|
||||
uiWindowPos: 0,1
|
||||
strippingWindowPos: 1,1
|
||||
displayName: Mask
|
||||
|
||||
@@ -326,6 +326,7 @@
|
||||
id: MobAghostGear
|
||||
equipment:
|
||||
back: ClothingBackpackSatchelHoldingAdmin
|
||||
id: AdminPDA
|
||||
|
||||
#Head Rev Gear
|
||||
- type: startingGear
|
||||
|
||||
Reference in New Issue
Block a user