diff --git a/Resources/Prototypes/Catalog/VendingMachines/Inventories/clothesmate.yml b/Resources/Prototypes/Catalog/VendingMachines/Inventories/clothesmate.yml index 2c4c27137f0..aadb05df8e7 100644 --- a/Resources/Prototypes/Catalog/VendingMachines/Inventories/clothesmate.yml +++ b/Resources/Prototypes/Catalog/VendingMachines/Inventories/clothesmate.yml @@ -111,6 +111,7 @@ ClothingHandsGlovesColorOrange: 2 ClothingHandsGlovesColorPurple: 2 ClothingEyesGlassesCheapSunglasses: 3 + ClothingUniformLoinCloth: 5 # FloofStation contrabandInventory: ClothingMaskNeckGaiter: 2 ClothingUniformJumpsuitTacticool: 1 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..e5c76890ba5 --- /dev/null +++ b/Resources/Prototypes/Floof/Entities/Clothing/Uniforms/misc.yml @@ -0,0 +1,14 @@ +- type: entity + parent: ClothingUniformBase + id: ClothingUniformLoinCloth + name: loin cloth + description: A piece of cloth wrapped around the waist. + components: + - type: Item + size: Small + - type: Sprite + sprite: Floof/Clothing/Uniforms/loincloth.rsi + - type: Clothing + sprite: Floof/Clothing/Uniforms/loincloth.rsi + equipDelay: 0 + unequipDelay: 0 diff --git a/Resources/Prototypes/Floof/Loadouts/uniform.yml b/Resources/Prototypes/Floof/Loadouts/uniform.yml new file mode 100644 index 00000000000..35c197603f9 --- /dev/null +++ b/Resources/Prototypes/Floof/Loadouts/uniform.yml @@ -0,0 +1,7 @@ +- type: loadout + id: LoadoutUniformLoinCloth + category: Uniform + cost: 2 + exclusive: true + items: + - ClothingUniformLoinCloth diff --git a/Resources/Textures/Floof/Clothing/Uniforms/loincloth.rsi/icon.png b/Resources/Textures/Floof/Clothing/Uniforms/loincloth.rsi/icon.png new file mode 100644 index 00000000000..6f4518ffb94 Binary files /dev/null and b/Resources/Textures/Floof/Clothing/Uniforms/loincloth.rsi/icon.png differ diff --git a/Resources/Textures/Floof/Clothing/Uniforms/loincloth.rsi/meta.json b/Resources/Textures/Floof/Clothing/Uniforms/loincloth.rsi/meta.json new file mode 100644 index 00000000000..29892515189 --- /dev/null +++ b/Resources/Textures/Floof/Clothing/Uniforms/loincloth.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" + } + ] +}