Admin Observers get a hat slot and a pda (#20183)
This commit is contained in:
@@ -285,3 +285,15 @@
|
||||
contents:
|
||||
- id: BoxSurvival
|
||||
- id: RubberStampMime
|
||||
|
||||
- type: entity
|
||||
noSpawn: true
|
||||
parent: ClothingBackpackSatchelHolding
|
||||
id: ClothingBackpackSatchelHoldingAdmin
|
||||
components:
|
||||
- type: StorageFill
|
||||
contents:
|
||||
- id: AdminPDA
|
||||
- id: GasAnalyzer
|
||||
- id: trayScanner
|
||||
- type: Unremoveable
|
||||
|
||||
@@ -83,6 +83,11 @@
|
||||
- type: Stripping
|
||||
- type: SolutionScanner
|
||||
- type: IgnoreUIRange
|
||||
- type: Inventory
|
||||
templateId: aghost
|
||||
- type: InventorySlots
|
||||
- type: Loadout
|
||||
prototypes: [ MobAghostGear ]
|
||||
|
||||
- type: entity
|
||||
id: ActionAGhostShowSolar
|
||||
|
||||
@@ -654,6 +654,24 @@
|
||||
- type: Icon
|
||||
state: pda-centcom
|
||||
|
||||
- type: entity
|
||||
parent: CentcomPDA
|
||||
id: AdminPDA
|
||||
name: Admin PDA
|
||||
description: If you are not an admin please return this PDA to the nearest admin.
|
||||
components:
|
||||
- type: Pda
|
||||
id: PassengerIDCard
|
||||
- type: HealthAnalyzer
|
||||
scanDelay: 0
|
||||
- type: CartridgeLoader
|
||||
uiKey: enum.PdaUiKey.Key
|
||||
preinstalled:
|
||||
- CrewManifestCartridge
|
||||
- NotekeeperCartridge
|
||||
- NewsReadCartridge
|
||||
- LogProbeCartridge
|
||||
|
||||
- type: entity
|
||||
parent: CentcomPDA
|
||||
id: CentcomPDAFake
|
||||
|
||||
@@ -0,0 +1,19 @@
|
||||
- type: inventoryTemplate
|
||||
id: aghost
|
||||
slots:
|
||||
- name: back
|
||||
slotTexture: back
|
||||
slotFlags: BACK
|
||||
slotGroup: SecondHotbar
|
||||
stripTime: 6
|
||||
uiWindowPos: 2,1
|
||||
strippingWindowPos: 2,4
|
||||
displayName: ID
|
||||
|
||||
# For drip reasons.
|
||||
- name: head
|
||||
slotTexture: head
|
||||
slotFlags: HEAD
|
||||
uiWindowPos: 0,1
|
||||
strippingWindowPos: 0,0
|
||||
displayName: Head
|
||||
@@ -323,6 +323,12 @@
|
||||
satchel: ClothingBackpackSatchelBrigmedicFilled
|
||||
duffelbag: ClothingBackpackDuffelBrigmedicFilled
|
||||
|
||||
# Aghost
|
||||
- type: startingGear
|
||||
id: MobAghostGear
|
||||
equipment:
|
||||
back: ClothingBackpackSatchelHoldingAdmin
|
||||
|
||||
#Head Rev Gear
|
||||
- type: startingGear
|
||||
id: HeadRevGear
|
||||
|
||||
Reference in New Issue
Block a user