From: TherapyGoth <148295971+TherapyGoth@users.noreply.github.com> Date: Sat, 6 Jan 2024 06:15:06 +0000 (-0600) Subject: Added more pride cloaks and made them craftable at the uniform printer (#21077) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=c94189d78b22bc0aaf337b97e9451c79991eaf68;p=space-station-14.git 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 --- diff --git a/Resources/Prototypes/Entities/Clothing/Neck/cloaks.yml b/Resources/Prototypes/Entities/Clothing/Neck/cloaks.yml index 6d6e2fb8a8..48bd039fe4 100644 --- a/Resources/Prototypes/Entities/Clothing/Neck/cloaks.yml +++ b/Resources/Prototypes/Entities/Clothing/Neck/cloaks.yml @@ -187,4 +187,77 @@ - type: Sprite sprite: Clothing/Neck/Cloaks/void.rsi - type: TypingIndicatorClothing - proto: alien \ No newline at end of file + 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 + diff --git a/Resources/Textures/Clothing/Neck/Cloaks/ace.rsi/equipped-NECK.png b/Resources/Textures/Clothing/Neck/Cloaks/ace.rsi/equipped-NECK.png new file mode 100644 index 0000000000..1bf0eeba71 Binary files /dev/null and b/Resources/Textures/Clothing/Neck/Cloaks/ace.rsi/equipped-NECK.png differ diff --git a/Resources/Textures/Clothing/Neck/Cloaks/ace.rsi/icon.png b/Resources/Textures/Clothing/Neck/Cloaks/ace.rsi/icon.png new file mode 100644 index 0000000000..b81ad3dddb Binary files /dev/null and b/Resources/Textures/Clothing/Neck/Cloaks/ace.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/Neck/Cloaks/ace.rsi/inhand-left.png b/Resources/Textures/Clothing/Neck/Cloaks/ace.rsi/inhand-left.png new file mode 100644 index 0000000000..8e9262ebe5 Binary files /dev/null and b/Resources/Textures/Clothing/Neck/Cloaks/ace.rsi/inhand-left.png differ diff --git a/Resources/Textures/Clothing/Neck/Cloaks/ace.rsi/inhand-right.png b/Resources/Textures/Clothing/Neck/Cloaks/ace.rsi/inhand-right.png new file mode 100644 index 0000000000..0afc28354b Binary files /dev/null and b/Resources/Textures/Clothing/Neck/Cloaks/ace.rsi/inhand-right.png differ diff --git a/Resources/Textures/Clothing/Neck/Cloaks/ace.rsi/meta.json b/Resources/Textures/Clothing/Neck/Cloaks/ace.rsi/meta.json new file mode 100644 index 0000000000..b29eb9f370 --- /dev/null +++ b/Resources/Textures/Clothing/Neck/Cloaks/ace.rsi/meta.json @@ -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 + } + ] +} diff --git a/Resources/Textures/Clothing/Neck/Cloaks/aro.rsi/equipped-NECK.png b/Resources/Textures/Clothing/Neck/Cloaks/aro.rsi/equipped-NECK.png new file mode 100644 index 0000000000..80a27e48f6 Binary files /dev/null and b/Resources/Textures/Clothing/Neck/Cloaks/aro.rsi/equipped-NECK.png differ diff --git a/Resources/Textures/Clothing/Neck/Cloaks/aro.rsi/icon.png b/Resources/Textures/Clothing/Neck/Cloaks/aro.rsi/icon.png new file mode 100644 index 0000000000..0426a30945 Binary files /dev/null and b/Resources/Textures/Clothing/Neck/Cloaks/aro.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/Neck/Cloaks/aro.rsi/inhand-left.png b/Resources/Textures/Clothing/Neck/Cloaks/aro.rsi/inhand-left.png new file mode 100644 index 0000000000..4ae5b32ca7 Binary files /dev/null and b/Resources/Textures/Clothing/Neck/Cloaks/aro.rsi/inhand-left.png differ diff --git a/Resources/Textures/Clothing/Neck/Cloaks/aro.rsi/inhand-right.png b/Resources/Textures/Clothing/Neck/Cloaks/aro.rsi/inhand-right.png new file mode 100644 index 0000000000..0b3e4a449b Binary files /dev/null and b/Resources/Textures/Clothing/Neck/Cloaks/aro.rsi/inhand-right.png differ diff --git a/Resources/Textures/Clothing/Neck/Cloaks/aro.rsi/meta.json b/Resources/Textures/Clothing/Neck/Cloaks/aro.rsi/meta.json new file mode 100644 index 0000000000..b29eb9f370 --- /dev/null +++ b/Resources/Textures/Clothing/Neck/Cloaks/aro.rsi/meta.json @@ -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 + } + ] +} diff --git a/Resources/Textures/Clothing/Neck/Cloaks/bi.rsi/equipped-NECK.png b/Resources/Textures/Clothing/Neck/Cloaks/bi.rsi/equipped-NECK.png new file mode 100644 index 0000000000..77e9c2bd4d Binary files /dev/null and b/Resources/Textures/Clothing/Neck/Cloaks/bi.rsi/equipped-NECK.png differ diff --git a/Resources/Textures/Clothing/Neck/Cloaks/bi.rsi/icon.png b/Resources/Textures/Clothing/Neck/Cloaks/bi.rsi/icon.png new file mode 100644 index 0000000000..51353910da Binary files /dev/null and b/Resources/Textures/Clothing/Neck/Cloaks/bi.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/Neck/Cloaks/bi.rsi/inhand-left.png b/Resources/Textures/Clothing/Neck/Cloaks/bi.rsi/inhand-left.png new file mode 100644 index 0000000000..5120f12fe0 Binary files /dev/null and b/Resources/Textures/Clothing/Neck/Cloaks/bi.rsi/inhand-left.png differ diff --git a/Resources/Textures/Clothing/Neck/Cloaks/bi.rsi/inhand-right.png b/Resources/Textures/Clothing/Neck/Cloaks/bi.rsi/inhand-right.png new file mode 100644 index 0000000000..45e37590e9 Binary files /dev/null and b/Resources/Textures/Clothing/Neck/Cloaks/bi.rsi/inhand-right.png differ diff --git a/Resources/Textures/Clothing/Neck/Cloaks/bi.rsi/meta.json b/Resources/Textures/Clothing/Neck/Cloaks/bi.rsi/meta.json new file mode 100644 index 0000000000..b29eb9f370 --- /dev/null +++ b/Resources/Textures/Clothing/Neck/Cloaks/bi.rsi/meta.json @@ -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 + } + ] +} diff --git a/Resources/Textures/Clothing/Neck/Cloaks/enby.rsi/equipped-NECK.png b/Resources/Textures/Clothing/Neck/Cloaks/enby.rsi/equipped-NECK.png new file mode 100644 index 0000000000..6983acd036 Binary files /dev/null and b/Resources/Textures/Clothing/Neck/Cloaks/enby.rsi/equipped-NECK.png differ diff --git a/Resources/Textures/Clothing/Neck/Cloaks/enby.rsi/icon.png b/Resources/Textures/Clothing/Neck/Cloaks/enby.rsi/icon.png new file mode 100644 index 0000000000..191de8786a Binary files /dev/null and b/Resources/Textures/Clothing/Neck/Cloaks/enby.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/Neck/Cloaks/enby.rsi/inhand-left.png b/Resources/Textures/Clothing/Neck/Cloaks/enby.rsi/inhand-left.png new file mode 100644 index 0000000000..0af2224c98 Binary files /dev/null and b/Resources/Textures/Clothing/Neck/Cloaks/enby.rsi/inhand-left.png differ diff --git a/Resources/Textures/Clothing/Neck/Cloaks/enby.rsi/inhand-right.png b/Resources/Textures/Clothing/Neck/Cloaks/enby.rsi/inhand-right.png new file mode 100644 index 0000000000..f2e559d39e Binary files /dev/null and b/Resources/Textures/Clothing/Neck/Cloaks/enby.rsi/inhand-right.png differ diff --git a/Resources/Textures/Clothing/Neck/Cloaks/enby.rsi/meta.json b/Resources/Textures/Clothing/Neck/Cloaks/enby.rsi/meta.json new file mode 100644 index 0000000000..b29eb9f370 --- /dev/null +++ b/Resources/Textures/Clothing/Neck/Cloaks/enby.rsi/meta.json @@ -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 + } + ] +} diff --git a/Resources/Textures/Clothing/Neck/Cloaks/gay.rsi/equipped-NECK.png b/Resources/Textures/Clothing/Neck/Cloaks/gay.rsi/equipped-NECK.png new file mode 100644 index 0000000000..cf6c7acdac Binary files /dev/null and b/Resources/Textures/Clothing/Neck/Cloaks/gay.rsi/equipped-NECK.png differ diff --git a/Resources/Textures/Clothing/Neck/Cloaks/gay.rsi/icon.png b/Resources/Textures/Clothing/Neck/Cloaks/gay.rsi/icon.png new file mode 100644 index 0000000000..3e864b37be Binary files /dev/null and b/Resources/Textures/Clothing/Neck/Cloaks/gay.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/Neck/Cloaks/gay.rsi/inhand-left.png b/Resources/Textures/Clothing/Neck/Cloaks/gay.rsi/inhand-left.png new file mode 100644 index 0000000000..e33174ce16 Binary files /dev/null and b/Resources/Textures/Clothing/Neck/Cloaks/gay.rsi/inhand-left.png differ diff --git a/Resources/Textures/Clothing/Neck/Cloaks/gay.rsi/inhand-right.png b/Resources/Textures/Clothing/Neck/Cloaks/gay.rsi/inhand-right.png new file mode 100644 index 0000000000..093cc7d354 Binary files /dev/null and b/Resources/Textures/Clothing/Neck/Cloaks/gay.rsi/inhand-right.png differ diff --git a/Resources/Textures/Clothing/Neck/Cloaks/gay.rsi/meta.json b/Resources/Textures/Clothing/Neck/Cloaks/gay.rsi/meta.json new file mode 100644 index 0000000000..b29eb9f370 --- /dev/null +++ b/Resources/Textures/Clothing/Neck/Cloaks/gay.rsi/meta.json @@ -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 + } + ] +} diff --git a/Resources/Textures/Clothing/Neck/Cloaks/intersex.rsi/equipped-NECK.png b/Resources/Textures/Clothing/Neck/Cloaks/intersex.rsi/equipped-NECK.png new file mode 100644 index 0000000000..30334415f1 Binary files /dev/null and b/Resources/Textures/Clothing/Neck/Cloaks/intersex.rsi/equipped-NECK.png differ diff --git a/Resources/Textures/Clothing/Neck/Cloaks/intersex.rsi/icon.png b/Resources/Textures/Clothing/Neck/Cloaks/intersex.rsi/icon.png new file mode 100644 index 0000000000..2c1054e46a Binary files /dev/null and b/Resources/Textures/Clothing/Neck/Cloaks/intersex.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/Neck/Cloaks/intersex.rsi/inhand-left.png b/Resources/Textures/Clothing/Neck/Cloaks/intersex.rsi/inhand-left.png new file mode 100644 index 0000000000..87950380b9 Binary files /dev/null and b/Resources/Textures/Clothing/Neck/Cloaks/intersex.rsi/inhand-left.png differ diff --git a/Resources/Textures/Clothing/Neck/Cloaks/intersex.rsi/inhand-right.png b/Resources/Textures/Clothing/Neck/Cloaks/intersex.rsi/inhand-right.png new file mode 100644 index 0000000000..a4e67b6272 Binary files /dev/null and b/Resources/Textures/Clothing/Neck/Cloaks/intersex.rsi/inhand-right.png differ diff --git a/Resources/Textures/Clothing/Neck/Cloaks/intersex.rsi/meta.json b/Resources/Textures/Clothing/Neck/Cloaks/intersex.rsi/meta.json new file mode 100644 index 0000000000..b29eb9f370 --- /dev/null +++ b/Resources/Textures/Clothing/Neck/Cloaks/intersex.rsi/meta.json @@ -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 + } + ] +} diff --git a/Resources/Textures/Clothing/Neck/Cloaks/les.rsi/equipped-NECK.png b/Resources/Textures/Clothing/Neck/Cloaks/les.rsi/equipped-NECK.png new file mode 100644 index 0000000000..257de32121 Binary files /dev/null and b/Resources/Textures/Clothing/Neck/Cloaks/les.rsi/equipped-NECK.png differ diff --git a/Resources/Textures/Clothing/Neck/Cloaks/les.rsi/icon.png b/Resources/Textures/Clothing/Neck/Cloaks/les.rsi/icon.png new file mode 100644 index 0000000000..3518554230 Binary files /dev/null and b/Resources/Textures/Clothing/Neck/Cloaks/les.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/Neck/Cloaks/les.rsi/inhand-left.png b/Resources/Textures/Clothing/Neck/Cloaks/les.rsi/inhand-left.png new file mode 100644 index 0000000000..027e894f86 Binary files /dev/null and b/Resources/Textures/Clothing/Neck/Cloaks/les.rsi/inhand-left.png differ diff --git a/Resources/Textures/Clothing/Neck/Cloaks/les.rsi/inhand-right.png b/Resources/Textures/Clothing/Neck/Cloaks/les.rsi/inhand-right.png new file mode 100644 index 0000000000..1ee297ba14 Binary files /dev/null and b/Resources/Textures/Clothing/Neck/Cloaks/les.rsi/inhand-right.png differ diff --git a/Resources/Textures/Clothing/Neck/Cloaks/les.rsi/meta.json b/Resources/Textures/Clothing/Neck/Cloaks/les.rsi/meta.json new file mode 100644 index 0000000000..b29eb9f370 --- /dev/null +++ b/Resources/Textures/Clothing/Neck/Cloaks/les.rsi/meta.json @@ -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 + } + ] +} diff --git a/Resources/Textures/Clothing/Neck/Cloaks/pan.rsi/equipped-NECK.png b/Resources/Textures/Clothing/Neck/Cloaks/pan.rsi/equipped-NECK.png new file mode 100644 index 0000000000..db81ed15ee Binary files /dev/null and b/Resources/Textures/Clothing/Neck/Cloaks/pan.rsi/equipped-NECK.png differ diff --git a/Resources/Textures/Clothing/Neck/Cloaks/pan.rsi/icon.png b/Resources/Textures/Clothing/Neck/Cloaks/pan.rsi/icon.png new file mode 100644 index 0000000000..1bac95d0e4 Binary files /dev/null and b/Resources/Textures/Clothing/Neck/Cloaks/pan.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/Neck/Cloaks/pan.rsi/inhand-left.png b/Resources/Textures/Clothing/Neck/Cloaks/pan.rsi/inhand-left.png new file mode 100644 index 0000000000..f31dc5d057 Binary files /dev/null and b/Resources/Textures/Clothing/Neck/Cloaks/pan.rsi/inhand-left.png differ diff --git a/Resources/Textures/Clothing/Neck/Cloaks/pan.rsi/inhand-right.png b/Resources/Textures/Clothing/Neck/Cloaks/pan.rsi/inhand-right.png new file mode 100644 index 0000000000..e569cec99f Binary files /dev/null and b/Resources/Textures/Clothing/Neck/Cloaks/pan.rsi/inhand-right.png differ diff --git a/Resources/Textures/Clothing/Neck/Cloaks/pan.rsi/meta.json b/Resources/Textures/Clothing/Neck/Cloaks/pan.rsi/meta.json new file mode 100644 index 0000000000..b29eb9f370 --- /dev/null +++ b/Resources/Textures/Clothing/Neck/Cloaks/pan.rsi/meta.json @@ -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 + } + ] +}