diff --git a/Resources/Prototypes/Catalog/VendingMachines/Inventories/chapel.yml b/Resources/Prototypes/Catalog/VendingMachines/Inventories/chapel.yml index 99902ec506..ed22e08d47 100644 --- a/Resources/Prototypes/Catalog/VendingMachines/Inventories/chapel.yml +++ b/Resources/Prototypes/Catalog/VendingMachines/Inventories/chapel.yml @@ -9,6 +9,7 @@ ClothingOuterHoodieBlack: 1 ClothingHeadHatHoodChaplainHood: 1 ClothingHeadHatHoodNunHood: 1 + ClothingOuterNunRobe: 1 ClothingHeadHatFez: 1 ClothingHeadHatPlaguedoctor: 1 ClothingHeadHatWitch: 1 diff --git a/Resources/Prototypes/Catalog/VendingMachines/Inventories/medidrobe.yml b/Resources/Prototypes/Catalog/VendingMachines/Inventories/medidrobe.yml index 001ee08276..4467664e14 100644 --- a/Resources/Prototypes/Catalog/VendingMachines/Inventories/medidrobe.yml +++ b/Resources/Prototypes/Catalog/VendingMachines/Inventories/medidrobe.yml @@ -8,6 +8,7 @@ ClothingBackpackSatchelMedical: 4 ClothingUniformJumpsuitParamedic: 4 ClothingUniformJumpskirtParamedic: 4 + ClothingHeadNurseHat: 4 ClothingOuterCoatLab: 4 ClothingShoesColorWhite: 4 ClothingHandsGlovesLatex: 4 @@ -16,3 +17,4 @@ ClothingOuterWinterPara: 2 ClothingHeadHelmetVoidParamed: 1 ClothingOuterHardsuitVoidParamed: 1 + diff --git a/Resources/Prototypes/Entities/Clothing/Head/hats.yml b/Resources/Prototypes/Entities/Clothing/Head/hats.yml index 852a547455..bc16137775 100644 --- a/Resources/Prototypes/Entities/Clothing/Head/hats.yml +++ b/Resources/Prototypes/Entities/Clothing/Head/hats.yml @@ -445,3 +445,14 @@ sprite: Clothing/Head/Hats/fishcap.rsi - type: Clothing sprite: Clothing/Head/Hats/fishcap.rsi + +- type: entity + parent: ClothingHeadBase + id: ClothingHeadNurseHat + name: nurse hat + description: Somehow I feel I'm not supposed to leave this place. + components: + - type: Sprite + sprite: Clothing/Head/Hats/nursehat.rsi + - type: Clothing + sprite: Clothing/Head/Hats/nursehat.rsi diff --git a/Resources/Prototypes/Entities/Clothing/OuterClothing/misc.yml b/Resources/Prototypes/Entities/Clothing/OuterClothing/misc.yml index 9e92df7da7..6ff60e79a5 100644 --- a/Resources/Prototypes/Entities/Clothing/OuterClothing/misc.yml +++ b/Resources/Prototypes/Entities/Clothing/OuterClothing/misc.yml @@ -209,3 +209,14 @@ sprite: Clothing/OuterClothing/Misc/plaguedoctorsuit.rsi - type: Clothing sprite: Clothing/OuterClothing/Misc/plaguedoctorsuit.rsi + +- type: entity + parent: ClothingOuterBase + id: ClothingOuterNunRobe + name: nun robe + description: Maximum piety in this star system. + components: + - type: Sprite + sprite: Clothing/OuterClothing/Misc/nunrobe.rsi + - type: Clothing + sprite: Clothing/OuterClothing/Misc/nunrobe.rsi diff --git a/Resources/Textures/Clothing/Head/Hats/nursehat.rsi/equipped-HELMET.png b/Resources/Textures/Clothing/Head/Hats/nursehat.rsi/equipped-HELMET.png new file mode 100644 index 0000000000..3d45343aea Binary files /dev/null and b/Resources/Textures/Clothing/Head/Hats/nursehat.rsi/equipped-HELMET.png differ diff --git a/Resources/Textures/Clothing/Head/Hats/nursehat.rsi/icon.png b/Resources/Textures/Clothing/Head/Hats/nursehat.rsi/icon.png new file mode 100644 index 0000000000..b9bc475b17 Binary files /dev/null and b/Resources/Textures/Clothing/Head/Hats/nursehat.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/Head/Hats/nursehat.rsi/inhand-left.png b/Resources/Textures/Clothing/Head/Hats/nursehat.rsi/inhand-left.png new file mode 100644 index 0000000000..786aac3267 Binary files /dev/null and b/Resources/Textures/Clothing/Head/Hats/nursehat.rsi/inhand-left.png differ diff --git a/Resources/Textures/Clothing/Head/Hats/nursehat.rsi/inhand-right.png b/Resources/Textures/Clothing/Head/Hats/nursehat.rsi/inhand-right.png new file mode 100644 index 0000000000..6c676fdd56 Binary files /dev/null and b/Resources/Textures/Clothing/Head/Hats/nursehat.rsi/inhand-right.png differ diff --git a/Resources/Textures/Clothing/Head/Hats/nursehat.rsi/meta.json b/Resources/Textures/Clothing/Head/Hats/nursehat.rsi/meta.json new file mode 100644 index 0000000000..4a7c120f3a --- /dev/null +++ b/Resources/Textures/Clothing/Head/Hats/nursehat.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from TGstation github https://github.com/tgstation/tgstation/commit/988f795be2dee02a8252d3e584fbb94d43d4a965", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-HELMET", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} \ No newline at end of file diff --git a/Resources/Textures/Clothing/OuterClothing/Misc/nunrobe.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/Clothing/OuterClothing/Misc/nunrobe.rsi/equipped-OUTERCLOTHING.png new file mode 100644 index 0000000000..dfbf5b037d Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/Misc/nunrobe.rsi/equipped-OUTERCLOTHING.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/Misc/nunrobe.rsi/icon.png b/Resources/Textures/Clothing/OuterClothing/Misc/nunrobe.rsi/icon.png new file mode 100644 index 0000000000..07fad714db Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/Misc/nunrobe.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/Misc/nunrobe.rsi/inhand-left.png b/Resources/Textures/Clothing/OuterClothing/Misc/nunrobe.rsi/inhand-left.png new file mode 100644 index 0000000000..0e94f22828 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/Misc/nunrobe.rsi/inhand-left.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/Misc/nunrobe.rsi/inhand-right.png b/Resources/Textures/Clothing/OuterClothing/Misc/nunrobe.rsi/inhand-right.png new file mode 100644 index 0000000000..e259a12072 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/Misc/nunrobe.rsi/inhand-right.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/Misc/nunrobe.rsi/meta.json b/Resources/Textures/Clothing/OuterClothing/Misc/nunrobe.rsi/meta.json new file mode 100644 index 0000000000..217a3f9511 --- /dev/null +++ b/Resources/Textures/Clothing/OuterClothing/Misc/nunrobe.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from TGstation github https://github.com/tgstation/tgstation/commit/a20589c401fc9b0f23c1dea08c56d4a1697adcd6", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-OUTERCLOTHING", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} \ No newline at end of file