From 10fe11939dfd7707ad687d6c4093e9896e2571d3 Mon Sep 17 00:00:00 2001 From: FoxxoTrystan Date: Sat, 6 Jul 2024 18:59:31 +0200 Subject: [PATCH] ItemBase --- .../Floof/Entities/Clothing/Uniforms/misc.yml | 14 ++++++++++++++ .../Clothing/Uniforms/permit-nude.rsi/icon.png | Bin 0 -> 198 bytes .../Clothing/Uniforms/permit-nude.rsi/meta.json | 14 ++++++++++++++ 3 files changed, 28 insertions(+) create mode 100644 Resources/Prototypes/Floof/Entities/Clothing/Uniforms/misc.yml create mode 100644 Resources/Textures/Floof/Clothing/Uniforms/permit-nude.rsi/icon.png create mode 100644 Resources/Textures/Floof/Clothing/Uniforms/permit-nude.rsi/meta.json diff --git a/Resources/Prototypes/Floof/Entities/Clothing/Uniforms/misc.yml b/Resources/Prototypes/Floof/Entities/Clothing/Uniforms/misc.yml new file mode 100644 index 00000000000..91b1f9321dd --- /dev/null +++ b/Resources/Prototypes/Floof/Entities/Clothing/Uniforms/misc.yml @@ -0,0 +1,14 @@ +- type: entity + parent: ClothingUniformBase + id: ClothingUniformNudePermit + name: public nudity permit + description: This permit entitles the bearer to conduct their duties without a uniform. Normally issued to furred crewmembers or those with nothing to hide. + components: + - type: Item + size: Small + - type: Sprite + sprite: Floof/Clothing/Uniforms/permit-nude.rsi + - type: Clothing + sprite: Floof/Clothing/Uniforms/permit-nude.rsi + equipDelay: 0 + unequipDelay: 0 diff --git a/Resources/Textures/Floof/Clothing/Uniforms/permit-nude.rsi/icon.png b/Resources/Textures/Floof/Clothing/Uniforms/permit-nude.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..728c50b647d8c48df86eb2891bc919813d79dc23 GIT binary patch literal 198 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnF3?v&v(vJfvxd5LKS0JrnmTXP_;|(b1)aZ?^+gFqQ=Q1v5B2yO9Rugn7C+hG4@fk8`P8XGfXK;x%Rn?4n#F!G4X%F0U0O6JPuT7;gNW0`yF p%*>gWmpu$RD8OEJ&}22WQ%mvv4FO#qDJH^cw{ literal 0 HcmV?d00001 diff --git a/Resources/Textures/Floof/Clothing/Uniforms/permit-nude.rsi/meta.json b/Resources/Textures/Floof/Clothing/Uniforms/permit-nude.rsi/meta.json new file mode 100644 index 00000000000..29892515189 --- /dev/null +++ b/Resources/Textures/Floof/Clothing/Uniforms/permit-nude.rsi/meta.json @@ -0,0 +1,14 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from https://github.com/VOREStation/VOREStation", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + } + ] +}