Admin Observers get a hat slot and a pda (#20183)
This commit is contained in:
@@ -285,3 +285,15 @@
|
|||||||
contents:
|
contents:
|
||||||
- id: BoxSurvival
|
- id: BoxSurvival
|
||||||
- id: RubberStampMime
|
- 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: Stripping
|
||||||
- type: SolutionScanner
|
- type: SolutionScanner
|
||||||
- type: IgnoreUIRange
|
- type: IgnoreUIRange
|
||||||
|
- type: Inventory
|
||||||
|
templateId: aghost
|
||||||
|
- type: InventorySlots
|
||||||
|
- type: Loadout
|
||||||
|
prototypes: [ MobAghostGear ]
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
id: ActionAGhostShowSolar
|
id: ActionAGhostShowSolar
|
||||||
|
|||||||
@@ -654,6 +654,24 @@
|
|||||||
- type: Icon
|
- type: Icon
|
||||||
state: pda-centcom
|
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
|
- type: entity
|
||||||
parent: CentcomPDA
|
parent: CentcomPDA
|
||||||
id: CentcomPDAFake
|
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
|
satchel: ClothingBackpackSatchelBrigmedicFilled
|
||||||
duffelbag: ClothingBackpackDuffelBrigmedicFilled
|
duffelbag: ClothingBackpackDuffelBrigmedicFilled
|
||||||
|
|
||||||
|
# Aghost
|
||||||
|
- type: startingGear
|
||||||
|
id: MobAghostGear
|
||||||
|
equipment:
|
||||||
|
back: ClothingBackpackSatchelHoldingAdmin
|
||||||
|
|
||||||
#Head Rev Gear
|
#Head Rev Gear
|
||||||
- type: startingGear
|
- type: startingGear
|
||||||
id: HeadRevGear
|
id: HeadRevGear
|
||||||
|
|||||||
Reference in New Issue
Block a user