diff --git a/Content.Client/Clothing/ClientClothingSystem.cs b/Content.Client/Clothing/ClientClothingSystem.cs index 46f879e8156..0def4c83315 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"}, // Emberfall + {"undershirt", "UNDERSHIRT"}, // Emberfall + {"socks", "SOCKS"}, // Emberfall }; [Dependency] private readonly IResourceCache _cache = default!; diff --git a/Content.Client/Inventory/StrippableBoundUserInterface.cs b/Content.Client/Inventory/StrippableBoundUserInterface.cs index 90e52d72837..a5d4efc27c5 100644 --- a/Content.Client/Inventory/StrippableBoundUserInterface.cs +++ b/Content.Client/Inventory/StrippableBoundUserInterface.cs @@ -156,7 +156,7 @@ public void UpdateMenu() // for now: shit-code // this breaks for drones (too many hands, lots of empty vertical space), and looks shit for monkeys and the like. // but the window is realizable, so eh. - _strippingMenu.SetSize = new Vector2(220, snare?.IsEnsnared == true ? 550 : 530); + _strippingMenu.SetSize = new Vector2(290, snare?.IsEnsnared == true ? 550 : 530); // Emberfall - changed width cause shitcode } private void AddHandButton(Hand hand) diff --git a/Content.Shared/Inventory/SlotFlags.cs b/Content.Shared/Inventory/SlotFlags.cs index 90971d1670b..d9d41a979b6 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, // Emberfall + UNDERSHIRT = 1 << 17, // Emberfall + SOCKS = 1 << 18, // Emberfall All = ~NONE, WITHOUT_POCKET = All & ~POCKET diff --git a/Resources/Locale/en-US/_emberfall/preferences/loudout-groups.ftl b/Resources/Locale/en-US/_emberfall/preferences/loudout-groups.ftl index d5eb125bb2e..fc114567e89 100644 --- a/Resources/Locale/en-US/_emberfall/preferences/loudout-groups.ftl +++ b/Resources/Locale/en-US/_emberfall/preferences/loudout-groups.ftl @@ -1,6 +1,12 @@ +## Chief Service Supervisor loadout-group-css-head = Chief Service Supervisor head loadout-group-css-jumpsuit = Chief Service Supervisor jumpsuit loadout-group-css-outerclothing = Chief Service Supervisor outer clothing loadout-group-css-headset = Chief Service Supervisor headset loadout-group-css-shoes = Chief Service Supervisor shoes loadout-group-css-gloves = Chief Service Supervisor gloves + +## +loadout-group-underpants = Underpants +loadout-group-undershirt = Undershirt +loadout-group-socks = Socks diff --git a/Resources/Prototypes/Entities/Clothing/Under/under.yml b/Resources/Prototypes/Entities/Clothing/Under/under.yml index ce2ffc629e9..ffe3ef89acb 100644 --- a/Resources/Prototypes/Entities/Clothing/Under/under.yml +++ b/Resources/Prototypes/Entities/Clothing/Under/under.yml @@ -2,7 +2,7 @@ # I would cry if we didn't have them. -swept - type: entity - parent: ClothingShoesBase + parent: ClothingUnderSocksBase # Emberfall id: ClothingUnderSocksBee name: bee socks description: Make them loins buzz! @@ -11,9 +11,12 @@ sprite: Clothing/Under/Socks/bee.rsi - type: Clothing sprite: Clothing/Under/Socks/bee.rsi + clothingVisuals: # Emberfall + socks: + - state: equipped-FEET - type: entity - parent: ClothingShoesBase + parent: ClothingUnderSocksBase # Emberfall id: ClothingUnderSocksCoder name: coder socks description: It's time to code sisters!!11! @@ -22,3 +25,6 @@ sprite: Clothing/Under/Socks/coder.rsi - type: Clothing sprite: Clothing/Under/Socks/coder.rsi + clothingVisuals: # Emberfall + socks: + - state: equipped-FEET diff --git a/Resources/Prototypes/Entities/Mobs/Species/arachnid.yml b/Resources/Prototypes/Entities/Mobs/Species/arachnid.yml index 0d7f7717586..02a1c02dfdc 100644 --- a/Resources/Prototypes/Entities/Mobs/Species/arachnid.yml +++ b/Resources/Prototypes/Entities/Mobs/Species/arachnid.yml @@ -81,6 +81,9 @@ - map: [ "enum.HumanoidVisualLayers.LArm" ] - map: [ "enum.HumanoidVisualLayers.RLeg" ] - map: [ "enum.HumanoidVisualLayers.LLeg" ] + - map: [ "underpants" ] # Emberfall + - map: [ "undershirt" ] # Emberfall + - map: [ "socks" ] # Emberfall - map: ["jumpsuit"] - map: ["enum.HumanoidVisualLayers.LFoot"] - map: ["enum.HumanoidVisualLayers.RFoot"] diff --git a/Resources/Prototypes/Entities/Mobs/Species/base.yml b/Resources/Prototypes/Entities/Mobs/Species/base.yml index 100a0ced842..c5d7391da97 100644 --- a/Resources/Prototypes/Entities/Mobs/Species/base.yml +++ b/Resources/Prototypes/Entities/Mobs/Species/base.yml @@ -19,6 +19,9 @@ - map: [ "enum.HumanoidVisualLayers.LArm" ] - map: [ "enum.HumanoidVisualLayers.RLeg" ] - map: [ "enum.HumanoidVisualLayers.LLeg" ] + - map: [ "underpants" ] # Emberfall + - map: [ "undershirt" ] # Emberfall + - map: [ "socks" ] # Emberfall - map: ["jumpsuit"] - map: ["enum.HumanoidVisualLayers.LFoot"] - map: ["enum.HumanoidVisualLayers.RFoot"] @@ -305,6 +308,9 @@ - map: [ "enum.HumanoidVisualLayers.LArm" ] - map: [ "enum.HumanoidVisualLayers.RLeg" ] - map: [ "enum.HumanoidVisualLayers.LLeg" ] + - map: [ "underpants" ] # Emberfall + - map: [ "undershirt" ] # Emberfall + - map: [ "socks" ] # Emberfall - map: ["jumpsuit"] - map: ["enum.HumanoidVisualLayers.LFoot"] - map: ["enum.HumanoidVisualLayers.RFoot"] diff --git a/Resources/Prototypes/Entities/Mobs/Species/moth.yml b/Resources/Prototypes/Entities/Mobs/Species/moth.yml index ad09fd57578..0a0b9f9903a 100644 --- a/Resources/Prototypes/Entities/Mobs/Species/moth.yml +++ b/Resources/Prototypes/Entities/Mobs/Species/moth.yml @@ -83,6 +83,9 @@ - map: [ "enum.HumanoidVisualLayers.LArm" ] - map: [ "enum.HumanoidVisualLayers.RLeg" ] - map: [ "enum.HumanoidVisualLayers.LLeg" ] + - map: [ "underpants" ] # Emberfall + - map: [ "undershirt" ] # Emberfall + - map: [ "socks" ] # Emberfall - map: [ "jumpsuit" ] - map: [ "enum.HumanoidVisualLayers.LHand" ] - map: [ "enum.HumanoidVisualLayers.RHand" ] diff --git a/Resources/Prototypes/InventoryTemplates/arachnid_inventory_template.yml b/Resources/Prototypes/InventoryTemplates/arachnid_inventory_template.yml index e3ac371ebde..5efb4db472e 100644 --- a/Resources/Prototypes/InventoryTemplates/arachnid_inventory_template.yml +++ b/Resources/Prototypes/InventoryTemplates/arachnid_inventory_template.yml @@ -19,7 +19,7 @@ slotTexture: gloves slotFlags: GLOVES uiWindowPos: 2,1 - strippingWindowPos: 2,2 + strippingWindowPos: 3,2 # Emberfall displayName: Gloves - name: neck slotTexture: neck @@ -140,3 +140,24 @@ dependsOnComponents: - type: AllowSuitStorage displayName: Suit Storage + - name: undershirt # Emberfall + slotTexture: undershirt + slotFlags: UNDERSHIRT + stripTime: 8 + uiWindowPos: 4,1 + strippingWindowPos: 2,1 + displayName: Undershirt + - name: underpants # Emberfall + slotTexture: underpants + slotFlags: UNDERPANTS + stripTime: 8 + uiWindowPos: 4,0 + strippingWindowPos: 2,2 + displayName: Underpants + - name: socks # Emberfall + slotTexture: socks + slotFlags: SOCKS + stripTime: 8 + uiWindowPos: 4,2 + strippingWindowPos: 2,3 + displayName: Socks diff --git a/Resources/Prototypes/InventoryTemplates/corpse_inventory_template.yml b/Resources/Prototypes/InventoryTemplates/corpse_inventory_template.yml index 878ccb3d6ba..7abd8429848 100644 --- a/Resources/Prototypes/InventoryTemplates/corpse_inventory_template.yml +++ b/Resources/Prototypes/InventoryTemplates/corpse_inventory_template.yml @@ -26,7 +26,7 @@ slotTexture: gloves slotFlags: GLOVES uiWindowPos: 2,1 - strippingWindowPos: 2,2 + strippingWindowPos: 3,2 # Emberfall displayName: Gloves - name: neck slotTexture: neck @@ -95,3 +95,24 @@ uiWindowPos: 3,1 strippingWindowPos: 1,5 displayName: Belt + - name: undershirt # Emberfall + slotTexture: undershirt + slotFlags: UNDERSHIRT + stripTime: 8 + uiWindowPos: 4,1 + strippingWindowPos: 2,1 + displayName: Undershirt + - name: underpants # Emberfall + slotTexture: underpants + slotFlags: UNDERPANTS + stripTime: 8 + uiWindowPos: 4,0 + strippingWindowPos: 2,2 + displayName: Underpants + - name: socks # Emberfall + slotTexture: socks + slotFlags: SOCKS + stripTime: 8 + uiWindowPos: 4,2 + strippingWindowPos: 2,3 + displayName: Socks diff --git a/Resources/Prototypes/InventoryTemplates/human_inventory_template.yml b/Resources/Prototypes/InventoryTemplates/human_inventory_template.yml index ff1447931fe..f230f402820 100644 --- a/Resources/Prototypes/InventoryTemplates/human_inventory_template.yml +++ b/Resources/Prototypes/InventoryTemplates/human_inventory_template.yml @@ -26,7 +26,7 @@ slotTexture: gloves slotFlags: GLOVES uiWindowPos: 2,1 - strippingWindowPos: 2,2 + strippingWindowPos: 3,2 # Emberfall displayName: Gloves - name: neck slotTexture: neck @@ -121,3 +121,24 @@ uiWindowPos: 3,0 strippingWindowPos: 0,5 displayName: Back + - name: undershirt # Emberfall + slotTexture: undershirt + slotFlags: UNDERSHIRT + stripTime: 8 + uiWindowPos: 4,1 + strippingWindowPos: 2,1 + displayName: Undershirt + - name: underpants # Emberfall + slotTexture: underpants + slotFlags: UNDERPANTS + stripTime: 8 + uiWindowPos: 4,0 + strippingWindowPos: 2,2 + displayName: Underpants + - name: socks # Emberfall + slotTexture: socks + slotFlags: SOCKS + stripTime: 8 + uiWindowPos: 4,2 + strippingWindowPos: 2,3 + displayName: Socks diff --git a/Resources/Prototypes/Loadouts/role_loadouts.yml b/Resources/Prototypes/Loadouts/role_loadouts.yml index 05f6ecfa02d..6fb26ec1863 100644 --- a/Resources/Prototypes/Loadouts/role_loadouts.yml +++ b/Resources/Prototypes/Loadouts/role_loadouts.yml @@ -7,6 +7,9 @@ - CaptainJumpsuit - CaptainBackpack - CaptainOuterClothing + - Undershirt # Emberfall + - Underpants # Emberfall + - Socks # Emberfall - Survival - Trinkets - GroupSpeciesBreathTool @@ -20,6 +23,9 @@ - HoPJumpsuit - HoPBackpack - HoPOuterClothing + - Undershirt # Emberfall + - Underpants # Emberfall + - Socks # Emberfall - Glasses - Survival - Trinkets @@ -42,6 +48,9 @@ - PassengerGloves - PassengerOuterClothing - PassengerShoes + - Undershirt # Emberfall + - Underpants # Emberfall + - Socks # Emberfall - Glasses - Survival - Trinkets @@ -55,6 +64,9 @@ - BartenderJumpsuit - CommonBackpack - BartenderOuterClothing + - Undershirt # Emberfall + - Underpants # Emberfall + - Socks # Emberfall - Glasses - Survival - Trinkets @@ -66,6 +78,9 @@ - GroupTankHarness - BartenderJumpsuit - CommonBackpack + - Undershirt # Emberfall + - Underpants # Emberfall + - Socks # Emberfall - Glasses - Survival - Trinkets @@ -80,6 +95,9 @@ - ChefJumpsuit - CommonBackpack - ChefOuterClothing + - Undershirt # Emberfall + - Underpants # Emberfall + - Socks # Emberfall - Glasses - Survival - Trinkets @@ -91,6 +109,9 @@ - GroupTankHarness - LibrarianJumpsuit - CommonBackpack + - Undershirt # Emberfall + - Underpants # Emberfall + - Socks # Emberfall - Glasses - Survival - Trinkets @@ -103,6 +124,9 @@ - LawyerNeck - LawyerJumpsuit - CommonBackpack + - Undershirt # Emberfall + - Underpants # Emberfall + - Socks # Emberfall - Glasses - Survival - Trinkets @@ -118,6 +142,9 @@ - ChaplainJumpsuit - CommonBackpack - ChaplainOuterClothing + - Undershirt # Emberfall + - Underpants # Emberfall + - Socks # Emberfall - Glasses - Survival - Trinkets @@ -132,6 +159,9 @@ - JanitorGloves - CommonBackpack - JanitorOuterClothing + - Undershirt # Emberfall + - Underpants # Emberfall + - Socks # Emberfall - Glasses - Survival - Trinkets @@ -146,6 +176,9 @@ - BotanistJumpsuit - BotanistBackpack - BotanistOuterClothing + - Undershirt # Emberfall + - Underpants # Emberfall + - Socks # Emberfall - Glasses - Survival - Trinkets @@ -160,6 +193,9 @@ - ClownBackpack - ClownOuterClothing - ClownShoes + - Undershirt # Emberfall + - Underpants # Emberfall + - Socks # Emberfall - Glasses - SurvivalClown - Trinkets @@ -174,6 +210,9 @@ - MimeBackpack - MimeOuterClothing - MimeBelt + - Undershirt # Emberfall + - Underpants # Emberfall + - Socks # Emberfall - Glasses - SurvivalMime - Trinkets @@ -185,6 +224,9 @@ - MusicianJumpsuit - CommonBackpack - MusicianOuterClothing + - Undershirt # Emberfall + - Underpants # Emberfall + - Socks # Emberfall - Glasses - Survival - Trinkets @@ -202,6 +244,9 @@ - CargoTechnicianBackpack - QuartermasterOuterClothing - QuartermasterShoes + - Undershirt # Emberfall + - Underpants # Emberfall + - Socks # Emberfall - Glasses - Survival - Trinkets @@ -216,6 +261,9 @@ - CargoTechnicianBackpack - CargoTechnicianOuterClothing - CargoTechnicianShoes + - Undershirt # Emberfall + - Underpants # Emberfall + - Socks # Emberfall - Glasses - Survival - Trinkets @@ -228,6 +276,9 @@ - SalvageSpecialistBackpack - SalvageSpecialistOuterClothing - SalvageSpecialistShoes + - Undershirt # Emberfall + - Underpants # Emberfall + - Socks # Emberfall - Glasses - Survival - Trinkets @@ -244,6 +295,9 @@ - ChiefEngineerNeck - ChiefEngineerOuterClothing - ChiefEngineerShoes + - Undershirt # Emberfall + - Underpants # Emberfall + - Socks # Emberfall - SurvivalExtended - Trinkets - GroupSpeciesBreathTool @@ -254,6 +308,9 @@ - GroupTankHarness - TechnicalAssistantJumpsuit - StationEngineerBackpack + - Undershirt # Emberfall + - Underpants # Emberfall + - Socks # Emberfall - SurvivalExtended - Trinkets - GroupSpeciesBreathTool @@ -268,6 +325,9 @@ - StationEngineerOuterClothing - StationEngineerShoes - StationEngineerID + - Undershirt # Emberfall + - Underpants # Emberfall + - Socks # Emberfall - SurvivalExtended - Trinkets - GroupSpeciesBreathTool @@ -280,6 +340,9 @@ - AtmosphericTechnicianBackpack - AtmosphericTechnicianOuterClothing - AtmosphericTechnicianShoes + - Undershirt # Emberfall + - Underpants # Emberfall + - Socks # Emberfall - SurvivalExtended - Trinkets - GroupSpeciesBreathTool @@ -296,6 +359,9 @@ - ResearchDirectorOuterClothing - ScientistGloves - ResearchDirectorShoes + - Undershirt # Emberfall + - Underpants # Emberfall + - Socks # Emberfall - Glasses - Survival - Trinkets @@ -313,6 +379,9 @@ - ScientistGloves - ScientistShoes - ScientistPDA + - Undershirt # Emberfall + - Underpants # Emberfall + - Socks # Emberfall - Glasses - Survival - Trinkets @@ -324,6 +393,9 @@ - GroupTankHarness - ResearchAssistantJumpsuit - ScientistBackpack + - Undershirt # Emberfall + - Underpants # Emberfall + - Socks # Emberfall - Glasses - Survival - Trinkets @@ -340,6 +412,9 @@ - SecurityBelt - HeadofSecurityOuterClothing - SecurityShoes + - Undershirt # Emberfall + - Underpants # Emberfall + - Socks # Emberfall - SurvivalSecurity - Trinkets - SecurityStar @@ -354,6 +429,9 @@ - SecurityBelt - WardenOuterClothing - SecurityShoes + - Undershirt # Emberfall + - Underpants # Emberfall + - Socks # Emberfall - SurvivalSecurity - Trinkets - SecurityStar @@ -369,6 +447,9 @@ - SecurityShoes - SecurityPDA - SecurityBelt + - Undershirt # Emberfall + - Underpants # Emberfall + - Socks # Emberfall - SurvivalSecurity - Trinkets - SecurityStar @@ -383,6 +464,9 @@ - SecurityBackpack - DetectiveOuterClothing - SecurityShoes + - Undershirt # Emberfall + - Underpants # Emberfall + - Socks # Emberfall - SurvivalSecurity - Trinkets - SecurityStar @@ -393,6 +477,9 @@ groups: - SecurityCadetJumpsuit - SecurityBackpack + - Undershirt # Emberfall + - Underpants # Emberfall + - Socks # Emberfall - SurvivalSecurity - Trinkets - GroupSpeciesBreathToolSecurity @@ -410,6 +497,9 @@ - ChiefMedicalOfficerOuterClothing - ChiefMedicalOfficerNeck - ChiefMedicalOfficerShoes + - Undershirt # Emberfall + - Underpants # Emberfall + - Socks # Emberfall - Glasses - SurvivalMedical - Trinkets @@ -427,6 +517,9 @@ - MedicalDoctorOuterClothing - MedicalShoes - MedicalDoctorPDA + - Undershirt # Emberfall + - Underpants # Emberfall + - Socks # Emberfall - Glasses - SurvivalMedical - Trinkets @@ -438,6 +531,9 @@ - GroupTankHarness - MedicalInternJumpsuit - MedicalBackpack + - Undershirt # Emberfall + - Underpants # Emberfall + - Socks # Emberfall - Glasses - SurvivalMedical - Trinkets @@ -453,6 +549,9 @@ - ChemistBackpack - ChemistOuterClothing - MedicalShoes + - Undershirt # Emberfall + - Underpants # Emberfall + - Socks # Emberfall - SurvivalMedical - Trinkets - GroupSpeciesBreathToolMedical @@ -468,6 +567,9 @@ - MedicalBackpack - ParamedicOuterClothing - ParamedicShoes + - Undershirt # Emberfall + - Underpants # Emberfall + - Socks # Emberfall - Glasses - SurvivalMedical - Trinkets @@ -479,6 +581,9 @@ groups: - GroupTankHarness - CommonBackpack + - Undershirt # Emberfall + - Underpants # Emberfall + - Socks # Emberfall - Glasses - Survival - Trinkets @@ -490,6 +595,9 @@ - GroupTankHarness - ReporterJumpsuit - CommonBackpack + - Undershirt # Emberfall + - Underpants # Emberfall + - Socks # Emberfall - Glasses - Survival - Trinkets @@ -501,6 +609,9 @@ - GroupTankHarness - PsychologistJumpsuit - MedicalBackpack + - Undershirt # Emberfall + - Underpants # Emberfall + - Socks # Emberfall - Glasses - Survival - Trinkets @@ -513,6 +624,9 @@ - BoxerJumpsuit - BoxerGloves - CommonBackpack + - Undershirt # Emberfall + - Underpants # Emberfall + - Socks # Emberfall - Glasses - Survival - Trinkets @@ -524,12 +638,18 @@ - type: roleLoadout id: RoleSurvivalVoxSupport groups: + - Undershirt # Emberfall + - Underpants # Emberfall + - Socks # Emberfall - GroupSpeciesBreathTool - GroupTankHarness - type: roleLoadout id: RoleSurvivalStandard groups: + - Undershirt # Emberfall + - Underpants # Emberfall + - Socks # Emberfall - Survival - GroupSpeciesBreathTool - GroupTankHarness @@ -537,12 +657,18 @@ - type: roleLoadout id: RoleSurvivalClown groups: + - Undershirt # Emberfall + - Underpants # Emberfall + - Socks # Emberfall - SurvivalClown - GroupTankHarness - type: roleLoadout id: RoleSurvivalExtended groups: + - Undershirt # Emberfall + - Underpants # Emberfall + - Socks # Emberfall - SurvivalExtended - GroupSpeciesBreathTool - GroupTankHarness @@ -550,6 +676,9 @@ - type: roleLoadout id: RoleSurvivalMedical groups: + - Undershirt # Emberfall + - Underpants # Emberfall + - Socks # Emberfall - SurvivalMedical - GroupSpeciesBreathToolMedical - GroupTankHarness @@ -557,6 +686,9 @@ - type: roleLoadout id: RoleSurvivalSecurity groups: + - Undershirt # Emberfall + - Underpants # Emberfall + - Socks # Emberfall - SurvivalSecurity - GroupSpeciesBreathToolSecurity - GroupTankHarness @@ -564,6 +696,9 @@ - type: roleLoadout id: RoleSurvivalSyndicate groups: + - Undershirt # Emberfall + - Underpants # Emberfall + - Socks # Emberfall - SurvivalSyndicate - GroupSpeciesBreathTool - GroupTankHarness @@ -571,6 +706,9 @@ - type: roleLoadout id: RoleSurvivalNukie groups: + - Undershirt # Emberfall + - Underpants # Emberfall + - Socks # Emberfall - SurvivalSyndicate - GroupSpeciesBreathTool - GroupPocketTankDouble @@ -578,5 +716,8 @@ - type: roleLoadout id: RoleSurvivalEVA groups: + - Undershirt # Emberfall + - Underpants # Emberfall + - Socks # Emberfall - GroupEVATank - SurvivalExtended diff --git a/Resources/Prototypes/_Emberfall/Entities/Clothing/Under/socks.yml b/Resources/Prototypes/_Emberfall/Entities/Clothing/Under/socks.yml new file mode 100644 index 00000000000..8b1b1afb238 --- /dev/null +++ b/Resources/Prototypes/_Emberfall/Entities/Clothing/Under/socks.yml @@ -0,0 +1,215 @@ +- type: entity + abstract: true + parent: Clothing + id: ClothingUnderSocksBase + components: + - type: Clothing + slots: [ socks ] + - type: Sprite + state: icon + - type: TemperatureProtection + coolingCoefficient: 0.9 + +- type: entity + parent: ClothingUnderSocksBase + id: ClothingUnderSocksBeeKnee + name: bee knee-highs + description: A pair of bee knee-highs, adding some buzz to your style. + components: + - type: Sprite + sprite: _Emberfall/Clothing/Under/Socks/knee_bee.rsi + - type: Clothing + sprite: _Emberfall/Clothing/Under/Socks/knee_bee.rsi + +- type: entity + parent: ClothingUnderSocksBase + id: ClothingUnderSocksGreenStripedKnee + name: green striped knee-highs + description: A pair of green striped knee-highs, perfect for spreading holiday cheer. + components: + - type: Sprite + sprite: _Emberfall/Clothing/Under/Socks/green_striped_knee.rsi + - type: Clothing + sprite: _Emberfall/Clothing/Under/Socks/green_striped_knee.rsi + +- type: entity + parent: ClothingUnderSocksBase + id: ClothingUnderSocksGreenStriped + 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: _Emberfall/Clothing/Under/Socks/green_striped.rsi + - type: Clothing + sprite: _Emberfall/Clothing/Under/Socks/green_striped.rsi + +- type: entity + parent: ClothingUnderSocksBase + id: ClothingUnderSocksGreenStripedThigh + 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: _Emberfall/Clothing/Under/Socks/green_striped_high.rsi + - type: Clothing + sprite: _Emberfall/Clothing/Under/Socks/green_striped_high.rsi + +- type: entity + parent: ClothingUnderSocksBase + id: ClothingUnderSocksRedStripedKnee + name: red striped knee-highs + description: A pair of red striped knee-highs, perfect for getting in the holiday spirit. + components: + - type: Sprite + sprite: _Emberfall/Clothing/Under/Socks/red_striped_knee.rsi + - type: Clothing + sprite: _Emberfall/Clothing/Under/Socks/red_striped_knee.rsi + + +- type: entity + parent: ClothingUnderSocksBase + id: ClothingUnderSocksRedStriped + name: red striped socks + description: A pair of candy cane socks, adding some sweetness to your step. + components: + - type: Sprite + sprite: _Emberfall/Clothing/Under/Socks/red_striped.rsi + - type: Clothing + sprite: _Emberfall/Clothing/Under/Socks/red_striped.rsi + +- type: entity + parent: ClothingUnderSocksBase + id: ClothingUnderSocksRedStripedThigh + name: red striped thigh-highs + description: A pair of red striped thigh-highs, perfect for striding with confidence and sass. + components: + - type: Sprite + sprite: _Emberfall/Clothing/Under/Socks/red_striped_high.rsi + - type: Clothing + sprite: _Emberfall/Clothing/Under/Socks/red_striped_high.rsi + +- type: entity + parent: ClothingUnderSocksBase + id: ClothingUnderSocksRainbowKnee + name: rainbow knee-highs + description: A pair of rainbow knee-highs, perfect for brightening up a dull day. + components: + - type: Sprite + sprite: _Emberfall/Clothing/Under/Socks/rainbow_knee.rsi + - type: Clothing + sprite: _Emberfall/Clothing/Under/Socks/rainbow_knee.rsi + +- type: entity + parent: ClothingUnderSocksBase + id: ClothingUnderSocksKnee + name: knee-highs + description: A pair of knee-highs, perfect for keeping your legs warm and looking stylish. + suffix: uncolored + components: + - type: Sprite + sprite: _Emberfall/Clothing/Under/Socks/knee.rsi + - type: Clothing + sprite: _Emberfall/Clothing/Under/Socks/knee.rsi + +- type: entity + parent: ClothingUnderSocksBase + id: ClothingUnderSocks + 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: _Emberfall/Clothing/Under/Socks/socks.rsi + - type: Clothing + sprite: _Emberfall/Clothing/Under/Socks/socks.rsi + +- type: entity + parent: ClothingUnderSocksBase + id: ClothingUnderSocksThighBlue + name: blue thigh-highs + description: A pair of blue thigh-highs, perfect for a touch of sophistication. + components: + - type: Sprite + sprite: _Emberfall/Clothing/Under/Socks/thigh_highs_blue.rsi + - type: Clothing + sprite: _Emberfall/Clothing/Under/Socks/thigh_highs_blue.rsi + +- type: entity + parent: ClothingUnderSocksBase + id: ClothingUnderSocksThighCyan + name: cyan thigh-highs + description: A pair of cyan thigh-highs, perfect for standing out in a sea of black. + components: + - type: Sprite + sprite: _Emberfall/Clothing/Under/Socks/thigh_highs_cyan.rsi + - type: Clothing + sprite: _Emberfall/Clothing/Under/Socks/thigh_highs_cyan.rsi + +- type: entity + parent: ClothingUnderSocksBase + id: ClothingUnderSocksThighGreen + name: green thigh-highs + description: A pair of green thigh-highs, perfect for making everyone green with envy. + components: + - type: Sprite + sprite: _Emberfall/Clothing/Under/Socks/thigh_highs_green.rsi + - type: Clothing + sprite: _Emberfall/Clothing/Under/Socks/thigh_highs_green.rsi + +- type: entity + parent: ClothingUnderSocksBase + id: ClothingUnderSocksThighOrange + name: orange thigh-highs + description: A pair of colorful thigh-highs, perfect for the daring fashionista. + components: + - type: Sprite + sprite: _Emberfall/Clothing/Under/Socks/thigh_highs_orange.rsi + - type: Clothing + sprite: _Emberfall/Clothing/Under/Socks/thigh_highs_orange.rsi + + +- type: entity + parent: ClothingUnderSocksBase + id: ClothingUnderSocksThighPurple + name: purple thigh-highs + description: A pair of royal thigh-highs, perfect for feeling like royalty with every step. + components: + - type: Sprite + sprite: _Emberfall/Clothing/Under/Socks/thigh_highs_purple.rsi + - type: Clothing + sprite: _Emberfall/Clothing/Under/Socks/thigh_highs_purple.rsi + +- type: entity + parent: ClothingUnderSocksBase + id: ClothingUnderSocksThighYellow + name: yellow thigh-highs + description: A pair of rainbow thigh-highs, perfect for bringing light wherever you go. + components: + - type: Sprite + sprite: _Emberfall/Clothing/Under/Socks/thigh_highs_yellow.rsi + - type: Clothing + sprite: _Emberfall/Clothing/Under/Socks/thigh_highs_yellow.rsi + +- 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: _Emberfall/Clothing/Under/Socks/knee_striped.rsi + - type: Clothing + sprite: _Emberfall/Clothing/Under/Socks/knee_striped.rsi + +- 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: _Emberfall/Clothing/Under/Socks/thigh_highs_striped.rsi + - type: Clothing + sprite: _Emberfall/Clothing/Under/Socks/thigh_highs_striped.rsi diff --git a/Resources/Prototypes/_Emberfall/Entities/Clothing/Under/underpants.yml b/Resources/Prototypes/_Emberfall/Entities/Clothing/Under/underpants.yml new file mode 100644 index 00000000000..45bef72294a --- /dev/null +++ b/Resources/Prototypes/_Emberfall/Entities/Clothing/Under/underpants.yml @@ -0,0 +1,134 @@ +- type: entity + abstract: true + parent: Clothing + id: ClothingUnderPantsBase + components: + - type: Clothing + slots: [ underpants ] + - type: Sprite + state: icon + - type: TemperatureProtection + coolingCoefficient: 0.9 + +- type: entity + parent: ClothingUnderPantsBase + id: ClothingUnderBeeShorts + name: bee shorts + description: A pair of bee shorts, the buzz-worthy choice for a summer day. + components: + - type: Sprite + sprite: _Emberfall/Clothing/Under/Underpants/bee_shorts.rsi + - type: Clothing + sprite: _Emberfall/Clothing/Under/Underpants/bee_shorts.rsi + +- type: entity + parent: ClothingUnderPantsBase + id: ClothingUnderBoxerBriefs + name: boxer briefs + description: A pair of boxer briefs, the perfect blend of comfort and support. + components: + - type: Sprite + sprite: _Emberfall/Clothing/Under/Underpants/boxer_briefs.rsi + - type: Clothing + sprite: _Emberfall/Clothing/Under/Underpants/boxer_briefs.rsi + +- type: entity + parent: ClothingUnderPantsBase + id: ClothingUnderBoxers + name: boxers + description: A pair of classic boxers. + components: + - type: Sprite + sprite: _Emberfall/Clothing/Under/Underpants/boxers.rsi + - type: Clothing + sprite: _Emberfall/Clothing/Under/Underpants/boxers.rsi + +- type: entity + parent: ClothingUnderPantsBase + id: ClothingUnderBoxersStriped + name: striped boxers + description: A pair of striped boxers, featuring a classic pattern. + components: + - type: Sprite + sprite: _Emberfall/Clothing/Under/Underpants/boxers_striped.rsi + - type: Clothing + sprite: _Emberfall/Clothing/Under/Underpants/boxers_striped.rsi + +- 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: _Emberfall/Clothing/Under/Underpants/briefs.rsi + - type: Clothing + sprite: _Emberfall/Clothing/Under/Underpants/briefs.rsi + +- type: entity + parent: ClothingUnderPantsBase + id: ClothingUnderLongjohn + name: long john pants + description: A pair of long john pants, to stay warm in these classic long underwear. + components: + - type: Sprite + sprite: _Emberfall/Clothing/Under/Underpants/long_john.rsi + - type: Clothing + sprite: _Emberfall/Clothing/Under/Underpants/long_john.rsi + - type: TemperatureProtection + coolingCoefficient: 0.8 + +- type: entity + parent: ClothingUnderPantsBase + id: ClothingUnderPanties + name: panties + description: A pair of regular panties, good old fashioned. + components: + - type: Sprite + sprite: _Emberfall/Clothing/Under/Underpants/panties.rsi + - type: Clothing + sprite: _Emberfall/Clothing/Under/Underpants/panties.rsi + +- type: entity + parent: ClothingUnderPantsBase + id: ClothingUnderPantiesBeekini + name: bee-kini panties + description: A pair of Bee-Kini panties, getting a buzz going with the bee-print design. + components: + - type: Sprite + sprite: _Emberfall/Clothing/Under/Underpants/panties_bee.rsi + - type: Clothing + sprite: _Emberfall/Clothing/Under/Underpants/panties_bee.rsi + +- type: entity + parent: ClothingUnderPantsBase + id: ClothingUnderPantiesNeko + name: neko panties + description: A pair of neko panties, for the cat-lover, featuring a cute neko-print design. + components: + - type: Sprite + sprite: _Emberfall/Clothing/Under/Underpants/panties_neko.rsi + - type: Clothing + sprite: _Emberfall/Clothing/Under/Underpants/panties_neko.rsi + +- type: entity + parent: ClothingUnderPantsBase + id: ClothingUnderPantiesSwimming + name: swimming panties + description: A pair of Swimming panties, hitting the pool in style. + components: + - type: Sprite + sprite: _Emberfall/Clothing/Under/Underpants/panties_swimming.rsi + - type: Clothing + sprite: _Emberfall/Clothing/Under/Underpants/panties_swimming.rsi + +- type: entity + parent: ClothingUnderPantsBase + id: ClothingUnderPantiesStried + name: striped panties + description: A pair of striped panties. + components: + - type: Sprite + sprite: _Emberfall/Clothing/Under/Underpants/panties_striped.rsi + - type: Clothing + sprite: _Emberfall/Clothing/Under/Underpants/panties_striped.rsi diff --git a/Resources/Prototypes/_Emberfall/Entities/Clothing/Under/undershirts.yml b/Resources/Prototypes/_Emberfall/Entities/Clothing/Under/undershirts.yml new file mode 100644 index 00000000000..b1a82ceb01f --- /dev/null +++ b/Resources/Prototypes/_Emberfall/Entities/Clothing/Under/undershirts.yml @@ -0,0 +1,441 @@ +- type: entity + abstract: true + parent: Clothing + id: ClothingUnderShirtBase + components: + - type: Clothing + slots: [ undershirt ] + - type: Sprite + state: icon + - type: TemperatureProtection + coolingCoefficient: 0.9 + +- type: entity + parent: ClothingUnderShirtBase + id: ClothingUnderShirtBasic + name: undershirt + description: A basic undershirt for staying cozy and covered. + components: + - type: Sprite + sprite: _Emberfall/Clothing/Under/Undershirts/shirt.rsi + - type: Clothing + sprite: _Emberfall/Clothing/Under/Undershirts/shirt.rsi + + +- type: entity + parent: ClothingUnderShirtBase + id: ClothingUnderShirtBand + name: band shirt + description: A cool band shirt, ready for concerts or just jamming out at home. + components: + - type: Sprite + sprite: _Emberfall/Clothing/Under/Undershirts/shirt_band.rsi + - type: Clothing + sprite: _Emberfall/Clothing/Under/Undershirts/shirt_band.rsi + +- type: entity + parent: ClothingUnderShirtBase + id: ClothingUnderShirtBee + name: bee shirt + description: A bee-themed shirt, buzzing with style. + components: + - type: Sprite + sprite: _Emberfall/Clothing/Under/Undershirts/shirt_bee.rsi + - type: Clothing + sprite: _Emberfall/Clothing/Under/Undershirts/shirt_bee.rsi + +- type: entity + parent: ClothingUnderShirtBase + id: ClothingUnderShirtBlue + name: sporty blue shirt + description: A sporty blue shirt, ideal for working out or lounging. + components: + - type: Sprite + sprite: _Emberfall/Clothing/Under/Undershirts/shirt_blue.rsi + - type: Clothing + sprite: _Emberfall/Clothing/Under/Undershirts/shirt_blue.rsi + +- type: entity + parent: ClothingUnderShirtBase + id: ClothingUnderShirtGreen + name: sporty green shirt + description: A sporty green shirt, ready for the gym or trails. + components: + - type: Sprite + sprite: _Emberfall/Clothing/Under/Undershirts/shirt_green.rsi + - type: Clothing + sprite: _Emberfall/Clothing/Under/Undershirts/shirt_green.rsi + +- type: entity + parent: ClothingUnderShirtBase + id: ClothingUnderShirtRed + name: sporty red shirt + description: A sporty red shirt, ready for the gym or couch time. + components: + - type: Sprite + sprite: _Emberfall/Clothing/Under/Undershirts/shirt_red.rsi + - type: Clothing + sprite: _Emberfall/Clothing/Under/Undershirts/shirt_red.rsi + +- type: entity + parent: ClothingUnderShirtBase + id: ClothingUnderShirtBowlingRed + name: red bowling shirt + description: A red bowling shirt, ready to knock down those pins in style. + components: + - type: Sprite + sprite: _Emberfall/Clothing/Under/Undershirts/shirt_bowling_red.rsi + - type: Clothing + sprite: _Emberfall/Clothing/Under/Undershirts/shirt_bowling_red.rsi + +- type: entity + parent: ClothingUnderShirtBase + id: ClothingUnderShirtBowlingNavy + name: navy bowling shirt + description: A navy bowling shirt, making a statement on the lanes. + components: + - type: Sprite + sprite: _Emberfall/Clothing/Under/Undershirts/shirt_bowling_navy.rsi + - type: Clothing + sprite: _Emberfall/Clothing/Under/Undershirts/shirt_bowling_navy.rsi + +- type: entity + parent: ClothingUnderShirtBase + id: ClothingUnderShirtBowlingPink + name: pink bowling shirt + description: A pink bowling shirt, showing off your playful side. + components: + - type: Sprite + sprite: _Emberfall/Clothing/Under/Undershirts/shirt_bowling_pink.rsi + - type: Clothing + sprite: _Emberfall/Clothing/Under/Undershirts/shirt_bowling_pink.rsi + +- type: entity + parent: ClothingUnderShirtBase + id: ClothingUnderShirtBowlingWhite + name: white bowling shirt + description: A white bowling shirt, keeping it simple and stylish. + components: + - type: Sprite + sprite: _Emberfall/Clothing/Under/Undershirts/shirt_bowling_white.rsi + - type: Clothing + sprite: _Emberfall/Clothing/Under/Undershirts/shirt_bowling_white.rsi + +- type: entity + parent: ClothingUnderShirtBase + id: ClothingUnderShirtBra + name: bra + description: A basic bra, providing comfort and support for everyday wear. + components: + - type: Sprite + sprite: _Emberfall/Clothing/Under/Undershirts/bra.rsi + - type: Clothing + sprite: _Emberfall/Clothing/Under/Undershirts/bra.rsi + +- type: entity + parent: ClothingUnderShirtBase + id: ClothingUnderShirtBraBee + name: bee-kini bra + description: A bra with a little sting-er. + components: + - type: Sprite + sprite: _Emberfall/Clothing/Under/Undershirts/bra_bee.rsi + - type: Clothing + sprite: _Emberfall/Clothing/Under/Undershirts/bra_bee.rsi + +- type: entity + parent: ClothingUnderShirtBase + id: ClothingUnderShrtBraStrapless + name: strapless binder bra + description: A strapless bra, for those who like to keep it simple. + components: + - type: Sprite + sprite: _Emberfall/Clothing/Under/Undershirts/bra_binder_strapless.rsi + - type: Clothing + sprite: _Emberfall/Clothing/Under/Undershirts/bra_binder_strapless.rsi + +- type: entity + parent: ClothingUnderShirtBase + id: ClothingUnderShirtBraBinder + name: binder bra + description: A bra for keeping your chest in check. + components: + - type: Sprite + sprite: _Emberfall/Clothing/Under/Undershirts/bra_binder.rsi + - type: Clothing + sprite: _Emberfall/Clothing/Under/Undershirts/bra_binder.rsi + +- type: entity + parent: ClothingUnderShirtBase + id: ClothingUnderShirtBraNeko + name: neko bra + description: A cat-themed bra, for the cat-lovers out there. + components: + - type: Sprite + sprite: _Emberfall/Clothing/Under/Undershirts/bra_neko.rsi + - type: Clothing + sprite: _Emberfall/Clothing/Under/Undershirts/bra_neko.rsi + +- type: entity + parent: ClothingUnderShirtBase + id: ClothingUnderShirtBraSwimming + name: swimming bra + description: A comfortable bra, perfect for pool-parties. + components: + - type: Sprite + sprite: _Emberfall/Clothing/Under/Undershirts/bra_swimming.rsi + - type: Clothing + sprite: _Emberfall/Clothing/Under/Undershirts/bra_swimming.rsi + +- type: entity + parent: ClothingUnderShirtBase + id: ClothingUnderShirtCowboyRed + name: red cowboy shirt + description: A bold red cowboy shirt, standing out from the crowd. + components: + - type: Sprite + sprite: _Emberfall/Clothing/Under/Undershirts/shirt_cowboy_red.rsi + - type: Clothing + sprite: _Emberfall/Clothing/Under/Undershirts/shirt_cowboy_red.rsi + +- type: entity + parent: ClothingUnderShirtBase + id: ClothingUnderShirtCowboyRedAlt + name: red cowboy t-shirt + description: A red cowboy t-shirt, ready to ride off into the sunset in style. + components: + - type: Sprite + sprite: _Emberfall/Clothing/Under/Undershirts/shirt_cowboy_red_alt.rsi + - type: Clothing + sprite: _Emberfall/Clothing/Under/Undershirts/shirt_cowboy_red_alt.rsi + +- type: entity + parent: ClothingUnderShirtBase + id: ClothingUnderShirtCowboyWhite + name: white cowboy shirt + description: A white cowboy shirt, ideal for looking sharp and professional. + components: + - type: Sprite + sprite: _Emberfall/Clothing/Under/Undershirts/shirt_cowboy_white.rsi + - type: Clothing + sprite: _Emberfall/Clothing/Under/Undershirts/shirt_cowboy_white.rsi + +- type: entity + parent: ClothingUnderShirtBase + id: ClothingUnderShirtCowboyWhiteAlt + 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: _Emberfall/Clothing/Under/Undershirts/shirt_cowboy_white_alt.rsi + - type: Clothing + sprite: _Emberfall/Clothing/Under/Undershirts/shirt_cowboy_white_alt.rsi + +- type: entity + parent: ClothingUnderShirtBase + id: ClothingUnderShirtIan + name: ian shirt + description: An Ian shirt, ready to look dapper for any occasion. + components: + - type: Sprite + sprite: _Emberfall/Clothing/Under/Undershirts/shirt_ian.rsi + - type: Clothing + sprite: _Emberfall/Clothing/Under/Undershirts/shirt_ian.rsi + +- type: entity + parent: ClothingUnderShirtBase + id: ClothingUnderShirtLongjohn + name: long john shirt + description: A Long John shirt, perfect for staying cozy in the cold. + components: + - type: Sprite + sprite: _Emberfall/Clothing/Under/Undershirts/shirt_long_john.rsi + - type: Clothing + sprite: _Emberfall/Clothing/Under/Undershirts/shirt_long_john.rsi + +- type: entity + parent: ClothingUnderShirtBase + id: ClothingUnderShirtBlueStriped + name: blue striped shirt + description: A runway-inspired shirt, making you feel like you're always walking the runway. + components: + - type: Sprite + sprite: _Emberfall/Clothing/Under/Undershirts/shirt_blue_striped.rsi + - type: Clothing + sprite: _Emberfall/Clothing/Under/Undershirts/shirt_blue_striped.rsi + +- type: entity + parent: ClothingUnderShirtBase + id: ClothingUnderShirtStriped + name: striped shirt + description: A bold stripe undershirt, perfect for making a fashion statement. + components: + - type: Sprite + sprite: _Emberfall/Clothing/Under/Undershirts/shirt_striped.rsi + - type: Clothing + sprite: _Emberfall/Clothing/Under/Undershirts/shirt_striped.rsi + +- type: entity + parent: ClothingUnderShirtBase + id: ClothingUnderShirtLover + name: lover shirt + description: A sweet and sentimental undershirt, perfect for wearing your heart on your chest. + components: + - type: Sprite + sprite: _Emberfall/Clothing/Under/Undershirts/shirt_lover.rsi + - type: Clothing + sprite: _Emberfall/Clothing/Under/Undershirts/shirt_lover.rsi + +- type: entity + parent: ClothingUnderShirtBase + id: ClothingUnderShirtPeace + name: peace shirt + description: An eye-catching undershirt with a peaceful message. + components: + - type: Sprite + sprite: _Emberfall/Clothing/Under/Undershirts/shirt_peace.rsi + - type: Clothing + sprite: _Emberfall/Clothing/Under/Undershirts/shirt_peace.rsi + +- type: entity + parent: ClothingUnderShirtBase + id: ClothingUnderShirtPolo + name: polo shirt + description: A stylish polo shirt, perfect for golfing or a Little League game. + components: + - type: Sprite + sprite: _Emberfall/Clothing/Under/Undershirts/shirt_polo.rsi + - type: Clothing + sprite: _Emberfall/Clothing/Under/Undershirts/shirt_polo.rsi + +- type: entity + parent: ClothingUnderShirtBase + id: ClothingUnderShirtAlien + name: alien shirt + description: An out-of-this-world shirt for your love of extraterrestrial beings. + components: + - type: Sprite + sprite: _Emberfall/Clothing/Under/Undershirts/shirt_alien.rsi + - type: Clothing + sprite: _Emberfall/Clothing/Under/Undershirts/shirt_alien.rsi + +- type: entity + parent: ClothingUnderShirtBase + id: ClothingUnderShirtClown + name: clown shirt + description: A clown shirt, ready to make everyone laugh. + components: + - type: Sprite + sprite: _Emberfall/Clothing/Under/Undershirts/shirt_clown.rsi + - type: Clothing + sprite: _Emberfall/Clothing/Under/Undershirts/shirt_clown.rsi + +- type: entity + parent: ClothingUnderShirtBase + id: ClothingUnderShirtQuestion + name: question mark shirt + description: A shirt with more questions than answers. + components: + - type: Sprite + sprite: _Emberfall/Clothing/Under/Undershirts/shirt_question.rsi + - type: Clothing + sprite: _Emberfall/Clothing/Under/Undershirts/shirt_question.rsi + +- type: entity + parent: ClothingUnderShirtBase + id: ClothingUnderShirtSkull + name: skull shirt + description: A shirt making a bold statement about mortality. + components: + - type: Sprite + sprite: _Emberfall/Clothing/Under/Undershirts/shirt_skull.rsi + - type: Clothing + sprite: _Emberfall/Clothing/Under/Undershirts/shirt_skull.rsi + +- type: entity + parent: ClothingUnderShirtBase + id: ClothingUnderShirtShortSleeve + name: t-shirt + description: A classic and casual shirt for everyday wear. + components: + - type: Sprite + sprite: _Emberfall/Clothing/Under/Undershirts/shirt_shortsleeve.rsi + - type: Clothing + sprite: _Emberfall/Clothing/Under/Undershirts/shirt_shortsleeve.rsi + +- type: entity + parent: ClothingUnderShirtBase + id: ClothingUnderShirtSwimmingBlack + name: black swimming shirt + description: A swimsuit for a sleek and stylish swim. + components: + - type: Sprite + sprite: _Emberfall/Clothing/Under/Undershirts/swimming_black.rsi + - type: Clothing + sprite: _Emberfall/Clothing/Under/Undershirts/swimming_black.rsi + +- type: entity + parent: ClothingUnderShirtBase + id: ClothingUnderShirtSwimmingBlue + name: blue swimming shirt + description: A swimsuit for a refreshing swim with a pop of color. + components: + - type: Sprite + sprite: _Emberfall/Clothing/Under/Undershirts/swimming_blue.rsi + - type: Clothing + sprite: _Emberfall/Clothing/Under/Undershirts/swimming_blue.rsi + +- type: entity + parent: ClothingUnderShirtBase + id: ClothingUnderShirtSwimmingRed + name: red swimming shirt + description: A swimsuit for a bold and daring swim. + components: + - type: Sprite + sprite: _Emberfall/Clothing/Under/Undershirts/swimming_red.rsi + - type: Clothing + sprite: _Emberfall/Clothing/Under/Undershirts/swimming_red.rsi + +- type: entity + parent: ClothingUnderShirtBase + id: ClothingUnderShirtTankFire + name: fire tank top + description: A swimsuit for bringing the heat. + components: + - type: Sprite + sprite: _Emberfall/Clothing/Under/Undershirts/tank_fire.rsi + - type: Clothing + sprite: _Emberfall/Clothing/Under/Undershirts/tank_fire.rsi + +- type: entity + parent: ClothingUnderShirtBase + id: ClothingUnderShirTankRainbow + name: rainbow tank top + description: A tank top for spreading positivity and good vibes. + components: + - type: Sprite + sprite: _Emberfall/Clothing/Under/Undershirts/tank_rainbow.rsi + - type: Clothing + sprite: _Emberfall/Clothing/Under/Undershirts/tank_rainbow.rsi + +- type: entity + parent: ClothingUnderShirtBase + id: ClothingUnderShirtTankStriped + name: striped tank top + description: A fashionable tank top with heads and stripes alike. + components: + - type: Sprite + sprite: _Emberfall/Clothing/Under/Undershirts/tank_striped.rsi + - type: Clothing + sprite: _Emberfall/Clothing/Under/Undershirts/tank_striped.rsi + +- type: entity + parent: ClothingUnderShirtBase + id: ClothingUnderShirtTankSun + name: sun tank top + description: A sunny tank top, shining bright like a sun. + components: + - type: Sprite + sprite: _Emberfall/Clothing/Under/Undershirts/tank_sun.rsi + - type: Clothing + sprite: _Emberfall/Clothing/Under/Undershirts/tank_sun.rsi diff --git a/Resources/Prototypes/_Emberfall/Entities/Mobs/Species/vulpkanin.yml b/Resources/Prototypes/_Emberfall/Entities/Mobs/Species/vulpkanin.yml index eef18e051c1..c0b70211eee 100644 --- a/Resources/Prototypes/_Emberfall/Entities/Mobs/Species/vulpkanin.yml +++ b/Resources/Prototypes/_Emberfall/Entities/Mobs/Species/vulpkanin.yml @@ -66,6 +66,9 @@ sprite: _Emberfall/Mobs/Customization/Vulpkanin/masking_helpers.rsi state: female_full visible: false + - map: [ "underpants" ] # Emberfall + - map: [ "undershirt" ] # Emberfall + - map: [ "socks" ] # Emberfall - map: [ "jumpsuit" ] - map: [ "enum.HumanoidVisualLayers.LHand" ] - map: [ "enum.HumanoidVisualLayers.RHand" ] @@ -95,8 +98,8 @@ - map: [ "pocket1" ] - map: [ "pocket2" ] - map: [ "clownedon" ] - sprite: "_Emberfall/Effects/creampie.rsi" - state: "creampie_vulpkanin" + sprite: _Emberfall/Effects/creampie.rsi + state: creampie_vulpkanin visible: false - type: entity diff --git a/Resources/Prototypes/_Emberfall/Loadouts/Miscellaneous/socks.yml b/Resources/Prototypes/_Emberfall/Loadouts/Miscellaneous/socks.yml new file mode 100644 index 00000000000..d6945d860ef --- /dev/null +++ b/Resources/Prototypes/_Emberfall/Loadouts/Miscellaneous/socks.yml @@ -0,0 +1,24 @@ +- type: loadout + id: ClothingUnderSocks + equipment: + socks: ClothingUnderSocks + +- type: loadout + id: ClothingUnderSocksKnee + equipment: + socks: ClothingUnderSocksKnee + +- type: loadout + id: ClothingUnderSocksBeeKnee + equipment: + socks: ClothingUnderSocksBeeKnee + +- type: loadout + id: ClothingUnderSocksRainbowKnee + equipment: + socks: ClothingUnderSocksRainbowKnee + +- type: loadout + id: ClothingUnderSocksBee + equipment: + socks: ClothingUnderSocksBee diff --git a/Resources/Prototypes/_Emberfall/Loadouts/Miscellaneous/underpants.yml b/Resources/Prototypes/_Emberfall/Loadouts/Miscellaneous/underpants.yml new file mode 100644 index 00000000000..6d958b98b45 --- /dev/null +++ b/Resources/Prototypes/_Emberfall/Loadouts/Miscellaneous/underpants.yml @@ -0,0 +1,39 @@ +- type: loadout + id: ClothingUnderBeeShorts + equipment: + underpants: ClothingUnderBeeShorts + +- type: loadout + id: ClothingUnderBoxerBriefs + equipment: + underpants: ClothingUnderBoxerBriefs + +- type: loadout + id: ClothingUnderBoxers + equipment: + underpants: ClothingUnderBoxers + +- type: loadout + id: ClothingUnderBoxersStriped + equipment: + underpants: ClothingUnderBoxersStriped + +- type: loadout + id: ClothingUnderBriefs + equipment: + underpants: ClothingUnderBriefs + +- type: loadout + id: ClothingUnderLongjohn + equipment: + underpants: ClothingUnderLongjohn + +- type: loadout + id: ClothingUnderPanties + equipment: + underpants: ClothingUnderPanties + +- type: loadout + id: ClothingUnderPantiesStried + equipment: + underpants: ClothingUnderPantiesStried diff --git a/Resources/Prototypes/_Emberfall/Loadouts/Miscellaneous/undershirts.yml b/Resources/Prototypes/_Emberfall/Loadouts/Miscellaneous/undershirts.yml new file mode 100644 index 00000000000..a71eff5ac36 --- /dev/null +++ b/Resources/Prototypes/_Emberfall/Loadouts/Miscellaneous/undershirts.yml @@ -0,0 +1,44 @@ +- type: loadout + id: ClothingUnderShirtBasic + equipment: + undershirt: ClothingUnderShirtBasic + +- type: loadout + id: ClothingUnderShirtBand + equipment: + undershirt: ClothingUnderShirtBand + +- type: loadout + id: ClothingUnderShirtBee + equipment: + undershirt: ClothingUnderShirtBee + +- type: loadout + id: ClothingUnderShirtIan + equipment: + undershirt: ClothingUnderShirtIan + +- type: loadout + id: ClothingUnderShirtShortSleeve + equipment: + undershirt: ClothingUnderShirtShortSleeve + +- type: loadout + id: ClothingUnderShirtBraBee + equipment: + undershirt: ClothingUnderShirtBraBee + +- type: loadout + id: ClothingUnderShirtBraBinder + equipment: + undershirt: ClothingUnderShirtBraBinder + +- type: loadout + id: ClothingUnderShrtBraStrapless + equipment: + undershirt: ClothingUnderShrtBraStrapless + +- type: loadout + id: ClothingUnderShirtBra + equipment: + undershirt: ClothingUnderShirtBra diff --git a/Resources/Prototypes/_Emberfall/Loadouts/loadout_groups.yml b/Resources/Prototypes/_Emberfall/Loadouts/loadout_groups.yml index 21e651f41dc..13b521ca7d4 100644 --- a/Resources/Prototypes/_Emberfall/Loadouts/loadout_groups.yml +++ b/Resources/Prototypes/_Emberfall/Loadouts/loadout_groups.yml @@ -13,7 +13,7 @@ - LaceupShoes - type: loadoutGroup - id: CSSOuter + id: CSSOuterClothing name: loadout-group-css-outerclothing loadouts: - BartenderVest @@ -33,3 +33,39 @@ loadouts: - HoPGloves - InspectionGloves + +- type: loadoutGroup + id: Underpants + name: loadout-group-underpants + loadouts: + - ClothingUnderBoxerBriefs + - ClothingUnderBeeShorts + - ClothingUnderBoxers + - ClothingUnderBoxersStriped + - ClothingUnderBriefs + - ClothingUnderLongjohn + - ClothingUnderPanties + - ClothingUnderPantiesStried + +- type: loadoutGroup + id: Undershirt + name: loadout-group-undershirt + loadouts: + - ClothingUnderShirtBasic + - ClothingUnderShirtBand + - ClothingUnderShirtBee + - ClothingUnderShirtIan + - ClothingUnderShirtShortSleeve + - ClothingUnderShirtBraBee + - ClothingUnderShrtBraStrapless + - ClothingUnderShirtBra + +- type: loadoutGroup + id: Socks + name: loadout-group-socks + loadouts: + - ClothingUnderSocks + - ClothingUnderSocksKnee + - ClothingUnderSocksBeeKnee + - ClothingUnderSocksRainbowKnee + - ClothingUnderSocksBee diff --git a/Resources/Prototypes/_Emberfall/Loadouts/role_loadouts.yml b/Resources/Prototypes/_Emberfall/Loadouts/role_loadouts.yml index 6b9a740d1e2..11706da7352 100644 --- a/Resources/Prototypes/_Emberfall/Loadouts/role_loadouts.yml +++ b/Resources/Prototypes/_Emberfall/Loadouts/role_loadouts.yml @@ -2,11 +2,14 @@ id: JobChiefServiceSupervisor groups: - CSSJumpsuit - - CSSOuter - CSSShoes - CSSEar - CSSGloves + - CSSOuterClothing - CommonBackpack + - Undershirt + - Underpants + - Socks - Glasses - Survival - Trinkets diff --git a/Resources/Textures/Interface/Ashen/Slots/socks.png b/Resources/Textures/Interface/Ashen/Slots/socks.png new file mode 100644 index 00000000000..bca70d823bd Binary files /dev/null and b/Resources/Textures/Interface/Ashen/Slots/socks.png differ diff --git a/Resources/Textures/Interface/Ashen/Slots/underpants.png b/Resources/Textures/Interface/Ashen/Slots/underpants.png new file mode 100644 index 00000000000..ee051f6fdb9 Binary files /dev/null and b/Resources/Textures/Interface/Ashen/Slots/underpants.png differ diff --git a/Resources/Textures/Interface/Ashen/Slots/undershirt.png b/Resources/Textures/Interface/Ashen/Slots/undershirt.png new file mode 100644 index 00000000000..974802a5c2d Binary files /dev/null and b/Resources/Textures/Interface/Ashen/Slots/undershirt.png differ diff --git a/Resources/Textures/Interface/Clockwork/Slots/socks.png b/Resources/Textures/Interface/Clockwork/Slots/socks.png new file mode 100644 index 00000000000..2e50d4a887d Binary files /dev/null and b/Resources/Textures/Interface/Clockwork/Slots/socks.png differ diff --git a/Resources/Textures/Interface/Clockwork/Slots/underpants.png b/Resources/Textures/Interface/Clockwork/Slots/underpants.png new file mode 100644 index 00000000000..aea6844e4e3 Binary files /dev/null and b/Resources/Textures/Interface/Clockwork/Slots/underpants.png differ diff --git a/Resources/Textures/Interface/Clockwork/Slots/undershirt.png b/Resources/Textures/Interface/Clockwork/Slots/undershirt.png new file mode 100644 index 00000000000..5ddbd0d690b Binary files /dev/null and b/Resources/Textures/Interface/Clockwork/Slots/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..8656df3b4de 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..260ccf03a46 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..055e0a845b0 Binary files /dev/null and b/Resources/Textures/Interface/Default/Slots/undershirt.png differ diff --git a/Resources/Textures/Interface/Minimalist/Slots/socks.png b/Resources/Textures/Interface/Minimalist/Slots/socks.png new file mode 100644 index 00000000000..2f1192f1c8f Binary files /dev/null and b/Resources/Textures/Interface/Minimalist/Slots/socks.png differ diff --git a/Resources/Textures/Interface/Minimalist/Slots/underpants.png b/Resources/Textures/Interface/Minimalist/Slots/underpants.png new file mode 100644 index 00000000000..0ec673d15f8 Binary files /dev/null and b/Resources/Textures/Interface/Minimalist/Slots/underpants.png differ diff --git a/Resources/Textures/Interface/Minimalist/Slots/undershirt.png b/Resources/Textures/Interface/Minimalist/Slots/undershirt.png new file mode 100644 index 00000000000..2bbbe6b987f Binary files /dev/null and b/Resources/Textures/Interface/Minimalist/Slots/undershirt.png differ diff --git a/Resources/Textures/Interface/Plasmafire/Slots/socks.png b/Resources/Textures/Interface/Plasmafire/Slots/socks.png new file mode 100644 index 00000000000..40396b1debd Binary files /dev/null and b/Resources/Textures/Interface/Plasmafire/Slots/socks.png differ diff --git a/Resources/Textures/Interface/Plasmafire/Slots/underpants.png b/Resources/Textures/Interface/Plasmafire/Slots/underpants.png new file mode 100644 index 00000000000..c4607cd0b5a Binary files /dev/null and b/Resources/Textures/Interface/Plasmafire/Slots/underpants.png differ diff --git a/Resources/Textures/Interface/Plasmafire/Slots/undershirt.png b/Resources/Textures/Interface/Plasmafire/Slots/undershirt.png new file mode 100644 index 00000000000..2d5d6905a67 Binary files /dev/null and b/Resources/Textures/Interface/Plasmafire/Slots/undershirt.png differ diff --git a/Resources/Textures/Interface/Retro/Slots/socks.png b/Resources/Textures/Interface/Retro/Slots/socks.png new file mode 100644 index 00000000000..1bb120abcf0 Binary files /dev/null and b/Resources/Textures/Interface/Retro/Slots/socks.png differ diff --git a/Resources/Textures/Interface/Retro/Slots/underpants.png b/Resources/Textures/Interface/Retro/Slots/underpants.png new file mode 100644 index 00000000000..241ba0a94a7 Binary files /dev/null and b/Resources/Textures/Interface/Retro/Slots/underpants.png differ diff --git a/Resources/Textures/Interface/Retro/Slots/undershirt.png b/Resources/Textures/Interface/Retro/Slots/undershirt.png new file mode 100644 index 00000000000..24b06348f99 Binary files /dev/null and b/Resources/Textures/Interface/Retro/Slots/undershirt.png differ diff --git a/Resources/Textures/Interface/Slimecore/Slots/socks.png b/Resources/Textures/Interface/Slimecore/Slots/socks.png new file mode 100644 index 00000000000..ff2ad73a3aa Binary files /dev/null and b/Resources/Textures/Interface/Slimecore/Slots/socks.png differ diff --git a/Resources/Textures/Interface/Slimecore/Slots/underpants.png b/Resources/Textures/Interface/Slimecore/Slots/underpants.png new file mode 100644 index 00000000000..95613a99234 Binary files /dev/null and b/Resources/Textures/Interface/Slimecore/Slots/underpants.png differ diff --git a/Resources/Textures/Interface/Slimecore/Slots/undershirt.png b/Resources/Textures/Interface/Slimecore/Slots/undershirt.png new file mode 100644 index 00000000000..ba45161750a Binary files /dev/null and b/Resources/Textures/Interface/Slimecore/Slots/undershirt.png differ diff --git a/Resources/Textures/_Emberfall/Clothing/Under/Socks/green_striped.rsi/equipped-SOCKS.png b/Resources/Textures/_Emberfall/Clothing/Under/Socks/green_striped.rsi/equipped-SOCKS.png new file mode 100644 index 00000000000..9529f1dabfb Binary files /dev/null and b/Resources/Textures/_Emberfall/Clothing/Under/Socks/green_striped.rsi/equipped-SOCKS.png differ diff --git a/Resources/Textures/_Emberfall/Clothing/Under/Socks/green_striped.rsi/icon.png b/Resources/Textures/_Emberfall/Clothing/Under/Socks/green_striped.rsi/icon.png new file mode 100644 index 00000000000..d015fefa1a3 Binary files /dev/null and b/Resources/Textures/_Emberfall/Clothing/Under/Socks/green_striped.rsi/icon.png differ diff --git a/Resources/Textures/_Emberfall/Clothing/Under/Socks/green_striped.rsi/meta.json b/Resources/Textures/_Emberfall/Clothing/Under/Socks/green_striped.rsi/meta.json new file mode 100644 index 00000000000..72946a64df6 --- /dev/null +++ b/Resources/Textures/_Emberfall/Clothing/Under/Socks/green_striped.rsi/meta.json @@ -0,0 +1,18 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from TGStation at commit https://github.com/tgstation/tgstation/commit/343ec403eb9941c4b4fc298bd0c686f2350d6917", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-SOCKS", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_Emberfall/Clothing/Under/Socks/green_striped_high.rsi/equipped-SOCKS.png b/Resources/Textures/_Emberfall/Clothing/Under/Socks/green_striped_high.rsi/equipped-SOCKS.png new file mode 100644 index 00000000000..ff97dd80fbc Binary files /dev/null and b/Resources/Textures/_Emberfall/Clothing/Under/Socks/green_striped_high.rsi/equipped-SOCKS.png differ diff --git a/Resources/Textures/_Emberfall/Clothing/Under/Socks/green_striped_high.rsi/icon.png b/Resources/Textures/_Emberfall/Clothing/Under/Socks/green_striped_high.rsi/icon.png new file mode 100644 index 00000000000..4cdd9b3fc9c Binary files /dev/null and b/Resources/Textures/_Emberfall/Clothing/Under/Socks/green_striped_high.rsi/icon.png differ diff --git a/Resources/Textures/_Emberfall/Clothing/Under/Socks/green_striped_high.rsi/meta.json b/Resources/Textures/_Emberfall/Clothing/Under/Socks/green_striped_high.rsi/meta.json new file mode 100644 index 00000000000..72946a64df6 --- /dev/null +++ b/Resources/Textures/_Emberfall/Clothing/Under/Socks/green_striped_high.rsi/meta.json @@ -0,0 +1,18 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from TGStation at commit https://github.com/tgstation/tgstation/commit/343ec403eb9941c4b4fc298bd0c686f2350d6917", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-SOCKS", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_Emberfall/Clothing/Under/Socks/green_striped_knee.rsi/equipped-SOCKS.png b/Resources/Textures/_Emberfall/Clothing/Under/Socks/green_striped_knee.rsi/equipped-SOCKS.png new file mode 100644 index 00000000000..41bcca9e3aa Binary files /dev/null and b/Resources/Textures/_Emberfall/Clothing/Under/Socks/green_striped_knee.rsi/equipped-SOCKS.png differ diff --git a/Resources/Textures/_Emberfall/Clothing/Under/Socks/green_striped_knee.rsi/icon.png b/Resources/Textures/_Emberfall/Clothing/Under/Socks/green_striped_knee.rsi/icon.png new file mode 100644 index 00000000000..fb46868e234 Binary files /dev/null and b/Resources/Textures/_Emberfall/Clothing/Under/Socks/green_striped_knee.rsi/icon.png differ diff --git a/Resources/Textures/_Emberfall/Clothing/Under/Socks/green_striped_knee.rsi/meta.json b/Resources/Textures/_Emberfall/Clothing/Under/Socks/green_striped_knee.rsi/meta.json new file mode 100644 index 00000000000..72946a64df6 --- /dev/null +++ b/Resources/Textures/_Emberfall/Clothing/Under/Socks/green_striped_knee.rsi/meta.json @@ -0,0 +1,18 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from TGStation at commit https://github.com/tgstation/tgstation/commit/343ec403eb9941c4b4fc298bd0c686f2350d6917", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-SOCKS", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_Emberfall/Clothing/Under/Socks/knee.rsi/equipped-SOCKS.png b/Resources/Textures/_Emberfall/Clothing/Under/Socks/knee.rsi/equipped-SOCKS.png new file mode 100644 index 00000000000..6fe8c4bb7d4 Binary files /dev/null and b/Resources/Textures/_Emberfall/Clothing/Under/Socks/knee.rsi/equipped-SOCKS.png differ diff --git a/Resources/Textures/_Emberfall/Clothing/Under/Socks/knee.rsi/icon.png b/Resources/Textures/_Emberfall/Clothing/Under/Socks/knee.rsi/icon.png new file mode 100644 index 00000000000..d2b5d060bb9 Binary files /dev/null and b/Resources/Textures/_Emberfall/Clothing/Under/Socks/knee.rsi/icon.png differ diff --git a/Resources/Textures/_Emberfall/Clothing/Under/Socks/knee.rsi/meta.json b/Resources/Textures/_Emberfall/Clothing/Under/Socks/knee.rsi/meta.json new file mode 100644 index 00000000000..72946a64df6 --- /dev/null +++ b/Resources/Textures/_Emberfall/Clothing/Under/Socks/knee.rsi/meta.json @@ -0,0 +1,18 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from TGStation at commit https://github.com/tgstation/tgstation/commit/343ec403eb9941c4b4fc298bd0c686f2350d6917", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-SOCKS", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_Emberfall/Clothing/Under/Socks/knee_bee.rsi/equipped-SOCKS.png b/Resources/Textures/_Emberfall/Clothing/Under/Socks/knee_bee.rsi/equipped-SOCKS.png new file mode 100644 index 00000000000..c36438f066c Binary files /dev/null and b/Resources/Textures/_Emberfall/Clothing/Under/Socks/knee_bee.rsi/equipped-SOCKS.png differ diff --git a/Resources/Textures/_Emberfall/Clothing/Under/Socks/knee_bee.rsi/icon.png b/Resources/Textures/_Emberfall/Clothing/Under/Socks/knee_bee.rsi/icon.png new file mode 100644 index 00000000000..25abf3e06b9 Binary files /dev/null and b/Resources/Textures/_Emberfall/Clothing/Under/Socks/knee_bee.rsi/icon.png differ diff --git a/Resources/Textures/_Emberfall/Clothing/Under/Socks/knee_bee.rsi/meta.json b/Resources/Textures/_Emberfall/Clothing/Under/Socks/knee_bee.rsi/meta.json new file mode 100644 index 00000000000..72946a64df6 --- /dev/null +++ b/Resources/Textures/_Emberfall/Clothing/Under/Socks/knee_bee.rsi/meta.json @@ -0,0 +1,18 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from TGStation at commit https://github.com/tgstation/tgstation/commit/343ec403eb9941c4b4fc298bd0c686f2350d6917", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-SOCKS", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_Emberfall/Clothing/Under/Socks/knee_striped.rsi/equipped-SOCKS.png b/Resources/Textures/_Emberfall/Clothing/Under/Socks/knee_striped.rsi/equipped-SOCKS.png new file mode 100644 index 00000000000..2533f590177 Binary files /dev/null and b/Resources/Textures/_Emberfall/Clothing/Under/Socks/knee_striped.rsi/equipped-SOCKS.png differ diff --git a/Resources/Textures/_Emberfall/Clothing/Under/Socks/knee_striped.rsi/icon.png b/Resources/Textures/_Emberfall/Clothing/Under/Socks/knee_striped.rsi/icon.png new file mode 100644 index 00000000000..a574a5ec2cb Binary files /dev/null and b/Resources/Textures/_Emberfall/Clothing/Under/Socks/knee_striped.rsi/icon.png differ diff --git a/Resources/Textures/_Emberfall/Clothing/Under/Socks/knee_striped.rsi/meta.json b/Resources/Textures/_Emberfall/Clothing/Under/Socks/knee_striped.rsi/meta.json new file mode 100644 index 00000000000..72946a64df6 --- /dev/null +++ b/Resources/Textures/_Emberfall/Clothing/Under/Socks/knee_striped.rsi/meta.json @@ -0,0 +1,18 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from TGStation at commit https://github.com/tgstation/tgstation/commit/343ec403eb9941c4b4fc298bd0c686f2350d6917", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-SOCKS", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_Emberfall/Clothing/Under/Socks/rainbow_knee.rsi/equipped-SOCKS.png b/Resources/Textures/_Emberfall/Clothing/Under/Socks/rainbow_knee.rsi/equipped-SOCKS.png new file mode 100644 index 00000000000..76c918d2614 Binary files /dev/null and b/Resources/Textures/_Emberfall/Clothing/Under/Socks/rainbow_knee.rsi/equipped-SOCKS.png differ diff --git a/Resources/Textures/_Emberfall/Clothing/Under/Socks/rainbow_knee.rsi/icon.png b/Resources/Textures/_Emberfall/Clothing/Under/Socks/rainbow_knee.rsi/icon.png new file mode 100644 index 00000000000..20cbcd98369 Binary files /dev/null and b/Resources/Textures/_Emberfall/Clothing/Under/Socks/rainbow_knee.rsi/icon.png differ diff --git a/Resources/Textures/_Emberfall/Clothing/Under/Socks/rainbow_knee.rsi/meta.json b/Resources/Textures/_Emberfall/Clothing/Under/Socks/rainbow_knee.rsi/meta.json new file mode 100644 index 00000000000..72946a64df6 --- /dev/null +++ b/Resources/Textures/_Emberfall/Clothing/Under/Socks/rainbow_knee.rsi/meta.json @@ -0,0 +1,18 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from TGStation at commit https://github.com/tgstation/tgstation/commit/343ec403eb9941c4b4fc298bd0c686f2350d6917", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-SOCKS", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_Emberfall/Clothing/Under/Socks/red_striped.rsi/equipped-SOCKS.png b/Resources/Textures/_Emberfall/Clothing/Under/Socks/red_striped.rsi/equipped-SOCKS.png new file mode 100644 index 00000000000..c2ab51177fa Binary files /dev/null and b/Resources/Textures/_Emberfall/Clothing/Under/Socks/red_striped.rsi/equipped-SOCKS.png differ diff --git a/Resources/Textures/_Emberfall/Clothing/Under/Socks/red_striped.rsi/icon.png b/Resources/Textures/_Emberfall/Clothing/Under/Socks/red_striped.rsi/icon.png new file mode 100644 index 00000000000..7c4c2ac71ff Binary files /dev/null and b/Resources/Textures/_Emberfall/Clothing/Under/Socks/red_striped.rsi/icon.png differ diff --git a/Resources/Textures/_Emberfall/Clothing/Under/Socks/red_striped.rsi/meta.json b/Resources/Textures/_Emberfall/Clothing/Under/Socks/red_striped.rsi/meta.json new file mode 100644 index 00000000000..72946a64df6 --- /dev/null +++ b/Resources/Textures/_Emberfall/Clothing/Under/Socks/red_striped.rsi/meta.json @@ -0,0 +1,18 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from TGStation at commit https://github.com/tgstation/tgstation/commit/343ec403eb9941c4b4fc298bd0c686f2350d6917", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-SOCKS", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_Emberfall/Clothing/Under/Socks/red_striped_high.rsi/equipped-SOCKS.png b/Resources/Textures/_Emberfall/Clothing/Under/Socks/red_striped_high.rsi/equipped-SOCKS.png new file mode 100644 index 00000000000..36f06435061 Binary files /dev/null and b/Resources/Textures/_Emberfall/Clothing/Under/Socks/red_striped_high.rsi/equipped-SOCKS.png differ diff --git a/Resources/Textures/_Emberfall/Clothing/Under/Socks/red_striped_high.rsi/icon.png b/Resources/Textures/_Emberfall/Clothing/Under/Socks/red_striped_high.rsi/icon.png new file mode 100644 index 00000000000..32859347b79 Binary files /dev/null and b/Resources/Textures/_Emberfall/Clothing/Under/Socks/red_striped_high.rsi/icon.png differ diff --git a/Resources/Textures/_Emberfall/Clothing/Under/Socks/red_striped_high.rsi/meta.json b/Resources/Textures/_Emberfall/Clothing/Under/Socks/red_striped_high.rsi/meta.json new file mode 100644 index 00000000000..72946a64df6 --- /dev/null +++ b/Resources/Textures/_Emberfall/Clothing/Under/Socks/red_striped_high.rsi/meta.json @@ -0,0 +1,18 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from TGStation at commit https://github.com/tgstation/tgstation/commit/343ec403eb9941c4b4fc298bd0c686f2350d6917", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-SOCKS", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_Emberfall/Clothing/Under/Socks/red_striped_knee.rsi/equipped-SOCKS.png b/Resources/Textures/_Emberfall/Clothing/Under/Socks/red_striped_knee.rsi/equipped-SOCKS.png new file mode 100644 index 00000000000..8946028049b Binary files /dev/null and b/Resources/Textures/_Emberfall/Clothing/Under/Socks/red_striped_knee.rsi/equipped-SOCKS.png differ diff --git a/Resources/Textures/_Emberfall/Clothing/Under/Socks/red_striped_knee.rsi/icon.png b/Resources/Textures/_Emberfall/Clothing/Under/Socks/red_striped_knee.rsi/icon.png new file mode 100644 index 00000000000..fc0c58d61be Binary files /dev/null and b/Resources/Textures/_Emberfall/Clothing/Under/Socks/red_striped_knee.rsi/icon.png differ diff --git a/Resources/Textures/_Emberfall/Clothing/Under/Socks/red_striped_knee.rsi/meta.json b/Resources/Textures/_Emberfall/Clothing/Under/Socks/red_striped_knee.rsi/meta.json new file mode 100644 index 00000000000..72946a64df6 --- /dev/null +++ b/Resources/Textures/_Emberfall/Clothing/Under/Socks/red_striped_knee.rsi/meta.json @@ -0,0 +1,18 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from TGStation at commit https://github.com/tgstation/tgstation/commit/343ec403eb9941c4b4fc298bd0c686f2350d6917", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-SOCKS", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_Emberfall/Clothing/Under/Socks/socks.rsi/equipped-SOCKS.png b/Resources/Textures/_Emberfall/Clothing/Under/Socks/socks.rsi/equipped-SOCKS.png new file mode 100644 index 00000000000..e601c9bd5be Binary files /dev/null and b/Resources/Textures/_Emberfall/Clothing/Under/Socks/socks.rsi/equipped-SOCKS.png differ diff --git a/Resources/Textures/_Emberfall/Clothing/Under/Socks/socks.rsi/icon.png b/Resources/Textures/_Emberfall/Clothing/Under/Socks/socks.rsi/icon.png new file mode 100644 index 00000000000..2f03cefd315 Binary files /dev/null and b/Resources/Textures/_Emberfall/Clothing/Under/Socks/socks.rsi/icon.png differ diff --git a/Resources/Textures/_Emberfall/Clothing/Under/Socks/socks.rsi/meta.json b/Resources/Textures/_Emberfall/Clothing/Under/Socks/socks.rsi/meta.json new file mode 100644 index 00000000000..72946a64df6 --- /dev/null +++ b/Resources/Textures/_Emberfall/Clothing/Under/Socks/socks.rsi/meta.json @@ -0,0 +1,18 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from TGStation at commit https://github.com/tgstation/tgstation/commit/343ec403eb9941c4b4fc298bd0c686f2350d6917", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-SOCKS", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_Emberfall/Clothing/Under/Socks/thigh_highs_blue.rsi/equipped-SOCKS.png b/Resources/Textures/_Emberfall/Clothing/Under/Socks/thigh_highs_blue.rsi/equipped-SOCKS.png new file mode 100644 index 00000000000..f425d42dd03 Binary files /dev/null and b/Resources/Textures/_Emberfall/Clothing/Under/Socks/thigh_highs_blue.rsi/equipped-SOCKS.png differ diff --git a/Resources/Textures/_Emberfall/Clothing/Under/Socks/thigh_highs_blue.rsi/icon.png b/Resources/Textures/_Emberfall/Clothing/Under/Socks/thigh_highs_blue.rsi/icon.png new file mode 100644 index 00000000000..ebbcd0d1601 Binary files /dev/null and b/Resources/Textures/_Emberfall/Clothing/Under/Socks/thigh_highs_blue.rsi/icon.png differ diff --git a/Resources/Textures/_Emberfall/Clothing/Under/Socks/thigh_highs_blue.rsi/meta.json b/Resources/Textures/_Emberfall/Clothing/Under/Socks/thigh_highs_blue.rsi/meta.json new file mode 100644 index 00000000000..72946a64df6 --- /dev/null +++ b/Resources/Textures/_Emberfall/Clothing/Under/Socks/thigh_highs_blue.rsi/meta.json @@ -0,0 +1,18 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from TGStation at commit https://github.com/tgstation/tgstation/commit/343ec403eb9941c4b4fc298bd0c686f2350d6917", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-SOCKS", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_Emberfall/Clothing/Under/Socks/thigh_highs_cyan.rsi/equipped-SOCKS.png b/Resources/Textures/_Emberfall/Clothing/Under/Socks/thigh_highs_cyan.rsi/equipped-SOCKS.png new file mode 100644 index 00000000000..3cc893554a4 Binary files /dev/null and b/Resources/Textures/_Emberfall/Clothing/Under/Socks/thigh_highs_cyan.rsi/equipped-SOCKS.png differ diff --git a/Resources/Textures/_Emberfall/Clothing/Under/Socks/thigh_highs_cyan.rsi/icon.png b/Resources/Textures/_Emberfall/Clothing/Under/Socks/thigh_highs_cyan.rsi/icon.png new file mode 100644 index 00000000000..b992c14310d Binary files /dev/null and b/Resources/Textures/_Emberfall/Clothing/Under/Socks/thigh_highs_cyan.rsi/icon.png differ diff --git a/Resources/Textures/_Emberfall/Clothing/Under/Socks/thigh_highs_cyan.rsi/meta.json b/Resources/Textures/_Emberfall/Clothing/Under/Socks/thigh_highs_cyan.rsi/meta.json new file mode 100644 index 00000000000..72946a64df6 --- /dev/null +++ b/Resources/Textures/_Emberfall/Clothing/Under/Socks/thigh_highs_cyan.rsi/meta.json @@ -0,0 +1,18 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from TGStation at commit https://github.com/tgstation/tgstation/commit/343ec403eb9941c4b4fc298bd0c686f2350d6917", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-SOCKS", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_Emberfall/Clothing/Under/Socks/thigh_highs_green.rsi/equipped-SOCKS.png b/Resources/Textures/_Emberfall/Clothing/Under/Socks/thigh_highs_green.rsi/equipped-SOCKS.png new file mode 100644 index 00000000000..8fc2aada7e6 Binary files /dev/null and b/Resources/Textures/_Emberfall/Clothing/Under/Socks/thigh_highs_green.rsi/equipped-SOCKS.png differ diff --git a/Resources/Textures/_Emberfall/Clothing/Under/Socks/thigh_highs_green.rsi/icon.png b/Resources/Textures/_Emberfall/Clothing/Under/Socks/thigh_highs_green.rsi/icon.png new file mode 100644 index 00000000000..2bcf475a39a Binary files /dev/null and b/Resources/Textures/_Emberfall/Clothing/Under/Socks/thigh_highs_green.rsi/icon.png differ diff --git a/Resources/Textures/_Emberfall/Clothing/Under/Socks/thigh_highs_green.rsi/meta.json b/Resources/Textures/_Emberfall/Clothing/Under/Socks/thigh_highs_green.rsi/meta.json new file mode 100644 index 00000000000..72946a64df6 --- /dev/null +++ b/Resources/Textures/_Emberfall/Clothing/Under/Socks/thigh_highs_green.rsi/meta.json @@ -0,0 +1,18 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from TGStation at commit https://github.com/tgstation/tgstation/commit/343ec403eb9941c4b4fc298bd0c686f2350d6917", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-SOCKS", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_Emberfall/Clothing/Under/Socks/thigh_highs_orange.rsi/equipped-SOCKS.png b/Resources/Textures/_Emberfall/Clothing/Under/Socks/thigh_highs_orange.rsi/equipped-SOCKS.png new file mode 100644 index 00000000000..ba039588828 Binary files /dev/null and b/Resources/Textures/_Emberfall/Clothing/Under/Socks/thigh_highs_orange.rsi/equipped-SOCKS.png differ diff --git a/Resources/Textures/_Emberfall/Clothing/Under/Socks/thigh_highs_orange.rsi/icon.png b/Resources/Textures/_Emberfall/Clothing/Under/Socks/thigh_highs_orange.rsi/icon.png new file mode 100644 index 00000000000..9da76609a82 Binary files /dev/null and b/Resources/Textures/_Emberfall/Clothing/Under/Socks/thigh_highs_orange.rsi/icon.png differ diff --git a/Resources/Textures/_Emberfall/Clothing/Under/Socks/thigh_highs_orange.rsi/meta.json b/Resources/Textures/_Emberfall/Clothing/Under/Socks/thigh_highs_orange.rsi/meta.json new file mode 100644 index 00000000000..72946a64df6 --- /dev/null +++ b/Resources/Textures/_Emberfall/Clothing/Under/Socks/thigh_highs_orange.rsi/meta.json @@ -0,0 +1,18 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from TGStation at commit https://github.com/tgstation/tgstation/commit/343ec403eb9941c4b4fc298bd0c686f2350d6917", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-SOCKS", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_Emberfall/Clothing/Under/Socks/thigh_highs_purple.rsi/equipped-SOCKS.png b/Resources/Textures/_Emberfall/Clothing/Under/Socks/thigh_highs_purple.rsi/equipped-SOCKS.png new file mode 100644 index 00000000000..56fd50b7f33 Binary files /dev/null and b/Resources/Textures/_Emberfall/Clothing/Under/Socks/thigh_highs_purple.rsi/equipped-SOCKS.png differ diff --git a/Resources/Textures/_Emberfall/Clothing/Under/Socks/thigh_highs_purple.rsi/icon.png b/Resources/Textures/_Emberfall/Clothing/Under/Socks/thigh_highs_purple.rsi/icon.png new file mode 100644 index 00000000000..be504642c16 Binary files /dev/null and b/Resources/Textures/_Emberfall/Clothing/Under/Socks/thigh_highs_purple.rsi/icon.png differ diff --git a/Resources/Textures/_Emberfall/Clothing/Under/Socks/thigh_highs_purple.rsi/meta.json b/Resources/Textures/_Emberfall/Clothing/Under/Socks/thigh_highs_purple.rsi/meta.json new file mode 100644 index 00000000000..72946a64df6 --- /dev/null +++ b/Resources/Textures/_Emberfall/Clothing/Under/Socks/thigh_highs_purple.rsi/meta.json @@ -0,0 +1,18 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from TGStation at commit https://github.com/tgstation/tgstation/commit/343ec403eb9941c4b4fc298bd0c686f2350d6917", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-SOCKS", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_Emberfall/Clothing/Under/Socks/thigh_highs_striped.rsi/equipped-SOCKS.png b/Resources/Textures/_Emberfall/Clothing/Under/Socks/thigh_highs_striped.rsi/equipped-SOCKS.png new file mode 100644 index 00000000000..f801d7b0307 Binary files /dev/null and b/Resources/Textures/_Emberfall/Clothing/Under/Socks/thigh_highs_striped.rsi/equipped-SOCKS.png differ diff --git a/Resources/Textures/_Emberfall/Clothing/Under/Socks/thigh_highs_striped.rsi/icon.png b/Resources/Textures/_Emberfall/Clothing/Under/Socks/thigh_highs_striped.rsi/icon.png new file mode 100644 index 00000000000..c7a2271b3c6 Binary files /dev/null and b/Resources/Textures/_Emberfall/Clothing/Under/Socks/thigh_highs_striped.rsi/icon.png differ diff --git a/Resources/Textures/_Emberfall/Clothing/Under/Socks/thigh_highs_striped.rsi/meta.json b/Resources/Textures/_Emberfall/Clothing/Under/Socks/thigh_highs_striped.rsi/meta.json new file mode 100644 index 00000000000..72946a64df6 --- /dev/null +++ b/Resources/Textures/_Emberfall/Clothing/Under/Socks/thigh_highs_striped.rsi/meta.json @@ -0,0 +1,18 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from TGStation at commit https://github.com/tgstation/tgstation/commit/343ec403eb9941c4b4fc298bd0c686f2350d6917", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-SOCKS", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_Emberfall/Clothing/Under/Socks/thigh_highs_yellow.rsi/equipped-SOCKS.png b/Resources/Textures/_Emberfall/Clothing/Under/Socks/thigh_highs_yellow.rsi/equipped-SOCKS.png new file mode 100644 index 00000000000..4fd8e4862b5 Binary files /dev/null and b/Resources/Textures/_Emberfall/Clothing/Under/Socks/thigh_highs_yellow.rsi/equipped-SOCKS.png differ diff --git a/Resources/Textures/_Emberfall/Clothing/Under/Socks/thigh_highs_yellow.rsi/icon.png b/Resources/Textures/_Emberfall/Clothing/Under/Socks/thigh_highs_yellow.rsi/icon.png new file mode 100644 index 00000000000..6b80728d3d5 Binary files /dev/null and b/Resources/Textures/_Emberfall/Clothing/Under/Socks/thigh_highs_yellow.rsi/icon.png differ diff --git a/Resources/Textures/_Emberfall/Clothing/Under/Socks/thigh_highs_yellow.rsi/meta.json b/Resources/Textures/_Emberfall/Clothing/Under/Socks/thigh_highs_yellow.rsi/meta.json new file mode 100644 index 00000000000..72946a64df6 --- /dev/null +++ b/Resources/Textures/_Emberfall/Clothing/Under/Socks/thigh_highs_yellow.rsi/meta.json @@ -0,0 +1,18 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from TGStation at commit https://github.com/tgstation/tgstation/commit/343ec403eb9941c4b4fc298bd0c686f2350d6917", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-SOCKS", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_Emberfall/Clothing/Under/Underpants/bee_shorts.rsi/equipped-UNDERPANTS.png b/Resources/Textures/_Emberfall/Clothing/Under/Underpants/bee_shorts.rsi/equipped-UNDERPANTS.png new file mode 100644 index 00000000000..e03b6775384 Binary files /dev/null and b/Resources/Textures/_Emberfall/Clothing/Under/Underpants/bee_shorts.rsi/equipped-UNDERPANTS.png differ diff --git a/Resources/Textures/_Emberfall/Clothing/Under/Underpants/bee_shorts.rsi/icon.png b/Resources/Textures/_Emberfall/Clothing/Under/Underpants/bee_shorts.rsi/icon.png new file mode 100644 index 00000000000..3b7464ae46c Binary files /dev/null and b/Resources/Textures/_Emberfall/Clothing/Under/Underpants/bee_shorts.rsi/icon.png differ diff --git a/Resources/Textures/_Emberfall/Clothing/Under/Underpants/bee_shorts.rsi/meta.json b/Resources/Textures/_Emberfall/Clothing/Under/Underpants/bee_shorts.rsi/meta.json new file mode 100644 index 00000000000..9f1d56b99f3 --- /dev/null +++ b/Resources/Textures/_Emberfall/Clothing/Under/Underpants/bee_shorts.rsi/meta.json @@ -0,0 +1,18 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from TGStation at commit https://github.com/tgstation/tgstation/commit/343ec403eb9941c4b4fc298bd0c686f2350d6917", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-UNDERPANTS", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_Emberfall/Clothing/Under/Underpants/boxer_briefs.rsi/equipped-UNDERPANTS.png b/Resources/Textures/_Emberfall/Clothing/Under/Underpants/boxer_briefs.rsi/equipped-UNDERPANTS.png new file mode 100644 index 00000000000..5064849a751 Binary files /dev/null and b/Resources/Textures/_Emberfall/Clothing/Under/Underpants/boxer_briefs.rsi/equipped-UNDERPANTS.png differ diff --git a/Resources/Textures/_Emberfall/Clothing/Under/Underpants/boxer_briefs.rsi/icon.png b/Resources/Textures/_Emberfall/Clothing/Under/Underpants/boxer_briefs.rsi/icon.png new file mode 100644 index 00000000000..daa3036118e Binary files /dev/null and b/Resources/Textures/_Emberfall/Clothing/Under/Underpants/boxer_briefs.rsi/icon.png differ diff --git a/Resources/Textures/_Emberfall/Clothing/Under/Underpants/boxer_briefs.rsi/meta.json b/Resources/Textures/_Emberfall/Clothing/Under/Underpants/boxer_briefs.rsi/meta.json new file mode 100644 index 00000000000..9f1d56b99f3 --- /dev/null +++ b/Resources/Textures/_Emberfall/Clothing/Under/Underpants/boxer_briefs.rsi/meta.json @@ -0,0 +1,18 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from TGStation at commit https://github.com/tgstation/tgstation/commit/343ec403eb9941c4b4fc298bd0c686f2350d6917", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-UNDERPANTS", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_Emberfall/Clothing/Under/Underpants/boxers.rsi/equipped-UNDERPANTS.png b/Resources/Textures/_Emberfall/Clothing/Under/Underpants/boxers.rsi/equipped-UNDERPANTS.png new file mode 100644 index 00000000000..f0a7a49b83e Binary files /dev/null and b/Resources/Textures/_Emberfall/Clothing/Under/Underpants/boxers.rsi/equipped-UNDERPANTS.png differ diff --git a/Resources/Textures/_Emberfall/Clothing/Under/Underpants/boxers.rsi/icon.png b/Resources/Textures/_Emberfall/Clothing/Under/Underpants/boxers.rsi/icon.png new file mode 100644 index 00000000000..c5c3560fe31 Binary files /dev/null and b/Resources/Textures/_Emberfall/Clothing/Under/Underpants/boxers.rsi/icon.png differ diff --git a/Resources/Textures/_Emberfall/Clothing/Under/Underpants/boxers.rsi/meta.json b/Resources/Textures/_Emberfall/Clothing/Under/Underpants/boxers.rsi/meta.json new file mode 100644 index 00000000000..9f1d56b99f3 --- /dev/null +++ b/Resources/Textures/_Emberfall/Clothing/Under/Underpants/boxers.rsi/meta.json @@ -0,0 +1,18 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from TGStation at commit https://github.com/tgstation/tgstation/commit/343ec403eb9941c4b4fc298bd0c686f2350d6917", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-UNDERPANTS", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_Emberfall/Clothing/Under/Underpants/boxers_striped.rsi/equipped-UNDERPANTS.png b/Resources/Textures/_Emberfall/Clothing/Under/Underpants/boxers_striped.rsi/equipped-UNDERPANTS.png new file mode 100644 index 00000000000..7aaddc05d93 Binary files /dev/null and b/Resources/Textures/_Emberfall/Clothing/Under/Underpants/boxers_striped.rsi/equipped-UNDERPANTS.png differ diff --git a/Resources/Textures/_Emberfall/Clothing/Under/Underpants/boxers_striped.rsi/icon.png b/Resources/Textures/_Emberfall/Clothing/Under/Underpants/boxers_striped.rsi/icon.png new file mode 100644 index 00000000000..450b56c6157 Binary files /dev/null and b/Resources/Textures/_Emberfall/Clothing/Under/Underpants/boxers_striped.rsi/icon.png differ diff --git a/Resources/Textures/_Emberfall/Clothing/Under/Underpants/boxers_striped.rsi/meta.json b/Resources/Textures/_Emberfall/Clothing/Under/Underpants/boxers_striped.rsi/meta.json new file mode 100644 index 00000000000..9f1d56b99f3 --- /dev/null +++ b/Resources/Textures/_Emberfall/Clothing/Under/Underpants/boxers_striped.rsi/meta.json @@ -0,0 +1,18 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from TGStation at commit https://github.com/tgstation/tgstation/commit/343ec403eb9941c4b4fc298bd0c686f2350d6917", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-UNDERPANTS", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_Emberfall/Clothing/Under/Underpants/briefs.rsi/equipped-UNDERPANTS.png b/Resources/Textures/_Emberfall/Clothing/Under/Underpants/briefs.rsi/equipped-UNDERPANTS.png new file mode 100644 index 00000000000..6793ca049d1 Binary files /dev/null and b/Resources/Textures/_Emberfall/Clothing/Under/Underpants/briefs.rsi/equipped-UNDERPANTS.png differ diff --git a/Resources/Textures/_Emberfall/Clothing/Under/Underpants/briefs.rsi/icon.png b/Resources/Textures/_Emberfall/Clothing/Under/Underpants/briefs.rsi/icon.png new file mode 100644 index 00000000000..d6f41a52f06 Binary files /dev/null and b/Resources/Textures/_Emberfall/Clothing/Under/Underpants/briefs.rsi/icon.png differ diff --git a/Resources/Textures/_Emberfall/Clothing/Under/Underpants/briefs.rsi/meta.json b/Resources/Textures/_Emberfall/Clothing/Under/Underpants/briefs.rsi/meta.json new file mode 100644 index 00000000000..9f1d56b99f3 --- /dev/null +++ b/Resources/Textures/_Emberfall/Clothing/Under/Underpants/briefs.rsi/meta.json @@ -0,0 +1,18 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from TGStation at commit https://github.com/tgstation/tgstation/commit/343ec403eb9941c4b4fc298bd0c686f2350d6917", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-UNDERPANTS", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_Emberfall/Clothing/Under/Underpants/long_john.rsi/equipped-UNDERPANTS.png b/Resources/Textures/_Emberfall/Clothing/Under/Underpants/long_john.rsi/equipped-UNDERPANTS.png new file mode 100644 index 00000000000..19eeb8cb783 Binary files /dev/null and b/Resources/Textures/_Emberfall/Clothing/Under/Underpants/long_john.rsi/equipped-UNDERPANTS.png differ diff --git a/Resources/Textures/_Emberfall/Clothing/Under/Underpants/long_john.rsi/icon.png b/Resources/Textures/_Emberfall/Clothing/Under/Underpants/long_john.rsi/icon.png new file mode 100644 index 00000000000..35c37d3482a Binary files /dev/null and b/Resources/Textures/_Emberfall/Clothing/Under/Underpants/long_john.rsi/icon.png differ diff --git a/Resources/Textures/_Emberfall/Clothing/Under/Underpants/long_john.rsi/meta.json b/Resources/Textures/_Emberfall/Clothing/Under/Underpants/long_john.rsi/meta.json new file mode 100644 index 00000000000..9f1d56b99f3 --- /dev/null +++ b/Resources/Textures/_Emberfall/Clothing/Under/Underpants/long_john.rsi/meta.json @@ -0,0 +1,18 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from TGStation at commit https://github.com/tgstation/tgstation/commit/343ec403eb9941c4b4fc298bd0c686f2350d6917", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-UNDERPANTS", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_Emberfall/Clothing/Under/Underpants/panties.rsi/equipped-UNDERPANTS.png b/Resources/Textures/_Emberfall/Clothing/Under/Underpants/panties.rsi/equipped-UNDERPANTS.png new file mode 100644 index 00000000000..52c8ab01327 Binary files /dev/null and b/Resources/Textures/_Emberfall/Clothing/Under/Underpants/panties.rsi/equipped-UNDERPANTS.png differ diff --git a/Resources/Textures/_Emberfall/Clothing/Under/Underpants/panties.rsi/icon.png b/Resources/Textures/_Emberfall/Clothing/Under/Underpants/panties.rsi/icon.png new file mode 100644 index 00000000000..3dd05458cd6 Binary files /dev/null and b/Resources/Textures/_Emberfall/Clothing/Under/Underpants/panties.rsi/icon.png differ diff --git a/Resources/Textures/_Emberfall/Clothing/Under/Underpants/panties.rsi/meta.json b/Resources/Textures/_Emberfall/Clothing/Under/Underpants/panties.rsi/meta.json new file mode 100644 index 00000000000..9f1d56b99f3 --- /dev/null +++ b/Resources/Textures/_Emberfall/Clothing/Under/Underpants/panties.rsi/meta.json @@ -0,0 +1,18 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from TGStation at commit https://github.com/tgstation/tgstation/commit/343ec403eb9941c4b4fc298bd0c686f2350d6917", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-UNDERPANTS", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_Emberfall/Clothing/Under/Underpants/panties_bee.rsi/equipped-UNDERPANTS.png b/Resources/Textures/_Emberfall/Clothing/Under/Underpants/panties_bee.rsi/equipped-UNDERPANTS.png new file mode 100644 index 00000000000..cdb7ab606dd Binary files /dev/null and b/Resources/Textures/_Emberfall/Clothing/Under/Underpants/panties_bee.rsi/equipped-UNDERPANTS.png differ diff --git a/Resources/Textures/_Emberfall/Clothing/Under/Underpants/panties_bee.rsi/icon.png b/Resources/Textures/_Emberfall/Clothing/Under/Underpants/panties_bee.rsi/icon.png new file mode 100644 index 00000000000..89e94aa5edf Binary files /dev/null and b/Resources/Textures/_Emberfall/Clothing/Under/Underpants/panties_bee.rsi/icon.png differ diff --git a/Resources/Textures/_Emberfall/Clothing/Under/Underpants/panties_bee.rsi/meta.json b/Resources/Textures/_Emberfall/Clothing/Under/Underpants/panties_bee.rsi/meta.json new file mode 100644 index 00000000000..9f1d56b99f3 --- /dev/null +++ b/Resources/Textures/_Emberfall/Clothing/Under/Underpants/panties_bee.rsi/meta.json @@ -0,0 +1,18 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from TGStation at commit https://github.com/tgstation/tgstation/commit/343ec403eb9941c4b4fc298bd0c686f2350d6917", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-UNDERPANTS", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_Emberfall/Clothing/Under/Underpants/panties_neko.rsi/equipped-UNDERPANTS.png b/Resources/Textures/_Emberfall/Clothing/Under/Underpants/panties_neko.rsi/equipped-UNDERPANTS.png new file mode 100644 index 00000000000..65383a00cac Binary files /dev/null and b/Resources/Textures/_Emberfall/Clothing/Under/Underpants/panties_neko.rsi/equipped-UNDERPANTS.png differ diff --git a/Resources/Textures/_Emberfall/Clothing/Under/Underpants/panties_neko.rsi/icon.png b/Resources/Textures/_Emberfall/Clothing/Under/Underpants/panties_neko.rsi/icon.png new file mode 100644 index 00000000000..29123fbc53e Binary files /dev/null and b/Resources/Textures/_Emberfall/Clothing/Under/Underpants/panties_neko.rsi/icon.png differ diff --git a/Resources/Textures/_Emberfall/Clothing/Under/Underpants/panties_neko.rsi/meta.json b/Resources/Textures/_Emberfall/Clothing/Under/Underpants/panties_neko.rsi/meta.json new file mode 100644 index 00000000000..9f1d56b99f3 --- /dev/null +++ b/Resources/Textures/_Emberfall/Clothing/Under/Underpants/panties_neko.rsi/meta.json @@ -0,0 +1,18 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from TGStation at commit https://github.com/tgstation/tgstation/commit/343ec403eb9941c4b4fc298bd0c686f2350d6917", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-UNDERPANTS", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_Emberfall/Clothing/Under/Underpants/panties_striped.rsi/equipped-UNDERPANTS.png b/Resources/Textures/_Emberfall/Clothing/Under/Underpants/panties_striped.rsi/equipped-UNDERPANTS.png new file mode 100644 index 00000000000..52b6af6075c Binary files /dev/null and b/Resources/Textures/_Emberfall/Clothing/Under/Underpants/panties_striped.rsi/equipped-UNDERPANTS.png differ diff --git a/Resources/Textures/_Emberfall/Clothing/Under/Underpants/panties_striped.rsi/icon.png b/Resources/Textures/_Emberfall/Clothing/Under/Underpants/panties_striped.rsi/icon.png new file mode 100644 index 00000000000..922d6959da2 Binary files /dev/null and b/Resources/Textures/_Emberfall/Clothing/Under/Underpants/panties_striped.rsi/icon.png differ diff --git a/Resources/Textures/_Emberfall/Clothing/Under/Underpants/panties_striped.rsi/meta.json b/Resources/Textures/_Emberfall/Clothing/Under/Underpants/panties_striped.rsi/meta.json new file mode 100644 index 00000000000..9f1d56b99f3 --- /dev/null +++ b/Resources/Textures/_Emberfall/Clothing/Under/Underpants/panties_striped.rsi/meta.json @@ -0,0 +1,18 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from TGStation at commit https://github.com/tgstation/tgstation/commit/343ec403eb9941c4b4fc298bd0c686f2350d6917", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-UNDERPANTS", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_Emberfall/Clothing/Under/Underpants/panties_swimming.rsi/equipped-UNDERPANTS.png b/Resources/Textures/_Emberfall/Clothing/Under/Underpants/panties_swimming.rsi/equipped-UNDERPANTS.png new file mode 100644 index 00000000000..e7c54001e7e Binary files /dev/null and b/Resources/Textures/_Emberfall/Clothing/Under/Underpants/panties_swimming.rsi/equipped-UNDERPANTS.png differ diff --git a/Resources/Textures/_Emberfall/Clothing/Under/Underpants/panties_swimming.rsi/icon.png b/Resources/Textures/_Emberfall/Clothing/Under/Underpants/panties_swimming.rsi/icon.png new file mode 100644 index 00000000000..e416231e2a9 Binary files /dev/null and b/Resources/Textures/_Emberfall/Clothing/Under/Underpants/panties_swimming.rsi/icon.png differ diff --git a/Resources/Textures/_Emberfall/Clothing/Under/Underpants/panties_swimming.rsi/meta.json b/Resources/Textures/_Emberfall/Clothing/Under/Underpants/panties_swimming.rsi/meta.json new file mode 100644 index 00000000000..9f1d56b99f3 --- /dev/null +++ b/Resources/Textures/_Emberfall/Clothing/Under/Underpants/panties_swimming.rsi/meta.json @@ -0,0 +1,18 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from TGStation at commit https://github.com/tgstation/tgstation/commit/343ec403eb9941c4b4fc298bd0c686f2350d6917", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-UNDERPANTS", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/bra.rsi/equipped-UNDERSHIRT.png b/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/bra.rsi/equipped-UNDERSHIRT.png new file mode 100644 index 00000000000..baa2264c2f3 Binary files /dev/null and b/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/bra.rsi/equipped-UNDERSHIRT.png differ diff --git a/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/bra.rsi/icon.png b/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/bra.rsi/icon.png new file mode 100644 index 00000000000..a46ebe98662 Binary files /dev/null and b/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/bra.rsi/icon.png differ diff --git a/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/bra.rsi/meta.json b/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/bra.rsi/meta.json new file mode 100644 index 00000000000..4f83a2f9212 --- /dev/null +++ b/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/bra.rsi/meta.json @@ -0,0 +1,18 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from TGStation at commit https://github.com/tgstation/tgstation/commit/343ec403eb9941c4b4fc298bd0c686f2350d6917", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-UNDERSHIRT", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/bra_bee.rsi/equipped-UNDERSHIRT.png b/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/bra_bee.rsi/equipped-UNDERSHIRT.png new file mode 100644 index 00000000000..d7d746d5f55 Binary files /dev/null and b/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/bra_bee.rsi/equipped-UNDERSHIRT.png differ diff --git a/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/bra_bee.rsi/icon.png b/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/bra_bee.rsi/icon.png new file mode 100644 index 00000000000..8e318d2785c Binary files /dev/null and b/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/bra_bee.rsi/icon.png differ diff --git a/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/bra_bee.rsi/meta.json b/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/bra_bee.rsi/meta.json new file mode 100644 index 00000000000..4f83a2f9212 --- /dev/null +++ b/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/bra_bee.rsi/meta.json @@ -0,0 +1,18 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from TGStation at commit https://github.com/tgstation/tgstation/commit/343ec403eb9941c4b4fc298bd0c686f2350d6917", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-UNDERSHIRT", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/bra_binder.rsi/equipped-UNDERSHIRT.png b/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/bra_binder.rsi/equipped-UNDERSHIRT.png new file mode 100644 index 00000000000..507e5348693 Binary files /dev/null and b/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/bra_binder.rsi/equipped-UNDERSHIRT.png differ diff --git a/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/bra_binder.rsi/icon.png b/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/bra_binder.rsi/icon.png new file mode 100644 index 00000000000..ada353b42fc Binary files /dev/null and b/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/bra_binder.rsi/icon.png differ diff --git a/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/bra_binder.rsi/meta.json b/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/bra_binder.rsi/meta.json new file mode 100644 index 00000000000..4f83a2f9212 --- /dev/null +++ b/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/bra_binder.rsi/meta.json @@ -0,0 +1,18 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from TGStation at commit https://github.com/tgstation/tgstation/commit/343ec403eb9941c4b4fc298bd0c686f2350d6917", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-UNDERSHIRT", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/bra_binder_strapless.rsi/equipped-UNDERSHIRT.png b/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/bra_binder_strapless.rsi/equipped-UNDERSHIRT.png new file mode 100644 index 00000000000..0d6adae9843 Binary files /dev/null and b/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/bra_binder_strapless.rsi/equipped-UNDERSHIRT.png differ diff --git a/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/bra_binder_strapless.rsi/icon.png b/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/bra_binder_strapless.rsi/icon.png new file mode 100644 index 00000000000..47257ef764a Binary files /dev/null and b/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/bra_binder_strapless.rsi/icon.png differ diff --git a/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/bra_binder_strapless.rsi/meta.json b/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/bra_binder_strapless.rsi/meta.json new file mode 100644 index 00000000000..4f83a2f9212 --- /dev/null +++ b/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/bra_binder_strapless.rsi/meta.json @@ -0,0 +1,18 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from TGStation at commit https://github.com/tgstation/tgstation/commit/343ec403eb9941c4b4fc298bd0c686f2350d6917", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-UNDERSHIRT", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/bra_neko.rsi/equipped-UNDERSHIRT.png b/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/bra_neko.rsi/equipped-UNDERSHIRT.png new file mode 100644 index 00000000000..18c15062957 Binary files /dev/null and b/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/bra_neko.rsi/equipped-UNDERSHIRT.png differ diff --git a/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/bra_neko.rsi/icon.png b/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/bra_neko.rsi/icon.png new file mode 100644 index 00000000000..367b767aa09 Binary files /dev/null and b/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/bra_neko.rsi/icon.png differ diff --git a/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/bra_neko.rsi/meta.json b/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/bra_neko.rsi/meta.json new file mode 100644 index 00000000000..4f83a2f9212 --- /dev/null +++ b/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/bra_neko.rsi/meta.json @@ -0,0 +1,18 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from TGStation at commit https://github.com/tgstation/tgstation/commit/343ec403eb9941c4b4fc298bd0c686f2350d6917", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-UNDERSHIRT", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/bra_swimming.rsi/equipped-UNDERSHIRT.png b/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/bra_swimming.rsi/equipped-UNDERSHIRT.png new file mode 100644 index 00000000000..5079b7c6164 Binary files /dev/null and b/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/bra_swimming.rsi/equipped-UNDERSHIRT.png differ diff --git a/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/bra_swimming.rsi/icon.png b/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/bra_swimming.rsi/icon.png new file mode 100644 index 00000000000..72053f72838 Binary files /dev/null and b/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/bra_swimming.rsi/icon.png differ diff --git a/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/bra_swimming.rsi/meta.json b/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/bra_swimming.rsi/meta.json new file mode 100644 index 00000000000..4f83a2f9212 --- /dev/null +++ b/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/bra_swimming.rsi/meta.json @@ -0,0 +1,18 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from TGStation at commit https://github.com/tgstation/tgstation/commit/343ec403eb9941c4b4fc298bd0c686f2350d6917", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-UNDERSHIRT", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/shirt.rsi/equipped-UNDERSHIRT.png b/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/shirt.rsi/equipped-UNDERSHIRT.png new file mode 100644 index 00000000000..d0a33e11bf2 Binary files /dev/null and b/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/shirt.rsi/equipped-UNDERSHIRT.png differ diff --git a/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/shirt.rsi/icon.png b/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/shirt.rsi/icon.png new file mode 100644 index 00000000000..31af8880fd7 Binary files /dev/null and b/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/shirt.rsi/icon.png differ diff --git a/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/shirt.rsi/meta.json b/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/shirt.rsi/meta.json new file mode 100644 index 00000000000..4f83a2f9212 --- /dev/null +++ b/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/shirt.rsi/meta.json @@ -0,0 +1,18 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from TGStation at commit https://github.com/tgstation/tgstation/commit/343ec403eb9941c4b4fc298bd0c686f2350d6917", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-UNDERSHIRT", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/shirt_alien.rsi/equipped-UNDERSHIRT.png b/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/shirt_alien.rsi/equipped-UNDERSHIRT.png new file mode 100644 index 00000000000..454a342c07c Binary files /dev/null and b/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/shirt_alien.rsi/equipped-UNDERSHIRT.png differ diff --git a/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/shirt_alien.rsi/icon.png b/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/shirt_alien.rsi/icon.png new file mode 100644 index 00000000000..0ece0b211ce Binary files /dev/null and b/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/shirt_alien.rsi/icon.png differ diff --git a/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/shirt_alien.rsi/meta.json b/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/shirt_alien.rsi/meta.json new file mode 100644 index 00000000000..4f83a2f9212 --- /dev/null +++ b/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/shirt_alien.rsi/meta.json @@ -0,0 +1,18 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from TGStation at commit https://github.com/tgstation/tgstation/commit/343ec403eb9941c4b4fc298bd0c686f2350d6917", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-UNDERSHIRT", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/shirt_band.rsi/equipped-UNDERSHIRT.png b/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/shirt_band.rsi/equipped-UNDERSHIRT.png new file mode 100644 index 00000000000..fc509f670b4 Binary files /dev/null and b/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/shirt_band.rsi/equipped-UNDERSHIRT.png differ diff --git a/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/shirt_band.rsi/icon.png b/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/shirt_band.rsi/icon.png new file mode 100644 index 00000000000..0649f668f82 Binary files /dev/null and b/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/shirt_band.rsi/icon.png differ diff --git a/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/shirt_band.rsi/meta.json b/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/shirt_band.rsi/meta.json new file mode 100644 index 00000000000..4f83a2f9212 --- /dev/null +++ b/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/shirt_band.rsi/meta.json @@ -0,0 +1,18 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from TGStation at commit https://github.com/tgstation/tgstation/commit/343ec403eb9941c4b4fc298bd0c686f2350d6917", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-UNDERSHIRT", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/shirt_bee.rsi/equipped-UNDERSHIRT.png b/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/shirt_bee.rsi/equipped-UNDERSHIRT.png new file mode 100644 index 00000000000..38aeade2fa7 Binary files /dev/null and b/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/shirt_bee.rsi/equipped-UNDERSHIRT.png differ diff --git a/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/shirt_bee.rsi/icon.png b/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/shirt_bee.rsi/icon.png new file mode 100644 index 00000000000..c164e1ddf14 Binary files /dev/null and b/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/shirt_bee.rsi/icon.png differ diff --git a/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/shirt_bee.rsi/meta.json b/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/shirt_bee.rsi/meta.json new file mode 100644 index 00000000000..4f83a2f9212 --- /dev/null +++ b/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/shirt_bee.rsi/meta.json @@ -0,0 +1,18 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from TGStation at commit https://github.com/tgstation/tgstation/commit/343ec403eb9941c4b4fc298bd0c686f2350d6917", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-UNDERSHIRT", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/shirt_blue.rsi/equipped-UNDERSHIRT.png b/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/shirt_blue.rsi/equipped-UNDERSHIRT.png new file mode 100644 index 00000000000..36301d5d124 Binary files /dev/null and b/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/shirt_blue.rsi/equipped-UNDERSHIRT.png differ diff --git a/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/shirt_blue.rsi/icon.png b/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/shirt_blue.rsi/icon.png new file mode 100644 index 00000000000..e6e3352a007 Binary files /dev/null and b/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/shirt_blue.rsi/icon.png differ diff --git a/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/shirt_blue.rsi/meta.json b/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/shirt_blue.rsi/meta.json new file mode 100644 index 00000000000..4f83a2f9212 --- /dev/null +++ b/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/shirt_blue.rsi/meta.json @@ -0,0 +1,18 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from TGStation at commit https://github.com/tgstation/tgstation/commit/343ec403eb9941c4b4fc298bd0c686f2350d6917", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-UNDERSHIRT", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/shirt_blue_striped.rsi/equipped-UNDERSHIRT.png b/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/shirt_blue_striped.rsi/equipped-UNDERSHIRT.png new file mode 100644 index 00000000000..ebf5f00036f Binary files /dev/null and b/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/shirt_blue_striped.rsi/equipped-UNDERSHIRT.png differ diff --git a/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/shirt_blue_striped.rsi/icon.png b/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/shirt_blue_striped.rsi/icon.png new file mode 100644 index 00000000000..e69c4cd8901 Binary files /dev/null and b/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/shirt_blue_striped.rsi/icon.png differ diff --git a/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/shirt_blue_striped.rsi/meta.json b/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/shirt_blue_striped.rsi/meta.json new file mode 100644 index 00000000000..4f83a2f9212 --- /dev/null +++ b/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/shirt_blue_striped.rsi/meta.json @@ -0,0 +1,18 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from TGStation at commit https://github.com/tgstation/tgstation/commit/343ec403eb9941c4b4fc298bd0c686f2350d6917", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-UNDERSHIRT", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/shirt_bowling_navy.rsi/equipped-UNDERSHIRT.png b/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/shirt_bowling_navy.rsi/equipped-UNDERSHIRT.png new file mode 100644 index 00000000000..2a920de8150 Binary files /dev/null and b/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/shirt_bowling_navy.rsi/equipped-UNDERSHIRT.png differ diff --git a/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/shirt_bowling_navy.rsi/icon.png b/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/shirt_bowling_navy.rsi/icon.png new file mode 100644 index 00000000000..f49623af6f6 Binary files /dev/null and b/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/shirt_bowling_navy.rsi/icon.png differ diff --git a/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/shirt_bowling_navy.rsi/meta.json b/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/shirt_bowling_navy.rsi/meta.json new file mode 100644 index 00000000000..4f83a2f9212 --- /dev/null +++ b/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/shirt_bowling_navy.rsi/meta.json @@ -0,0 +1,18 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from TGStation at commit https://github.com/tgstation/tgstation/commit/343ec403eb9941c4b4fc298bd0c686f2350d6917", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-UNDERSHIRT", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/shirt_bowling_pink.rsi/equipped-UNDERSHIRT.png b/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/shirt_bowling_pink.rsi/equipped-UNDERSHIRT.png new file mode 100644 index 00000000000..cbc592e5032 Binary files /dev/null and b/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/shirt_bowling_pink.rsi/equipped-UNDERSHIRT.png differ diff --git a/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/shirt_bowling_pink.rsi/icon.png b/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/shirt_bowling_pink.rsi/icon.png new file mode 100644 index 00000000000..6681cfdb80a Binary files /dev/null and b/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/shirt_bowling_pink.rsi/icon.png differ diff --git a/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/shirt_bowling_pink.rsi/meta.json b/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/shirt_bowling_pink.rsi/meta.json new file mode 100644 index 00000000000..4f83a2f9212 --- /dev/null +++ b/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/shirt_bowling_pink.rsi/meta.json @@ -0,0 +1,18 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from TGStation at commit https://github.com/tgstation/tgstation/commit/343ec403eb9941c4b4fc298bd0c686f2350d6917", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-UNDERSHIRT", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/shirt_bowling_red.rsi/equipped-UNDERSHIRT.png b/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/shirt_bowling_red.rsi/equipped-UNDERSHIRT.png new file mode 100644 index 00000000000..fea32eaa298 Binary files /dev/null and b/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/shirt_bowling_red.rsi/equipped-UNDERSHIRT.png differ diff --git a/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/shirt_bowling_red.rsi/icon.png b/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/shirt_bowling_red.rsi/icon.png new file mode 100644 index 00000000000..84b11cdea91 Binary files /dev/null and b/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/shirt_bowling_red.rsi/icon.png differ diff --git a/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/shirt_bowling_red.rsi/meta.json b/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/shirt_bowling_red.rsi/meta.json new file mode 100644 index 00000000000..4f83a2f9212 --- /dev/null +++ b/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/shirt_bowling_red.rsi/meta.json @@ -0,0 +1,18 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from TGStation at commit https://github.com/tgstation/tgstation/commit/343ec403eb9941c4b4fc298bd0c686f2350d6917", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-UNDERSHIRT", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/shirt_bowling_white.rsi/equipped-UNDERSHIRT.png b/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/shirt_bowling_white.rsi/equipped-UNDERSHIRT.png new file mode 100644 index 00000000000..9b8ecfc802b Binary files /dev/null and b/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/shirt_bowling_white.rsi/equipped-UNDERSHIRT.png differ diff --git a/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/shirt_bowling_white.rsi/icon.png b/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/shirt_bowling_white.rsi/icon.png new file mode 100644 index 00000000000..9261c95659b Binary files /dev/null and b/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/shirt_bowling_white.rsi/icon.png differ diff --git a/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/shirt_bowling_white.rsi/meta.json b/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/shirt_bowling_white.rsi/meta.json new file mode 100644 index 00000000000..4f83a2f9212 --- /dev/null +++ b/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/shirt_bowling_white.rsi/meta.json @@ -0,0 +1,18 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from TGStation at commit https://github.com/tgstation/tgstation/commit/343ec403eb9941c4b4fc298bd0c686f2350d6917", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-UNDERSHIRT", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/shirt_clown.rsi/equipped-UNDERSHIRT.png b/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/shirt_clown.rsi/equipped-UNDERSHIRT.png new file mode 100644 index 00000000000..1106cec9389 Binary files /dev/null and b/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/shirt_clown.rsi/equipped-UNDERSHIRT.png differ diff --git a/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/shirt_clown.rsi/icon.png b/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/shirt_clown.rsi/icon.png new file mode 100644 index 00000000000..cfc86772ee8 Binary files /dev/null and b/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/shirt_clown.rsi/icon.png differ diff --git a/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/shirt_clown.rsi/meta.json b/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/shirt_clown.rsi/meta.json new file mode 100644 index 00000000000..4f83a2f9212 --- /dev/null +++ b/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/shirt_clown.rsi/meta.json @@ -0,0 +1,18 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from TGStation at commit https://github.com/tgstation/tgstation/commit/343ec403eb9941c4b4fc298bd0c686f2350d6917", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-UNDERSHIRT", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/shirt_cowboy_red.rsi/equipped-UNDERSHIRT.png b/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/shirt_cowboy_red.rsi/equipped-UNDERSHIRT.png new file mode 100644 index 00000000000..12a24acddb1 Binary files /dev/null and b/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/shirt_cowboy_red.rsi/equipped-UNDERSHIRT.png differ diff --git a/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/shirt_cowboy_red.rsi/icon.png b/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/shirt_cowboy_red.rsi/icon.png new file mode 100644 index 00000000000..e4e55d78276 Binary files /dev/null and b/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/shirt_cowboy_red.rsi/icon.png differ diff --git a/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/shirt_cowboy_red.rsi/meta.json b/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/shirt_cowboy_red.rsi/meta.json new file mode 100644 index 00000000000..4f83a2f9212 --- /dev/null +++ b/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/shirt_cowboy_red.rsi/meta.json @@ -0,0 +1,18 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from TGStation at commit https://github.com/tgstation/tgstation/commit/343ec403eb9941c4b4fc298bd0c686f2350d6917", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-UNDERSHIRT", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/shirt_cowboy_red_alt.rsi/equipped-UNDERSHIRT.png b/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/shirt_cowboy_red_alt.rsi/equipped-UNDERSHIRT.png new file mode 100644 index 00000000000..c07c3d634f3 Binary files /dev/null and b/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/shirt_cowboy_red_alt.rsi/equipped-UNDERSHIRT.png differ diff --git a/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/shirt_cowboy_red_alt.rsi/icon.png b/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/shirt_cowboy_red_alt.rsi/icon.png new file mode 100644 index 00000000000..98d1b5ede3a Binary files /dev/null and b/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/shirt_cowboy_red_alt.rsi/icon.png differ diff --git a/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/shirt_cowboy_red_alt.rsi/meta.json b/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/shirt_cowboy_red_alt.rsi/meta.json new file mode 100644 index 00000000000..4f83a2f9212 --- /dev/null +++ b/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/shirt_cowboy_red_alt.rsi/meta.json @@ -0,0 +1,18 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from TGStation at commit https://github.com/tgstation/tgstation/commit/343ec403eb9941c4b4fc298bd0c686f2350d6917", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-UNDERSHIRT", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/shirt_cowboy_white.rsi/equipped-UNDERSHIRT.png b/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/shirt_cowboy_white.rsi/equipped-UNDERSHIRT.png new file mode 100644 index 00000000000..82307affeef Binary files /dev/null and b/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/shirt_cowboy_white.rsi/equipped-UNDERSHIRT.png differ diff --git a/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/shirt_cowboy_white.rsi/icon.png b/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/shirt_cowboy_white.rsi/icon.png new file mode 100644 index 00000000000..07b87ce85a5 Binary files /dev/null and b/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/shirt_cowboy_white.rsi/icon.png differ diff --git a/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/shirt_cowboy_white.rsi/meta.json b/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/shirt_cowboy_white.rsi/meta.json new file mode 100644 index 00000000000..4f83a2f9212 --- /dev/null +++ b/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/shirt_cowboy_white.rsi/meta.json @@ -0,0 +1,18 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from TGStation at commit https://github.com/tgstation/tgstation/commit/343ec403eb9941c4b4fc298bd0c686f2350d6917", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-UNDERSHIRT", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/shirt_cowboy_white_alt.rsi/equipped-UNDERSHIRT.png b/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/shirt_cowboy_white_alt.rsi/equipped-UNDERSHIRT.png new file mode 100644 index 00000000000..872aba34596 Binary files /dev/null and b/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/shirt_cowboy_white_alt.rsi/equipped-UNDERSHIRT.png differ diff --git a/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/shirt_cowboy_white_alt.rsi/icon.png b/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/shirt_cowboy_white_alt.rsi/icon.png new file mode 100644 index 00000000000..cc2627da09b Binary files /dev/null and b/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/shirt_cowboy_white_alt.rsi/icon.png differ diff --git a/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/shirt_cowboy_white_alt.rsi/meta.json b/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/shirt_cowboy_white_alt.rsi/meta.json new file mode 100644 index 00000000000..4f83a2f9212 --- /dev/null +++ b/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/shirt_cowboy_white_alt.rsi/meta.json @@ -0,0 +1,18 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from TGStation at commit https://github.com/tgstation/tgstation/commit/343ec403eb9941c4b4fc298bd0c686f2350d6917", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-UNDERSHIRT", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/shirt_green.rsi/equipped-UNDERSHIRT.png b/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/shirt_green.rsi/equipped-UNDERSHIRT.png new file mode 100644 index 00000000000..3eca48a4e09 Binary files /dev/null and b/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/shirt_green.rsi/equipped-UNDERSHIRT.png differ diff --git a/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/shirt_green.rsi/icon.png b/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/shirt_green.rsi/icon.png new file mode 100644 index 00000000000..2050b080347 Binary files /dev/null and b/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/shirt_green.rsi/icon.png differ diff --git a/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/shirt_green.rsi/meta.json b/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/shirt_green.rsi/meta.json new file mode 100644 index 00000000000..4f83a2f9212 --- /dev/null +++ b/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/shirt_green.rsi/meta.json @@ -0,0 +1,18 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from TGStation at commit https://github.com/tgstation/tgstation/commit/343ec403eb9941c4b4fc298bd0c686f2350d6917", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-UNDERSHIRT", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/shirt_ian.rsi/equipped-UNDERSHIRT.png b/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/shirt_ian.rsi/equipped-UNDERSHIRT.png new file mode 100644 index 00000000000..676846840aa Binary files /dev/null and b/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/shirt_ian.rsi/equipped-UNDERSHIRT.png differ diff --git a/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/shirt_ian.rsi/icon.png b/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/shirt_ian.rsi/icon.png new file mode 100644 index 00000000000..19d8785e344 Binary files /dev/null and b/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/shirt_ian.rsi/icon.png differ diff --git a/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/shirt_ian.rsi/meta.json b/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/shirt_ian.rsi/meta.json new file mode 100644 index 00000000000..4f83a2f9212 --- /dev/null +++ b/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/shirt_ian.rsi/meta.json @@ -0,0 +1,18 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from TGStation at commit https://github.com/tgstation/tgstation/commit/343ec403eb9941c4b4fc298bd0c686f2350d6917", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-UNDERSHIRT", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/shirt_long_john.rsi/equipped-UNDERSHIRT.png b/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/shirt_long_john.rsi/equipped-UNDERSHIRT.png new file mode 100644 index 00000000000..49720f53a6b Binary files /dev/null and b/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/shirt_long_john.rsi/equipped-UNDERSHIRT.png differ diff --git a/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/shirt_long_john.rsi/icon.png b/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/shirt_long_john.rsi/icon.png new file mode 100644 index 00000000000..8c3bf23ad54 Binary files /dev/null and b/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/shirt_long_john.rsi/icon.png differ diff --git a/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/shirt_long_john.rsi/meta.json b/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/shirt_long_john.rsi/meta.json new file mode 100644 index 00000000000..4f83a2f9212 --- /dev/null +++ b/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/shirt_long_john.rsi/meta.json @@ -0,0 +1,18 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from TGStation at commit https://github.com/tgstation/tgstation/commit/343ec403eb9941c4b4fc298bd0c686f2350d6917", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-UNDERSHIRT", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/shirt_lover.rsi/equipped-UNDERSHIRT.png b/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/shirt_lover.rsi/equipped-UNDERSHIRT.png new file mode 100644 index 00000000000..3c965c2eb5b Binary files /dev/null and b/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/shirt_lover.rsi/equipped-UNDERSHIRT.png differ diff --git a/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/shirt_lover.rsi/icon.png b/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/shirt_lover.rsi/icon.png new file mode 100644 index 00000000000..0b270f3747c Binary files /dev/null and b/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/shirt_lover.rsi/icon.png differ diff --git a/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/shirt_lover.rsi/meta.json b/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/shirt_lover.rsi/meta.json new file mode 100644 index 00000000000..4f83a2f9212 --- /dev/null +++ b/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/shirt_lover.rsi/meta.json @@ -0,0 +1,18 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from TGStation at commit https://github.com/tgstation/tgstation/commit/343ec403eb9941c4b4fc298bd0c686f2350d6917", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-UNDERSHIRT", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/shirt_peace.rsi/equipped-UNDERSHIRT.png b/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/shirt_peace.rsi/equipped-UNDERSHIRT.png new file mode 100644 index 00000000000..481f151597b Binary files /dev/null and b/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/shirt_peace.rsi/equipped-UNDERSHIRT.png differ diff --git a/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/shirt_peace.rsi/icon.png b/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/shirt_peace.rsi/icon.png new file mode 100644 index 00000000000..18129229ba0 Binary files /dev/null and b/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/shirt_peace.rsi/icon.png differ diff --git a/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/shirt_peace.rsi/meta.json b/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/shirt_peace.rsi/meta.json new file mode 100644 index 00000000000..4f83a2f9212 --- /dev/null +++ b/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/shirt_peace.rsi/meta.json @@ -0,0 +1,18 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from TGStation at commit https://github.com/tgstation/tgstation/commit/343ec403eb9941c4b4fc298bd0c686f2350d6917", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-UNDERSHIRT", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/shirt_polo.rsi/equipped-UNDERSHIRT.png b/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/shirt_polo.rsi/equipped-UNDERSHIRT.png new file mode 100644 index 00000000000..9c6230407d5 Binary files /dev/null and b/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/shirt_polo.rsi/equipped-UNDERSHIRT.png differ diff --git a/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/shirt_polo.rsi/icon.png b/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/shirt_polo.rsi/icon.png new file mode 100644 index 00000000000..c2e538e6f49 Binary files /dev/null and b/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/shirt_polo.rsi/icon.png differ diff --git a/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/shirt_polo.rsi/meta.json b/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/shirt_polo.rsi/meta.json new file mode 100644 index 00000000000..4f83a2f9212 --- /dev/null +++ b/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/shirt_polo.rsi/meta.json @@ -0,0 +1,18 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from TGStation at commit https://github.com/tgstation/tgstation/commit/343ec403eb9941c4b4fc298bd0c686f2350d6917", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-UNDERSHIRT", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/shirt_question.rsi/equipped-UNDERSHIRT.png b/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/shirt_question.rsi/equipped-UNDERSHIRT.png new file mode 100644 index 00000000000..b5dcf8c36d5 Binary files /dev/null and b/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/shirt_question.rsi/equipped-UNDERSHIRT.png differ diff --git a/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/shirt_question.rsi/icon.png b/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/shirt_question.rsi/icon.png new file mode 100644 index 00000000000..96c6948f1b8 Binary files /dev/null and b/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/shirt_question.rsi/icon.png differ diff --git a/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/shirt_question.rsi/meta.json b/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/shirt_question.rsi/meta.json new file mode 100644 index 00000000000..4f83a2f9212 --- /dev/null +++ b/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/shirt_question.rsi/meta.json @@ -0,0 +1,18 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from TGStation at commit https://github.com/tgstation/tgstation/commit/343ec403eb9941c4b4fc298bd0c686f2350d6917", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-UNDERSHIRT", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/shirt_red.rsi/equipped-UNDERSHIRT.png b/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/shirt_red.rsi/equipped-UNDERSHIRT.png new file mode 100644 index 00000000000..7c979392872 Binary files /dev/null and b/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/shirt_red.rsi/equipped-UNDERSHIRT.png differ diff --git a/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/shirt_red.rsi/icon.png b/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/shirt_red.rsi/icon.png new file mode 100644 index 00000000000..fd201784775 Binary files /dev/null and b/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/shirt_red.rsi/icon.png differ diff --git a/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/shirt_red.rsi/meta.json b/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/shirt_red.rsi/meta.json new file mode 100644 index 00000000000..4f83a2f9212 --- /dev/null +++ b/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/shirt_red.rsi/meta.json @@ -0,0 +1,18 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from TGStation at commit https://github.com/tgstation/tgstation/commit/343ec403eb9941c4b4fc298bd0c686f2350d6917", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-UNDERSHIRT", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/shirt_shortsleeve.rsi/equipped-UNDERSHIRT.png b/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/shirt_shortsleeve.rsi/equipped-UNDERSHIRT.png new file mode 100644 index 00000000000..c880911e941 Binary files /dev/null and b/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/shirt_shortsleeve.rsi/equipped-UNDERSHIRT.png differ diff --git a/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/shirt_shortsleeve.rsi/icon.png b/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/shirt_shortsleeve.rsi/icon.png new file mode 100644 index 00000000000..2d69e7c9dc2 Binary files /dev/null and b/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/shirt_shortsleeve.rsi/icon.png differ diff --git a/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/shirt_shortsleeve.rsi/meta.json b/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/shirt_shortsleeve.rsi/meta.json new file mode 100644 index 00000000000..4f83a2f9212 --- /dev/null +++ b/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/shirt_shortsleeve.rsi/meta.json @@ -0,0 +1,18 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from TGStation at commit https://github.com/tgstation/tgstation/commit/343ec403eb9941c4b4fc298bd0c686f2350d6917", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-UNDERSHIRT", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/shirt_skull.rsi/equipped-UNDERSHIRT.png b/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/shirt_skull.rsi/equipped-UNDERSHIRT.png new file mode 100644 index 00000000000..cd74daf4ee4 Binary files /dev/null and b/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/shirt_skull.rsi/equipped-UNDERSHIRT.png differ diff --git a/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/shirt_skull.rsi/icon.png b/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/shirt_skull.rsi/icon.png new file mode 100644 index 00000000000..52ea3a51c1d Binary files /dev/null and b/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/shirt_skull.rsi/icon.png differ diff --git a/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/shirt_skull.rsi/meta.json b/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/shirt_skull.rsi/meta.json new file mode 100644 index 00000000000..4f83a2f9212 --- /dev/null +++ b/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/shirt_skull.rsi/meta.json @@ -0,0 +1,18 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from TGStation at commit https://github.com/tgstation/tgstation/commit/343ec403eb9941c4b4fc298bd0c686f2350d6917", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-UNDERSHIRT", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/shirt_striped.rsi/equipped-UNDERSHIRT.png b/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/shirt_striped.rsi/equipped-UNDERSHIRT.png new file mode 100644 index 00000000000..660a1ab2c67 Binary files /dev/null and b/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/shirt_striped.rsi/equipped-UNDERSHIRT.png differ diff --git a/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/shirt_striped.rsi/icon.png b/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/shirt_striped.rsi/icon.png new file mode 100644 index 00000000000..f131504feeb Binary files /dev/null and b/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/shirt_striped.rsi/icon.png differ diff --git a/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/shirt_striped.rsi/meta.json b/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/shirt_striped.rsi/meta.json new file mode 100644 index 00000000000..4f83a2f9212 --- /dev/null +++ b/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/shirt_striped.rsi/meta.json @@ -0,0 +1,18 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from TGStation at commit https://github.com/tgstation/tgstation/commit/343ec403eb9941c4b4fc298bd0c686f2350d6917", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-UNDERSHIRT", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/swimming_black.rsi/equipped-UNDERSHIRT.png b/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/swimming_black.rsi/equipped-UNDERSHIRT.png new file mode 100644 index 00000000000..0d1a0ca8908 Binary files /dev/null and b/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/swimming_black.rsi/equipped-UNDERSHIRT.png differ diff --git a/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/swimming_black.rsi/icon.png b/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/swimming_black.rsi/icon.png new file mode 100644 index 00000000000..398487d5c6d Binary files /dev/null and b/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/swimming_black.rsi/icon.png differ diff --git a/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/swimming_black.rsi/meta.json b/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/swimming_black.rsi/meta.json new file mode 100644 index 00000000000..4f83a2f9212 --- /dev/null +++ b/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/swimming_black.rsi/meta.json @@ -0,0 +1,18 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from TGStation at commit https://github.com/tgstation/tgstation/commit/343ec403eb9941c4b4fc298bd0c686f2350d6917", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-UNDERSHIRT", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/swimming_blue.rsi/equipped-UNDERSHIRT.png b/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/swimming_blue.rsi/equipped-UNDERSHIRT.png new file mode 100644 index 00000000000..b5fa1b7c7c1 Binary files /dev/null and b/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/swimming_blue.rsi/equipped-UNDERSHIRT.png differ diff --git a/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/swimming_blue.rsi/icon.png b/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/swimming_blue.rsi/icon.png new file mode 100644 index 00000000000..bf1480ce05d Binary files /dev/null and b/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/swimming_blue.rsi/icon.png differ diff --git a/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/swimming_blue.rsi/meta.json b/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/swimming_blue.rsi/meta.json new file mode 100644 index 00000000000..4f83a2f9212 --- /dev/null +++ b/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/swimming_blue.rsi/meta.json @@ -0,0 +1,18 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from TGStation at commit https://github.com/tgstation/tgstation/commit/343ec403eb9941c4b4fc298bd0c686f2350d6917", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-UNDERSHIRT", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/swimming_red.rsi/equipped-UNDERSHIRT.png b/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/swimming_red.rsi/equipped-UNDERSHIRT.png new file mode 100644 index 00000000000..2806af9eab6 Binary files /dev/null and b/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/swimming_red.rsi/equipped-UNDERSHIRT.png differ diff --git a/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/swimming_red.rsi/icon.png b/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/swimming_red.rsi/icon.png new file mode 100644 index 00000000000..8ace34c6e1a Binary files /dev/null and b/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/swimming_red.rsi/icon.png differ diff --git a/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/swimming_red.rsi/meta.json b/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/swimming_red.rsi/meta.json new file mode 100644 index 00000000000..4f83a2f9212 --- /dev/null +++ b/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/swimming_red.rsi/meta.json @@ -0,0 +1,18 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from TGStation at commit https://github.com/tgstation/tgstation/commit/343ec403eb9941c4b4fc298bd0c686f2350d6917", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-UNDERSHIRT", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/tank_fire.rsi/equipped-UNDERSHIRT.png b/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/tank_fire.rsi/equipped-UNDERSHIRT.png new file mode 100644 index 00000000000..bf0d4990484 Binary files /dev/null and b/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/tank_fire.rsi/equipped-UNDERSHIRT.png differ diff --git a/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/tank_fire.rsi/icon.png b/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/tank_fire.rsi/icon.png new file mode 100644 index 00000000000..88bcbdffbf4 Binary files /dev/null and b/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/tank_fire.rsi/icon.png differ diff --git a/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/tank_fire.rsi/meta.json b/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/tank_fire.rsi/meta.json new file mode 100644 index 00000000000..4f83a2f9212 --- /dev/null +++ b/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/tank_fire.rsi/meta.json @@ -0,0 +1,18 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from TGStation at commit https://github.com/tgstation/tgstation/commit/343ec403eb9941c4b4fc298bd0c686f2350d6917", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-UNDERSHIRT", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/tank_rainbow.rsi/equipped-UNDERSHIRT.png b/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/tank_rainbow.rsi/equipped-UNDERSHIRT.png new file mode 100644 index 00000000000..8289c7721d0 Binary files /dev/null and b/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/tank_rainbow.rsi/equipped-UNDERSHIRT.png differ diff --git a/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/tank_rainbow.rsi/icon.png b/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/tank_rainbow.rsi/icon.png new file mode 100644 index 00000000000..b011c0ddbc3 Binary files /dev/null and b/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/tank_rainbow.rsi/icon.png differ diff --git a/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/tank_rainbow.rsi/meta.json b/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/tank_rainbow.rsi/meta.json new file mode 100644 index 00000000000..4f83a2f9212 --- /dev/null +++ b/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/tank_rainbow.rsi/meta.json @@ -0,0 +1,18 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from TGStation at commit https://github.com/tgstation/tgstation/commit/343ec403eb9941c4b4fc298bd0c686f2350d6917", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-UNDERSHIRT", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/tank_striped.rsi/equipped-UNDERSHIRT.png b/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/tank_striped.rsi/equipped-UNDERSHIRT.png new file mode 100644 index 00000000000..6e73f96c988 Binary files /dev/null and b/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/tank_striped.rsi/equipped-UNDERSHIRT.png differ diff --git a/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/tank_striped.rsi/icon.png b/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/tank_striped.rsi/icon.png new file mode 100644 index 00000000000..3998a4f1740 Binary files /dev/null and b/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/tank_striped.rsi/icon.png differ diff --git a/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/tank_striped.rsi/meta.json b/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/tank_striped.rsi/meta.json new file mode 100644 index 00000000000..4f83a2f9212 --- /dev/null +++ b/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/tank_striped.rsi/meta.json @@ -0,0 +1,18 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from TGStation at commit https://github.com/tgstation/tgstation/commit/343ec403eb9941c4b4fc298bd0c686f2350d6917", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-UNDERSHIRT", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/tank_sun.rsi/equipped-UNDERSHIRT.png b/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/tank_sun.rsi/equipped-UNDERSHIRT.png new file mode 100644 index 00000000000..fad178bb827 Binary files /dev/null and b/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/tank_sun.rsi/equipped-UNDERSHIRT.png differ diff --git a/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/tank_sun.rsi/icon.png b/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/tank_sun.rsi/icon.png new file mode 100644 index 00000000000..61baa7d2779 Binary files /dev/null and b/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/tank_sun.rsi/icon.png differ diff --git a/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/tank_sun.rsi/meta.json b/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/tank_sun.rsi/meta.json new file mode 100644 index 00000000000..4f83a2f9212 --- /dev/null +++ b/Resources/Textures/_Emberfall/Clothing/Under/Undershirts/tank_sun.rsi/meta.json @@ -0,0 +1,18 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from TGStation at commit https://github.com/tgstation/tgstation/commit/343ec403eb9941c4b4fc298bd0c686f2350d6917", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-UNDERSHIRT", + "directions": 4 + } + ] +}