From: Ubaser <134914314+UbaserB@users.noreply.github.com> Date: Tue, 26 Dec 2023 01:05:59 +0000 (+1100) Subject: Add chaplain stoles (#22955) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=fd3c922a08d8b8c863153b3f9a519a04083551bb;p=space-station-14.git Add chaplain stoles (#22955) add --- diff --git a/Resources/Prototypes/Catalog/VendingMachines/Inventories/chapel.yml b/Resources/Prototypes/Catalog/VendingMachines/Inventories/chapel.yml index b77dbd7d23..33a13dab0a 100644 --- a/Resources/Prototypes/Catalog/VendingMachines/Inventories/chapel.yml +++ b/Resources/Prototypes/Catalog/VendingMachines/Inventories/chapel.yml @@ -5,6 +5,7 @@ ClothingUniformJumpskirtChaplain: 2 ClothingUniformJumpsuitMonasticRobeDark: 1 ClothingUniformJumpsuitMonasticRobeLight: 1 + ClothingNeckStoleChaplain: 1 ClothingOuterHoodieChaplain: 1 ClothingOuterHoodieBlack: 1 ClothingHeadHatHoodNunHood: 1 diff --git a/Resources/Prototypes/Entities/Clothing/Neck/stoles.yml b/Resources/Prototypes/Entities/Clothing/Neck/stoles.yml new file mode 100644 index 0000000000..aab8eb30ca --- /dev/null +++ b/Resources/Prototypes/Entities/Clothing/Neck/stoles.yml @@ -0,0 +1,10 @@ +- type: entity + parent: ClothingNeckBase + id: ClothingNeckStoleChaplain + name: chaplain stole + description: An elegantly designed stole, with a vibrant gold plus on either end. + components: + - type: Sprite + sprite: Clothing/Neck/Stoles/chaplain.rsi + - type: Clothing + sprite: Clothing/Neck/Stoles/chaplain.rsi diff --git a/Resources/Textures/Clothing/Neck/Stoles/chaplain.rsi/equipped-NECK.png b/Resources/Textures/Clothing/Neck/Stoles/chaplain.rsi/equipped-NECK.png new file mode 100644 index 0000000000..bd535b49ad Binary files /dev/null and b/Resources/Textures/Clothing/Neck/Stoles/chaplain.rsi/equipped-NECK.png differ diff --git a/Resources/Textures/Clothing/Neck/Stoles/chaplain.rsi/icon.png b/Resources/Textures/Clothing/Neck/Stoles/chaplain.rsi/icon.png new file mode 100644 index 0000000000..c71dcac189 Binary files /dev/null and b/Resources/Textures/Clothing/Neck/Stoles/chaplain.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/Neck/Stoles/chaplain.rsi/inhand-left.png b/Resources/Textures/Clothing/Neck/Stoles/chaplain.rsi/inhand-left.png new file mode 100644 index 0000000000..f29a2f1fd7 Binary files /dev/null and b/Resources/Textures/Clothing/Neck/Stoles/chaplain.rsi/inhand-left.png differ diff --git a/Resources/Textures/Clothing/Neck/Stoles/chaplain.rsi/inhand-right.png b/Resources/Textures/Clothing/Neck/Stoles/chaplain.rsi/inhand-right.png new file mode 100644 index 0000000000..12642de185 Binary files /dev/null and b/Resources/Textures/Clothing/Neck/Stoles/chaplain.rsi/inhand-right.png differ diff --git a/Resources/Textures/Clothing/Neck/Stoles/chaplain.rsi/meta.json b/Resources/Textures/Clothing/Neck/Stoles/chaplain.rsi/meta.json new file mode 100644 index 0000000000..829962f119 --- /dev/null +++ b/Resources/Textures/Clothing/Neck/Stoles/chaplain.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Drawn by Ubaser.", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "equipped-NECK", + "directions": 4 + }, + { + "name": "icon" + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +}