Skip to content

Commit

Permalink
Merge pull request #10 from FoxxoTrystan/Nudity-Permit
Browse files Browse the repository at this point in the history
Loin Cloth
  • Loading branch information
FoxxoTrystan committed Jul 13, 2024
2 parents 92368a6 + 28b1b81 commit cb45132
Show file tree
Hide file tree
Showing 5 changed files with 36 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@
ClothingHandsGlovesColorOrange: 2
ClothingHandsGlovesColorPurple: 2
ClothingEyesGlassesCheapSunglasses: 3
ClothingUniformLoinCloth: 5 # FloofStation
contrabandInventory:
ClothingMaskNeckGaiter: 2
ClothingUniformJumpsuitTacticool: 1
Expand Down
14 changes: 14 additions & 0 deletions Resources/Prototypes/Floof/Entities/Clothing/Uniforms/misc.yml
Original file line number Diff line number Diff line change
@@ -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
7 changes: 7 additions & 0 deletions Resources/Prototypes/Floof/Loadouts/uniform.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
- type: loadout
id: LoadoutUniformLoinCloth
category: Uniform
cost: 2
exclusive: true
items:
- ClothingUniformLoinCloth
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 14 additions & 0 deletions Resources/Textures/Floof/Clothing/Uniforms/loincloth.rsi/meta.json
Original file line number Diff line number Diff line change
@@ -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"
}
]
}

0 comments on commit cb45132

Please sign in to comment.