diff --git a/Content.Client/Clothing/ClientClothingSystem.cs b/Content.Client/Clothing/ClientClothingSystem.cs index 261eae2abb..979f7430e1 100644 --- a/Content.Client/Clothing/ClientClothingSystem.cs +++ b/Content.Client/Clothing/ClientClothingSystem.cs @@ -43,11 +43,6 @@ public sealed class ClientClothingSystem : ClothingSystem {"pocket1", "POCKET1"}, {"pocket2", "POCKET2"}, {"suitstorage", "SUITSTORAGE"}, - //WHITE EDIT - {"socks", "SOCKS"}, - {"underweart", "UNDERWEART"}, - {"underwearb", "UNDERWEARB"}, - // WHITE EDIT }; [Dependency] private readonly IResourceCache _cache = default!; diff --git a/Content.Shared/Inventory/SlotFlags.cs b/Content.Shared/Inventory/SlotFlags.cs index 023cf3acb9..8d5e33e348 100644 --- a/Content.Shared/Inventory/SlotFlags.cs +++ b/Content.Shared/Inventory/SlotFlags.cs @@ -26,8 +26,5 @@ public enum SlotFlags LEGS = 1 << 13, FEET = 1 << 14, SUITSTORAGE = 1 << 15, - UNDERWEART = 1 << 16, // White - UNDERWEARB = 1 << 17, // White - SOCKS = 1 << 18, // White All = ~NONE, } diff --git a/Content.Shared/Roles/StartingGearPrototype.cs b/Content.Shared/Roles/StartingGearPrototype.cs index aaa69074ed..0d4122b646 100644 --- a/Content.Shared/Roles/StartingGearPrototype.cs +++ b/Content.Shared/Roles/StartingGearPrototype.cs @@ -1,4 +1,3 @@ -using Content.Shared.Humanoid; using Content.Shared.Preferences; using Robust.Shared.Prototypes; @@ -25,14 +24,6 @@ namespace Content.Shared.Roles [DataField] public List Inhand = new(0); - // White underwear - [DataField("underweart")] - private string _underweart = string.Empty; - - [DataField("underwearb")] - private string _underwearb = string.Empty; - // White underwear end - [ViewVariables] [IdDataField] public string ID { get; private set; } = string.Empty; @@ -47,12 +38,6 @@ namespace Content.Shared.Roles return Satchel; if (slot == "back" && profile.Backpack == BackpackPreference.Duffelbag && !string.IsNullOrEmpty(Duffelbag)) return Duffelbag; - // White underwear - if (slot == "underweart" && profile.Sex == Sex.Female && !string.IsNullOrEmpty(_underweart)) - return _underweart; - if (slot == "underwearb" && profile.Sex == Sex.Female && !string.IsNullOrEmpty(_underwearb)) - return _underwearb; - // White underwear end } return Equipment.TryGetValue(slot, out var equipment) ? equipment : string.Empty; diff --git a/Resources/Locale/ru-RU/clothing/socks.ftl b/Resources/Locale/ru-RU/clothing/socks.ftl deleted file mode 100644 index 048416f0a3..0000000000 --- a/Resources/Locale/ru-RU/clothing/socks.ftl +++ /dev/null @@ -1,78 +0,0 @@ -ent-ClothingUnderwearSocksBeeKnee = носки - .desc = Желто-черные. - -ent-ClothingUnderwearSocksBeeNorm = носки - .desc = Желто-черные. - -ent-ClothingUnderwearSocksBeeThigh = носки - .desc = Желто-черные. - -ent-ClothingUnderwearSocksFishnet = чулки - .desc = Сетчатые. - -ent-ClothingUnderwearSocksGarter = носки - .desc = С подтяжками. - -ent-ClothingUnderwearSocksPantyhose = колготки - .desc = Прозрачные. - -ent-ClothingUnderwearSocksPantyhoseRipped = колготки - .desc = Порванные. - -ent-ClothingUnderwearSocksRainbowKnee = носки - .desc = Радужные. - -ent-ClothingUnderwearSocksRainbowThigh = носки - .desc = Радужные. - -ent-ClothingUnderwearSocksRainbowThigh = носки - .desc = Радужные. - -ent-ClothingUnderwearSocksHigh = высокие носки - .desc = Белые. - -ent-ClothingUnderwearSocksNormal = носки - .desc = Белые. - -ent-ClothingUnderwearSocksShort = короткие носки - .desc = Белые. - -ent-ClothingUnderwearSocksThigh = чулки - .desc = Прозрачные. - -ent-ClothingUnderwearStockingsBlue = чулки - .desc = Голубые. - -ent-ClothingUnderwearStockingsCyan = чулки - .desc = Циановые. - -ent-ClothingUnderwearStockingsPink = чулки - .desc = Розовые. - -ent-ClothingUnderwearStockingsGreen = чулки - .desc = Зеленые. - -ent-ClothingUnderwearStockingsLightPink = чулки - .desc = Светло-розовые. - -ent-ClothingUnderwearStockingsLightOrange = чулки - .desc = Оранжевые. - -ent-ClothingUnderwearStockingsLightPurple = чулки - .desc = Светло-фиолетовые. - -ent-ClothingUnderwearStockingsLightYellow = чулки - .desc = Желтые. - -ent-ClothingUnderwearSocksStripedKnee = носки - .desc = Черно-белые. - -ent-ClothingUnderwearSocksStripedThigh = носки - .desc = Черно-белые. - -ent-ClothingUnderwearSocksThinKnee = носки - .desc = Прозрачные. - -ent-ClothingUnderwearSocksThinThigh = носки - .desc = Прозрачные. - diff --git a/Resources/Locale/ru-RU/clothing/top.ftl b/Resources/Locale/ru-RU/clothing/top.ftl deleted file mode 100644 index 08d1d40353..0000000000 --- a/Resources/Locale/ru-RU/clothing/top.ftl +++ /dev/null @@ -1,88 +0,0 @@ -ent-ClothingUnderwearTopBraCap = бра - .desc = Бра капитана. - -ent-ClothingUnderwearTopBraCE = бра - .desc = Бра старшего инженера. - -ent-ClothingUnderwearTopBraCMO = бра - .desc = Бра главного врача. - -ent-ClothingUnderwearTopBraHOP = бра главы персонала - .desc = Бра главы персонала. - -ent-ClothingUnderwearTopBraHOS = бра - .desc = Бра главы службы безопасности. - -ent-ClothingUnderwearTopBraQM = бра - .desc = Бра квартирмейстера. - -ent-ClothingUnderwearTopBraRD = бра - .desc = Бра научного руководителя. - -ent-ClothingUnderwearTopBraWhite = бра - .desc = Белый лифчик. - -ent-ClothingUnderwearTopBraSports = спортивное бра - .desc = Белый лифчик для занятий спортом. - -ent-ClothingUnderwearTopBraSportsAlternative = спортивное бра - .desc = Белый лифчик для занятий спортом. - -ent-ClothingUnderwearTopBraBeeKini = бра - .desc = На этикетке написано "собственность РОЙ ПЧЕЛ"! - -ent-ClothingUnderwearTopBraBinder = бра - .desc = Утягивает. - -ent-ClothingUnderwearTopBraBinderStrapless = бра - .desc = Утягивает, да еще и без бретелек! - -ent-ClothingUnderwearTopBraKinky = бра - .desc = Эксцентричное... - -ent-ClothingUnderwearTopBraNeko = бра - .desc = Мяукает. - -ent-ClothingUnderwearTopBraStrapless = бра - .desc = Без бретелек. - -ent-ClothingUnderwearTopBraStraplessAlt = бра - .desc = Без бретелек. - -ent-ClothingUnderwearTopBraSwimming = бра - .desc = Для плавания. - -ent-ClothingUnderwearTopBraSwimmingAlt = бра - .desc = Для плавания. - -ent-ClothingUnderwearTopBraThin = бра - .desc = Тонкое. - -ent-ClothingUnderwearTopFishnetBody = бра - .desc = Сеточка. - -ent-ClothingUnderwearTopFishnetBodyGloves = бра - .desc = Сеточка с перчатками. - -ent-ClothingUnderwearTopFishnetBodySleeves = бра - .desc = Сеточка с рукавами. - -ent-ClothingUnderwearTopBraHalterneck = бра - .desc = С коротким вырезом. - -ent-ClothingUnderwearTopBraShibari = бра - .desc = Шибари. - -ent-ClothingUnderwearTopBraShibariSleeves = бра - .desc = Шибари с рукавами. - -ent-ClothingUnderwearTopBraStriped = бра - .desc = В полосочку. - -ent-ClothingUnderwearTopBraTubetop = бра - .desc = Трубчатый... - -ent-ClothingUnderwearTopBraCow = бра - .desc = Му-ууу. - - diff --git a/Resources/Locale/ru-RU/clothing/underwear.ftl b/Resources/Locale/ru-RU/clothing/underwear.ftl deleted file mode 100644 index 079a63acfa..0000000000 --- a/Resources/Locale/ru-RU/clothing/underwear.ftl +++ /dev/null @@ -1,95 +0,0 @@ -ent-ClothingUnderwearBottomPantiesWhite = трусики - .desc = Белые. - -ent-ClothingUnderwearBottomBoxersWhite = боксеры - .desc = Белые. - -ent-ClothingUnderwearBottomBoxersCap = боксеры - .desc = Боксеры капитана. - -ent-ClothingUnderwearBottomBoxersCE = боксеры - .desc = Боксеры старшего инженера. - -ent-ClothingUnderwearBottomBoxersCMO = боксеры - .desc = Боксеры главного врача. - -ent-ClothingUnderwearBottomBoxersHOP = боксеры - .desc = Боксеры главы персонала. - -ent-ClothingUnderwearBottomBoxersHOS = боксеры - .desc = Боксеры главы службы безопасности. - -ent-ClothingUnderwearBottomBoxersQM = боксеры - .desc = Боксеры квартирмейстера. - -ent-ClothingUnderwearBottomBoxersRD = боксеры - .desc = Боксеры научного руководителя. - -ent-ClothingUnderwearBottomPantiesCap = трусики - .desc = Трусики капитана. - -ent-ClothingUnderwearBottomPantiesCE = трусики - .desc = Трусики старшего инженера. - -ent-ClothingUnderwearBottomPantiesCMO = трусики - .desc = Трусики главного врача. - -ent-ClothingUnderwearBottomPantiesHOP = трусики - .desc = Трусики главы персонала. - -ent-ClothingUnderwearBottomPantiesHOS = трусики - .desc = Трусики главы службы безопасности. - -ent-ClothingUnderwearBottomPantiesQM = трусики - .desc = Трусики квартирмейстера. - -ent-ClothingUnderwearBottomPantiesRD = трусики - .desc = Трусики научного руководителя. - -ent-ClothingUnderwearBottomBeeShorts = шорты - .desc = Пчелки... - -ent-ClothingUnderwearBottomBoxersHeart = боксеры - .desc = С сердечками. - -ent-ClothingUnderwearBottomBoxersStriped = боксеры - .desc = В полосочку. - -ent-ClothingUnderwearBottomBriefs = трусики - .desc = Брифы. - -ent-ClothingUnderwearBottomFishnetLower = трусики - .desc = В сеточку. - -ent-ClothingUnderwearBottomJockstrap = трусы - .desc = Джоки. - -ent-ClothingUnderwearBottomMankini = манкини - .desc = Удобное. - -ent-ClothingUnderwearBottomPantiesBeeKini = трусики - .desc = Пчелки. - - -ent-ClothingUnderwearBottomPantiesKinky = трусики - .desc = Эксцентричное... - -ent-ClothingUnderwearBottomPantiesNeko = трусики - .desc = Мяу... - -ent-ClothingUnderwearBottomPantiesSlim = трусики - .desc = Узкие. - -ent-ClothingUnderwearBottomPantiesSwimming = трусики - .desc = Для плаванья. - -ent-ClothingUnderwearBottomPantiesThin = трусики - .desc = Тоненькие. - -ent-ClothingUnderwearBottomPantiesStripped = трусики - .desc = В полосочку. - -ent-ClothingUnderwearBottomPantiesThong = трусики - .desc = Стринги. - - diff --git a/Resources/Prototypes/Catalog/VendingMachines/Inventories/clothesmate.yml b/Resources/Prototypes/Catalog/VendingMachines/Inventories/clothesmate.yml index 2a1c1af99f..05177a4e4c 100644 --- a/Resources/Prototypes/Catalog/VendingMachines/Inventories/clothesmate.yml +++ b/Resources/Prototypes/Catalog/VendingMachines/Inventories/clothesmate.yml @@ -80,77 +80,6 @@ ClothingHandsGlovesColorGreen: 2 ClothingHandsGlovesColorOrange: 2 ClothingHandsGlovesColorPurple: 2 - - #White bra start - ClothingUnderwearTopBraWhite: 5 - ClothingUnderwearTopBraSports: 5 - ClothingUnderwearTopBraSportsAlternative: 5 - ClothingUnderwearTopBraBeeKini: 2 - ClothingUnderwearTopBraBinder: 2 - ClothingUnderwearTopBraBinderStrapless: 2 - ClothingUnderwearTopBraKinky: 2 - ClothingUnderwearTopBraNeko: 2 - ClothingUnderwearTopBraStrapless: 2 - ClothingUnderwearTopBraStraplessAlt: 2 - ClothingUnderwearTopBraSwimming: 2 - ClothingUnderwearTopBraSwimmingAlt: 2 - ClothingUnderwearTopBraThin: 2 - ClothingUnderwearTopFishnetBody: 1 - ClothingUnderwearTopFishnetBodyGloves: 1 - ClothingUnderwearTopFishnetBodySleeves: 1 - ClothingUnderwearTopBraHalterneck: 3 - ClothingUnderwearTopBraShibari: 1 - ClothingUnderwearTopBraShibariSleeves: 1 - ClothingUnderwearTopBraStriped: 1 - ClothingUnderwearTopBraTubetop: 2 - ClothingUnderwearTopCow: 1 - #white end - - #White panties start - ClothingUnderwearBottomBeeShorts: 2 - ClothingUnderwearBottomBoxersHeart: 2 - ClothingUnderwearBottomBoxersStriped: 2 - ClothingUnderwearBottomBriefs: 2 - ClothingUnderwearBottomFishnetLower: 1 - ClothingUnderwearBottomJockstrap: 2 - ClothingUnderwearBottomMankini: 2 - ClothingUnderwearBottomPantiesBeeKini: 2 - ClothingUnderwearBottomPantiesKinky: 1 - ClothingUnderwearBottomPantiesNeko: 2 - ClothingUnderwearBottomPantiesSlim: 2 - ClothingUnderwearBottomPantiesSwimming: 2 - ClothingUnderwearBottomPantiesThin: 1 - ClothingUnderwearBottomPantiesStripped: 2 - ClothingUnderwearBottomPantiesThong: 3 - #white end - - #white socks start - ClothingUnderwearSocksBeeKnee: 2 - ClothingUnderwearSocksBeeNorm: 2 - ClothingUnderwearSocksBeeThigh: 2 - ClothingUnderwearSocksFishnet: 1 - ClothingUnderwearSocksGarter: 1 - ClothingUnderwearSocksPantyhose: 1 - ClothingUnderwearSocksPantyhoseRipped: 1 - ClothingUnderwearSocksRainbowKnee: 2 - ClothingUnderwearSocksRainbowThigh: 2 - ClothingUnderwearSocksHigh: 5 - ClothingUnderwearSocksNormal: 5 - ClothingUnderwearSocksShort: 5 - ClothingUnderwearSocksThigh: 5 - ClothingUnderwearStockingsBlue: 2 - ClothingUnderwearStockingsCyan: 2 - ClothingUnderwearStockingsPink: 2 - ClothingUnderwearStockingsGreen: 2 - ClothingUnderwearStockingsLightPink: 2 - ClothingUnderwearStockingsLightOrange: 2 - ClothingUnderwearStockingsLightPurple: 2 - ClothingUnderwearStockingsLightYellow: 2 - ClothingUnderwearSocksStripedKnee: 2 - ClothingUnderwearSocksStripedThigh: 2 - ClothingUnderwearSocksThinKnee: 1 - ClothingUnderwearSocksThinThigh: 1 - # white end contrabandInventory: ClothingUniformJumpsuitTacticool: 1 ClothingUniformJumpskirtTacticool: 1 diff --git a/Resources/Prototypes/Entities/Mobs/Species/base.yml b/Resources/Prototypes/Entities/Mobs/Species/base.yml index 032aab346d..4e145b8967 100644 --- a/Resources/Prototypes/Entities/Mobs/Species/base.yml +++ b/Resources/Prototypes/Entities/Mobs/Species/base.yml @@ -27,12 +27,9 @@ sprite: Mobs/Customization/masking_helpers.rsi state: unisex_full visible: false - - map: [ "underwearb" ] #White - - map: [ "underweart" ] #White - - map: [ "enum.HumanoidVisualLayers.LFoot" ] - - map: [ "enum.HumanoidVisualLayers.RFoot" ] - - map: [ "socks" ] #White - map: ["jumpsuit"] + - map: ["enum.HumanoidVisualLayers.LFoot"] + - map: ["enum.HumanoidVisualLayers.RFoot"] - map: ["enum.HumanoidVisualLayers.LHand"] - map: ["enum.HumanoidVisualLayers.RHand"] - map: [ "gloves" ] @@ -343,12 +340,9 @@ sprite: Mobs/Customization/masking_helpers.rsi state: unisex_full visible: false - - map: [ "underwearb" ] #White - - map: [ "underweart" ] #White - - map: [ "enum.HumanoidVisualLayers.LFoot" ] - - map: [ "enum.HumanoidVisualLayers.RFoot" ] - - map: [ "socks" ] #White - map: ["jumpsuit"] + - map: ["enum.HumanoidVisualLayers.LFoot"] + - map: ["enum.HumanoidVisualLayers.RFoot"] - map: ["enum.HumanoidVisualLayers.LHand"] - map: ["enum.HumanoidVisualLayers.RHand"] - map: ["enum.HumanoidVisualLayers.Handcuffs"] diff --git a/Resources/Prototypes/InventoryTemplates/human_inventory_template.yml b/Resources/Prototypes/InventoryTemplates/human_inventory_template.yml index 904d7a429d..574ecca35f 100644 --- a/Resources/Prototypes/InventoryTemplates/human_inventory_template.yml +++ b/Resources/Prototypes/InventoryTemplates/human_inventory_template.yml @@ -8,36 +8,6 @@ uiWindowPos: 1,0 strippingWindowPos: 1,3 displayName: Shoes - - name: socks #WD slot - slotTexture: socks - slotFlags: SOCKS - stripTime: 6 - uiWindowPos: 4,1 - strippingWindowPos: 3,3 - displayName: Socks - whitelist: - tags: - - socks - - name: underwearb #WD slot - slotTexture: underwearb - slotFlags: UNDERWEARB - stripTime: 6 - uiWindowPos: 4,2 - strippingWindowPos: 3,2 - displayName: Panties - whitelist: - tags: - - underwearb - - name: underweart #WD slot - slotTexture: underweart - slotFlags: UNDERWEART - stripTime: 6 - uiWindowPos: 4,3 - strippingWindowPos: 3,1 - displayName: Bra - whitelist: - tags: - - underweart - name: jumpsuit slotTexture: uniform slotFlags: INNERCLOTHING @@ -144,4 +114,3 @@ uiWindowPos: 3,0 strippingWindowPos: 0,5 displayName: Back - diff --git a/Resources/Prototypes/Roles/Jobs/Cargo/cargo_technician.yml b/Resources/Prototypes/Roles/Jobs/Cargo/cargo_technician.yml index ec5be69969..180e7c5e92 100644 --- a/Resources/Prototypes/Roles/Jobs/Cargo/cargo_technician.yml +++ b/Resources/Prototypes/Roles/Jobs/Cargo/cargo_technician.yml @@ -4,26 +4,24 @@ description: job-description-cargotech playTimeTracker: JobCargoTechnician startingGear: CargoTechGear - icon: "CargoTechnician" - supervisors: job-supervisors-hop-qm + icon: "JobIconCargoTechnician" + supervisors: job-supervisors-qm access: - Cargo - Maintenance - - External + extendedAccess: + - Salvage - type: startingGear id: CargoTechGear equipment: head: ClothingHeadHatCargosoft jumpsuit: ClothingUniformJumpsuitCargo - back: ClothingBackpackFilled + back: ClothingBackpackCargoFilled shoes: ClothingShoesColorBlack id: CargoPDA ears: ClothingHeadsetCargo pocket1: AppraisalTool - underwearb: ClothingUnderwearBottomBoxersWhite # White-Underwear - underweart: ClothingUnderwearTopBraWhite # White-Underwear - underwearb: ClothingUnderwearBottomPantiesWhite # White-Underwear - innerclothingskirt: ClothingUniformJumpskirtCargo - satchel: ClothingBackpackSatchelFilled - duffelbag: ClothingBackpackDuffelFilled + innerClothingSkirt: ClothingUniformJumpskirtCargo + satchel: ClothingBackpackSatchelCargoFilled + duffelbag: ClothingBackpackDuffelCargoFilled diff --git a/Resources/Prototypes/Roles/Jobs/Cargo/quartermaster.yml b/Resources/Prototypes/Roles/Jobs/Cargo/quartermaster.yml index dea543d5e1..f487834835 100644 --- a/Resources/Prototypes/Roles/Jobs/Cargo/quartermaster.yml +++ b/Resources/Prototypes/Roles/Jobs/Cargo/quartermaster.yml @@ -4,29 +4,39 @@ description: job-description-qm playTimeTracker: JobQuartermaster requirements: + - !type:RoleTimeRequirement + role: JobCargoTechnician + time: 21600 #6 hrs - !type:RoleTimeRequirement role: JobSalvageSpecialist - time: 3600 + time: 10800 #3 hrs - !type:DepartmentTimeRequirement department: Cargo - time: 18000 + time: 36000 #10 hours - !type:OverallPlaytimeRequirement - time: 108000 + time: 144000 #40 hrs weight: 10 startingGear: QuartermasterGear - icon: "QuarterMaster" - supervisors: job-supervisors-hop + icon: "JobIconQuarterMaster" + supervisors: job-supervisors-captain whitelistedSpecies: - Human - Dwarf - canBeAntag: false + - Felinid + canBeAntag: true access: - Cargo - Salvage - Quartermaster - Maintenance - - External - Command + - Brig + special: + - !type:AddImplantSpecial + implants: [ MindShieldImplant ] + - !type:AddComponentSpecial + components: + - type: CommandStaff - type: startingGear id: QuartermasterGear @@ -37,10 +47,8 @@ shoes: ClothingShoesColorBrown id: QuartermasterPDA ears: ClothingHeadsetQM + belt: BoxFolderClipboard pocket1: AppraisalTool - underwearb: ClothingUnderwearBottomBoxersQM # White-Underwear - underweart: ClothingUnderwearTopBraQM # White-Underwear - underwearb: ClothingUnderwearBottomPantiesQM # White-Underwear - innerclothingskirt: ClothingUniformJumpskirtQM + innerClothingSkirt: ClothingUniformJumpskirtQM satchel: ClothingBackpackSatchelQuartermasterFilled duffelbag: ClothingBackpackDuffelQuartermasterFilled diff --git a/Resources/Prototypes/Roles/Jobs/Cargo/salvage_specialist.yml b/Resources/Prototypes/Roles/Jobs/Cargo/salvage_specialist.yml index d8cf1a8121..924357bf53 100644 --- a/Resources/Prototypes/Roles/Jobs/Cargo/salvage_specialist.yml +++ b/Resources/Prototypes/Roles/Jobs/Cargo/salvage_specialist.yml @@ -26,8 +26,5 @@ shoes: ClothingShoesBootsSalvage id: SalvagePDA ears: ClothingHeadsetCargo - underwearb: ClothingUnderwearBottomBoxersWhite # White-Underwear - underweart: ClothingUnderwearTopBraWhite # White-Underwear - underwearb: ClothingUnderwearBottomPantiesWhite # White-Underwear satchel: ClothingBackpackSatchelSalvageFilled duffelbag: ClothingBackpackDuffelSalvageFilled diff --git a/Resources/Prototypes/Roles/Jobs/Civilian/assistant.yml b/Resources/Prototypes/Roles/Jobs/Civilian/assistant.yml index d44205e396..5cf4fd9449 100644 --- a/Resources/Prototypes/Roles/Jobs/Civilian/assistant.yml +++ b/Resources/Prototypes/Roles/Jobs/Civilian/assistant.yml @@ -4,7 +4,7 @@ description: job-description-passenger playTimeTracker: JobPassenger startingGear: PassengerGear - icon: "Passenger" + icon: "JobIconPassenger" supervisors: job-supervisors-everyone access: - Maintenance @@ -17,9 +17,6 @@ shoes: ClothingShoesColorBlack id: PassengerPDA ears: ClothingHeadsetGrey - underwearb: ClothingUnderwearBottomBoxersWhite # White-Underwear - underweart: ClothingUnderwearTopBraWhite # White-Underwear - underwearb: ClothingUnderwearBottomPantiesWhite # White-Underwear - innerclothingskirt: ClothingUniformJumpskirtColorGrey + innerClothingSkirt: ClothingUniformJumpskirtColorGrey satchel: ClothingBackpackSatchelFilled duffelbag: ClothingBackpackDuffelFilled diff --git a/Resources/Prototypes/Roles/Jobs/Civilian/bartender.yml b/Resources/Prototypes/Roles/Jobs/Civilian/bartender.yml index 55c2e0fe76..5ef2008d1a 100644 --- a/Resources/Prototypes/Roles/Jobs/Civilian/bartender.yml +++ b/Resources/Prototypes/Roles/Jobs/Civilian/bartender.yml @@ -8,7 +8,7 @@ department: Civilian time: 1800 startingGear: BartenderGear - icon: "Bartender" + icon: "JobIconBartender" supervisors: job-supervisors-hop access: - Service @@ -23,14 +23,11 @@ equipment: head: ClothingHeadHatTophat jumpsuit: ClothingUniformJumpsuitBartender - outerClothing: ClothingOuterVestKevlar + outerClothing: ClothingOuterVest back: ClothingBackpackFilled shoes: ClothingShoesColorBlack id: BartenderPDA ears: ClothingHeadsetService - underwearb: ClothingUnderwearBottomBoxersWhite # White-Underwear - underweart: ClothingUnderwearTopBraWhite # White-Underwear - underwearb: ClothingUnderwearBottomPantiesWhite # White-Underwear - innerclothingskirt: ClothingUniformJumpskirtBartender + innerClothingSkirt: ClothingUniformJumpskirtBartender satchel: ClothingBackpackSatchelFilled duffelbag: ClothingBackpackDuffelFilled diff --git a/Resources/Prototypes/Roles/Jobs/Civilian/botanist.yml b/Resources/Prototypes/Roles/Jobs/Civilian/botanist.yml index ff5e0f4bf4..35b858fb38 100644 --- a/Resources/Prototypes/Roles/Jobs/Civilian/botanist.yml +++ b/Resources/Prototypes/Roles/Jobs/Civilian/botanist.yml @@ -4,7 +4,7 @@ description: job-description-botanist playTimeTracker: JobBotanist startingGear: BotanistGear - icon: "Botanist" + icon: "JobIconBotanist" supervisors: job-supervisors-hop access: - Service @@ -24,9 +24,6 @@ ears: ClothingHeadsetService outerClothing: ClothingOuterApronBotanist belt: ClothingBeltPlantFilled - underwearb: ClothingUnderwearBottomBoxersWhite # White-Underwear - underweart: ClothingUnderwearTopBraWhite # White-Underwear - underwearb: ClothingUnderwearBottomPantiesWhite # White-Underwear - innerclothingskirt: ClothingUniformJumpskirtHydroponics + innerClothingSkirt: ClothingUniformJumpskirtHydroponics satchel: ClothingBackpackSatchelHydroponicsFilled duffelbag: ClothingBackpackDuffelHydroponicsFilled diff --git a/Resources/Prototypes/Roles/Jobs/Civilian/chaplain.yml b/Resources/Prototypes/Roles/Jobs/Civilian/chaplain.yml index 4998845634..647a54c9e2 100644 --- a/Resources/Prototypes/Roles/Jobs/Civilian/chaplain.yml +++ b/Resources/Prototypes/Roles/Jobs/Civilian/chaplain.yml @@ -4,7 +4,7 @@ description: job-description-chaplain playTimeTracker: JobChaplain startingGear: ChaplainGear - icon: "Chaplain" + icon: "JobIconChaplain" supervisors: job-supervisors-hop access: - Chapel @@ -22,9 +22,6 @@ shoes: ClothingShoesColorBlack id: ChaplainPDA ears: ClothingHeadsetService - underwearb: ClothingUnderwearBottomBoxersWhite # White-Underwear - underweart: ClothingUnderwearTopBraWhite # White-Underwear - underwearb: ClothingUnderwearBottomPantiesWhite # White-Underwear - innerclothingskirt: ClothingUniformJumpskirtChaplain + innerClothingSkirt: ClothingUniformJumpskirtChaplain satchel: ClothingBackpackSatchelChaplainFilled duffelbag: ClothingBackpackDuffelChaplainFilled diff --git a/Resources/Prototypes/Roles/Jobs/Civilian/chef.yml b/Resources/Prototypes/Roles/Jobs/Civilian/chef.yml index e479d7d5e4..6af0753d03 100644 --- a/Resources/Prototypes/Roles/Jobs/Civilian/chef.yml +++ b/Resources/Prototypes/Roles/Jobs/Civilian/chef.yml @@ -8,7 +8,7 @@ department: Civilian time: 1800 startingGear: ChefGear - icon: "Chef" + icon: "JobIconChef" supervisors: job-supervisors-hop access: - Service @@ -24,13 +24,12 @@ jumpsuit: ClothingUniformJumpsuitChef head: ClothingHeadHatChef back: ClothingBackpackFilled + mask: ClothingMaskItalianMoustache shoes: ClothingShoesColorBlack id: ChefPDA ears: ClothingHeadsetService outerClothing: ClothingOuterApronChef - underwearb: ClothingUnderwearBottomBoxersWhite # White-Underwear - underweart: ClothingUnderwearTopBraWhite # White-Underwear - underwearb: ClothingUnderwearBottomPantiesWhite # White-Underwear - innerclothingskirt: ClothingUniformJumpskirtChef + belt: ClothingBeltChefFilled + innerClothingSkirt: ClothingUniformJumpskirtChef satchel: ClothingBackpackSatchelFilled duffelbag: ClothingBackpackDuffelFilled diff --git a/Resources/Prototypes/Roles/Jobs/Civilian/clown.yml b/Resources/Prototypes/Roles/Jobs/Civilian/clown.yml index 7a616875e7..23c70d79cc 100644 --- a/Resources/Prototypes/Roles/Jobs/Civilian/clown.yml +++ b/Resources/Prototypes/Roles/Jobs/Civilian/clown.yml @@ -37,8 +37,5 @@ pocket2: ClownRecorder id: ClownPDA ears: ClothingHeadsetService - underwearb: ClothingUnderwearBottomBoxersWhite # White-Underwear - underweart: ClothingUnderwearTopBraWhite # White-Underwear - underwearb: ClothingUnderwearBottomPantiesWhite # White-Underwear satchel: ClothingBackpackSatchelClownFilled duffelbag: ClothingBackpackDuffelClownFilled diff --git a/Resources/Prototypes/Roles/Jobs/Civilian/janitor.yml b/Resources/Prototypes/Roles/Jobs/Civilian/janitor.yml index 5521d26acc..bf11532ddb 100644 --- a/Resources/Prototypes/Roles/Jobs/Civilian/janitor.yml +++ b/Resources/Prototypes/Roles/Jobs/Civilian/janitor.yml @@ -4,9 +4,10 @@ description: job-description-janitor playTimeTracker: JobJanitor startingGear: JanitorGear - icon: "Janitor" + icon: "JobIconJanitor" supervisors: job-supervisors-hop access: + - Service - Janitor - Maintenance special: @@ -22,12 +23,10 @@ shoes: ClothingShoesGaloshes head: ClothingHeadHatPurplesoft id: JanitorPDA + gloves: ClothingHandsGlovesJanitor ears: ClothingHeadsetService belt: ClothingBeltJanitorFilled - underwearb: ClothingUnderwearBottomBoxersWhite # White-Underwear - underweart: ClothingUnderwearTopBraWhite # White-Underwear - underwearb: ClothingUnderwearBottomPantiesWhite # White-Underwear - innerclothingskirt: ClothingUniformJumpskirtJanitor + innerClothingSkirt: ClothingUniformJumpskirtJanitor satchel: ClothingBackpackSatchelFilled duffelbag: ClothingBackpackDuffelFilled @@ -37,9 +36,10 @@ jumpsuit: ClothingUniformJumpskirtJanimaid back: ClothingBackpackFilled id: JanitorPDA + gloves: ClothingHandsGlovesJanitor head: ClothingHeadHatCatEars ears: ClothingHeadsetService belt: ClothingBeltJanitorFilled - innerclothingskirt: ClothingUniformJumpskirtJanimaid + innerClothingSkirt: ClothingUniformJumpskirtJanimaid satchel: ClothingBackpackSatchelFilled duffelbag: ClothingBackpackDuffelFilled diff --git a/Resources/Prototypes/Roles/Jobs/Civilian/lawyer.yml b/Resources/Prototypes/Roles/Jobs/Civilian/lawyer.yml index f981da8baa..179974e259 100644 --- a/Resources/Prototypes/Roles/Jobs/Civilian/lawyer.yml +++ b/Resources/Prototypes/Roles/Jobs/Civilian/lawyer.yml @@ -24,9 +24,6 @@ id: LawyerPDA ears: ClothingHeadsetSecurity # TODO add copy of space law - underwearb: ClothingUnderwearBottomBoxersWhite # White-Underwear - underweart: ClothingUnderwearTopBraWhite # White-Underwear - underwearb: ClothingUnderwearBottomPantiesWhite # White-Underwear inhand: - BriefcaseBrownFilled innerClothingSkirt: ClothingUniformJumpskirtLawyerBlack diff --git a/Resources/Prototypes/Roles/Jobs/Civilian/librarian.yml b/Resources/Prototypes/Roles/Jobs/Civilian/librarian.yml index c990747bfc..02c26b2e9c 100644 --- a/Resources/Prototypes/Roles/Jobs/Civilian/librarian.yml +++ b/Resources/Prototypes/Roles/Jobs/Civilian/librarian.yml @@ -4,7 +4,7 @@ description: job-description-librarian playTimeTracker: JobLibrarian startingGear: LibrarianGear - icon: "Librarian" + icon: "JobIconLibrarian" supervisors: job-supervisors-hop access: - Service @@ -19,13 +19,7 @@ id: LibrarianPDA ears: ClothingHeadsetService pocket1: d10Dice - belt: BooksBag pocket2: HandLabeler # for making named bestsellers - underwearb: ClothingUnderwearBottomBoxersWhite # White-Underwear - underweart: ClothingUnderwearTopBraWhite # White-Underwear - underwearb: ClothingUnderwearBottomPantiesWhite # White-Underwear - inhand: - - BriefcaseBrownFilled - innerclothingskirt: ClothingUniformJumpskirtColorLightBrown + innerClothingSkirt: ClothingUniformJumpskirtLibrarian satchel: ClothingBackpackSatchelLibrarianFilled duffelbag: ClothingBackpackDuffelLibrarianFilled diff --git a/Resources/Prototypes/Roles/Jobs/Civilian/mime.yml b/Resources/Prototypes/Roles/Jobs/Civilian/mime.yml index b2310b6607..76ae6a407a 100644 --- a/Resources/Prototypes/Roles/Jobs/Civilian/mime.yml +++ b/Resources/Prototypes/Roles/Jobs/Civilian/mime.yml @@ -3,8 +3,11 @@ name: job-name-mime description: job-description-mime playTimeTracker: JobMime + requirements: + - !type:OverallPlaytimeRequirement + time: 14400 #4 hrs startingGear: MimeGear - icon: "Mime" + icon: "JobIconMime" supervisors: job-supervisors-hop access: - Theatre @@ -28,9 +31,18 @@ mask: ClothingMaskMime id: MimePDA ears: ClothingHeadsetService - underwearb: ClothingUnderwearBottomBoxersWhite # White-Underwear - underweart: ClothingUnderwearTopBraWhite # White-Underwear - underwearb: ClothingUnderwearBottomPantiesWhite # White-Underwear - innerclothingskirt: ClothingUniformJumpskirtMime - satchel: ClothingBackpackSatchelFilled + innerClothingSkirt: ClothingUniformJumpskirtMime + satchel: ClothingBackpackSatchelMimeFilled duffelbag: ClothingBackpackDuffelMimeFilled + +- type: entity + id: ActionMimeInvisibleWall + name: Create Invisible Wall + description: Create an invisible wall in front of you, if placeable there. + noSpawn: true + components: + - type: InstantAction + priority: -1 + useDelay: 30 + icon: Structures/Walls/solid.rsi/full.png + event: !type:InvisibleWallActionEvent diff --git a/Resources/Prototypes/Roles/Jobs/Civilian/musician.yml b/Resources/Prototypes/Roles/Jobs/Civilian/musician.yml index 94cd14bce5..f50825945a 100644 --- a/Resources/Prototypes/Roles/Jobs/Civilian/musician.yml +++ b/Resources/Prototypes/Roles/Jobs/Civilian/musician.yml @@ -23,8 +23,5 @@ shoes: ClothingShoesBootsLaceup id: MusicianPDA ears: ClothingHeadsetService - underwearb: ClothingUnderwearBottomBoxersWhite # White-Underwear - underweart: ClothingUnderwearTopBraWhite # White-Underwear - underwearb: ClothingUnderwearBottomPantiesWhite # White-Underwear satchel: ClothingBackpackSatchelMusicianFilled duffelbag: ClothingBackpackDuffelMusicianFilled diff --git a/Resources/Prototypes/Roles/Jobs/Civilian/service_worker.yml b/Resources/Prototypes/Roles/Jobs/Civilian/service_worker.yml index 6c60f6f8a7..7b60f3f7f7 100644 --- a/Resources/Prototypes/Roles/Jobs/Civilian/service_worker.yml +++ b/Resources/Prototypes/Roles/Jobs/Civilian/service_worker.yml @@ -4,7 +4,7 @@ description: job-description-serviceworker playTimeTracker: JobServiceWorker startingGear: ServiceWorkerGear - icon: "ServiceWorker" + icon: "JobIconServiceWorker" supervisors: job-supervisors-service canBeAntag: false access: @@ -23,9 +23,6 @@ shoes: ClothingShoesColorBlack id: ServiceWorkerPDA ears: ClothingHeadsetService - underwearb: ClothingUnderwearBottomBoxersWhite # White-Underwear - underweart: ClothingUnderwearTopBraWhite # White-Underwear - underwearb: ClothingUnderwearBottomPantiesWhite # White-Underwear - innerclothingskirt: ClothingUniformJumpskirtBartender + innerClothingSkirt: ClothingUniformJumpskirtBartender satchel: ClothingBackpackSatchelFilled duffelbag: ClothingBackpackDuffelFilled diff --git a/Resources/Prototypes/Roles/Jobs/Command/captain.yml b/Resources/Prototypes/Roles/Jobs/Command/captain.yml index b87474b128..34a2de9547 100644 --- a/Resources/Prototypes/Roles/Jobs/Command/captain.yml +++ b/Resources/Prototypes/Roles/Jobs/Command/captain.yml @@ -6,43 +6,47 @@ requirements: - !type:DepartmentTimeRequirement department: Engineering - time: 18000 + time: 54000 # 15 hours - !type:DepartmentTimeRequirement department: Medical - time: 18000 + time: 54000 # 15 hours - !type:DepartmentTimeRequirement department: Security - time: 18000 - - !type:OverallPlaytimeRequirement - time: 108000 + time: 54000 # 15 hours + - !type:DepartmentTimeRequirement + department: Command + time: 54000 # 15 hours weight: 20 startingGear: CaptainGear - icon: "Captain" + icon: "JobIconCaptain" requireAdminNotify: true joinNotifyCrew: true supervisors: job-supervisors-centcom whitelistedSpecies: - Human - - Dwarf + - Felinid canBeAntag: false accessGroups: - AllAccess + special: + - !type:AddImplantSpecial + implants: [ MindShieldImplant ] + - !type:AddComponentSpecial + components: + - type: CommandStaff - type: startingGear id: CaptainGear equipment: jumpsuit: ClothingUniformJumpsuitCaptain back: ClothingBackpackCaptainFilled - shoes: ClothingShoesColorBlack + shoes: ClothingShoesBootsLaceup head: ClothingHeadHatCaptain eyes: ClothingEyesGlassesSunglasses gloves: ClothingHandsGlovesCaptain outerClothing: ClothingOuterArmorCaptainCarapace id: CaptainPDA ears: ClothingHeadsetAltCommand - underwearb: ClothingUnderwearBottomBoxersCap # White-Underwear - underweart: ClothingUnderwearTopBraCap # White-Underwear - underwearb: ClothingUnderwearBottomPantiesCap # White-Underwear - innerclothingskirt: ClothingUniformJumpskirtCaptain + innerClothingSkirt: ClothingUniformJumpskirtCaptain satchel: ClothingBackpackSatchelCaptainFilled duffelbag: ClothingBackpackDuffelCaptainFilled diff --git a/Resources/Prototypes/Roles/Jobs/Command/centcom_official.yml b/Resources/Prototypes/Roles/Jobs/Command/centcom_official.yml index 5885a993f8..e712b943d5 100644 --- a/Resources/Prototypes/Roles/Jobs/Command/centcom_official.yml +++ b/Resources/Prototypes/Roles/Jobs/Command/centcom_official.yml @@ -5,25 +5,24 @@ playTimeTracker: JobCentralCommandOfficial setPreference: false startingGear: CentcomGear - icon: "Nanotrasen" + icon: "JobIconNanotrasen" supervisors: job-supervisors-hos canBeAntag: false accessGroups: - AllAccess + access: + - CentralCommand - type: startingGear id: CentcomGear equipment: jumpsuit: ClothingUniformJumpsuitCentcomOfficial - shoes: ClothingShoesBootsJack + shoes: ClothingShoesBootsCombatFilled head: ClothingHeadHatCentcom eyes: ClothingEyesGlassesSunglasses gloves: ClothingHandsGlovesColorBlack - outerClothing: ClothingOuterVestKevlar + outerClothing: ClothingOuterArmorBasic id: CentcomPDA - ears: ClothingHeadsetAltCommand - pocket1: Paper - pocket2: Pen - underwearb: ClothingUnderwearBottomBoxersWhite # White-Underwear - underweart: ClothingUnderwearTopBraWhite # White-Underwear - underwearb: ClothingUnderwearBottomPantiesWhite # White-Underwear + ears: ClothingHeadsetAltCentCom + pocket1: BoxFolderBlack + pocket2: PenCentcom diff --git a/Resources/Prototypes/Roles/Jobs/Command/head_of_personnel.yml b/Resources/Prototypes/Roles/Jobs/Command/head_of_personnel.yml index b505e120be..2beb9664b6 100644 --- a/Resources/Prototypes/Roles/Jobs/Command/head_of_personnel.yml +++ b/Resources/Prototypes/Roles/Jobs/Command/head_of_personnel.yml @@ -6,23 +6,25 @@ requirements: - !type:DepartmentTimeRequirement department: Engineering - time: 3600 + time: 36000 # 10 hours - !type:DepartmentTimeRequirement department: Medical - time: 3600 + time: 36000 # 10 hours - !type:DepartmentTimeRequirement department: Security - time: 3600 - - !type:OverallPlaytimeRequirement - time: 108000 + time: 36000 # 10 hrs + - !type:DepartmentTimeRequirement + department: Command + time: 36000 # 10 hours weight: 20 startingGear: HoPGear - icon: "HeadOfPersonnel" + icon: "JobIconHeadOfPersonnel" requireAdminNotify: true supervisors: job-supervisors-captain whitelistedSpecies: - Human - canBeAntag: false + - Felinid + canBeAntag: true access: - Command - HeadOfPersonnel @@ -36,6 +38,25 @@ - Hydroponics - External # I mean they'll give themselves the rest of the access levels *anyways*. + # As of 15/03/23 they can't do that so here's MOST of the rest of the access levels. + # Head level access that isn't their own was deliberately left out, get AA from the captain instead. + - Chemistry + - Engineering + - Research + - Detective + - Salvage + - Security + - Brig + - Lawyer + - Cargo + - Atmospherics + - Medical + special: + - !type:AddImplantSpecial + implants: [ MindShieldImplant ] + - !type:AddComponentSpecial + components: + - type: CommandStaff - type: startingGear id: HoPGear @@ -45,10 +66,9 @@ shoes: ClothingShoesColorBrown head: ClothingHeadHatHopcap id: HoPPDA + gloves: ClothingHandsGlovesHop ears: ClothingHeadsetAltCommand - underwearb: ClothingUnderwearBottomBoxersHOP # White-Underwear - underweart: ClothingUnderwearTopBraHOP # White-Underwear - underwearb: ClothingUnderwearBottomPantiesHOP # White-Underwear - innerclothingskirt: ClothingUniformJumpskirtHoP + belt: BoxFolderClipboard + innerClothingSkirt: ClothingUniformJumpskirtHoP satchel: ClothingBackpackSatchelHOPFilled duffelbag: ClothingBackpackDuffelHOPFilled diff --git a/Resources/Prototypes/Roles/Jobs/Engineering/atmospheric_technician.yml b/Resources/Prototypes/Roles/Jobs/Engineering/atmospheric_technician.yml index 513443d616..fa763b05cc 100644 --- a/Resources/Prototypes/Roles/Jobs/Engineering/atmospheric_technician.yml +++ b/Resources/Prototypes/Roles/Jobs/Engineering/atmospheric_technician.yml @@ -6,11 +6,11 @@ requirements: - !type:DepartmentTimeRequirement department: Engineering - time: 3600 + time: 54000 # 15 hrs startingGear: AtmosphericTechnicianGear - icon: "AtmosphericTechnician" + icon: "JobIconAtmosphericTechnician" supervisors: job-supervisors-ce - canBeAntag: false + canBeAntag: true access: - Maintenance - Engineering @@ -21,15 +21,12 @@ id: AtmosphericTechnicianGear equipment: jumpsuit: ClothingUniformJumpsuitAtmos - back: ClothingBackpackEngineeringFilled + back: ClothingBackpackAtmosphericsFilled shoes: ClothingShoesColorWhite eyes: ClothingEyesGlassesMeson id: AtmosPDA - belt: ClothingBeltUtilityFilled + belt: ClothingBeltUtilityEngineering ears: ClothingHeadsetEngineering - underwearb: ClothingUnderwearBottomBoxersWhite # White-Underwear - underweart: ClothingUnderwearTopBraWhite # White-Underwear - underwearb: ClothingUnderwearBottomPantiesWhite # White-Underwear - innerclothingskirt: ClothingUniformJumpskirtAtmos - satchel: ClothingBackpackSatchelEngineeringFilled - duffelbag: ClothingBackpackDuffelEngineeringFilled + innerClothingSkirt: ClothingUniformJumpskirtAtmos + satchel: ClothingBackpackSatchelAtmosphericsFilled + duffelbag: ClothingBackpackDuffelAtmosphericsFilled diff --git a/Resources/Prototypes/Roles/Jobs/Engineering/chief_engineer.yml b/Resources/Prototypes/Roles/Jobs/Engineering/chief_engineer.yml index ee6ecbb3b2..52adfa0bb1 100644 --- a/Resources/Prototypes/Roles/Jobs/Engineering/chief_engineer.yml +++ b/Resources/Prototypes/Roles/Jobs/Engineering/chief_engineer.yml @@ -6,21 +6,25 @@ requirements: - !type:RoleTimeRequirement role: JobAtmosphericTechnician - time: 3600 + time: 21600 #6 hrs + - !type:RoleTimeRequirement + role: JobStationEngineer + time: 21600 #6 hrs - !type:DepartmentTimeRequirement department: Engineering - time: 18000 + time: 36000 #10 hrs - !type:OverallPlaytimeRequirement - time: 108000 + time: 144000 #40 hrs weight: 10 startingGear: ChiefEngineerGear - icon: "ChiefEngineer" + icon: "JobIconChiefEngineer" requireAdminNotify: true supervisors: job-supervisors-captain whitelistedSpecies: - Human - Dwarf - canBeAntag: false + - Felinid + canBeAntag: true access: - Maintenance - Engineering @@ -28,6 +32,13 @@ - External - ChiefEngineer - Atmospherics + - Brig + special: + - !type:AddImplantSpecial + implants: [ MindShieldImplant ] + - !type:AddComponentSpecial + components: + - type: CommandStaff - type: startingGear id: ChiefEngineerGear @@ -39,10 +50,7 @@ id: CEPDA eyes: ClothingEyesGlassesMeson ears: ClothingHeadsetCE - belt: ClothingBeltChiefEngineerFilled - underwearb: ClothingUnderwearBottomBoxersCE # White-Underwear - underweart: ClothingUnderwearTopBraCE # White-Underwear - underwearb: ClothingUnderwearBottomPantiesCE # White-Underwear - innerclothingskirt: ClothingUniformJumpskirtChiefEngineer + belt: ClothingBeltUtilityEngineering + innerClothingSkirt: ClothingUniformJumpskirtChiefEngineer satchel: ClothingBackpackSatchelChiefEngineerFilled duffelbag: ClothingBackpackDuffelChiefEngineerFilled diff --git a/Resources/Prototypes/Roles/Jobs/Engineering/station_engineer.yml b/Resources/Prototypes/Roles/Jobs/Engineering/station_engineer.yml index 0e968c8ab7..aa2adf0942 100644 --- a/Resources/Prototypes/Roles/Jobs/Engineering/station_engineer.yml +++ b/Resources/Prototypes/Roles/Jobs/Engineering/station_engineer.yml @@ -6,9 +6,9 @@ requirements: - !type:DepartmentTimeRequirement department: Engineering - time: 1800 + time: 14400 #4 hrs startingGear: StationEngineerGear - icon: "StationEngineer" + icon: "JobIconStationEngineer" supervisors: job-supervisors-ce access: - Maintenance @@ -27,11 +27,8 @@ outerClothing: ClothingOuterVestHazard id: EngineerPDA eyes: ClothingEyesGlassesMeson - belt: ClothingBeltUtilityFilled + belt: ClothingBeltUtilityEngineering ears: ClothingHeadsetEngineering - underwearb: ClothingUnderwearBottomBoxersWhite # White-Underwear - underweart: ClothingUnderwearTopBraWhite # White-Underwear - underwearb: ClothingUnderwearBottomPantiesWhite # White-Underwear - innerclothingskirt: ClothingUniformJumpskirtEngineering + innerClothingSkirt: ClothingUniformJumpskirtEngineering satchel: ClothingBackpackSatchelEngineeringFilled duffelbag: ClothingBackpackDuffelEngineeringFilled diff --git a/Resources/Prototypes/Roles/Jobs/Engineering/technical_assistant.yml b/Resources/Prototypes/Roles/Jobs/Engineering/technical_assistant.yml index 95bc51c5b8..02b3f677ff 100644 --- a/Resources/Prototypes/Roles/Jobs/Engineering/technical_assistant.yml +++ b/Resources/Prototypes/Roles/Jobs/Engineering/technical_assistant.yml @@ -6,12 +6,12 @@ requirements: - !type:DepartmentTimeRequirement department: Engineering - time: 28800 + time: 54000 #15 hrs inverted: true # stop playing intern if you're good at engineering! startingGear: TechnicalAssistantGear - icon: "TechnicalAssistant" + icon: "JobIconTechnicalAssistant" supervisors: job-supervisors-engineering - canBeAntag: false + canBeAntag: true access: - Maintenance - Engineering @@ -20,16 +20,12 @@ - type: startingGear id: TechnicalAssistantGear equipment: - head: ClothingHeadHatWelding jumpsuit: ClothingUniformJumpsuitColorYellow back: ClothingBackpackEngineeringFilled shoes: ClothingShoesBootsWork id: TechnicalAssistantPDA - belt: ClothingBeltUtilityFilled + belt: ClothingBeltUtilityEngineering ears: ClothingHeadsetEngineering - underwearb: ClothingUnderwearBottomBoxersWhite # White-Underwear - underweart: ClothingUnderwearTopBraWhite # White-Underwear - underwearb: ClothingUnderwearBottomPantiesWhite # White-Underwear - innerclothingskirt: ClothingUniformJumpskirtColorYellow + innerClothingSkirt: ClothingUniformJumpskirtColorYellow satchel: ClothingBackpackSatchelEngineeringFilled duffelbag: ClothingBackpackDuffelEngineeringFilled diff --git a/Resources/Prototypes/Roles/Jobs/Fun/cluwne.yml b/Resources/Prototypes/Roles/Jobs/Fun/cluwne.yml index 608729bfa5..a797208c32 100644 --- a/Resources/Prototypes/Roles/Jobs/Fun/cluwne.yml +++ b/Resources/Prototypes/Roles/Jobs/Fun/cluwne.yml @@ -8,6 +8,9 @@ id: CluwnePDA gloves: ClothingHandsGlovesCluwne pocket1: CluwneHorn - underwearb: ClothingUnderwearBottomBoxersWhite # White-Underwear - underweart: ClothingUnderwearTopBraWhite # White-Underwear - underwearb: ClothingUnderwearBottomPantiesWhite # White-Underwear + +- type: startingGear + id: HoloClownGear + equipment: + pocket1: BikeHorn + diff --git a/Resources/Prototypes/Roles/Jobs/Fun/cult_startinggear.yml b/Resources/Prototypes/Roles/Jobs/Fun/cult_startinggear.yml index 21f51a3d63..6c97d37799 100644 --- a/Resources/Prototypes/Roles/Jobs/Fun/cult_startinggear.yml +++ b/Resources/Prototypes/Roles/Jobs/Fun/cult_startinggear.yml @@ -10,10 +10,7 @@ shoes: ClothingShoesCult id: PassengerPDA ears: ClothingHeadsetService - underwearb: ClothingUnderwearBottomBoxersWhite # White-Underwear - underweart: ClothingUnderwearTopBraWhite # White-Underwear - underwearb: ClothingUnderwearBottomPantiesWhite # White-Underwear - innerclothingskirt: ClothingUniformJumpskirtColorBlack + innerClothingSkirt: ClothingUniformJumpskirtColorBlack satchel: ClothingBackpackSatchelFilled duffelbag: ClothingBackpackDuffelFilled @@ -27,9 +24,6 @@ shoes: ClothingShoesColorRed id: PassengerPDA ears: ClothingHeadsetService - underwearb: ClothingUnderwearBottomBoxersWhite # White-Underwear - underweart: ClothingUnderwearTopBraWhite # White-Underwear - underwearb: ClothingUnderwearBottomPantiesWhite # White-Underwear - innerclothingskirt: ClothingUniformJumpskirtColorBlack + innerClothingSkirt: ClothingUniformJumpskirtColorBlack satchel: ClothingBackpackSatchelFilled duffelbag: ClothingBackpackDuffelFilled diff --git a/Resources/Prototypes/Roles/Jobs/Fun/emergencyresponseteam.yml b/Resources/Prototypes/Roles/Jobs/Fun/emergencyresponseteam.yml index f194471ab7..c7f08e0af7 100644 --- a/Resources/Prototypes/Roles/Jobs/Fun/emergencyresponseteam.yml +++ b/Resources/Prototypes/Roles/Jobs/Fun/emergencyresponseteam.yml @@ -6,48 +6,65 @@ playTimeTracker: JobERTLeader setPreference: false startingGear: ERTLeaderGearEVA - icon: "Nanotrasen" + icon: "JobIconNanotrasen" supervisors: job-supervisors-centcom canBeAntag: false accessGroups: - AllAccess + access: + - CentralCommand - type: startingGear id: ERTLeaderGear equipment: jumpsuit: ClothingUniformJumpsuitERTLeader back: ClothingBackpackERTLeaderFilled - shoes: ClothingShoesBootsJack - head: ClothingHeadHelmetHelmet + shoes: ClothingShoesBootsCombatFilled + head: ClothingHeadHelmetERTLeader eyes: ClothingEyesGlassesSecurity - gloves: ClothingHandsGlovesColorBlack - outerClothing: ClothingOuterVestKevlar + gloves: ClothingHandsGlovesCombat + outerClothing: ClothingOuterArmorBasicSlim id: ERTLeaderPDA - ears: ClothingHeadsetAltCommand - belt: ClothingBeltSecurityWebbing - pocket1: Flare - underwearb: ClothingUnderwearBottomBoxersWhite # White-Underwear - underweart: ClothingUnderwearTopBraWhite # White-Underwear - underwearb: ClothingUnderwearBottomPantiesWhite # White-Underwear + ears: ClothingHeadsetAltCentCom + belt: ClothingBeltSecurityFilled + pocket1: WeaponPistolMk58Nonlethal + pocket2: FlashlightSeclite - type: startingGear id: ERTLeaderGearEVA equipment: jumpsuit: ClothingUniformJumpsuitERTLeader back: ClothingBackpackERTLeaderFilled - shoes: ClothingShoesBootsMag - mask: ClothingMaskBreath + shoes: ClothingShoesBootsMagAdv + mask: ClothingMaskGasERT eyes: ClothingEyesGlassesSecurity - gloves: ClothingHandsGlovesColorBlack + gloves: ClothingHandsGlovesCombat outerClothing: ClothingOuterHardsuitERTLeader - suitstorage: OxygenTankFilled + suitstorage: AirTankFilled id: ERTLeaderPDA - ears: ClothingHeadsetAltCommand + ears: ClothingHeadsetAltCentCom belt: ClothingBeltSecurityFilled - pocket1: Flare - underwearb: ClothingUnderwearBottomBoxersWhite # White-Underwear - underweart: ClothingUnderwearTopBraWhite # White-Underwear - underwearb: ClothingUnderwearBottomPantiesWhite # White-Underwear + pocket1: WeaponPistolMk58Nonlethal + pocket2: FlashlightSeclite + +- type: startingGear + id: ERTLeaderGearEVALecter + equipment: + jumpsuit: ClothingUniformJumpsuitERTLeader + back: ClothingBackpackERTLeaderFilled + shoes: ClothingShoesBootsMagAdv + mask: ClothingMaskGasERT + eyes: ClothingEyesGlassesSecurity + gloves: ClothingHandsGlovesCombat + outerClothing: ClothingOuterHardsuitERTLeader + suitstorage: WeaponRifleLecter + id: ERTLeaderPDA + ears: ClothingHeadsetAltCentCom + belt: ClothingBeltSecurityFilled + pocket1: MagazineRifle + pocket2: MagazineRifle + inhand: + - AirTankFilled # Engineer - type: job @@ -57,11 +74,13 @@ playTimeTracker: JobERTEngineer setPreference: false startingGear: ERTEngineerGearEVA - icon: "Nanotrasen" + icon: "JobIconNanotrasen" supervisors: job-supervisors-centcom canBeAntag: false accessGroups: - AllAccess + access: + - CentralCommand - type: startingGear id: ERTEngineerGear @@ -69,17 +88,15 @@ jumpsuit: ClothingUniformJumpsuitERTEngineer back: ClothingBackpackERTEngineerFilled shoes: ClothingShoesBootsWork - head: ClothingHeadHelmetHelmet + head: ClothingHeadHelmetERTEngineer eyes: ClothingEyesGlassesMeson - gloves: ClothingHandsGlovesColorYellow - outerClothing: ClothingOuterVestKevlar - id: ERTLeaderPDA - ears: ClothingHeadsetAltCommand + gloves: ClothingHandsGlovesCombat + outerClothing: ClothingOuterArmorBasicSlim + id: ERTEngineerPDA + ears: ClothingHeadsetAltCentCom belt: ClothingBeltChiefEngineerFilled pocket1: Flare - underwearb: ClothingUnderwearBottomBoxersWhite # White-Underwear - underweart: ClothingUnderwearTopBraWhite # White-Underwear - underwearb: ClothingUnderwearBottomPantiesWhite # White-Underwear + pocket2: GasAnalyzer - type: startingGear id: ERTEngineerGearEVA @@ -87,18 +104,16 @@ jumpsuit: ClothingUniformJumpsuitERTEngineer back: ClothingBackpackERTEngineerFilled shoes: ClothingShoesBootsMagAdv - mask: ClothingMaskBreath + mask: ClothingMaskGasERT eyes: ClothingEyesGlassesMeson - gloves: ClothingHandsGlovesColorYellow + gloves: ClothingHandsGlovesCombat outerClothing: ClothingOuterHardsuitERTEngineer - suitstorage: OxygenTankFilled - id: ERTLeaderPDA - ears: ClothingHeadsetAltCommand + suitstorage: AirTankFilled + id: ERTEngineerPDA + ears: ClothingHeadsetAltCentCom belt: ClothingBeltChiefEngineerFilled pocket1: Flare - underwearb: ClothingUnderwearBottomBoxersWhite # White-Underwear - underweart: ClothingUnderwearTopBraWhite # White-Underwear - underwearb: ClothingUnderwearBottomPantiesWhite # White-Underwear + pocket2: GasAnalyzer # Security - type: job @@ -108,29 +123,29 @@ playTimeTracker: JobERTSecurity setPreference: false startingGear: ERTEngineerGearEVA - icon: "Nanotrasen" + icon: "JobIconNanotrasen" supervisors: job-supervisors-centcom canBeAntag: false accessGroups: - AllAccess + access: + - CentralCommand - type: startingGear id: ERTSecurityGear equipment: jumpsuit: ClothingUniformJumpsuitERTSecurity back: ClothingBackpackERTSecurityFilled - shoes: ClothingShoesBootsJack - head: ClothingHeadHelmetHelmet + shoes: ClothingShoesBootsCombatFilled + head: ClothingHeadHelmetERTSecurity eyes: ClothingEyesGlassesSecurity - gloves: ClothingHandsGlovesColorBlack - outerClothing: ClothingOuterVestKevlar - id: ERTLeaderPDA - ears: ClothingHeadsetAltCommand - belt: ClothingBeltSecurityWebbing - pocket1: Flare - underwearb: ClothingUnderwearBottomBoxersWhite # White-Underwear - underweart: ClothingUnderwearTopBraWhite # White-Underwear - underwearb: ClothingUnderwearBottomPantiesWhite # White-Underwear + gloves: ClothingHandsGlovesCombat + outerClothing: ClothingOuterArmorBasicSlim + id: ERTSecurityPDA + ears: ClothingHeadsetAltCentCom + belt: ClothingBeltSecurityFilled + pocket1: WeaponPistolMk58Nonlethal + pocket2: FlashlightSeclite - type: startingGear id: ERTSecurityGearEVA @@ -138,18 +153,35 @@ jumpsuit: ClothingUniformJumpsuitERTSecurity back: ClothingBackpackERTSecurityFilled shoes: ClothingShoesBootsMag - mask: ClothingMaskBreath + mask: ClothingMaskGasERT eyes: ClothingEyesGlassesSecurity - gloves: ClothingHandsGlovesColorBlack + gloves: ClothingHandsGlovesCombat outerClothing: ClothingOuterHardsuitERTSecurity - suitstorage: OxygenTankFilled - id: ERTLeaderPDA - ears: ClothingHeadsetAltCommand - belt: ClothingBeltSecurityWebbing - pocket1: Flare - underwearb: ClothingUnderwearBottomBoxersWhite # White-Underwear - underweart: ClothingUnderwearTopBraWhite # White-Underwear - underwearb: ClothingUnderwearBottomPantiesWhite # White-Underwear + suitstorage: AirTankFilled + id: ERTSecurityPDA + ears: ClothingHeadsetAltCentCom + belt: ClothingBeltSecurityFilled + pocket1: WeaponPistolMk58Nonlethal + pocket2: FlashlightSeclite + +- type: startingGear + id: ERTSecurityGearEVALecter + equipment: + jumpsuit: ClothingUniformJumpsuitERTSecurity + back: ClothingBackpackERTSecurityFilled + shoes: ClothingShoesBootsMag + mask: ClothingMaskGasERT + eyes: ClothingEyesGlassesSecurity + gloves: ClothingHandsGlovesCombat + outerClothing: ClothingOuterHardsuitERTSecurity + suitstorage: WeaponRifleLecter + id: ERTSecurityPDA + ears: ClothingHeadsetAltCentCom + belt: ClothingBeltSecurityFilled + pocket1: MagazineRifle + pocket2: MagazineRifle + inhand: + - AirTankFilled # Medical - type: job @@ -159,30 +191,29 @@ playTimeTracker: JobERTMedical setPreference: false startingGear: ERTMedicalGearEVA - icon: "Nanotrasen" + icon: "JobIconNanotrasen" supervisors: job-supervisors-centcom canBeAntag: false accessGroups: - AllAccess + access: + - CentralCommand - type: startingGear id: ERTMedicalGear equipment: jumpsuit: ClothingUniformJumpsuitERTMedic back: ClothingBackpackERTMedicalFilled - shoes: ClothingShoesBootsJack - head: ClothingHeadHelmetHelmet + shoes: ClothingShoesBootsCombatFilled + head: ClothingHeadHelmetERTMedic eyes: ClothingEyesHudMedical - gloves: ClothingHandsGlovesColorBlack - outerClothing: ClothingOuterVestKevlar - id: ERTLeaderPDA - ears: ClothingHeadsetAltCommand + gloves: ClothingHandsGlovesNitrile + outerClothing: ClothingOuterArmorBasicSlim + id: ERTMedicPDA + ears: ClothingHeadsetAltCentCom belt: ClothingBeltMedicalFilled pocket1: HandheldHealthAnalyzer pocket2: Flare - underwearb: ClothingUnderwearBottomBoxersWhite # White-Underwear - underweart: ClothingUnderwearTopBraWhite # White-Underwear - underwearb: ClothingUnderwearBottomPantiesWhite # White-Underwear - type: startingGear id: ERTMedicalGearEVA @@ -190,19 +221,16 @@ jumpsuit: ClothingUniformJumpsuitERTMedic back: ClothingBackpackERTMedicalFilled shoes: ClothingShoesBootsMag - mask: ClothingMaskBreath + mask: ClothingMaskGasERT eyes: ClothingEyesHudMedical - gloves: ClothingHandsGlovesColorBlack + gloves: ClothingHandsGlovesNitrile outerClothing: ClothingOuterHardsuitERTMedical - suitstorage: OxygenTankFilled - id: ERTLeaderPDA - ears: ClothingHeadsetAltCommand + suitstorage: AirTankFilled + id: ERTMedicPDA + ears: ClothingHeadsetAltCentCom belt: ClothingBeltMedicalFilled pocket1: HandheldHealthAnalyzer pocket2: Flare - underwearb: ClothingUnderwearBottomBoxersWhite # White-Underwear - underweart: ClothingUnderwearTopBraWhite # White-Underwear - underwearb: ClothingUnderwearBottomPantiesWhite # White-Underwear # Janitor - type: job @@ -212,11 +240,13 @@ playTimeTracker: JobERTJanitor setPreference: false startingGear: ERTJanitorGearEVA - icon: "Nanotrasen" + icon: "JobIconNanotrasen" supervisors: job-supervisors-centcom canBeAntag: false accessGroups: - AllAccess + access: + - CentralCommand - type: startingGear id: ERTJanitorGear @@ -224,16 +254,13 @@ jumpsuit: ClothingUniformJumpsuitERTJanitor back: ClothingBackpackERTJanitorFilled shoes: ClothingShoesGaloshes - head: ClothingHeadHelmetHelmet - gloves: ClothingHandsGlovesColorBlack - outerClothing: ClothingOuterVestKevlar - id: ERTLeaderPDA - ears: ClothingHeadsetAltCommand + head: ClothingHeadHelmetERTJanitor + gloves: ClothingHandsGlovesColorPurple + outerClothing: ClothingOuterArmorBasicSlim + id: ERTJanitorPDA + ears: ClothingHeadsetAltCentCom belt: ClothingBeltJanitorFilled pocket1: Flare - underwearb: ClothingUnderwearBottomBoxersWhite # White-Underwear - underweart: ClothingUnderwearTopBraWhite # White-Underwear - underwearb: ClothingUnderwearBottomPantiesWhite # White-Underwear - type: startingGear id: ERTJanitorGearEVA @@ -241,14 +268,11 @@ jumpsuit: ClothingUniformJumpsuitERTJanitor back: ClothingBackpackERTJanitorFilled shoes: ClothingShoesBootsMag - mask: ClothingMaskBreath - gloves: ClothingHandsGlovesColorBlack + mask: ClothingMaskGasERT + gloves: ClothingHandsGlovesColorPurple outerClothing: ClothingOuterHardsuitERTJanitor - suitstorage: OxygenTankFilled - id: ERTLeaderPDA - ears: ClothingHeadsetAltCommand + suitstorage: AirTankFilled + id: ERTJanitorPDA + ears: ClothingHeadsetAltCentCom belt: ClothingBeltJanitorFilled pocket1: Flare - underwearb: ClothingUnderwearBottomBoxersWhite # White-Underwear - underweart: ClothingUnderwearTopBraWhite # White-Underwear - underwearb: ClothingUnderwearBottomPantiesWhite # White-Underwear diff --git a/Resources/Prototypes/Roles/Jobs/Fun/misc_startinggear.yml b/Resources/Prototypes/Roles/Jobs/Fun/misc_startinggear.yml index a047c8a0de..21b9673e90 100644 --- a/Resources/Prototypes/Roles/Jobs/Fun/misc_startinggear.yml +++ b/Resources/Prototypes/Roles/Jobs/Fun/misc_startinggear.yml @@ -1,28 +1,12 @@ #Misc outfit startingGear definitions. -#IHS Void Suit Outfit -- type: startingGear - id: IHSGear - equipment: - jumpsuit: ClothingUniformJumpsuitColorBlack - back: ClothingBackpackFilled - head: ClothingHeadHelmetIHSVoidHelm - gloves: ClothingHandsGlovesIhscombat - outerClothing: IHSVoidsuit - shoes: ClothingShoesBootsJack - id: PassengerPDA - ears: ClothingHeadsetService - innerclothingskirt: ClothingUniformJumpskirtColorBlack - satchel: ClothingBackpackSatchelFilled - duffelbag: ClothingBackpackDuffelFilled - #Skeleton Biker - type: startingGear id: SkeletonBiker equipment: jumpsuit: ClothingUniformJumpsuitColorBlack back: ClothingBackpackFilled - head: HatBandSkull + head: ClothingHeadBandSkull eyes: ClothingEyesGlassesSunglasses outerClothing: ClothingOuterCoatGentle gloves: ClothingHandsGlovesFingerless @@ -31,7 +15,7 @@ ears: ClothingHeadsetGrey pocket1: VehicleSkeletonMotorcycle pocket2: VehicleKeySkeletonMotorcycle - innerclothingskirt: ClothingUniformJumpskirtColorBlack + innerClothingSkirt: ClothingUniformJumpskirtColorBlack satchel: ClothingBackpackSatchelFilled duffelbag: ClothingBackpackDuffelFilled @@ -39,50 +23,64 @@ - type: startingGear id: SpaceNinjaGear equipment: - jumpsuit: ClothingUniformJumpsuitColorBlack - back: ClothingBackpackFilled + jumpsuit: ClothingUniformJumpsuitNinja + # belt holds katana so satchel has the tools for sabotaging things + back: ClothingBackpackSatchelTools + mask: ClothingMaskNinja head: ClothingHeadHelmetSpaceNinja + eyes: ClothingEyesVisorNinja gloves: ClothingHandsGlovesSpaceNinja - outerClothing: ClothingOuterSuitSpaceninja + outerClothing: ClothingOuterSuitSpaceNinja shoes: ClothingShoesSpaceNinja - id: PassengerPDA - innerclothingskirt: ClothingUniformJumpskirtColorBlack - satchel: ClothingBackpackSatchelFilled - duffelbag: ClothingBackpackDuffelFilled + id: AgentIDCard + ears: ClothingHeadsetGrey + pocket1: SpiderCharge + pocket2: PinpointerStation + belt: EnergyKatana + suitstorage: YellowOxygenTankFilled + inhand: + - JetpackBlackFilled #Deathsquad Outfit - type: startingGear - id: DeadsquadGear + id: DeathSquadGear equipment: - jumpsuit: ClothingUniformJumpsuitColorBlack - back: ClothingBackpackDuffelSyndicateAmmo - mask: ClothingMaskBreath - eyes: ClothingEyesGlassesSecurity - ears: ClothingHeadsetAltCommand + jumpsuit: ClothingUniformJumpsuitDeathSquad + back: ClothingBackpackDeathSquadFilled + mask: ClothingMaskGasDeathSquad + eyes: ClothingEyesHudSecurity + ears: ClothingHeadsetAltCentCom gloves: ClothingHandsGlovesCombat outerClothing: ClothingOuterHardsuitDeathsquad - suitstorage: YellowOxygenTankFilled - shoes: ClothingShoesChameleonNoSlips - id: CentcomPDA + suitstorage: AirTankFilled + shoes: ClothingShoesBootsMagAdv + id: DeathsquadPDA pocket1: EnergySword - belt: ClothingBeltChiefEngineerFilled - innerclothingskirt: ClothingUniformJumpskirtColorBlack - satchel: ClothingBackpackDuffelSyndicateAmmo - duffelbag: ClothingBackpackDuffelSyndicateAmmo + pocket2: EnergyShield + belt: ClothingBeltMilitaryWebbingMedFilled + innerClothingSkirt: ClothingUniformJumpskirtColorBlack +# Syndicate Operative Outfit - Monkey +- type: startingGear + id: SyndicateOperativeGearMonkey + equipment: + head: ClothingHeadHatOutlawHat + jumpsuit: ClothingUniformJumpsuitOperative + mask: CigaretteSyndicate + innerClothingSkirt: ClothingUniformJumpsuitOperative -# Syndicate Operative Outfit - Poverty +# Syndicate Operative Outfit - Barratry - type: startingGear id: SyndicateOperativeGearExtremelyBasic equipment: jumpsuit: ClothingUniformJumpsuitOperative back: ClothingBackpackDuffelSyndicateOperative shoes: ClothingShoesBootsCombatFilled - innerclothingskirt: ClothingUniformJumpsuitOperative + gloves: ClothingHandsGlovesColorBlack + innerClothingSkirt: ClothingUniformJumpsuitOperative satchel: ClothingBackpackDuffelSyndicateOperative duffelbag: ClothingBackpackDuffelSyndicateOperative - #Syndicate Operative Outfit - Basic - type: startingGear id: SyndicateOperativeGearBasic @@ -93,8 +91,8 @@ gloves: ClothingHandsGlovesCombat shoes: ClothingShoesBootsCombatFilled pocket1: BaseUplinkRadio40TC - id: AgentIDCard - innerclothingskirt: ClothingUniformJumpsuitOperative + id: SyndiPDA + innerClothingSkirt: ClothingUniformJumpsuitOperative satchel: ClothingBackpackDuffelSyndicateOperative duffelbag: ClothingBackpackDuffelSyndicateOperative @@ -105,68 +103,159 @@ jumpsuit: ClothingUniformJumpsuitOperative back: ClothingBackpackDuffelSyndicateOperative mask: ClothingMaskGasSyndicate - # eyes: Night Vision Goggles whenever they're made - eyes: ClothingEyesGlassesMeson + eyes: ClothingEyesHudSyndicate ears: ClothingHeadsetAltSyndicate gloves: ClothingHandsGlovesCombat outerClothing: ClothingOuterHardsuitSyndie shoes: ClothingShoesBootsCombatFilled - id: AgentIDCard - pocket1: ExtendedEmergencyOxygenTankFilled + id: SyndiPDA + pocket1: DoubleEmergencyOxygenTankFilled pocket2: BaseUplinkRadio40TC belt: ClothingBeltMilitaryWebbing - innerclothingskirt: ClothingUniformJumpskirtOperative + innerClothingSkirt: ClothingUniformJumpskirtOperative satchel: ClothingBackpackDuffelSyndicateOperative duffelbag: ClothingBackpackDuffelSyndicateOperative +#Nuclear Operative Commander Gear - type: startingGear id: SyndicateCommanderGearFull equipment: jumpsuit: ClothingUniformJumpsuitOperative back: ClothingBackpackDuffelSyndicateOperative mask: ClothingMaskGasSyndicate - # eyes: Night Vision Goggles whenever they're made - eyes: ClothingEyesGlassesMeson + eyes: ClothingEyesHudSyndicate ears: ClothingHeadsetAltSyndicate gloves: ClothingHandsGlovesCombat outerClothing: ClothingOuterHardsuitSyndieCommander shoes: ClothingShoesBootsCombatFilled id: SyndiPDA - pocket1: ExtendedEmergencyOxygenTankFilled + pocket1: DoubleEmergencyOxygenTankFilled pocket2: BaseUplinkRadio40TC belt: ClothingBeltMilitaryWebbing - innerclothingskirt: ClothingUniformJumpskirtOperative + inhand: + - NukeOpsDeclarationOfWar + innerClothingSkirt: ClothingUniformJumpskirtOperative satchel: ClothingBackpackDuffelSyndicateOperative duffelbag: ClothingBackpackDuffelSyndicateOperative +#Nuclear Operative Medic Gear - type: startingGear id: SyndicateOperativeMedicFull equipment: jumpsuit: ClothingUniformJumpsuitOperative back: ClothingBackpackDuffelSyndicateOperativeMedic - mask: ClothingMaskBreathMedical - eyes: ClothingEyesHudMedical + mask: ClothingMaskGasSyndicate + eyes: ClothingEyesHudSyndicate ears: ClothingHeadsetAltSyndicate gloves: ClothingHandsGlovesCombat - outerClothing: ClothingOuterHardsuitSyndieElite + outerClothing: ClothingOuterHardsuitSyndieMedic shoes: ClothingShoesBootsMagSyndie - id: SyndiPDA + id: SyndiAgentPDA pocket1: DoubleEmergencyOxygenTankFilled pocket2: BaseUplinkRadio40TC belt: ClothingBeltMilitaryWebbingMedFilled - innerclothingskirt: ClothingUniformJumpskirtOperative + innerClothingSkirt: ClothingUniformJumpskirtOperative satchel: ClothingBackpackDuffelSyndicateOperativeMedic duffelbag: ClothingBackpackDuffelSyndicateOperativeMedic +# Syndicate Footsoldier Gear - Unarmed +- type: startingGear + id: SyndicateFootsoldierGear + equipment: + jumpsuit: ClothingUniformJumpsuitOperative + head: ClothingHeadHelmetSwatSyndicate + mask: ClothingMaskGas + outerClothing: ClothingOuterArmorBasicSlim + ears: ClothingHeadsetAltSyndicate + gloves: ClothingHandsGlovesCombat + back: ClothingBackpackFilled + shoes: ClothingShoesBootsCombat + id: SyndiPDA #a subtype of this for footsoldiers would probably be good to have + innerClothingSkirt: ClothingUniformJumpsuitOperative + satchel: ClothingBackpackDuffelSyndicateOperative + duffelbag: ClothingBackpackDuffelSyndicateOperative + +# Syndicate Footsoldier Gear - Knife +- type: startingGear + id: SyndicateFootsoldierGearKnife + equipment: + jumpsuit: ClothingUniformJumpsuitOperative + head: ClothingHeadHelmetSwatSyndicate + mask: ClothingMaskGas + outerClothing: ClothingOuterArmorBasicSlim + ears: ClothingHeadsetAltSyndicate + gloves: ClothingHandsGlovesCombat + back: ClothingBackpackFilled + shoes: ClothingShoesBootsCombat + pocket1: CombatKnife + id: SyndiPDA + innerClothingSkirt: ClothingUniformJumpsuitOperative + satchel: ClothingBackpackDuffelSyndicateOperative + duffelbag: ClothingBackpackDuffelSyndicateOperative + +# Syndicate Footsoldier Gear - Energy Sword +- type: startingGear + id: SyndicateFootsoldierGearESword + equipment: + jumpsuit: ClothingUniformJumpsuitOperative + head: ClothingHeadHelmetSwatSyndicate + mask: ClothingMaskGas + outerClothing: ClothingOuterArmorBasicSlim + ears: ClothingHeadsetAltSyndicate + gloves: ClothingHandsGlovesCombat + back: ClothingBackpackFilled + shoes: ClothingShoesBootsCombatFilled + pocket1: EnergySword + pocket2: EnergyShield + id: SyndiPDA + innerClothingSkirt: ClothingUniformJumpsuitOperative + satchel: ClothingBackpackDuffelSyndicateOperative + duffelbag: ClothingBackpackDuffelSyndicateOperative + +# Syndicate Footsoldier Gear - Viper +- type: startingGear + id: SyndicateFootsoldierGearPistol + equipment: + jumpsuit: ClothingUniformJumpsuitOperative + head: ClothingHeadHelmetSwatSyndicate + mask: ClothingMaskGas + outerClothing: ClothingOuterArmorBasicSlim + ears: ClothingHeadsetAltSyndicate + gloves: ClothingHandsGlovesCombat + back: ClothingBackpackFilled + shoes: ClothingShoesBootsCombat + pocket1: WeaponPistolViper + id: SyndiPDA + innerClothingSkirt: ClothingUniformJumpsuitOperative + satchel: ClothingBackpackDuffelSyndicateOperative + duffelbag: ClothingBackpackDuffelSyndicateOperative + +# Nanotrasen Paramilitary Unit Gear - pistol +- type: startingGear + id: NanotrasenParamilitaryGear + equipment: + jumpsuit: ClothingUniformJumpsuitSec + back: ClothingBackpackSecurityFilled + shoes: ClothingShoesBootsCombatFilled + eyes: ClothingEyesGlassesSecurity + head: ClothingHeadHelmetSwat + mask: ClothingMaskGasSwat + outerClothing: ClothingOuterArmorBasicSlim + ears: ClothingHeadsetSecurity + gloves: ClothingHandsGlovesCombat + innerClothingSkirt: ClothingUniformJumpskirtSec + satchel: ClothingBackpackSatchelSecurityFilled + duffelbag: ClothingBackpackDuffelSecurityFilled + #CBURN Unit Gear - Full Kit - type: startingGear id: CBURNGear equipment: jumpsuit: ClothingUniformJumpsuitColorBrown - back: ClothingBackpackDuffelCBURN - mask: ClothingMaskGasExplorer + back: ClothingBackpackDuffelCBURNFilled + mask: ClothingMaskGasERT eyes: ClothingEyesGlassesSecurity - ears: ClothingHeadsetAltCommand + ears: ClothingHeadsetAltCentCom gloves: ClothingHandsGlovesCombat outerClothing: ClothingOuterHardsuitCBURN shoes: ClothingShoesBootsCombatFilled @@ -175,14 +264,94 @@ pocket2: WeaponLaserGun suitstorage: YellowOxygenTankFilled belt: ClothingBeltBandolier - underwearb: ClothingUnderwearBottomBoxersWhite # White-Underwear - underweart: ClothingUnderwearTopBraWhite # White-Underwear - underwearb: ClothingUnderwearBottomPantiesWhite # White-Underwear - innerclothingskirt: ClothingUniformJumpsuitColorBrown - satchel: ClothingBackpackDuffelCBURN - duffelbag: ClothingBackpackDuffelCBURN + innerClothingSkirt: ClothingUniformJumpsuitColorBrown + satchel: ClothingBackpackDuffelCBURNFilled + duffelbag: ClothingBackpackDuffelCBURNFilled - type: startingGear id: BoxingKangarooGear equipment: gloves: ClothingHandsGlovesBoxingBlue + +- type: startingGear + id: MobMonkeyGear + equipment: + head: ClothingHeadHatTophat + ears: ClothingHeadsetService + jumpsuit: ClothingUniformJumpsuitJacketMonkey + id: PunPunIDCard + +# Passenger but without the ID, bag, or headset + +- type: startingGear + id: LimitedPassengerGear + equipment: + jumpsuit: ClothingUniformJumpsuitColorGrey + shoes: ClothingShoesColorBlack + innerClothingSkirt: ClothingUniformJumpskirtColorGrey + +# DeathMatch Gear + +- type: startingGear + id: DeathMatchGear + equipment: + jumpsuit: ClothingUniformJumpsuitColorWhite + shoes: ClothingShoesBootsJack + ears: ClothingHeadsetGrey + gloves: ClothingHandsGlovesFingerless + innerClothingSkirt: ClothingUniformJumpskirtColorWhite + inhand: + - WeaponMeleeToolboxRobust + +#Brigmedic + +- type: startingGear + id: BrigmedicGear + equipment: + jumpsuit: ClothingUniformJumpsuitBrigmedic + outerClothing: ClothingOuterCoatAMG + back: ClothingBackpackBrigmedic + shoes: ClothingShoesColorRed + gloves: ClothingHandsGlovesNitrile + eyes: ClothingEyesHudMedical + head: ClothingHeadHatBeretBrigmedic + id: BrigmedicPDA + ears: ClothingHeadsetBrigmedic + mask: ClothingMaskBreathMedicalSecurity + belt: ClothingBeltMedicalFilled + innerClothingSkirt: ClothingUniformJumpskirtBrigmedic + satchel: ClothingBackpackSatchelBrigmedicFilled + duffelbag: ClothingBackpackDuffelBrigmedicFilled + +#Head Rev Gear +- type: startingGear + id: HeadRevGear + equipment: + pocket2: Flash + +#Gladiator with spear +- type: startingGear + id: GladiatorGear + equipment: + jumpsuit: ClothingUniformJumpsuitGladiator + back: SpearBone + head: ClothingHeadHatGladiator + shoes: ClothingShoesCult + +#Ash Walker +- type: startingGear + id: AshWalker + equipment: + jumpsuit: ClothingUniformJumpsuitGladiator + outerClothing: ClothingOuterArmorBone + back: SpearBone + head: ClothingHeadHelmetBone + shoes: ClothingShoesCult + +#Banana Clown +- type: startingGear + id: BananaClown + equipment: + shoes: ClothingShoesClownBanana + jumpsuit: ClothingUniformJumpsuitClownBanana + mask: ClothingMaskClownBanana diff --git a/Resources/Prototypes/Roles/Jobs/Medical/chemist.yml b/Resources/Prototypes/Roles/Jobs/Medical/chemist.yml index 4b5b2d6c08..bfa34d30a6 100644 --- a/Resources/Prototypes/Roles/Jobs/Medical/chemist.yml +++ b/Resources/Prototypes/Roles/Jobs/Medical/chemist.yml @@ -6,9 +6,9 @@ requirements: - !type:DepartmentTimeRequirement department: Medical - time: 1800 + time: 14400 #4 hrs startingGear: ChemistGear - icon: "Chemist" + icon: "JobIconChemist" supervisors: job-supervisors-cmo access: - Medical @@ -27,9 +27,6 @@ belt: ChemBag pocket1: HandLabeler # the purple glasses? - underwearb: ClothingUnderwearBottomBoxersWhite # White-Underwear - underweart: ClothingUnderwearTopBraWhite # White-Underwear - underwearb: ClothingUnderwearBottomPantiesWhite # White-Underwear - innerclothingskirt: ClothingUniformJumpskirtChemistry + innerClothingSkirt: ClothingUniformJumpskirtChemistry satchel: ClothingBackpackSatchelChemistryFilled duffelbag: ClothingBackpackDuffelChemistryFilled diff --git a/Resources/Prototypes/Roles/Jobs/Medical/chief_medical_officer.yml b/Resources/Prototypes/Roles/Jobs/Medical/chief_medical_officer.yml index 8efb06cc0f..8b73af880a 100644 --- a/Resources/Prototypes/Roles/Jobs/Medical/chief_medical_officer.yml +++ b/Resources/Prototypes/Roles/Jobs/Medical/chief_medical_officer.yml @@ -6,26 +6,39 @@ description: job-description-cmo playTimeTracker: JobChiefMedicalOfficer requirements: + - !type:RoleTimeRequirement + role: JobChemist + time: 10800 #3 hrs + - !type:RoleTimeRequirement + role: JobMedicalDoctor + time: 21600 #6 hrs - !type:DepartmentTimeRequirement department: Medical - time: 18000 + time: 36000 #10 hrs - !type:OverallPlaytimeRequirement - time: 108000 + time: 144000 #40 hrs weight: 10 startingGear: CMOGear - icon: "ChiefMedicalOfficer" + icon: "JobIconChiefMedicalOfficer" requireAdminNotify: true supervisors: job-supervisors-captain whitelistedSpecies: - Human - - Dwarf - canBeAntag: false + - Felinid + canBeAntag: true access: - Medical - Command - Maintenance - Chemistry - ChiefMedicalOfficer + - Brig + special: + - !type:AddImplantSpecial + implants: [ MindShieldImplant ] + - !type:AddComponentSpecial + components: + - type: CommandStaff - type: startingGear id: CMOGear @@ -37,9 +50,6 @@ id: CMOPDA ears: ClothingHeadsetCMO belt: ClothingBeltMedicalFilled - underwearb: ClothingUnderwearBottomBoxersCMO # White-Underwear - underweart: ClothingUnderwearTopBraCMO # White-Underwear - underwearb: ClothingUnderwearBottomPantiesCMO # White-Underwear - innerclothingskirt: ClothingUniformJumpskirtCMO + innerClothingSkirt: ClothingUniformJumpskirtCMO satchel: ClothingBackpackSatchelCMOFilled duffelbag: ClothingBackpackDuffelCMOFilled diff --git a/Resources/Prototypes/Roles/Jobs/Medical/medical_doctor.yml b/Resources/Prototypes/Roles/Jobs/Medical/medical_doctor.yml index e6ccfacbbf..0c70272ccd 100644 --- a/Resources/Prototypes/Roles/Jobs/Medical/medical_doctor.yml +++ b/Resources/Prototypes/Roles/Jobs/Medical/medical_doctor.yml @@ -6,9 +6,9 @@ requirements: - !type:DepartmentTimeRequirement department: Medical - time: 1800 + time: 14400 #4 hrs startingGear: DoctorGear - icon: "MedicalDoctor" + icon: "JobIconMedicalDoctor" supervisors: job-supervisors-cmo access: - Medical @@ -26,9 +26,6 @@ id: MedicalPDA ears: ClothingHeadsetMedical belt: ClothingBeltMedicalFilled - underwearb: ClothingUnderwearBottomBoxersWhite # White-Underwear - underweart: ClothingUnderwearTopBraWhite # White-Underwear - underwearb: ClothingUnderwearBottomPantiesWhite # White-Underwear - innerclothingskirt: ClothingUniformJumpskirtMedicalDoctor + innerClothingSkirt: ClothingUniformJumpskirtMedicalDoctor satchel: ClothingBackpackSatchelMedicalFilled duffelbag: ClothingBackpackDuffelMedicalFilled diff --git a/Resources/Prototypes/Roles/Jobs/Medical/medical_intern.yml b/Resources/Prototypes/Roles/Jobs/Medical/medical_intern.yml index b62fe84369..31d5b0ebbe 100644 --- a/Resources/Prototypes/Roles/Jobs/Medical/medical_intern.yml +++ b/Resources/Prototypes/Roles/Jobs/Medical/medical_intern.yml @@ -6,12 +6,12 @@ requirements: - !type:DepartmentTimeRequirement department: Medical - time: 28800 + time: 54000 # 15 hrs inverted: true # stop playing intern if you're good at med! startingGear: MedicalInternGear - icon: "MedicalIntern" + icon: "JobIconMedicalIntern" supervisors: job-supervisors-medicine - canBeAntag: false + canBeAntag: true access: - Medical - Maintenance @@ -25,9 +25,6 @@ id: MedicalInternPDA ears: ClothingHeadsetMedical belt: ClothingBeltMedicalFilled - underwearb: ClothingUnderwearBottomBoxersWhite # White-Underwear - underweart: ClothingUnderwearTopBraWhite # White-Underwear - underwearb: ClothingUnderwearBottomPantiesWhite # White-Underwear - innerclothingskirt: ClothingUniformJumpskirtColorWhite + innerClothingSkirt: ClothingUniformJumpskirtColorWhite satchel: ClothingBackpackSatchelMedicalFilled duffelbag: ClothingBackpackDuffelMedicalFilled diff --git a/Resources/Prototypes/Roles/Jobs/Science/research_assistant.yml b/Resources/Prototypes/Roles/Jobs/Science/research_assistant.yml index b315b3e508..92233a245d 100644 --- a/Resources/Prototypes/Roles/Jobs/Science/research_assistant.yml +++ b/Resources/Prototypes/Roles/Jobs/Science/research_assistant.yml @@ -1,4 +1,4 @@ -- type: job +- type: job id: ResearchAssistant name: job-name-research-assistant description: job-description-research-assistant @@ -6,12 +6,12 @@ requirements: - !type:DepartmentTimeRequirement department: Science - time: 28800 + time: 54000 #15 hrs inverted: true # stop playing intern if you're good at science! startingGear: ResearchAssistantGear - icon: "ResearchAssistant" - supervisors: job-supervisors-rd - canBeAntag: false + icon: "JobIconResearchAssistant" + supervisors: job-supervisors-science + canBeAntag: true access: - Research - Maintenance @@ -24,9 +24,6 @@ shoes: ClothingShoesColorWhite id: ResearchAssistantPDA ears: ClothingHeadsetScience - underwearb: ClothingUnderwearBottomBoxersWhite # White-Underwear - underweart: ClothingUnderwearTopBraWhite # White-Underwear - underwearb: ClothingUnderwearBottomPantiesWhite # White-Underwear - innerclothingskirt: ClothingUniformJumpskirtColorWhite + innerClothingSkirt: ClothingUniformJumpskirtColorWhite satchel: ClothingBackpackSatchelScienceFilled duffelbag: ClothingBackpackDuffelScienceFilled diff --git a/Resources/Prototypes/Roles/Jobs/Science/research_director.yml b/Resources/Prototypes/Roles/Jobs/Science/research_director.yml index bc9902978f..03f3a9af45 100644 --- a/Resources/Prototypes/Roles/Jobs/Science/research_director.yml +++ b/Resources/Prototypes/Roles/Jobs/Science/research_director.yml @@ -6,23 +6,30 @@ requirements: - !type:DepartmentTimeRequirement department: Science - time: 18000 + time: 36000 #10 hrs - !type:OverallPlaytimeRequirement - time: 108000 + time: 144000 #40 hrs weight: 10 startingGear: ResearchDirectorGear - icon: "ResearchDirector" + icon: "JobIconResearchDirector" requireAdminNotify: true supervisors: job-supervisors-captain whitelistedSpecies: - Human - - Dwarf - canBeAntag: false + - Felinid + canBeAntag: true access: - Research - Command - Maintenance - ResearchDirector + - Brig + special: + - !type:AddImplantSpecial + implants: [ MindShieldImplant ] + - !type:AddComponentSpecial + components: + - type: CommandStaff - type: startingGear id: ResearchDirectorGear @@ -30,12 +37,9 @@ jumpsuit: ClothingUniformJumpsuitResearchDirector back: ClothingBackpackResearchDirectorFilled shoes: ClothingShoesColorBrown - outerClothing: ClothingOuterCoatRnd + outerClothing: ClothingOuterCoatRD id: RnDPDA ears: ClothingHeadsetRD - underwearb: ClothingUnderwearBottomBoxersRD # White-Underwear - underweart: ClothingUnderwearTopBraRD # White-Underwear - underwearb: ClothingUnderwearBottomPantiesRD # White-Underwear - innerclothingskirt: ClothingUniformJumpskirtResearchDirector + innerClothingSkirt: ClothingUniformJumpskirtResearchDirector satchel: ClothingBackpackSatchelResearchDirectorFilled duffelbag: ClothingBackpackDuffelResearchDirectorFilled diff --git a/Resources/Prototypes/Roles/Jobs/Science/scientist.yml b/Resources/Prototypes/Roles/Jobs/Science/scientist.yml index 3bff2434f9..bda5e84d22 100644 --- a/Resources/Prototypes/Roles/Jobs/Science/scientist.yml +++ b/Resources/Prototypes/Roles/Jobs/Science/scientist.yml @@ -6,9 +6,9 @@ requirements: - !type:DepartmentTimeRequirement department: Science - time: 1800 + time: 14400 #4 hrs startingGear: ScientistGear - icon: "Scientist" + icon: "JobIconScientist" supervisors: job-supervisors-rd access: - Research @@ -23,9 +23,6 @@ outerClothing: ClothingOuterCoatRnd id: SciencePDA ears: ClothingHeadsetScience - underwearb: ClothingUnderwearBottomBoxersWhite # White-Underwear - underweart: ClothingUnderwearTopBraWhite # White-Underwear - underwearb: ClothingUnderwearBottomPantiesWhite # White-Underwear - innerclothingskirt: ClothingUniformJumpskirtScientist + innerClothingSkirt: ClothingUniformJumpskirtScientist satchel: ClothingBackpackSatchelScienceFilled duffelbag: ClothingBackpackDuffelScienceFilled diff --git a/Resources/Prototypes/Roles/Jobs/Security/brigmedic.yml b/Resources/Prototypes/Roles/Jobs/Security/brigmedic.yml deleted file mode 100644 index 0deb749f73..0000000000 --- a/Resources/Prototypes/Roles/Jobs/Security/brigmedic.yml +++ /dev/null @@ -1,46 +0,0 @@ -- type: job - id: Brigmedic - name: job-name-brigmedic - description: job-description-brigmedic - playTimeTracker: JobBrigmedic - requirements: - - !type:DepartmentTimeRequirement - department: Medical - time: 18000 - - !type:DepartmentTimeRequirement - department: Security - time: 7200 - startingGear: BrigmedicGear - icon: "Brigmedic" - supervisors: job-supervisors-hos - whitelistedSpecies: - - Human - - Dwarf - canBeAntag: false - access: - - Medical - - Security - - Brig - - Maintenance - - External - -- type: startingGear - id: BrigmedicGear - equipment: - jumpsuit: ClothingUniformJumpsuitBrigmedic - outerClothing: ClothingOuterCoatAMG - back: ClothingBackpackBrigmedicFilled - shoes: ClothingShoesColorRed - gloves: ClothingHandsGlovesNitrile - eyes: ClothingEyesHudMedical - head: ClothingHeadHatBeretBrigmedic - id: BrigmedicPDA - ears: ClothingHeadsetBrigmedic - mask: ClothingMaskBreathMedicalSecurity - belt: ClothingBeltMedicalFilled - underwearb: ClothingUnderwearBottomBoxersWhite # White-Underwear - underweart: ClothingUnderwearTopBraSportsAlternative # White-Underwear - underwearb: ClothingUnderwearBottomPantiesWhite # White-Underwear - innerclothingskirt: ClothingUniformJumpskirtBrigmedic - satchel: ClothingBackpackSatchelBrigmedicFilled - duffelbag: ClothingBackpackDuffelBrigmedicFilled diff --git a/Resources/Prototypes/Roles/Jobs/Security/detective.yml b/Resources/Prototypes/Roles/Jobs/Security/detective.yml index e8f730e126..9ec19ee4c0 100644 --- a/Resources/Prototypes/Roles/Jobs/Security/detective.yml +++ b/Resources/Prototypes/Roles/Jobs/Security/detective.yml @@ -6,13 +6,14 @@ requirements: - !type:DepartmentTimeRequirement department: Security - time: 7200 #2 hrs + time: 54000 # 15 hours startingGear: DetectiveGear - icon: "Detective" + icon: "JobIconDetective" supervisors: job-supervisors-hos whitelistedSpecies: - Human - Dwarf + - Felinid canBeAntag: false access: - Security @@ -20,24 +21,22 @@ - Maintenance - Service - Detective + special: + - !type:AddImplantSpecial + implants: [ MindShieldImplant ] - type: startingGear id: DetectiveGear equipment: jumpsuit: ClothingUniformJumpsuitDetective - back: ClothingBackpackSecurityFilled - shoes: ClothingShoesBootsJack + back: ClothingBackpackSecurityFilledDetective + shoes: ClothingShoesBootsCombatFilled eyes: ClothingEyesGlassesSunglasses head: ClothingHeadHatFedoraBrown outerClothing: ClothingOuterVestDetective id: DetectivePDA ears: ClothingHeadsetSecurity - pocket1: ForensicPad - pocket2: ForensicScanner - belt: ClothingBeltHolster - underwearb: ClothingUnderwearBottomBoxersWhite # White-Underwear - underweart: ClothingUnderwearTopBraSportsAlternative # White-Underwear - underwearb: ClothingUnderwearBottomPantiesWhite # White-Underwear - innerclothingskirt: ClothingUniformJumpskirtDetective - satchel: ClothingBackpackSatchelSecurityFilled - duffelbag: ClothingBackpackDuffelSecurityFilled + belt: ClothingBeltHolsterFilled + innerClothingSkirt: ClothingUniformJumpskirtDetective + satchel: ClothingBackpackSatchelSecurityFilledDetective + duffelbag: ClothingBackpackDuffelSecurityFilledDetective diff --git a/Resources/Prototypes/Roles/Jobs/Security/head_of_security.yml b/Resources/Prototypes/Roles/Jobs/Security/head_of_security.yml index e895754e4e..7f5b04dc53 100644 --- a/Resources/Prototypes/Roles/Jobs/Security/head_of_security.yml +++ b/Resources/Prototypes/Roles/Jobs/Security/head_of_security.yml @@ -6,20 +6,22 @@ requirements: - !type:RoleTimeRequirement role: JobWarden - time: 3600 + time: 10800 #3 hrs + - !type:RoleTimeRequirement + role: JobSecurityOfficer + time: 36000 #10 hrs - !type:DepartmentTimeRequirement department: Security - time: 18000 + time: 108000 # 30 hrs - !type:OverallPlaytimeRequirement - time: 108000 + time: 144000 #40 hrs weight: 10 startingGear: HoSGear - icon: "HeadOfSecurity" + icon: "JobIconHeadOfSecurity" requireAdminNotify: true supervisors: job-supervisors-captain whitelistedSpecies: - Human - - Dwarf canBeAntag: false access: - HeadOfSecurity @@ -31,6 +33,12 @@ - Service - External - Detective + special: + - !type:AddImplantSpecial + implants: [ MindShieldImplant ] + - !type:AddComponentSpecial + components: + - type: CommandStaff - type: startingGear id: HoSGear @@ -39,15 +47,13 @@ back: ClothingBackpackHOSFilled shoes: ClothingShoesBootsCombatFilled outerClothing: ClothingOuterCoatHoSTrench - eyes: ClothingEyesGlassesSecurity + eyes: ClothingEyesGlassesSunglasses head: ClothingHeadHatBeretHoS id: HoSPDA gloves: ClothingHandsGlovesCombat ears: ClothingHeadsetAltSecurity belt: ClothingBeltSecurityFilled - underwearb: ClothingUnderwearBottomBoxersHOS # White-Underwear - underweart: ClothingUnderwearTopBraHOS # White-Underwear - underwearb: ClothingUnderwearBottomPantiesHOS # White-Underwear - innerclothingskirt: ClothingUniformJumpskirtHoS + pocket1: WeaponPistolMk58Nonlethal + innerClothingSkirt: ClothingUniformJumpskirtHoS satchel: ClothingBackpackSatchelHOSFilled duffelbag: ClothingBackpackDuffelHOSFilled diff --git a/Resources/Prototypes/Roles/Jobs/Security/security_cadet.yml b/Resources/Prototypes/Roles/Jobs/Security/security_cadet.yml index 8287f978a0..1c696bd852 100644 --- a/Resources/Prototypes/Roles/Jobs/Security/security_cadet.yml +++ b/Resources/Prototypes/Roles/Jobs/Security/security_cadet.yml @@ -1,38 +1,39 @@ -- type: job +- type: job id: SecurityCadet name: job-name-cadet description: job-description-cadet playTimeTracker: JobSecurityCadet requirements: - !type:OverallPlaytimeRequirement - time: 18000 #5 hrs + time: 36000 #10 hrs - !type:DepartmentTimeRequirement department: Security - time: 28800 #8 hrs + time: 54000 #15 hrs inverted: true # stop playing intern if you're good at security! startingGear: SecurityCadetGear - icon: "SecurityCadet" + icon: "JobIconSecurityCadet" supervisors: job-supervisors-security whitelistedSpecies: - Human - - Dwarf canBeAntag: false access: - Security - Brig - Maintenance + special: + - !type:AddImplantSpecial + implants: [ MindShieldImplant ] - type: startingGear id: SecurityCadetGear equipment: jumpsuit: ClothingUniformJumpsuitColorRed back: ClothingBackpackSecurityFilled - shoes: ClothingShoesBootsJack + shoes: ClothingShoesBootsCombatFilled + outerClothing: ClothingOuterArmorBasic id: SecurityCadetPDA ears: ClothingHeadsetSecurity - underwearb: ClothingUnderwearBottomBoxersWhite # White-Underwear - underweart: ClothingUnderwearTopBraSportsAlternative # White-Underwear - underwearb: ClothingUnderwearBottomPantiesWhite # White-Underwear - innerclothingskirt: ClothingUniformJumpskirtColorRed + pocket1: WeaponPistolMk58Nonlethal + innerClothingSkirt: ClothingUniformJumpskirtColorRed satchel: ClothingBackpackSatchelSecurityFilled duffelbag: ClothingBackpackDuffelSecurityFilled diff --git a/Resources/Prototypes/Roles/Jobs/Security/security_officer.yml b/Resources/Prototypes/Roles/Jobs/Security/security_officer.yml index d5361a5766..bf38af9443 100644 --- a/Resources/Prototypes/Roles/Jobs/Security/security_officer.yml +++ b/Resources/Prototypes/Roles/Jobs/Security/security_officer.yml @@ -6,13 +6,12 @@ requirements: - !type:DepartmentTimeRequirement department: Security - time: 3600 #1 hr + time: 36000 #10 hrs startingGear: SecurityOfficerGear - icon: "SecurityOfficer" + icon: "JobIconSecurityOfficer" supervisors: job-supervisors-hos whitelistedSpecies: - Human - - Dwarf canBeAntag: false access: - Security @@ -20,22 +19,23 @@ - Maintenance - Service - External + special: + - !type:AddImplantSpecial + implants: [ MindShieldImplant ] - type: startingGear id: SecurityOfficerGear equipment: jumpsuit: ClothingUniformJumpsuitSec back: ClothingBackpackSecurityFilled - shoes: ClothingShoesBootsJack - eyes: ClothingEyesGlassesSecurity - head: ClothingHeadHelmetHelmetOld - outerClothing: ClothingOuterVestKevlar + shoes: ClothingShoesBootsCombatFilled + eyes: ClothingEyesGlassesSunglasses + head: ClothingHeadHelmetBasic + outerClothing: ClothingOuterArmorBasic id: SecurityPDA ears: ClothingHeadsetSecurity belt: ClothingBeltSecurityFilled - underwearb: ClothingUnderwearBottomBoxersWhite # White-Underwear - underweart: ClothingUnderwearTopBraSportsAlternative # White-Underwear - underwearb: ClothingUnderwearBottomPantiesWhite # White-Underwear - innerclothingskirt: ClothingUniformJumpskirtSec + pocket1: WeaponPistolMk58Nonlethal + innerClothingSkirt: ClothingUniformJumpskirtSec satchel: ClothingBackpackSatchelSecurityFilled duffelbag: ClothingBackpackDuffelSecurityFilled diff --git a/Resources/Prototypes/Roles/Jobs/Security/warden.yml b/Resources/Prototypes/Roles/Jobs/Security/warden.yml index d038ed0987..f74f133a26 100644 --- a/Resources/Prototypes/Roles/Jobs/Security/warden.yml +++ b/Resources/Prototypes/Roles/Jobs/Security/warden.yml @@ -4,24 +4,26 @@ description: job-description-warden playTimeTracker: JobWarden requirements: - - !type:DepartmentTimeRequirement - department: Security - time: 10800 + - !type:RoleTimeRequirement + role: JobSecurityOfficer + time: 36000 #10 hrs startingGear: WardenGear - icon: "Warden" + icon: "JobIconWarden" supervisors: job-supervisors-hos whitelistedSpecies: - Human - - Dwarf canBeAntag: false access: - Security + - Brig - Armory - Maintenance - Service - - Brig - External - Detective + special: + - !type:AddImplantSpecial + implants: [ MindShieldImplant ] - type: startingGear id: WardenGear @@ -30,14 +32,12 @@ jumpsuit: ClothingUniformJumpsuitWarden back: ClothingBackpackSecurityFilled shoes: ClothingShoesBootsCombatFilled - eyes: ClothingEyesGlassesSecurity + eyes: ClothingEyesGlassesSunglasses outerClothing: ClothingOuterCoatWarden id: WardenPDA ears: ClothingHeadsetSecurity belt: ClothingBeltSecurityFilled - underwearb: ClothingUnderwearBottomBoxersWhite # White-Underwear - underweart: ClothingUnderwearTopBraSportsAlternative # White-Underwear - underwearb: ClothingUnderwearBottomPantiesWhite # White-Underwear - innerclothingskirt: ClothingUniformJumpskirtWarden + pocket1: WeaponPistolMk58Nonlethal + innerClothingSkirt: ClothingUniformJumpskirtWarden satchel: ClothingBackpackSatchelSecurityFilled duffelbag: ClothingBackpackDuffelSecurityFilled diff --git a/Resources/Prototypes/Roles/Jobs/Wildcards/boxer.yml b/Resources/Prototypes/Roles/Jobs/Wildcards/boxer.yml index 567463a99f..d9fe88fc14 100644 --- a/Resources/Prototypes/Roles/Jobs/Wildcards/boxer.yml +++ b/Resources/Prototypes/Roles/Jobs/Wildcards/boxer.yml @@ -4,7 +4,7 @@ description: job-description-boxer playTimeTracker: JobBoxer startingGear: BoxerGear - icon: "Boxer" + icon: "JobIconBoxer" supervisors: job-supervisors-hop access: - Service @@ -20,9 +20,6 @@ gloves: ClothingHandsGlovesBoxingRed shoes: ClothingShoesColorRed belt: ClothingBeltChampion - underwearb: ClothingUnderwearBottomBoxersWhite # White-Underwear - underweart: ClothingUnderwearTopBraSports # White-Underwear - underwearb: ClothingUnderwearBottomPantiesWhite # White-Underwear - innerclothingskirt: UniformShortsRedWithTop + innerClothingSkirt: UniformShortsRedWithTop satchel: ClothingBackpackSatchelFilled duffelbag: ClothingBackpackDuffelFilled diff --git a/Resources/Prototypes/Roles/Jobs/Wildcards/psychologist.yml b/Resources/Prototypes/Roles/Jobs/Wildcards/psychologist.yml index 1359e029f1..8861924cf6 100644 --- a/Resources/Prototypes/Roles/Jobs/Wildcards/psychologist.yml +++ b/Resources/Prototypes/Roles/Jobs/Wildcards/psychologist.yml @@ -4,7 +4,7 @@ description: job-description-psychologist playTimeTracker: JobPsychologist startingGear: PsychologistGear - icon: "Psychologist" + icon: "JobIconPsychologist" supervisors: job-supervisors-cmo access: - Medical @@ -20,9 +20,6 @@ shoes: ClothingShoesLeather id: PsychologistPDA ears: ClothingHeadsetMedical - underwearb: ClothingUnderwearBottomBoxersWhite # White-Underwear - underweart: ClothingUnderwearTopBraSports # White-Underwear - underwearb: ClothingUnderwearBottomPantiesWhite # White-Underwear - innerclothingskirt: ClothingUniformJumpsuitPsychologist + innerClothingSkirt: ClothingUniformJumpsuitPsychologist satchel: ClothingBackpackSatchelMedicalFilled duffelbag: ClothingBackpackDuffelMedicalFilled diff --git a/Resources/Prototypes/Roles/Jobs/Wildcards/reporter.yml b/Resources/Prototypes/Roles/Jobs/Wildcards/reporter.yml index 42b862a6dc..6072127347 100644 --- a/Resources/Prototypes/Roles/Jobs/Wildcards/reporter.yml +++ b/Resources/Prototypes/Roles/Jobs/Wildcards/reporter.yml @@ -4,7 +4,7 @@ description: job-description-reporter playTimeTracker: JobReporter startingGear: ReporterGear - icon: "Reporter" + icon: "JobIconReporter" supervisors: job-supervisors-hop access: - Service @@ -18,9 +18,6 @@ shoes: ClothingShoesColorWhite id: ReporterPDA ears: ClothingHeadsetService - underwearb: ClothingUnderwearBottomBoxersWhite # White-Underwear - underweart: ClothingUnderwearTopBraSports # White-Underwear - underwearb: ClothingUnderwearBottomPantiesWhite # White-Underwear - innerclothingskirt: ClothingUniformJumpsuitJournalist + innerClothingSkirt: ClothingUniformJumpsuitJournalist satchel: ClothingBackpackSatchelFilled duffelbag: ClothingBackpackDuffelFilled diff --git a/Resources/Prototypes/Roles/Jobs/Wildcards/zookeeper.yml b/Resources/Prototypes/Roles/Jobs/Wildcards/zookeeper.yml index 490c066802..bd8f5b85b6 100644 --- a/Resources/Prototypes/Roles/Jobs/Wildcards/zookeeper.yml +++ b/Resources/Prototypes/Roles/Jobs/Wildcards/zookeeper.yml @@ -4,7 +4,7 @@ description: job-description-zookeeper playTimeTracker: JobZookeeper startingGear: ZookeeperGear - icon: "Zookeeper" + icon: "JobIconZookeeper" supervisors: job-supervisors-hop access: - Service @@ -19,9 +19,6 @@ shoes: ClothingShoesColorWhite id: ZookeeperPDA ears: ClothingHeadsetService - underwearb: ClothingUnderwearBottomBoxersWhite # White-Underwear - underweart: ClothingUnderwearTopBraSports # White-Underwear - underwearb: ClothingUnderwearBottomPantiesWhite # White-Underwear - innerclothingskirt: ClothingUniformJumpsuitSafari + innerClothingSkirt: ClothingUniformJumpsuitSafari satchel: ClothingBackpackSatchelFilled duffelbag: ClothingBackpackDuffelFilled diff --git a/Resources/Prototypes/White/Entities/Clothing/Underwear/Bottom.yml b/Resources/Prototypes/White/Entities/Clothing/Underwear/Bottom.yml deleted file mode 100644 index 87746b4a30..0000000000 --- a/Resources/Prototypes/White/Entities/Clothing/Underwear/Bottom.yml +++ /dev/null @@ -1,302 +0,0 @@ -- type: entity - abstract: true - parent: Clothing - id: ClothingUnderwearBottomBase - name: based underwearb - description: "You should not see this. If you see it, let Neko Dar#8948 know." - components: - - type: Sprite - state: icon - - type: Item - size: 1 - - type: Clothing - slots: [underwearb] - - type: Tag - tags: - - underwearb - -- type: entity - parent: ClothingUnderwearBottomBase - id: ClothingUnderwearBottomPantiesWhite - name: panties - description: Standard Nanotrasen underwear for station female employees. Painted white. - components: - - type: Sprite - sprite: White/Clothing/Underwear/Bottom/panties.rsi - -- type: entity - parent: ClothingUnderwearBottomBase - id: ClothingUnderwearBottomBoxersWhite - name: boxers - description: Standard Nanotrasen underwear for station employees. Dyed white. - components: - - type: Sprite - sprite: White/Clothing/Underwear/Bottom/boxers.rsi - -#Underwear-for-the-heads -- type: entity - parent: ClothingUnderwearBottomBase - id: ClothingUnderwearBottomBoxersCap - name: captain's boxers - description: Standard station captain's underwear. - components: - - type: Sprite - sprite: White/Clothing/Underwear/Bottom/heads/capitan/boxers.rsi - -- type: entity - parent: ClothingUnderwearBottomBase - id: ClothingUnderwearBottomBoxersCE - name: chief engineer's boxers - description: Standard station chief engineer underwear. - components: - - type: Sprite - sprite: White/Clothing/Underwear/Bottom/heads/ce/boxers.rsi - -- type: entity - parent: ClothingUnderwearBottomBase - id: ClothingUnderwearBottomBoxersCMO - name: chief medical officer's boxers - description: Standard station chief physician's underwear. For some reason they smell like chloral hydrate... - components: - - type: Sprite - sprite: White/Clothing/Underwear/Bottom/heads/cmo/boxers.rsi - state: icon - -- type: entity - parent: ClothingUnderwearBottomBase - id: ClothingUnderwearBottomBoxersHOP - name: head of personnel's boxers - description: The standard underwear of the station's chief of staff. - components: - - type: Sprite - sprite: White/Clothing/Underwear/Bottom/heads/hop/boxers.rsi - state: icon - -- type: entity - parent: ClothingUnderwearBottomBase - id: ClothingUnderwearBottomBoxersHOS - name: head of security's boxers - description: Standard station head of security underwear. - components: - - type: Sprite - sprite: White/Clothing/Underwear/Bottom/heads/hos/boxers.rsi - -- type: entity - parent: ClothingUnderwearBottomBase - id: ClothingUnderwearBottomBoxersQM - name: quartermaster's boxers - description: Standard station quartermaster underwear. - components: - - type: Sprite - sprite: White/Clothing/Underwear/Bottom/heads/qm/boxers.rsi - -- type: entity - parent: ClothingUnderwearBottomBase - id: ClothingUnderwearBottomBoxersRD - name: research director's boxers - description: Standard research director's underwear. - components: - - type: Sprite - sprite: White/Clothing/Underwear/Bottom/heads/rd/boxers.rsi - -- type: entity - parent: ClothingUnderwearBottomBase - id: ClothingUnderwearBottomPantiesCap - name: captain's panties - description: Standard station captain underwear. - components: - - type: Sprite - sprite: White/Clothing/Underwear/Bottom/heads/capitan/panties.rsi - -- type: entity - parent: ClothingUnderwearBottomBase - id: ClothingUnderwearBottomPantiesCE - name: chief engineer's panties - description: Standard station chief engineer underwear. - components: - - type: Sprite - sprite: White/Clothing/Underwear/Bottom/heads/ce/panties.rsi - -- type: entity - parent: ClothingUnderwearBottomBase - id: ClothingUnderwearBottomPantiesCMO - name: chief medical officer's panties - description: Standard station chief physician's underwear. For some reason they smell like chloral hydrate... - components: - - type: Sprite - sprite: White/Clothing/Underwear/Bottom/heads/cmo/panties.rsi - -- type: entity - parent: ClothingUnderwearBottomBase - id: ClothingUnderwearBottomPantiesHOP - name: head of personnel's panties - description: The standard underwear of the station's chief of staff. - components: - - type: Sprite - sprite: White/Clothing/Underwear/Bottom/heads/hop/panties.rsi - -- type: entity - parent: ClothingUnderwearBottomBase - id: ClothingUnderwearBottomPantiesHOS - name: head of security's panties - description: Standard station head of security underwear. - components: - - type: Sprite - sprite: White/Clothing/Underwear/Bottom/heads/hos/panties.rsi - -- type: entity - parent: ClothingUnderwearBottomBase - id: ClothingUnderwearBottomPantiesQM - name: quartermaster's panties - description: Standard station quartermaster underwear. - components: - - type: Sprite - sprite: White/Clothing/Underwear/Bottom/heads/qm/panties.rsi - -- type: entity - parent: ClothingUnderwearBottomBase - id: ClothingUnderwearBottomPantiesRD - name: research director's panties - description: Standard research director's underwear. - components: - - type: Sprite - sprite: White/Clothing/Underwear/Bottom/heads/rd/panties.rsi - - -# ТРУСЫ БЛЯТЬ - -- type: entity - parent: ClothingUnderwearBottomBase - id: ClothingUnderwearBottomBeeShorts - name: Shorts - description: Bees. - components: - - type: Sprite - sprite: White/Clothing/Underwear/Bottom/bee_shorts.rsi - -- type: entity - parent: ClothingUnderwearBottomBase - id: ClothingUnderwearBottomBoxersHeart - name: Boxers - description: With hearts. - components: - - type: Sprite - sprite: White/Clothing/Underwear/Bottom/boxers_heart.rsi - -- type: entity - parent: ClothingUnderwearBottomBase - id: ClothingUnderwearBottomBoxersStriped - name: Boxers - description: Striped. - components: - - type: Sprite - sprite: White/Clothing/Underwear/Bottom/boxers_striped.rsi - -- type: entity - parent: ClothingUnderwearBottomBase - id: ClothingUnderwearBottomBriefs - name: Panties - description: Briefs. - components: - - type: Sprite - sprite: White/Clothing/Underwear/Bottom/briefs.rsi - -- type: entity - parent: ClothingUnderwearBottomBase - id: ClothingUnderwearBottomFishnetLower - name: Panties - description: Fishnet. - components: - - type: Sprite - sprite: White/Clothing/Underwear/Bottom/fishnet_lower.rsi - -- type: entity - parent: ClothingUnderwearBottomBase - id: ClothingUnderwearBottomJockstrap - name: Jockstrap - description: Jockstrap. - components: - - type: Sprite - sprite: White/Clothing/Underwear/Bottom/jockstrap.rsi - -- type: entity - parent: ClothingUnderwearBottomBase - id: ClothingUnderwearBottomMankini - name: Mankini - description: Bikini but for man. - components: - - type: Sprite - sprite: White/Clothing/Underwear/Bottom/mankini.rsi - -- type: entity - parent: ClothingUnderwearBottomBase - id: ClothingUnderwearBottomPantiesBeeKini - name: Panties BeeKini - description: Bee. - components: - - type: Sprite - sprite: White/Clothing/Underwear/Bottom/panties_bee_kini.rsi - -- type: entity - parent: ClothingUnderwearBottomBase - id: ClothingUnderwearBottomPantiesKinky - name: Panties - description: Kinky. - components: - - type: Sprite - sprite: White/Clothing/Underwear/Bottom/panties_kinky.rsi - -- type: entity - parent: ClothingUnderwearBottomBase - id: ClothingUnderwearBottomPantiesNeko - name: Panties - description: Neko. - components: - - type: Sprite - sprite: White/Clothing/Underwear/Bottom/panties_neko.rsi - -- type: entity - parent: ClothingUnderwearBottomBase - id: ClothingUnderwearBottomPantiesSlim - name: Panties - description: Slim. - components: - - type: Sprite - sprite: White/Clothing/Underwear/Bottom/panties_slim.rsi - -- type: entity - parent: ClothingUnderwearBottomBase - id: ClothingUnderwearBottomPantiesSwimming - name: Panties - description: For swimming. - components: - - type: Sprite - sprite: White/Clothing/Underwear/Bottom/panties_swimming.rsi - -- type: entity - parent: ClothingUnderwearBottomBase - id: ClothingUnderwearBottomPantiesThin - name: Panties - description: Thin. - components: - - type: Sprite - sprite: White/Clothing/Underwear/Bottom/panties_thin.rsi - -- type: entity - parent: ClothingUnderwearBottomBase - id: ClothingUnderwearBottomPantiesStripped - name: Panties - description: Stripped. - components: - - type: Sprite - sprite: White/Clothing/Underwear/Bottom/striped_panties.rsi - -- type: entity - parent: ClothingUnderwearBottomBase - id: ClothingUnderwearBottomPantiesThong - name: Panties - description: Thong. - components: - - type: Sprite - sprite: White/Clothing/Underwear/Bottom/thong.rsi - diff --git a/Resources/Prototypes/White/Entities/Clothing/Underwear/Socks.yml b/Resources/Prototypes/White/Entities/Clothing/Underwear/Socks.yml deleted file mode 100644 index 1cbdf1411d..0000000000 --- a/Resources/Prototypes/White/Entities/Clothing/Underwear/Socks.yml +++ /dev/null @@ -1,243 +0,0 @@ -- type: entity - abstract: true - parent: Clothing - id: ClothingUnderwearSocksBase - name: based socks - description: "You should not see this." - components: - - type: Sprite - state: icon - - type: Item - size: 5 - - type: Clothing - slots: [socks] - - type: Tag - tags: - - socks - -- type: entity - parent: ClothingUnderwearSocksBase - id: ClothingUnderwearSocksBeeKnee - name: Socks - description: Standard Nanotrasen stockings for station employees. Dyed black-yellow. - components: - - type: Sprite - sprite: White/Clothing/Underwear/Socks/bee_knee.rsi - -- type: entity - parent: ClothingUnderwearSocksBase - id: ClothingUnderwearSocksBeeNorm - name: Socks - description: Standard Nanotrasen stockings for station employees. Dyed black-yellow. - components: - - type: Sprite - sprite: White/Clothing/Underwear/Socks/bee_norm.rsi - -- type: entity - parent: ClothingUnderwearSocksBase - id: ClothingUnderwearSocksBeeThigh - name: Socks - description: Standard Nanotrasen stockings for station employees. Dyed black-yellow. - components: - - type: Sprite - sprite: White/Clothing/Underwear/Socks/bee_thigh.rsi - -- type: entity - parent: ClothingUnderwearSocksBase - id: ClothingUnderwearSocksFishnet - name: Socks - description: Standard Nanotrasen stockings for station employees. Fishnet. - components: - - type: Sprite - sprite: White/Clothing/Underwear/Socks/fishnet.rsi - -- type: entity - parent: ClothingUnderwearSocksBase - id: ClothingUnderwearSocksGarter - name: Socks - description: Standard Nanotrasen stockings for station employees. Fishnet. - components: - - type: Sprite - sprite: White/Clothing/Underwear/Socks/garter.rsi - -- type: entity - parent: ClothingUnderwearSocksBase - id: ClothingUnderwearSocksPantyhose - name: Socks - description: Standard Nanotrasen stockings for station employees. Pantyhose. - components: - - type: Sprite - sprite: White/Clothing/Underwear/Socks/pantyhose.rsi - -- type: entity - parent: ClothingUnderwearSocksBase - id: ClothingUnderwearSocksPantyhoseRipped - name: Socks - description: Standard Nanotrasen stockings for station employees. Pantyhose ripped. - components: - - type: Sprite - sprite: White/Clothing/Underwear/Socks/pantyhose_ripped.rsi - - -- type: entity - parent: ClothingUnderwearSocksBase - id: ClothingUnderwearSocksRainbowKnee - name: Socks - description: Standard Nanotrasen stockings for station employees. Dyed rainbow. - components: - - type: Sprite - sprite: White/Clothing/Underwear/Socks/rainbow_knee.rsi - -- type: entity - parent: ClothingUnderwearSocksBase - id: ClothingUnderwearSocksRainbowThigh - name: Socks - description: Standard Nanotrasen stockings for station employees. Dyed rainbow. - components: - - type: Sprite - sprite: White/Clothing/Underwear/Socks/rainbow_thigh.rsi - -- type: entity - parent: ClothingUnderwearSocksBase - id: ClothingUnderwearSocksHigh - name: high socks - description: Nanotrasen high socks for station employees. Painted white. - components: - - type: Sprite - sprite: White/Clothing/Underwear/Socks/socks_knee.rsi - -- type: entity - parent: ClothingUnderwearSocksBase - id: ClothingUnderwearSocksNormal - name: socks - description: Standard Nanotrasen socks for station employees. Dyed white. - components: - - type: Sprite - sprite: White/Clothing/Underwear/Socks/socks_norm.rsi - -- type: entity - parent: ClothingUnderwearSocksBase - id: ClothingUnderwearSocksShort - name: short socks - description: Nanotrasen short socks for station employees. Dyed white. - components: - - type: Sprite - sprite: White/Clothing/Underwear/Socks/socks_short.rsi - -- type: entity - parent: ClothingUnderwearSocksBase - id: ClothingUnderwearSocksThigh - name: stockings - description: Standard Nanotrasen stockings for station employees. Dyed white. - components: - - type: Sprite - sprite: White/Clothing/Underwear/Socks/socks_thigh.rsi - -- type: entity - parent: ClothingUnderwearSocksBase - id: ClothingUnderwearStockingsBlue - name: stockings - description: Standard Nanotrasen stockings for station employees. Dyed blue. - components: - - type: Sprite - sprite: White/Clothing/Underwear/Socks/stockings_blue.rsi - -- type: entity - parent: ClothingUnderwearSocksBase - id: ClothingUnderwearStockingsCyan - name: stockings - description: Standard Nanotrasen stockings for station employees. Dyed cyan. - components: - - type: Sprite - sprite: White/Clothing/Underwear/Socks/stockings_cyan.rsi - -- type: entity - parent: ClothingUnderwearSocksBase - id: ClothingUnderwearStockingsPink - name: stockings - description: Standard Nanotrasen stockings for station employees. Dyed pink. - components: - - type: Sprite - sprite: White/Clothing/Underwear/Socks/stockings_dpink.rsi - -- type: entity - parent: ClothingUnderwearSocksBase - id: ClothingUnderwearStockingsGreen - name: stockings - description: Standard Nanotrasen stockings for station employees. Dyed green. - components: - - type: Sprite - sprite: White/Clothing/Underwear/Socks/stockings_green.rsi - -- type: entity - parent: ClothingUnderwearSocksBase - id: ClothingUnderwearStockingsLightPink - name: stockings - description: Standard Nanotrasen stockings for station employees. Dyed light pink. - components: - - type: Sprite - sprite: White/Clothing/Underwear/Socks/stockings_lpink.rsi - -- type: entity - parent: ClothingUnderwearSocksBase - id: ClothingUnderwearStockingsLightOrange - name: stockings - description: Standard Nanotrasen stockings for station employees. Dyed orange. - components: - - type: Sprite - sprite: White/Clothing/Underwear/Socks/stockings_orange.rsi - -- type: entity - parent: ClothingUnderwearSocksBase - id: ClothingUnderwearStockingsLightPurple - name: stockings - description: Standard Nanotrasen stockings for station employees. Dyed purple. - components: - - type: Sprite - sprite: White/Clothing/Underwear/Socks/stockings_purple.rsi - -- type: entity - parent: ClothingUnderwearSocksBase - id: ClothingUnderwearStockingsLightYellow - name: stockings - description: Standard Nanotrasen stockings for station employees. Dyed yellow. - components: - - type: Sprite - sprite: White/Clothing/Underwear/Socks/stockings_yellow.rsi - -- type: entity - parent: ClothingUnderwearSocksBase - id: ClothingUnderwearSocksStripedKnee - name: stockings - description: Standard Nanotrasen stockings for station employees. Dyed black-white. - components: - - type: Sprite - sprite: White/Clothing/Underwear/Socks/striped_knee.rsi - -- type: entity - parent: ClothingUnderwearSocksBase - id: ClothingUnderwearSocksStripedThigh - name: stockings - description: Standard Nanotrasen stockings for station employees. Dyed black-white. - components: - - type: Sprite - sprite: White/Clothing/Underwear/Socks/striped_thigh.rsi - -- type: entity - parent: ClothingUnderwearSocksBase - id: ClothingUnderwearSocksThinKnee - name: stockings - description: Standard Nanotrasen stockings for station employees. Transparent. - components: - - type: Sprite - sprite: White/Clothing/Underwear/Socks/thin_knee.rsi - -- type: entity - parent: ClothingUnderwearSocksBase - id: ClothingUnderwearSocksThinThigh - name: stockings - description: Standard Nanotrasen stockings for station employees. Transparent. - components: - - type: Sprite - sprite: White/Clothing/Underwear/Socks/thin_thigh.rsi - diff --git a/Resources/Prototypes/White/Entities/Clothing/Underwear/Top.yml b/Resources/Prototypes/White/Entities/Clothing/Underwear/Top.yml deleted file mode 100644 index 08e4bfc4ac..0000000000 --- a/Resources/Prototypes/White/Entities/Clothing/Underwear/Top.yml +++ /dev/null @@ -1,281 +0,0 @@ -- type: entity - abstract: true - parent: Clothing - id: ClothingUnderwearTopBase - name: based underweart - description: "You should not see this." - components: - - type: Sprite - state: icon - - type: Item - size: 1 - - type: Clothing - slots: [underweart] - - type: Tag - tags: - - underweart - -- type: entity - parent: ClothingUnderwearTopBase - id: ClothingUnderwearTopBraWhite - name: bra - description: Standard Nanotrasen bra for station staff. Painted white. - components: - - type: Sprite - sprite: White/Clothing/Underwear/Top/bra.rsi - -- type: entity - parent: ClothingUnderwearTopBase - id: ClothingUnderwearTopBraSports - name: sports bra - description: Sports bra. Painted white. - components: - - type: Sprite - sprite: White/Clothing/Underwear/Top/sportsbra.rsi - -- type: entity - parent: ClothingUnderwearTopBase - id: ClothingUnderwearTopBraSportsAlternative - name: alternative sports bra - description: Sports bra. Alternate version. Painted white. - components: - - type: Sprite - sprite: White/Clothing/Underwear/Top/sportsbraalt.rsi - -#Underwear-for-the-heads -- type: entity - parent: ClothingUnderwearTopBase - id: ClothingUnderwearTopBraCap - name: captain's bra - description: Standard station captain's underwear. - components: - - type: Sprite - sprite: White/Clothing/Underwear/Top/heads/capitan/bra.rsi - -- type: entity - parent: ClothingUnderwearTopBase - id: ClothingUnderwearTopBraCE - name: chief engineer's bra - description: Standard station chief engineer's underwear. - components: - - type: Sprite - sprite: White/Clothing/Underwear/Top/heads/ce/bra.rsi - -- type: entity - parent: ClothingUnderwearTopBase - id: ClothingUnderwearTopBraCMO - name: chief medical officer's bra - description: Standard underwear of the station chief medical officer. For some reason it smells like chloral hydrate... - components: - - type: Sprite - sprite: White/Clothing/Underwear/Top/heads/cmo/bra.rsi - -- type: entity - parent: ClothingUnderwearTopBase - id: ClothingUnderwearTopBraHOP - name: head of personnel's bra - description: The standard underwear of the station's chief of staff. - components: - - type: Sprite - sprite: White/Clothing/Underwear/Top/heads/hop/bra.rsi - -- type: entity - parent: ClothingUnderwearTopBase - id: ClothingUnderwearTopBraHOS - name: head of security's bra - description: Standard underwear of the station's head of security. - components: - - type: Sprite - sprite: White/Clothing/Underwear/Top/heads/hos/bra.rsi - -- type: entity - parent: ClothingUnderwearTopBase - id: ClothingUnderwearTopBraQM - name: quartermaster's bra - description: Standard station quartermaster underwear. - components: - - type: Sprite - sprite: White/Clothing/Underwear/Top/heads/qm/bra.rsi - -- type: entity - parent: ClothingUnderwearTopBase - id: ClothingUnderwearTopBraRD - name: research director's bra - description: Standard research director's underwear. - components: - - type: Sprite - sprite: White/Clothing/Underwear/Top/heads/rd/bra.rsi - - -#SPLURT -- type: entity - parent: ClothingUnderwearTopBase - id: ClothingUnderwearTopBraBeeKini - name: Bee-Kini - description: Bee-Kini bra. - components: - - type: Sprite - sprite: White/Clothing/Underwear/Top/bra_bee_kini.rsi - -- type: entity - parent: ClothingUnderwearTopBase - id: ClothingUnderwearTopBraBinder - name: Binder bra - description: Binder bra. - components: - - type: Sprite - sprite: White/Clothing/Underwear/Top/bra_binder.rsi - -- type: entity - parent: ClothingUnderwearTopBase - id: ClothingUnderwearTopBraBinderStrapless - name: Binder bra strapless - description: Binder bra strapless. - components: - - type: Sprite - sprite: White/Clothing/Underwear/Top/bra_binder_strapless.rsi - -- type: entity - parent: ClothingUnderwearTopBase - id: ClothingUnderwearTopBraKinky - name: Kinky bra - description: Kinky bra. - components: - - type: Sprite - sprite: White/Clothing/Underwear/Top/bra_kinky.rsi - -- type: entity - parent: ClothingUnderwearTopBase - id: ClothingUnderwearTopBraNeko - name: Neko bra - description: Neko bra. - components: - - type: Sprite - sprite: White/Clothing/Underwear/Top/bra_neko.rsi - -- type: entity - parent: ClothingUnderwearTopBase - id: ClothingUnderwearTopBraStrapless - name: Strapless Bra - description: Strapless bra. - components: - - type: Sprite - sprite: White/Clothing/Underwear/Top/bra_strapless.rsi - -- type: entity - parent: ClothingUnderwearTopBase - id: ClothingUnderwearTopBraStraplessAlt - name: Strapless Bra - description: Strapless bra. - components: - - type: Sprite - sprite: White/Clothing/Underwear/Top/bra_strapless_alt.rsi - - -- type: entity - parent: ClothingUnderwearTopBase - id: ClothingUnderwearTopBraSwimming - name: Swimming Bra - description: Swimming bra. - components: - - type: Sprite - sprite: White/Clothing/Underwear/Top/bra_swimming.rsi - -- type: entity - parent: ClothingUnderwearTopBase - id: ClothingUnderwearTopBraSwimmingAlt - name: Swimming Bra - description: Swimming bra. - components: - - type: Sprite - sprite: White/Clothing/Underwear/Top/bra_swimming_alt.rsi - -- type: entity - parent: ClothingUnderwearTopBase - id: ClothingUnderwearTopBraThin - name: Thin Bra - description: Thin bra. - components: - - type: Sprite - sprite: White/Clothing/Underwear/Top/bra_thin.rsi - -- type: entity - parent: ClothingUnderwearTopBase - id: ClothingUnderwearTopFishnetBody - name: Fishnet Bra - description: Fishnet bra. - components: - - type: Sprite - sprite: White/Clothing/Underwear/Top/fishnet_body.rsi - -- type: entity - parent: ClothingUnderwearTopBase - id: ClothingUnderwearTopFishnetBodyGloves - name: Fishnet Bra with gloves - description: Fishnet bra with gloves. - components: - - type: Sprite - sprite: White/Clothing/Underwear/Top/fishnet_gloves.rsi - -- type: entity - parent: ClothingUnderwearTopBase - id: ClothingUnderwearTopFishnetBodySleeves - name: Fishnet Bra with sleeves - description: Fishnet bra with sleeves. - components: - - type: Sprite - sprite: White/Clothing/Underwear/Top/fishnet_sleeves.rsi - -- type: entity - parent: ClothingUnderwearTopBase - id: ClothingUnderwearTopBraHalterneck - name: Halterneck Bra - description: Halterneck bra. - components: - - type: Sprite - sprite: White/Clothing/Underwear/Top/halterneck_bra.rsi - -- type: entity - parent: ClothingUnderwearTopBase - id: ClothingUnderwearTopBraShibari - name: Shibari Bra - description: Shibari bra. - components: - - type: Sprite - sprite: White/Clothing/Underwear/Top/shibari.rsi - -- type: entity - parent: ClothingUnderwearTopBase - id: ClothingUnderwearTopBraShibariSleeves - name: Shibari Bra with sleeves - description: Shibari bra with sleeves. - components: - - type: Sprite - sprite: White/Clothing/Underwear/Top/shibari_sleeves.rsi - -- type: entity - parent: ClothingUnderwearTopBase - id: ClothingUnderwearTopBraStriped - name: Striped Bra - description: Striped bra. - components: - - type: Sprite - sprite: White/Clothing/Underwear/Top/striped_bra.rsi - -- type: entity - parent: ClothingUnderwearTopBase - id: ClothingUnderwearTopBraTubetop - name: Tubetop Bra - description: Tubetop bra. - components: - - type: Sprite - sprite: White/Clothing/Underwear/Top/tubetop.rsi - -- type: entity - parent: ClothingUnderwearTopBase - id: ClothingUnderwearTopCow - name: Cow Bra - description: Cow bra. - components: - - type: Sprite - sprite: White/Clothing/Underwear/Top/cow.rsi diff --git a/Resources/Prototypes/tags.yml b/Resources/Prototypes/tags.yml index 9f2275bf47..bbfd7e3839 100644 --- a/Resources/Prototypes/tags.yml +++ b/Resources/Prototypes/tags.yml @@ -1182,21 +1182,3 @@ id: WriteIgnoreStamps # PUT YOUR TAGS IN ALPHABETICAL ORDER - -# WHITE -- type: Tag - id: socks - -- type: Tag - id: underwearb - -- type: Tag - id: underweart - -- type: Tag - id: Crystal - -# WHITE END - -- type: Tag - id: TapeRecorderCoin diff --git a/Resources/Textures/Interface/Classic/Slots/socks.png b/Resources/Textures/Interface/Classic/Slots/socks.png deleted file mode 100644 index c1483d57f2..0000000000 Binary files a/Resources/Textures/Interface/Classic/Slots/socks.png and /dev/null differ diff --git a/Resources/Textures/Interface/Classic/Slots/underwearb.png b/Resources/Textures/Interface/Classic/Slots/underwearb.png deleted file mode 100644 index 9d91f2cd94..0000000000 Binary files a/Resources/Textures/Interface/Classic/Slots/underwearb.png and /dev/null differ diff --git a/Resources/Textures/Interface/Classic/Slots/underweart.png b/Resources/Textures/Interface/Classic/Slots/underweart.png deleted file mode 100644 index b0f39964c1..0000000000 Binary files a/Resources/Textures/Interface/Classic/Slots/underweart.png and /dev/null differ diff --git a/Resources/Textures/Interface/Default/Slots/socks.png b/Resources/Textures/Interface/Default/Slots/socks.png deleted file mode 100644 index 475fc82aae..0000000000 Binary files a/Resources/Textures/Interface/Default/Slots/socks.png and /dev/null differ diff --git a/Resources/Textures/Interface/Default/Slots/underwearb.png b/Resources/Textures/Interface/Default/Slots/underwearb.png deleted file mode 100644 index 5cc9beefae..0000000000 Binary files a/Resources/Textures/Interface/Default/Slots/underwearb.png and /dev/null differ diff --git a/Resources/Textures/Interface/Default/Slots/underweart.png b/Resources/Textures/Interface/Default/Slots/underweart.png deleted file mode 100644 index 70b39ad9b9..0000000000 Binary files a/Resources/Textures/Interface/Default/Slots/underweart.png and /dev/null differ diff --git a/Resources/Textures/Interface/Eris/Slots/socks.png b/Resources/Textures/Interface/Eris/Slots/socks.png deleted file mode 100644 index 93d29997ae..0000000000 Binary files a/Resources/Textures/Interface/Eris/Slots/socks.png and /dev/null differ diff --git a/Resources/Textures/Interface/Eris/Slots/underwearb.png b/Resources/Textures/Interface/Eris/Slots/underwearb.png deleted file mode 100644 index bde3cabd52..0000000000 Binary files a/Resources/Textures/Interface/Eris/Slots/underwearb.png and /dev/null differ diff --git a/Resources/Textures/Interface/Eris/Slots/underweart.png b/Resources/Textures/Interface/Eris/Slots/underweart.png deleted file mode 100644 index ab6e466cbd..0000000000 Binary files a/Resources/Textures/Interface/Eris/Slots/underweart.png and /dev/null differ diff --git a/Resources/Textures/White/Clothing/Underwear/Bottom/bee_shorts.rsi/equipped-UNDERWEARB-body-slim.png b/Resources/Textures/White/Clothing/Underwear/Bottom/bee_shorts.rsi/equipped-UNDERWEARB-body-slim.png deleted file mode 100644 index 668a349277..0000000000 Binary files a/Resources/Textures/White/Clothing/Underwear/Bottom/bee_shorts.rsi/equipped-UNDERWEARB-body-slim.png and /dev/null differ diff --git a/Resources/Textures/White/Clothing/Underwear/Bottom/bee_shorts.rsi/equipped-UNDERWEARB.png b/Resources/Textures/White/Clothing/Underwear/Bottom/bee_shorts.rsi/equipped-UNDERWEARB.png deleted file mode 100644 index c8830bf822..0000000000 Binary files a/Resources/Textures/White/Clothing/Underwear/Bottom/bee_shorts.rsi/equipped-UNDERWEARB.png and /dev/null differ diff --git a/Resources/Textures/White/Clothing/Underwear/Bottom/bee_shorts.rsi/icon.png b/Resources/Textures/White/Clothing/Underwear/Bottom/bee_shorts.rsi/icon.png deleted file mode 100644 index 3e8ae43471..0000000000 Binary files a/Resources/Textures/White/Clothing/Underwear/Bottom/bee_shorts.rsi/icon.png and /dev/null differ diff --git a/Resources/Textures/White/Clothing/Underwear/Bottom/bee_shorts.rsi/meta.json b/Resources/Textures/White/Clothing/Underwear/Bottom/bee_shorts.rsi/meta.json deleted file mode 100644 index 0394534c15..0000000000 --- a/Resources/Textures/White/Clothing/Underwear/Bottom/bee_shorts.rsi/meta.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "license": "CC-BY-SA-3.0", - "copyright": "Taken from https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13", - "version": 1, - "size": { - "x": 32, - "y": 32 - }, - "states": [ - { - "name": "equipped-UNDERWEARB", - "directions": 4 - }, - { - "name": "equipped-UNDERWEARB-body-slim", - "directions": 4 - }, - { - "name": "icon" - } - ] -} diff --git a/Resources/Textures/White/Clothing/Underwear/Bottom/boxers.rsi/equipped-UNDERWEARB-body-slim.png b/Resources/Textures/White/Clothing/Underwear/Bottom/boxers.rsi/equipped-UNDERWEARB-body-slim.png deleted file mode 100644 index 7a0bc72036..0000000000 Binary files a/Resources/Textures/White/Clothing/Underwear/Bottom/boxers.rsi/equipped-UNDERWEARB-body-slim.png and /dev/null differ diff --git a/Resources/Textures/White/Clothing/Underwear/Bottom/boxers.rsi/equipped-UNDERWEARB.png b/Resources/Textures/White/Clothing/Underwear/Bottom/boxers.rsi/equipped-UNDERWEARB.png deleted file mode 100644 index 1bdb124735..0000000000 Binary files a/Resources/Textures/White/Clothing/Underwear/Bottom/boxers.rsi/equipped-UNDERWEARB.png and /dev/null differ diff --git a/Resources/Textures/White/Clothing/Underwear/Bottom/boxers.rsi/icon.png b/Resources/Textures/White/Clothing/Underwear/Bottom/boxers.rsi/icon.png deleted file mode 100644 index 2ad7290b91..0000000000 Binary files a/Resources/Textures/White/Clothing/Underwear/Bottom/boxers.rsi/icon.png and /dev/null differ diff --git a/Resources/Textures/White/Clothing/Underwear/Bottom/boxers.rsi/meta.json b/Resources/Textures/White/Clothing/Underwear/Bottom/boxers.rsi/meta.json deleted file mode 100644 index 0394534c15..0000000000 --- a/Resources/Textures/White/Clothing/Underwear/Bottom/boxers.rsi/meta.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "license": "CC-BY-SA-3.0", - "copyright": "Taken from https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13", - "version": 1, - "size": { - "x": 32, - "y": 32 - }, - "states": [ - { - "name": "equipped-UNDERWEARB", - "directions": 4 - }, - { - "name": "equipped-UNDERWEARB-body-slim", - "directions": 4 - }, - { - "name": "icon" - } - ] -} diff --git a/Resources/Textures/White/Clothing/Underwear/Bottom/boxers_heart.rsi/equipped-UNDERWEARB-body-slim.png b/Resources/Textures/White/Clothing/Underwear/Bottom/boxers_heart.rsi/equipped-UNDERWEARB-body-slim.png deleted file mode 100644 index f9a4c83176..0000000000 Binary files a/Resources/Textures/White/Clothing/Underwear/Bottom/boxers_heart.rsi/equipped-UNDERWEARB-body-slim.png and /dev/null differ diff --git a/Resources/Textures/White/Clothing/Underwear/Bottom/boxers_heart.rsi/equipped-UNDERWEARB.png b/Resources/Textures/White/Clothing/Underwear/Bottom/boxers_heart.rsi/equipped-UNDERWEARB.png deleted file mode 100644 index f671d6181d..0000000000 Binary files a/Resources/Textures/White/Clothing/Underwear/Bottom/boxers_heart.rsi/equipped-UNDERWEARB.png and /dev/null differ diff --git a/Resources/Textures/White/Clothing/Underwear/Bottom/boxers_heart.rsi/icon.png b/Resources/Textures/White/Clothing/Underwear/Bottom/boxers_heart.rsi/icon.png deleted file mode 100644 index b2eb4e9344..0000000000 Binary files a/Resources/Textures/White/Clothing/Underwear/Bottom/boxers_heart.rsi/icon.png and /dev/null differ diff --git a/Resources/Textures/White/Clothing/Underwear/Bottom/boxers_heart.rsi/meta.json b/Resources/Textures/White/Clothing/Underwear/Bottom/boxers_heart.rsi/meta.json deleted file mode 100644 index 0394534c15..0000000000 --- a/Resources/Textures/White/Clothing/Underwear/Bottom/boxers_heart.rsi/meta.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "license": "CC-BY-SA-3.0", - "copyright": "Taken from https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13", - "version": 1, - "size": { - "x": 32, - "y": 32 - }, - "states": [ - { - "name": "equipped-UNDERWEARB", - "directions": 4 - }, - { - "name": "equipped-UNDERWEARB-body-slim", - "directions": 4 - }, - { - "name": "icon" - } - ] -} diff --git a/Resources/Textures/White/Clothing/Underwear/Bottom/boxers_striped.rsi/equipped-UNDERWEARB-body-slim.png b/Resources/Textures/White/Clothing/Underwear/Bottom/boxers_striped.rsi/equipped-UNDERWEARB-body-slim.png deleted file mode 100644 index c9f13b5eae..0000000000 Binary files a/Resources/Textures/White/Clothing/Underwear/Bottom/boxers_striped.rsi/equipped-UNDERWEARB-body-slim.png and /dev/null differ diff --git a/Resources/Textures/White/Clothing/Underwear/Bottom/boxers_striped.rsi/equipped-UNDERWEARB.png b/Resources/Textures/White/Clothing/Underwear/Bottom/boxers_striped.rsi/equipped-UNDERWEARB.png deleted file mode 100644 index 51c03cad80..0000000000 Binary files a/Resources/Textures/White/Clothing/Underwear/Bottom/boxers_striped.rsi/equipped-UNDERWEARB.png and /dev/null differ diff --git a/Resources/Textures/White/Clothing/Underwear/Bottom/boxers_striped.rsi/icon.png b/Resources/Textures/White/Clothing/Underwear/Bottom/boxers_striped.rsi/icon.png deleted file mode 100644 index c11718908a..0000000000 Binary files a/Resources/Textures/White/Clothing/Underwear/Bottom/boxers_striped.rsi/icon.png and /dev/null differ diff --git a/Resources/Textures/White/Clothing/Underwear/Bottom/boxers_striped.rsi/meta.json b/Resources/Textures/White/Clothing/Underwear/Bottom/boxers_striped.rsi/meta.json deleted file mode 100644 index 0394534c15..0000000000 --- a/Resources/Textures/White/Clothing/Underwear/Bottom/boxers_striped.rsi/meta.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "license": "CC-BY-SA-3.0", - "copyright": "Taken from https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13", - "version": 1, - "size": { - "x": 32, - "y": 32 - }, - "states": [ - { - "name": "equipped-UNDERWEARB", - "directions": 4 - }, - { - "name": "equipped-UNDERWEARB-body-slim", - "directions": 4 - }, - { - "name": "icon" - } - ] -} diff --git a/Resources/Textures/White/Clothing/Underwear/Bottom/briefs.rsi/equipped-UNDERWEARB-body-slim.png b/Resources/Textures/White/Clothing/Underwear/Bottom/briefs.rsi/equipped-UNDERWEARB-body-slim.png deleted file mode 100644 index 70e8aece0f..0000000000 Binary files a/Resources/Textures/White/Clothing/Underwear/Bottom/briefs.rsi/equipped-UNDERWEARB-body-slim.png and /dev/null differ diff --git a/Resources/Textures/White/Clothing/Underwear/Bottom/briefs.rsi/equipped-UNDERWEARB.png b/Resources/Textures/White/Clothing/Underwear/Bottom/briefs.rsi/equipped-UNDERWEARB.png deleted file mode 100644 index e344a1e416..0000000000 Binary files a/Resources/Textures/White/Clothing/Underwear/Bottom/briefs.rsi/equipped-UNDERWEARB.png and /dev/null differ diff --git a/Resources/Textures/White/Clothing/Underwear/Bottom/briefs.rsi/icon.png b/Resources/Textures/White/Clothing/Underwear/Bottom/briefs.rsi/icon.png deleted file mode 100644 index 3b332738c3..0000000000 Binary files a/Resources/Textures/White/Clothing/Underwear/Bottom/briefs.rsi/icon.png and /dev/null differ diff --git a/Resources/Textures/White/Clothing/Underwear/Bottom/briefs.rsi/meta.json b/Resources/Textures/White/Clothing/Underwear/Bottom/briefs.rsi/meta.json deleted file mode 100644 index 0394534c15..0000000000 --- a/Resources/Textures/White/Clothing/Underwear/Bottom/briefs.rsi/meta.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "license": "CC-BY-SA-3.0", - "copyright": "Taken from https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13", - "version": 1, - "size": { - "x": 32, - "y": 32 - }, - "states": [ - { - "name": "equipped-UNDERWEARB", - "directions": 4 - }, - { - "name": "equipped-UNDERWEARB-body-slim", - "directions": 4 - }, - { - "name": "icon" - } - ] -} diff --git a/Resources/Textures/White/Clothing/Underwear/Bottom/fishnet_lower.rsi/equipped-UNDERWEARB-body-slim.png b/Resources/Textures/White/Clothing/Underwear/Bottom/fishnet_lower.rsi/equipped-UNDERWEARB-body-slim.png deleted file mode 100644 index 508d88fe4a..0000000000 Binary files a/Resources/Textures/White/Clothing/Underwear/Bottom/fishnet_lower.rsi/equipped-UNDERWEARB-body-slim.png and /dev/null differ diff --git a/Resources/Textures/White/Clothing/Underwear/Bottom/fishnet_lower.rsi/equipped-UNDERWEARB.png b/Resources/Textures/White/Clothing/Underwear/Bottom/fishnet_lower.rsi/equipped-UNDERWEARB.png deleted file mode 100644 index 06fb43711e..0000000000 Binary files a/Resources/Textures/White/Clothing/Underwear/Bottom/fishnet_lower.rsi/equipped-UNDERWEARB.png and /dev/null differ diff --git a/Resources/Textures/White/Clothing/Underwear/Bottom/fishnet_lower.rsi/icon.png b/Resources/Textures/White/Clothing/Underwear/Bottom/fishnet_lower.rsi/icon.png deleted file mode 100644 index 502f63501e..0000000000 Binary files a/Resources/Textures/White/Clothing/Underwear/Bottom/fishnet_lower.rsi/icon.png and /dev/null differ diff --git a/Resources/Textures/White/Clothing/Underwear/Bottom/fishnet_lower.rsi/meta.json b/Resources/Textures/White/Clothing/Underwear/Bottom/fishnet_lower.rsi/meta.json deleted file mode 100644 index 0394534c15..0000000000 --- a/Resources/Textures/White/Clothing/Underwear/Bottom/fishnet_lower.rsi/meta.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "license": "CC-BY-SA-3.0", - "copyright": "Taken from https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13", - "version": 1, - "size": { - "x": 32, - "y": 32 - }, - "states": [ - { - "name": "equipped-UNDERWEARB", - "directions": 4 - }, - { - "name": "equipped-UNDERWEARB-body-slim", - "directions": 4 - }, - { - "name": "icon" - } - ] -} diff --git a/Resources/Textures/White/Clothing/Underwear/Bottom/heads/capitan/boxers.rsi/equipped-UNDERWEARB-body-slim.png b/Resources/Textures/White/Clothing/Underwear/Bottom/heads/capitan/boxers.rsi/equipped-UNDERWEARB-body-slim.png deleted file mode 100644 index 41bb9f70f5..0000000000 Binary files a/Resources/Textures/White/Clothing/Underwear/Bottom/heads/capitan/boxers.rsi/equipped-UNDERWEARB-body-slim.png and /dev/null differ diff --git a/Resources/Textures/White/Clothing/Underwear/Bottom/heads/capitan/boxers.rsi/equipped-UNDERWEARB.png b/Resources/Textures/White/Clothing/Underwear/Bottom/heads/capitan/boxers.rsi/equipped-UNDERWEARB.png deleted file mode 100644 index 3aa2ee84f5..0000000000 Binary files a/Resources/Textures/White/Clothing/Underwear/Bottom/heads/capitan/boxers.rsi/equipped-UNDERWEARB.png and /dev/null differ diff --git a/Resources/Textures/White/Clothing/Underwear/Bottom/heads/capitan/boxers.rsi/icon.png b/Resources/Textures/White/Clothing/Underwear/Bottom/heads/capitan/boxers.rsi/icon.png deleted file mode 100644 index 00890e9b52..0000000000 Binary files a/Resources/Textures/White/Clothing/Underwear/Bottom/heads/capitan/boxers.rsi/icon.png and /dev/null differ diff --git a/Resources/Textures/White/Clothing/Underwear/Bottom/heads/capitan/boxers.rsi/meta.json b/Resources/Textures/White/Clothing/Underwear/Bottom/heads/capitan/boxers.rsi/meta.json deleted file mode 100644 index 0394534c15..0000000000 --- a/Resources/Textures/White/Clothing/Underwear/Bottom/heads/capitan/boxers.rsi/meta.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "license": "CC-BY-SA-3.0", - "copyright": "Taken from https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13", - "version": 1, - "size": { - "x": 32, - "y": 32 - }, - "states": [ - { - "name": "equipped-UNDERWEARB", - "directions": 4 - }, - { - "name": "equipped-UNDERWEARB-body-slim", - "directions": 4 - }, - { - "name": "icon" - } - ] -} diff --git a/Resources/Textures/White/Clothing/Underwear/Bottom/heads/capitan/panties.rsi/equipped-UNDERWEARB-body-slim.png b/Resources/Textures/White/Clothing/Underwear/Bottom/heads/capitan/panties.rsi/equipped-UNDERWEARB-body-slim.png deleted file mode 100644 index 2d46fe8e78..0000000000 Binary files a/Resources/Textures/White/Clothing/Underwear/Bottom/heads/capitan/panties.rsi/equipped-UNDERWEARB-body-slim.png and /dev/null differ diff --git a/Resources/Textures/White/Clothing/Underwear/Bottom/heads/capitan/panties.rsi/equipped-UNDERWEARB.png b/Resources/Textures/White/Clothing/Underwear/Bottom/heads/capitan/panties.rsi/equipped-UNDERWEARB.png deleted file mode 100644 index 0ec42e8a65..0000000000 Binary files a/Resources/Textures/White/Clothing/Underwear/Bottom/heads/capitan/panties.rsi/equipped-UNDERWEARB.png and /dev/null differ diff --git a/Resources/Textures/White/Clothing/Underwear/Bottom/heads/capitan/panties.rsi/icon.png b/Resources/Textures/White/Clothing/Underwear/Bottom/heads/capitan/panties.rsi/icon.png deleted file mode 100644 index 6c478df286..0000000000 Binary files a/Resources/Textures/White/Clothing/Underwear/Bottom/heads/capitan/panties.rsi/icon.png and /dev/null differ diff --git a/Resources/Textures/White/Clothing/Underwear/Bottom/heads/capitan/panties.rsi/meta.json b/Resources/Textures/White/Clothing/Underwear/Bottom/heads/capitan/panties.rsi/meta.json deleted file mode 100644 index 0394534c15..0000000000 --- a/Resources/Textures/White/Clothing/Underwear/Bottom/heads/capitan/panties.rsi/meta.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "license": "CC-BY-SA-3.0", - "copyright": "Taken from https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13", - "version": 1, - "size": { - "x": 32, - "y": 32 - }, - "states": [ - { - "name": "equipped-UNDERWEARB", - "directions": 4 - }, - { - "name": "equipped-UNDERWEARB-body-slim", - "directions": 4 - }, - { - "name": "icon" - } - ] -} diff --git a/Resources/Textures/White/Clothing/Underwear/Bottom/heads/ce/boxers.rsi/equipped-UNDERWEARB-body-slim.png b/Resources/Textures/White/Clothing/Underwear/Bottom/heads/ce/boxers.rsi/equipped-UNDERWEARB-body-slim.png deleted file mode 100644 index 680529e0ac..0000000000 Binary files a/Resources/Textures/White/Clothing/Underwear/Bottom/heads/ce/boxers.rsi/equipped-UNDERWEARB-body-slim.png and /dev/null differ diff --git a/Resources/Textures/White/Clothing/Underwear/Bottom/heads/ce/boxers.rsi/equipped-UNDERWEARB.png b/Resources/Textures/White/Clothing/Underwear/Bottom/heads/ce/boxers.rsi/equipped-UNDERWEARB.png deleted file mode 100644 index 7dd8e41e32..0000000000 Binary files a/Resources/Textures/White/Clothing/Underwear/Bottom/heads/ce/boxers.rsi/equipped-UNDERWEARB.png and /dev/null differ diff --git a/Resources/Textures/White/Clothing/Underwear/Bottom/heads/ce/boxers.rsi/icon.png b/Resources/Textures/White/Clothing/Underwear/Bottom/heads/ce/boxers.rsi/icon.png deleted file mode 100644 index f99b8bdf83..0000000000 Binary files a/Resources/Textures/White/Clothing/Underwear/Bottom/heads/ce/boxers.rsi/icon.png and /dev/null differ diff --git a/Resources/Textures/White/Clothing/Underwear/Bottom/heads/ce/boxers.rsi/meta.json b/Resources/Textures/White/Clothing/Underwear/Bottom/heads/ce/boxers.rsi/meta.json deleted file mode 100644 index 0394534c15..0000000000 --- a/Resources/Textures/White/Clothing/Underwear/Bottom/heads/ce/boxers.rsi/meta.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "license": "CC-BY-SA-3.0", - "copyright": "Taken from https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13", - "version": 1, - "size": { - "x": 32, - "y": 32 - }, - "states": [ - { - "name": "equipped-UNDERWEARB", - "directions": 4 - }, - { - "name": "equipped-UNDERWEARB-body-slim", - "directions": 4 - }, - { - "name": "icon" - } - ] -} diff --git a/Resources/Textures/White/Clothing/Underwear/Bottom/heads/ce/panties.rsi/equipped-UNDERWEARB-body-slim.png b/Resources/Textures/White/Clothing/Underwear/Bottom/heads/ce/panties.rsi/equipped-UNDERWEARB-body-slim.png deleted file mode 100644 index c0f62ffd7c..0000000000 Binary files a/Resources/Textures/White/Clothing/Underwear/Bottom/heads/ce/panties.rsi/equipped-UNDERWEARB-body-slim.png and /dev/null differ diff --git a/Resources/Textures/White/Clothing/Underwear/Bottom/heads/ce/panties.rsi/equipped-UNDERWEARB.png b/Resources/Textures/White/Clothing/Underwear/Bottom/heads/ce/panties.rsi/equipped-UNDERWEARB.png deleted file mode 100644 index 3e1bcf00ec..0000000000 Binary files a/Resources/Textures/White/Clothing/Underwear/Bottom/heads/ce/panties.rsi/equipped-UNDERWEARB.png and /dev/null differ diff --git a/Resources/Textures/White/Clothing/Underwear/Bottom/heads/ce/panties.rsi/icon.png b/Resources/Textures/White/Clothing/Underwear/Bottom/heads/ce/panties.rsi/icon.png deleted file mode 100644 index 473032e46f..0000000000 Binary files a/Resources/Textures/White/Clothing/Underwear/Bottom/heads/ce/panties.rsi/icon.png and /dev/null differ diff --git a/Resources/Textures/White/Clothing/Underwear/Bottom/heads/ce/panties.rsi/meta.json b/Resources/Textures/White/Clothing/Underwear/Bottom/heads/ce/panties.rsi/meta.json deleted file mode 100644 index 0394534c15..0000000000 --- a/Resources/Textures/White/Clothing/Underwear/Bottom/heads/ce/panties.rsi/meta.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "license": "CC-BY-SA-3.0", - "copyright": "Taken from https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13", - "version": 1, - "size": { - "x": 32, - "y": 32 - }, - "states": [ - { - "name": "equipped-UNDERWEARB", - "directions": 4 - }, - { - "name": "equipped-UNDERWEARB-body-slim", - "directions": 4 - }, - { - "name": "icon" - } - ] -} diff --git a/Resources/Textures/White/Clothing/Underwear/Bottom/heads/cmo/boxers.rsi/equipped-UNDERWEARB-body-slim.png b/Resources/Textures/White/Clothing/Underwear/Bottom/heads/cmo/boxers.rsi/equipped-UNDERWEARB-body-slim.png deleted file mode 100644 index c94ef7ed3c..0000000000 Binary files a/Resources/Textures/White/Clothing/Underwear/Bottom/heads/cmo/boxers.rsi/equipped-UNDERWEARB-body-slim.png and /dev/null differ diff --git a/Resources/Textures/White/Clothing/Underwear/Bottom/heads/cmo/boxers.rsi/equipped-UNDERWEARB.png b/Resources/Textures/White/Clothing/Underwear/Bottom/heads/cmo/boxers.rsi/equipped-UNDERWEARB.png deleted file mode 100644 index 490ff3cf0f..0000000000 Binary files a/Resources/Textures/White/Clothing/Underwear/Bottom/heads/cmo/boxers.rsi/equipped-UNDERWEARB.png and /dev/null differ diff --git a/Resources/Textures/White/Clothing/Underwear/Bottom/heads/cmo/boxers.rsi/icon.png b/Resources/Textures/White/Clothing/Underwear/Bottom/heads/cmo/boxers.rsi/icon.png deleted file mode 100644 index bc44f54782..0000000000 Binary files a/Resources/Textures/White/Clothing/Underwear/Bottom/heads/cmo/boxers.rsi/icon.png and /dev/null differ diff --git a/Resources/Textures/White/Clothing/Underwear/Bottom/heads/cmo/boxers.rsi/meta.json b/Resources/Textures/White/Clothing/Underwear/Bottom/heads/cmo/boxers.rsi/meta.json deleted file mode 100644 index 0394534c15..0000000000 --- a/Resources/Textures/White/Clothing/Underwear/Bottom/heads/cmo/boxers.rsi/meta.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "license": "CC-BY-SA-3.0", - "copyright": "Taken from https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13", - "version": 1, - "size": { - "x": 32, - "y": 32 - }, - "states": [ - { - "name": "equipped-UNDERWEARB", - "directions": 4 - }, - { - "name": "equipped-UNDERWEARB-body-slim", - "directions": 4 - }, - { - "name": "icon" - } - ] -} diff --git a/Resources/Textures/White/Clothing/Underwear/Bottom/heads/cmo/panties.rsi/equipped-UNDERWEARB-body-slim.png b/Resources/Textures/White/Clothing/Underwear/Bottom/heads/cmo/panties.rsi/equipped-UNDERWEARB-body-slim.png deleted file mode 100644 index 286cec25ce..0000000000 Binary files a/Resources/Textures/White/Clothing/Underwear/Bottom/heads/cmo/panties.rsi/equipped-UNDERWEARB-body-slim.png and /dev/null differ diff --git a/Resources/Textures/White/Clothing/Underwear/Bottom/heads/cmo/panties.rsi/equipped-UNDERWEARB.png b/Resources/Textures/White/Clothing/Underwear/Bottom/heads/cmo/panties.rsi/equipped-UNDERWEARB.png deleted file mode 100644 index ab309dc614..0000000000 Binary files a/Resources/Textures/White/Clothing/Underwear/Bottom/heads/cmo/panties.rsi/equipped-UNDERWEARB.png and /dev/null differ diff --git a/Resources/Textures/White/Clothing/Underwear/Bottom/heads/cmo/panties.rsi/icon.png b/Resources/Textures/White/Clothing/Underwear/Bottom/heads/cmo/panties.rsi/icon.png deleted file mode 100644 index a5edff6108..0000000000 Binary files a/Resources/Textures/White/Clothing/Underwear/Bottom/heads/cmo/panties.rsi/icon.png and /dev/null differ diff --git a/Resources/Textures/White/Clothing/Underwear/Bottom/heads/cmo/panties.rsi/meta.json b/Resources/Textures/White/Clothing/Underwear/Bottom/heads/cmo/panties.rsi/meta.json deleted file mode 100644 index 0394534c15..0000000000 --- a/Resources/Textures/White/Clothing/Underwear/Bottom/heads/cmo/panties.rsi/meta.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "license": "CC-BY-SA-3.0", - "copyright": "Taken from https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13", - "version": 1, - "size": { - "x": 32, - "y": 32 - }, - "states": [ - { - "name": "equipped-UNDERWEARB", - "directions": 4 - }, - { - "name": "equipped-UNDERWEARB-body-slim", - "directions": 4 - }, - { - "name": "icon" - } - ] -} diff --git a/Resources/Textures/White/Clothing/Underwear/Bottom/heads/hop/boxers.rsi/equipped-UNDERWEARB-body-slim.png b/Resources/Textures/White/Clothing/Underwear/Bottom/heads/hop/boxers.rsi/equipped-UNDERWEARB-body-slim.png deleted file mode 100644 index 3124a47cc4..0000000000 Binary files a/Resources/Textures/White/Clothing/Underwear/Bottom/heads/hop/boxers.rsi/equipped-UNDERWEARB-body-slim.png and /dev/null differ diff --git a/Resources/Textures/White/Clothing/Underwear/Bottom/heads/hop/boxers.rsi/equipped-UNDERWEARB.png b/Resources/Textures/White/Clothing/Underwear/Bottom/heads/hop/boxers.rsi/equipped-UNDERWEARB.png deleted file mode 100644 index 2ef6f1c021..0000000000 Binary files a/Resources/Textures/White/Clothing/Underwear/Bottom/heads/hop/boxers.rsi/equipped-UNDERWEARB.png and /dev/null differ diff --git a/Resources/Textures/White/Clothing/Underwear/Bottom/heads/hop/boxers.rsi/icon.png b/Resources/Textures/White/Clothing/Underwear/Bottom/heads/hop/boxers.rsi/icon.png deleted file mode 100644 index 78ab46dbf7..0000000000 Binary files a/Resources/Textures/White/Clothing/Underwear/Bottom/heads/hop/boxers.rsi/icon.png and /dev/null differ diff --git a/Resources/Textures/White/Clothing/Underwear/Bottom/heads/hop/boxers.rsi/meta.json b/Resources/Textures/White/Clothing/Underwear/Bottom/heads/hop/boxers.rsi/meta.json deleted file mode 100644 index 0394534c15..0000000000 --- a/Resources/Textures/White/Clothing/Underwear/Bottom/heads/hop/boxers.rsi/meta.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "license": "CC-BY-SA-3.0", - "copyright": "Taken from https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13", - "version": 1, - "size": { - "x": 32, - "y": 32 - }, - "states": [ - { - "name": "equipped-UNDERWEARB", - "directions": 4 - }, - { - "name": "equipped-UNDERWEARB-body-slim", - "directions": 4 - }, - { - "name": "icon" - } - ] -} diff --git a/Resources/Textures/White/Clothing/Underwear/Bottom/heads/hop/panties.rsi/equipped-UNDERWEARB-body-slim.png b/Resources/Textures/White/Clothing/Underwear/Bottom/heads/hop/panties.rsi/equipped-UNDERWEARB-body-slim.png deleted file mode 100644 index e013491dfa..0000000000 Binary files a/Resources/Textures/White/Clothing/Underwear/Bottom/heads/hop/panties.rsi/equipped-UNDERWEARB-body-slim.png and /dev/null differ diff --git a/Resources/Textures/White/Clothing/Underwear/Bottom/heads/hop/panties.rsi/equipped-UNDERWEARB.png b/Resources/Textures/White/Clothing/Underwear/Bottom/heads/hop/panties.rsi/equipped-UNDERWEARB.png deleted file mode 100644 index 0263e72165..0000000000 Binary files a/Resources/Textures/White/Clothing/Underwear/Bottom/heads/hop/panties.rsi/equipped-UNDERWEARB.png and /dev/null differ diff --git a/Resources/Textures/White/Clothing/Underwear/Bottom/heads/hop/panties.rsi/icon.png b/Resources/Textures/White/Clothing/Underwear/Bottom/heads/hop/panties.rsi/icon.png deleted file mode 100644 index e2373d7518..0000000000 Binary files a/Resources/Textures/White/Clothing/Underwear/Bottom/heads/hop/panties.rsi/icon.png and /dev/null differ diff --git a/Resources/Textures/White/Clothing/Underwear/Bottom/heads/hop/panties.rsi/meta.json b/Resources/Textures/White/Clothing/Underwear/Bottom/heads/hop/panties.rsi/meta.json deleted file mode 100644 index 0394534c15..0000000000 --- a/Resources/Textures/White/Clothing/Underwear/Bottom/heads/hop/panties.rsi/meta.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "license": "CC-BY-SA-3.0", - "copyright": "Taken from https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13", - "version": 1, - "size": { - "x": 32, - "y": 32 - }, - "states": [ - { - "name": "equipped-UNDERWEARB", - "directions": 4 - }, - { - "name": "equipped-UNDERWEARB-body-slim", - "directions": 4 - }, - { - "name": "icon" - } - ] -} diff --git a/Resources/Textures/White/Clothing/Underwear/Bottom/heads/hos/boxers.rsi/equipped-UNDERWEARB-body-slim.png b/Resources/Textures/White/Clothing/Underwear/Bottom/heads/hos/boxers.rsi/equipped-UNDERWEARB-body-slim.png deleted file mode 100644 index b7d0c26e95..0000000000 Binary files a/Resources/Textures/White/Clothing/Underwear/Bottom/heads/hos/boxers.rsi/equipped-UNDERWEARB-body-slim.png and /dev/null differ diff --git a/Resources/Textures/White/Clothing/Underwear/Bottom/heads/hos/boxers.rsi/equipped-UNDERWEARB.png b/Resources/Textures/White/Clothing/Underwear/Bottom/heads/hos/boxers.rsi/equipped-UNDERWEARB.png deleted file mode 100644 index e8b5702867..0000000000 Binary files a/Resources/Textures/White/Clothing/Underwear/Bottom/heads/hos/boxers.rsi/equipped-UNDERWEARB.png and /dev/null differ diff --git a/Resources/Textures/White/Clothing/Underwear/Bottom/heads/hos/boxers.rsi/icon.png b/Resources/Textures/White/Clothing/Underwear/Bottom/heads/hos/boxers.rsi/icon.png deleted file mode 100644 index a5e3ba8c98..0000000000 Binary files a/Resources/Textures/White/Clothing/Underwear/Bottom/heads/hos/boxers.rsi/icon.png and /dev/null differ diff --git a/Resources/Textures/White/Clothing/Underwear/Bottom/heads/hos/boxers.rsi/meta.json b/Resources/Textures/White/Clothing/Underwear/Bottom/heads/hos/boxers.rsi/meta.json deleted file mode 100644 index 0394534c15..0000000000 --- a/Resources/Textures/White/Clothing/Underwear/Bottom/heads/hos/boxers.rsi/meta.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "license": "CC-BY-SA-3.0", - "copyright": "Taken from https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13", - "version": 1, - "size": { - "x": 32, - "y": 32 - }, - "states": [ - { - "name": "equipped-UNDERWEARB", - "directions": 4 - }, - { - "name": "equipped-UNDERWEARB-body-slim", - "directions": 4 - }, - { - "name": "icon" - } - ] -} diff --git a/Resources/Textures/White/Clothing/Underwear/Bottom/heads/hos/panties.rsi/equipped-UNDERWEARB-body-slim.png b/Resources/Textures/White/Clothing/Underwear/Bottom/heads/hos/panties.rsi/equipped-UNDERWEARB-body-slim.png deleted file mode 100644 index a0f2c40bf6..0000000000 Binary files a/Resources/Textures/White/Clothing/Underwear/Bottom/heads/hos/panties.rsi/equipped-UNDERWEARB-body-slim.png and /dev/null differ diff --git a/Resources/Textures/White/Clothing/Underwear/Bottom/heads/hos/panties.rsi/equipped-UNDERWEARB.png b/Resources/Textures/White/Clothing/Underwear/Bottom/heads/hos/panties.rsi/equipped-UNDERWEARB.png deleted file mode 100644 index 5019c8fcc0..0000000000 Binary files a/Resources/Textures/White/Clothing/Underwear/Bottom/heads/hos/panties.rsi/equipped-UNDERWEARB.png and /dev/null differ diff --git a/Resources/Textures/White/Clothing/Underwear/Bottom/heads/hos/panties.rsi/icon.png b/Resources/Textures/White/Clothing/Underwear/Bottom/heads/hos/panties.rsi/icon.png deleted file mode 100644 index 97ed248653..0000000000 Binary files a/Resources/Textures/White/Clothing/Underwear/Bottom/heads/hos/panties.rsi/icon.png and /dev/null differ diff --git a/Resources/Textures/White/Clothing/Underwear/Bottom/heads/hos/panties.rsi/meta.json b/Resources/Textures/White/Clothing/Underwear/Bottom/heads/hos/panties.rsi/meta.json deleted file mode 100644 index 0394534c15..0000000000 --- a/Resources/Textures/White/Clothing/Underwear/Bottom/heads/hos/panties.rsi/meta.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "license": "CC-BY-SA-3.0", - "copyright": "Taken from https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13", - "version": 1, - "size": { - "x": 32, - "y": 32 - }, - "states": [ - { - "name": "equipped-UNDERWEARB", - "directions": 4 - }, - { - "name": "equipped-UNDERWEARB-body-slim", - "directions": 4 - }, - { - "name": "icon" - } - ] -} diff --git a/Resources/Textures/White/Clothing/Underwear/Bottom/heads/qm/boxers.rsi/equipped-UNDERWEARB-body-slim.png b/Resources/Textures/White/Clothing/Underwear/Bottom/heads/qm/boxers.rsi/equipped-UNDERWEARB-body-slim.png deleted file mode 100644 index 0c1395fc77..0000000000 Binary files a/Resources/Textures/White/Clothing/Underwear/Bottom/heads/qm/boxers.rsi/equipped-UNDERWEARB-body-slim.png and /dev/null differ diff --git a/Resources/Textures/White/Clothing/Underwear/Bottom/heads/qm/boxers.rsi/equipped-UNDERWEARB.png b/Resources/Textures/White/Clothing/Underwear/Bottom/heads/qm/boxers.rsi/equipped-UNDERWEARB.png deleted file mode 100644 index 4896924ac1..0000000000 Binary files a/Resources/Textures/White/Clothing/Underwear/Bottom/heads/qm/boxers.rsi/equipped-UNDERWEARB.png and /dev/null differ diff --git a/Resources/Textures/White/Clothing/Underwear/Bottom/heads/qm/boxers.rsi/icon.png b/Resources/Textures/White/Clothing/Underwear/Bottom/heads/qm/boxers.rsi/icon.png deleted file mode 100644 index b6d2cf8569..0000000000 Binary files a/Resources/Textures/White/Clothing/Underwear/Bottom/heads/qm/boxers.rsi/icon.png and /dev/null differ diff --git a/Resources/Textures/White/Clothing/Underwear/Bottom/heads/qm/boxers.rsi/meta.json b/Resources/Textures/White/Clothing/Underwear/Bottom/heads/qm/boxers.rsi/meta.json deleted file mode 100644 index 0394534c15..0000000000 --- a/Resources/Textures/White/Clothing/Underwear/Bottom/heads/qm/boxers.rsi/meta.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "license": "CC-BY-SA-3.0", - "copyright": "Taken from https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13", - "version": 1, - "size": { - "x": 32, - "y": 32 - }, - "states": [ - { - "name": "equipped-UNDERWEARB", - "directions": 4 - }, - { - "name": "equipped-UNDERWEARB-body-slim", - "directions": 4 - }, - { - "name": "icon" - } - ] -} diff --git a/Resources/Textures/White/Clothing/Underwear/Bottom/heads/qm/panties.rsi/equipped-UNDERWEARB-body-slim.png b/Resources/Textures/White/Clothing/Underwear/Bottom/heads/qm/panties.rsi/equipped-UNDERWEARB-body-slim.png deleted file mode 100644 index dff2f65ddd..0000000000 Binary files a/Resources/Textures/White/Clothing/Underwear/Bottom/heads/qm/panties.rsi/equipped-UNDERWEARB-body-slim.png and /dev/null differ diff --git a/Resources/Textures/White/Clothing/Underwear/Bottom/heads/qm/panties.rsi/equipped-UNDERWEARB.png b/Resources/Textures/White/Clothing/Underwear/Bottom/heads/qm/panties.rsi/equipped-UNDERWEARB.png deleted file mode 100644 index 1530a7fb23..0000000000 Binary files a/Resources/Textures/White/Clothing/Underwear/Bottom/heads/qm/panties.rsi/equipped-UNDERWEARB.png and /dev/null differ diff --git a/Resources/Textures/White/Clothing/Underwear/Bottom/heads/qm/panties.rsi/icon.png b/Resources/Textures/White/Clothing/Underwear/Bottom/heads/qm/panties.rsi/icon.png deleted file mode 100644 index c06a5c7ba9..0000000000 Binary files a/Resources/Textures/White/Clothing/Underwear/Bottom/heads/qm/panties.rsi/icon.png and /dev/null differ diff --git a/Resources/Textures/White/Clothing/Underwear/Bottom/heads/qm/panties.rsi/meta.json b/Resources/Textures/White/Clothing/Underwear/Bottom/heads/qm/panties.rsi/meta.json deleted file mode 100644 index 0394534c15..0000000000 --- a/Resources/Textures/White/Clothing/Underwear/Bottom/heads/qm/panties.rsi/meta.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "license": "CC-BY-SA-3.0", - "copyright": "Taken from https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13", - "version": 1, - "size": { - "x": 32, - "y": 32 - }, - "states": [ - { - "name": "equipped-UNDERWEARB", - "directions": 4 - }, - { - "name": "equipped-UNDERWEARB-body-slim", - "directions": 4 - }, - { - "name": "icon" - } - ] -} diff --git a/Resources/Textures/White/Clothing/Underwear/Bottom/heads/rd/boxers.rsi/equipped-UNDERWEARB-body-slim.png b/Resources/Textures/White/Clothing/Underwear/Bottom/heads/rd/boxers.rsi/equipped-UNDERWEARB-body-slim.png deleted file mode 100644 index 6ef870ce33..0000000000 Binary files a/Resources/Textures/White/Clothing/Underwear/Bottom/heads/rd/boxers.rsi/equipped-UNDERWEARB-body-slim.png and /dev/null differ diff --git a/Resources/Textures/White/Clothing/Underwear/Bottom/heads/rd/boxers.rsi/equipped-UNDERWEARB.png b/Resources/Textures/White/Clothing/Underwear/Bottom/heads/rd/boxers.rsi/equipped-UNDERWEARB.png deleted file mode 100644 index 34179fc80a..0000000000 Binary files a/Resources/Textures/White/Clothing/Underwear/Bottom/heads/rd/boxers.rsi/equipped-UNDERWEARB.png and /dev/null differ diff --git a/Resources/Textures/White/Clothing/Underwear/Bottom/heads/rd/boxers.rsi/icon.png b/Resources/Textures/White/Clothing/Underwear/Bottom/heads/rd/boxers.rsi/icon.png deleted file mode 100644 index 53d6c5c708..0000000000 Binary files a/Resources/Textures/White/Clothing/Underwear/Bottom/heads/rd/boxers.rsi/icon.png and /dev/null differ diff --git a/Resources/Textures/White/Clothing/Underwear/Bottom/heads/rd/boxers.rsi/meta.json b/Resources/Textures/White/Clothing/Underwear/Bottom/heads/rd/boxers.rsi/meta.json deleted file mode 100644 index 0394534c15..0000000000 --- a/Resources/Textures/White/Clothing/Underwear/Bottom/heads/rd/boxers.rsi/meta.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "license": "CC-BY-SA-3.0", - "copyright": "Taken from https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13", - "version": 1, - "size": { - "x": 32, - "y": 32 - }, - "states": [ - { - "name": "equipped-UNDERWEARB", - "directions": 4 - }, - { - "name": "equipped-UNDERWEARB-body-slim", - "directions": 4 - }, - { - "name": "icon" - } - ] -} diff --git a/Resources/Textures/White/Clothing/Underwear/Bottom/heads/rd/panties.rsi/equipped-UNDERWEARB-body-slim.png b/Resources/Textures/White/Clothing/Underwear/Bottom/heads/rd/panties.rsi/equipped-UNDERWEARB-body-slim.png deleted file mode 100644 index 3dbda453f8..0000000000 Binary files a/Resources/Textures/White/Clothing/Underwear/Bottom/heads/rd/panties.rsi/equipped-UNDERWEARB-body-slim.png and /dev/null differ diff --git a/Resources/Textures/White/Clothing/Underwear/Bottom/heads/rd/panties.rsi/equipped-UNDERWEARB.png b/Resources/Textures/White/Clothing/Underwear/Bottom/heads/rd/panties.rsi/equipped-UNDERWEARB.png deleted file mode 100644 index dab1414eb0..0000000000 Binary files a/Resources/Textures/White/Clothing/Underwear/Bottom/heads/rd/panties.rsi/equipped-UNDERWEARB.png and /dev/null differ diff --git a/Resources/Textures/White/Clothing/Underwear/Bottom/heads/rd/panties.rsi/icon.png b/Resources/Textures/White/Clothing/Underwear/Bottom/heads/rd/panties.rsi/icon.png deleted file mode 100644 index 985d1490f0..0000000000 Binary files a/Resources/Textures/White/Clothing/Underwear/Bottom/heads/rd/panties.rsi/icon.png and /dev/null differ diff --git a/Resources/Textures/White/Clothing/Underwear/Bottom/heads/rd/panties.rsi/meta.json b/Resources/Textures/White/Clothing/Underwear/Bottom/heads/rd/panties.rsi/meta.json deleted file mode 100644 index 0394534c15..0000000000 --- a/Resources/Textures/White/Clothing/Underwear/Bottom/heads/rd/panties.rsi/meta.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "license": "CC-BY-SA-3.0", - "copyright": "Taken from https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13", - "version": 1, - "size": { - "x": 32, - "y": 32 - }, - "states": [ - { - "name": "equipped-UNDERWEARB", - "directions": 4 - }, - { - "name": "equipped-UNDERWEARB-body-slim", - "directions": 4 - }, - { - "name": "icon" - } - ] -} diff --git a/Resources/Textures/White/Clothing/Underwear/Bottom/jockstrap.rsi/equipped-UNDERWEARB-body-slim.png b/Resources/Textures/White/Clothing/Underwear/Bottom/jockstrap.rsi/equipped-UNDERWEARB-body-slim.png deleted file mode 100644 index 2a9bd9ee8f..0000000000 Binary files a/Resources/Textures/White/Clothing/Underwear/Bottom/jockstrap.rsi/equipped-UNDERWEARB-body-slim.png and /dev/null differ diff --git a/Resources/Textures/White/Clothing/Underwear/Bottom/jockstrap.rsi/equipped-UNDERWEARB.png b/Resources/Textures/White/Clothing/Underwear/Bottom/jockstrap.rsi/equipped-UNDERWEARB.png deleted file mode 100644 index 4abcad500f..0000000000 Binary files a/Resources/Textures/White/Clothing/Underwear/Bottom/jockstrap.rsi/equipped-UNDERWEARB.png and /dev/null differ diff --git a/Resources/Textures/White/Clothing/Underwear/Bottom/jockstrap.rsi/icon.png b/Resources/Textures/White/Clothing/Underwear/Bottom/jockstrap.rsi/icon.png deleted file mode 100644 index b8bd382fc7..0000000000 Binary files a/Resources/Textures/White/Clothing/Underwear/Bottom/jockstrap.rsi/icon.png and /dev/null differ diff --git a/Resources/Textures/White/Clothing/Underwear/Bottom/jockstrap.rsi/meta.json b/Resources/Textures/White/Clothing/Underwear/Bottom/jockstrap.rsi/meta.json deleted file mode 100644 index 0394534c15..0000000000 --- a/Resources/Textures/White/Clothing/Underwear/Bottom/jockstrap.rsi/meta.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "license": "CC-BY-SA-3.0", - "copyright": "Taken from https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13", - "version": 1, - "size": { - "x": 32, - "y": 32 - }, - "states": [ - { - "name": "equipped-UNDERWEARB", - "directions": 4 - }, - { - "name": "equipped-UNDERWEARB-body-slim", - "directions": 4 - }, - { - "name": "icon" - } - ] -} diff --git a/Resources/Textures/White/Clothing/Underwear/Bottom/mankini.rsi/equipped-UNDERWEARB-body-slim.png b/Resources/Textures/White/Clothing/Underwear/Bottom/mankini.rsi/equipped-UNDERWEARB-body-slim.png deleted file mode 100644 index aca3dc7f17..0000000000 Binary files a/Resources/Textures/White/Clothing/Underwear/Bottom/mankini.rsi/equipped-UNDERWEARB-body-slim.png and /dev/null differ diff --git a/Resources/Textures/White/Clothing/Underwear/Bottom/mankini.rsi/equipped-UNDERWEARB.png b/Resources/Textures/White/Clothing/Underwear/Bottom/mankini.rsi/equipped-UNDERWEARB.png deleted file mode 100644 index 217c422699..0000000000 Binary files a/Resources/Textures/White/Clothing/Underwear/Bottom/mankini.rsi/equipped-UNDERWEARB.png and /dev/null differ diff --git a/Resources/Textures/White/Clothing/Underwear/Bottom/mankini.rsi/icon.png b/Resources/Textures/White/Clothing/Underwear/Bottom/mankini.rsi/icon.png deleted file mode 100644 index e8ce24eae8..0000000000 Binary files a/Resources/Textures/White/Clothing/Underwear/Bottom/mankini.rsi/icon.png and /dev/null differ diff --git a/Resources/Textures/White/Clothing/Underwear/Bottom/mankini.rsi/meta.json b/Resources/Textures/White/Clothing/Underwear/Bottom/mankini.rsi/meta.json deleted file mode 100644 index 0394534c15..0000000000 --- a/Resources/Textures/White/Clothing/Underwear/Bottom/mankini.rsi/meta.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "license": "CC-BY-SA-3.0", - "copyright": "Taken from https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13", - "version": 1, - "size": { - "x": 32, - "y": 32 - }, - "states": [ - { - "name": "equipped-UNDERWEARB", - "directions": 4 - }, - { - "name": "equipped-UNDERWEARB-body-slim", - "directions": 4 - }, - { - "name": "icon" - } - ] -} diff --git a/Resources/Textures/White/Clothing/Underwear/Bottom/panties.rsi/equipped-UNDERWEARB-body-slim.png b/Resources/Textures/White/Clothing/Underwear/Bottom/panties.rsi/equipped-UNDERWEARB-body-slim.png deleted file mode 100644 index a3babd0a4c..0000000000 Binary files a/Resources/Textures/White/Clothing/Underwear/Bottom/panties.rsi/equipped-UNDERWEARB-body-slim.png and /dev/null differ diff --git a/Resources/Textures/White/Clothing/Underwear/Bottom/panties.rsi/equipped-UNDERWEARB.png b/Resources/Textures/White/Clothing/Underwear/Bottom/panties.rsi/equipped-UNDERWEARB.png deleted file mode 100644 index d13813a2d2..0000000000 Binary files a/Resources/Textures/White/Clothing/Underwear/Bottom/panties.rsi/equipped-UNDERWEARB.png and /dev/null differ diff --git a/Resources/Textures/White/Clothing/Underwear/Bottom/panties.rsi/icon.png b/Resources/Textures/White/Clothing/Underwear/Bottom/panties.rsi/icon.png deleted file mode 100644 index 6b0f4555b3..0000000000 Binary files a/Resources/Textures/White/Clothing/Underwear/Bottom/panties.rsi/icon.png and /dev/null differ diff --git a/Resources/Textures/White/Clothing/Underwear/Bottom/panties.rsi/meta.json b/Resources/Textures/White/Clothing/Underwear/Bottom/panties.rsi/meta.json deleted file mode 100644 index 0394534c15..0000000000 --- a/Resources/Textures/White/Clothing/Underwear/Bottom/panties.rsi/meta.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "license": "CC-BY-SA-3.0", - "copyright": "Taken from https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13", - "version": 1, - "size": { - "x": 32, - "y": 32 - }, - "states": [ - { - "name": "equipped-UNDERWEARB", - "directions": 4 - }, - { - "name": "equipped-UNDERWEARB-body-slim", - "directions": 4 - }, - { - "name": "icon" - } - ] -} diff --git a/Resources/Textures/White/Clothing/Underwear/Bottom/panties_bee_kini.rsi/equipped-UNDERWEARB-body-slim.png b/Resources/Textures/White/Clothing/Underwear/Bottom/panties_bee_kini.rsi/equipped-UNDERWEARB-body-slim.png deleted file mode 100644 index e64a479b45..0000000000 Binary files a/Resources/Textures/White/Clothing/Underwear/Bottom/panties_bee_kini.rsi/equipped-UNDERWEARB-body-slim.png and /dev/null differ diff --git a/Resources/Textures/White/Clothing/Underwear/Bottom/panties_bee_kini.rsi/equipped-UNDERWEARB.png b/Resources/Textures/White/Clothing/Underwear/Bottom/panties_bee_kini.rsi/equipped-UNDERWEARB.png deleted file mode 100644 index fd9e186450..0000000000 Binary files a/Resources/Textures/White/Clothing/Underwear/Bottom/panties_bee_kini.rsi/equipped-UNDERWEARB.png and /dev/null differ diff --git a/Resources/Textures/White/Clothing/Underwear/Bottom/panties_bee_kini.rsi/icon.png b/Resources/Textures/White/Clothing/Underwear/Bottom/panties_bee_kini.rsi/icon.png deleted file mode 100644 index 85fc1a7c5e..0000000000 Binary files a/Resources/Textures/White/Clothing/Underwear/Bottom/panties_bee_kini.rsi/icon.png and /dev/null differ diff --git a/Resources/Textures/White/Clothing/Underwear/Bottom/panties_bee_kini.rsi/meta.json b/Resources/Textures/White/Clothing/Underwear/Bottom/panties_bee_kini.rsi/meta.json deleted file mode 100644 index 0394534c15..0000000000 --- a/Resources/Textures/White/Clothing/Underwear/Bottom/panties_bee_kini.rsi/meta.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "license": "CC-BY-SA-3.0", - "copyright": "Taken from https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13", - "version": 1, - "size": { - "x": 32, - "y": 32 - }, - "states": [ - { - "name": "equipped-UNDERWEARB", - "directions": 4 - }, - { - "name": "equipped-UNDERWEARB-body-slim", - "directions": 4 - }, - { - "name": "icon" - } - ] -} diff --git a/Resources/Textures/White/Clothing/Underwear/Bottom/panties_kinky.rsi/equipped-UNDERWEARB-body-slim.png b/Resources/Textures/White/Clothing/Underwear/Bottom/panties_kinky.rsi/equipped-UNDERWEARB-body-slim.png deleted file mode 100644 index 1054a881ec..0000000000 Binary files a/Resources/Textures/White/Clothing/Underwear/Bottom/panties_kinky.rsi/equipped-UNDERWEARB-body-slim.png and /dev/null differ diff --git a/Resources/Textures/White/Clothing/Underwear/Bottom/panties_kinky.rsi/equipped-UNDERWEARB.png b/Resources/Textures/White/Clothing/Underwear/Bottom/panties_kinky.rsi/equipped-UNDERWEARB.png deleted file mode 100644 index 9cf8387dd7..0000000000 Binary files a/Resources/Textures/White/Clothing/Underwear/Bottom/panties_kinky.rsi/equipped-UNDERWEARB.png and /dev/null differ diff --git a/Resources/Textures/White/Clothing/Underwear/Bottom/panties_kinky.rsi/icon.png b/Resources/Textures/White/Clothing/Underwear/Bottom/panties_kinky.rsi/icon.png deleted file mode 100644 index 5b2d8ccfa9..0000000000 Binary files a/Resources/Textures/White/Clothing/Underwear/Bottom/panties_kinky.rsi/icon.png and /dev/null differ diff --git a/Resources/Textures/White/Clothing/Underwear/Bottom/panties_kinky.rsi/meta.json b/Resources/Textures/White/Clothing/Underwear/Bottom/panties_kinky.rsi/meta.json deleted file mode 100644 index 0394534c15..0000000000 --- a/Resources/Textures/White/Clothing/Underwear/Bottom/panties_kinky.rsi/meta.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "license": "CC-BY-SA-3.0", - "copyright": "Taken from https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13", - "version": 1, - "size": { - "x": 32, - "y": 32 - }, - "states": [ - { - "name": "equipped-UNDERWEARB", - "directions": 4 - }, - { - "name": "equipped-UNDERWEARB-body-slim", - "directions": 4 - }, - { - "name": "icon" - } - ] -} diff --git a/Resources/Textures/White/Clothing/Underwear/Bottom/panties_neko.rsi/equipped-UNDERWEARB-body-slim.png b/Resources/Textures/White/Clothing/Underwear/Bottom/panties_neko.rsi/equipped-UNDERWEARB-body-slim.png deleted file mode 100644 index 261ff87fa5..0000000000 Binary files a/Resources/Textures/White/Clothing/Underwear/Bottom/panties_neko.rsi/equipped-UNDERWEARB-body-slim.png and /dev/null differ diff --git a/Resources/Textures/White/Clothing/Underwear/Bottom/panties_neko.rsi/equipped-UNDERWEARB.png b/Resources/Textures/White/Clothing/Underwear/Bottom/panties_neko.rsi/equipped-UNDERWEARB.png deleted file mode 100644 index 35cd5e70dc..0000000000 Binary files a/Resources/Textures/White/Clothing/Underwear/Bottom/panties_neko.rsi/equipped-UNDERWEARB.png and /dev/null differ diff --git a/Resources/Textures/White/Clothing/Underwear/Bottom/panties_neko.rsi/icon.png b/Resources/Textures/White/Clothing/Underwear/Bottom/panties_neko.rsi/icon.png deleted file mode 100644 index 8d5f27e916..0000000000 Binary files a/Resources/Textures/White/Clothing/Underwear/Bottom/panties_neko.rsi/icon.png and /dev/null differ diff --git a/Resources/Textures/White/Clothing/Underwear/Bottom/panties_neko.rsi/meta.json b/Resources/Textures/White/Clothing/Underwear/Bottom/panties_neko.rsi/meta.json deleted file mode 100644 index 0394534c15..0000000000 --- a/Resources/Textures/White/Clothing/Underwear/Bottom/panties_neko.rsi/meta.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "license": "CC-BY-SA-3.0", - "copyright": "Taken from https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13", - "version": 1, - "size": { - "x": 32, - "y": 32 - }, - "states": [ - { - "name": "equipped-UNDERWEARB", - "directions": 4 - }, - { - "name": "equipped-UNDERWEARB-body-slim", - "directions": 4 - }, - { - "name": "icon" - } - ] -} diff --git a/Resources/Textures/White/Clothing/Underwear/Bottom/panties_slim.rsi/equipped-UNDERWEARB-body-slim.png b/Resources/Textures/White/Clothing/Underwear/Bottom/panties_slim.rsi/equipped-UNDERWEARB-body-slim.png deleted file mode 100644 index 75753cfc0d..0000000000 Binary files a/Resources/Textures/White/Clothing/Underwear/Bottom/panties_slim.rsi/equipped-UNDERWEARB-body-slim.png and /dev/null differ diff --git a/Resources/Textures/White/Clothing/Underwear/Bottom/panties_slim.rsi/equipped-UNDERWEARB.png b/Resources/Textures/White/Clothing/Underwear/Bottom/panties_slim.rsi/equipped-UNDERWEARB.png deleted file mode 100644 index 45081c8eaf..0000000000 Binary files a/Resources/Textures/White/Clothing/Underwear/Bottom/panties_slim.rsi/equipped-UNDERWEARB.png and /dev/null differ diff --git a/Resources/Textures/White/Clothing/Underwear/Bottom/panties_slim.rsi/icon.png b/Resources/Textures/White/Clothing/Underwear/Bottom/panties_slim.rsi/icon.png deleted file mode 100644 index f2b774e53c..0000000000 Binary files a/Resources/Textures/White/Clothing/Underwear/Bottom/panties_slim.rsi/icon.png and /dev/null differ diff --git a/Resources/Textures/White/Clothing/Underwear/Bottom/panties_slim.rsi/meta.json b/Resources/Textures/White/Clothing/Underwear/Bottom/panties_slim.rsi/meta.json deleted file mode 100644 index 0394534c15..0000000000 --- a/Resources/Textures/White/Clothing/Underwear/Bottom/panties_slim.rsi/meta.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "license": "CC-BY-SA-3.0", - "copyright": "Taken from https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13", - "version": 1, - "size": { - "x": 32, - "y": 32 - }, - "states": [ - { - "name": "equipped-UNDERWEARB", - "directions": 4 - }, - { - "name": "equipped-UNDERWEARB-body-slim", - "directions": 4 - }, - { - "name": "icon" - } - ] -} diff --git a/Resources/Textures/White/Clothing/Underwear/Bottom/panties_swimming.rsi/equipped-UNDERWEARB-body-slim.png b/Resources/Textures/White/Clothing/Underwear/Bottom/panties_swimming.rsi/equipped-UNDERWEARB-body-slim.png deleted file mode 100644 index 45e2fff682..0000000000 Binary files a/Resources/Textures/White/Clothing/Underwear/Bottom/panties_swimming.rsi/equipped-UNDERWEARB-body-slim.png and /dev/null differ diff --git a/Resources/Textures/White/Clothing/Underwear/Bottom/panties_swimming.rsi/equipped-UNDERWEARB.png b/Resources/Textures/White/Clothing/Underwear/Bottom/panties_swimming.rsi/equipped-UNDERWEARB.png deleted file mode 100644 index 70b82546d9..0000000000 Binary files a/Resources/Textures/White/Clothing/Underwear/Bottom/panties_swimming.rsi/equipped-UNDERWEARB.png and /dev/null differ diff --git a/Resources/Textures/White/Clothing/Underwear/Bottom/panties_swimming.rsi/icon.png b/Resources/Textures/White/Clothing/Underwear/Bottom/panties_swimming.rsi/icon.png deleted file mode 100644 index 811e712738..0000000000 Binary files a/Resources/Textures/White/Clothing/Underwear/Bottom/panties_swimming.rsi/icon.png and /dev/null differ diff --git a/Resources/Textures/White/Clothing/Underwear/Bottom/panties_swimming.rsi/meta.json b/Resources/Textures/White/Clothing/Underwear/Bottom/panties_swimming.rsi/meta.json deleted file mode 100644 index 0394534c15..0000000000 --- a/Resources/Textures/White/Clothing/Underwear/Bottom/panties_swimming.rsi/meta.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "license": "CC-BY-SA-3.0", - "copyright": "Taken from https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13", - "version": 1, - "size": { - "x": 32, - "y": 32 - }, - "states": [ - { - "name": "equipped-UNDERWEARB", - "directions": 4 - }, - { - "name": "equipped-UNDERWEARB-body-slim", - "directions": 4 - }, - { - "name": "icon" - } - ] -} diff --git a/Resources/Textures/White/Clothing/Underwear/Bottom/panties_thin.rsi/equipped-UNDERWEARB-body-slim.png b/Resources/Textures/White/Clothing/Underwear/Bottom/panties_thin.rsi/equipped-UNDERWEARB-body-slim.png deleted file mode 100644 index 3056d2a1d9..0000000000 Binary files a/Resources/Textures/White/Clothing/Underwear/Bottom/panties_thin.rsi/equipped-UNDERWEARB-body-slim.png and /dev/null differ diff --git a/Resources/Textures/White/Clothing/Underwear/Bottom/panties_thin.rsi/equipped-UNDERWEARB.png b/Resources/Textures/White/Clothing/Underwear/Bottom/panties_thin.rsi/equipped-UNDERWEARB.png deleted file mode 100644 index 79c31577a1..0000000000 Binary files a/Resources/Textures/White/Clothing/Underwear/Bottom/panties_thin.rsi/equipped-UNDERWEARB.png and /dev/null differ diff --git a/Resources/Textures/White/Clothing/Underwear/Bottom/panties_thin.rsi/icon.png b/Resources/Textures/White/Clothing/Underwear/Bottom/panties_thin.rsi/icon.png deleted file mode 100644 index 8c5ff343e5..0000000000 Binary files a/Resources/Textures/White/Clothing/Underwear/Bottom/panties_thin.rsi/icon.png and /dev/null differ diff --git a/Resources/Textures/White/Clothing/Underwear/Bottom/panties_thin.rsi/meta.json b/Resources/Textures/White/Clothing/Underwear/Bottom/panties_thin.rsi/meta.json deleted file mode 100644 index 0394534c15..0000000000 --- a/Resources/Textures/White/Clothing/Underwear/Bottom/panties_thin.rsi/meta.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "license": "CC-BY-SA-3.0", - "copyright": "Taken from https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13", - "version": 1, - "size": { - "x": 32, - "y": 32 - }, - "states": [ - { - "name": "equipped-UNDERWEARB", - "directions": 4 - }, - { - "name": "equipped-UNDERWEARB-body-slim", - "directions": 4 - }, - { - "name": "icon" - } - ] -} diff --git a/Resources/Textures/White/Clothing/Underwear/Bottom/striped_panties.rsi/equipped-UNDERWEARB-body-slim.png b/Resources/Textures/White/Clothing/Underwear/Bottom/striped_panties.rsi/equipped-UNDERWEARB-body-slim.png deleted file mode 100644 index f039578e11..0000000000 Binary files a/Resources/Textures/White/Clothing/Underwear/Bottom/striped_panties.rsi/equipped-UNDERWEARB-body-slim.png and /dev/null differ diff --git a/Resources/Textures/White/Clothing/Underwear/Bottom/striped_panties.rsi/equipped-UNDERWEARB.png b/Resources/Textures/White/Clothing/Underwear/Bottom/striped_panties.rsi/equipped-UNDERWEARB.png deleted file mode 100644 index 9b2bedc45f..0000000000 Binary files a/Resources/Textures/White/Clothing/Underwear/Bottom/striped_panties.rsi/equipped-UNDERWEARB.png and /dev/null differ diff --git a/Resources/Textures/White/Clothing/Underwear/Bottom/striped_panties.rsi/icon.png b/Resources/Textures/White/Clothing/Underwear/Bottom/striped_panties.rsi/icon.png deleted file mode 100644 index d78178630a..0000000000 Binary files a/Resources/Textures/White/Clothing/Underwear/Bottom/striped_panties.rsi/icon.png and /dev/null differ diff --git a/Resources/Textures/White/Clothing/Underwear/Bottom/striped_panties.rsi/meta.json b/Resources/Textures/White/Clothing/Underwear/Bottom/striped_panties.rsi/meta.json deleted file mode 100644 index 0394534c15..0000000000 --- a/Resources/Textures/White/Clothing/Underwear/Bottom/striped_panties.rsi/meta.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "license": "CC-BY-SA-3.0", - "copyright": "Taken from https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13", - "version": 1, - "size": { - "x": 32, - "y": 32 - }, - "states": [ - { - "name": "equipped-UNDERWEARB", - "directions": 4 - }, - { - "name": "equipped-UNDERWEARB-body-slim", - "directions": 4 - }, - { - "name": "icon" - } - ] -} diff --git a/Resources/Textures/White/Clothing/Underwear/Bottom/thong.rsi/equipped-UNDERWEARB-body-slim.png b/Resources/Textures/White/Clothing/Underwear/Bottom/thong.rsi/equipped-UNDERWEARB-body-slim.png deleted file mode 100644 index 8bb92e0e2c..0000000000 Binary files a/Resources/Textures/White/Clothing/Underwear/Bottom/thong.rsi/equipped-UNDERWEARB-body-slim.png and /dev/null differ diff --git a/Resources/Textures/White/Clothing/Underwear/Bottom/thong.rsi/equipped-UNDERWEARB.png b/Resources/Textures/White/Clothing/Underwear/Bottom/thong.rsi/equipped-UNDERWEARB.png deleted file mode 100644 index 7385c0f0a8..0000000000 Binary files a/Resources/Textures/White/Clothing/Underwear/Bottom/thong.rsi/equipped-UNDERWEARB.png and /dev/null differ diff --git a/Resources/Textures/White/Clothing/Underwear/Bottom/thong.rsi/icon.png b/Resources/Textures/White/Clothing/Underwear/Bottom/thong.rsi/icon.png deleted file mode 100644 index 72ca8ebc89..0000000000 Binary files a/Resources/Textures/White/Clothing/Underwear/Bottom/thong.rsi/icon.png and /dev/null differ diff --git a/Resources/Textures/White/Clothing/Underwear/Bottom/thong.rsi/meta.json b/Resources/Textures/White/Clothing/Underwear/Bottom/thong.rsi/meta.json deleted file mode 100644 index 0394534c15..0000000000 --- a/Resources/Textures/White/Clothing/Underwear/Bottom/thong.rsi/meta.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "license": "CC-BY-SA-3.0", - "copyright": "Taken from https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13", - "version": 1, - "size": { - "x": 32, - "y": 32 - }, - "states": [ - { - "name": "equipped-UNDERWEARB", - "directions": 4 - }, - { - "name": "equipped-UNDERWEARB-body-slim", - "directions": 4 - }, - { - "name": "icon" - } - ] -} diff --git a/Resources/Textures/White/Clothing/Underwear/Socks/bee_knee.rsi/equipped-SOCKS-body-slim.png b/Resources/Textures/White/Clothing/Underwear/Socks/bee_knee.rsi/equipped-SOCKS-body-slim.png deleted file mode 100644 index 58ca591582..0000000000 Binary files a/Resources/Textures/White/Clothing/Underwear/Socks/bee_knee.rsi/equipped-SOCKS-body-slim.png and /dev/null differ diff --git a/Resources/Textures/White/Clothing/Underwear/Socks/bee_knee.rsi/equipped-SOCKS.png b/Resources/Textures/White/Clothing/Underwear/Socks/bee_knee.rsi/equipped-SOCKS.png deleted file mode 100644 index c985df66ae..0000000000 Binary files a/Resources/Textures/White/Clothing/Underwear/Socks/bee_knee.rsi/equipped-SOCKS.png and /dev/null differ diff --git a/Resources/Textures/White/Clothing/Underwear/Socks/bee_knee.rsi/icon.png b/Resources/Textures/White/Clothing/Underwear/Socks/bee_knee.rsi/icon.png deleted file mode 100644 index 13acc6e9c4..0000000000 Binary files a/Resources/Textures/White/Clothing/Underwear/Socks/bee_knee.rsi/icon.png and /dev/null differ diff --git a/Resources/Textures/White/Clothing/Underwear/Socks/bee_knee.rsi/meta.json b/Resources/Textures/White/Clothing/Underwear/Socks/bee_knee.rsi/meta.json deleted file mode 100644 index c70cf458c4..0000000000 --- a/Resources/Textures/White/Clothing/Underwear/Socks/bee_knee.rsi/meta.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "license": "CC-BY-SA-3.0", - "copyright": "Taken from https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13", - "version": 1, - "size": { - "x": 32, - "y": 32 - }, - "states": [ - { - "name": "equipped-SOCKS", - "directions": 4 - }, - { - "name": "equipped-SOCKS-body-slim", - "directions": 4 - }, - { - "name": "icon" - } - ] -} diff --git a/Resources/Textures/White/Clothing/Underwear/Socks/bee_norm.rsi/equipped-SOCKS-body-slim.png b/Resources/Textures/White/Clothing/Underwear/Socks/bee_norm.rsi/equipped-SOCKS-body-slim.png deleted file mode 100644 index 0696afbaf0..0000000000 Binary files a/Resources/Textures/White/Clothing/Underwear/Socks/bee_norm.rsi/equipped-SOCKS-body-slim.png and /dev/null differ diff --git a/Resources/Textures/White/Clothing/Underwear/Socks/bee_norm.rsi/equipped-SOCKS.png b/Resources/Textures/White/Clothing/Underwear/Socks/bee_norm.rsi/equipped-SOCKS.png deleted file mode 100644 index 95d82b61a4..0000000000 Binary files a/Resources/Textures/White/Clothing/Underwear/Socks/bee_norm.rsi/equipped-SOCKS.png and /dev/null differ diff --git a/Resources/Textures/White/Clothing/Underwear/Socks/bee_norm.rsi/icon.png b/Resources/Textures/White/Clothing/Underwear/Socks/bee_norm.rsi/icon.png deleted file mode 100644 index 7169035d19..0000000000 Binary files a/Resources/Textures/White/Clothing/Underwear/Socks/bee_norm.rsi/icon.png and /dev/null differ diff --git a/Resources/Textures/White/Clothing/Underwear/Socks/bee_norm.rsi/meta.json b/Resources/Textures/White/Clothing/Underwear/Socks/bee_norm.rsi/meta.json deleted file mode 100644 index c70cf458c4..0000000000 --- a/Resources/Textures/White/Clothing/Underwear/Socks/bee_norm.rsi/meta.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "license": "CC-BY-SA-3.0", - "copyright": "Taken from https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13", - "version": 1, - "size": { - "x": 32, - "y": 32 - }, - "states": [ - { - "name": "equipped-SOCKS", - "directions": 4 - }, - { - "name": "equipped-SOCKS-body-slim", - "directions": 4 - }, - { - "name": "icon" - } - ] -} diff --git a/Resources/Textures/White/Clothing/Underwear/Socks/bee_thigh.rsi/equipped-SOCKS-body-slim.png b/Resources/Textures/White/Clothing/Underwear/Socks/bee_thigh.rsi/equipped-SOCKS-body-slim.png deleted file mode 100644 index 7629a16878..0000000000 Binary files a/Resources/Textures/White/Clothing/Underwear/Socks/bee_thigh.rsi/equipped-SOCKS-body-slim.png and /dev/null differ diff --git a/Resources/Textures/White/Clothing/Underwear/Socks/bee_thigh.rsi/equipped-SOCKS.png b/Resources/Textures/White/Clothing/Underwear/Socks/bee_thigh.rsi/equipped-SOCKS.png deleted file mode 100644 index dbd17a6bc1..0000000000 Binary files a/Resources/Textures/White/Clothing/Underwear/Socks/bee_thigh.rsi/equipped-SOCKS.png and /dev/null differ diff --git a/Resources/Textures/White/Clothing/Underwear/Socks/bee_thigh.rsi/icon.png b/Resources/Textures/White/Clothing/Underwear/Socks/bee_thigh.rsi/icon.png deleted file mode 100644 index 6f657e9bcd..0000000000 Binary files a/Resources/Textures/White/Clothing/Underwear/Socks/bee_thigh.rsi/icon.png and /dev/null differ diff --git a/Resources/Textures/White/Clothing/Underwear/Socks/bee_thigh.rsi/meta.json b/Resources/Textures/White/Clothing/Underwear/Socks/bee_thigh.rsi/meta.json deleted file mode 100644 index c70cf458c4..0000000000 --- a/Resources/Textures/White/Clothing/Underwear/Socks/bee_thigh.rsi/meta.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "license": "CC-BY-SA-3.0", - "copyright": "Taken from https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13", - "version": 1, - "size": { - "x": 32, - "y": 32 - }, - "states": [ - { - "name": "equipped-SOCKS", - "directions": 4 - }, - { - "name": "equipped-SOCKS-body-slim", - "directions": 4 - }, - { - "name": "icon" - } - ] -} diff --git a/Resources/Textures/White/Clothing/Underwear/Socks/fishnet.rsi/equipped-SOCKS-body-slim.png b/Resources/Textures/White/Clothing/Underwear/Socks/fishnet.rsi/equipped-SOCKS-body-slim.png deleted file mode 100644 index 22a62dde23..0000000000 Binary files a/Resources/Textures/White/Clothing/Underwear/Socks/fishnet.rsi/equipped-SOCKS-body-slim.png and /dev/null differ diff --git a/Resources/Textures/White/Clothing/Underwear/Socks/fishnet.rsi/equipped-SOCKS.png b/Resources/Textures/White/Clothing/Underwear/Socks/fishnet.rsi/equipped-SOCKS.png deleted file mode 100644 index edade2d6bd..0000000000 Binary files a/Resources/Textures/White/Clothing/Underwear/Socks/fishnet.rsi/equipped-SOCKS.png and /dev/null differ diff --git a/Resources/Textures/White/Clothing/Underwear/Socks/fishnet.rsi/icon.png b/Resources/Textures/White/Clothing/Underwear/Socks/fishnet.rsi/icon.png deleted file mode 100644 index 576c6481c6..0000000000 Binary files a/Resources/Textures/White/Clothing/Underwear/Socks/fishnet.rsi/icon.png and /dev/null differ diff --git a/Resources/Textures/White/Clothing/Underwear/Socks/fishnet.rsi/meta.json b/Resources/Textures/White/Clothing/Underwear/Socks/fishnet.rsi/meta.json deleted file mode 100644 index c70cf458c4..0000000000 --- a/Resources/Textures/White/Clothing/Underwear/Socks/fishnet.rsi/meta.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "license": "CC-BY-SA-3.0", - "copyright": "Taken from https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13", - "version": 1, - "size": { - "x": 32, - "y": 32 - }, - "states": [ - { - "name": "equipped-SOCKS", - "directions": 4 - }, - { - "name": "equipped-SOCKS-body-slim", - "directions": 4 - }, - { - "name": "icon" - } - ] -} diff --git a/Resources/Textures/White/Clothing/Underwear/Socks/garter.rsi/equipped-SOCKS-body-slim.png b/Resources/Textures/White/Clothing/Underwear/Socks/garter.rsi/equipped-SOCKS-body-slim.png deleted file mode 100644 index b309ef01ef..0000000000 Binary files a/Resources/Textures/White/Clothing/Underwear/Socks/garter.rsi/equipped-SOCKS-body-slim.png and /dev/null differ diff --git a/Resources/Textures/White/Clothing/Underwear/Socks/garter.rsi/equipped-SOCKS.png b/Resources/Textures/White/Clothing/Underwear/Socks/garter.rsi/equipped-SOCKS.png deleted file mode 100644 index d269650de6..0000000000 Binary files a/Resources/Textures/White/Clothing/Underwear/Socks/garter.rsi/equipped-SOCKS.png and /dev/null differ diff --git a/Resources/Textures/White/Clothing/Underwear/Socks/garter.rsi/icon.png b/Resources/Textures/White/Clothing/Underwear/Socks/garter.rsi/icon.png deleted file mode 100644 index 9fdbbf29ed..0000000000 Binary files a/Resources/Textures/White/Clothing/Underwear/Socks/garter.rsi/icon.png and /dev/null differ diff --git a/Resources/Textures/White/Clothing/Underwear/Socks/garter.rsi/meta.json b/Resources/Textures/White/Clothing/Underwear/Socks/garter.rsi/meta.json deleted file mode 100644 index c70cf458c4..0000000000 --- a/Resources/Textures/White/Clothing/Underwear/Socks/garter.rsi/meta.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "license": "CC-BY-SA-3.0", - "copyright": "Taken from https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13", - "version": 1, - "size": { - "x": 32, - "y": 32 - }, - "states": [ - { - "name": "equipped-SOCKS", - "directions": 4 - }, - { - "name": "equipped-SOCKS-body-slim", - "directions": 4 - }, - { - "name": "icon" - } - ] -} diff --git a/Resources/Textures/White/Clothing/Underwear/Socks/pantyhose.rsi/equipped-SOCKS-body-slim.png b/Resources/Textures/White/Clothing/Underwear/Socks/pantyhose.rsi/equipped-SOCKS-body-slim.png deleted file mode 100644 index 1f17c46024..0000000000 Binary files a/Resources/Textures/White/Clothing/Underwear/Socks/pantyhose.rsi/equipped-SOCKS-body-slim.png and /dev/null differ diff --git a/Resources/Textures/White/Clothing/Underwear/Socks/pantyhose.rsi/equipped-SOCKS.png b/Resources/Textures/White/Clothing/Underwear/Socks/pantyhose.rsi/equipped-SOCKS.png deleted file mode 100644 index 37173f5afb..0000000000 Binary files a/Resources/Textures/White/Clothing/Underwear/Socks/pantyhose.rsi/equipped-SOCKS.png and /dev/null differ diff --git a/Resources/Textures/White/Clothing/Underwear/Socks/pantyhose.rsi/icon.png b/Resources/Textures/White/Clothing/Underwear/Socks/pantyhose.rsi/icon.png deleted file mode 100644 index 409c9259f1..0000000000 Binary files a/Resources/Textures/White/Clothing/Underwear/Socks/pantyhose.rsi/icon.png and /dev/null differ diff --git a/Resources/Textures/White/Clothing/Underwear/Socks/pantyhose.rsi/meta.json b/Resources/Textures/White/Clothing/Underwear/Socks/pantyhose.rsi/meta.json deleted file mode 100644 index c70cf458c4..0000000000 --- a/Resources/Textures/White/Clothing/Underwear/Socks/pantyhose.rsi/meta.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "license": "CC-BY-SA-3.0", - "copyright": "Taken from https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13", - "version": 1, - "size": { - "x": 32, - "y": 32 - }, - "states": [ - { - "name": "equipped-SOCKS", - "directions": 4 - }, - { - "name": "equipped-SOCKS-body-slim", - "directions": 4 - }, - { - "name": "icon" - } - ] -} diff --git a/Resources/Textures/White/Clothing/Underwear/Socks/pantyhose_ripped.rsi/equipped-SOCKS-body-slim.png b/Resources/Textures/White/Clothing/Underwear/Socks/pantyhose_ripped.rsi/equipped-SOCKS-body-slim.png deleted file mode 100644 index 09641880b9..0000000000 Binary files a/Resources/Textures/White/Clothing/Underwear/Socks/pantyhose_ripped.rsi/equipped-SOCKS-body-slim.png and /dev/null differ diff --git a/Resources/Textures/White/Clothing/Underwear/Socks/pantyhose_ripped.rsi/equipped-SOCKS.png b/Resources/Textures/White/Clothing/Underwear/Socks/pantyhose_ripped.rsi/equipped-SOCKS.png deleted file mode 100644 index e0a3b1ce5c..0000000000 Binary files a/Resources/Textures/White/Clothing/Underwear/Socks/pantyhose_ripped.rsi/equipped-SOCKS.png and /dev/null differ diff --git a/Resources/Textures/White/Clothing/Underwear/Socks/pantyhose_ripped.rsi/icon.png b/Resources/Textures/White/Clothing/Underwear/Socks/pantyhose_ripped.rsi/icon.png deleted file mode 100644 index a7745eb50f..0000000000 Binary files a/Resources/Textures/White/Clothing/Underwear/Socks/pantyhose_ripped.rsi/icon.png and /dev/null differ diff --git a/Resources/Textures/White/Clothing/Underwear/Socks/pantyhose_ripped.rsi/meta.json b/Resources/Textures/White/Clothing/Underwear/Socks/pantyhose_ripped.rsi/meta.json deleted file mode 100644 index c70cf458c4..0000000000 --- a/Resources/Textures/White/Clothing/Underwear/Socks/pantyhose_ripped.rsi/meta.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "license": "CC-BY-SA-3.0", - "copyright": "Taken from https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13", - "version": 1, - "size": { - "x": 32, - "y": 32 - }, - "states": [ - { - "name": "equipped-SOCKS", - "directions": 4 - }, - { - "name": "equipped-SOCKS-body-slim", - "directions": 4 - }, - { - "name": "icon" - } - ] -} diff --git a/Resources/Textures/White/Clothing/Underwear/Socks/rainbow_knee.rsi/equipped-SOCKS-body-slim.png b/Resources/Textures/White/Clothing/Underwear/Socks/rainbow_knee.rsi/equipped-SOCKS-body-slim.png deleted file mode 100644 index f01c8d9302..0000000000 Binary files a/Resources/Textures/White/Clothing/Underwear/Socks/rainbow_knee.rsi/equipped-SOCKS-body-slim.png and /dev/null differ diff --git a/Resources/Textures/White/Clothing/Underwear/Socks/rainbow_knee.rsi/equipped-SOCKS.png b/Resources/Textures/White/Clothing/Underwear/Socks/rainbow_knee.rsi/equipped-SOCKS.png deleted file mode 100644 index 3847690f3d..0000000000 Binary files a/Resources/Textures/White/Clothing/Underwear/Socks/rainbow_knee.rsi/equipped-SOCKS.png and /dev/null differ diff --git a/Resources/Textures/White/Clothing/Underwear/Socks/rainbow_knee.rsi/icon.png b/Resources/Textures/White/Clothing/Underwear/Socks/rainbow_knee.rsi/icon.png deleted file mode 100644 index 1e254c5c07..0000000000 Binary files a/Resources/Textures/White/Clothing/Underwear/Socks/rainbow_knee.rsi/icon.png and /dev/null differ diff --git a/Resources/Textures/White/Clothing/Underwear/Socks/rainbow_knee.rsi/meta.json b/Resources/Textures/White/Clothing/Underwear/Socks/rainbow_knee.rsi/meta.json deleted file mode 100644 index c70cf458c4..0000000000 --- a/Resources/Textures/White/Clothing/Underwear/Socks/rainbow_knee.rsi/meta.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "license": "CC-BY-SA-3.0", - "copyright": "Taken from https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13", - "version": 1, - "size": { - "x": 32, - "y": 32 - }, - "states": [ - { - "name": "equipped-SOCKS", - "directions": 4 - }, - { - "name": "equipped-SOCKS-body-slim", - "directions": 4 - }, - { - "name": "icon" - } - ] -} diff --git a/Resources/Textures/White/Clothing/Underwear/Socks/rainbow_thigh.rsi/equipped-SOCKS-body-slim.png b/Resources/Textures/White/Clothing/Underwear/Socks/rainbow_thigh.rsi/equipped-SOCKS-body-slim.png deleted file mode 100644 index 4456471d03..0000000000 Binary files a/Resources/Textures/White/Clothing/Underwear/Socks/rainbow_thigh.rsi/equipped-SOCKS-body-slim.png and /dev/null differ diff --git a/Resources/Textures/White/Clothing/Underwear/Socks/rainbow_thigh.rsi/equipped-SOCKS.png b/Resources/Textures/White/Clothing/Underwear/Socks/rainbow_thigh.rsi/equipped-SOCKS.png deleted file mode 100644 index 9eef5d771e..0000000000 Binary files a/Resources/Textures/White/Clothing/Underwear/Socks/rainbow_thigh.rsi/equipped-SOCKS.png and /dev/null differ diff --git a/Resources/Textures/White/Clothing/Underwear/Socks/rainbow_thigh.rsi/icon.png b/Resources/Textures/White/Clothing/Underwear/Socks/rainbow_thigh.rsi/icon.png deleted file mode 100644 index b59acbf96d..0000000000 Binary files a/Resources/Textures/White/Clothing/Underwear/Socks/rainbow_thigh.rsi/icon.png and /dev/null differ diff --git a/Resources/Textures/White/Clothing/Underwear/Socks/rainbow_thigh.rsi/meta.json b/Resources/Textures/White/Clothing/Underwear/Socks/rainbow_thigh.rsi/meta.json deleted file mode 100644 index c70cf458c4..0000000000 --- a/Resources/Textures/White/Clothing/Underwear/Socks/rainbow_thigh.rsi/meta.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "license": "CC-BY-SA-3.0", - "copyright": "Taken from https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13", - "version": 1, - "size": { - "x": 32, - "y": 32 - }, - "states": [ - { - "name": "equipped-SOCKS", - "directions": 4 - }, - { - "name": "equipped-SOCKS-body-slim", - "directions": 4 - }, - { - "name": "icon" - } - ] -} diff --git a/Resources/Textures/White/Clothing/Underwear/Socks/socks_knee.rsi/equipped-SOCKS-body-slim.png b/Resources/Textures/White/Clothing/Underwear/Socks/socks_knee.rsi/equipped-SOCKS-body-slim.png deleted file mode 100644 index 6dad7a1945..0000000000 Binary files a/Resources/Textures/White/Clothing/Underwear/Socks/socks_knee.rsi/equipped-SOCKS-body-slim.png and /dev/null differ diff --git a/Resources/Textures/White/Clothing/Underwear/Socks/socks_knee.rsi/equipped-SOCKS.png b/Resources/Textures/White/Clothing/Underwear/Socks/socks_knee.rsi/equipped-SOCKS.png deleted file mode 100644 index 1b1c84b9a7..0000000000 Binary files a/Resources/Textures/White/Clothing/Underwear/Socks/socks_knee.rsi/equipped-SOCKS.png and /dev/null differ diff --git a/Resources/Textures/White/Clothing/Underwear/Socks/socks_knee.rsi/icon.png b/Resources/Textures/White/Clothing/Underwear/Socks/socks_knee.rsi/icon.png deleted file mode 100644 index cf3339b2a9..0000000000 Binary files a/Resources/Textures/White/Clothing/Underwear/Socks/socks_knee.rsi/icon.png and /dev/null differ diff --git a/Resources/Textures/White/Clothing/Underwear/Socks/socks_knee.rsi/meta.json b/Resources/Textures/White/Clothing/Underwear/Socks/socks_knee.rsi/meta.json deleted file mode 100644 index c70cf458c4..0000000000 --- a/Resources/Textures/White/Clothing/Underwear/Socks/socks_knee.rsi/meta.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "license": "CC-BY-SA-3.0", - "copyright": "Taken from https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13", - "version": 1, - "size": { - "x": 32, - "y": 32 - }, - "states": [ - { - "name": "equipped-SOCKS", - "directions": 4 - }, - { - "name": "equipped-SOCKS-body-slim", - "directions": 4 - }, - { - "name": "icon" - } - ] -} diff --git a/Resources/Textures/White/Clothing/Underwear/Socks/socks_norm.rsi/equipped-SOCKS-body-slim.png b/Resources/Textures/White/Clothing/Underwear/Socks/socks_norm.rsi/equipped-SOCKS-body-slim.png deleted file mode 100644 index d1a741fba5..0000000000 Binary files a/Resources/Textures/White/Clothing/Underwear/Socks/socks_norm.rsi/equipped-SOCKS-body-slim.png and /dev/null differ diff --git a/Resources/Textures/White/Clothing/Underwear/Socks/socks_norm.rsi/equipped-SOCKS.png b/Resources/Textures/White/Clothing/Underwear/Socks/socks_norm.rsi/equipped-SOCKS.png deleted file mode 100644 index 6654bd9320..0000000000 Binary files a/Resources/Textures/White/Clothing/Underwear/Socks/socks_norm.rsi/equipped-SOCKS.png and /dev/null differ diff --git a/Resources/Textures/White/Clothing/Underwear/Socks/socks_norm.rsi/icon.png b/Resources/Textures/White/Clothing/Underwear/Socks/socks_norm.rsi/icon.png deleted file mode 100644 index 80f6928059..0000000000 Binary files a/Resources/Textures/White/Clothing/Underwear/Socks/socks_norm.rsi/icon.png and /dev/null differ diff --git a/Resources/Textures/White/Clothing/Underwear/Socks/socks_norm.rsi/meta.json b/Resources/Textures/White/Clothing/Underwear/Socks/socks_norm.rsi/meta.json deleted file mode 100644 index c70cf458c4..0000000000 --- a/Resources/Textures/White/Clothing/Underwear/Socks/socks_norm.rsi/meta.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "license": "CC-BY-SA-3.0", - "copyright": "Taken from https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13", - "version": 1, - "size": { - "x": 32, - "y": 32 - }, - "states": [ - { - "name": "equipped-SOCKS", - "directions": 4 - }, - { - "name": "equipped-SOCKS-body-slim", - "directions": 4 - }, - { - "name": "icon" - } - ] -} diff --git a/Resources/Textures/White/Clothing/Underwear/Socks/socks_short.rsi/equipped-SOCKS-body-slim.png b/Resources/Textures/White/Clothing/Underwear/Socks/socks_short.rsi/equipped-SOCKS-body-slim.png deleted file mode 100644 index 294a573ed9..0000000000 Binary files a/Resources/Textures/White/Clothing/Underwear/Socks/socks_short.rsi/equipped-SOCKS-body-slim.png and /dev/null differ diff --git a/Resources/Textures/White/Clothing/Underwear/Socks/socks_short.rsi/equipped-SOCKS.png b/Resources/Textures/White/Clothing/Underwear/Socks/socks_short.rsi/equipped-SOCKS.png deleted file mode 100644 index 89227d75aa..0000000000 Binary files a/Resources/Textures/White/Clothing/Underwear/Socks/socks_short.rsi/equipped-SOCKS.png and /dev/null differ diff --git a/Resources/Textures/White/Clothing/Underwear/Socks/socks_short.rsi/icon.png b/Resources/Textures/White/Clothing/Underwear/Socks/socks_short.rsi/icon.png deleted file mode 100644 index f5552213b7..0000000000 Binary files a/Resources/Textures/White/Clothing/Underwear/Socks/socks_short.rsi/icon.png and /dev/null differ diff --git a/Resources/Textures/White/Clothing/Underwear/Socks/socks_short.rsi/meta.json b/Resources/Textures/White/Clothing/Underwear/Socks/socks_short.rsi/meta.json deleted file mode 100644 index c70cf458c4..0000000000 --- a/Resources/Textures/White/Clothing/Underwear/Socks/socks_short.rsi/meta.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "license": "CC-BY-SA-3.0", - "copyright": "Taken from https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13", - "version": 1, - "size": { - "x": 32, - "y": 32 - }, - "states": [ - { - "name": "equipped-SOCKS", - "directions": 4 - }, - { - "name": "equipped-SOCKS-body-slim", - "directions": 4 - }, - { - "name": "icon" - } - ] -} diff --git a/Resources/Textures/White/Clothing/Underwear/Socks/socks_thigh.rsi/equipped-SOCKS-body-slim.png b/Resources/Textures/White/Clothing/Underwear/Socks/socks_thigh.rsi/equipped-SOCKS-body-slim.png deleted file mode 100644 index 198be5e392..0000000000 Binary files a/Resources/Textures/White/Clothing/Underwear/Socks/socks_thigh.rsi/equipped-SOCKS-body-slim.png and /dev/null differ diff --git a/Resources/Textures/White/Clothing/Underwear/Socks/socks_thigh.rsi/equipped-SOCKS.png b/Resources/Textures/White/Clothing/Underwear/Socks/socks_thigh.rsi/equipped-SOCKS.png deleted file mode 100644 index 720119316b..0000000000 Binary files a/Resources/Textures/White/Clothing/Underwear/Socks/socks_thigh.rsi/equipped-SOCKS.png and /dev/null differ diff --git a/Resources/Textures/White/Clothing/Underwear/Socks/socks_thigh.rsi/icon.png b/Resources/Textures/White/Clothing/Underwear/Socks/socks_thigh.rsi/icon.png deleted file mode 100644 index d1bcdc31d8..0000000000 Binary files a/Resources/Textures/White/Clothing/Underwear/Socks/socks_thigh.rsi/icon.png and /dev/null differ diff --git a/Resources/Textures/White/Clothing/Underwear/Socks/socks_thigh.rsi/meta.json b/Resources/Textures/White/Clothing/Underwear/Socks/socks_thigh.rsi/meta.json deleted file mode 100644 index c70cf458c4..0000000000 --- a/Resources/Textures/White/Clothing/Underwear/Socks/socks_thigh.rsi/meta.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "license": "CC-BY-SA-3.0", - "copyright": "Taken from https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13", - "version": 1, - "size": { - "x": 32, - "y": 32 - }, - "states": [ - { - "name": "equipped-SOCKS", - "directions": 4 - }, - { - "name": "equipped-SOCKS-body-slim", - "directions": 4 - }, - { - "name": "icon" - } - ] -} diff --git a/Resources/Textures/White/Clothing/Underwear/Socks/stockings_blue.rsi/equipped-SOCKS-body-slim.png b/Resources/Textures/White/Clothing/Underwear/Socks/stockings_blue.rsi/equipped-SOCKS-body-slim.png deleted file mode 100644 index 0eca80b8bf..0000000000 Binary files a/Resources/Textures/White/Clothing/Underwear/Socks/stockings_blue.rsi/equipped-SOCKS-body-slim.png and /dev/null differ diff --git a/Resources/Textures/White/Clothing/Underwear/Socks/stockings_blue.rsi/equipped-SOCKS.png b/Resources/Textures/White/Clothing/Underwear/Socks/stockings_blue.rsi/equipped-SOCKS.png deleted file mode 100644 index 7d560331a5..0000000000 Binary files a/Resources/Textures/White/Clothing/Underwear/Socks/stockings_blue.rsi/equipped-SOCKS.png and /dev/null differ diff --git a/Resources/Textures/White/Clothing/Underwear/Socks/stockings_blue.rsi/icon.png b/Resources/Textures/White/Clothing/Underwear/Socks/stockings_blue.rsi/icon.png deleted file mode 100644 index 57b2242db4..0000000000 Binary files a/Resources/Textures/White/Clothing/Underwear/Socks/stockings_blue.rsi/icon.png and /dev/null differ diff --git a/Resources/Textures/White/Clothing/Underwear/Socks/stockings_blue.rsi/meta.json b/Resources/Textures/White/Clothing/Underwear/Socks/stockings_blue.rsi/meta.json deleted file mode 100644 index c70cf458c4..0000000000 --- a/Resources/Textures/White/Clothing/Underwear/Socks/stockings_blue.rsi/meta.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "license": "CC-BY-SA-3.0", - "copyright": "Taken from https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13", - "version": 1, - "size": { - "x": 32, - "y": 32 - }, - "states": [ - { - "name": "equipped-SOCKS", - "directions": 4 - }, - { - "name": "equipped-SOCKS-body-slim", - "directions": 4 - }, - { - "name": "icon" - } - ] -} diff --git a/Resources/Textures/White/Clothing/Underwear/Socks/stockings_cyan.rsi/equipped-SOCKS-body-slim.png b/Resources/Textures/White/Clothing/Underwear/Socks/stockings_cyan.rsi/equipped-SOCKS-body-slim.png deleted file mode 100644 index 2d93a516cd..0000000000 Binary files a/Resources/Textures/White/Clothing/Underwear/Socks/stockings_cyan.rsi/equipped-SOCKS-body-slim.png and /dev/null differ diff --git a/Resources/Textures/White/Clothing/Underwear/Socks/stockings_cyan.rsi/equipped-SOCKS.png b/Resources/Textures/White/Clothing/Underwear/Socks/stockings_cyan.rsi/equipped-SOCKS.png deleted file mode 100644 index fc9e791319..0000000000 Binary files a/Resources/Textures/White/Clothing/Underwear/Socks/stockings_cyan.rsi/equipped-SOCKS.png and /dev/null differ diff --git a/Resources/Textures/White/Clothing/Underwear/Socks/stockings_cyan.rsi/icon.png b/Resources/Textures/White/Clothing/Underwear/Socks/stockings_cyan.rsi/icon.png deleted file mode 100644 index 84e326be51..0000000000 Binary files a/Resources/Textures/White/Clothing/Underwear/Socks/stockings_cyan.rsi/icon.png and /dev/null differ diff --git a/Resources/Textures/White/Clothing/Underwear/Socks/stockings_cyan.rsi/meta.json b/Resources/Textures/White/Clothing/Underwear/Socks/stockings_cyan.rsi/meta.json deleted file mode 100644 index c70cf458c4..0000000000 --- a/Resources/Textures/White/Clothing/Underwear/Socks/stockings_cyan.rsi/meta.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "license": "CC-BY-SA-3.0", - "copyright": "Taken from https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13", - "version": 1, - "size": { - "x": 32, - "y": 32 - }, - "states": [ - { - "name": "equipped-SOCKS", - "directions": 4 - }, - { - "name": "equipped-SOCKS-body-slim", - "directions": 4 - }, - { - "name": "icon" - } - ] -} diff --git a/Resources/Textures/White/Clothing/Underwear/Socks/stockings_dpink.rsi/equipped-SOCKS-body-slim.png b/Resources/Textures/White/Clothing/Underwear/Socks/stockings_dpink.rsi/equipped-SOCKS-body-slim.png deleted file mode 100644 index 20a327a0c1..0000000000 Binary files a/Resources/Textures/White/Clothing/Underwear/Socks/stockings_dpink.rsi/equipped-SOCKS-body-slim.png and /dev/null differ diff --git a/Resources/Textures/White/Clothing/Underwear/Socks/stockings_dpink.rsi/equipped-SOCKS.png b/Resources/Textures/White/Clothing/Underwear/Socks/stockings_dpink.rsi/equipped-SOCKS.png deleted file mode 100644 index 136c523f1d..0000000000 Binary files a/Resources/Textures/White/Clothing/Underwear/Socks/stockings_dpink.rsi/equipped-SOCKS.png and /dev/null differ diff --git a/Resources/Textures/White/Clothing/Underwear/Socks/stockings_dpink.rsi/icon.png b/Resources/Textures/White/Clothing/Underwear/Socks/stockings_dpink.rsi/icon.png deleted file mode 100644 index 5a8b435830..0000000000 Binary files a/Resources/Textures/White/Clothing/Underwear/Socks/stockings_dpink.rsi/icon.png and /dev/null differ diff --git a/Resources/Textures/White/Clothing/Underwear/Socks/stockings_dpink.rsi/meta.json b/Resources/Textures/White/Clothing/Underwear/Socks/stockings_dpink.rsi/meta.json deleted file mode 100644 index c70cf458c4..0000000000 --- a/Resources/Textures/White/Clothing/Underwear/Socks/stockings_dpink.rsi/meta.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "license": "CC-BY-SA-3.0", - "copyright": "Taken from https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13", - "version": 1, - "size": { - "x": 32, - "y": 32 - }, - "states": [ - { - "name": "equipped-SOCKS", - "directions": 4 - }, - { - "name": "equipped-SOCKS-body-slim", - "directions": 4 - }, - { - "name": "icon" - } - ] -} diff --git a/Resources/Textures/White/Clothing/Underwear/Socks/stockings_green.rsi/equipped-SOCKS-body-slim.png b/Resources/Textures/White/Clothing/Underwear/Socks/stockings_green.rsi/equipped-SOCKS-body-slim.png deleted file mode 100644 index 8b22734673..0000000000 Binary files a/Resources/Textures/White/Clothing/Underwear/Socks/stockings_green.rsi/equipped-SOCKS-body-slim.png and /dev/null differ diff --git a/Resources/Textures/White/Clothing/Underwear/Socks/stockings_green.rsi/equipped-SOCKS.png b/Resources/Textures/White/Clothing/Underwear/Socks/stockings_green.rsi/equipped-SOCKS.png deleted file mode 100644 index bb57af7132..0000000000 Binary files a/Resources/Textures/White/Clothing/Underwear/Socks/stockings_green.rsi/equipped-SOCKS.png and /dev/null differ diff --git a/Resources/Textures/White/Clothing/Underwear/Socks/stockings_green.rsi/icon.png b/Resources/Textures/White/Clothing/Underwear/Socks/stockings_green.rsi/icon.png deleted file mode 100644 index e160d11837..0000000000 Binary files a/Resources/Textures/White/Clothing/Underwear/Socks/stockings_green.rsi/icon.png and /dev/null differ diff --git a/Resources/Textures/White/Clothing/Underwear/Socks/stockings_green.rsi/meta.json b/Resources/Textures/White/Clothing/Underwear/Socks/stockings_green.rsi/meta.json deleted file mode 100644 index c70cf458c4..0000000000 --- a/Resources/Textures/White/Clothing/Underwear/Socks/stockings_green.rsi/meta.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "license": "CC-BY-SA-3.0", - "copyright": "Taken from https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13", - "version": 1, - "size": { - "x": 32, - "y": 32 - }, - "states": [ - { - "name": "equipped-SOCKS", - "directions": 4 - }, - { - "name": "equipped-SOCKS-body-slim", - "directions": 4 - }, - { - "name": "icon" - } - ] -} diff --git a/Resources/Textures/White/Clothing/Underwear/Socks/stockings_lpink.rsi/equipped-SOCKS-body-slim.png b/Resources/Textures/White/Clothing/Underwear/Socks/stockings_lpink.rsi/equipped-SOCKS-body-slim.png deleted file mode 100644 index 4bae2407f9..0000000000 Binary files a/Resources/Textures/White/Clothing/Underwear/Socks/stockings_lpink.rsi/equipped-SOCKS-body-slim.png and /dev/null differ diff --git a/Resources/Textures/White/Clothing/Underwear/Socks/stockings_lpink.rsi/equipped-SOCKS.png b/Resources/Textures/White/Clothing/Underwear/Socks/stockings_lpink.rsi/equipped-SOCKS.png deleted file mode 100644 index a447d79561..0000000000 Binary files a/Resources/Textures/White/Clothing/Underwear/Socks/stockings_lpink.rsi/equipped-SOCKS.png and /dev/null differ diff --git a/Resources/Textures/White/Clothing/Underwear/Socks/stockings_lpink.rsi/icon.png b/Resources/Textures/White/Clothing/Underwear/Socks/stockings_lpink.rsi/icon.png deleted file mode 100644 index fceca85827..0000000000 Binary files a/Resources/Textures/White/Clothing/Underwear/Socks/stockings_lpink.rsi/icon.png and /dev/null differ diff --git a/Resources/Textures/White/Clothing/Underwear/Socks/stockings_lpink.rsi/meta.json b/Resources/Textures/White/Clothing/Underwear/Socks/stockings_lpink.rsi/meta.json deleted file mode 100644 index c70cf458c4..0000000000 --- a/Resources/Textures/White/Clothing/Underwear/Socks/stockings_lpink.rsi/meta.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "license": "CC-BY-SA-3.0", - "copyright": "Taken from https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13", - "version": 1, - "size": { - "x": 32, - "y": 32 - }, - "states": [ - { - "name": "equipped-SOCKS", - "directions": 4 - }, - { - "name": "equipped-SOCKS-body-slim", - "directions": 4 - }, - { - "name": "icon" - } - ] -} diff --git a/Resources/Textures/White/Clothing/Underwear/Socks/stockings_orange.rsi/equipped-SOCKS-body-slim.png b/Resources/Textures/White/Clothing/Underwear/Socks/stockings_orange.rsi/equipped-SOCKS-body-slim.png deleted file mode 100644 index 0feeabf9ef..0000000000 Binary files a/Resources/Textures/White/Clothing/Underwear/Socks/stockings_orange.rsi/equipped-SOCKS-body-slim.png and /dev/null differ diff --git a/Resources/Textures/White/Clothing/Underwear/Socks/stockings_orange.rsi/equipped-SOCKS.png b/Resources/Textures/White/Clothing/Underwear/Socks/stockings_orange.rsi/equipped-SOCKS.png deleted file mode 100644 index aaf7c7deb3..0000000000 Binary files a/Resources/Textures/White/Clothing/Underwear/Socks/stockings_orange.rsi/equipped-SOCKS.png and /dev/null differ diff --git a/Resources/Textures/White/Clothing/Underwear/Socks/stockings_orange.rsi/icon.png b/Resources/Textures/White/Clothing/Underwear/Socks/stockings_orange.rsi/icon.png deleted file mode 100644 index b72a8cd227..0000000000 Binary files a/Resources/Textures/White/Clothing/Underwear/Socks/stockings_orange.rsi/icon.png and /dev/null differ diff --git a/Resources/Textures/White/Clothing/Underwear/Socks/stockings_orange.rsi/meta.json b/Resources/Textures/White/Clothing/Underwear/Socks/stockings_orange.rsi/meta.json deleted file mode 100644 index c70cf458c4..0000000000 --- a/Resources/Textures/White/Clothing/Underwear/Socks/stockings_orange.rsi/meta.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "license": "CC-BY-SA-3.0", - "copyright": "Taken from https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13", - "version": 1, - "size": { - "x": 32, - "y": 32 - }, - "states": [ - { - "name": "equipped-SOCKS", - "directions": 4 - }, - { - "name": "equipped-SOCKS-body-slim", - "directions": 4 - }, - { - "name": "icon" - } - ] -} diff --git a/Resources/Textures/White/Clothing/Underwear/Socks/stockings_purple.rsi/equipped-SOCKS-body-slim.png b/Resources/Textures/White/Clothing/Underwear/Socks/stockings_purple.rsi/equipped-SOCKS-body-slim.png deleted file mode 100644 index 7b81ffd3a3..0000000000 Binary files a/Resources/Textures/White/Clothing/Underwear/Socks/stockings_purple.rsi/equipped-SOCKS-body-slim.png and /dev/null differ diff --git a/Resources/Textures/White/Clothing/Underwear/Socks/stockings_purple.rsi/equipped-SOCKS.png b/Resources/Textures/White/Clothing/Underwear/Socks/stockings_purple.rsi/equipped-SOCKS.png deleted file mode 100644 index 32aa541773..0000000000 Binary files a/Resources/Textures/White/Clothing/Underwear/Socks/stockings_purple.rsi/equipped-SOCKS.png and /dev/null differ diff --git a/Resources/Textures/White/Clothing/Underwear/Socks/stockings_purple.rsi/icon.png b/Resources/Textures/White/Clothing/Underwear/Socks/stockings_purple.rsi/icon.png deleted file mode 100644 index 20e829c20a..0000000000 Binary files a/Resources/Textures/White/Clothing/Underwear/Socks/stockings_purple.rsi/icon.png and /dev/null differ diff --git a/Resources/Textures/White/Clothing/Underwear/Socks/stockings_purple.rsi/meta.json b/Resources/Textures/White/Clothing/Underwear/Socks/stockings_purple.rsi/meta.json deleted file mode 100644 index c70cf458c4..0000000000 --- a/Resources/Textures/White/Clothing/Underwear/Socks/stockings_purple.rsi/meta.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "license": "CC-BY-SA-3.0", - "copyright": "Taken from https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13", - "version": 1, - "size": { - "x": 32, - "y": 32 - }, - "states": [ - { - "name": "equipped-SOCKS", - "directions": 4 - }, - { - "name": "equipped-SOCKS-body-slim", - "directions": 4 - }, - { - "name": "icon" - } - ] -} diff --git a/Resources/Textures/White/Clothing/Underwear/Socks/stockings_yellow.rsi/equipped-SOCKS-body-slim.png b/Resources/Textures/White/Clothing/Underwear/Socks/stockings_yellow.rsi/equipped-SOCKS-body-slim.png deleted file mode 100644 index 6cad5b522e..0000000000 Binary files a/Resources/Textures/White/Clothing/Underwear/Socks/stockings_yellow.rsi/equipped-SOCKS-body-slim.png and /dev/null differ diff --git a/Resources/Textures/White/Clothing/Underwear/Socks/stockings_yellow.rsi/equipped-SOCKS.png b/Resources/Textures/White/Clothing/Underwear/Socks/stockings_yellow.rsi/equipped-SOCKS.png deleted file mode 100644 index d2a09ee4e7..0000000000 Binary files a/Resources/Textures/White/Clothing/Underwear/Socks/stockings_yellow.rsi/equipped-SOCKS.png and /dev/null differ diff --git a/Resources/Textures/White/Clothing/Underwear/Socks/stockings_yellow.rsi/icon.png b/Resources/Textures/White/Clothing/Underwear/Socks/stockings_yellow.rsi/icon.png deleted file mode 100644 index 87e9ecf326..0000000000 Binary files a/Resources/Textures/White/Clothing/Underwear/Socks/stockings_yellow.rsi/icon.png and /dev/null differ diff --git a/Resources/Textures/White/Clothing/Underwear/Socks/stockings_yellow.rsi/meta.json b/Resources/Textures/White/Clothing/Underwear/Socks/stockings_yellow.rsi/meta.json deleted file mode 100644 index c70cf458c4..0000000000 --- a/Resources/Textures/White/Clothing/Underwear/Socks/stockings_yellow.rsi/meta.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "license": "CC-BY-SA-3.0", - "copyright": "Taken from https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13", - "version": 1, - "size": { - "x": 32, - "y": 32 - }, - "states": [ - { - "name": "equipped-SOCKS", - "directions": 4 - }, - { - "name": "equipped-SOCKS-body-slim", - "directions": 4 - }, - { - "name": "icon" - } - ] -} diff --git a/Resources/Textures/White/Clothing/Underwear/Socks/striped_knee.rsi/equipped-SOCKS-body-slim.png b/Resources/Textures/White/Clothing/Underwear/Socks/striped_knee.rsi/equipped-SOCKS-body-slim.png deleted file mode 100644 index c8f0804f31..0000000000 Binary files a/Resources/Textures/White/Clothing/Underwear/Socks/striped_knee.rsi/equipped-SOCKS-body-slim.png and /dev/null differ diff --git a/Resources/Textures/White/Clothing/Underwear/Socks/striped_knee.rsi/equipped-SOCKS.png b/Resources/Textures/White/Clothing/Underwear/Socks/striped_knee.rsi/equipped-SOCKS.png deleted file mode 100644 index 2fbfb18ce6..0000000000 Binary files a/Resources/Textures/White/Clothing/Underwear/Socks/striped_knee.rsi/equipped-SOCKS.png and /dev/null differ diff --git a/Resources/Textures/White/Clothing/Underwear/Socks/striped_knee.rsi/icon.png b/Resources/Textures/White/Clothing/Underwear/Socks/striped_knee.rsi/icon.png deleted file mode 100644 index d4e626bc28..0000000000 Binary files a/Resources/Textures/White/Clothing/Underwear/Socks/striped_knee.rsi/icon.png and /dev/null differ diff --git a/Resources/Textures/White/Clothing/Underwear/Socks/striped_knee.rsi/meta.json b/Resources/Textures/White/Clothing/Underwear/Socks/striped_knee.rsi/meta.json deleted file mode 100644 index c70cf458c4..0000000000 --- a/Resources/Textures/White/Clothing/Underwear/Socks/striped_knee.rsi/meta.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "license": "CC-BY-SA-3.0", - "copyright": "Taken from https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13", - "version": 1, - "size": { - "x": 32, - "y": 32 - }, - "states": [ - { - "name": "equipped-SOCKS", - "directions": 4 - }, - { - "name": "equipped-SOCKS-body-slim", - "directions": 4 - }, - { - "name": "icon" - } - ] -} diff --git a/Resources/Textures/White/Clothing/Underwear/Socks/striped_thigh.rsi/equipped-SOCKS-body-slim.png b/Resources/Textures/White/Clothing/Underwear/Socks/striped_thigh.rsi/equipped-SOCKS-body-slim.png deleted file mode 100644 index a91327a696..0000000000 Binary files a/Resources/Textures/White/Clothing/Underwear/Socks/striped_thigh.rsi/equipped-SOCKS-body-slim.png and /dev/null differ diff --git a/Resources/Textures/White/Clothing/Underwear/Socks/striped_thigh.rsi/equipped-SOCKS.png b/Resources/Textures/White/Clothing/Underwear/Socks/striped_thigh.rsi/equipped-SOCKS.png deleted file mode 100644 index 7a073f5bc1..0000000000 Binary files a/Resources/Textures/White/Clothing/Underwear/Socks/striped_thigh.rsi/equipped-SOCKS.png and /dev/null differ diff --git a/Resources/Textures/White/Clothing/Underwear/Socks/striped_thigh.rsi/icon.png b/Resources/Textures/White/Clothing/Underwear/Socks/striped_thigh.rsi/icon.png deleted file mode 100644 index d71f2abc2c..0000000000 Binary files a/Resources/Textures/White/Clothing/Underwear/Socks/striped_thigh.rsi/icon.png and /dev/null differ diff --git a/Resources/Textures/White/Clothing/Underwear/Socks/striped_thigh.rsi/meta.json b/Resources/Textures/White/Clothing/Underwear/Socks/striped_thigh.rsi/meta.json deleted file mode 100644 index c70cf458c4..0000000000 --- a/Resources/Textures/White/Clothing/Underwear/Socks/striped_thigh.rsi/meta.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "license": "CC-BY-SA-3.0", - "copyright": "Taken from https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13", - "version": 1, - "size": { - "x": 32, - "y": 32 - }, - "states": [ - { - "name": "equipped-SOCKS", - "directions": 4 - }, - { - "name": "equipped-SOCKS-body-slim", - "directions": 4 - }, - { - "name": "icon" - } - ] -} diff --git a/Resources/Textures/White/Clothing/Underwear/Socks/thin_knee.rsi/equipped-SOCKS-body-slim.png b/Resources/Textures/White/Clothing/Underwear/Socks/thin_knee.rsi/equipped-SOCKS-body-slim.png deleted file mode 100644 index 2f359bb41f..0000000000 Binary files a/Resources/Textures/White/Clothing/Underwear/Socks/thin_knee.rsi/equipped-SOCKS-body-slim.png and /dev/null differ diff --git a/Resources/Textures/White/Clothing/Underwear/Socks/thin_knee.rsi/equipped-SOCKS.png b/Resources/Textures/White/Clothing/Underwear/Socks/thin_knee.rsi/equipped-SOCKS.png deleted file mode 100644 index 8900c8ba69..0000000000 Binary files a/Resources/Textures/White/Clothing/Underwear/Socks/thin_knee.rsi/equipped-SOCKS.png and /dev/null differ diff --git a/Resources/Textures/White/Clothing/Underwear/Socks/thin_knee.rsi/icon.png b/Resources/Textures/White/Clothing/Underwear/Socks/thin_knee.rsi/icon.png deleted file mode 100644 index b7e7756d2b..0000000000 Binary files a/Resources/Textures/White/Clothing/Underwear/Socks/thin_knee.rsi/icon.png and /dev/null differ diff --git a/Resources/Textures/White/Clothing/Underwear/Socks/thin_knee.rsi/meta.json b/Resources/Textures/White/Clothing/Underwear/Socks/thin_knee.rsi/meta.json deleted file mode 100644 index c70cf458c4..0000000000 --- a/Resources/Textures/White/Clothing/Underwear/Socks/thin_knee.rsi/meta.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "license": "CC-BY-SA-3.0", - "copyright": "Taken from https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13", - "version": 1, - "size": { - "x": 32, - "y": 32 - }, - "states": [ - { - "name": "equipped-SOCKS", - "directions": 4 - }, - { - "name": "equipped-SOCKS-body-slim", - "directions": 4 - }, - { - "name": "icon" - } - ] -} diff --git a/Resources/Textures/White/Clothing/Underwear/Socks/thin_thigh.rsi/equipped-SOCKS-body-slim.png b/Resources/Textures/White/Clothing/Underwear/Socks/thin_thigh.rsi/equipped-SOCKS-body-slim.png deleted file mode 100644 index cbe9bf40c1..0000000000 Binary files a/Resources/Textures/White/Clothing/Underwear/Socks/thin_thigh.rsi/equipped-SOCKS-body-slim.png and /dev/null differ diff --git a/Resources/Textures/White/Clothing/Underwear/Socks/thin_thigh.rsi/equipped-SOCKS.png b/Resources/Textures/White/Clothing/Underwear/Socks/thin_thigh.rsi/equipped-SOCKS.png deleted file mode 100644 index 4c4db79b0a..0000000000 Binary files a/Resources/Textures/White/Clothing/Underwear/Socks/thin_thigh.rsi/equipped-SOCKS.png and /dev/null differ diff --git a/Resources/Textures/White/Clothing/Underwear/Socks/thin_thigh.rsi/icon.png b/Resources/Textures/White/Clothing/Underwear/Socks/thin_thigh.rsi/icon.png deleted file mode 100644 index 6d05a58f53..0000000000 Binary files a/Resources/Textures/White/Clothing/Underwear/Socks/thin_thigh.rsi/icon.png and /dev/null differ diff --git a/Resources/Textures/White/Clothing/Underwear/Socks/thin_thigh.rsi/meta.json b/Resources/Textures/White/Clothing/Underwear/Socks/thin_thigh.rsi/meta.json deleted file mode 100644 index c70cf458c4..0000000000 --- a/Resources/Textures/White/Clothing/Underwear/Socks/thin_thigh.rsi/meta.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "license": "CC-BY-SA-3.0", - "copyright": "Taken from https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13", - "version": 1, - "size": { - "x": 32, - "y": 32 - }, - "states": [ - { - "name": "equipped-SOCKS", - "directions": 4 - }, - { - "name": "equipped-SOCKS-body-slim", - "directions": 4 - }, - { - "name": "icon" - } - ] -} diff --git a/Resources/Textures/White/Clothing/Underwear/Top/bra.rsi/equipped-UNDERWEART-body-slim.png b/Resources/Textures/White/Clothing/Underwear/Top/bra.rsi/equipped-UNDERWEART-body-slim.png deleted file mode 100644 index f07af7057c..0000000000 Binary files a/Resources/Textures/White/Clothing/Underwear/Top/bra.rsi/equipped-UNDERWEART-body-slim.png and /dev/null differ diff --git a/Resources/Textures/White/Clothing/Underwear/Top/bra.rsi/equipped-UNDERWEART.png b/Resources/Textures/White/Clothing/Underwear/Top/bra.rsi/equipped-UNDERWEART.png deleted file mode 100644 index 156670b7c5..0000000000 Binary files a/Resources/Textures/White/Clothing/Underwear/Top/bra.rsi/equipped-UNDERWEART.png and /dev/null differ diff --git a/Resources/Textures/White/Clothing/Underwear/Top/bra.rsi/icon.png b/Resources/Textures/White/Clothing/Underwear/Top/bra.rsi/icon.png deleted file mode 100644 index 2342c13785..0000000000 Binary files a/Resources/Textures/White/Clothing/Underwear/Top/bra.rsi/icon.png and /dev/null differ diff --git a/Resources/Textures/White/Clothing/Underwear/Top/bra.rsi/meta.json b/Resources/Textures/White/Clothing/Underwear/Top/bra.rsi/meta.json deleted file mode 100644 index af6c326d3f..0000000000 --- a/Resources/Textures/White/Clothing/Underwear/Top/bra.rsi/meta.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "license": "CC-BY-SA-3.0", - "copyright": "Taken from https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13", - "version": 1, - "size": { - "x": 32, - "y": 32 - }, - "states": [ - { - "name": "equipped-UNDERWEART", - "directions": 4 - }, - { - "name": "icon" - } - ] -} diff --git a/Resources/Textures/White/Clothing/Underwear/Top/bra_bee_kini.rsi/equipped-UNDERWEART-body-slim.png b/Resources/Textures/White/Clothing/Underwear/Top/bra_bee_kini.rsi/equipped-UNDERWEART-body-slim.png deleted file mode 100644 index 66c2882a8d..0000000000 Binary files a/Resources/Textures/White/Clothing/Underwear/Top/bra_bee_kini.rsi/equipped-UNDERWEART-body-slim.png and /dev/null differ diff --git a/Resources/Textures/White/Clothing/Underwear/Top/bra_bee_kini.rsi/equipped-UNDERWEART.png b/Resources/Textures/White/Clothing/Underwear/Top/bra_bee_kini.rsi/equipped-UNDERWEART.png deleted file mode 100644 index 25cc6995d5..0000000000 Binary files a/Resources/Textures/White/Clothing/Underwear/Top/bra_bee_kini.rsi/equipped-UNDERWEART.png and /dev/null differ diff --git a/Resources/Textures/White/Clothing/Underwear/Top/bra_bee_kini.rsi/icon.png b/Resources/Textures/White/Clothing/Underwear/Top/bra_bee_kini.rsi/icon.png deleted file mode 100644 index ecf8d0bb03..0000000000 Binary files a/Resources/Textures/White/Clothing/Underwear/Top/bra_bee_kini.rsi/icon.png and /dev/null differ diff --git a/Resources/Textures/White/Clothing/Underwear/Top/bra_bee_kini.rsi/meta.json b/Resources/Textures/White/Clothing/Underwear/Top/bra_bee_kini.rsi/meta.json deleted file mode 100644 index af6c326d3f..0000000000 --- a/Resources/Textures/White/Clothing/Underwear/Top/bra_bee_kini.rsi/meta.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "license": "CC-BY-SA-3.0", - "copyright": "Taken from https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13", - "version": 1, - "size": { - "x": 32, - "y": 32 - }, - "states": [ - { - "name": "equipped-UNDERWEART", - "directions": 4 - }, - { - "name": "icon" - } - ] -} diff --git a/Resources/Textures/White/Clothing/Underwear/Top/bra_binder.rsi/equipped-UNDERWEART-body-slim.png b/Resources/Textures/White/Clothing/Underwear/Top/bra_binder.rsi/equipped-UNDERWEART-body-slim.png deleted file mode 100644 index ac58a25393..0000000000 Binary files a/Resources/Textures/White/Clothing/Underwear/Top/bra_binder.rsi/equipped-UNDERWEART-body-slim.png and /dev/null differ diff --git a/Resources/Textures/White/Clothing/Underwear/Top/bra_binder.rsi/equipped-UNDERWEART.png b/Resources/Textures/White/Clothing/Underwear/Top/bra_binder.rsi/equipped-UNDERWEART.png deleted file mode 100644 index bdbfe17c30..0000000000 Binary files a/Resources/Textures/White/Clothing/Underwear/Top/bra_binder.rsi/equipped-UNDERWEART.png and /dev/null differ diff --git a/Resources/Textures/White/Clothing/Underwear/Top/bra_binder.rsi/icon.png b/Resources/Textures/White/Clothing/Underwear/Top/bra_binder.rsi/icon.png deleted file mode 100644 index b64e585609..0000000000 Binary files a/Resources/Textures/White/Clothing/Underwear/Top/bra_binder.rsi/icon.png and /dev/null differ diff --git a/Resources/Textures/White/Clothing/Underwear/Top/bra_binder.rsi/meta.json b/Resources/Textures/White/Clothing/Underwear/Top/bra_binder.rsi/meta.json deleted file mode 100644 index af6c326d3f..0000000000 --- a/Resources/Textures/White/Clothing/Underwear/Top/bra_binder.rsi/meta.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "license": "CC-BY-SA-3.0", - "copyright": "Taken from https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13", - "version": 1, - "size": { - "x": 32, - "y": 32 - }, - "states": [ - { - "name": "equipped-UNDERWEART", - "directions": 4 - }, - { - "name": "icon" - } - ] -} diff --git a/Resources/Textures/White/Clothing/Underwear/Top/bra_binder_strapless.rsi/equipped-UNDERWEART-body-slim.png b/Resources/Textures/White/Clothing/Underwear/Top/bra_binder_strapless.rsi/equipped-UNDERWEART-body-slim.png deleted file mode 100644 index 7e0300624c..0000000000 Binary files a/Resources/Textures/White/Clothing/Underwear/Top/bra_binder_strapless.rsi/equipped-UNDERWEART-body-slim.png and /dev/null differ diff --git a/Resources/Textures/White/Clothing/Underwear/Top/bra_binder_strapless.rsi/equipped-UNDERWEART.png b/Resources/Textures/White/Clothing/Underwear/Top/bra_binder_strapless.rsi/equipped-UNDERWEART.png deleted file mode 100644 index d4c8d404ee..0000000000 Binary files a/Resources/Textures/White/Clothing/Underwear/Top/bra_binder_strapless.rsi/equipped-UNDERWEART.png and /dev/null differ diff --git a/Resources/Textures/White/Clothing/Underwear/Top/bra_binder_strapless.rsi/icon.png b/Resources/Textures/White/Clothing/Underwear/Top/bra_binder_strapless.rsi/icon.png deleted file mode 100644 index 3dd03de336..0000000000 Binary files a/Resources/Textures/White/Clothing/Underwear/Top/bra_binder_strapless.rsi/icon.png and /dev/null differ diff --git a/Resources/Textures/White/Clothing/Underwear/Top/bra_binder_strapless.rsi/meta.json b/Resources/Textures/White/Clothing/Underwear/Top/bra_binder_strapless.rsi/meta.json deleted file mode 100644 index af6c326d3f..0000000000 --- a/Resources/Textures/White/Clothing/Underwear/Top/bra_binder_strapless.rsi/meta.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "license": "CC-BY-SA-3.0", - "copyright": "Taken from https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13", - "version": 1, - "size": { - "x": 32, - "y": 32 - }, - "states": [ - { - "name": "equipped-UNDERWEART", - "directions": 4 - }, - { - "name": "icon" - } - ] -} diff --git a/Resources/Textures/White/Clothing/Underwear/Top/bra_kinky.rsi/equipped-UNDERWEART-body-slim.png b/Resources/Textures/White/Clothing/Underwear/Top/bra_kinky.rsi/equipped-UNDERWEART-body-slim.png deleted file mode 100644 index d6a8bb1507..0000000000 Binary files a/Resources/Textures/White/Clothing/Underwear/Top/bra_kinky.rsi/equipped-UNDERWEART-body-slim.png and /dev/null differ diff --git a/Resources/Textures/White/Clothing/Underwear/Top/bra_kinky.rsi/equipped-UNDERWEART.png b/Resources/Textures/White/Clothing/Underwear/Top/bra_kinky.rsi/equipped-UNDERWEART.png deleted file mode 100644 index 3810669494..0000000000 Binary files a/Resources/Textures/White/Clothing/Underwear/Top/bra_kinky.rsi/equipped-UNDERWEART.png and /dev/null differ diff --git a/Resources/Textures/White/Clothing/Underwear/Top/bra_kinky.rsi/icon.png b/Resources/Textures/White/Clothing/Underwear/Top/bra_kinky.rsi/icon.png deleted file mode 100644 index 61056dcf67..0000000000 Binary files a/Resources/Textures/White/Clothing/Underwear/Top/bra_kinky.rsi/icon.png and /dev/null differ diff --git a/Resources/Textures/White/Clothing/Underwear/Top/bra_kinky.rsi/meta.json b/Resources/Textures/White/Clothing/Underwear/Top/bra_kinky.rsi/meta.json deleted file mode 100644 index af6c326d3f..0000000000 --- a/Resources/Textures/White/Clothing/Underwear/Top/bra_kinky.rsi/meta.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "license": "CC-BY-SA-3.0", - "copyright": "Taken from https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13", - "version": 1, - "size": { - "x": 32, - "y": 32 - }, - "states": [ - { - "name": "equipped-UNDERWEART", - "directions": 4 - }, - { - "name": "icon" - } - ] -} diff --git a/Resources/Textures/White/Clothing/Underwear/Top/bra_neko.rsi/equipped-UNDERWEART-body-slim.png b/Resources/Textures/White/Clothing/Underwear/Top/bra_neko.rsi/equipped-UNDERWEART-body-slim.png deleted file mode 100644 index b2338088d9..0000000000 Binary files a/Resources/Textures/White/Clothing/Underwear/Top/bra_neko.rsi/equipped-UNDERWEART-body-slim.png and /dev/null differ diff --git a/Resources/Textures/White/Clothing/Underwear/Top/bra_neko.rsi/equipped-UNDERWEART.png b/Resources/Textures/White/Clothing/Underwear/Top/bra_neko.rsi/equipped-UNDERWEART.png deleted file mode 100644 index 65c32103b6..0000000000 Binary files a/Resources/Textures/White/Clothing/Underwear/Top/bra_neko.rsi/equipped-UNDERWEART.png and /dev/null differ diff --git a/Resources/Textures/White/Clothing/Underwear/Top/bra_neko.rsi/icon.png b/Resources/Textures/White/Clothing/Underwear/Top/bra_neko.rsi/icon.png deleted file mode 100644 index 968e7dcad3..0000000000 Binary files a/Resources/Textures/White/Clothing/Underwear/Top/bra_neko.rsi/icon.png and /dev/null differ diff --git a/Resources/Textures/White/Clothing/Underwear/Top/bra_neko.rsi/meta.json b/Resources/Textures/White/Clothing/Underwear/Top/bra_neko.rsi/meta.json deleted file mode 100644 index af6c326d3f..0000000000 --- a/Resources/Textures/White/Clothing/Underwear/Top/bra_neko.rsi/meta.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "license": "CC-BY-SA-3.0", - "copyright": "Taken from https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13", - "version": 1, - "size": { - "x": 32, - "y": 32 - }, - "states": [ - { - "name": "equipped-UNDERWEART", - "directions": 4 - }, - { - "name": "icon" - } - ] -} diff --git a/Resources/Textures/White/Clothing/Underwear/Top/bra_strapless.rsi/equipped-UNDERWEART-body-slim.png b/Resources/Textures/White/Clothing/Underwear/Top/bra_strapless.rsi/equipped-UNDERWEART-body-slim.png deleted file mode 100644 index 5fd0389773..0000000000 Binary files a/Resources/Textures/White/Clothing/Underwear/Top/bra_strapless.rsi/equipped-UNDERWEART-body-slim.png and /dev/null differ diff --git a/Resources/Textures/White/Clothing/Underwear/Top/bra_strapless.rsi/equipped-UNDERWEART.png b/Resources/Textures/White/Clothing/Underwear/Top/bra_strapless.rsi/equipped-UNDERWEART.png deleted file mode 100644 index ff27fa3d3b..0000000000 Binary files a/Resources/Textures/White/Clothing/Underwear/Top/bra_strapless.rsi/equipped-UNDERWEART.png and /dev/null differ diff --git a/Resources/Textures/White/Clothing/Underwear/Top/bra_strapless.rsi/icon.png b/Resources/Textures/White/Clothing/Underwear/Top/bra_strapless.rsi/icon.png deleted file mode 100644 index 69c1c97b63..0000000000 Binary files a/Resources/Textures/White/Clothing/Underwear/Top/bra_strapless.rsi/icon.png and /dev/null differ diff --git a/Resources/Textures/White/Clothing/Underwear/Top/bra_strapless.rsi/meta.json b/Resources/Textures/White/Clothing/Underwear/Top/bra_strapless.rsi/meta.json deleted file mode 100644 index af6c326d3f..0000000000 --- a/Resources/Textures/White/Clothing/Underwear/Top/bra_strapless.rsi/meta.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "license": "CC-BY-SA-3.0", - "copyright": "Taken from https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13", - "version": 1, - "size": { - "x": 32, - "y": 32 - }, - "states": [ - { - "name": "equipped-UNDERWEART", - "directions": 4 - }, - { - "name": "icon" - } - ] -} diff --git a/Resources/Textures/White/Clothing/Underwear/Top/bra_strapless_alt.rsi/equipped-UNDERWEART-body-slim.png b/Resources/Textures/White/Clothing/Underwear/Top/bra_strapless_alt.rsi/equipped-UNDERWEART-body-slim.png deleted file mode 100644 index a28ca85cb3..0000000000 Binary files a/Resources/Textures/White/Clothing/Underwear/Top/bra_strapless_alt.rsi/equipped-UNDERWEART-body-slim.png and /dev/null differ diff --git a/Resources/Textures/White/Clothing/Underwear/Top/bra_strapless_alt.rsi/equipped-UNDERWEART.png b/Resources/Textures/White/Clothing/Underwear/Top/bra_strapless_alt.rsi/equipped-UNDERWEART.png deleted file mode 100644 index 9c87c63935..0000000000 Binary files a/Resources/Textures/White/Clothing/Underwear/Top/bra_strapless_alt.rsi/equipped-UNDERWEART.png and /dev/null differ diff --git a/Resources/Textures/White/Clothing/Underwear/Top/bra_strapless_alt.rsi/icon.png b/Resources/Textures/White/Clothing/Underwear/Top/bra_strapless_alt.rsi/icon.png deleted file mode 100644 index 0dbd12795c..0000000000 Binary files a/Resources/Textures/White/Clothing/Underwear/Top/bra_strapless_alt.rsi/icon.png and /dev/null differ diff --git a/Resources/Textures/White/Clothing/Underwear/Top/bra_strapless_alt.rsi/meta.json b/Resources/Textures/White/Clothing/Underwear/Top/bra_strapless_alt.rsi/meta.json deleted file mode 100644 index af6c326d3f..0000000000 --- a/Resources/Textures/White/Clothing/Underwear/Top/bra_strapless_alt.rsi/meta.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "license": "CC-BY-SA-3.0", - "copyright": "Taken from https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13", - "version": 1, - "size": { - "x": 32, - "y": 32 - }, - "states": [ - { - "name": "equipped-UNDERWEART", - "directions": 4 - }, - { - "name": "icon" - } - ] -} diff --git a/Resources/Textures/White/Clothing/Underwear/Top/bra_swimming.rsi/equipped-UNDERWEART-body-slim.png b/Resources/Textures/White/Clothing/Underwear/Top/bra_swimming.rsi/equipped-UNDERWEART-body-slim.png deleted file mode 100644 index 68dcc2c45a..0000000000 Binary files a/Resources/Textures/White/Clothing/Underwear/Top/bra_swimming.rsi/equipped-UNDERWEART-body-slim.png and /dev/null differ diff --git a/Resources/Textures/White/Clothing/Underwear/Top/bra_swimming.rsi/equipped-UNDERWEART.png b/Resources/Textures/White/Clothing/Underwear/Top/bra_swimming.rsi/equipped-UNDERWEART.png deleted file mode 100644 index e674ac3ecb..0000000000 Binary files a/Resources/Textures/White/Clothing/Underwear/Top/bra_swimming.rsi/equipped-UNDERWEART.png and /dev/null differ diff --git a/Resources/Textures/White/Clothing/Underwear/Top/bra_swimming.rsi/icon.png b/Resources/Textures/White/Clothing/Underwear/Top/bra_swimming.rsi/icon.png deleted file mode 100644 index ddac0e9d44..0000000000 Binary files a/Resources/Textures/White/Clothing/Underwear/Top/bra_swimming.rsi/icon.png and /dev/null differ diff --git a/Resources/Textures/White/Clothing/Underwear/Top/bra_swimming.rsi/meta.json b/Resources/Textures/White/Clothing/Underwear/Top/bra_swimming.rsi/meta.json deleted file mode 100644 index af6c326d3f..0000000000 --- a/Resources/Textures/White/Clothing/Underwear/Top/bra_swimming.rsi/meta.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "license": "CC-BY-SA-3.0", - "copyright": "Taken from https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13", - "version": 1, - "size": { - "x": 32, - "y": 32 - }, - "states": [ - { - "name": "equipped-UNDERWEART", - "directions": 4 - }, - { - "name": "icon" - } - ] -} diff --git a/Resources/Textures/White/Clothing/Underwear/Top/bra_swimming_alt.rsi/equipped-UNDERWEART-body-slim.png b/Resources/Textures/White/Clothing/Underwear/Top/bra_swimming_alt.rsi/equipped-UNDERWEART-body-slim.png deleted file mode 100644 index 661233dbb1..0000000000 Binary files a/Resources/Textures/White/Clothing/Underwear/Top/bra_swimming_alt.rsi/equipped-UNDERWEART-body-slim.png and /dev/null differ diff --git a/Resources/Textures/White/Clothing/Underwear/Top/bra_swimming_alt.rsi/equipped-UNDERWEART.png b/Resources/Textures/White/Clothing/Underwear/Top/bra_swimming_alt.rsi/equipped-UNDERWEART.png deleted file mode 100644 index 0f348301b4..0000000000 Binary files a/Resources/Textures/White/Clothing/Underwear/Top/bra_swimming_alt.rsi/equipped-UNDERWEART.png and /dev/null differ diff --git a/Resources/Textures/White/Clothing/Underwear/Top/bra_swimming_alt.rsi/icon.png b/Resources/Textures/White/Clothing/Underwear/Top/bra_swimming_alt.rsi/icon.png deleted file mode 100644 index a656b1acae..0000000000 Binary files a/Resources/Textures/White/Clothing/Underwear/Top/bra_swimming_alt.rsi/icon.png and /dev/null differ diff --git a/Resources/Textures/White/Clothing/Underwear/Top/bra_swimming_alt.rsi/meta.json b/Resources/Textures/White/Clothing/Underwear/Top/bra_swimming_alt.rsi/meta.json deleted file mode 100644 index af6c326d3f..0000000000 --- a/Resources/Textures/White/Clothing/Underwear/Top/bra_swimming_alt.rsi/meta.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "license": "CC-BY-SA-3.0", - "copyright": "Taken from https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13", - "version": 1, - "size": { - "x": 32, - "y": 32 - }, - "states": [ - { - "name": "equipped-UNDERWEART", - "directions": 4 - }, - { - "name": "icon" - } - ] -} diff --git a/Resources/Textures/White/Clothing/Underwear/Top/bra_thin.rsi/equipped-UNDERWEART-body-slim.png b/Resources/Textures/White/Clothing/Underwear/Top/bra_thin.rsi/equipped-UNDERWEART-body-slim.png deleted file mode 100644 index 6fa219fcdb..0000000000 Binary files a/Resources/Textures/White/Clothing/Underwear/Top/bra_thin.rsi/equipped-UNDERWEART-body-slim.png and /dev/null differ diff --git a/Resources/Textures/White/Clothing/Underwear/Top/bra_thin.rsi/equipped-UNDERWEART.png b/Resources/Textures/White/Clothing/Underwear/Top/bra_thin.rsi/equipped-UNDERWEART.png deleted file mode 100644 index 96d83f2ccf..0000000000 Binary files a/Resources/Textures/White/Clothing/Underwear/Top/bra_thin.rsi/equipped-UNDERWEART.png and /dev/null differ diff --git a/Resources/Textures/White/Clothing/Underwear/Top/bra_thin.rsi/icon.png b/Resources/Textures/White/Clothing/Underwear/Top/bra_thin.rsi/icon.png deleted file mode 100644 index 5758b5afef..0000000000 Binary files a/Resources/Textures/White/Clothing/Underwear/Top/bra_thin.rsi/icon.png and /dev/null differ diff --git a/Resources/Textures/White/Clothing/Underwear/Top/bra_thin.rsi/meta.json b/Resources/Textures/White/Clothing/Underwear/Top/bra_thin.rsi/meta.json deleted file mode 100644 index af6c326d3f..0000000000 --- a/Resources/Textures/White/Clothing/Underwear/Top/bra_thin.rsi/meta.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "license": "CC-BY-SA-3.0", - "copyright": "Taken from https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13", - "version": 1, - "size": { - "x": 32, - "y": 32 - }, - "states": [ - { - "name": "equipped-UNDERWEART", - "directions": 4 - }, - { - "name": "icon" - } - ] -} diff --git a/Resources/Textures/White/Clothing/Underwear/Top/cow.rsi/equipped-UNDERWEART-body-slim.png b/Resources/Textures/White/Clothing/Underwear/Top/cow.rsi/equipped-UNDERWEART-body-slim.png deleted file mode 100644 index f027165aad..0000000000 Binary files a/Resources/Textures/White/Clothing/Underwear/Top/cow.rsi/equipped-UNDERWEART-body-slim.png and /dev/null differ diff --git a/Resources/Textures/White/Clothing/Underwear/Top/cow.rsi/equipped-UNDERWEART.png b/Resources/Textures/White/Clothing/Underwear/Top/cow.rsi/equipped-UNDERWEART.png deleted file mode 100644 index 7dc1c2cb84..0000000000 Binary files a/Resources/Textures/White/Clothing/Underwear/Top/cow.rsi/equipped-UNDERWEART.png and /dev/null differ diff --git a/Resources/Textures/White/Clothing/Underwear/Top/cow.rsi/icon.png b/Resources/Textures/White/Clothing/Underwear/Top/cow.rsi/icon.png deleted file mode 100644 index 69d2c9f803..0000000000 Binary files a/Resources/Textures/White/Clothing/Underwear/Top/cow.rsi/icon.png and /dev/null differ diff --git a/Resources/Textures/White/Clothing/Underwear/Top/cow.rsi/meta.json b/Resources/Textures/White/Clothing/Underwear/Top/cow.rsi/meta.json deleted file mode 100644 index af6c326d3f..0000000000 --- a/Resources/Textures/White/Clothing/Underwear/Top/cow.rsi/meta.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "license": "CC-BY-SA-3.0", - "copyright": "Taken from https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13", - "version": 1, - "size": { - "x": 32, - "y": 32 - }, - "states": [ - { - "name": "equipped-UNDERWEART", - "directions": 4 - }, - { - "name": "icon" - } - ] -} diff --git a/Resources/Textures/White/Clothing/Underwear/Top/fishnet_body.rsi/equipped-UNDERWEART-body-slim.png b/Resources/Textures/White/Clothing/Underwear/Top/fishnet_body.rsi/equipped-UNDERWEART-body-slim.png deleted file mode 100644 index ad9e0d3e1f..0000000000 Binary files a/Resources/Textures/White/Clothing/Underwear/Top/fishnet_body.rsi/equipped-UNDERWEART-body-slim.png and /dev/null differ diff --git a/Resources/Textures/White/Clothing/Underwear/Top/fishnet_body.rsi/equipped-UNDERWEART.png b/Resources/Textures/White/Clothing/Underwear/Top/fishnet_body.rsi/equipped-UNDERWEART.png deleted file mode 100644 index 56ce120969..0000000000 Binary files a/Resources/Textures/White/Clothing/Underwear/Top/fishnet_body.rsi/equipped-UNDERWEART.png and /dev/null differ diff --git a/Resources/Textures/White/Clothing/Underwear/Top/fishnet_body.rsi/icon.png b/Resources/Textures/White/Clothing/Underwear/Top/fishnet_body.rsi/icon.png deleted file mode 100644 index 14b9c78e71..0000000000 Binary files a/Resources/Textures/White/Clothing/Underwear/Top/fishnet_body.rsi/icon.png and /dev/null differ diff --git a/Resources/Textures/White/Clothing/Underwear/Top/fishnet_body.rsi/meta.json b/Resources/Textures/White/Clothing/Underwear/Top/fishnet_body.rsi/meta.json deleted file mode 100644 index af6c326d3f..0000000000 --- a/Resources/Textures/White/Clothing/Underwear/Top/fishnet_body.rsi/meta.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "license": "CC-BY-SA-3.0", - "copyright": "Taken from https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13", - "version": 1, - "size": { - "x": 32, - "y": 32 - }, - "states": [ - { - "name": "equipped-UNDERWEART", - "directions": 4 - }, - { - "name": "icon" - } - ] -} diff --git a/Resources/Textures/White/Clothing/Underwear/Top/fishnet_gloves.rsi/equipped-UNDERWEART-body-slim.png b/Resources/Textures/White/Clothing/Underwear/Top/fishnet_gloves.rsi/equipped-UNDERWEART-body-slim.png deleted file mode 100644 index 0f663e95e9..0000000000 Binary files a/Resources/Textures/White/Clothing/Underwear/Top/fishnet_gloves.rsi/equipped-UNDERWEART-body-slim.png and /dev/null differ diff --git a/Resources/Textures/White/Clothing/Underwear/Top/fishnet_gloves.rsi/equipped-UNDERWEART.png b/Resources/Textures/White/Clothing/Underwear/Top/fishnet_gloves.rsi/equipped-UNDERWEART.png deleted file mode 100644 index fae33a04fd..0000000000 Binary files a/Resources/Textures/White/Clothing/Underwear/Top/fishnet_gloves.rsi/equipped-UNDERWEART.png and /dev/null differ diff --git a/Resources/Textures/White/Clothing/Underwear/Top/fishnet_gloves.rsi/icon.png b/Resources/Textures/White/Clothing/Underwear/Top/fishnet_gloves.rsi/icon.png deleted file mode 100644 index 60d87291f5..0000000000 Binary files a/Resources/Textures/White/Clothing/Underwear/Top/fishnet_gloves.rsi/icon.png and /dev/null differ diff --git a/Resources/Textures/White/Clothing/Underwear/Top/fishnet_gloves.rsi/meta.json b/Resources/Textures/White/Clothing/Underwear/Top/fishnet_gloves.rsi/meta.json deleted file mode 100644 index af6c326d3f..0000000000 --- a/Resources/Textures/White/Clothing/Underwear/Top/fishnet_gloves.rsi/meta.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "license": "CC-BY-SA-3.0", - "copyright": "Taken from https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13", - "version": 1, - "size": { - "x": 32, - "y": 32 - }, - "states": [ - { - "name": "equipped-UNDERWEART", - "directions": 4 - }, - { - "name": "icon" - } - ] -} diff --git a/Resources/Textures/White/Clothing/Underwear/Top/fishnet_sleeves.rsi/equipped-UNDERWEART-body-slim.png b/Resources/Textures/White/Clothing/Underwear/Top/fishnet_sleeves.rsi/equipped-UNDERWEART-body-slim.png deleted file mode 100644 index 102140cca5..0000000000 Binary files a/Resources/Textures/White/Clothing/Underwear/Top/fishnet_sleeves.rsi/equipped-UNDERWEART-body-slim.png and /dev/null differ diff --git a/Resources/Textures/White/Clothing/Underwear/Top/fishnet_sleeves.rsi/equipped-UNDERWEART.png b/Resources/Textures/White/Clothing/Underwear/Top/fishnet_sleeves.rsi/equipped-UNDERWEART.png deleted file mode 100644 index 0ddfeab2c2..0000000000 Binary files a/Resources/Textures/White/Clothing/Underwear/Top/fishnet_sleeves.rsi/equipped-UNDERWEART.png and /dev/null differ diff --git a/Resources/Textures/White/Clothing/Underwear/Top/fishnet_sleeves.rsi/icon.png b/Resources/Textures/White/Clothing/Underwear/Top/fishnet_sleeves.rsi/icon.png deleted file mode 100644 index 28c56b7f8d..0000000000 Binary files a/Resources/Textures/White/Clothing/Underwear/Top/fishnet_sleeves.rsi/icon.png and /dev/null differ diff --git a/Resources/Textures/White/Clothing/Underwear/Top/fishnet_sleeves.rsi/meta.json b/Resources/Textures/White/Clothing/Underwear/Top/fishnet_sleeves.rsi/meta.json deleted file mode 100644 index af6c326d3f..0000000000 --- a/Resources/Textures/White/Clothing/Underwear/Top/fishnet_sleeves.rsi/meta.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "license": "CC-BY-SA-3.0", - "copyright": "Taken from https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13", - "version": 1, - "size": { - "x": 32, - "y": 32 - }, - "states": [ - { - "name": "equipped-UNDERWEART", - "directions": 4 - }, - { - "name": "icon" - } - ] -} diff --git a/Resources/Textures/White/Clothing/Underwear/Top/halterneck_bra.rsi/equipped-UNDERWEART-body-slim.png b/Resources/Textures/White/Clothing/Underwear/Top/halterneck_bra.rsi/equipped-UNDERWEART-body-slim.png deleted file mode 100644 index 095e1f1a73..0000000000 Binary files a/Resources/Textures/White/Clothing/Underwear/Top/halterneck_bra.rsi/equipped-UNDERWEART-body-slim.png and /dev/null differ diff --git a/Resources/Textures/White/Clothing/Underwear/Top/halterneck_bra.rsi/equipped-UNDERWEART.png b/Resources/Textures/White/Clothing/Underwear/Top/halterneck_bra.rsi/equipped-UNDERWEART.png deleted file mode 100644 index 042c80958e..0000000000 Binary files a/Resources/Textures/White/Clothing/Underwear/Top/halterneck_bra.rsi/equipped-UNDERWEART.png and /dev/null differ diff --git a/Resources/Textures/White/Clothing/Underwear/Top/halterneck_bra.rsi/icon.png b/Resources/Textures/White/Clothing/Underwear/Top/halterneck_bra.rsi/icon.png deleted file mode 100644 index 761b87c0f3..0000000000 Binary files a/Resources/Textures/White/Clothing/Underwear/Top/halterneck_bra.rsi/icon.png and /dev/null differ diff --git a/Resources/Textures/White/Clothing/Underwear/Top/halterneck_bra.rsi/meta.json b/Resources/Textures/White/Clothing/Underwear/Top/halterneck_bra.rsi/meta.json deleted file mode 100644 index af6c326d3f..0000000000 --- a/Resources/Textures/White/Clothing/Underwear/Top/halterneck_bra.rsi/meta.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "license": "CC-BY-SA-3.0", - "copyright": "Taken from https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13", - "version": 1, - "size": { - "x": 32, - "y": 32 - }, - "states": [ - { - "name": "equipped-UNDERWEART", - "directions": 4 - }, - { - "name": "icon" - } - ] -} diff --git a/Resources/Textures/White/Clothing/Underwear/Top/heads/capitan/bra.rsi/equipped-UNDERWEART-body-slim.png b/Resources/Textures/White/Clothing/Underwear/Top/heads/capitan/bra.rsi/equipped-UNDERWEART-body-slim.png deleted file mode 100644 index 0d6149b85d..0000000000 Binary files a/Resources/Textures/White/Clothing/Underwear/Top/heads/capitan/bra.rsi/equipped-UNDERWEART-body-slim.png and /dev/null differ diff --git a/Resources/Textures/White/Clothing/Underwear/Top/heads/capitan/bra.rsi/equipped-UNDERWEART.png b/Resources/Textures/White/Clothing/Underwear/Top/heads/capitan/bra.rsi/equipped-UNDERWEART.png deleted file mode 100644 index f4cbf214d6..0000000000 Binary files a/Resources/Textures/White/Clothing/Underwear/Top/heads/capitan/bra.rsi/equipped-UNDERWEART.png and /dev/null differ diff --git a/Resources/Textures/White/Clothing/Underwear/Top/heads/capitan/bra.rsi/icon.png b/Resources/Textures/White/Clothing/Underwear/Top/heads/capitan/bra.rsi/icon.png deleted file mode 100644 index d2f812bf36..0000000000 Binary files a/Resources/Textures/White/Clothing/Underwear/Top/heads/capitan/bra.rsi/icon.png and /dev/null differ diff --git a/Resources/Textures/White/Clothing/Underwear/Top/heads/capitan/bra.rsi/meta.json b/Resources/Textures/White/Clothing/Underwear/Top/heads/capitan/bra.rsi/meta.json deleted file mode 100644 index 97552d6e86..0000000000 --- a/Resources/Textures/White/Clothing/Underwear/Top/heads/capitan/bra.rsi/meta.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "license": "CC-BY-SA-3.0", - "copyright": "By discord user SWG#6421 (481693809806278657)", - "version": 1, - "size": { - "x": 32, - "y": 32 - }, - "states": [ - { - "name": "equipped-UNDERWEART", - "directions": 4 - }, - { - "name": "icon" - } - ] -} diff --git a/Resources/Textures/White/Clothing/Underwear/Top/heads/ce/bra.rsi/equipped-UNDERWEART-body-slim.png b/Resources/Textures/White/Clothing/Underwear/Top/heads/ce/bra.rsi/equipped-UNDERWEART-body-slim.png deleted file mode 100644 index 8161142c51..0000000000 Binary files a/Resources/Textures/White/Clothing/Underwear/Top/heads/ce/bra.rsi/equipped-UNDERWEART-body-slim.png and /dev/null differ diff --git a/Resources/Textures/White/Clothing/Underwear/Top/heads/ce/bra.rsi/equipped-UNDERWEART.png b/Resources/Textures/White/Clothing/Underwear/Top/heads/ce/bra.rsi/equipped-UNDERWEART.png deleted file mode 100644 index 16bd502e12..0000000000 Binary files a/Resources/Textures/White/Clothing/Underwear/Top/heads/ce/bra.rsi/equipped-UNDERWEART.png and /dev/null differ diff --git a/Resources/Textures/White/Clothing/Underwear/Top/heads/ce/bra.rsi/icon.png b/Resources/Textures/White/Clothing/Underwear/Top/heads/ce/bra.rsi/icon.png deleted file mode 100644 index c1ba3ed59c..0000000000 Binary files a/Resources/Textures/White/Clothing/Underwear/Top/heads/ce/bra.rsi/icon.png and /dev/null differ diff --git a/Resources/Textures/White/Clothing/Underwear/Top/heads/ce/bra.rsi/meta.json b/Resources/Textures/White/Clothing/Underwear/Top/heads/ce/bra.rsi/meta.json deleted file mode 100644 index 97552d6e86..0000000000 --- a/Resources/Textures/White/Clothing/Underwear/Top/heads/ce/bra.rsi/meta.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "license": "CC-BY-SA-3.0", - "copyright": "By discord user SWG#6421 (481693809806278657)", - "version": 1, - "size": { - "x": 32, - "y": 32 - }, - "states": [ - { - "name": "equipped-UNDERWEART", - "directions": 4 - }, - { - "name": "icon" - } - ] -} diff --git a/Resources/Textures/White/Clothing/Underwear/Top/heads/cmo/bra.rsi/equipped-UNDERWEART-body-slim.png b/Resources/Textures/White/Clothing/Underwear/Top/heads/cmo/bra.rsi/equipped-UNDERWEART-body-slim.png deleted file mode 100644 index a8c8c67798..0000000000 Binary files a/Resources/Textures/White/Clothing/Underwear/Top/heads/cmo/bra.rsi/equipped-UNDERWEART-body-slim.png and /dev/null differ diff --git a/Resources/Textures/White/Clothing/Underwear/Top/heads/cmo/bra.rsi/equipped-UNDERWEART.png b/Resources/Textures/White/Clothing/Underwear/Top/heads/cmo/bra.rsi/equipped-UNDERWEART.png deleted file mode 100644 index 21a4181bd6..0000000000 Binary files a/Resources/Textures/White/Clothing/Underwear/Top/heads/cmo/bra.rsi/equipped-UNDERWEART.png and /dev/null differ diff --git a/Resources/Textures/White/Clothing/Underwear/Top/heads/cmo/bra.rsi/icon.png b/Resources/Textures/White/Clothing/Underwear/Top/heads/cmo/bra.rsi/icon.png deleted file mode 100644 index 22a85bbb52..0000000000 Binary files a/Resources/Textures/White/Clothing/Underwear/Top/heads/cmo/bra.rsi/icon.png and /dev/null differ diff --git a/Resources/Textures/White/Clothing/Underwear/Top/heads/cmo/bra.rsi/meta.json b/Resources/Textures/White/Clothing/Underwear/Top/heads/cmo/bra.rsi/meta.json deleted file mode 100644 index 97552d6e86..0000000000 --- a/Resources/Textures/White/Clothing/Underwear/Top/heads/cmo/bra.rsi/meta.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "license": "CC-BY-SA-3.0", - "copyright": "By discord user SWG#6421 (481693809806278657)", - "version": 1, - "size": { - "x": 32, - "y": 32 - }, - "states": [ - { - "name": "equipped-UNDERWEART", - "directions": 4 - }, - { - "name": "icon" - } - ] -} diff --git a/Resources/Textures/White/Clothing/Underwear/Top/heads/hop/bra.rsi/equipped-UNDERWEART-body-slim.png b/Resources/Textures/White/Clothing/Underwear/Top/heads/hop/bra.rsi/equipped-UNDERWEART-body-slim.png deleted file mode 100644 index e48e8ab75f..0000000000 Binary files a/Resources/Textures/White/Clothing/Underwear/Top/heads/hop/bra.rsi/equipped-UNDERWEART-body-slim.png and /dev/null differ diff --git a/Resources/Textures/White/Clothing/Underwear/Top/heads/hop/bra.rsi/equipped-UNDERWEART.png b/Resources/Textures/White/Clothing/Underwear/Top/heads/hop/bra.rsi/equipped-UNDERWEART.png deleted file mode 100644 index 9de02df0e7..0000000000 Binary files a/Resources/Textures/White/Clothing/Underwear/Top/heads/hop/bra.rsi/equipped-UNDERWEART.png and /dev/null differ diff --git a/Resources/Textures/White/Clothing/Underwear/Top/heads/hop/bra.rsi/icon.png b/Resources/Textures/White/Clothing/Underwear/Top/heads/hop/bra.rsi/icon.png deleted file mode 100644 index 6a4e2f8100..0000000000 Binary files a/Resources/Textures/White/Clothing/Underwear/Top/heads/hop/bra.rsi/icon.png and /dev/null differ diff --git a/Resources/Textures/White/Clothing/Underwear/Top/heads/hop/bra.rsi/meta.json b/Resources/Textures/White/Clothing/Underwear/Top/heads/hop/bra.rsi/meta.json deleted file mode 100644 index 97552d6e86..0000000000 --- a/Resources/Textures/White/Clothing/Underwear/Top/heads/hop/bra.rsi/meta.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "license": "CC-BY-SA-3.0", - "copyright": "By discord user SWG#6421 (481693809806278657)", - "version": 1, - "size": { - "x": 32, - "y": 32 - }, - "states": [ - { - "name": "equipped-UNDERWEART", - "directions": 4 - }, - { - "name": "icon" - } - ] -} diff --git a/Resources/Textures/White/Clothing/Underwear/Top/heads/hos/bra.rsi/equipped-UNDERWEART-body-slim.png b/Resources/Textures/White/Clothing/Underwear/Top/heads/hos/bra.rsi/equipped-UNDERWEART-body-slim.png deleted file mode 100644 index 2aa6533cb0..0000000000 Binary files a/Resources/Textures/White/Clothing/Underwear/Top/heads/hos/bra.rsi/equipped-UNDERWEART-body-slim.png and /dev/null differ diff --git a/Resources/Textures/White/Clothing/Underwear/Top/heads/hos/bra.rsi/equipped-UNDERWEART.png b/Resources/Textures/White/Clothing/Underwear/Top/heads/hos/bra.rsi/equipped-UNDERWEART.png deleted file mode 100644 index b456e4c27d..0000000000 Binary files a/Resources/Textures/White/Clothing/Underwear/Top/heads/hos/bra.rsi/equipped-UNDERWEART.png and /dev/null differ diff --git a/Resources/Textures/White/Clothing/Underwear/Top/heads/hos/bra.rsi/icon.png b/Resources/Textures/White/Clothing/Underwear/Top/heads/hos/bra.rsi/icon.png deleted file mode 100644 index c311471aca..0000000000 Binary files a/Resources/Textures/White/Clothing/Underwear/Top/heads/hos/bra.rsi/icon.png and /dev/null differ diff --git a/Resources/Textures/White/Clothing/Underwear/Top/heads/hos/bra.rsi/meta.json b/Resources/Textures/White/Clothing/Underwear/Top/heads/hos/bra.rsi/meta.json deleted file mode 100644 index 97552d6e86..0000000000 --- a/Resources/Textures/White/Clothing/Underwear/Top/heads/hos/bra.rsi/meta.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "license": "CC-BY-SA-3.0", - "copyright": "By discord user SWG#6421 (481693809806278657)", - "version": 1, - "size": { - "x": 32, - "y": 32 - }, - "states": [ - { - "name": "equipped-UNDERWEART", - "directions": 4 - }, - { - "name": "icon" - } - ] -} diff --git a/Resources/Textures/White/Clothing/Underwear/Top/heads/qm/bra.rsi/equipped-UNDERWEART-body-slim.png b/Resources/Textures/White/Clothing/Underwear/Top/heads/qm/bra.rsi/equipped-UNDERWEART-body-slim.png deleted file mode 100644 index 34ff46afb2..0000000000 Binary files a/Resources/Textures/White/Clothing/Underwear/Top/heads/qm/bra.rsi/equipped-UNDERWEART-body-slim.png and /dev/null differ diff --git a/Resources/Textures/White/Clothing/Underwear/Top/heads/qm/bra.rsi/equipped-UNDERWEART.png b/Resources/Textures/White/Clothing/Underwear/Top/heads/qm/bra.rsi/equipped-UNDERWEART.png deleted file mode 100644 index d969b4bc9f..0000000000 Binary files a/Resources/Textures/White/Clothing/Underwear/Top/heads/qm/bra.rsi/equipped-UNDERWEART.png and /dev/null differ diff --git a/Resources/Textures/White/Clothing/Underwear/Top/heads/qm/bra.rsi/icon.png b/Resources/Textures/White/Clothing/Underwear/Top/heads/qm/bra.rsi/icon.png deleted file mode 100644 index c005ccad7c..0000000000 Binary files a/Resources/Textures/White/Clothing/Underwear/Top/heads/qm/bra.rsi/icon.png and /dev/null differ diff --git a/Resources/Textures/White/Clothing/Underwear/Top/heads/qm/bra.rsi/meta.json b/Resources/Textures/White/Clothing/Underwear/Top/heads/qm/bra.rsi/meta.json deleted file mode 100644 index 97552d6e86..0000000000 --- a/Resources/Textures/White/Clothing/Underwear/Top/heads/qm/bra.rsi/meta.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "license": "CC-BY-SA-3.0", - "copyright": "By discord user SWG#6421 (481693809806278657)", - "version": 1, - "size": { - "x": 32, - "y": 32 - }, - "states": [ - { - "name": "equipped-UNDERWEART", - "directions": 4 - }, - { - "name": "icon" - } - ] -} diff --git a/Resources/Textures/White/Clothing/Underwear/Top/heads/rd/bra.rsi/equipped-UNDERWEART-body-slim.png b/Resources/Textures/White/Clothing/Underwear/Top/heads/rd/bra.rsi/equipped-UNDERWEART-body-slim.png deleted file mode 100644 index 2e762f82c2..0000000000 Binary files a/Resources/Textures/White/Clothing/Underwear/Top/heads/rd/bra.rsi/equipped-UNDERWEART-body-slim.png and /dev/null differ diff --git a/Resources/Textures/White/Clothing/Underwear/Top/heads/rd/bra.rsi/equipped-UNDERWEART.png b/Resources/Textures/White/Clothing/Underwear/Top/heads/rd/bra.rsi/equipped-UNDERWEART.png deleted file mode 100644 index ae20b0e7b6..0000000000 Binary files a/Resources/Textures/White/Clothing/Underwear/Top/heads/rd/bra.rsi/equipped-UNDERWEART.png and /dev/null differ diff --git a/Resources/Textures/White/Clothing/Underwear/Top/heads/rd/bra.rsi/icon.png b/Resources/Textures/White/Clothing/Underwear/Top/heads/rd/bra.rsi/icon.png deleted file mode 100644 index 0fe6351e54..0000000000 Binary files a/Resources/Textures/White/Clothing/Underwear/Top/heads/rd/bra.rsi/icon.png and /dev/null differ diff --git a/Resources/Textures/White/Clothing/Underwear/Top/heads/rd/bra.rsi/meta.json b/Resources/Textures/White/Clothing/Underwear/Top/heads/rd/bra.rsi/meta.json deleted file mode 100644 index 97552d6e86..0000000000 --- a/Resources/Textures/White/Clothing/Underwear/Top/heads/rd/bra.rsi/meta.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "license": "CC-BY-SA-3.0", - "copyright": "By discord user SWG#6421 (481693809806278657)", - "version": 1, - "size": { - "x": 32, - "y": 32 - }, - "states": [ - { - "name": "equipped-UNDERWEART", - "directions": 4 - }, - { - "name": "icon" - } - ] -} diff --git a/Resources/Textures/White/Clothing/Underwear/Top/shibari.rsi/equipped-UNDERWEART-body-slim.png b/Resources/Textures/White/Clothing/Underwear/Top/shibari.rsi/equipped-UNDERWEART-body-slim.png deleted file mode 100644 index 704fff3e03..0000000000 Binary files a/Resources/Textures/White/Clothing/Underwear/Top/shibari.rsi/equipped-UNDERWEART-body-slim.png and /dev/null differ diff --git a/Resources/Textures/White/Clothing/Underwear/Top/shibari.rsi/equipped-UNDERWEART.png b/Resources/Textures/White/Clothing/Underwear/Top/shibari.rsi/equipped-UNDERWEART.png deleted file mode 100644 index 54004c388a..0000000000 Binary files a/Resources/Textures/White/Clothing/Underwear/Top/shibari.rsi/equipped-UNDERWEART.png and /dev/null differ diff --git a/Resources/Textures/White/Clothing/Underwear/Top/shibari.rsi/icon.png b/Resources/Textures/White/Clothing/Underwear/Top/shibari.rsi/icon.png deleted file mode 100644 index d3f3bf2742..0000000000 Binary files a/Resources/Textures/White/Clothing/Underwear/Top/shibari.rsi/icon.png and /dev/null differ diff --git a/Resources/Textures/White/Clothing/Underwear/Top/shibari.rsi/meta.json b/Resources/Textures/White/Clothing/Underwear/Top/shibari.rsi/meta.json deleted file mode 100644 index af6c326d3f..0000000000 --- a/Resources/Textures/White/Clothing/Underwear/Top/shibari.rsi/meta.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "license": "CC-BY-SA-3.0", - "copyright": "Taken from https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13", - "version": 1, - "size": { - "x": 32, - "y": 32 - }, - "states": [ - { - "name": "equipped-UNDERWEART", - "directions": 4 - }, - { - "name": "icon" - } - ] -} diff --git a/Resources/Textures/White/Clothing/Underwear/Top/shibari_sleeves.rsi/equipped-UNDERWEART-body-slim.png b/Resources/Textures/White/Clothing/Underwear/Top/shibari_sleeves.rsi/equipped-UNDERWEART-body-slim.png deleted file mode 100644 index 4b4ebaf1c6..0000000000 Binary files a/Resources/Textures/White/Clothing/Underwear/Top/shibari_sleeves.rsi/equipped-UNDERWEART-body-slim.png and /dev/null differ diff --git a/Resources/Textures/White/Clothing/Underwear/Top/shibari_sleeves.rsi/equipped-UNDERWEART.png b/Resources/Textures/White/Clothing/Underwear/Top/shibari_sleeves.rsi/equipped-UNDERWEART.png deleted file mode 100644 index f45cf14842..0000000000 Binary files a/Resources/Textures/White/Clothing/Underwear/Top/shibari_sleeves.rsi/equipped-UNDERWEART.png and /dev/null differ diff --git a/Resources/Textures/White/Clothing/Underwear/Top/shibari_sleeves.rsi/icon.png b/Resources/Textures/White/Clothing/Underwear/Top/shibari_sleeves.rsi/icon.png deleted file mode 100644 index 15cb7c62e1..0000000000 Binary files a/Resources/Textures/White/Clothing/Underwear/Top/shibari_sleeves.rsi/icon.png and /dev/null differ diff --git a/Resources/Textures/White/Clothing/Underwear/Top/shibari_sleeves.rsi/meta.json b/Resources/Textures/White/Clothing/Underwear/Top/shibari_sleeves.rsi/meta.json deleted file mode 100644 index af6c326d3f..0000000000 --- a/Resources/Textures/White/Clothing/Underwear/Top/shibari_sleeves.rsi/meta.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "license": "CC-BY-SA-3.0", - "copyright": "Taken from https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13", - "version": 1, - "size": { - "x": 32, - "y": 32 - }, - "states": [ - { - "name": "equipped-UNDERWEART", - "directions": 4 - }, - { - "name": "icon" - } - ] -} diff --git a/Resources/Textures/White/Clothing/Underwear/Top/sportsbra.rsi/equipped-UNDERWEART-body-slim.png b/Resources/Textures/White/Clothing/Underwear/Top/sportsbra.rsi/equipped-UNDERWEART-body-slim.png deleted file mode 100644 index b191bbc9dc..0000000000 Binary files a/Resources/Textures/White/Clothing/Underwear/Top/sportsbra.rsi/equipped-UNDERWEART-body-slim.png and /dev/null differ diff --git a/Resources/Textures/White/Clothing/Underwear/Top/sportsbra.rsi/equipped-UNDERWEART.png b/Resources/Textures/White/Clothing/Underwear/Top/sportsbra.rsi/equipped-UNDERWEART.png deleted file mode 100644 index 48223a0861..0000000000 Binary files a/Resources/Textures/White/Clothing/Underwear/Top/sportsbra.rsi/equipped-UNDERWEART.png and /dev/null differ diff --git a/Resources/Textures/White/Clothing/Underwear/Top/sportsbra.rsi/icon.png b/Resources/Textures/White/Clothing/Underwear/Top/sportsbra.rsi/icon.png deleted file mode 100644 index 08db2302cc..0000000000 Binary files a/Resources/Textures/White/Clothing/Underwear/Top/sportsbra.rsi/icon.png and /dev/null differ diff --git a/Resources/Textures/White/Clothing/Underwear/Top/sportsbra.rsi/meta.json b/Resources/Textures/White/Clothing/Underwear/Top/sportsbra.rsi/meta.json deleted file mode 100644 index af6c326d3f..0000000000 --- a/Resources/Textures/White/Clothing/Underwear/Top/sportsbra.rsi/meta.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "license": "CC-BY-SA-3.0", - "copyright": "Taken from https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13", - "version": 1, - "size": { - "x": 32, - "y": 32 - }, - "states": [ - { - "name": "equipped-UNDERWEART", - "directions": 4 - }, - { - "name": "icon" - } - ] -} diff --git a/Resources/Textures/White/Clothing/Underwear/Top/sportsbraalt.rsi/equipped-UNDERWEART-body-slim.png b/Resources/Textures/White/Clothing/Underwear/Top/sportsbraalt.rsi/equipped-UNDERWEART-body-slim.png deleted file mode 100644 index eced4e98ad..0000000000 Binary files a/Resources/Textures/White/Clothing/Underwear/Top/sportsbraalt.rsi/equipped-UNDERWEART-body-slim.png and /dev/null differ diff --git a/Resources/Textures/White/Clothing/Underwear/Top/sportsbraalt.rsi/equipped-UNDERWEART.png b/Resources/Textures/White/Clothing/Underwear/Top/sportsbraalt.rsi/equipped-UNDERWEART.png deleted file mode 100644 index c93c12fc10..0000000000 Binary files a/Resources/Textures/White/Clothing/Underwear/Top/sportsbraalt.rsi/equipped-UNDERWEART.png and /dev/null differ diff --git a/Resources/Textures/White/Clothing/Underwear/Top/sportsbraalt.rsi/icon.png b/Resources/Textures/White/Clothing/Underwear/Top/sportsbraalt.rsi/icon.png deleted file mode 100644 index 6aa6284e89..0000000000 Binary files a/Resources/Textures/White/Clothing/Underwear/Top/sportsbraalt.rsi/icon.png and /dev/null differ diff --git a/Resources/Textures/White/Clothing/Underwear/Top/sportsbraalt.rsi/meta.json b/Resources/Textures/White/Clothing/Underwear/Top/sportsbraalt.rsi/meta.json deleted file mode 100644 index af6c326d3f..0000000000 --- a/Resources/Textures/White/Clothing/Underwear/Top/sportsbraalt.rsi/meta.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "license": "CC-BY-SA-3.0", - "copyright": "Taken from https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13", - "version": 1, - "size": { - "x": 32, - "y": 32 - }, - "states": [ - { - "name": "equipped-UNDERWEART", - "directions": 4 - }, - { - "name": "icon" - } - ] -} diff --git a/Resources/Textures/White/Clothing/Underwear/Top/striped_bra.rsi/equipped-UNDERWEART-body-slim.png b/Resources/Textures/White/Clothing/Underwear/Top/striped_bra.rsi/equipped-UNDERWEART-body-slim.png deleted file mode 100644 index c6a30a3cca..0000000000 Binary files a/Resources/Textures/White/Clothing/Underwear/Top/striped_bra.rsi/equipped-UNDERWEART-body-slim.png and /dev/null differ diff --git a/Resources/Textures/White/Clothing/Underwear/Top/striped_bra.rsi/equipped-UNDERWEART.png b/Resources/Textures/White/Clothing/Underwear/Top/striped_bra.rsi/equipped-UNDERWEART.png deleted file mode 100644 index b73e134a1e..0000000000 Binary files a/Resources/Textures/White/Clothing/Underwear/Top/striped_bra.rsi/equipped-UNDERWEART.png and /dev/null differ diff --git a/Resources/Textures/White/Clothing/Underwear/Top/striped_bra.rsi/icon.png b/Resources/Textures/White/Clothing/Underwear/Top/striped_bra.rsi/icon.png deleted file mode 100644 index a550830022..0000000000 Binary files a/Resources/Textures/White/Clothing/Underwear/Top/striped_bra.rsi/icon.png and /dev/null differ diff --git a/Resources/Textures/White/Clothing/Underwear/Top/striped_bra.rsi/meta.json b/Resources/Textures/White/Clothing/Underwear/Top/striped_bra.rsi/meta.json deleted file mode 100644 index af6c326d3f..0000000000 --- a/Resources/Textures/White/Clothing/Underwear/Top/striped_bra.rsi/meta.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "license": "CC-BY-SA-3.0", - "copyright": "Taken from https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13", - "version": 1, - "size": { - "x": 32, - "y": 32 - }, - "states": [ - { - "name": "equipped-UNDERWEART", - "directions": 4 - }, - { - "name": "icon" - } - ] -} diff --git a/Resources/Textures/White/Clothing/Underwear/Top/tubetop.rsi/equipped-UNDERWEART-body-slim.png b/Resources/Textures/White/Clothing/Underwear/Top/tubetop.rsi/equipped-UNDERWEART-body-slim.png deleted file mode 100644 index 68a647b8a8..0000000000 Binary files a/Resources/Textures/White/Clothing/Underwear/Top/tubetop.rsi/equipped-UNDERWEART-body-slim.png and /dev/null differ diff --git a/Resources/Textures/White/Clothing/Underwear/Top/tubetop.rsi/equipped-UNDERWEART.png b/Resources/Textures/White/Clothing/Underwear/Top/tubetop.rsi/equipped-UNDERWEART.png deleted file mode 100644 index 07258f8cdc..0000000000 Binary files a/Resources/Textures/White/Clothing/Underwear/Top/tubetop.rsi/equipped-UNDERWEART.png and /dev/null differ diff --git a/Resources/Textures/White/Clothing/Underwear/Top/tubetop.rsi/icon.png b/Resources/Textures/White/Clothing/Underwear/Top/tubetop.rsi/icon.png deleted file mode 100644 index f3a5ca1ad6..0000000000 Binary files a/Resources/Textures/White/Clothing/Underwear/Top/tubetop.rsi/icon.png and /dev/null differ diff --git a/Resources/Textures/White/Clothing/Underwear/Top/tubetop.rsi/meta.json b/Resources/Textures/White/Clothing/Underwear/Top/tubetop.rsi/meta.json deleted file mode 100644 index af6c326d3f..0000000000 --- a/Resources/Textures/White/Clothing/Underwear/Top/tubetop.rsi/meta.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "license": "CC-BY-SA-3.0", - "copyright": "Taken from https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13", - "version": 1, - "size": { - "x": 32, - "y": 32 - }, - "states": [ - { - "name": "equipped-UNDERWEART", - "directions": 4 - }, - { - "name": "icon" - } - ] -}