Adds a black turtleneck (#1905)
* Add files via upload Signed-off-by: Aikakakah <145503852+Aikakakah@users.noreply.github.com> * Create meta.json Signed-off-by: Aikakakah <145503852+Aikakakah@users.noreply.github.com> * Add black turtleneck Signed-off-by: Aikakakah <145503852+Aikakakah@users.noreply.github.com> * Update theater.yml Adds black turtleneck to the theatre vend. Signed-off-by: Aikakakah <145503852+Aikakakah@users.noreply.github.com> * Update jumpsuits.yml Added black turtleneck Signed-off-by: Aikakakah <145503852+Aikakakah@users.noreply.github.com> * Added the option to roll up the sleeves of the turtleneck. * Fixed the sprites * Updated copyright in meta.json --------- Signed-off-by: Aikakakah <145503852+Aikakakah@users.noreply.github.com>
This commit is contained in:
parent
a9b5d46b24
commit
5123305cd5
|
|
@ -16,6 +16,7 @@
|
|||
ClothingOuterPonchoClassic: 2
|
||||
ClothingUniformJumpsuitKilt: 3 # DeltaV - SCOTTTTLANDDDDD FURREVERRRRR!!
|
||||
ClothingEyesEyepatch: 2 # Delta-V Yarrr
|
||||
ClothingUniformBlackTurtleneck : 2 # DeltaV - Clothing addition
|
||||
ClothingHeadHatPwig: 2
|
||||
ClothingOuterRobesJudge: 2
|
||||
ClothingOuterPoncho: 2
|
||||
|
|
|
|||
|
|
@ -397,3 +397,13 @@
|
|||
- type: Clothing
|
||||
sprite: DeltaV/Clothing/Uniforms/Jumpsuit/prosecutorred.rsi
|
||||
|
||||
- type: entity
|
||||
parent: ClothingUniformFoldableBase
|
||||
id: ClothingUniformBlackTurtleneck
|
||||
name: black turtleneck
|
||||
description: A simple black turtleneck. Perfect for any wannabe spy.
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: DeltaV/Clothing/Uniforms/Jumpsuit/black_turtleneck.rsi
|
||||
- type: Clothing
|
||||
sprite: DeltaV/Clothing/Uniforms/Jumpsuit/black_turtleneck.rsi
|
||||
|
|
|
|||
Binary file not shown.
|
After Width: | Height: | Size: 1.9 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 519 B |
Binary file not shown.
|
After Width: | Height: | Size: 579 B |
Binary file not shown.
|
After Width: | Height: | Size: 598 B |
|
|
@ -0,0 +1,30 @@
|
|||
{
|
||||
"version": 1,
|
||||
"license": "CC-BY-SA-4.0",
|
||||
"copyright": "Created by Aikakakah (github) for Delta-V",
|
||||
"size": {
|
||||
"x": 32,
|
||||
"y": 32
|
||||
},
|
||||
"states": [
|
||||
{
|
||||
"name": "icon"
|
||||
},
|
||||
{
|
||||
"name": "inhand-left",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "inhand-right",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "equipped-INNERCLOTHING",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "rolled-equipped-INNERCLOTHING",
|
||||
"directions": 4
|
||||
}
|
||||
]
|
||||
}
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 1.7 KiB |
Loading…
Reference in New Issue