Adds a mask slot and moves adminPDA to new ID slot for aghost (#25402)
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user