From 82e46611c7119541d59f970e95b7190bbdd81018 Mon Sep 17 00:00:00 2001 From: DinnerCalzone <180707738+DinnerCalzone@users.noreply.github.com> Date: Tue, 24 Dec 2024 06:30:13 -0500 Subject: [PATCH] unisex undershirts --- .../Customization/Markings/undershirt.yml | 137 ++++++++++++++++++ 1 file changed, 137 insertions(+) diff --git a/Resources/Prototypes/_Impstation/Entities/Mobs/Customization/Markings/undershirt.yml b/Resources/Prototypes/_Impstation/Entities/Mobs/Customization/Markings/undershirt.yml index 3809266092a01f..e9247ec3bd89c1 100644 --- a/Resources/Prototypes/_Impstation/Entities/Mobs/Customization/Markings/undershirt.yml +++ b/Resources/Prototypes/_Impstation/Entities/Mobs/Customization/Markings/undershirt.yml @@ -411,3 +411,140 @@ sprites: - sprite: Mobs/Customization/undershirt.rsi state: strapless + +#Unisex versions, as sexRestriction seems to not support more than one sex. Unisex body uses same body as male. + +- type: marking + id: UndershirtDefaultU + bodyPart: Undershirt + markingCategory: Undershirt + speciesRestriction: [Dwarf, Human, Reptilian, SlimePerson, Diona, Moth] + sexRestriction: [Unsexed] + coloring: + default: + type: + !type:SimpleColoring + color: "#FFFFFF" + sprites: + - sprite: Mobs/Customization/undershirt.rsi + state: undershirt + +- type: marking + id: UndershirtRolledU + bodyPart: Undershirt + markingCategory: Undershirt + speciesRestriction: [Dwarf, Human, Reptilian, SlimePerson, Diona, Moth] + sexRestriction: [Unsexed] + coloring: + default: + type: + !type:SimpleColoring + color: "#FFFFFF" + sprites: + - sprite: Mobs/Customization/undershirt.rsi + state: rolled_undershirt + +- type: marking + id: UndershirtSleevelessU + bodyPart: Undershirt + markingCategory: Undershirt + speciesRestriction: [Dwarf, Human, Reptilian, SlimePerson, Diona, Moth] + sexRestriction: [Unsexed] + coloring: + default: + type: + !type:SimpleColoring + color: "#FFFFFF" + sprites: + - sprite: Mobs/Customization/undershirt.rsi + state: sleeveless + +- type: marking + id: UndershirtRolledSleevelessU + bodyPart: Undershirt + markingCategory: Undershirt + speciesRestriction: [Dwarf, Human, Reptilian, SlimePerson, Diona, Moth] + sexRestriction: [Unsexed] + coloring: + default: + type: + !type:SimpleColoring + color: "#FFFFFF" + sprites: + - sprite: Mobs/Customization/undershirt.rsi + state: rolled_undershirt_sleeveless + +- type: marking + id: UndershirtGrossSleevelessU + bodyPart: Undershirt + markingCategory: Undershirt + speciesRestriction: [Dwarf, Human, Reptilian, SlimePerson, Diona, Moth] + sexRestriction: [Unsexed] + coloring: + default: + type: + !type:SimpleColoring + color: "#FFFFFF" + sprites: + - sprite: Mobs/Customization/undershirt.rsi + state: gross_sleeveless + +- type: marking + id: UndershirtNanotrasenU + bodyPart: Undershirt + markingCategory: Undershirt + speciesRestriction: [Dwarf, Human, Reptilian, SlimePerson, Diona, Moth] + sexRestriction: [Unsexed] + coloring: + default: + type: + !type:SimpleColoring + color: "#FFFFFF" + sprites: + - sprite: Mobs/Customization/undershirt.rsi + state: nanotrasen + +- type: marking + id: UndershirtBinderU + bodyPart: Undershirt + markingCategory: Undershirt + speciesRestriction: [Dwarf, Human, Reptilian, SlimePerson, Diona, Moth] + sexRestriction: [Unsexed] + coloring: + default: + type: + !type:SimpleColoring + color: "#FFFFFF" + sprites: + - sprite: Mobs/Customization/undershirt.rsi + state: binder + +- type: marking + id: UndershirtBraSportsU + bodyPart: Undershirt + markingCategory: Undershirt + speciesRestriction: [Dwarf, Human, Reptilian, SlimePerson, Diona, Moth] + sexRestriction: [Unsexed] + coloring: + default: + type: + !type:SimpleColoring + color: "#FFFFFF" + sprites: + - sprite: Mobs/Customization/undershirt.rsi + state: sports + +- type: marking + id: UndershirtBraStraplessU + bodyPart: Undershirt + markingCategory: Undershirt + speciesRestriction: [Dwarf, Human, Reptilian, SlimePerson, Diona, Moth] + sexRestriction: [Unsexed] + coloring: + default: + type: + !type:SimpleColoring + color: "#FFFFFF" + sprites: + - sprite: Mobs/Customization/undershirt.rsi + state: strapless \ No newline at end of file