Added more pride cloaks and made them craftable at the uniform printer (#21077)
* added more pride capes * made the capes craftable * fixed sprite names and coding errors * renamed capes to cloaks to be in line with other cloaks --------- Co-authored-by: metalgearsloth <comedian_vs_clown@hotmail.com>
@@ -187,4 +187,77 @@
|
|||||||
- type: Sprite
|
- type: Sprite
|
||||||
sprite: Clothing/Neck/Cloaks/void.rsi
|
sprite: Clothing/Neck/Cloaks/void.rsi
|
||||||
- type: TypingIndicatorClothing
|
- type: TypingIndicatorClothing
|
||||||
proto: alien
|
proto: alien
|
||||||
|
|
||||||
|
- type: entity
|
||||||
|
parent: ClothingNeckBase
|
||||||
|
id: ClothingNeckCloakAce
|
||||||
|
name: pilot's cloak
|
||||||
|
description: Cloak awarded to Nanotrasen's finest space aces.
|
||||||
|
components:
|
||||||
|
- type: Sprite
|
||||||
|
sprite: Clothing/Neck/Cloaks/ace.rsi
|
||||||
|
|
||||||
|
- type: entity
|
||||||
|
parent: ClothingNeckBase
|
||||||
|
id: ClothingNeckCloakAro
|
||||||
|
name: werewolf cloak
|
||||||
|
description: This cloak lets others know you're a lone wolf.
|
||||||
|
components:
|
||||||
|
- type: Sprite
|
||||||
|
sprite: Clothing/Neck/Cloaks/aro.rsi
|
||||||
|
|
||||||
|
- type: entity
|
||||||
|
parent: ClothingNeckBase
|
||||||
|
id: ClothingNeckCloakBi
|
||||||
|
name: poison cloak
|
||||||
|
description: The purple color is a clear indicator you are poisonous.
|
||||||
|
components:
|
||||||
|
- type: Sprite
|
||||||
|
sprite: Clothing/Neck/Cloaks/bi.rsi
|
||||||
|
|
||||||
|
- type: entity
|
||||||
|
parent: ClothingNeckBase
|
||||||
|
id: ClothingNeckCloakIntersex
|
||||||
|
name: cyclops cloak
|
||||||
|
description: The circle on this cloak represents a cyclops' eye.
|
||||||
|
components:
|
||||||
|
- type: Sprite
|
||||||
|
sprite: Clothing/Neck/Cloaks/intersex.rsi
|
||||||
|
|
||||||
|
- type: entity
|
||||||
|
parent: ClothingNeckBase
|
||||||
|
id: ClothingNeckCloakLesbian
|
||||||
|
name: poet cloak
|
||||||
|
description: This cloak belonged to an ancient poet, you forgot which one.
|
||||||
|
components:
|
||||||
|
- type: Sprite
|
||||||
|
sprite: Clothing/Neck/Cloaks/les.rsi
|
||||||
|
|
||||||
|
- type: entity
|
||||||
|
parent: ClothingNeckBase
|
||||||
|
id: ClothingNeckCloakGay
|
||||||
|
name: multi-level marketing cloak
|
||||||
|
description: This cloak is highly sought after in the Nanotrasen Marketing Offices.
|
||||||
|
components:
|
||||||
|
- type: Sprite
|
||||||
|
sprite: Clothing/Neck/Cloaks/gay.rsi
|
||||||
|
|
||||||
|
- type: entity
|
||||||
|
parent: ClothingNeckBase
|
||||||
|
id: ClothingNeckCloakEnby
|
||||||
|
name: treasure hunter cloak
|
||||||
|
description: This cloak belonged to a greedy treasure hunter.
|
||||||
|
components:
|
||||||
|
- type: Sprite
|
||||||
|
sprite: Clothing/Neck/Cloaks/enby.rsi
|
||||||
|
|
||||||
|
- type: entity
|
||||||
|
parent: ClothingNeckBase
|
||||||
|
id: ClothingNeckCloakPan
|
||||||
|
name: chef's cloak
|
||||||
|
description: Meant to be worn alongside a frying pan.
|
||||||
|
components:
|
||||||
|
- type: Sprite
|
||||||
|
sprite: Clothing/Neck/Cloaks/pan.rsi
|
||||||
|
|
||||||
|
|||||||
|
After Width: | Height: | Size: 1.2 KiB |
BIN
Resources/Textures/Clothing/Neck/Cloaks/ace.rsi/icon.png
Normal file
|
After Width: | Height: | Size: 462 B |
BIN
Resources/Textures/Clothing/Neck/Cloaks/ace.rsi/inhand-left.png
Normal file
|
After Width: | Height: | Size: 792 B |
BIN
Resources/Textures/Clothing/Neck/Cloaks/ace.rsi/inhand-right.png
Normal file
|
After Width: | Height: | Size: 771 B |
26
Resources/Textures/Clothing/Neck/Cloaks/ace.rsi/meta.json
Normal file
@@ -0,0 +1,26 @@
|
|||||||
|
{
|
||||||
|
"version": 1,
|
||||||
|
"license": "CC-BY-SA-3.0",
|
||||||
|
"copyright": "Made by superfreak9111 on discord for Space Station 14",
|
||||||
|
"size": {
|
||||||
|
"x": 32,
|
||||||
|
"y": 32
|
||||||
|
},
|
||||||
|
"states": [
|
||||||
|
{
|
||||||
|
"name": "icon"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "equipped-NECK",
|
||||||
|
"directions": 4
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "inhand-left",
|
||||||
|
"directions": 4
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "inhand-right",
|
||||||
|
"directions": 4
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
After Width: | Height: | Size: 1.3 KiB |
BIN
Resources/Textures/Clothing/Neck/Cloaks/aro.rsi/icon.png
Normal file
|
After Width: | Height: | Size: 516 B |
BIN
Resources/Textures/Clothing/Neck/Cloaks/aro.rsi/inhand-left.png
Normal file
|
After Width: | Height: | Size: 807 B |
BIN
Resources/Textures/Clothing/Neck/Cloaks/aro.rsi/inhand-right.png
Normal file
|
After Width: | Height: | Size: 819 B |
26
Resources/Textures/Clothing/Neck/Cloaks/aro.rsi/meta.json
Normal file
@@ -0,0 +1,26 @@
|
|||||||
|
{
|
||||||
|
"version": 1,
|
||||||
|
"license": "CC-BY-SA-3.0",
|
||||||
|
"copyright": "Made by superfreak9111 on discord for Space Station 14",
|
||||||
|
"size": {
|
||||||
|
"x": 32,
|
||||||
|
"y": 32
|
||||||
|
},
|
||||||
|
"states": [
|
||||||
|
{
|
||||||
|
"name": "icon"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "equipped-NECK",
|
||||||
|
"directions": 4
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "inhand-left",
|
||||||
|
"directions": 4
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "inhand-right",
|
||||||
|
"directions": 4
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
BIN
Resources/Textures/Clothing/Neck/Cloaks/bi.rsi/equipped-NECK.png
Normal file
|
After Width: | Height: | Size: 1.1 KiB |
BIN
Resources/Textures/Clothing/Neck/Cloaks/bi.rsi/icon.png
Normal file
|
After Width: | Height: | Size: 435 B |
BIN
Resources/Textures/Clothing/Neck/Cloaks/bi.rsi/inhand-left.png
Normal file
|
After Width: | Height: | Size: 771 B |
BIN
Resources/Textures/Clothing/Neck/Cloaks/bi.rsi/inhand-right.png
Normal file
|
After Width: | Height: | Size: 750 B |
26
Resources/Textures/Clothing/Neck/Cloaks/bi.rsi/meta.json
Normal file
@@ -0,0 +1,26 @@
|
|||||||
|
{
|
||||||
|
"version": 1,
|
||||||
|
"license": "CC-BY-SA-3.0",
|
||||||
|
"copyright": "Made by superfreak9111 on discord for Space Station 14",
|
||||||
|
"size": {
|
||||||
|
"x": 32,
|
||||||
|
"y": 32
|
||||||
|
},
|
||||||
|
"states": [
|
||||||
|
{
|
||||||
|
"name": "icon"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "equipped-NECK",
|
||||||
|
"directions": 4
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "inhand-left",
|
||||||
|
"directions": 4
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "inhand-right",
|
||||||
|
"directions": 4
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
After Width: | Height: | Size: 1.2 KiB |
BIN
Resources/Textures/Clothing/Neck/Cloaks/enby.rsi/icon.png
Normal file
|
After Width: | Height: | Size: 480 B |
BIN
Resources/Textures/Clothing/Neck/Cloaks/enby.rsi/inhand-left.png
Normal file
|
After Width: | Height: | Size: 786 B |
|
After Width: | Height: | Size: 768 B |
26
Resources/Textures/Clothing/Neck/Cloaks/enby.rsi/meta.json
Normal file
@@ -0,0 +1,26 @@
|
|||||||
|
{
|
||||||
|
"version": 1,
|
||||||
|
"license": "CC-BY-SA-3.0",
|
||||||
|
"copyright": "Made by superfreak9111 on discord for Space Station 14",
|
||||||
|
"size": {
|
||||||
|
"x": 32,
|
||||||
|
"y": 32
|
||||||
|
},
|
||||||
|
"states": [
|
||||||
|
{
|
||||||
|
"name": "icon"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "equipped-NECK",
|
||||||
|
"directions": 4
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "inhand-left",
|
||||||
|
"directions": 4
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "inhand-right",
|
||||||
|
"directions": 4
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
After Width: | Height: | Size: 1.3 KiB |
BIN
Resources/Textures/Clothing/Neck/Cloaks/gay.rsi/icon.png
Normal file
|
After Width: | Height: | Size: 525 B |
BIN
Resources/Textures/Clothing/Neck/Cloaks/gay.rsi/inhand-left.png
Normal file
|
After Width: | Height: | Size: 819 B |
BIN
Resources/Textures/Clothing/Neck/Cloaks/gay.rsi/inhand-right.png
Normal file
|
After Width: | Height: | Size: 816 B |
26
Resources/Textures/Clothing/Neck/Cloaks/gay.rsi/meta.json
Normal file
@@ -0,0 +1,26 @@
|
|||||||
|
{
|
||||||
|
"version": 1,
|
||||||
|
"license": "CC-BY-SA-3.0",
|
||||||
|
"copyright": "Made by superfreak9111 on discord for Space Station 14",
|
||||||
|
"size": {
|
||||||
|
"x": 32,
|
||||||
|
"y": 32
|
||||||
|
},
|
||||||
|
"states": [
|
||||||
|
{
|
||||||
|
"name": "icon"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "equipped-NECK",
|
||||||
|
"directions": 4
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "inhand-left",
|
||||||
|
"directions": 4
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "inhand-right",
|
||||||
|
"directions": 4
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
After Width: | Height: | Size: 972 B |
BIN
Resources/Textures/Clothing/Neck/Cloaks/intersex.rsi/icon.png
Normal file
|
After Width: | Height: | Size: 342 B |
|
After Width: | Height: | Size: 582 B |
|
After Width: | Height: | Size: 561 B |
@@ -0,0 +1,26 @@
|
|||||||
|
{
|
||||||
|
"version": 1,
|
||||||
|
"license": "CC-BY-SA-3.0",
|
||||||
|
"copyright": "Made by superfreak9111 on discord for Space Station 14",
|
||||||
|
"size": {
|
||||||
|
"x": 32,
|
||||||
|
"y": 32
|
||||||
|
},
|
||||||
|
"states": [
|
||||||
|
{
|
||||||
|
"name": "icon"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "equipped-NECK",
|
||||||
|
"directions": 4
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "inhand-left",
|
||||||
|
"directions": 4
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "inhand-right",
|
||||||
|
"directions": 4
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
After Width: | Height: | Size: 1.3 KiB |
BIN
Resources/Textures/Clothing/Neck/Cloaks/les.rsi/icon.png
Normal file
|
After Width: | Height: | Size: 522 B |
BIN
Resources/Textures/Clothing/Neck/Cloaks/les.rsi/inhand-left.png
Normal file
|
After Width: | Height: | Size: 807 B |
BIN
Resources/Textures/Clothing/Neck/Cloaks/les.rsi/inhand-right.png
Normal file
|
After Width: | Height: | Size: 807 B |
26
Resources/Textures/Clothing/Neck/Cloaks/les.rsi/meta.json
Normal file
@@ -0,0 +1,26 @@
|
|||||||
|
{
|
||||||
|
"version": 1,
|
||||||
|
"license": "CC-BY-SA-3.0",
|
||||||
|
"copyright": "Made by superfreak9111 on discord for Space Station 14",
|
||||||
|
"size": {
|
||||||
|
"x": 32,
|
||||||
|
"y": 32
|
||||||
|
},
|
||||||
|
"states": [
|
||||||
|
{
|
||||||
|
"name": "icon"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "equipped-NECK",
|
||||||
|
"directions": 4
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "inhand-left",
|
||||||
|
"directions": 4
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "inhand-right",
|
||||||
|
"directions": 4
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
After Width: | Height: | Size: 1.1 KiB |
BIN
Resources/Textures/Clothing/Neck/Cloaks/pan.rsi/icon.png
Normal file
|
After Width: | Height: | Size: 435 B |
BIN
Resources/Textures/Clothing/Neck/Cloaks/pan.rsi/inhand-left.png
Normal file
|
After Width: | Height: | Size: 735 B |
BIN
Resources/Textures/Clothing/Neck/Cloaks/pan.rsi/inhand-right.png
Normal file
|
After Width: | Height: | Size: 741 B |
26
Resources/Textures/Clothing/Neck/Cloaks/pan.rsi/meta.json
Normal file
@@ -0,0 +1,26 @@
|
|||||||
|
{
|
||||||
|
"version": 1,
|
||||||
|
"license": "CC-BY-SA-3.0",
|
||||||
|
"copyright": "Made by superfreak9111 on discord for Space Station 14",
|
||||||
|
"size": {
|
||||||
|
"x": 32,
|
||||||
|
"y": 32
|
||||||
|
},
|
||||||
|
"states": [
|
||||||
|
{
|
||||||
|
"name": "icon"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "equipped-NECK",
|
||||||
|
"directions": 4
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "inhand-left",
|
||||||
|
"directions": 4
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "inhand-right",
|
||||||
|
"directions": 4
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||