Over-ear headsets for CE, RD and QM (#11919)

* textures and metas

* entities and fills
This commit is contained in:
Nairod
2022-10-14 23:11:58 -05:00
committed by GitHub
parent 5a6b1db12b
commit 33734833ed
11 changed files with 71 additions and 2 deletions

View File

@@ -23,6 +23,7 @@
prob: 0.50
- id: DoorRemoteCargo
- id: RubberStampQm
- id: ClothingHeadsetAltCargo
- type: entity
id: LockerCaptainFilled
@@ -108,6 +109,7 @@
- id: DoorRemoteEngineering
- id: RubberStampCE
- id: JetpackVoidFilled
- id: ClothingHeadsetAltEngineering
- type: entity
id: LockerChiefMedicalOfficerFilled
@@ -153,6 +155,7 @@
prob: 0.1
- id: DoorRemoteResearch
- id: RubberStampRd
- id: ClothingHeadsetAltScience
- type: entity
id: LockerHeadOfSecurityFilled

View File

@@ -84,6 +84,51 @@
- type: Clothing
sprite: Clothing/Ears/Headsets/security.rsi
- type: entity
parent: ClothingHeadsetAlt
id: ClothingHeadsetAltEngineering
name: engineering over-ear headset
components:
- type: Headset
channels:
- Command
- Common
- Engineering
- type: Sprite
sprite: Clothing/Ears/Headsets/engineering.rsi
- type: Clothing
sprite: Clothing/Ears/Headsets/engineering.rsi
- type: entity
parent: ClothingHeadsetAlt
id: ClothingHeadsetAltScience
name: science over-ear headset
components:
- type: Headset
channels:
- Command
- Common
- Science
- type: Sprite
sprite: Clothing/Ears/Headsets/science.rsi
- type: Clothing
sprite: Clothing/Ears/Headsets/science.rsi
- type: entity
parent: ClothingHeadsetAlt
id: ClothingHeadsetAltCargo
name: cargo over-ear headset
components:
- type: Headset
channels:
- Command
- Common
- Supply
- type: Sprite
sprite: Clothing/Ears/Headsets/cargo.rsi
- type: Clothing
sprite: Clothing/Ears/Headsets/cargo.rsi
- type: entity
parent: ClothingHeadsetAlt
id: ClothingHeadsetAltSyndicate

Binary file not shown.

After

Width:  |  Height:  |  Size: 354 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 516 B

View File

@@ -10,9 +10,16 @@
{
"name": "icon"
},
{
"name": "icon_alt"
},
{
"name": "equipped-EARS",
"directions": 4
},
{
"name": "alt-equipped-EARS",
"directions": 4
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 351 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 490 B

View File

@@ -10,9 +10,16 @@
{
"name": "icon"
},
{
"name": "icon_alt"
},
{
"name": "equipped-EARS",
"directions": 4
},
{
"name": "alt-equipped-EARS",
"directions": 4
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 354 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 498 B

View File

@@ -11,8 +11,15 @@
"name": "icon"
},
{
"name": "equipped-EARS",
"directions": 4
"name": "icon_alt"
},
{
"name": "equipped-EARS",
"directions": 4
},
{
"name": "alt-equipped-EARS",
"directions": 4
}
]
}