Add variants of equipped headsets sprite (#11240)

This commit is contained in:
Morb
2022-09-16 17:43:18 +03:00
committed by GitHub
parent 12c65bde51
commit 80da7edecc
29 changed files with 95 additions and 5 deletions

View File

@@ -25,6 +25,8 @@
- Supply
- type: Sprite
sprite: Clothing/Ears/Headsets/cargo.rsi
- type: Clothing
sprite: Clothing/Ears/Headsets/cargo.rsi
- type: entity
parent: ClothingHeadset
@@ -39,6 +41,8 @@
- Supply
- type: Sprite
sprite: Clothing/Ears/Headsets/cargo.rsi
- type: Clothing
sprite: Clothing/Ears/Headsets/cargo.rsi
- type: entity
parent: ClothingHeadset
@@ -59,6 +63,8 @@
- Supply
- type: Sprite
sprite: Clothing/Ears/Headsets/centcom.rsi
- type: Clothing
sprite: Clothing/Ears/Headsets/centcom.rsi
- type: entity
parent: ClothingHeadset
@@ -78,6 +84,8 @@
- Supply
- type: Sprite
sprite: Clothing/Ears/Headsets/command.rsi
- type: Clothing
sprite: Clothing/Ears/Headsets/command.rsi
- type: entity
parent: ClothingHeadset
@@ -91,6 +99,8 @@
- Engineering
- type: Sprite
sprite: Clothing/Ears/Headsets/engineering.rsi
- type: Clothing
sprite: Clothing/Ears/Headsets/engineering.rsi
- type: entity
parent: ClothingHeadset
@@ -105,6 +115,8 @@
- Engineering
- type: Sprite
sprite: Clothing/Ears/Headsets/engineering.rsi
- type: Clothing
sprite: Clothing/Ears/Headsets/engineering.rsi
- type: entity
parent: ClothingHeadset
@@ -118,6 +130,8 @@
- Medical
- type: Sprite
sprite: Clothing/Ears/Headsets/medical.rsi
- type: Clothing
sprite: Clothing/Ears/Headsets/medical.rsi
- type: entity
parent: ClothingHeadset
@@ -132,6 +146,8 @@
- Science
- type: Sprite
sprite: Clothing/Ears/Headsets/medicalscience.rsi
- type: Clothing
sprite: Clothing/Ears/Headsets/medicalscience.rsi
- type: entity
parent: ClothingHeadset
@@ -145,6 +161,8 @@
- Supply
- type: Sprite
sprite: Clothing/Ears/Headsets/mining.rsi
- type: Clothing
sprite: Clothing/Ears/Headsets/mining.rsi
- type: entity
parent: ClothingHeadset
@@ -158,6 +176,8 @@
- Science
- type: Sprite
sprite: Clothing/Ears/Headsets/robotics.rsi
- type: Clothing
sprite: Clothing/Ears/Headsets/robotics.rsi
- type: entity
parent: ClothingHeadset
@@ -171,6 +191,8 @@
- Science
- type: Sprite
sprite: Clothing/Ears/Headsets/science.rsi
- type: Clothing
sprite: Clothing/Ears/Headsets/science.rsi
- type: entity
parent: ClothingHeadset
@@ -185,6 +207,8 @@
- Science
- type: Sprite
sprite: Clothing/Ears/Headsets/science.rsi
- type: Clothing
sprite: Clothing/Ears/Headsets/science.rsi
- type: entity
parent: ClothingHeadset
@@ -198,6 +222,8 @@
- Security
- type: Sprite
sprite: Clothing/Ears/Headsets/security.rsi
- type: Clothing
sprite: Clothing/Ears/Headsets/security.rsi
- type: entity
parent: ClothingHeadset
@@ -211,6 +237,8 @@
- Service
- type: Sprite
sprite: Clothing/Ears/Headsets/service.rsi
- type: Clothing
sprite: Clothing/Ears/Headsets/service.rsi
- type: entity
parent: ClothingHeadset

View File

@@ -9,13 +9,35 @@
- type: Sprite
state: icon_alt
- type: Clothing
equippedPrefix: alt
slots:
- ears
- type: entity
parent: ClothingHeadsetAlt
id: ClothingHeadsetAltCentCom
name: CentCom over-ear headset
components:
- type: Headset
channels:
- Common
- Command
- CentCom
- Engineering
- Medical
- Science
- Security
- Service
- Supply
- type: Sprite
sprite: Clothing/Ears/Headsets/centcom.rsi
- type: Clothing
sprite: Clothing/Ears/Headsets/centcom.rsi
- type: entity
parent: ClothingHeadsetAlt
id: ClothingHeadsetAltCommand
name: command overear-headset
name: command over-ear headset
components:
- type: Headset
channels:
@@ -35,7 +57,7 @@
- type: entity
parent: ClothingHeadsetAlt
id: ClothingHeadsetAltMedical
name: medical overear-headset
name: medical over-ear headset
components:
- type: Headset
channels:
@@ -50,7 +72,7 @@
- type: entity
parent: ClothingHeadsetAlt
id: ClothingHeadsetAltSecurity
name: security overear-headset
name: security over-ear headset
components:
- type: Headset
channels:
@@ -65,7 +87,7 @@
- type: entity
parent: ClothingHeadsetAlt
id: ClothingHeadsetAltSyndicate
name: syndicate overear-headset
name: syndicate over-ear headset
description: An updated, modular syndicate intercom that fits over the head and takes encryption keys. Protects ears from flashbangs.
components:
- type: Headset

Binary file not shown.

Before

Width:  |  Height:  |  Size: 323 B

After

Width:  |  Height:  |  Size: 288 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 520 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 277 B

View File

@@ -12,6 +12,14 @@
},
{
"name": "icon_alt"
},
{
"name": "equipped-EARS",
"directions": 4
},
{
"name": "alt-equipped-EARS",
"directions": 4
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 334 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 334 B

After

Width:  |  Height:  |  Size: 279 B

View File

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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 401 B

After

Width:  |  Height:  |  Size: 283 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 323 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 323 B

After

Width:  |  Height:  |  Size: 279 B

View File

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 288 B

View File

@@ -9,6 +9,10 @@
"states": [
{
"name": "icon"
},
{
"name": "equipped-EARS",
"directions": 4
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 288 B

View File

@@ -9,6 +9,10 @@
"states": [
{
"name": "icon"
},
{
"name": "equipped-EARS",
"directions": 4
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 295 B

View File

@@ -9,6 +9,10 @@
"states": [
{
"name": "icon"
},
{
"name": "equipped-EARS",
"directions": 4
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 288 B

View File

@@ -9,6 +9,10 @@
"states": [
{
"name": "icon"
},
{
"name": "equipped-EARS",
"directions": 4
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 354 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 354 B

After

Width:  |  Height:  |  Size: 280 B

View File

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 315 B

View File

@@ -9,6 +9,10 @@
"states": [
{
"name": "icon"
},
{
"name": "equipped-EARS",
"directions": 4
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 307 B

View File

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