Spare headsets for the HoP (#11954)
* textures and fill yml * texture meta edit * box id fix, locker fill, vendor fill * whitelist fix
This commit is contained in:
@@ -133,6 +133,25 @@
|
|||||||
components:
|
components:
|
||||||
- IdCard
|
- IdCard
|
||||||
|
|
||||||
|
- type: entity
|
||||||
|
name: headset box
|
||||||
|
parent: BoxCardboard
|
||||||
|
id: BoxHeadset
|
||||||
|
description: A box of spare passenger headsets.
|
||||||
|
components:
|
||||||
|
- type: StorageFill
|
||||||
|
contents:
|
||||||
|
- id: ClothingHeadsetGrey
|
||||||
|
amount: 6
|
||||||
|
- type: Sprite
|
||||||
|
layers:
|
||||||
|
- state: box
|
||||||
|
- state: headset
|
||||||
|
- type: Storage
|
||||||
|
capacity: 60
|
||||||
|
whitelist:
|
||||||
|
components:
|
||||||
|
- Headset
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
name: meson box
|
name: meson box
|
||||||
|
|||||||
@@ -74,6 +74,7 @@
|
|||||||
- id: ClothingHeadsetCommand
|
- id: ClothingHeadsetCommand
|
||||||
- id: BoxPDA
|
- id: BoxPDA
|
||||||
- id: BoxID
|
- id: BoxID
|
||||||
|
- id: BoxHeadset
|
||||||
- id: IDComputerCircuitboard
|
- id: IDComputerCircuitboard
|
||||||
- id: WeaponDisabler
|
- id: WeaponDisabler
|
||||||
- id: ClothingShoesColorBlack
|
- id: ClothingShoesColorBlack
|
||||||
|
|||||||
@@ -4,6 +4,7 @@
|
|||||||
PassengerPDA: 5
|
PassengerPDA: 5
|
||||||
ClearPDA: 5
|
ClearPDA: 5
|
||||||
PassengerIDCard: 5
|
PassengerIDCard: 5
|
||||||
|
ClothingHeadsetGrey: 5
|
||||||
RubberStampApproved: 1
|
RubberStampApproved: 1
|
||||||
RubberStampDenied: 1
|
RubberStampDenied: 1
|
||||||
Paper: 10
|
Paper: 10
|
||||||
|
|||||||
BIN
Resources/Textures/Objects/Storage/boxes.rsi/headset.png
Normal file
BIN
Resources/Textures/Objects/Storage/boxes.rsi/headset.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 174 B |
@@ -119,6 +119,9 @@
|
|||||||
"name": "writing_of_doom"
|
"name": "writing_of_doom"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
"name": "headset"
|
||||||
|
},
|
||||||
|
{
|
||||||
"name": "inhand-left",
|
"name": "inhand-left",
|
||||||
"directions": 4
|
"directions": 4
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user