diff --git a/Resources/Prototypes/Entities/Clothing/Neck/cloaks.yml b/Resources/Prototypes/Entities/Clothing/Neck/cloaks.yml index 4e25e420a36..956d05d88e4 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 00000000000..1bf0eeba71e 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 00000000000..b81ad3dddbb 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 00000000000..8e9262ebe50 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 00000000000..0afc28354bb 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 00000000000..b29eb9f3704 --- /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 00000000000..80a27e48f6f 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 00000000000..0426a309456 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 00000000000..4ae5b32ca73 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 00000000000..0b3e4a449b7 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 00000000000..b29eb9f3704 --- /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 00000000000..77e9c2bd4d2 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 00000000000..51353910da5 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 00000000000..5120f12fe08 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 00000000000..45e37590e94 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 00000000000..b29eb9f3704 --- /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 00000000000..6983acd0362 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 00000000000..191de8786a1 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 00000000000..0af2224c981 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 00000000000..f2e559d39e8 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 00000000000..b29eb9f3704 --- /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 00000000000..cf6c7acdac8 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 00000000000..3e864b37be3 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 00000000000..e33174ce168 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 00000000000..093cc7d3544 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 00000000000..b29eb9f3704 --- /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 00000000000..30334415f16 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 00000000000..2c1054e46ac 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 00000000000..87950380b98 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 00000000000..a4e67b62723 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 00000000000..b29eb9f3704 --- /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 00000000000..257de321210 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 00000000000..35185542302 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 00000000000..027e894f866 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 00000000000..1ee297ba14d 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 00000000000..b29eb9f3704 --- /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 00000000000..db81ed15eef 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 00000000000..1bac95d0e43 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 00000000000..f31dc5d0572 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 00000000000..e569cec99f2 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 00000000000..b29eb9f3704 --- /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 + } + ] +}