diff --git a/Content.Client/Clothing/ClientClothingSystem.cs b/Content.Client/Clothing/ClientClothingSystem.cs index aafb8f5689d..1d970e1e9fd 100644 --- a/Content.Client/Clothing/ClientClothingSystem.cs +++ b/Content.Client/Clothing/ClientClothingSystem.cs @@ -47,6 +47,9 @@ public sealed class ClientClothingSystem : ClothingSystem {"pocket1", "POCKET1"}, {"pocket2", "POCKET2"}, {"suitstorage", "SUITSTORAGE"}, + {"underpants", "UNDERPANTS"}, //backmen:underclothing + {"undershirt", "UNDERSHIRT"}, //backmen:underclothing + {"socks", "SOCKS"}, //backmen:underclothing }; [Dependency] private readonly IResourceCache _cache = default!; diff --git a/Content.Shared/Inventory/SlotFlags.cs b/Content.Shared/Inventory/SlotFlags.cs index 90971d1670b..805fde8eb49 100644 --- a/Content.Shared/Inventory/SlotFlags.cs +++ b/Content.Shared/Inventory/SlotFlags.cs @@ -26,6 +26,9 @@ public enum SlotFlags LEGS = 1 << 13, FEET = 1 << 14, SUITSTORAGE = 1 << 15, + UNDERPANTS = 1 << 16, //backmen:underclothing + UNDERSHIRT = 1 << 17, //backmen:underclothing + SOCKS = 1 << 18, //backmen:underclothing All = ~NONE, WITHOUT_POCKET = All & ~POCKET diff --git a/Resources/Prototypes/Entities/Mobs/Species/base.yml b/Resources/Prototypes/Entities/Mobs/Species/base.yml index 5bb984e7765..37eeb362dab 100644 --- a/Resources/Prototypes/Entities/Mobs/Species/base.yml +++ b/Resources/Prototypes/Entities/Mobs/Species/base.yml @@ -19,19 +19,13 @@ - map: [ "enum.HumanoidVisualLayers.LArm" ] - map: [ "enum.HumanoidVisualLayers.RLeg" ] - map: [ "enum.HumanoidVisualLayers.LLeg" ] - - shader: StencilClear - sprite: Mobs/Species/Human/parts.rsi #PJB on stencil clear being on the left leg: "...this is 'fine'" -https://github.com/space-wizards/space-station-14/pull/12217#issuecomment-1291677115 - # its fine, but its still very stupid that it has to be done like this instead of allowing sprites to just directly insert a stencil clear. - # sprite refactor when - state: l_leg - - shader: StencilMask - map: ["enum.HumanoidVisualLayers.StencilMask"] - sprite: Mobs/Customization/masking_helpers.rsi - state: unisex_full - visible: false - - map: ["jumpsuit"] +# - map: ["jumpsuit"] - map: ["enum.HumanoidVisualLayers.LFoot"] - map: ["enum.HumanoidVisualLayers.RFoot"] + - map: ["socks"] #backmen:underclothing + - map: ["underpants"] #backmen:underclothing + - map: ["undershirt"] #backmen:underclothing + - map: ["jumpsuit"] - map: ["enum.HumanoidVisualLayers.LHand"] - map: ["enum.HumanoidVisualLayers.RHand"] - map: [ "gloves" ] diff --git a/Resources/Prototypes/InventoryTemplates/arachnid_inventory_template.yml b/Resources/Prototypes/InventoryTemplates/arachnid_inventory_template.yml index e3ac371ebde..1dab482b7b6 100644 --- a/Resources/Prototypes/InventoryTemplates/arachnid_inventory_template.yml +++ b/Resources/Prototypes/InventoryTemplates/arachnid_inventory_template.yml @@ -15,6 +15,29 @@ uiWindowPos: 0,1 strippingWindowPos: 0,2 displayName: Jumpsuit + #backmen:underclothing-start + - name: undershirt + slotTexture: undershirt + slotFlags: UNDERSHIRT + stripTime: 8 + uiWindowPos: 4,1 + strippingWindowPos: 3,1 + displayName: Undershirt + - name: underpants + slotTexture: underpants + slotFlags: UNDERPANTS + stripTime: 12 + uiWindowPos: 4,0 + strippingWindowPos: 3,2 + displayName: Underpants + - name: socks + slotTexture: socks + slotFlags: SOCKS + stripTime: 8 + uiWindowPos: 4,2 + strippingWindowPos: 3,3 + displayName: Socks + #backmen:underclothing-end - name: gloves slotTexture: gloves slotFlags: GLOVES diff --git a/Resources/Prototypes/InventoryTemplates/corpse_inventory_template.yml b/Resources/Prototypes/InventoryTemplates/corpse_inventory_template.yml index 878ccb3d6ba..22d9105efa0 100644 --- a/Resources/Prototypes/InventoryTemplates/corpse_inventory_template.yml +++ b/Resources/Prototypes/InventoryTemplates/corpse_inventory_template.yml @@ -22,6 +22,29 @@ uiWindowPos: 1,1 strippingWindowPos: 1,2 displayName: Suit + #backmen:underclothing-start + - name: undershirt + slotTexture: undershirt + slotFlags: UNDERSHIRT + stripTime: 8 + uiWindowPos: 4,1 + strippingWindowPos: 3,1 + displayName: Undershirt + - name: underpants + slotTexture: underpants + slotFlags: UNDERPANTS + stripTime: 12 + uiWindowPos: 4,0 + strippingWindowPos: 3,2 + displayName: Underpants + - name: socks + slotTexture: socks + slotFlags: SOCKS + stripTime: 8 + uiWindowPos: 4,2 + strippingWindowPos: 3,3 + displayName: Socks + #backmen:underclothing-end - name: gloves slotTexture: gloves slotFlags: GLOVES diff --git a/Resources/Prototypes/InventoryTemplates/diona_inventory_template.yml b/Resources/Prototypes/InventoryTemplates/diona_inventory_template.yml index 619aefddc34..e07e33427f4 100644 --- a/Resources/Prototypes/InventoryTemplates/diona_inventory_template.yml +++ b/Resources/Prototypes/InventoryTemplates/diona_inventory_template.yml @@ -16,6 +16,29 @@ uiWindowPos: 1,1 strippingWindowPos: 1,2 displayName: Suit + #backmen:underclothing-start + - name: undershirt + slotTexture: undershirt + slotFlags: UNDERSHIRT + stripTime: 8 + uiWindowPos: 4,1 + strippingWindowPos: 3,1 + displayName: Undershirt + - name: underpants + slotTexture: underpants + slotFlags: UNDERPANTS + stripTime: 12 + uiWindowPos: 4,0 + strippingWindowPos: 3,2 + displayName: Underpants + - name: socks + slotTexture: socks + slotFlags: SOCKS + stripTime: 8 + uiWindowPos: 4,2 + strippingWindowPos: 3,3 + displayName: Socks + #backmen:underclothing-end - name: gloves slotTexture: gloves slotFlags: GLOVES diff --git a/Resources/Prototypes/InventoryTemplates/human_inventory_template.yml b/Resources/Prototypes/InventoryTemplates/human_inventory_template.yml index ff1447931fe..14dad456c94 100644 --- a/Resources/Prototypes/InventoryTemplates/human_inventory_template.yml +++ b/Resources/Prototypes/InventoryTemplates/human_inventory_template.yml @@ -22,6 +22,29 @@ uiWindowPos: 1,1 strippingWindowPos: 1,2 displayName: Suit + #backmen:underclothing-start + - name: undershirt + slotTexture: undershirt + slotFlags: UNDERSHIRT + stripTime: 8 + uiWindowPos: 4,1 + strippingWindowPos: 3,1 + displayName: Undershirt + - name: underpants + slotTexture: underpants + slotFlags: UNDERPANTS + stripTime: 12 + uiWindowPos: 4,0 + strippingWindowPos: 3,2 + displayName: Underpants + - name: socks + slotTexture: socks + slotFlags: SOCKS + stripTime: 8 + uiWindowPos: 4,2 + strippingWindowPos: 3,3 + displayName: Socks + #backmen:underclothing-end - name: gloves slotTexture: gloves slotFlags: GLOVES diff --git a/Resources/Prototypes/InventoryTemplates/monkey_inventory_template.yml b/Resources/Prototypes/InventoryTemplates/monkey_inventory_template.yml index 19875f7e1bf..686e420ea41 100644 --- a/Resources/Prototypes/InventoryTemplates/monkey_inventory_template.yml +++ b/Resources/Prototypes/InventoryTemplates/monkey_inventory_template.yml @@ -58,3 +58,26 @@ whitelist: tags: - MonkeyWearable + #backmen:underclothing-start + - name: undershirt + slotTexture: undershirt + slotFlags: UNDERSHIRT + stripTime: 8 + uiWindowPos: 4,1 + strippingWindowPos: 3,1 + displayName: Undershirt + - name: underpants + slotTexture: underpants + slotFlags: UNDERPANTS + stripTime: 12 + uiWindowPos: 4,0 + strippingWindowPos: 3,2 + displayName: Underpants + - name: socks + slotTexture: socks + slotFlags: SOCKS + stripTime: 8 + uiWindowPos: 4,2 + strippingWindowPos: 3,3 + displayName: Socks + #backmen:underclothing-end diff --git a/Resources/Prototypes/_Backmen/Entities/Clothing/Under/pants.yml b/Resources/Prototypes/_Backmen/Entities/Clothing/Under/pants.yml new file mode 100644 index 00000000000..a77b44c9bc7 --- /dev/null +++ b/Resources/Prototypes/_Backmen/Entities/Clothing/Under/pants.yml @@ -0,0 +1,435 @@ +- type: entity + abstract: true + description: Keep your private parts all cozy! + parent: Clothing + id: ClothingUnderPantsBase + components: + - type: Clothing + slots: + - UNDERPANTS + - type: Sprite + # noRot: true + state: icon + - type: TemperatureProtection + heatingCoefficient: 0.8 + +- type: entity + parent: ClothingUnderPantsBase + id: ClothingUnderbee_shorts + name: bee shorts + description: "A pair of bee shorts, the buzz-worthy choice for a summer day." + components: + - type: Sprite + sprite: Backmen/Clothing/Under/underpants.rsi + state: bee_shorts-ICON + - type: Clothing + sprite: Backmen/Clothing/Under/underpants.rsi + clothingVisuals: + underpants: + - state: bee_shorts + +- type: entity + parent: ClothingUnderPantsBase + id: ClothingUnderboxer_briefs + name: boxer briefs + description: "A pair of boxer briefs, the perfect blend of comfort and support." + components: + - type: Sprite + sprite: Backmen/Clothing/Under/underpants.rsi + state: boxer_briefs-ICON + - type: Clothing + sprite: Backmen/Clothing/Under/underpants.rsi + clothingVisuals: + underpants: + - state: boxer_briefs + +- type: entity + parent: ClothingUnderPantsBase + id: ClothingUnderboxers_assblastusa + name: american flag boxers + description: "A pair of American Flag boxers, showing off your patriotic spirit with stars and stripes." + components: + - type: Sprite + sprite: Backmen/Clothing/Under/underpants.rsi + state: boxers_assblastusa-ICON + - type: Clothing + sprite: Backmen/Clothing/Under/underpants.rsi + clothingVisuals: + underpants: + - state: boxers_assblastusa + +- type: entity + parent: ClothingUnderPantsBase + id: ClothingUnderboxers_commie + name: commie boxers + description: "A pair of Commie boxers, making a political statement in your pants." + components: + - type: Sprite + sprite: Backmen/Clothing/Under/underpants.rsi + state: boxers_commie-ICON + - type: Clothing + sprite: Backmen/Clothing/Under/underpants.rsi + clothingVisuals: + underpants: + - state: boxers_commie + +- type: entity + parent: ClothingUnderPantsBase + id: ClothingUnderboxers_heart + name: heart boxers + description: "A pair of Heart boxers, a love letter to your significant other written on your underwear." + components: + - type: Sprite + sprite: Backmen/Clothing/Under/underpants.rsi + state: boxers_heart-ICON + - type: Clothing + sprite: Backmen/Clothing/Under/underpants.rsi + clothingVisuals: + underpants: + - state: boxers_heart + +- type: entity + parent: ClothingUnderPantsBase + id: ClothingUnderboxers_striped + name: striped boxers + description: "A pair of Striped boxers, featuring a classic pattern." + components: + - type: Sprite + sprite: Backmen/Clothing/Under/underpants.rsi + state: boxers_striped-ICON + - type: Clothing + sprite: Backmen/Clothing/Under/underpants.rsi + clothingVisuals: + underpants: + - state: boxers_striped + +- type: entity + parent: ClothingUnderPantsBase + id: ClothingUnderboxers_uk + name: union jack boxers + description: "A pair of Union Jack boxers, representing your British heritage with style." + components: + - type: Sprite + sprite: Backmen/Clothing/Under/underpants.rsi + state: boxers_uk-ICON + - type: Clothing + sprite: Backmen/Clothing/Under/underpants.rsi + clothingVisuals: + underpants: + - state: boxers_uk + +- type: entity + parent: ClothingUnderPantsBase + id: ClothingUnderboxers + name: boxers + description: "A pair of classic boxers, just as comfy as grandpa's." + components: + - type: Sprite + sprite: Backmen/Clothing/Under/underpants.rsi + state: boxers-ICON + - type: Clothing + sprite: Backmen/Clothing/Under/underpants.rsi + clothingVisuals: + underpants: + - state: boxers + +- type: entity + parent: ClothingUnderPantsBase + id: ClothingUnderbriefs + name: briefs + description: "A pair of briefs, for those who want a snug fit in all the right places." + components: + - type: Sprite + sprite: Backmen/Clothing/Under/underpants.rsi + state: briefs-ICON + - type: Clothing + sprite: Backmen/Clothing/Under/underpants.rsi + clothingVisuals: + underpants: + - state: briefs + +# - type: entity +# parent: ClothingUnderPantsBase +# id: ClothingUnderfishnet_lower +# name: fishnet lower underwear +# components: +# - type: Sprite +# sprite: Backmen/Clothing/Under/underpants.rsi +# state: fishnet_lower-ICON +# - type: Clothing +# sprite: Backmen/Clothing/Under/underpants.rsi +# clothingVisuals: +# underpants: +# - state: fishnet_lower + +- type: entity + parent: ClothingUnderPantsBase + id: ClothingUnderjockstrap + name: jockstrap + description: "A jockstrap, for the sporty and adventurous type." + components: + - type: Sprite + sprite: Backmen/Clothing/Under/underpants.rsi + state: jockstrap-ICON + - type: Clothing + sprite: Backmen/Clothing/Under/underpants.rsi + clothingVisuals: + underpants: + - state: jockstrap + - type: TemperatureProtection + heatingCoefficient: 0.98 + +- type: entity + parent: ClothingUnderPantsBase + id: ClothingUnderljonb + name: long john pants + description: "A pair of Long John pants, to stay warm in these classic long underwear." + components: + - type: Sprite + sprite: Backmen/Clothing/Under/underpants.rsi + state: ljonb-ICON + - type: Clothing + sprite: Backmen/Clothing/Under/underpants.rsi + clothingVisuals: + underpants: + - state: ljonb + - type: TemperatureProtection + heatingCoefficient: 0.8 + +- type: entity + parent: ClothingUnderPantsBase + id: ClothingUnderpanties_alt + name: panties + description: "A pair of regular panties, good old fashioned." + components: + - type: Sprite + sprite: Backmen/Clothing/Under/underpants.rsi + state: panties_alt-ICON + - type: Clothing + sprite: Backmen/Clothing/Under/underpants.rsi + clothingVisuals: + underpants: + - state: panties_alt + +- type: entity + parent: ClothingUnderPantsBase + id: ClothingUnderpanties_assblastusa + name: american flag panties + description: "A pair of American Flag panties, showing love for the red, white, and blue." + components: + - type: Sprite + sprite: Backmen/Clothing/Under/underpants.rsi + state: panties_assblastusa-ICON + - type: Clothing + sprite: Backmen/Clothing/Under/underpants.rsi + clothingVisuals: + underpants: + - state: panties_assblastusa + +- type: entity + parent: ClothingUnderPantsBase + id: ClothingUnderpanties_bee-kini + name: bee-kini panties + description: "A pair of Bee-Kini panties, getting a buzz going with the bee-print design." + components: + - type: Sprite + sprite: Backmen/Clothing/Under/underpants.rsi + state: panties_bee-kini-ICON + - type: Clothing + sprite: Backmen/Clothing/Under/underpants.rsi + clothingVisuals: + underpants: + - state: panties_bee-kini + - type: TemperatureProtection + heatingCoefficient: 0.85 + +- type: entity + parent: ClothingUnderPantsBase + id: ClothingUnderpanties_commie + name: commie panties + description: "A pair of Commie panties, for the rebellious and daring, with a commie-themed design." + components: + - type: Sprite + sprite: Backmen/Clothing/Under/underpants.rsi + state: panties_commie-ICON + - type: Clothing + sprite: Backmen/Clothing/Under/underpants.rsi + clothingVisuals: + underpants: + - state: panties_commie + +# - type: entity +# parent: ClothingUnderPantsBase +# id: ClothingUnderpanties_kinky +# name: kinky panties +# components: +# - type: Sprite +# sprite: Backmen/Clothing/Under/underpants.rsi +# state: panties_kinky-ICON +# - type: Clothing +# sprite: Backmen/Clothing/Under/underpants.rsi +# clothingVisuals: +# underpants: +# - state: panties_kinky + +- type: entity + parent: ClothingUnderPantsBase + id: ClothingUnderpanties_neko + name: neko panties + description: "A pair of Neko panties, for the cat-lover, featuring a cute neko-print design." + components: + - type: Sprite + sprite: Backmen/Clothing/Under/underpants.rsi + state: panties_neko-ICON + - type: Clothing + sprite: Backmen/Clothing/Under/underpants.rsi + clothingVisuals: + underpants: + - state: panties_neko + +- type: entity + parent: ClothingUnderPantsBase + id: ClothingUnderpanties_slim + name: slim panties + description: "A pair of Slim panties, for the minimalist, with a slim and comfortable fit." + components: + - type: Sprite + sprite: Backmen/Clothing/Under/underpants.rsi + state: panties_slim-ICON + - type: Clothing + sprite: Backmen/Clothing/Under/underpants.rsi + clothingVisuals: + underpants: + - state: panties_slim + +- type: entity + parent: ClothingUnderPantsBase + id: ClothingUnderpanties_swimming + name: swimming panties + description: "A pair of Swimming panties, hitting the pool in style." + components: + - type: Sprite + sprite: Backmen/Clothing/Under/underpants.rsi + state: panties_swimming-ICON + - type: Clothing + sprite: Backmen/Clothing/Under/underpants.rsi + clothingVisuals: + underpants: + - state: panties_swimming + +# - type: entity +# parent: ClothingUnderPantsBase +# id: ClothingUnderpanties_thin +# name: thin panties +# components: +# - type: Sprite +# sprite: Backmen/Clothing/Under/underpants.rsi +# state: panties_thin-ICON +# - type: Clothing +# sprite: Backmen/Clothing/Under/underpants.rsi +# clothingVisuals: +# underpants: +# - state: panties_thin + +- type: entity + parent: ClothingUnderPantsBase + id: ClothingUnderpanties_uk + name: union jack panties + description: "A pair of Union Jack panties, showing love for the UK with the union jack design." + components: + - type: Sprite + sprite: Backmen/Clothing/Under/underpants.rsi + state: panties_uk-ICON + - type: Clothing + sprite: Backmen/Clothing/Under/underpants.rsi + clothingVisuals: + underpants: + - state: panties_uk + +- type: entity + parent: ClothingUnderPantsBase + id: ClothingUnderpanties + name: panties + description: "A pair of regular panties, good old fashioned." + components: + - type: Sprite + sprite: Backmen/Clothing/Under/underpants.rsi + state: panties-ICON + - type: Clothing + sprite: Backmen/Clothing/Under/underpants.rsi + clothingVisuals: + underpants: + - state: panties + +# - type: entity +# parent: ClothingUnderPantsBase +# id: ClothingUnderpantyhose_ripped +# name: ripped pantyhose +# components: +# - type: Sprite +# sprite: Backmen/Clothing/Under/underpants.rsi +# state: pantyhose_ripped-ICON +# - type: Clothing +# sprite: Backmen/Clothing/Under/underpants.rsi +# clothingVisuals: +# underpants: +# - state: pantyhose_ripped + +- type: entity + parent: ClothingUnderPantsBase + id: ClothingUnderpantyhose + name: pantyhose + description: "A pair of pantyhose, for when you want to look like a human-sized spider." + components: + - type: Sprite + sprite: Backmen/Clothing/Under/underpants.rsi + state: pantyhose-ICON + - type: Clothing + sprite: Backmen/Clothing/Under/underpants.rsi + clothingVisuals: + underpants: + - state: pantyhose + +- type: entity + parent: ClothingUnderPantsBase + id: ClothingUnderstriped_panties + name: striped panties + description: "A pair of Striped panties, making a fashion statement... down there." + components: + - type: Sprite + sprite: Backmen/Clothing/Under/underpants.rsi + state: striped_panties-ICON + - type: Clothing + sprite: Backmen/Clothing/Under/underpants.rsi + clothingVisuals: + underpants: + - state: striped_panties + +# - type: entity +# parent: ClothingUnderPantsBase +# id: ClothingUnderthong_babydoll +# name: thong babydoll +# components: +# - type: Sprite +# sprite: Backmen/Clothing/Under/underpants.rsi +# state: thong_babydoll-ICON +# - type: Clothing +# sprite: Backmen/Clothing/Under/underpants.rsi +# clothingVisuals: +# underpants: +# - state: thong_babydoll + +- type: entity + parent: ClothingUnderPantsBase + id: ClothingUnderthong + name: thong + components: + - type: Sprite + sprite: Backmen/Clothing/Under/underpants.rsi + state: thong-ICON + - type: Clothing + sprite: Backmen/Clothing/Under/underpants.rsi + clothingVisuals: + underpants: + - state: thong + diff --git a/Resources/Prototypes/_Backmen/Entities/Clothing/Under/shirts.yml b/Resources/Prototypes/_Backmen/Entities/Clothing/Under/shirts.yml new file mode 100644 index 00000000000..09098651e56 --- /dev/null +++ b/Resources/Prototypes/_Backmen/Entities/Clothing/Under/shirts.yml @@ -0,0 +1,1268 @@ +- type: entity + abstract: true + description: To go under your shirt. + parent: Clothing + id: ClothingUnderShirtBase + components: + - type: Clothing + slots: + - UNDERSHIRT + - type: Sprite + # noRot: true + state: icon + - type: TemperatureProtection + heatingCoefficient: 0.75 + +- type: entity + parent: ClothingUnderShirtBase + id: ClothingUnderbabydoll + name: babydoll shirt + description: "A babydoll shirt, perfect for feeling flirty and fabulous." + components: + - type: Sprite + sprite: Backmen/Clothing/Under/undershirts.rsi + state: babydoll-ICON + - type: Clothing + sprite: Backmen/Clothing/Under/undershirts.rsi + clothingVisuals: + undershirt: + - state: babydoll + +- type: entity + parent: ClothingUnderShirtBase + id: ClothingUnderband + name: band shirt + description: "A cool band shirt, ready for concerts or just jamming out at home." + components: + - type: Sprite + sprite: Backmen/Clothing/Under/undershirts.rsi + state: band-ICON + - type: Clothing + sprite: Backmen/Clothing/Under/undershirts.rsi + clothingVisuals: + undershirt: + - state: band + +- type: entity + parent: ClothingUnderShirtBase + id: ClothingUnderbee_shirt + name: bee shirt + description: "A bee-themed shirt, buzzing with style." + components: + - type: Sprite + sprite: Backmen/Clothing/Under/undershirts.rsi + state: bee_shirt-ICON + - type: Clothing + sprite: Backmen/Clothing/Under/undershirts.rsi + clothingVisuals: + undershirt: + - state: bee_shirt + +- type: entity + parent: ClothingUnderShirtBase + id: ClothingUnderblueshirtsport + name: sporty blue shirt + description: "A sporty blue shirt, ideal for working out or lounging." + components: + - type: Sprite + sprite: Backmen/Clothing/Under/undershirts.rsi + state: blueshirtsport-ICON + - type: Clothing + sprite: Backmen/Clothing/Under/undershirts.rsi + clothingVisuals: + undershirt: + - state: blueshirtsport + +- type: entity + parent: ClothingUnderShirtBase + id: ClothingUnderbowling + name: red bowling shirt + description: "A red bowling shirt, ready to knock down those pins in style." + components: + - type: Sprite + sprite: Backmen/Clothing/Under/undershirts.rsi + state: bowling-ICON + - type: Clothing + sprite: Backmen/Clothing/Under/undershirts.rsi + clothingVisuals: + undershirt: + - state: bowling + +- type: entity + parent: ClothingUnderShirtBase + id: ClothingUnderbowlinga + name: navy bowling shirt + description: "A navy bowling shirt, making a statement on the lanes." + components: + - type: Sprite + sprite: Backmen/Clothing/Under/undershirts.rsi + state: bowlinga-ICON + - type: Clothing + sprite: Backmen/Clothing/Under/undershirts.rsi + clothingVisuals: + undershirt: + - state: bowlinga + +- type: entity + parent: ClothingUnderShirtBase + id: ClothingUnderbowlingp + name: pink bowling shirt + description: "A pink bowling shirt, showing off your playful side." + components: + - type: Sprite + sprite: Backmen/Clothing/Under/undershirts.rsi + state: bowlingp-ICON + - type: Clothing + sprite: Backmen/Clothing/Under/undershirts.rsi + clothingVisuals: + undershirt: + - state: bowlingp + +- type: entity + parent: ClothingUnderShirtBase + id: ClothingUnderbowlingw + name: white bowling shirt + description: "A white bowling shirt, keeping it simple and stylish." + components: + - type: Sprite + sprite: Backmen/Clothing/Under/undershirts.rsi + state: bowlingw-ICON + - type: Clothing + sprite: Backmen/Clothing/Under/undershirts.rsi + clothingVisuals: + undershirt: + - state: bowlingw + +- type: entity + parent: ClothingUnderShirtBase + id: ClothingUnderbra_alt + name: bra + description: "A basic bra, providing comfort and support for everyday wear." + components: + - type: Sprite + sprite: Backmen/Clothing/Under/undershirts.rsi + state: bra_alt-ICON + - type: Clothing + sprite: Backmen/Clothing/Under/undershirts.rsi + clothingVisuals: + undershirt: + - state: bra_alt + - type: TemperatureProtection + heatingCoefficient: 0.85 + +- type: entity + parent: ClothingUnderShirtBase + id: ClothingUnderbra_assblastusa + name: american flag bra + description: "An American flag bra, perfect for patriotic occasions." + components: + - type: Sprite + sprite: Backmen/Clothing/Under/undershirts.rsi + state: bra_assblastusa-ICON + - type: Clothing + sprite: Backmen/Clothing/Under/undershirts.rsi + clothingVisuals: + undershirt: + - state: bra_assblastusa + - type: TemperatureProtection + heatingCoefficient: 0.85 + +- type: entity + parent: ClothingUnderShirtBase + id: ClothingUnderbra_bee-kini + name: bee-kini bra + description: "A bra with a little sting-er." + components: + - type: Sprite + sprite: Backmen/Clothing/Under/undershirts.rsi + state: bra_bee-kini-ICON + - type: Clothing + sprite: Backmen/Clothing/Under/undershirts.rsi + clothingVisuals: + undershirt: + - state: bra_bee-kini + - type: TemperatureProtection + heatingCoefficient: 0.85 + +- type: entity + parent: ClothingUnderShirtBase + id: ClothingUnderbra_binder_strapless + name: strapless binder bra + description: "A bra for keeping your chest in check." + components: + - type: Sprite + sprite: Backmen/Clothing/Under/undershirts.rsi + state: bra_binder_strapless-ICON + - type: Clothing + sprite: Backmen/Clothing/Under/undershirts.rsi + clothingVisuals: + undershirt: + - state: bra_binder_strapless + - type: TemperatureProtection + heatingCoefficient: 0.85 + +- type: entity + parent: ClothingUnderShirtBase + id: ClothingUnderbra_binder + name: binder bra + description: "A strapless bra, for those who like to keep it simple." + components: + - type: Sprite + sprite: Backmen/Clothing/Under/undershirts.rsi + state: bra_binder-ICON + - type: Clothing + sprite: Backmen/Clothing/Under/undershirts.rsi + clothingVisuals: + undershirt: + - state: bra_binder + - type: TemperatureProtection + heatingCoefficient: 0.85 + +- type: entity + parent: ClothingUnderShirtBase + id: ClothingUnderbra_commie + name: commie bra + description: "A bra for the socialist in all of us." + components: + - type: Sprite + sprite: Backmen/Clothing/Under/undershirts.rsi + state: bra_commie-ICON + - type: Clothing + sprite: Backmen/Clothing/Under/undershirts.rsi + clothingVisuals: + undershirt: + - state: bra_commie + - type: TemperatureProtection + heatingCoefficient: 0.85 + +# - type: entity +# parent: ClothingUnderShirtBase +# id: ClothingUnderbra_kinky +# name: kinky bra +# components: +# - type: Sprite +# sprite: Backmen/Clothing/Under/undershirts.rsi +# state: bra_kinky-ICON +# - type: Clothing +# sprite: Backmen/Clothing/Under/undershirts.rsi +# clothingVisuals: +# undershirt: +# - state: bra_kinky + +- type: entity + parent: ClothingUnderShirtBase + id: ClothingUnderbra_neko + name: neko bra + description: "A cat-themed bra, for the cat-lovers out there." + components: + - type: Sprite + sprite: Backmen/Clothing/Under/undershirts.rsi + state: bra_neko-ICON + - type: Clothing + sprite: Backmen/Clothing/Under/undershirts.rsi + clothingVisuals: + undershirt: + - state: bra_neko + - type: TemperatureProtection + heatingCoefficient: 0.85 + +- type: entity + parent: ClothingUnderShirtBase + id: ClothingUnderbra_strapless_alt + name: strapless bra + description: "A strapless bra, for the daring and bold." + components: + - type: Sprite + sprite: Backmen/Clothing/Under/undershirts.rsi + state: bra_strapless_alt-ICON + - type: Clothing + sprite: Backmen/Clothing/Under/undershirts.rsi + clothingVisuals: + undershirt: + - state: bra_strapless_alt + - type: TemperatureProtection + heatingCoefficient: 0.85 + +- type: entity + parent: ClothingUnderShirtBase + id: ClothingUnderbra_strapless + name: strapless bra + description: "A strapless bra, for the daring and bold." + components: + - type: Sprite + sprite: Backmen/Clothing/Under/undershirts.rsi + state: bra_strapless-ICON + - type: Clothing + sprite: Backmen/Clothing/Under/undershirts.rsi + clothingVisuals: + undershirt: + - state: bra_strapless + - type: TemperatureProtection + heatingCoefficient: 0.85 + +- type: entity + parent: ClothingUnderShirtBase + id: ClothingUnderbra_swimming_alt + name: swimming bra + description: "A comfortable bra, perfect for pool-parties." + components: + - type: Sprite + sprite: Backmen/Clothing/Under/undershirts.rsi + state: bra_swimming_alt-ICON + - type: Clothing + sprite: Backmen/Clothing/Under/undershirts.rsi + clothingVisuals: + undershirt: + - state: bra_swimming_alt + - type: TemperatureProtection + heatingCoefficient: 0.85 + +- type: entity + parent: ClothingUnderShirtBase + id: ClothingUnderbra_swimming + name: swimming bra + description: "A serious swimwear bra, for those who take their swimwear seriously." + components: + - type: Sprite + sprite: Backmen/Clothing/Under/undershirts.rsi + state: bra_swimming-ICON + - type: Clothing + sprite: Backmen/Clothing/Under/undershirts.rsi + clothingVisuals: + undershirt: + - state: bra_swimming + - type: TemperatureProtection + heatingCoefficient: 0.85 + +# - type: entity +# parent: ClothingUnderShirtBase +# id: ClothingUnderbra_thin +# name: thin bra +# components: +# - type: Sprite +# sprite: Backmen/Clothing/Under/undershirts.rsi +# state: bra_thin-ICON +# - type: Clothing +# sprite: Backmen/Clothing/Under/undershirts.rsi +# clothingVisuals: +# undershirt: +# - state: bra_thin + +- type: entity + parent: ClothingUnderShirtBase + id: ClothingUnderbra_uk + name: union jack bra + description: "A patriotic and royalist-themed bra." + components: + - type: Sprite + sprite: Backmen/Clothing/Under/undershirts.rsi + state: bra_uk-ICON + - type: Clothing + sprite: Backmen/Clothing/Under/undershirts.rsi + clothingVisuals: + undershirt: + - state: bra_uk + - type: TemperatureProtection + heatingCoefficient: 0.85 + +- type: entity + parent: ClothingUnderShirtBase + id: ClothingUnderbra + name: bra + description: "A bra providing a little lift." + components: + - type: Sprite + sprite: Backmen/Clothing/Under/undershirts.rsi + state: bra-ICON + - type: Clothing + sprite: Backmen/Clothing/Under/undershirts.rsi + clothingVisuals: + undershirt: + - state: bra + - type: TemperatureProtection + heatingCoefficient: 0.85 + +- type: entity + parent: ClothingUnderShirtBase + id: ClothingUndercowboyshirt_navy + name: navy cowboy shirt + description: "A navy cowboy shirt, perfect for looking like a true cowboy." + components: + - type: Sprite + sprite: Backmen/Clothing/Under/undershirts.rsi + state: cowboyshirt_navy-ICON + - type: Clothing + sprite: Backmen/Clothing/Under/undershirts.rsi + clothingVisuals: + undershirt: + - state: cowboyshirt_navy + +- type: entity + parent: ClothingUnderShirtBase + id: ClothingUndercowboyshirt_navys + name: navy cowboy t-shirt + description: "A casual navy cowboy t-shirt, ready for a rodeo." + components: + - type: Sprite + sprite: Backmen/Clothing/Under/undershirts.rsi + state: cowboyshirt_navys-ICON + - type: Clothing + sprite: Backmen/Clothing/Under/undershirts.rsi + clothingVisuals: + undershirt: + - state: cowboyshirt_navys + +- type: entity + parent: ClothingUnderShirtBase + id: ClothingUndercowboyshirt_red + name: red cowboy shirt + description: "A bold red cowboy shirt, standing out from the crowd." + components: + - type: Sprite + sprite: Backmen/Clothing/Under/undershirts.rsi + state: cowboyshirt_red-ICON + - type: Clothing + sprite: Backmen/Clothing/Under/undershirts.rsi + clothingVisuals: + undershirt: + - state: cowboyshirt_red + +- type: entity + parent: ClothingUnderShirtBase + id: ClothingUndercowboyshirt_reds + name: red cowboy t-shirt + description: "A red cowboy t-shirt, ready to ride off into the sunset in style." + components: + - type: Sprite + sprite: Backmen/Clothing/Under/undershirts.rsi + state: cowboyshirt_reds-ICON + - type: Clothing + sprite: Backmen/Clothing/Under/undershirts.rsi + clothingVisuals: + undershirt: + - state: cowboyshirt_reds + +- type: entity + parent: ClothingUnderShirtBase + id: ClothingUndercowboyshirt_s + name: cowboy t-shirt + description: "A spicy cowboy t-shirt, ready to yeehaw!" + components: + - type: Sprite + sprite: Backmen/Clothing/Under/undershirts.rsi + state: cowboyshirt_s-ICON + - type: Clothing + sprite: Backmen/Clothing/Under/undershirts.rsi + clothingVisuals: + undershirt: + - state: cowboyshirt_s + +- type: entity + parent: ClothingUnderShirtBase + id: ClothingUndercowboyshirt_white + name: white cowboy shirt + description: "A white cowboy shirt, ideal for looking sharp and professional." + components: + - type: Sprite + sprite: Backmen/Clothing/Under/undershirts.rsi + state: cowboyshirt_white-ICON + - type: Clothing + sprite: Backmen/Clothing/Under/undershirts.rsi + clothingVisuals: + undershirt: + - state: cowboyshirt_white + +- type: entity + parent: ClothingUnderShirtBase + id: ClothingUndercowboyshirt_whites + name: white cowboy shirt t-shirt + description: "A white cowboy t-shirt, perfect for a day on the ranch or a night on the town." + components: + - type: Sprite + sprite: Backmen/Clothing/Under/undershirts.rsi + state: cowboyshirt_whites-ICON + - type: Clothing + sprite: Backmen/Clothing/Under/undershirts.rsi + clothingVisuals: + undershirt: + - state: cowboyshirt_whites + +- type: entity + parent: ClothingUnderShirtBase + id: ClothingUndercowboyshirt + name: cowboy shirt + description: "A classic cowboy shirt, ideal for rounding up cattle or friends." + components: + - type: Sprite + sprite: Backmen/Clothing/Under/undershirts.rsi + state: cowboyshirt-ICON + - type: Clothing + sprite: Backmen/Clothing/Under/undershirts.rsi + clothingVisuals: + undershirt: + - state: cowboyshirt + +# - type: entity +# parent: ClothingUnderShirtBase +# id: ClothingUnderfishnet_body +# name: fishnet body +# components: +# - type: Sprite +# sprite: Backmen/Clothing/Under/undershirts.rsi +# state: fishnet_body-ICON +# - type: Clothing +# sprite: Backmen/Clothing/Under/undershirts.rsi +# clothingVisuals: +# undershirt: +# - state: fishnet_body + +# - type: entity +# parent: ClothingUnderShirtBase +# id: ClothingUnderfishnet_gloves +# name: fishnet gloves +# components: +# - type: Sprite +# sprite: Backmen/Clothing/Under/undershirts.rsi +# state: fishnet_gloves-ICON +# - type: Clothing +# sprite: Backmen/Clothing/Under/undershirts.rsi +# clothingVisuals: +# undershirt: +# - state: fishnet_gloves + +# - type: entity +# parent: ClothingUnderShirtBase +# id: ClothingUnderfishnet_sleeves +# name: fishnet sleeves +# components: +# - type: Sprite +# sprite: Backmen/Clothing/Under/undershirts.rsi +# state: fishnet_sleeves-ICON +# - type: Clothing +# sprite: Backmen/Clothing/Under/undershirts.rsi +# clothingVisuals: +# undershirt: +# - state: fishnet_sleeves + +- type: entity + parent: ClothingUnderShirtBase + id: ClothingUndergreenshirtsport + name: sporty green shirt + description: "A sporty green shirt, ready for the gym or trails." + components: + - type: Sprite + sprite: Backmen/Clothing/Under/undershirts.rsi + state: greenshirtsport-ICON + - type: Clothing + sprite: Backmen/Clothing/Under/undershirts.rsi + clothingVisuals: + undershirt: + - state: greenshirtsport + +- type: entity + parent: ClothingUnderShirtBase + id: ClothingUnderhalterneck_bra + name: halterneck bra + description: "A daring halterneck bra, perfect for parties." + components: + - type: Sprite + sprite: Backmen/Clothing/Under/undershirts.rsi + state: halterneck_bra-ICON + - type: Clothing + sprite: Backmen/Clothing/Under/undershirts.rsi + clothingVisuals: + undershirt: + - state: halterneck_bra + - type: TemperatureProtection + heatingCoefficient: 0.85 + +- type: entity + parent: ClothingUnderShirtBase + id: ClothingUnderian + name: ian shirt + description: "An Ian shirt, ready to look dapper for any occasion." + components: + - type: Sprite + sprite: Backmen/Clothing/Under/undershirts.rsi + state: ian-ICON + - type: Clothing + sprite: Backmen/Clothing/Under/undershirts.rsi + clothingVisuals: + undershirt: + - state: ian + +- type: entity + parent: ClothingUnderShirtBase + id: ClothingUnderilovent + name: nanotrasen shirt + description: "A Nanotrasen-themed shirt, showing off your love for the company." + components: + - type: Sprite + sprite: Backmen/Clothing/Under/undershirts.rsi + state: ilovent-ICON + - type: Clothing + sprite: Backmen/Clothing/Under/undershirts.rsi + clothingVisuals: + undershirt: + - state: ilovent + +- type: entity + parent: ClothingUnderShirtBase + id: ClothingUnderljont + name: long john shirt + description: "A Long John shirt, perfect for staying cozy in the cold." + components: + - type: Sprite + sprite: Backmen/Clothing/Under/undershirts.rsi + state: ljont-ICON + - type: Clothing + sprite: Backmen/Clothing/Under/undershirts.rsi + clothingVisuals: + undershirt: + - state: ljont + - type: TemperatureProtection + heatingCoefficient: 0.70 + +- type: entity + parent: ClothingUnderShirtBase + id: ClothingUnderlongstripe_blue + name: blue stripe shirt + description: "A runway-inspired shirt, making you feel like you're always walking the runway." + components: + - type: Sprite + sprite: Backmen/Clothing/Under/undershirts.rsi + state: longstripe_blue-ICON + - type: Clothing + sprite: Backmen/Clothing/Under/undershirts.rsi + clothingVisuals: + undershirt: + - state: longstripe_blue + +- type: entity + parent: ClothingUnderShirtBase + id: ClothingUnderlongstripe + name: stripe shirt + description: "A bold stripe undershirt, perfect for making a fashion statement." + components: + - type: Sprite + sprite: Backmen/Clothing/Under/undershirts.rsi + state: longstripe-ICON + - type: Clothing + sprite: Backmen/Clothing/Under/undershirts.rsi + clothingVisuals: + undershirt: + - state: longstripe + +- type: entity + parent: ClothingUnderShirtBase + id: ClothingUnderlover + name: lover shirt + description: "A sweet and sentimental undershirt, perfect for wearing your heart on your chest." + components: + - type: Sprite + sprite: Backmen/Clothing/Under/undershirts.rsi + state: lover-ICON + - type: Clothing + sprite: Backmen/Clothing/Under/undershirts.rsi + clothingVisuals: + undershirt: + - state: lover + +- type: entity + parent: ClothingUnderShirtBase + id: ClothingUndermatroska + name: matroska shirt + description: "A quirky and unique undershirt in the shape of a Russian doll." + components: + - type: Sprite + sprite: Backmen/Clothing/Under/undershirts.rsi + state: matroska-ICON + - type: Clothing + sprite: Backmen/Clothing/Under/undershirts.rsi + clothingVisuals: + undershirt: + - state: matroska + +- type: entity + parent: ClothingUnderShirtBase + id: ClothingUnderpeace + name: peace shirt + description: "An eye-catching undershirt with a peaceful message." + components: + - type: Sprite + sprite: Backmen/Clothing/Under/undershirts.rsi + state: peace-ICON + - type: Clothing + sprite: Backmen/Clothing/Under/undershirts.rsi + clothingVisuals: + undershirt: + - state: peace + +- type: entity + parent: ClothingUnderShirtBase + id: ClothingUnderpogoman + name: pogoman shirt + description: "A wild and funky undershirt, ready for any party." + components: + - type: Sprite + sprite: Backmen/Clothing/Under/undershirts.rsi + state: pogoman-ICON + - type: Clothing + sprite: Backmen/Clothing/Under/undershirts.rsi + clothingVisuals: + undershirt: + - state: pogoman + +- type: entity + parent: ClothingUnderShirtBase + id: ClothingUnderpolo + name: polo shirt + description: "A stylish polo shirt, perfect for golfing or a Little League game." + components: + - type: Sprite + sprite: Backmen/Clothing/Under/undershirts.rsi + state: polo-ICON + - type: Clothing + sprite: Backmen/Clothing/Under/undershirts.rsi + clothingVisuals: + undershirt: + - state: polo + +- type: entity + parent: ClothingUnderShirtBase + id: ClothingUnderredshirtsport + name: sporty red shirt + description: "A sporty red shirt, ready for the gym or couch time." + components: + - type: Sprite + sprite: Backmen/Clothing/Under/undershirts.rsi + state: redshirtsport-ICON + - type: Clothing + sprite: Backmen/Clothing/Under/undershirts.rsi + clothingVisuals: + undershirt: + - state: redshirtsport + +# - type: entity +# parent: ClothingUnderShirtBase +# id: ClothingUndershibari_sleeves +# name: shibari sleeves +# components: +# - type: Sprite +# sprite: Backmen/Clothing/Under/undershirts.rsi +# state: shibari_sleeves-ICON +# - type: Clothing +# sprite: Backmen/Clothing/Under/undershirts.rsi +# clothingVisuals: +# undershirt: +# - state: shibari_sleeves + +# - type: entity +# parent: ClothingUnderShirtBase +# id: ClothingUndershibari +# name: shibari +# components: +# - type: Sprite +# sprite: Backmen/Clothing/Under/undershirts.rsi +# state: shibari-ICON +# - type: Clothing +# sprite: Backmen/Clothing/Under/undershirts.rsi +# clothingVisuals: +# undershirt: +# - state: shibari + +- type: entity + parent: ClothingUnderShirtBase + id: ClothingUndershirt_alien + name: alien shirt + description: "An out-of-this-world shirt for your love of extraterrestrial beings." + components: + - type: Sprite + sprite: Backmen/Clothing/Under/undershirts.rsi + state: shirt_alien-ICON + - type: Clothing + sprite: Backmen/Clothing/Under/undershirts.rsi + clothingVisuals: + undershirt: + - state: shirt_alien + +- type: entity + parent: ClothingUnderShirtBase + id: ClothingUndershirt_assblastusa + name: american flag shirt + description: "A patriotic shirt, showing off your love for your country." + components: + - type: Sprite + sprite: Backmen/Clothing/Under/undershirts.rsi + state: shirt_assblastusa-ICON + - type: Clothing + sprite: Backmen/Clothing/Under/undershirts.rsi + clothingVisuals: + undershirt: + - state: shirt_assblastusa + +- type: entity + parent: ClothingUnderShirtBase + id: ClothingUndershirt_bluejersey + name: blue jersey + description: "A blue jersey, making you feel like a sports star." + components: + - type: Sprite + sprite: Backmen/Clothing/Under/undershirts.rsi + state: shirt_bluejersey-ICON + - type: Clothing + sprite: Backmen/Clothing/Under/undershirts.rsi + clothingVisuals: + undershirt: + - state: shirt_bluejersey + +- type: entity + parent: ClothingUnderShirtBase + id: ClothingUndershirt_clown + name: clown shirt + description: "A clown shirt, ready to make everyone laugh." + components: + - type: Sprite + sprite: Backmen/Clothing/Under/undershirts.rsi + state: shirt_clown-ICON + - type: Clothing + sprite: Backmen/Clothing/Under/undershirts.rsi + clothingVisuals: + undershirt: + - state: shirt_clown + +- type: entity + parent: ClothingUnderShirtBase + id: ClothingUndershirt_commie + name: commie shirt + description: "A commie shirt, making a political statement." + components: + - type: Sprite + sprite: Backmen/Clothing/Under/undershirts.rsi + state: shirt_commie-ICON + - type: Clothing + sprite: Backmen/Clothing/Under/undershirts.rsi + clothingVisuals: + undershirt: + - state: shirt_commie + +- type: entity + parent: ClothingUnderShirtBase + id: ClothingUndershirt_meat + name: meat shirt + description: "A shirt perfect for the meat and potatoes kind of person." + components: + - type: Sprite + sprite: Backmen/Clothing/Under/undershirts.rsi + state: shirt_meat-ICON + - type: Clothing + sprite: Backmen/Clothing/Under/undershirts.rsi + clothingVisuals: + undershirt: + - state: shirt_meat + +- type: entity + parent: ClothingUnderShirtBase + id: ClothingUndershirt_nano + name: nano shirt + description: "A sleek and cool shirt, perfect for hacking or looking cool." + components: + - type: Sprite + sprite: Backmen/Clothing/Under/undershirts.rsi + state: shirt_nano-ICON + - type: Clothing + sprite: Backmen/Clothing/Under/undershirts.rsi + clothingVisuals: + undershirt: + - state: shirt_nano + +- type: entity + parent: ClothingUnderShirtBase + id: ClothingUndershirt_question + name: question mark shirt + description: "A shirt with more questions than answers." + components: + - type: Sprite + sprite: Backmen/Clothing/Under/undershirts.rsi + state: shirt_question-ICON + - type: Clothing + sprite: Backmen/Clothing/Under/undershirts.rsi + clothingVisuals: + undershirt: + - state: shirt_question + +- type: entity + parent: ClothingUnderShirtBase + id: ClothingUndershirt_redjersey + name: red jersey + description: "A stylish red jersey, perfect for scoring style points." + components: + - type: Sprite + sprite: Backmen/Clothing/Under/undershirts.rsi + state: shirt_redjersey-ICON + - type: Clothing + sprite: Backmen/Clothing/Under/undershirts.rsi + clothingVisuals: + undershirt: + - state: shirt_redjersey + +- type: entity + parent: ClothingUnderShirtBase + id: ClothingUndershirt_skull + name: skull shirt + description: "A shirt making a bold statement about mortality." + components: + - type: Sprite + sprite: Backmen/Clothing/Under/undershirts.rsi + state: shirt_skull-ICON + - type: Clothing + sprite: Backmen/Clothing/Under/undershirts.rsi + clothingVisuals: + undershirt: + - state: shirt_skull + +- type: entity + parent: ClothingUnderShirtBase + id: ClothingUndershirt_ss13 + name: ss13 shirt + description: "A shirt representing your favorite space-themed game." + components: + - type: Sprite + sprite: Backmen/Clothing/Under/undershirts.rsi + state: shirt_ss13-ICON + - type: Clothing + sprite: Backmen/Clothing/Under/undershirts.rsi + clothingVisuals: + undershirt: + - state: shirt_ss13 + +- type: entity + parent: ClothingUnderShirtBase + id: ClothingUndershirt_stripes + name: striped shirt + description: "A striped shirt, perfect for getting in touch with your inner sailor." + components: + - type: Sprite + sprite: Backmen/Clothing/Under/undershirts.rsi + state: shirt_stripes-ICON + - type: Clothing + sprite: Backmen/Clothing/Under/undershirts.rsi + clothingVisuals: + undershirt: + - state: shirt_stripes + +- type: entity + parent: ClothingUnderShirtBase + id: ClothingUndershirt_tiedye + name: tie-dye shirt + description: "A colorful and bold tie-dye shirt, making a statement." + components: + - type: Sprite + sprite: Backmen/Clothing/Under/undershirts.rsi + state: shirt_tiedye-ICON + - type: Clothing + sprite: Backmen/Clothing/Under/undershirts.rsi + clothingVisuals: + undershirt: + - state: shirt_tiedye + +- type: entity + parent: ClothingUnderShirtBase + id: ClothingUndershortsleeve + name: t-shirt + description: "A classic and casual shirt for everyday wear." + components: + - type: Sprite + sprite: Backmen/Clothing/Under/undershirts.rsi + state: shortsleeve-ICON + - type: Clothing + sprite: Backmen/Clothing/Under/undershirts.rsi + clothingVisuals: + undershirt: + - state: shortsleeve + +- type: entity + parent: ClothingUnderShirtBase + id: ClothingUndersports_bra_alt + name: sports bra + description: "A shirt suitable for high-intensity activities." + components: + - type: Sprite + sprite: Backmen/Clothing/Under/undershirts.rsi + state: sports_bra_alt-ICON + - type: Clothing + sprite: Backmen/Clothing/Under/undershirts.rsi + clothingVisuals: + undershirt: + - state: sports_bra_alt + - type: TemperatureProtection + heatingCoefficient: 0.85 + +- type: entity + parent: ClothingUnderShirtBase + id: ClothingUndersports_bra + name: sports bra + description: "An undershirt for staying cool and dry during a workout." + components: + - type: Sprite + sprite: Backmen/Clothing/Under/undershirts.rsi + state: sports_bra-ICON + - type: Clothing + sprite: Backmen/Clothing/Under/undershirts.rsi + clothingVisuals: + undershirt: + - state: sports_bra + - type: TemperatureProtection + heatingCoefficient: 0.85 + +- type: entity + parent: ClothingUnderShirtBase + id: ClothingUnderstriped_bra + name: striped bra + description: "A sleek and stylish undergarment." + components: + - type: Sprite + sprite: Backmen/Clothing/Under/undershirts.rsi + state: striped_bra-ICON + - type: Clothing + sprite: Backmen/Clothing/Under/undershirts.rsi + clothingVisuals: + undershirt: + - state: striped_bra + - type: TemperatureProtection + heatingCoefficient: 0.85 + +- type: entity + parent: ClothingUnderShirtBase + id: ClothingUnderswimming_black + name: black swimming shirt + description: "A swimsuit for a sleek and stylish swim." + components: + - type: Sprite + sprite: Backmen/Clothing/Under/undershirts.rsi + state: swimming_black-ICON + - type: Clothing + sprite: Backmen/Clothing/Under/undershirts.rsi + clothingVisuals: + undershirt: + - state: swimming_black + - type: TemperatureProtection + heatingCoefficient: 0.85 + +- type: entity + parent: ClothingUnderShirtBase + id: ClothingUnderswimming_blue + name: blue swimming shirt + description: "A swimsuit for a refreshing swim with a pop of color." + components: + - type: Sprite + sprite: Backmen/Clothing/Under/undershirts.rsi + state: swimming_blue-ICON + - type: Clothing + sprite: Backmen/Clothing/Under/undershirts.rsi + clothingVisuals: + undershirt: + - state: swimming_blue + - type: TemperatureProtection + heatingCoefficient: 0.85 + +- type: entity + parent: ClothingUnderShirtBase + id: ClothingUnderswimming_red + name: red swimming shirt + description: "A swimsuit for a bold and daring swim." + components: + - type: Sprite + sprite: Backmen/Clothing/Under/undershirts.rsi + state: swimming_red-ICON + - type: Clothing + sprite: Backmen/Clothing/Under/undershirts.rsi + clothingVisuals: + undershirt: + - state: swimming_red + - type: TemperatureProtection + heatingCoefficient: 0.85 + +- type: entity + parent: ClothingUnderShirtBase + id: ClothingUndertank_fire + name: fire tank top + description: "A swimsuit for bringing the heat." + components: + - type: Sprite + sprite: Backmen/Clothing/Under/undershirts.rsi + state: tank_fire-ICON + - type: Clothing + sprite: Backmen/Clothing/Under/undershirts.rsi + clothingVisuals: + undershirt: + - state: tank_fire + - type: TemperatureProtection + heatingCoefficient: 0.85 + +- type: entity + parent: ClothingUnderShirtBase + id: ClothingUndertank_midriff_alt + name: midriff tank top + description: "A swimsuit for showing off your summer tan." + components: + - type: Sprite + sprite: Backmen/Clothing/Under/undershirts.rsi + state: tank_midriff_alt-ICON + - type: Clothing + sprite: Backmen/Clothing/Under/undershirts.rsi + clothingVisuals: + undershirt: + - state: tank_midriff_alt + - type: TemperatureProtection + heatingCoefficient: 0.85 + +- type: entity + parent: ClothingUnderShirtBase + id: ClothingUndertank_midriff + name: midriff tank top + description: "A swimsuit for a flirty and fun summer look." + components: + - type: Sprite + sprite: Backmen/Clothing/Under/undershirts.rsi + state: tank_midriff-ICON + - type: Clothing + sprite: Backmen/Clothing/Under/undershirts.rsi + clothingVisuals: + undershirt: + - state: tank_midriff + - type: TemperatureProtection + heatingCoefficient: 0.85 + +- type: entity + parent: ClothingUnderShirtBase + id: ClothingUndertank_rainbow + name: rainbow tank top + description: "A tank top for spreading positivity and good vibes." + components: + - type: Sprite + sprite: Backmen/Clothing/Under/undershirts.rsi + state: tank_rainbow-ICON + - type: Clothing + sprite: Backmen/Clothing/Under/undershirts.rsi + clothingVisuals: + undershirt: + - state: tank_rainbow + - type: TemperatureProtection + heatingCoefficient: 0.85 + +- type: entity + parent: ClothingUnderShirtBase + id: ClothingUndertank_stripes + name: striped tank top + description: "A fashionable tank top with heads and stripes alike." + components: + - type: Sprite + sprite: Backmen/Clothing/Under/undershirts.rsi + state: tank_stripes-ICON + - type: Clothing + sprite: Backmen/Clothing/Under/undershirts.rsi + clothingVisuals: + undershirt: + - state: tank_stripes + - type: TemperatureProtection + heatingCoefficient: 0.85 + +- type: entity + parent: ClothingUnderShirtBase + id: ClothingUndertank_sun + name: sun tank top + description: "A sunny tank top, shining bright like a sun." + components: + - type: Sprite + sprite: Backmen/Clothing/Under/undershirts.rsi + state: tank_sun-ICON + - type: Clothing + sprite: Backmen/Clothing/Under/undershirts.rsi + clothingVisuals: + undershirt: + - state: tank_sun + - type: TemperatureProtection + heatingCoefficient: 0.85 + +- type: entity + parent: ClothingUnderShirtBase + id: ClothingUndertanktop_alt + name: tank top + description: "A classic and stylish tank top." + components: + - type: Sprite + sprite: Backmen/Clothing/Under/undershirts.rsi + state: tanktop_alt-ICON + - type: Clothing + sprite: Backmen/Clothing/Under/undershirts.rsi + clothingVisuals: + undershirt: + - state: tanktop_alt + - type: TemperatureProtection + heatingCoefficient: 0.85 + +- type: entity + parent: ClothingUnderShirtBase + id: ClothingUndertanktop + name: tank top + description: "A comfortable and classic tank top." + components: + - type: Sprite + sprite: Backmen/Clothing/Under/undershirts.rsi + state: tanktop-ICON + - type: Clothing + sprite: Backmen/Clothing/Under/undershirts.rsi + clothingVisuals: + undershirt: + - state: tanktop + - type: TemperatureProtection + heatingCoefficient: 0.85 + +- type: entity + parent: ClothingUnderShirtBase + id: ClothingUndertubetop + name: tubetop + description: "A trendy and flirty tubetop, ready to make waves." + components: + - type: Sprite + sprite: Backmen/Clothing/Under/undershirts.rsi + state: tubetop-ICON + - type: Clothing + sprite: Backmen/Clothing/Under/undershirts.rsi + clothingVisuals: + undershirt: + - state: tubetop + - type: TemperatureProtection + heatingCoefficient: 0.85 + +- type: entity + parent: ClothingUnderShirtBase + id: ClothingUnderuk + name: union jack shirt + description: "A patriotic undershirt, ready to wave the flag of style." + components: + - type: Sprite + sprite: Backmen/Clothing/Under/undershirts.rsi + state: uk-ICON + - type: Clothing + sprite: Backmen/Clothing/Under/undershirts.rsi + clothingVisuals: + undershirt: + - state: uk + +- type: entity + parent: ClothingUnderShirtBase + id: ClothingUnderundershirt + name: undershirt + description: "A basic undershirt for staying cozy and covered." + components: + - type: Sprite + sprite: Backmen/Clothing/Under/undershirts.rsi + state: undershirt-ICON + - type: Clothing + sprite: Backmen/Clothing/Under/undershirts.rsi + clothingVisuals: + undershirt: + - state: undershirt + diff --git a/Resources/Prototypes/_Backmen/Entities/Clothing/Under/socks.yml b/Resources/Prototypes/_Backmen/Entities/Clothing/Under/socks.yml new file mode 100644 index 00000000000..3f79d686d36 --- /dev/null +++ b/Resources/Prototypes/_Backmen/Entities/Clothing/Under/socks.yml @@ -0,0 +1,656 @@ +- type: entity + abstract: true + description: "Did you know these things come in different colors??" + parent: Clothing + id: ClothingUnderSocksBase + components: + - type: Clothing + slots: + - SOCKS + - type: Sprite + # noRot: true + state: icon + - type: TemperatureProtection + heatingCoefficient: 0.90 + + +- type: entity + parent: ClothingUnderSocksBase + id: ClothingUnderAssBlastUSA_knee + name: american flag knee-highs + description: "A pair of American Flag knee-highs, perfect for showing off your patriotic side." + components: + - type: Sprite + sprite: Backmen/Clothing/Under/socks.rsi + state: assblastusa_knee-ICON + - type: Clothing + sprite: Backmen/Clothing/Under/socks.rsi + clothingVisuals: + socks: + - state: assblastusa_knee + - type: TemperatureProtection + heatingCoefficient: 0.85 + +- type: entity + parent: ClothingUnderSocksBase + id: ClothingUnderAssBlastUSA_thigh + name: american flag thigh-highs + description: "A pair of American Flag thigh-highs, ready to wave the flag in style." + components: + - type: Sprite + sprite: Backmen/Clothing/Under/socks.rsi + state: assblastusa_thigh-ICON + - type: Clothing + sprite: Backmen/Clothing/Under/socks.rsi + clothingVisuals: + socks: + - state: assblastusa_thigh + - type: TemperatureProtection + heatingCoefficient: 0.80 + +- type: entity + parent: ClothingUnderSocksBase + id: ClothingUnderBee_knee + name: bee knee-highs + description: "A pair of bee knee-highs, adding some buzz to your style." + components: + - type: Sprite + sprite: Backmen/Clothing/Under/socks.rsi + state: bee_knee-ICON + - type: Clothing + sprite: Backmen/Clothing/Under/socks.rsi + clothingVisuals: + socks: + - state: bee_knee + - type: TemperatureProtection + heatingCoefficient: 0.85 + +- type: entity + parent: ClothingUnderSocksBase + id: ClothingUnderBee_norm + name: bee socks + description: "A pair of bee themed socks, perfect for making a statement with your footwear." + components: + - type: Sprite + sprite: Backmen/Clothing/Under/socks.rsi + state: bee_norm-ICON + - type: Clothing + sprite: Backmen/Clothing/Under/socks.rsi + clothingVisuals: + socks: + - state: bee_norm + +- type: entity + parent: ClothingUnderSocksBase + id: ClothingUnderBee_thigh + name: bee thigh-highs + description: "A pair of bee thigh-highs, sure to draw attention with their unique design." + components: + - type: Sprite + sprite: Backmen/Clothing/Under/socks.rsi + state: bee_thigh-ICON + - type: Clothing + sprite: Backmen/Clothing/Under/socks.rsi + clothingVisuals: + socks: + - state: bee_thigh + - type: TemperatureProtection + heatingCoefficient: 0.85 + +- type: entity + parent: ClothingUnderSocksBase + id: ClothingUnderCandyCaneg_knee + name: green striped knee-highs + description: "A pair of green striped knee-highs, perfect for spreading holiday cheer." + components: + - type: Sprite + sprite: Backmen/Clothing/Under/socks.rsi + state: candycaneg_knee-ICON + - type: Clothing + sprite: Backmen/Clothing/Under/socks.rsi + clothingVisuals: + socks: + - state: candycaneg_knee + - type: TemperatureProtection + heatingCoefficient: 0.85 + +- type: entity + parent: ClothingUnderSocksBase + id: ClothingUnderCandyCaneg_norm + name: green striped socks + description: "A pair of green striped socks, perfect for spreading holiday cheer one step at a time." + components: + - type: Sprite + sprite: Backmen/Clothing/Under/socks.rsi + state: candycaneg_norm-ICON + - type: Clothing + sprite: Backmen/Clothing/Under/socks.rsi + clothingVisuals: + socks: + - state: candycaneg_norm + +- type: entity + parent: ClothingUnderSocksBase + id: ClothingUnderCandyCaneg_thigh + name: green striped thigh-highs + description: "A pair of green striped thigh-highs, perfect for spreading holiday cheer from your knees to your hips." + components: + - type: Sprite + sprite: Backmen/Clothing/Under/socks.rsi + state: candycaneg_thigh-ICON + - type: Clothing + sprite: Backmen/Clothing/Under/socks.rsi + clothingVisuals: + socks: + - state: candycaneg_thigh + - type: TemperatureProtection + heatingCoefficient: 0.85 + +- type: entity + parent: ClothingUnderSocksBase + id: ClothingUnderCandyCaner_knee + name: red striped knee-highs + description: "A pair of red striped knee-highs, perfect for getting in the holiday spirit." + components: + - type: Sprite + sprite: Backmen/Clothing/Under/socks.rsi + state: candycaner_knee-ICON + - type: Clothing + sprite: Backmen/Clothing/Under/socks.rsi + clothingVisuals: + socks: + - state: candycaner_knee + - type: TemperatureProtection + heatingCoefficient: 0.85 + +- type: entity + parent: ClothingUnderSocksBase + id: ClothingUnderCandyCaner_norm + name: red striped socks + description: "A pair of candy cane socks, adding some sweetness to your step." + components: + - type: Sprite + sprite: Backmen/Clothing/Under/socks.rsi + state: candycaner_norm-ICON + - type: Clothing + sprite: Backmen/Clothing/Under/socks.rsi + clothingVisuals: + socks: + - state: candycaner_norm + +- type: entity + parent: ClothingUnderSocksBase + id: ClothingUnderCandyCaner_thigh + name: red striped thigh-highs + description: "A pair of red striped thigh-highs, perfect for striding with confidence and sass." + components: + - type: Sprite + sprite: Backmen/Clothing/Under/socks.rsi + state: candycaner_thigh-ICON + - type: Clothing + sprite: Backmen/Clothing/Under/socks.rsi + clothingVisuals: + socks: + - state: candycaner_thigh + - type: TemperatureProtection + heatingCoefficient: 0.85 + +- type: entity + parent: ClothingUnderSocksBase + id: ClothingUnderChristmas_knee + name: christmas knee-highs + description: "A pair of festive knee-highs, perfect for spreading holiday cheer all year round." + components: + - type: Sprite + sprite: Backmen/Clothing/Under/socks.rsi + state: christmas_knee-ICON + - type: Clothing + sprite: Backmen/Clothing/Under/socks.rsi + clothingVisuals: + socks: + - state: christmas_knee + - type: TemperatureProtection + heatingCoefficient: 0.85 + +- type: entity + parent: ClothingUnderSocksBase + id: ClothingUnderChristmas_norm + name: christmas socks + description: "A pair of cozy Christmas socks, perfect for wrapping your feet up in holiday warmth." + components: + - type: Sprite + sprite: Backmen/Clothing/Under/socks.rsi + state: christmas_norm-ICON + - type: Clothing + sprite: Backmen/Clothing/Under/socks.rsi + clothingVisuals: + socks: + - state: christmas_norm + +- type: entity + parent: ClothingUnderSocksBase + id: ClothingUnderChristmas_thigh + name: christmas thigh-highs + description: "A pair of merry thigh-highs, perfect for getting in the holiday spirit from the toes up." + components: + - type: Sprite + sprite: Backmen/Clothing/Under/socks.rsi + state: christmas_thigh-ICON + - type: Clothing + sprite: Backmen/Clothing/Under/socks.rsi + clothingVisuals: + socks: + - state: christmas_thigh + - type: TemperatureProtection + heatingCoefficient: 0.85 + +- type: entity + parent: ClothingUnderSocksBase + id: ClothingUnderCommie_knee + name: commie knee-highs + description: "A pair of commie knee-highs, perfect for making a political statement." + components: + - type: Sprite + sprite: Backmen/Clothing/Under/socks.rsi + state: commie_knee-ICON + - type: Clothing + sprite: Backmen/Clothing/Under/socks.rsi + clothingVisuals: + socks: + - state: commie_knee + - type: TemperatureProtection + heatingCoefficient: 0.85 + +- type: entity + parent: ClothingUnderSocksBase + id: ClothingUnderCommie_thigh + name: commie thigh-highs + description: "A pair of commie thigh-highs, perfect for showing your revolutionary spirit." + components: + - type: Sprite + sprite: Backmen/Clothing/Under/socks.rsi + state: commie_thigh-ICON + - type: Clothing + sprite: Backmen/Clothing/Under/socks.rsi + clothingVisuals: + socks: + - state: commie_thigh + - type: TemperatureProtection + heatingCoefficient: 0.85 + +# - type: entity +# parent: ClothingUnderSocksBase +# id: ClothingUnderFishnet +# name: fishnet +# components: +# - type: Sprite +# sprite: Backmen/Clothing/Under/socks.rsi +# state: fishnet-ICON +# - type: Clothing +# sprite: Backmen/Clothing/Under/socks.rsi +# clothingVisuals: +# socks: +# - state: fishnet + +- type: entity + parent: ClothingUnderSocksBase + id: ClothingUnderGarter + name: garter + description: "A versatile garter, perfect for getting a leg up on style." + components: + - type: Sprite + sprite: Backmen/Clothing/Under/socks.rsi + state: garter-ICON + - type: Clothing + sprite: Backmen/Clothing/Under/socks.rsi + clothingVisuals: + socks: + - state: garter + - type: TemperatureProtection + heatingCoefficient: 0.85 + +- type: entity + parent: ClothingUnderSocksBase + id: ClothingUnderRainbow_knee + name: rainbow knee-highs + description: "A pair of rainbow knee-highs, perfect for brightening up a dull day." + components: + - type: Sprite + sprite: Backmen/Clothing/Under/socks.rsi + state: rainbow_knee-ICON + - type: Clothing + sprite: Backmen/Clothing/Under/socks.rsi + clothingVisuals: + socks: + - state: rainbow_knee + - type: TemperatureProtection + heatingCoefficient: 0.85 + +- type: entity + parent: ClothingUnderSocksBase + id: ClothingUnderRainbow_thigh + name: rainbow thigh-highs + description: "A pair of rainbow thigh-highs, perfect for showing off a little bit of color." + components: + - type: Sprite + sprite: Backmen/Clothing/Under/socks.rsi + state: rainbow_thigh-ICON + - type: Clothing + sprite: Backmen/Clothing/Under/socks.rsi + clothingVisuals: + socks: + - state: rainbow_thigh + - type: TemperatureProtection + heatingCoefficient: 0.85 + +- type: entity + parent: ClothingUnderSocksBase + id: ClothingUnderSocks_knee + name: knee-highs + description: "A pair of knee-highs, perfect for keeping your legs warm and looking stylish." + suffix: uncolored + components: + - type: Sprite + sprite: Backmen/Clothing/Under/socks.rsi + state: socks_knee-ICON + - type: Clothing + sprite: Backmen/Clothing/Under/socks.rsi + clothingVisuals: + socks: + - state: socks_knee + - type: TemperatureProtection + heatingCoefficient: 0.85 + # color: "#FF0000FF" #WOOOOO + +- type: entity + parent: ClothingUnderSocksBase + id: ClothingUnderSocks_norm + name: socks + description: "A pair of basic socks, perfect for when you need to blend in with the crowd." + suffix: uncolored + components: + - type: Sprite + sprite: Backmen/Clothing/Under/socks.rsi + state: socks_norm-ICON + - type: Clothing + sprite: Backmen/Clothing/Under/socks.rsi + clothingVisuals: + socks: + - state: socks_norm + +- type: entity + parent: ClothingUnderSocksBase + id: ClothingUnderSocks_short + name: socks + description: "A pair of short socks, perfect for when you want to show off your footwear." + suffix: uncolored + components: + - type: Sprite + sprite: Backmen/Clothing/Under/socks.rsi + state: socks_short-ICON + - type: Clothing + sprite: Backmen/Clothing/Under/socks.rsi + clothingVisuals: + socks: + - state: socks_short + - type: TemperatureProtection + heatingCoefficient: 0.95 + +- type: entity + parent: ClothingUnderSocksBase + id: ClothingUnderSocks_thigh + name: thigh-highs + description: "A pair of thigh-highs, perfect for when you want to add a pop of color to your outfit." + suffix: uncolored + components: + - type: Sprite + sprite: Backmen/Clothing/Under/socks.rsi + state: socks_thigh-ICON + - type: Clothing + sprite: Backmen/Clothing/Under/socks.rsi + clothingVisuals: + socks: + - state: socks_thigh + - type: TemperatureProtection + heatingCoefficient: 0.85 + +- type: entity + parent: ClothingUnderSocksBase + id: ClothingUnderStockings_blue + name: blue thigh-highs + description: "A pair of blue thigh-highs, perfect for a touch of sophistication." + components: + - type: Sprite + sprite: Backmen/Clothing/Under/socks.rsi + state: stockings_blue-ICON + - type: Clothing + sprite: Backmen/Clothing/Under/socks.rsi + clothingVisuals: + socks: + - state: stockings_blue + - type: TemperatureProtection + heatingCoefficient: 0.85 + +- type: entity + parent: ClothingUnderSocksBase + id: ClothingUnderStockings_cyan + name: cyan thigh-highs + description: "A pair of cyan thigh-highs, perfect for standing out in a sea of black." + components: + - type: Sprite + sprite: Backmen/Clothing/Under/socks.rsi + state: stockings_cyan-ICON + - type: Clothing + sprite: Backmen/Clothing/Under/socks.rsi + clothingVisuals: + socks: + - state: stockings_cyan + - type: TemperatureProtection + heatingCoefficient: 0.85 + +- type: entity + parent: ClothingUnderSocksBase + id: ClothingUnderStockings_dpink + name: dark pink thigh-highs + description: "A pair of dark pink thigh-highs, perfect for a night out on the town." + components: + - type: Sprite + sprite: Backmen/Clothing/Under/socks.rsi + state: stockings_dpink-ICON + - type: Clothing + sprite: Backmen/Clothing/Under/socks.rsi + clothingVisuals: + socks: + - state: stockings_dpink + - type: TemperatureProtection + heatingCoefficient: 0.85 + +- type: entity + parent: ClothingUnderSocksBase + id: ClothingUnderStockings_green + name: green thigh-highs + description: "A pair of green thigh-highs, perfect for making everyone green with envy." + components: + - type: Sprite + sprite: Backmen/Clothing/Under/socks.rsi + state: stockings_green-ICON + - type: Clothing + sprite: Backmen/Clothing/Under/socks.rsi + clothingVisuals: + socks: + - state: stockings_green + - type: TemperatureProtection + heatingCoefficient: 0.85 + +- type: entity + parent: ClothingUnderSocksBase + id: ClothingUnderStockings_lpink + suffix: light pink thigh-highs + name: coder socks + description: "A pair of code-fix socks, perfect for geeks on the go." + components: + - type: Sprite + sprite: Backmen/Clothing/Under/socks.rsi + state: stockings_lpink-ICON + - type: Clothing + sprite: Backmen/Clothing/Under/socks.rsi + clothingVisuals: + socks: + - state: stockings_lpink + - type: TemperatureProtection + heatingCoefficient: 0.85 + +- type: entity + parent: ClothingUnderSocksBase + id: ClothingUnderStockings_orange + name: orange thigh-highs + description: "A pair of colorful thigh-highs, perfect for the daring fashionista." + components: + - type: Sprite + sprite: Backmen/Clothing/Under/socks.rsi + state: stockings_orange-ICON + - type: Clothing + sprite: Backmen/Clothing/Under/socks.rsi + clothingVisuals: + socks: + - state: stockings_orange + - type: TemperatureProtection + heatingCoefficient: 0.85 + +- type: entity + parent: ClothingUnderSocksBase + id: ClothingUnderStockings_purple + name: purple thigh-highs + description: "A pair of royal thigh-highs, perfect for feeling like royalty with every step." + components: + - type: Sprite + sprite: Backmen/Clothing/Under/socks.rsi + state: stockings_purple-ICON + - type: Clothing + sprite: Backmen/Clothing/Under/socks.rsi + clothingVisuals: + socks: + - state: stockings_purple + - type: TemperatureProtection + heatingCoefficient: 0.85 + +- type: entity + parent: ClothingUnderSocksBase + id: ClothingUnderStockings_yellow + name: yellow thigh-highs + description: "A pair of rainbow thigh-highs, perfect for bringing light wherever you go." + components: + - type: Sprite + sprite: Backmen/Clothing/Under/socks.rsi + state: stockings_yellow-ICON + - type: Clothing + sprite: Backmen/Clothing/Under/socks.rsi + clothingVisuals: + socks: + - state: stockings_yellow + - type: TemperatureProtection + heatingCoefficient: 0.85 + +- type: entity + parent: ClothingUnderSocksBase + id: ClothingUnderStriped_knee + name: striped knee-highs + description: "A pair of sailor stripe socks, perfect for the sailor in all of us." + suffix: uncolored + components: + - type: Sprite + sprite: Backmen/Clothing/Under/socks.rsi + state: striped_knee-ICON + - type: Clothing + sprite: Backmen/Clothing/Under/socks.rsi + clothingVisuals: + socks: + - state: striped_knee + - type: TemperatureProtection + heatingCoefficient: 0.85 + +- type: entity + parent: ClothingUnderSocksBase + id: ClothingUnderStriped_thigh + name: striped thigh-highs + description: "A pair of nautical and sassy stripe socks, perfect for the fashionista." + suffix: uncolored + components: + - type: Sprite + sprite: Backmen/Clothing/Under/socks.rsi + state: striped_thigh-ICON + - type: Clothing + sprite: Backmen/Clothing/Under/socks.rsi + clothingVisuals: + socks: + - state: striped_thigh + - type: TemperatureProtection + heatingCoefficient: 0.85 + +- type: entity + parent: ClothingUnderSocksBase + id: ClothingUnderThin_knee + name: thin knee-highs + description: "A pair of minimalist knee-highs, perfect for a touch of style without the bulk." + components: + - type: Sprite + sprite: Backmen/Clothing/Under/socks.rsi + state: thin_knee-ICON + - type: Clothing + sprite: Backmen/Clothing/Under/socks.rsi + clothingVisuals: + socks: + - state: thin_knee + - type: TemperatureProtection + heatingCoefficient: 0.85 + +- type: entity + parent: ClothingUnderSocksBase + id: ClothingUnderThin_thigh + name: thin thigh-highs + description: "A pair of minimalist thigh-highs, perfect for a touch of style without the bulk, up higher." + components: + - type: Sprite + sprite: Backmen/Clothing/Under/socks.rsi + state: thin_thigh-ICON + - type: Clothing + sprite: Backmen/Clothing/Under/socks.rsi + clothingVisuals: + socks: + - state: thin_thigh + - type: TemperatureProtection + heatingCoefficient: 0.85 + +- type: entity + parent: ClothingUnderSocksBase + id: ClothingUnderUK_knee + name: uk knee-highs + description: "A pair of Union Jack knee-highs, perfect for the Anglophile." + components: + - type: Sprite + sprite: Backmen/Clothing/Under/socks.rsi + state: uk_knee-ICON + - type: Clothing + sprite: Backmen/Clothing/Under/socks.rsi + clothingVisuals: + socks: + - state: uk_knee + - type: TemperatureProtection + heatingCoefficient: 0.85 + +- type: entity + parent: ClothingUnderSocksBase + id: ClothingUnderUK_thigh + name: uk thigh-highs + description: "A pair of Union Jack thigh-highs, perfect for the Anglophile who wants to show their love for Britain, head to toe." + components: + - type: Sprite + sprite: Backmen/Clothing/Under/socks.rsi + state: uk_thigh-ICON + - type: Clothing + sprite: Backmen/Clothing/Under/socks.rsi + clothingVisuals: + socks: + - state: uk_thigh + - type: TemperatureProtection + heatingCoefficient: 0.85 diff --git a/Resources/Prototypes/_Backmen/Entities/Mobs/Species/arachne.yml b/Resources/Prototypes/_Backmen/Entities/Mobs/Species/arachne.yml index 6a0ab268958..269426570c5 100644 --- a/Resources/Prototypes/_Backmen/Entities/Mobs/Species/arachne.yml +++ b/Resources/Prototypes/_Backmen/Entities/Mobs/Species/arachne.yml @@ -261,6 +261,29 @@ uiWindowPos: 0,2 strippingWindowPos: 0,2 displayName: Jumpsuit + #backmen:underclothing-start + - name: undershirt + slotTexture: undershirt + slotFlags: UNDERSHIRT + stripTime: 8 + uiWindowPos: 4,1 + strippingWindowPos: 3,1 + displayName: Undershirt +# - name: underpants +# slotTexture: underpants +# slotFlags: UNDERPANTS +# stripTime: 12 +# uiWindowPos: 4,0 +# strippingWindowPos: 3,2 +# displayName: Underpants +# - name: socks +# slotTexture: socks +# slotFlags: SOCKS +# stripTime: 8 +# uiWindowPos: 4,2 +# strippingWindowPos: 3,3 +# displayName: Socks + #backmen:underclothing-end - name: gloves slotTexture: gloves slotFlags: GLOVES diff --git a/Resources/Prototypes/_Backmen/InventoryTemplates/golem_inventory_tempalte.yml b/Resources/Prototypes/_Backmen/InventoryTemplates/golem_inventory_tempalte.yml index 8bc92db82e4..70e6339c336 100644 --- a/Resources/Prototypes/_Backmen/InventoryTemplates/golem_inventory_tempalte.yml +++ b/Resources/Prototypes/_Backmen/InventoryTemplates/golem_inventory_tempalte.yml @@ -1,6 +1,29 @@ - type: inventoryTemplate id: golem slots: + #backmen:underclothing-start + - name: undershirt + slotTexture: undershirt + slotFlags: UNDERSHIRT + stripTime: 8 + uiWindowPos: 4,1 + strippingWindowPos: 3,1 + displayName: Undershirt + - name: underpants + slotTexture: underpants + slotFlags: UNDERPANTS + stripTime: 12 + uiWindowPos: 4,0 + strippingWindowPos: 3,2 + displayName: Underpants + - name: socks + slotTexture: socks + slotFlags: SOCKS + stripTime: 8 + uiWindowPos: 4,2 + strippingWindowPos: 3,3 + displayName: Socks + #backmen:underclothing-end - name: shoes slotTexture: shoes slotFlags: FEET diff --git a/Resources/Textures/Backmen/Clothing/Under/socks.rsi/assblastusa_knee-ICON.png b/Resources/Textures/Backmen/Clothing/Under/socks.rsi/assblastusa_knee-ICON.png new file mode 100644 index 00000000000..5cea1b469ef Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Under/socks.rsi/assblastusa_knee-ICON.png differ diff --git a/Resources/Textures/Backmen/Clothing/Under/socks.rsi/assblastusa_knee.png b/Resources/Textures/Backmen/Clothing/Under/socks.rsi/assblastusa_knee.png new file mode 100644 index 00000000000..a9e5d8a3209 Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Under/socks.rsi/assblastusa_knee.png differ diff --git a/Resources/Textures/Backmen/Clothing/Under/socks.rsi/assblastusa_thigh-ICON.png b/Resources/Textures/Backmen/Clothing/Under/socks.rsi/assblastusa_thigh-ICON.png new file mode 100644 index 00000000000..c11333962b6 Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Under/socks.rsi/assblastusa_thigh-ICON.png differ diff --git a/Resources/Textures/Backmen/Clothing/Under/socks.rsi/assblastusa_thigh.png b/Resources/Textures/Backmen/Clothing/Under/socks.rsi/assblastusa_thigh.png new file mode 100644 index 00000000000..9171c896403 Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Under/socks.rsi/assblastusa_thigh.png differ diff --git a/Resources/Textures/Backmen/Clothing/Under/socks.rsi/bee_knee-ICON.png b/Resources/Textures/Backmen/Clothing/Under/socks.rsi/bee_knee-ICON.png new file mode 100644 index 00000000000..25abf3e06b9 Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Under/socks.rsi/bee_knee-ICON.png differ diff --git a/Resources/Textures/Backmen/Clothing/Under/socks.rsi/bee_knee.png b/Resources/Textures/Backmen/Clothing/Under/socks.rsi/bee_knee.png new file mode 100644 index 00000000000..c36438f066c Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Under/socks.rsi/bee_knee.png differ diff --git a/Resources/Textures/Backmen/Clothing/Under/socks.rsi/bee_norm-ICON.png b/Resources/Textures/Backmen/Clothing/Under/socks.rsi/bee_norm-ICON.png new file mode 100644 index 00000000000..3742237f7f2 Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Under/socks.rsi/bee_norm-ICON.png differ diff --git a/Resources/Textures/Backmen/Clothing/Under/socks.rsi/bee_norm.png b/Resources/Textures/Backmen/Clothing/Under/socks.rsi/bee_norm.png new file mode 100644 index 00000000000..b60eadb9433 Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Under/socks.rsi/bee_norm.png differ diff --git a/Resources/Textures/Backmen/Clothing/Under/socks.rsi/bee_thigh-ICON.png b/Resources/Textures/Backmen/Clothing/Under/socks.rsi/bee_thigh-ICON.png new file mode 100644 index 00000000000..f33ccbc8978 Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Under/socks.rsi/bee_thigh-ICON.png differ diff --git a/Resources/Textures/Backmen/Clothing/Under/socks.rsi/bee_thigh.png b/Resources/Textures/Backmen/Clothing/Under/socks.rsi/bee_thigh.png new file mode 100644 index 00000000000..bd34f04ed8a Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Under/socks.rsi/bee_thigh.png differ diff --git a/Resources/Textures/Backmen/Clothing/Under/socks.rsi/candycaneg_knee-ICON.png b/Resources/Textures/Backmen/Clothing/Under/socks.rsi/candycaneg_knee-ICON.png new file mode 100644 index 00000000000..fb46868e234 Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Under/socks.rsi/candycaneg_knee-ICON.png differ diff --git a/Resources/Textures/Backmen/Clothing/Under/socks.rsi/candycaneg_knee.png b/Resources/Textures/Backmen/Clothing/Under/socks.rsi/candycaneg_knee.png new file mode 100644 index 00000000000..41bcca9e3aa Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Under/socks.rsi/candycaneg_knee.png differ diff --git a/Resources/Textures/Backmen/Clothing/Under/socks.rsi/candycaneg_norm-ICON.png b/Resources/Textures/Backmen/Clothing/Under/socks.rsi/candycaneg_norm-ICON.png new file mode 100644 index 00000000000..d015fefa1a3 Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Under/socks.rsi/candycaneg_norm-ICON.png differ diff --git a/Resources/Textures/Backmen/Clothing/Under/socks.rsi/candycaneg_norm.png b/Resources/Textures/Backmen/Clothing/Under/socks.rsi/candycaneg_norm.png new file mode 100644 index 00000000000..9529f1dabfb Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Under/socks.rsi/candycaneg_norm.png differ diff --git a/Resources/Textures/Backmen/Clothing/Under/socks.rsi/candycaneg_thigh-ICON.png b/Resources/Textures/Backmen/Clothing/Under/socks.rsi/candycaneg_thigh-ICON.png new file mode 100644 index 00000000000..4cdd9b3fc9c Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Under/socks.rsi/candycaneg_thigh-ICON.png differ diff --git a/Resources/Textures/Backmen/Clothing/Under/socks.rsi/candycaneg_thigh.png b/Resources/Textures/Backmen/Clothing/Under/socks.rsi/candycaneg_thigh.png new file mode 100644 index 00000000000..ff97dd80fbc Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Under/socks.rsi/candycaneg_thigh.png differ diff --git a/Resources/Textures/Backmen/Clothing/Under/socks.rsi/candycaner_knee-ICON.png b/Resources/Textures/Backmen/Clothing/Under/socks.rsi/candycaner_knee-ICON.png new file mode 100644 index 00000000000..fc0c58d61be Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Under/socks.rsi/candycaner_knee-ICON.png differ diff --git a/Resources/Textures/Backmen/Clothing/Under/socks.rsi/candycaner_knee.png b/Resources/Textures/Backmen/Clothing/Under/socks.rsi/candycaner_knee.png new file mode 100644 index 00000000000..8946028049b Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Under/socks.rsi/candycaner_knee.png differ diff --git a/Resources/Textures/Backmen/Clothing/Under/socks.rsi/candycaner_norm-ICON.png b/Resources/Textures/Backmen/Clothing/Under/socks.rsi/candycaner_norm-ICON.png new file mode 100644 index 00000000000..7c4c2ac71ff Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Under/socks.rsi/candycaner_norm-ICON.png differ diff --git a/Resources/Textures/Backmen/Clothing/Under/socks.rsi/candycaner_norm.png b/Resources/Textures/Backmen/Clothing/Under/socks.rsi/candycaner_norm.png new file mode 100644 index 00000000000..c2ab51177fa Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Under/socks.rsi/candycaner_norm.png differ diff --git a/Resources/Textures/Backmen/Clothing/Under/socks.rsi/candycaner_thigh-ICON.png b/Resources/Textures/Backmen/Clothing/Under/socks.rsi/candycaner_thigh-ICON.png new file mode 100644 index 00000000000..32859347b79 Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Under/socks.rsi/candycaner_thigh-ICON.png differ diff --git a/Resources/Textures/Backmen/Clothing/Under/socks.rsi/candycaner_thigh.png b/Resources/Textures/Backmen/Clothing/Under/socks.rsi/candycaner_thigh.png new file mode 100644 index 00000000000..36f06435061 Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Under/socks.rsi/candycaner_thigh.png differ diff --git a/Resources/Textures/Backmen/Clothing/Under/socks.rsi/christmas_knee-ICON.png b/Resources/Textures/Backmen/Clothing/Under/socks.rsi/christmas_knee-ICON.png new file mode 100644 index 00000000000..f5099d5c36b Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Under/socks.rsi/christmas_knee-ICON.png differ diff --git a/Resources/Textures/Backmen/Clothing/Under/socks.rsi/christmas_knee.png b/Resources/Textures/Backmen/Clothing/Under/socks.rsi/christmas_knee.png new file mode 100644 index 00000000000..1af126d5dcf Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Under/socks.rsi/christmas_knee.png differ diff --git a/Resources/Textures/Backmen/Clothing/Under/socks.rsi/christmas_norm-ICON.png b/Resources/Textures/Backmen/Clothing/Under/socks.rsi/christmas_norm-ICON.png new file mode 100644 index 00000000000..48f0ccc437f Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Under/socks.rsi/christmas_norm-ICON.png differ diff --git a/Resources/Textures/Backmen/Clothing/Under/socks.rsi/christmas_norm.png b/Resources/Textures/Backmen/Clothing/Under/socks.rsi/christmas_norm.png new file mode 100644 index 00000000000..decd8b65039 Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Under/socks.rsi/christmas_norm.png differ diff --git a/Resources/Textures/Backmen/Clothing/Under/socks.rsi/christmas_thigh-ICON.png b/Resources/Textures/Backmen/Clothing/Under/socks.rsi/christmas_thigh-ICON.png new file mode 100644 index 00000000000..26a81ecb007 Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Under/socks.rsi/christmas_thigh-ICON.png differ diff --git a/Resources/Textures/Backmen/Clothing/Under/socks.rsi/christmas_thigh.png b/Resources/Textures/Backmen/Clothing/Under/socks.rsi/christmas_thigh.png new file mode 100644 index 00000000000..522131197b8 Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Under/socks.rsi/christmas_thigh.png differ diff --git a/Resources/Textures/Backmen/Clothing/Under/socks.rsi/commie_knee-ICON.png b/Resources/Textures/Backmen/Clothing/Under/socks.rsi/commie_knee-ICON.png new file mode 100644 index 00000000000..a78c4134857 Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Under/socks.rsi/commie_knee-ICON.png differ diff --git a/Resources/Textures/Backmen/Clothing/Under/socks.rsi/commie_knee.png b/Resources/Textures/Backmen/Clothing/Under/socks.rsi/commie_knee.png new file mode 100644 index 00000000000..e98b923140b Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Under/socks.rsi/commie_knee.png differ diff --git a/Resources/Textures/Backmen/Clothing/Under/socks.rsi/commie_thigh-ICON.png b/Resources/Textures/Backmen/Clothing/Under/socks.rsi/commie_thigh-ICON.png new file mode 100644 index 00000000000..439fd3eca7b Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Under/socks.rsi/commie_thigh-ICON.png differ diff --git a/Resources/Textures/Backmen/Clothing/Under/socks.rsi/commie_thigh.png b/Resources/Textures/Backmen/Clothing/Under/socks.rsi/commie_thigh.png new file mode 100644 index 00000000000..c2e6fed9a22 Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Under/socks.rsi/commie_thigh.png differ diff --git a/Resources/Textures/Backmen/Clothing/Under/socks.rsi/fishnet-ICON.png b/Resources/Textures/Backmen/Clothing/Under/socks.rsi/fishnet-ICON.png new file mode 100644 index 00000000000..4072af20c99 Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Under/socks.rsi/fishnet-ICON.png differ diff --git a/Resources/Textures/Backmen/Clothing/Under/socks.rsi/fishnet.png b/Resources/Textures/Backmen/Clothing/Under/socks.rsi/fishnet.png new file mode 100644 index 00000000000..7cbd922b047 Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Under/socks.rsi/fishnet.png differ diff --git a/Resources/Textures/Backmen/Clothing/Under/socks.rsi/garter-ICON.png b/Resources/Textures/Backmen/Clothing/Under/socks.rsi/garter-ICON.png new file mode 100644 index 00000000000..98bdb90e21d Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Under/socks.rsi/garter-ICON.png differ diff --git a/Resources/Textures/Backmen/Clothing/Under/socks.rsi/garter.png b/Resources/Textures/Backmen/Clothing/Under/socks.rsi/garter.png new file mode 100644 index 00000000000..ec04a7a8baa Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Under/socks.rsi/garter.png differ diff --git a/Resources/Textures/Backmen/Clothing/Under/socks.rsi/meta.json b/Resources/Textures/Backmen/Clothing/Under/socks.rsi/meta.json new file mode 100644 index 00000000000..714b69ed40e --- /dev/null +++ b/Resources/Textures/Backmen/Clothing/Under/socks.rsi/meta.json @@ -0,0 +1,277 @@ +{ + "version": 1, + "size": { + "x": 32, + "y": 32 + }, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from TGStation at commit https://github.com/tgstation/tgstation/commit/343ec403eb9941c4b4fc298bd0c686f2350d6917", + "states": [ + { + "name": "assblastusa_knee-ICON" + }, + { + "name": "assblastusa_knee", + "directions": 4 + }, + { + "name": "assblastusa_thigh-ICON" + }, + { + "name": "assblastusa_thigh", + "directions": 4 + }, + { + "name": "bee_knee-ICON" + }, + { + "name": "bee_knee", + "directions": 4 + }, + { + "name": "bee_norm-ICON" + }, + { + "name": "bee_norm", + "directions": 4 + }, + { + "name": "bee_thigh-ICON" + }, + { + "name": "bee_thigh", + "directions": 4 + }, + { + "name": "candycaneg_knee-ICON" + }, + { + "name": "candycaneg_knee", + "directions": 4 + }, + { + "name": "candycaneg_norm-ICON" + }, + { + "name": "candycaneg_norm", + "directions": 4 + }, + { + "name": "candycaneg_thigh-ICON" + }, + { + "name": "candycaneg_thigh", + "directions": 4 + }, + { + "name": "candycaner_knee-ICON" + }, + { + "name": "candycaner_knee", + "directions": 4 + }, + { + "name": "candycaner_norm-ICON" + }, + { + "name": "candycaner_norm", + "directions": 4 + }, + { + "name": "candycaner_thigh-ICON" + }, + { + "name": "candycaner_thigh", + "directions": 4 + }, + { + "name": "christmas_knee-ICON" + }, + { + "name": "christmas_knee", + "directions": 4 + }, + { + "name": "christmas_norm-ICON" + }, + { + "name": "christmas_norm", + "directions": 4 + }, + { + "name": "christmas_thigh-ICON" + }, + { + "name": "christmas_thigh", + "directions": 4 + }, + { + "name": "commie_knee-ICON" + }, + { + "name": "commie_knee", + "directions": 4 + }, + { + "name": "commie_thigh-ICON" + }, + { + "name": "commie_thigh", + "directions": 4 + }, + { + "name": "fishnet-ICON" + }, + { + "name": "fishnet", + "directions": 4 + }, + { + "name": "garter-ICON" + }, + { + "name": "garter", + "directions": 4 + }, + { + "name": "rainbow_knee-ICON" + }, + { + "name": "rainbow_knee", + "directions": 4 + }, + { + "name": "rainbow_thigh-ICON" + }, + { + "name": "rainbow_thigh", + "directions": 4 + }, + { + "name": "socks_knee-ICON" + }, + { + "name": "socks_knee", + "directions": 4 + }, + { + "name": "socks_norm-ICON" + }, + { + "name": "socks_norm", + "directions": 4 + }, + { + "name": "socks_short-ICON" + }, + { + "name": "socks_short", + "directions": 4 + }, + { + "name": "socks_thigh-ICON" + }, + { + "name": "socks_thigh", + "directions": 4 + }, + { + "name": "stockings_blue-ICON" + }, + { + "name": "stockings_blue", + "directions": 4 + }, + { + "name": "stockings_cyan-ICON" + }, + { + "name": "stockings_cyan", + "directions": 4 + }, + { + "name": "stockings_dpink-ICON" + }, + { + "name": "stockings_dpink", + "directions": 4 + }, + { + "name": "stockings_green-ICON" + }, + { + "name": "stockings_green", + "directions": 4 + }, + { + "name": "stockings_lpink-ICON" + }, + { + "name": "stockings_lpink", + "directions": 4 + }, + { + "name": "stockings_orange-ICON" + }, + { + "name": "stockings_orange", + "directions": 4 + }, + { + "name": "stockings_purple-ICON" + }, + { + "name": "stockings_purple", + "directions": 4 + }, + { + "name": "stockings_yellow-ICON" + }, + { + "name": "stockings_yellow", + "directions": 4 + }, + { + "name": "striped_knee-ICON" + }, + { + "name": "striped_knee", + "directions": 4 + }, + { + "name": "striped_thigh-ICON" + }, + { + "name": "striped_thigh", + "directions": 4 + }, + { + "name": "thin_knee-ICON" + }, + { + "name": "thin_knee", + "directions": 4 + }, + { + "name": "thin_thigh-ICON" + }, + { + "name": "thin_thigh", + "directions": 4 + }, + { + "name": "uk_knee-ICON" + }, + { + "name": "uk_knee", + "directions": 4 + }, + { + "name": "uk_thigh-ICON" + }, + { + "name": "uk_thigh", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/Backmen/Clothing/Under/socks.rsi/rainbow_knee-ICON.png b/Resources/Textures/Backmen/Clothing/Under/socks.rsi/rainbow_knee-ICON.png new file mode 100644 index 00000000000..20cbcd98369 Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Under/socks.rsi/rainbow_knee-ICON.png differ diff --git a/Resources/Textures/Backmen/Clothing/Under/socks.rsi/rainbow_knee.png b/Resources/Textures/Backmen/Clothing/Under/socks.rsi/rainbow_knee.png new file mode 100644 index 00000000000..76c918d2614 Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Under/socks.rsi/rainbow_knee.png differ diff --git a/Resources/Textures/Backmen/Clothing/Under/socks.rsi/rainbow_thigh-ICON.png b/Resources/Textures/Backmen/Clothing/Under/socks.rsi/rainbow_thigh-ICON.png new file mode 100644 index 00000000000..4231bde25bb Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Under/socks.rsi/rainbow_thigh-ICON.png differ diff --git a/Resources/Textures/Backmen/Clothing/Under/socks.rsi/rainbow_thigh.png b/Resources/Textures/Backmen/Clothing/Under/socks.rsi/rainbow_thigh.png new file mode 100644 index 00000000000..c233dad89c0 Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Under/socks.rsi/rainbow_thigh.png differ diff --git a/Resources/Textures/Backmen/Clothing/Under/socks.rsi/socks_knee-ICON.png b/Resources/Textures/Backmen/Clothing/Under/socks.rsi/socks_knee-ICON.png new file mode 100644 index 00000000000..d2b5d060bb9 Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Under/socks.rsi/socks_knee-ICON.png differ diff --git a/Resources/Textures/Backmen/Clothing/Under/socks.rsi/socks_knee.png b/Resources/Textures/Backmen/Clothing/Under/socks.rsi/socks_knee.png new file mode 100644 index 00000000000..6fe8c4bb7d4 Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Under/socks.rsi/socks_knee.png differ diff --git a/Resources/Textures/Backmen/Clothing/Under/socks.rsi/socks_norm-ICON.png b/Resources/Textures/Backmen/Clothing/Under/socks.rsi/socks_norm-ICON.png new file mode 100644 index 00000000000..2f03cefd315 Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Under/socks.rsi/socks_norm-ICON.png differ diff --git a/Resources/Textures/Backmen/Clothing/Under/socks.rsi/socks_norm.png b/Resources/Textures/Backmen/Clothing/Under/socks.rsi/socks_norm.png new file mode 100644 index 00000000000..e601c9bd5be Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Under/socks.rsi/socks_norm.png differ diff --git a/Resources/Textures/Backmen/Clothing/Under/socks.rsi/socks_short-ICON.png b/Resources/Textures/Backmen/Clothing/Under/socks.rsi/socks_short-ICON.png new file mode 100644 index 00000000000..9670d926a26 Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Under/socks.rsi/socks_short-ICON.png differ diff --git a/Resources/Textures/Backmen/Clothing/Under/socks.rsi/socks_short.png b/Resources/Textures/Backmen/Clothing/Under/socks.rsi/socks_short.png new file mode 100644 index 00000000000..ec3630d9405 Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Under/socks.rsi/socks_short.png differ diff --git a/Resources/Textures/Backmen/Clothing/Under/socks.rsi/socks_thigh-ICON.png b/Resources/Textures/Backmen/Clothing/Under/socks.rsi/socks_thigh-ICON.png new file mode 100644 index 00000000000..eb00eaf1fe9 Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Under/socks.rsi/socks_thigh-ICON.png differ diff --git a/Resources/Textures/Backmen/Clothing/Under/socks.rsi/socks_thigh.png b/Resources/Textures/Backmen/Clothing/Under/socks.rsi/socks_thigh.png new file mode 100644 index 00000000000..5523646f617 Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Under/socks.rsi/socks_thigh.png differ diff --git a/Resources/Textures/Backmen/Clothing/Under/socks.rsi/stockings_blue-ICON.png b/Resources/Textures/Backmen/Clothing/Under/socks.rsi/stockings_blue-ICON.png new file mode 100644 index 00000000000..ebbcd0d1601 Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Under/socks.rsi/stockings_blue-ICON.png differ diff --git a/Resources/Textures/Backmen/Clothing/Under/socks.rsi/stockings_blue.png b/Resources/Textures/Backmen/Clothing/Under/socks.rsi/stockings_blue.png new file mode 100644 index 00000000000..f425d42dd03 Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Under/socks.rsi/stockings_blue.png differ diff --git a/Resources/Textures/Backmen/Clothing/Under/socks.rsi/stockings_cyan-ICON.png b/Resources/Textures/Backmen/Clothing/Under/socks.rsi/stockings_cyan-ICON.png new file mode 100644 index 00000000000..b992c14310d Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Under/socks.rsi/stockings_cyan-ICON.png differ diff --git a/Resources/Textures/Backmen/Clothing/Under/socks.rsi/stockings_cyan.png b/Resources/Textures/Backmen/Clothing/Under/socks.rsi/stockings_cyan.png new file mode 100644 index 00000000000..3cc893554a4 Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Under/socks.rsi/stockings_cyan.png differ diff --git a/Resources/Textures/Backmen/Clothing/Under/socks.rsi/stockings_dpink-ICON.png b/Resources/Textures/Backmen/Clothing/Under/socks.rsi/stockings_dpink-ICON.png new file mode 100644 index 00000000000..33d4ef96343 Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Under/socks.rsi/stockings_dpink-ICON.png differ diff --git a/Resources/Textures/Backmen/Clothing/Under/socks.rsi/stockings_dpink.png b/Resources/Textures/Backmen/Clothing/Under/socks.rsi/stockings_dpink.png new file mode 100644 index 00000000000..3f92ffbab1e Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Under/socks.rsi/stockings_dpink.png differ diff --git a/Resources/Textures/Backmen/Clothing/Under/socks.rsi/stockings_green-ICON.png b/Resources/Textures/Backmen/Clothing/Under/socks.rsi/stockings_green-ICON.png new file mode 100644 index 00000000000..2bcf475a39a Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Under/socks.rsi/stockings_green-ICON.png differ diff --git a/Resources/Textures/Backmen/Clothing/Under/socks.rsi/stockings_green.png b/Resources/Textures/Backmen/Clothing/Under/socks.rsi/stockings_green.png new file mode 100644 index 00000000000..8fc2aada7e6 Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Under/socks.rsi/stockings_green.png differ diff --git a/Resources/Textures/Backmen/Clothing/Under/socks.rsi/stockings_lpink-ICON.png b/Resources/Textures/Backmen/Clothing/Under/socks.rsi/stockings_lpink-ICON.png new file mode 100644 index 00000000000..7f95e73e321 Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Under/socks.rsi/stockings_lpink-ICON.png differ diff --git a/Resources/Textures/Backmen/Clothing/Under/socks.rsi/stockings_lpink.png b/Resources/Textures/Backmen/Clothing/Under/socks.rsi/stockings_lpink.png new file mode 100644 index 00000000000..ebefb23beac Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Under/socks.rsi/stockings_lpink.png differ diff --git a/Resources/Textures/Backmen/Clothing/Under/socks.rsi/stockings_orange-ICON.png b/Resources/Textures/Backmen/Clothing/Under/socks.rsi/stockings_orange-ICON.png new file mode 100644 index 00000000000..9da76609a82 Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Under/socks.rsi/stockings_orange-ICON.png differ diff --git a/Resources/Textures/Backmen/Clothing/Under/socks.rsi/stockings_orange.png b/Resources/Textures/Backmen/Clothing/Under/socks.rsi/stockings_orange.png new file mode 100644 index 00000000000..ba039588828 Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Under/socks.rsi/stockings_orange.png differ diff --git a/Resources/Textures/Backmen/Clothing/Under/socks.rsi/stockings_purple-ICON.png b/Resources/Textures/Backmen/Clothing/Under/socks.rsi/stockings_purple-ICON.png new file mode 100644 index 00000000000..be504642c16 Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Under/socks.rsi/stockings_purple-ICON.png differ diff --git a/Resources/Textures/Backmen/Clothing/Under/socks.rsi/stockings_purple.png b/Resources/Textures/Backmen/Clothing/Under/socks.rsi/stockings_purple.png new file mode 100644 index 00000000000..56fd50b7f33 Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Under/socks.rsi/stockings_purple.png differ diff --git a/Resources/Textures/Backmen/Clothing/Under/socks.rsi/stockings_yellow-ICON.png b/Resources/Textures/Backmen/Clothing/Under/socks.rsi/stockings_yellow-ICON.png new file mode 100644 index 00000000000..6b80728d3d5 Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Under/socks.rsi/stockings_yellow-ICON.png differ diff --git a/Resources/Textures/Backmen/Clothing/Under/socks.rsi/stockings_yellow.png b/Resources/Textures/Backmen/Clothing/Under/socks.rsi/stockings_yellow.png new file mode 100644 index 00000000000..4fd8e4862b5 Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Under/socks.rsi/stockings_yellow.png differ diff --git a/Resources/Textures/Backmen/Clothing/Under/socks.rsi/striped_knee-ICON.png b/Resources/Textures/Backmen/Clothing/Under/socks.rsi/striped_knee-ICON.png new file mode 100644 index 00000000000..a574a5ec2cb Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Under/socks.rsi/striped_knee-ICON.png differ diff --git a/Resources/Textures/Backmen/Clothing/Under/socks.rsi/striped_knee.png b/Resources/Textures/Backmen/Clothing/Under/socks.rsi/striped_knee.png new file mode 100644 index 00000000000..2533f590177 Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Under/socks.rsi/striped_knee.png differ diff --git a/Resources/Textures/Backmen/Clothing/Under/socks.rsi/striped_thigh-ICON.png b/Resources/Textures/Backmen/Clothing/Under/socks.rsi/striped_thigh-ICON.png new file mode 100644 index 00000000000..c7a2271b3c6 Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Under/socks.rsi/striped_thigh-ICON.png differ diff --git a/Resources/Textures/Backmen/Clothing/Under/socks.rsi/striped_thigh.png b/Resources/Textures/Backmen/Clothing/Under/socks.rsi/striped_thigh.png new file mode 100644 index 00000000000..f801d7b0307 Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Under/socks.rsi/striped_thigh.png differ diff --git a/Resources/Textures/Backmen/Clothing/Under/socks.rsi/thin_knee-ICON.png b/Resources/Textures/Backmen/Clothing/Under/socks.rsi/thin_knee-ICON.png new file mode 100644 index 00000000000..089bc2824ce Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Under/socks.rsi/thin_knee-ICON.png differ diff --git a/Resources/Textures/Backmen/Clothing/Under/socks.rsi/thin_knee.png b/Resources/Textures/Backmen/Clothing/Under/socks.rsi/thin_knee.png new file mode 100644 index 00000000000..72b66666fa5 Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Under/socks.rsi/thin_knee.png differ diff --git a/Resources/Textures/Backmen/Clothing/Under/socks.rsi/thin_thigh-ICON.png b/Resources/Textures/Backmen/Clothing/Under/socks.rsi/thin_thigh-ICON.png new file mode 100644 index 00000000000..e2542ff48df Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Under/socks.rsi/thin_thigh-ICON.png differ diff --git a/Resources/Textures/Backmen/Clothing/Under/socks.rsi/thin_thigh.png b/Resources/Textures/Backmen/Clothing/Under/socks.rsi/thin_thigh.png new file mode 100644 index 00000000000..a2666bedd51 Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Under/socks.rsi/thin_thigh.png differ diff --git a/Resources/Textures/Backmen/Clothing/Under/socks.rsi/uk_knee-ICON.png b/Resources/Textures/Backmen/Clothing/Under/socks.rsi/uk_knee-ICON.png new file mode 100644 index 00000000000..1aee8df2a6f Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Under/socks.rsi/uk_knee-ICON.png differ diff --git a/Resources/Textures/Backmen/Clothing/Under/socks.rsi/uk_knee.png b/Resources/Textures/Backmen/Clothing/Under/socks.rsi/uk_knee.png new file mode 100644 index 00000000000..bbe5561c95b Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Under/socks.rsi/uk_knee.png differ diff --git a/Resources/Textures/Backmen/Clothing/Under/socks.rsi/uk_thigh-ICON.png b/Resources/Textures/Backmen/Clothing/Under/socks.rsi/uk_thigh-ICON.png new file mode 100644 index 00000000000..3f5713ba67a Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Under/socks.rsi/uk_thigh-ICON.png differ diff --git a/Resources/Textures/Backmen/Clothing/Under/socks.rsi/uk_thigh.png b/Resources/Textures/Backmen/Clothing/Under/socks.rsi/uk_thigh.png new file mode 100644 index 00000000000..7f16fa0bff1 Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Under/socks.rsi/uk_thigh.png differ diff --git a/Resources/Textures/Backmen/Clothing/Under/underpants.rsi/bee_shorts-ICON.png b/Resources/Textures/Backmen/Clothing/Under/underpants.rsi/bee_shorts-ICON.png new file mode 100644 index 00000000000..3b7464ae46c Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Under/underpants.rsi/bee_shorts-ICON.png differ diff --git a/Resources/Textures/Backmen/Clothing/Under/underpants.rsi/bee_shorts.png b/Resources/Textures/Backmen/Clothing/Under/underpants.rsi/bee_shorts.png new file mode 100644 index 00000000000..e03b6775384 Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Under/underpants.rsi/bee_shorts.png differ diff --git a/Resources/Textures/Backmen/Clothing/Under/underpants.rsi/boxer_briefs-ICON.png b/Resources/Textures/Backmen/Clothing/Under/underpants.rsi/boxer_briefs-ICON.png new file mode 100644 index 00000000000..daa3036118e Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Under/underpants.rsi/boxer_briefs-ICON.png differ diff --git a/Resources/Textures/Backmen/Clothing/Under/underpants.rsi/boxer_briefs.png b/Resources/Textures/Backmen/Clothing/Under/underpants.rsi/boxer_briefs.png new file mode 100644 index 00000000000..5064849a751 Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Under/underpants.rsi/boxer_briefs.png differ diff --git a/Resources/Textures/Backmen/Clothing/Under/underpants.rsi/boxers-ICON.png b/Resources/Textures/Backmen/Clothing/Under/underpants.rsi/boxers-ICON.png new file mode 100644 index 00000000000..c5c3560fe31 Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Under/underpants.rsi/boxers-ICON.png differ diff --git a/Resources/Textures/Backmen/Clothing/Under/underpants.rsi/boxers.png b/Resources/Textures/Backmen/Clothing/Under/underpants.rsi/boxers.png new file mode 100644 index 00000000000..f0a7a49b83e Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Under/underpants.rsi/boxers.png differ diff --git a/Resources/Textures/Backmen/Clothing/Under/underpants.rsi/boxers_assblastusa-ICON.png b/Resources/Textures/Backmen/Clothing/Under/underpants.rsi/boxers_assblastusa-ICON.png new file mode 100644 index 00000000000..762c5a77c3d Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Under/underpants.rsi/boxers_assblastusa-ICON.png differ diff --git a/Resources/Textures/Backmen/Clothing/Under/underpants.rsi/boxers_assblastusa.png b/Resources/Textures/Backmen/Clothing/Under/underpants.rsi/boxers_assblastusa.png new file mode 100644 index 00000000000..8ccbf0bdb43 Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Under/underpants.rsi/boxers_assblastusa.png differ diff --git a/Resources/Textures/Backmen/Clothing/Under/underpants.rsi/boxers_commie-ICON.png b/Resources/Textures/Backmen/Clothing/Under/underpants.rsi/boxers_commie-ICON.png new file mode 100644 index 00000000000..1fb91560809 Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Under/underpants.rsi/boxers_commie-ICON.png differ diff --git a/Resources/Textures/Backmen/Clothing/Under/underpants.rsi/boxers_commie.png b/Resources/Textures/Backmen/Clothing/Under/underpants.rsi/boxers_commie.png new file mode 100644 index 00000000000..35294c12136 Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Under/underpants.rsi/boxers_commie.png differ diff --git a/Resources/Textures/Backmen/Clothing/Under/underpants.rsi/boxers_heart-ICON.png b/Resources/Textures/Backmen/Clothing/Under/underpants.rsi/boxers_heart-ICON.png new file mode 100644 index 00000000000..b21446bd113 Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Under/underpants.rsi/boxers_heart-ICON.png differ diff --git a/Resources/Textures/Backmen/Clothing/Under/underpants.rsi/boxers_heart.png b/Resources/Textures/Backmen/Clothing/Under/underpants.rsi/boxers_heart.png new file mode 100644 index 00000000000..8108fe7a50c Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Under/underpants.rsi/boxers_heart.png differ diff --git a/Resources/Textures/Backmen/Clothing/Under/underpants.rsi/boxers_striped-ICON.png b/Resources/Textures/Backmen/Clothing/Under/underpants.rsi/boxers_striped-ICON.png new file mode 100644 index 00000000000..450b56c6157 Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Under/underpants.rsi/boxers_striped-ICON.png differ diff --git a/Resources/Textures/Backmen/Clothing/Under/underpants.rsi/boxers_striped.png b/Resources/Textures/Backmen/Clothing/Under/underpants.rsi/boxers_striped.png new file mode 100644 index 00000000000..7aaddc05d93 Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Under/underpants.rsi/boxers_striped.png differ diff --git a/Resources/Textures/Backmen/Clothing/Under/underpants.rsi/boxers_uk-ICON.png b/Resources/Textures/Backmen/Clothing/Under/underpants.rsi/boxers_uk-ICON.png new file mode 100644 index 00000000000..510605cf88b Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Under/underpants.rsi/boxers_uk-ICON.png differ diff --git a/Resources/Textures/Backmen/Clothing/Under/underpants.rsi/boxers_uk.png b/Resources/Textures/Backmen/Clothing/Under/underpants.rsi/boxers_uk.png new file mode 100644 index 00000000000..c926dbf4b0e Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Under/underpants.rsi/boxers_uk.png differ diff --git a/Resources/Textures/Backmen/Clothing/Under/underpants.rsi/briefs-ICON.png b/Resources/Textures/Backmen/Clothing/Under/underpants.rsi/briefs-ICON.png new file mode 100644 index 00000000000..d6f41a52f06 Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Under/underpants.rsi/briefs-ICON.png differ diff --git a/Resources/Textures/Backmen/Clothing/Under/underpants.rsi/briefs.png b/Resources/Textures/Backmen/Clothing/Under/underpants.rsi/briefs.png new file mode 100644 index 00000000000..6793ca049d1 Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Under/underpants.rsi/briefs.png differ diff --git a/Resources/Textures/Backmen/Clothing/Under/underpants.rsi/fishnet_lower-ICON.png b/Resources/Textures/Backmen/Clothing/Under/underpants.rsi/fishnet_lower-ICON.png new file mode 100644 index 00000000000..93c191779a7 Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Under/underpants.rsi/fishnet_lower-ICON.png differ diff --git a/Resources/Textures/Backmen/Clothing/Under/underpants.rsi/fishnet_lower.png b/Resources/Textures/Backmen/Clothing/Under/underpants.rsi/fishnet_lower.png new file mode 100644 index 00000000000..d06b8707c0b Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Under/underpants.rsi/fishnet_lower.png differ diff --git a/Resources/Textures/Backmen/Clothing/Under/underpants.rsi/jockstrap-ICON.png b/Resources/Textures/Backmen/Clothing/Under/underpants.rsi/jockstrap-ICON.png new file mode 100644 index 00000000000..b05ce486a6d Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Under/underpants.rsi/jockstrap-ICON.png differ diff --git a/Resources/Textures/Backmen/Clothing/Under/underpants.rsi/jockstrap.png b/Resources/Textures/Backmen/Clothing/Under/underpants.rsi/jockstrap.png new file mode 100644 index 00000000000..e13def2edc4 Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Under/underpants.rsi/jockstrap.png differ diff --git a/Resources/Textures/Backmen/Clothing/Under/underpants.rsi/ljonb-ICON.png b/Resources/Textures/Backmen/Clothing/Under/underpants.rsi/ljonb-ICON.png new file mode 100644 index 00000000000..35c37d3482a Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Under/underpants.rsi/ljonb-ICON.png differ diff --git a/Resources/Textures/Backmen/Clothing/Under/underpants.rsi/ljonb.png b/Resources/Textures/Backmen/Clothing/Under/underpants.rsi/ljonb.png new file mode 100644 index 00000000000..19eeb8cb783 Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Under/underpants.rsi/ljonb.png differ diff --git a/Resources/Textures/Backmen/Clothing/Under/underpants.rsi/meta.json b/Resources/Textures/Backmen/Clothing/Under/underpants.rsi/meta.json new file mode 100644 index 00000000000..57e632cf3c4 --- /dev/null +++ b/Resources/Textures/Backmen/Clothing/Under/underpants.rsi/meta.json @@ -0,0 +1,207 @@ +{ + "version": 1, + "size": { + "x": 32, + "y": 32 + }, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from TGStation at commit https://github.com/tgstation/tgstation/commit/343ec403eb9941c4b4fc298bd0c686f2350d6917", + "states": [ + { + "name": "bee_shorts-ICON" + }, + { + "name": "bee_shorts", + "directions": 4 + }, + { + "name": "boxer_briefs-ICON" + }, + { + "name": "boxer_briefs", + "directions": 4 + }, + { + "name": "boxers_assblastusa-ICON" + }, + { + "name": "boxers_assblastusa", + "directions": 4 + }, + { + "name": "boxers_commie-ICON" + }, + { + "name": "boxers_commie", + "directions": 4 + }, + { + "name": "boxers_heart-ICON" + }, + { + "name": "boxers_heart", + "directions": 4 + }, + { + "name": "boxers_striped-ICON" + }, + { + "name": "boxers_striped", + "directions": 4 + }, + { + "name": "boxers_uk-ICON" + }, + { + "name": "boxers_uk", + "directions": 4 + }, + { + "name": "boxers-ICON" + }, + { + "name": "boxers", + "directions": 4 + }, + { + "name": "briefs-ICON" + }, + { + "name": "briefs", + "directions": 4 + }, + { + "name": "fishnet_lower-ICON" + }, + { + "name": "fishnet_lower", + "directions": 4 + }, + { + "name": "jockstrap-ICON" + }, + { + "name": "jockstrap", + "directions": 4 + }, + { + "name": "ljonb-ICON" + }, + { + "name": "ljonb", + "directions": 4 + }, + { + "name": "panties_alt-ICON" + }, + { + "name": "panties_alt", + "directions": 4 + }, + { + "name": "panties_assblastusa-ICON" + }, + { + "name": "panties_assblastusa", + "directions": 4 + }, + { + "name": "panties_bee-kini-ICON" + }, + { + "name": "panties_bee-kini", + "directions": 4 + }, + { + "name": "panties_commie-ICON" + }, + { + "name": "panties_commie", + "directions": 4 + }, + { + "name": "panties_kinky-ICON" + }, + { + "name": "panties_kinky", + "directions": 4 + }, + { + "name": "panties_neko-ICON" + }, + { + "name": "panties_neko", + "directions": 4 + }, + { + "name": "panties_slim-ICON" + }, + { + "name": "panties_slim", + "directions": 4 + }, + { + "name": "panties_swimming-ICON" + }, + { + "name": "panties_swimming", + "directions": 4 + }, + { + "name": "panties_thin-ICON" + }, + { + "name": "panties_thin", + "directions": 4 + }, + { + "name": "panties_uk-ICON" + }, + { + "name": "panties_uk", + "directions": 4 + }, + { + "name": "panties-ICON" + }, + { + "name": "panties", + "directions": 4 + }, + { + "name": "pantyhose_ripped-ICON" + }, + { + "name": "pantyhose_ripped", + "directions": 4 + }, + { + "name": "pantyhose-ICON" + }, + { + "name": "pantyhose", + "directions": 4 + }, + { + "name": "striped_panties-ICON" + }, + { + "name": "striped_panties", + "directions": 4 + }, + { + "name": "thong_babydoll-ICON" + }, + { + "name": "thong_babydoll", + "directions": 4 + }, + { + "name": "thong-ICON" + }, + { + "name": "thong", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/Backmen/Clothing/Under/underpants.rsi/panties-ICON.png b/Resources/Textures/Backmen/Clothing/Under/underpants.rsi/panties-ICON.png new file mode 100644 index 00000000000..3dd05458cd6 Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Under/underpants.rsi/panties-ICON.png differ diff --git a/Resources/Textures/Backmen/Clothing/Under/underpants.rsi/panties.png b/Resources/Textures/Backmen/Clothing/Under/underpants.rsi/panties.png new file mode 100644 index 00000000000..52c8ab01327 Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Under/underpants.rsi/panties.png differ diff --git a/Resources/Textures/Backmen/Clothing/Under/underpants.rsi/panties_alt-ICON.png b/Resources/Textures/Backmen/Clothing/Under/underpants.rsi/panties_alt-ICON.png new file mode 100644 index 00000000000..6ca3a8b04f6 Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Under/underpants.rsi/panties_alt-ICON.png differ diff --git a/Resources/Textures/Backmen/Clothing/Under/underpants.rsi/panties_alt.png b/Resources/Textures/Backmen/Clothing/Under/underpants.rsi/panties_alt.png new file mode 100644 index 00000000000..f5d7dd92b3c Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Under/underpants.rsi/panties_alt.png differ diff --git a/Resources/Textures/Backmen/Clothing/Under/underpants.rsi/panties_assblastusa-ICON.png b/Resources/Textures/Backmen/Clothing/Under/underpants.rsi/panties_assblastusa-ICON.png new file mode 100644 index 00000000000..dd7654ded97 Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Under/underpants.rsi/panties_assblastusa-ICON.png differ diff --git a/Resources/Textures/Backmen/Clothing/Under/underpants.rsi/panties_assblastusa.png b/Resources/Textures/Backmen/Clothing/Under/underpants.rsi/panties_assblastusa.png new file mode 100644 index 00000000000..d0302ae6190 Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Under/underpants.rsi/panties_assblastusa.png differ diff --git a/Resources/Textures/Backmen/Clothing/Under/underpants.rsi/panties_bee-kini-ICON.png b/Resources/Textures/Backmen/Clothing/Under/underpants.rsi/panties_bee-kini-ICON.png new file mode 100644 index 00000000000..89e94aa5edf Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Under/underpants.rsi/panties_bee-kini-ICON.png differ diff --git a/Resources/Textures/Backmen/Clothing/Under/underpants.rsi/panties_bee-kini.png b/Resources/Textures/Backmen/Clothing/Under/underpants.rsi/panties_bee-kini.png new file mode 100644 index 00000000000..cdb7ab606dd Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Under/underpants.rsi/panties_bee-kini.png differ diff --git a/Resources/Textures/Backmen/Clothing/Under/underpants.rsi/panties_commie-ICON.png b/Resources/Textures/Backmen/Clothing/Under/underpants.rsi/panties_commie-ICON.png new file mode 100644 index 00000000000..f42dee7dc41 Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Under/underpants.rsi/panties_commie-ICON.png differ diff --git a/Resources/Textures/Backmen/Clothing/Under/underpants.rsi/panties_commie.png b/Resources/Textures/Backmen/Clothing/Under/underpants.rsi/panties_commie.png new file mode 100644 index 00000000000..1a85ab1b061 Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Under/underpants.rsi/panties_commie.png differ diff --git a/Resources/Textures/Backmen/Clothing/Under/underpants.rsi/panties_kinky-ICON.png b/Resources/Textures/Backmen/Clothing/Under/underpants.rsi/panties_kinky-ICON.png new file mode 100644 index 00000000000..f0eb31e323a Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Under/underpants.rsi/panties_kinky-ICON.png differ diff --git a/Resources/Textures/Backmen/Clothing/Under/underpants.rsi/panties_kinky.png b/Resources/Textures/Backmen/Clothing/Under/underpants.rsi/panties_kinky.png new file mode 100644 index 00000000000..cbb43cb0aa9 Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Under/underpants.rsi/panties_kinky.png differ diff --git a/Resources/Textures/Backmen/Clothing/Under/underpants.rsi/panties_neko-ICON.png b/Resources/Textures/Backmen/Clothing/Under/underpants.rsi/panties_neko-ICON.png new file mode 100644 index 00000000000..29123fbc53e Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Under/underpants.rsi/panties_neko-ICON.png differ diff --git a/Resources/Textures/Backmen/Clothing/Under/underpants.rsi/panties_neko.png b/Resources/Textures/Backmen/Clothing/Under/underpants.rsi/panties_neko.png new file mode 100644 index 00000000000..65383a00cac Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Under/underpants.rsi/panties_neko.png differ diff --git a/Resources/Textures/Backmen/Clothing/Under/underpants.rsi/panties_slim-ICON.png b/Resources/Textures/Backmen/Clothing/Under/underpants.rsi/panties_slim-ICON.png new file mode 100644 index 00000000000..d08765b8ffe Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Under/underpants.rsi/panties_slim-ICON.png differ diff --git a/Resources/Textures/Backmen/Clothing/Under/underpants.rsi/panties_slim.png b/Resources/Textures/Backmen/Clothing/Under/underpants.rsi/panties_slim.png new file mode 100644 index 00000000000..e0c9c189084 Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Under/underpants.rsi/panties_slim.png differ diff --git a/Resources/Textures/Backmen/Clothing/Under/underpants.rsi/panties_swimming-ICON.png b/Resources/Textures/Backmen/Clothing/Under/underpants.rsi/panties_swimming-ICON.png new file mode 100644 index 00000000000..e416231e2a9 Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Under/underpants.rsi/panties_swimming-ICON.png differ diff --git a/Resources/Textures/Backmen/Clothing/Under/underpants.rsi/panties_swimming.png b/Resources/Textures/Backmen/Clothing/Under/underpants.rsi/panties_swimming.png new file mode 100644 index 00000000000..e7c54001e7e Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Under/underpants.rsi/panties_swimming.png differ diff --git a/Resources/Textures/Backmen/Clothing/Under/underpants.rsi/panties_thin-ICON.png b/Resources/Textures/Backmen/Clothing/Under/underpants.rsi/panties_thin-ICON.png new file mode 100644 index 00000000000..4fde3bba5ef Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Under/underpants.rsi/panties_thin-ICON.png differ diff --git a/Resources/Textures/Backmen/Clothing/Under/underpants.rsi/panties_thin.png b/Resources/Textures/Backmen/Clothing/Under/underpants.rsi/panties_thin.png new file mode 100644 index 00000000000..8eb33b38479 Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Under/underpants.rsi/panties_thin.png differ diff --git a/Resources/Textures/Backmen/Clothing/Under/underpants.rsi/panties_uk-ICON.png b/Resources/Textures/Backmen/Clothing/Under/underpants.rsi/panties_uk-ICON.png new file mode 100644 index 00000000000..fea4136a14f Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Under/underpants.rsi/panties_uk-ICON.png differ diff --git a/Resources/Textures/Backmen/Clothing/Under/underpants.rsi/panties_uk.png b/Resources/Textures/Backmen/Clothing/Under/underpants.rsi/panties_uk.png new file mode 100644 index 00000000000..49f0f7d65d6 Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Under/underpants.rsi/panties_uk.png differ diff --git a/Resources/Textures/Backmen/Clothing/Under/underpants.rsi/pantyhose-ICON.png b/Resources/Textures/Backmen/Clothing/Under/underpants.rsi/pantyhose-ICON.png new file mode 100644 index 00000000000..78e491379be Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Under/underpants.rsi/pantyhose-ICON.png differ diff --git a/Resources/Textures/Backmen/Clothing/Under/underpants.rsi/pantyhose.png b/Resources/Textures/Backmen/Clothing/Under/underpants.rsi/pantyhose.png new file mode 100644 index 00000000000..e3bd32ef309 Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Under/underpants.rsi/pantyhose.png differ diff --git a/Resources/Textures/Backmen/Clothing/Under/underpants.rsi/pantyhose_ripped-ICON.png b/Resources/Textures/Backmen/Clothing/Under/underpants.rsi/pantyhose_ripped-ICON.png new file mode 100644 index 00000000000..67525cb6f27 Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Under/underpants.rsi/pantyhose_ripped-ICON.png differ diff --git a/Resources/Textures/Backmen/Clothing/Under/underpants.rsi/pantyhose_ripped.png b/Resources/Textures/Backmen/Clothing/Under/underpants.rsi/pantyhose_ripped.png new file mode 100644 index 00000000000..e72ec5e28de Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Under/underpants.rsi/pantyhose_ripped.png differ diff --git a/Resources/Textures/Backmen/Clothing/Under/underpants.rsi/striped_panties-ICON.png b/Resources/Textures/Backmen/Clothing/Under/underpants.rsi/striped_panties-ICON.png new file mode 100644 index 00000000000..922d6959da2 Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Under/underpants.rsi/striped_panties-ICON.png differ diff --git a/Resources/Textures/Backmen/Clothing/Under/underpants.rsi/striped_panties.png b/Resources/Textures/Backmen/Clothing/Under/underpants.rsi/striped_panties.png new file mode 100644 index 00000000000..52b6af6075c Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Under/underpants.rsi/striped_panties.png differ diff --git a/Resources/Textures/Backmen/Clothing/Under/underpants.rsi/thong-ICON.png b/Resources/Textures/Backmen/Clothing/Under/underpants.rsi/thong-ICON.png new file mode 100644 index 00000000000..9dd254b4855 Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Under/underpants.rsi/thong-ICON.png differ diff --git a/Resources/Textures/Backmen/Clothing/Under/underpants.rsi/thong.png b/Resources/Textures/Backmen/Clothing/Under/underpants.rsi/thong.png new file mode 100644 index 00000000000..293a05e2daf Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Under/underpants.rsi/thong.png differ diff --git a/Resources/Textures/Backmen/Clothing/Under/underpants.rsi/thong_babydoll-ICON.png b/Resources/Textures/Backmen/Clothing/Under/underpants.rsi/thong_babydoll-ICON.png new file mode 100644 index 00000000000..248264af400 Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Under/underpants.rsi/thong_babydoll-ICON.png differ diff --git a/Resources/Textures/Backmen/Clothing/Under/underpants.rsi/thong_babydoll.png b/Resources/Textures/Backmen/Clothing/Under/underpants.rsi/thong_babydoll.png new file mode 100644 index 00000000000..d4ee1d5b7c5 Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Under/underpants.rsi/thong_babydoll.png differ diff --git a/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/babydoll-ICON.png b/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/babydoll-ICON.png new file mode 100644 index 00000000000..9a5e1723e7d Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/babydoll-ICON.png differ diff --git a/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/babydoll.png b/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/babydoll.png new file mode 100644 index 00000000000..425b3cdec9e Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/babydoll.png differ diff --git a/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/band-ICON.png b/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/band-ICON.png new file mode 100644 index 00000000000..0649f668f82 Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/band-ICON.png differ diff --git a/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/band.png b/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/band.png new file mode 100644 index 00000000000..ddeed881b34 Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/band.png differ diff --git a/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/bee_shirt-ICON.png b/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/bee_shirt-ICON.png new file mode 100644 index 00000000000..c164e1ddf14 Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/bee_shirt-ICON.png differ diff --git a/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/bee_shirt.png b/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/bee_shirt.png new file mode 100644 index 00000000000..38aeade2fa7 Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/bee_shirt.png differ diff --git a/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/blueshirtsport-ICON.png b/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/blueshirtsport-ICON.png new file mode 100644 index 00000000000..e6e3352a007 Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/blueshirtsport-ICON.png differ diff --git a/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/blueshirtsport.png b/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/blueshirtsport.png new file mode 100644 index 00000000000..36301d5d124 Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/blueshirtsport.png differ diff --git a/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/bowling-ICON.png b/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/bowling-ICON.png new file mode 100644 index 00000000000..84b11cdea91 Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/bowling-ICON.png differ diff --git a/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/bowling.png b/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/bowling.png new file mode 100644 index 00000000000..fea32eaa298 Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/bowling.png differ diff --git a/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/bowlinga-ICON.png b/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/bowlinga-ICON.png new file mode 100644 index 00000000000..f49623af6f6 Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/bowlinga-ICON.png differ diff --git a/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/bowlinga.png b/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/bowlinga.png new file mode 100644 index 00000000000..2a920de8150 Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/bowlinga.png differ diff --git a/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/bowlingp-ICON.png b/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/bowlingp-ICON.png new file mode 100644 index 00000000000..6681cfdb80a Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/bowlingp-ICON.png differ diff --git a/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/bowlingp.png b/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/bowlingp.png new file mode 100644 index 00000000000..cbc592e5032 Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/bowlingp.png differ diff --git a/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/bowlingw-ICON.png b/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/bowlingw-ICON.png new file mode 100644 index 00000000000..9261c95659b Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/bowlingw-ICON.png differ diff --git a/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/bowlingw.png b/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/bowlingw.png new file mode 100644 index 00000000000..9b8ecfc802b Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/bowlingw.png differ diff --git a/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/bra-ICON.png b/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/bra-ICON.png new file mode 100644 index 00000000000..a46ebe98662 Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/bra-ICON.png differ diff --git a/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/bra.png b/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/bra.png new file mode 100644 index 00000000000..baa2264c2f3 Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/bra.png differ diff --git a/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/bra_alt-ICON.png b/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/bra_alt-ICON.png new file mode 100644 index 00000000000..a95206e0b3f Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/bra_alt-ICON.png differ diff --git a/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/bra_alt.png b/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/bra_alt.png new file mode 100644 index 00000000000..191f9f65a3c Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/bra_alt.png differ diff --git a/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/bra_assblastusa-ICON.png b/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/bra_assblastusa-ICON.png new file mode 100644 index 00000000000..5e04c6801fc Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/bra_assblastusa-ICON.png differ diff --git a/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/bra_assblastusa.png b/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/bra_assblastusa.png new file mode 100644 index 00000000000..5e07c882154 Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/bra_assblastusa.png differ diff --git a/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/bra_bee-kini-ICON.png b/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/bra_bee-kini-ICON.png new file mode 100644 index 00000000000..8e318d2785c Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/bra_bee-kini-ICON.png differ diff --git a/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/bra_bee-kini.png b/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/bra_bee-kini.png new file mode 100644 index 00000000000..d7d746d5f55 Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/bra_bee-kini.png differ diff --git a/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/bra_binder-ICON.png b/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/bra_binder-ICON.png new file mode 100644 index 00000000000..ada353b42fc Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/bra_binder-ICON.png differ diff --git a/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/bra_binder.png b/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/bra_binder.png new file mode 100644 index 00000000000..507e5348693 Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/bra_binder.png differ diff --git a/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/bra_binder_strapless-ICON.png b/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/bra_binder_strapless-ICON.png new file mode 100644 index 00000000000..47257ef764a Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/bra_binder_strapless-ICON.png differ diff --git a/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/bra_binder_strapless.png b/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/bra_binder_strapless.png new file mode 100644 index 00000000000..0d6adae9843 Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/bra_binder_strapless.png differ diff --git a/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/bra_commie-ICON.png b/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/bra_commie-ICON.png new file mode 100644 index 00000000000..c45cc4700ae Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/bra_commie-ICON.png differ diff --git a/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/bra_commie.png b/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/bra_commie.png new file mode 100644 index 00000000000..e4d8b9e8744 Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/bra_commie.png differ diff --git a/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/bra_kinky-ICON.png b/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/bra_kinky-ICON.png new file mode 100644 index 00000000000..de93d4be07a Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/bra_kinky-ICON.png differ diff --git a/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/bra_kinky.png b/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/bra_kinky.png new file mode 100644 index 00000000000..760ae1288e5 Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/bra_kinky.png differ diff --git a/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/bra_neko-ICON.png b/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/bra_neko-ICON.png new file mode 100644 index 00000000000..367b767aa09 Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/bra_neko-ICON.png differ diff --git a/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/bra_neko.png b/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/bra_neko.png new file mode 100644 index 00000000000..18c15062957 Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/bra_neko.png differ diff --git a/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/bra_strapless-ICON.png b/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/bra_strapless-ICON.png new file mode 100644 index 00000000000..53a29bcaf6b Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/bra_strapless-ICON.png differ diff --git a/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/bra_strapless.png b/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/bra_strapless.png new file mode 100644 index 00000000000..ad1fd420ee2 Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/bra_strapless.png differ diff --git a/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/bra_strapless_alt-ICON.png b/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/bra_strapless_alt-ICON.png new file mode 100644 index 00000000000..a79597bf8d2 Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/bra_strapless_alt-ICON.png differ diff --git a/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/bra_strapless_alt.png b/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/bra_strapless_alt.png new file mode 100644 index 00000000000..b609f303b72 Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/bra_strapless_alt.png differ diff --git a/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/bra_swimming-ICON.png b/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/bra_swimming-ICON.png new file mode 100644 index 00000000000..72053f72838 Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/bra_swimming-ICON.png differ diff --git a/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/bra_swimming.png b/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/bra_swimming.png new file mode 100644 index 00000000000..5079b7c6164 Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/bra_swimming.png differ diff --git a/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/bra_swimming_alt-ICON.png b/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/bra_swimming_alt-ICON.png new file mode 100644 index 00000000000..b921b612fde Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/bra_swimming_alt-ICON.png differ diff --git a/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/bra_swimming_alt.png b/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/bra_swimming_alt.png new file mode 100644 index 00000000000..1b84cc72055 Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/bra_swimming_alt.png differ diff --git a/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/bra_thin-ICON.png b/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/bra_thin-ICON.png new file mode 100644 index 00000000000..395879c5fac Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/bra_thin-ICON.png differ diff --git a/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/bra_thin.png b/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/bra_thin.png new file mode 100644 index 00000000000..9a4995e10de Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/bra_thin.png differ diff --git a/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/bra_uk-ICON.png b/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/bra_uk-ICON.png new file mode 100644 index 00000000000..fd62333e680 Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/bra_uk-ICON.png differ diff --git a/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/bra_uk.png b/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/bra_uk.png new file mode 100644 index 00000000000..05f253c8f6c Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/bra_uk.png differ diff --git a/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/cowboyshirt-ICON.png b/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/cowboyshirt-ICON.png new file mode 100644 index 00000000000..717aa1cb71e Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/cowboyshirt-ICON.png differ diff --git a/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/cowboyshirt.png b/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/cowboyshirt.png new file mode 100644 index 00000000000..2c3410132db Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/cowboyshirt.png differ diff --git a/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/cowboyshirt_navy-ICON.png b/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/cowboyshirt_navy-ICON.png new file mode 100644 index 00000000000..6f24832f813 Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/cowboyshirt_navy-ICON.png differ diff --git a/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/cowboyshirt_navy.png b/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/cowboyshirt_navy.png new file mode 100644 index 00000000000..587699398e5 Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/cowboyshirt_navy.png differ diff --git a/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/cowboyshirt_navys-ICON.png b/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/cowboyshirt_navys-ICON.png new file mode 100644 index 00000000000..8cf489af289 Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/cowboyshirt_navys-ICON.png differ diff --git a/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/cowboyshirt_navys.png b/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/cowboyshirt_navys.png new file mode 100644 index 00000000000..0e4fc88dabc Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/cowboyshirt_navys.png differ diff --git a/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/cowboyshirt_red-ICON.png b/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/cowboyshirt_red-ICON.png new file mode 100644 index 00000000000..e4e55d78276 Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/cowboyshirt_red-ICON.png differ diff --git a/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/cowboyshirt_red.png b/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/cowboyshirt_red.png new file mode 100644 index 00000000000..12a24acddb1 Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/cowboyshirt_red.png differ diff --git a/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/cowboyshirt_reds-ICON.png b/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/cowboyshirt_reds-ICON.png new file mode 100644 index 00000000000..98d1b5ede3a Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/cowboyshirt_reds-ICON.png differ diff --git a/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/cowboyshirt_reds.png b/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/cowboyshirt_reds.png new file mode 100644 index 00000000000..c07c3d634f3 Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/cowboyshirt_reds.png differ diff --git a/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/cowboyshirt_s-ICON.png b/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/cowboyshirt_s-ICON.png new file mode 100644 index 00000000000..ee6c25e7704 Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/cowboyshirt_s-ICON.png differ diff --git a/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/cowboyshirt_s.png b/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/cowboyshirt_s.png new file mode 100644 index 00000000000..b7b64478d6d Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/cowboyshirt_s.png differ diff --git a/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/cowboyshirt_white-ICON.png b/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/cowboyshirt_white-ICON.png new file mode 100644 index 00000000000..07b87ce85a5 Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/cowboyshirt_white-ICON.png differ diff --git a/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/cowboyshirt_white.png b/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/cowboyshirt_white.png new file mode 100644 index 00000000000..82307affeef Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/cowboyshirt_white.png differ diff --git a/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/cowboyshirt_whites-ICON.png b/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/cowboyshirt_whites-ICON.png new file mode 100644 index 00000000000..cc2627da09b Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/cowboyshirt_whites-ICON.png differ diff --git a/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/cowboyshirt_whites.png b/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/cowboyshirt_whites.png new file mode 100644 index 00000000000..872aba34596 Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/cowboyshirt_whites.png differ diff --git a/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/fishnet_body-ICON.png b/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/fishnet_body-ICON.png new file mode 100644 index 00000000000..29efd326452 Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/fishnet_body-ICON.png differ diff --git a/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/fishnet_body.png b/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/fishnet_body.png new file mode 100644 index 00000000000..17bf171b4bb Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/fishnet_body.png differ diff --git a/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/fishnet_gloves-ICON.png b/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/fishnet_gloves-ICON.png new file mode 100644 index 00000000000..95420a0dc6e Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/fishnet_gloves-ICON.png differ diff --git a/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/fishnet_gloves.png b/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/fishnet_gloves.png new file mode 100644 index 00000000000..58c7b57780a Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/fishnet_gloves.png differ diff --git a/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/fishnet_sleeves-ICON.png b/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/fishnet_sleeves-ICON.png new file mode 100644 index 00000000000..f07021a1398 Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/fishnet_sleeves-ICON.png differ diff --git a/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/fishnet_sleeves.png b/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/fishnet_sleeves.png new file mode 100644 index 00000000000..b87755dcf75 Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/fishnet_sleeves.png differ diff --git a/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/greenshirtsport-ICON.png b/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/greenshirtsport-ICON.png new file mode 100644 index 00000000000..2050b080347 Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/greenshirtsport-ICON.png differ diff --git a/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/greenshirtsport.png b/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/greenshirtsport.png new file mode 100644 index 00000000000..3eca48a4e09 Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/greenshirtsport.png differ diff --git a/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/halterneck_bra-ICON.png b/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/halterneck_bra-ICON.png new file mode 100644 index 00000000000..8fe6f79b846 Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/halterneck_bra-ICON.png differ diff --git a/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/halterneck_bra.png b/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/halterneck_bra.png new file mode 100644 index 00000000000..08cee6e16bb Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/halterneck_bra.png differ diff --git a/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/ian-ICON.png b/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/ian-ICON.png new file mode 100644 index 00000000000..19d8785e344 Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/ian-ICON.png differ diff --git a/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/ian.png b/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/ian.png new file mode 100644 index 00000000000..676846840aa Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/ian.png differ diff --git a/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/ilovent-ICON.png b/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/ilovent-ICON.png new file mode 100644 index 00000000000..b7b9176d6f7 Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/ilovent-ICON.png differ diff --git a/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/ilovent.png b/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/ilovent.png new file mode 100644 index 00000000000..2bb11cd978e Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/ilovent.png differ diff --git a/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/ljont-ICON.png b/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/ljont-ICON.png new file mode 100644 index 00000000000..8c3bf23ad54 Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/ljont-ICON.png differ diff --git a/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/ljont.png b/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/ljont.png new file mode 100644 index 00000000000..49720f53a6b Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/ljont.png differ diff --git a/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/longstripe-ICON.png b/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/longstripe-ICON.png new file mode 100644 index 00000000000..f131504feeb Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/longstripe-ICON.png differ diff --git a/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/longstripe.png b/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/longstripe.png new file mode 100644 index 00000000000..660a1ab2c67 Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/longstripe.png differ diff --git a/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/longstripe_blue-ICON.png b/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/longstripe_blue-ICON.png new file mode 100644 index 00000000000..e69c4cd8901 Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/longstripe_blue-ICON.png differ diff --git a/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/longstripe_blue.png b/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/longstripe_blue.png new file mode 100644 index 00000000000..ebf5f00036f Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/longstripe_blue.png differ diff --git a/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/lover-ICON.png b/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/lover-ICON.png new file mode 100644 index 00000000000..0b270f3747c Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/lover-ICON.png differ diff --git a/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/lover.png b/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/lover.png new file mode 100644 index 00000000000..3c965c2eb5b Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/lover.png differ diff --git a/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/matroska-ICON.png b/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/matroska-ICON.png new file mode 100644 index 00000000000..20cac289809 Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/matroska-ICON.png differ diff --git a/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/matroska.png b/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/matroska.png new file mode 100644 index 00000000000..c19440220ba Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/matroska.png differ diff --git a/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/meta.json b/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/meta.json new file mode 100644 index 00000000000..57d103c6b19 --- /dev/null +++ b/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/meta.json @@ -0,0 +1,571 @@ +{ + "version": 1, + "size": { + "x": 32, + "y": 32 + }, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from TGStation at commit https://github.com/tgstation/tgstation/commit/343ec403eb9941c4b4fc298bd0c686f2350d6917", + "states": [ + { + "name": "babydoll-ICON" + }, + { + "name": "babydoll", + "directions": 4 + }, + { + "name": "band-ICON" + }, + { + "name": "band", + "directions": 4 + }, + { + "name": "bee_shirt-ICON" + }, + { + "name": "bee_shirt", + "directions": 4 + }, + { + "name": "blueshirtsport-ICON" + }, + { + "name": "blueshirtsport", + "directions": 4 + }, + { + "name": "bowling-ICON" + }, + { + "name": "bowling", + "directions": 4 + }, + { + "name": "bowlinga-ICON" + }, + { + "name": "bowlinga", + "directions": 4 + }, + { + "name": "bowlingp-ICON" + }, + { + "name": "bowlingp", + "directions": 4 + }, + { + "name": "bowlingw-ICON" + }, + { + "name": "bowlingw", + "directions": 4 + }, + { + "name": "bra_alt-ICON" + }, + { + "name": "bra_alt", + "directions": 4 + }, + { + "name": "bra_assblastusa-ICON" + }, + { + "name": "bra_assblastusa", + "directions": 4 + }, + { + "name": "bra_bee-kini-ICON" + }, + { + "name": "bra_bee-kini", + "directions": 4 + }, + { + "name": "bra_binder_strapless-ICON" + }, + { + "name": "bra_binder_strapless", + "directions": 4 + }, + { + "name": "bra_binder-ICON" + }, + { + "name": "bra_binder", + "directions": 4 + }, + { + "name": "bra_commie-ICON" + }, + { + "name": "bra_commie", + "directions": 4 + }, + { + "name": "bra_kinky-ICON" + }, + { + "name": "bra_kinky", + "directions": 4 + }, + { + "name": "bra_neko-ICON" + }, + { + "name": "bra_neko", + "directions": 4 + }, + { + "name": "bra_strapless_alt-ICON" + }, + { + "name": "bra_strapless_alt", + "directions": 4 + }, + { + "name": "bra_strapless-ICON" + }, + { + "name": "bra_strapless", + "directions": 4 + }, + { + "name": "bra_swimming_alt-ICON" + }, + { + "name": "bra_swimming_alt", + "directions": 4 + }, + { + "name": "bra_swimming-ICON" + }, + { + "name": "bra_swimming", + "directions": 4 + }, + { + "name": "bra_thin-ICON" + }, + { + "name": "bra_thin", + "directions": 4 + }, + { + "name": "bra_uk-ICON" + }, + { + "name": "bra_uk", + "directions": 4 + }, + { + "name": "bra-ICON" + }, + { + "name": "bra", + "directions": 4 + }, + { + "name": "cowboyshirt_navy-ICON" + }, + { + "name": "cowboyshirt_navy", + "directions": 4 + }, + { + "name": "cowboyshirt_navys-ICON" + }, + { + "name": "cowboyshirt_navys", + "directions": 4 + }, + { + "name": "cowboyshirt_red-ICON" + }, + { + "name": "cowboyshirt_red", + "directions": 4 + }, + { + "name": "cowboyshirt_reds-ICON" + }, + { + "name": "cowboyshirt_reds", + "directions": 4 + }, + { + "name": "cowboyshirt_s-ICON" + }, + { + "name": "cowboyshirt_s", + "directions": 4 + }, + { + "name": "cowboyshirt_white-ICON" + }, + { + "name": "cowboyshirt_white", + "directions": 4 + }, + { + "name": "cowboyshirt_whites-ICON" + }, + { + "name": "cowboyshirt_whites", + "directions": 4 + }, + { + "name": "cowboyshirt-ICON" + }, + { + "name": "cowboyshirt", + "directions": 4 + }, + { + "name": "fishnet_body-ICON" + }, + { + "name": "fishnet_body", + "directions": 4 + }, + { + "name": "fishnet_gloves-ICON" + }, + { + "name": "fishnet_gloves", + "directions": 4 + }, + { + "name": "fishnet_sleeves-ICON" + }, + { + "name": "fishnet_sleeves", + "directions": 4 + }, + { + "name": "greenshirtsport-ICON" + }, + { + "name": "greenshirtsport", + "directions": 4 + }, + { + "name": "halterneck_bra-ICON" + }, + { + "name": "halterneck_bra", + "directions": 4 + }, + { + "name": "ian-ICON" + }, + { + "name": "ian", + "directions": 4 + }, + { + "name": "ilovent-ICON" + }, + { + "name": "ilovent", + "directions": 4 + }, + { + "name": "ljont-ICON" + }, + { + "name": "ljont", + "directions": 4 + }, + { + "name": "longstripe_blue-ICON" + }, + { + "name": "longstripe_blue", + "directions": 4 + }, + { + "name": "longstripe-ICON" + }, + { + "name": "longstripe", + "directions": 4 + }, + { + "name": "lover-ICON" + }, + { + "name": "lover", + "directions": 4 + }, + { + "name": "matroska-ICON" + }, + { + "name": "matroska", + "directions": 4 + }, + { + "name": "peace-ICON" + }, + { + "name": "peace", + "directions": 4 + }, + { + "name": "pogoman-ICON" + }, + { + "name": "pogoman", + "directions": 4 + }, + { + "name": "polo-ICON" + }, + { + "name": "polo", + "directions": 4 + }, + { + "name": "redshirtsport-ICON" + }, + { + "name": "redshirtsport", + "directions": 4 + }, + { + "name": "shibari_sleeves-ICON" + }, + { + "name": "shibari_sleeves", + "directions": 4 + }, + { + "name": "shibari-ICON" + }, + { + "name": "shibari", + "directions": 4 + }, + { + "name": "shirt_alien-ICON" + }, + { + "name": "shirt_alien", + "directions": 4 + }, + { + "name": "shirt_assblastusa-ICON" + }, + { + "name": "shirt_assblastusa", + "directions": 4 + }, + { + "name": "shirt_bluejersey-ICON" + }, + { + "name": "shirt_bluejersey", + "directions": 4 + }, + { + "name": "shirt_clown-ICON" + }, + { + "name": "shirt_clown", + "directions": 4 + }, + { + "name": "shirt_commie-ICON" + }, + { + "name": "shirt_commie", + "directions": 4 + }, + { + "name": "shirt_meat-ICON" + }, + { + "name": "shirt_meat", + "directions": 4 + }, + { + "name": "shirt_nano-ICON" + }, + { + "name": "shirt_nano", + "directions": 4 + }, + { + "name": "shirt_question-ICON" + }, + { + "name": "shirt_question", + "directions": 4 + }, + { + "name": "shirt_redjersey-ICON" + }, + { + "name": "shirt_redjersey", + "directions": 4 + }, + { + "name": "shirt_skull-ICON" + }, + { + "name": "shirt_skull", + "directions": 4 + }, + { + "name": "shirt_ss13-ICON" + }, + { + "name": "shirt_ss13", + "directions": 4 + }, + { + "name": "shirt_stripes-ICON" + }, + { + "name": "shirt_stripes", + "directions": 4 + }, + { + "name": "shirt_tiedye-ICON" + }, + { + "name": "shirt_tiedye", + "directions": 4 + }, + { + "name": "shortsleeve-ICON" + }, + { + "name": "shortsleeve", + "directions": 4 + }, + { + "name": "sports_bra_alt-ICON" + }, + { + "name": "sports_bra_alt", + "directions": 4 + }, + { + "name": "sports_bra-ICON" + }, + { + "name": "sports_bra", + "directions": 4 + }, + { + "name": "striped_bra-ICON" + }, + { + "name": "striped_bra", + "directions": 4 + }, + { + "name": "swimming_black-ICON" + }, + { + "name": "swimming_black", + "directions": 4 + }, + { + "name": "swimming_blue-ICON" + }, + { + "name": "swimming_blue", + "directions": 4 + }, + { + "name": "swimming_red-ICON" + }, + { + "name": "swimming_red", + "directions": 4 + }, + { + "name": "tank_fire-ICON" + }, + { + "name": "tank_fire", + "directions": 4 + }, + { + "name": "tank_midriff_alt-ICON" + }, + { + "name": "tank_midriff_alt", + "directions": 4 + }, + { + "name": "tank_midriff-ICON" + }, + { + "name": "tank_midriff", + "directions": 4 + }, + { + "name": "tank_rainbow-ICON" + }, + { + "name": "tank_rainbow", + "directions": 4 + }, + { + "name": "tank_stripes-ICON" + }, + { + "name": "tank_stripes", + "directions": 4 + }, + { + "name": "tank_sun-ICON" + }, + { + "name": "tank_sun", + "directions": 4 + }, + { + "name": "tanktop_alt-ICON" + }, + { + "name": "tanktop_alt", + "directions": 4 + }, + { + "name": "tanktop-ICON" + }, + { + "name": "tanktop", + "directions": 4 + }, + { + "name": "tubetop-ICON" + }, + { + "name": "tubetop", + "directions": 4 + }, + { + "name": "uk-ICON" + }, + { + "name": "uk", + "directions": 4 + }, + { + "name": "undershirt-ICON" + }, + { + "name": "undershirt", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/peace-ICON.png b/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/peace-ICON.png new file mode 100644 index 00000000000..18129229ba0 Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/peace-ICON.png differ diff --git a/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/peace.png b/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/peace.png new file mode 100644 index 00000000000..481f151597b Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/peace.png differ diff --git a/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/pogoman-ICON.png b/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/pogoman-ICON.png new file mode 100644 index 00000000000..d453d09d66f Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/pogoman-ICON.png differ diff --git a/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/pogoman.png b/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/pogoman.png new file mode 100644 index 00000000000..ffce157f443 Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/pogoman.png differ diff --git a/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/polo-ICON.png b/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/polo-ICON.png new file mode 100644 index 00000000000..c2e538e6f49 Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/polo-ICON.png differ diff --git a/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/polo.png b/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/polo.png new file mode 100644 index 00000000000..9c6230407d5 Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/polo.png differ diff --git a/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/redshirtsport-ICON.png b/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/redshirtsport-ICON.png new file mode 100644 index 00000000000..fd201784775 Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/redshirtsport-ICON.png differ diff --git a/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/redshirtsport.png b/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/redshirtsport.png new file mode 100644 index 00000000000..7c979392872 Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/redshirtsport.png differ diff --git a/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/shibari-ICON.png b/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/shibari-ICON.png new file mode 100644 index 00000000000..babb0c09617 Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/shibari-ICON.png differ diff --git a/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/shibari.png b/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/shibari.png new file mode 100644 index 00000000000..931b3dae09d Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/shibari.png differ diff --git a/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/shibari_sleeves-ICON.png b/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/shibari_sleeves-ICON.png new file mode 100644 index 00000000000..95db54bd918 Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/shibari_sleeves-ICON.png differ diff --git a/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/shibari_sleeves.png b/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/shibari_sleeves.png new file mode 100644 index 00000000000..36b10235f03 Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/shibari_sleeves.png differ diff --git a/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/shirt_alien-ICON.png b/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/shirt_alien-ICON.png new file mode 100644 index 00000000000..0ece0b211ce Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/shirt_alien-ICON.png differ diff --git a/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/shirt_alien.png b/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/shirt_alien.png new file mode 100644 index 00000000000..454a342c07c Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/shirt_alien.png differ diff --git a/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/shirt_assblastusa-ICON.png b/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/shirt_assblastusa-ICON.png new file mode 100644 index 00000000000..c7832b7286a Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/shirt_assblastusa-ICON.png differ diff --git a/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/shirt_assblastusa.png b/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/shirt_assblastusa.png new file mode 100644 index 00000000000..b240c04477a Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/shirt_assblastusa.png differ diff --git a/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/shirt_bluejersey-ICON.png b/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/shirt_bluejersey-ICON.png new file mode 100644 index 00000000000..33a5d2c5f7c Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/shirt_bluejersey-ICON.png differ diff --git a/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/shirt_bluejersey.png b/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/shirt_bluejersey.png new file mode 100644 index 00000000000..83cf7dced54 Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/shirt_bluejersey.png differ diff --git a/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/shirt_clown-ICON.png b/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/shirt_clown-ICON.png new file mode 100644 index 00000000000..cfc86772ee8 Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/shirt_clown-ICON.png differ diff --git a/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/shirt_clown.png b/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/shirt_clown.png new file mode 100644 index 00000000000..1106cec9389 Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/shirt_clown.png differ diff --git a/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/shirt_commie-ICON.png b/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/shirt_commie-ICON.png new file mode 100644 index 00000000000..788582fe497 Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/shirt_commie-ICON.png differ diff --git a/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/shirt_commie.png b/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/shirt_commie.png new file mode 100644 index 00000000000..35b2684cef2 Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/shirt_commie.png differ diff --git a/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/shirt_meat-ICON.png b/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/shirt_meat-ICON.png new file mode 100644 index 00000000000..fc0071e4055 Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/shirt_meat-ICON.png differ diff --git a/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/shirt_meat.png b/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/shirt_meat.png new file mode 100644 index 00000000000..851cd3dba5f Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/shirt_meat.png differ diff --git a/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/shirt_nano-ICON.png b/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/shirt_nano-ICON.png new file mode 100644 index 00000000000..8ae2dea488c Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/shirt_nano-ICON.png differ diff --git a/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/shirt_nano.png b/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/shirt_nano.png new file mode 100644 index 00000000000..9195e58a781 Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/shirt_nano.png differ diff --git a/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/shirt_question-ICON.png b/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/shirt_question-ICON.png new file mode 100644 index 00000000000..96c6948f1b8 Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/shirt_question-ICON.png differ diff --git a/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/shirt_question.png b/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/shirt_question.png new file mode 100644 index 00000000000..b5dcf8c36d5 Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/shirt_question.png differ diff --git a/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/shirt_redjersey-ICON.png b/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/shirt_redjersey-ICON.png new file mode 100644 index 00000000000..2454b6fae16 Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/shirt_redjersey-ICON.png differ diff --git a/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/shirt_redjersey.png b/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/shirt_redjersey.png new file mode 100644 index 00000000000..013d8d241d2 Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/shirt_redjersey.png differ diff --git a/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/shirt_skull-ICON.png b/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/shirt_skull-ICON.png new file mode 100644 index 00000000000..52ea3a51c1d Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/shirt_skull-ICON.png differ diff --git a/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/shirt_skull.png b/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/shirt_skull.png new file mode 100644 index 00000000000..cd74daf4ee4 Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/shirt_skull.png differ diff --git a/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/shirt_ss13-ICON.png b/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/shirt_ss13-ICON.png new file mode 100644 index 00000000000..822b88a8aee Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/shirt_ss13-ICON.png differ diff --git a/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/shirt_ss13.png b/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/shirt_ss13.png new file mode 100644 index 00000000000..1d4a75c10c3 Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/shirt_ss13.png differ diff --git a/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/shirt_stripes-ICON.png b/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/shirt_stripes-ICON.png new file mode 100644 index 00000000000..851b6808f76 Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/shirt_stripes-ICON.png differ diff --git a/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/shirt_stripes.png b/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/shirt_stripes.png new file mode 100644 index 00000000000..8da6dbfc83f Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/shirt_stripes.png differ diff --git a/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/shirt_tiedye-ICON.png b/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/shirt_tiedye-ICON.png new file mode 100644 index 00000000000..b1e1e8d8238 Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/shirt_tiedye-ICON.png differ diff --git a/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/shirt_tiedye.png b/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/shirt_tiedye.png new file mode 100644 index 00000000000..0e7b13c7683 Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/shirt_tiedye.png differ diff --git a/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/shortsleeve-ICON.png b/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/shortsleeve-ICON.png new file mode 100644 index 00000000000..2d69e7c9dc2 Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/shortsleeve-ICON.png differ diff --git a/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/shortsleeve.png b/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/shortsleeve.png new file mode 100644 index 00000000000..c880911e941 Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/shortsleeve.png differ diff --git a/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/sports_bra-ICON.png b/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/sports_bra-ICON.png new file mode 100644 index 00000000000..651944a7c09 Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/sports_bra-ICON.png differ diff --git a/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/sports_bra.png b/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/sports_bra.png new file mode 100644 index 00000000000..8189173ad54 Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/sports_bra.png differ diff --git a/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/sports_bra_alt-ICON.png b/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/sports_bra_alt-ICON.png new file mode 100644 index 00000000000..619dc0d9c71 Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/sports_bra_alt-ICON.png differ diff --git a/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/sports_bra_alt.png b/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/sports_bra_alt.png new file mode 100644 index 00000000000..2e8aa0cdb80 Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/sports_bra_alt.png differ diff --git a/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/striped_bra-ICON.png b/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/striped_bra-ICON.png new file mode 100644 index 00000000000..fd11f37ff8f Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/striped_bra-ICON.png differ diff --git a/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/striped_bra.png b/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/striped_bra.png new file mode 100644 index 00000000000..9e60af2ba05 Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/striped_bra.png differ diff --git a/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/swimming_black-ICON.png b/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/swimming_black-ICON.png new file mode 100644 index 00000000000..398487d5c6d Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/swimming_black-ICON.png differ diff --git a/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/swimming_black.png b/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/swimming_black.png new file mode 100644 index 00000000000..0d1a0ca8908 Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/swimming_black.png differ diff --git a/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/swimming_blue-ICON.png b/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/swimming_blue-ICON.png new file mode 100644 index 00000000000..bf1480ce05d Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/swimming_blue-ICON.png differ diff --git a/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/swimming_blue.png b/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/swimming_blue.png new file mode 100644 index 00000000000..b5fa1b7c7c1 Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/swimming_blue.png differ diff --git a/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/swimming_red-ICON.png b/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/swimming_red-ICON.png new file mode 100644 index 00000000000..8ace34c6e1a Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/swimming_red-ICON.png differ diff --git a/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/swimming_red.png b/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/swimming_red.png new file mode 100644 index 00000000000..2806af9eab6 Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/swimming_red.png differ diff --git a/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/tank_fire-ICON.png b/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/tank_fire-ICON.png new file mode 100644 index 00000000000..88bcbdffbf4 Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/tank_fire-ICON.png differ diff --git a/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/tank_fire.png b/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/tank_fire.png new file mode 100644 index 00000000000..bf0d4990484 Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/tank_fire.png differ diff --git a/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/tank_midriff-ICON.png b/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/tank_midriff-ICON.png new file mode 100644 index 00000000000..3689574c9ef Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/tank_midriff-ICON.png differ diff --git a/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/tank_midriff.png b/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/tank_midriff.png new file mode 100644 index 00000000000..58c3e918552 Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/tank_midriff.png differ diff --git a/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/tank_midriff_alt-ICON.png b/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/tank_midriff_alt-ICON.png new file mode 100644 index 00000000000..6dc010bf452 Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/tank_midriff_alt-ICON.png differ diff --git a/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/tank_midriff_alt.png b/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/tank_midriff_alt.png new file mode 100644 index 00000000000..98dabd0d3ba Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/tank_midriff_alt.png differ diff --git a/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/tank_rainbow-ICON.png b/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/tank_rainbow-ICON.png new file mode 100644 index 00000000000..b011c0ddbc3 Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/tank_rainbow-ICON.png differ diff --git a/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/tank_rainbow.png b/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/tank_rainbow.png new file mode 100644 index 00000000000..8289c7721d0 Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/tank_rainbow.png differ diff --git a/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/tank_stripes-ICON.png b/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/tank_stripes-ICON.png new file mode 100644 index 00000000000..3998a4f1740 Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/tank_stripes-ICON.png differ diff --git a/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/tank_stripes.png b/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/tank_stripes.png new file mode 100644 index 00000000000..6e73f96c988 Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/tank_stripes.png differ diff --git a/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/tank_sun-ICON.png b/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/tank_sun-ICON.png new file mode 100644 index 00000000000..61baa7d2779 Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/tank_sun-ICON.png differ diff --git a/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/tank_sun.png b/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/tank_sun.png new file mode 100644 index 00000000000..fad178bb827 Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/tank_sun.png differ diff --git a/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/tanktop-ICON.png b/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/tanktop-ICON.png new file mode 100644 index 00000000000..31c3577ce1d Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/tanktop-ICON.png differ diff --git a/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/tanktop.png b/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/tanktop.png new file mode 100644 index 00000000000..e20da0ee7b6 Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/tanktop.png differ diff --git a/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/tanktop_alt-ICON.png b/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/tanktop_alt-ICON.png new file mode 100644 index 00000000000..cd268cd785b Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/tanktop_alt-ICON.png differ diff --git a/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/tanktop_alt.png b/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/tanktop_alt.png new file mode 100644 index 00000000000..b88e98096d6 Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/tanktop_alt.png differ diff --git a/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/tubetop-ICON.png b/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/tubetop-ICON.png new file mode 100644 index 00000000000..2a3a4ea116e Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/tubetop-ICON.png differ diff --git a/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/tubetop.png b/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/tubetop.png new file mode 100644 index 00000000000..419512b3b89 Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/tubetop.png differ diff --git a/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/uk-ICON.png b/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/uk-ICON.png new file mode 100644 index 00000000000..a71c0677eec Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/uk-ICON.png differ diff --git a/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/uk.png b/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/uk.png new file mode 100644 index 00000000000..4a5fd98d290 Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/uk.png differ diff --git a/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/undershirt-ICON.png b/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/undershirt-ICON.png new file mode 100644 index 00000000000..31af8880fd7 Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/undershirt-ICON.png differ diff --git a/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/undershirt.png b/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/undershirt.png new file mode 100644 index 00000000000..d0a33e11bf2 Binary files /dev/null and b/Resources/Textures/Backmen/Clothing/Under/undershirts.rsi/undershirt.png differ diff --git a/Resources/Textures/Interface/Default/Slots/socks.png b/Resources/Textures/Interface/Default/Slots/socks.png new file mode 100644 index 00000000000..8845a8e9ed8 Binary files /dev/null and b/Resources/Textures/Interface/Default/Slots/socks.png differ diff --git a/Resources/Textures/Interface/Default/Slots/underpants.png b/Resources/Textures/Interface/Default/Slots/underpants.png new file mode 100644 index 00000000000..abbed00acb8 Binary files /dev/null and b/Resources/Textures/Interface/Default/Slots/underpants.png differ diff --git a/Resources/Textures/Interface/Default/Slots/undershirt.png b/Resources/Textures/Interface/Default/Slots/undershirt.png new file mode 100644 index 00000000000..26f56e2cfb1 Binary files /dev/null and b/Resources/Textures/Interface/Default/Slots/undershirt.png differ diff --git a/Resources/Textures/Interface/Default/meta.json b/Resources/Textures/Interface/Default/meta.json index 23f7f68fdf4..f28897916e5 100644 --- a/Resources/Textures/Interface/Default/meta.json +++ b/Resources/Textures/Interface/Default/meta.json @@ -8,7 +8,7 @@ "copyright": "Made for the Imperial Space community, authors'es discord nickname: phoenix_7002, thx, PORT spacecats", "states": [ { - "name": "back", + "name": "back" }, { "name": "belt"