From abc2c9db0dd4a90ac6c965660150b5ab09c0298a Mon Sep 17 00:00:00 2001 From: SeaborneProto <163230048+SeaborneProto@users.noreply.github.com> Date: Sun, 17 May 2026 12:48:58 -0500 Subject: [PATCH 1/2] Adds pregnancy markings .rsi Has 4 pregnancy markings, first 3 vaguely representing the three trimesters, whereas the 4th is xl. These markings are, admittaintly, very multipurpose --- .../pregnant_bellies.rsi/belly_pregnant-1.png | Bin 0 -> 194 bytes .../pregnant_bellies.rsi/belly_pregnant-2.png | Bin 0 -> 209 bytes .../pregnant_bellies.rsi/belly_pregnant-3.png | Bin 0 -> 247 bytes .../pregnant_bellies.rsi/belly_pregnant-4.png | Bin 0 -> 265 bytes .../Genital/pregnant_bellies.rsi/meta.json | 27 ++++++++++++++++++ 5 files changed, 27 insertions(+) create mode 100644 Resources/Textures/Mobs/Customization/Markings/Genital/pregnant_bellies.rsi/belly_pregnant-1.png create mode 100644 Resources/Textures/Mobs/Customization/Markings/Genital/pregnant_bellies.rsi/belly_pregnant-2.png create mode 100644 Resources/Textures/Mobs/Customization/Markings/Genital/pregnant_bellies.rsi/belly_pregnant-3.png create mode 100644 Resources/Textures/Mobs/Customization/Markings/Genital/pregnant_bellies.rsi/belly_pregnant-4.png create mode 100644 Resources/Textures/Mobs/Customization/Markings/Genital/pregnant_bellies.rsi/meta.json diff --git a/Resources/Textures/Mobs/Customization/Markings/Genital/pregnant_bellies.rsi/belly_pregnant-1.png b/Resources/Textures/Mobs/Customization/Markings/Genital/pregnant_bellies.rsi/belly_pregnant-1.png new file mode 100644 index 0000000000000000000000000000000000000000..e379f26fa2fcec4243476f63c05ace0d8a77e874 GIT binary patch literal 194 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I3?%1nZ+ru!_yc@GT!HkB8#ms(dGj9(E;KDT z3lw543GxeO0Ex(4Py=a>^>lFziD-R$&5*CbfXDgbv6Fw#`$$M|PUT7ZnV*}yHTKR{ zh6lomntOh35ptUOk~L&%X}jJ2lr!@=@7XXgtnXeZy?m?p^~Z15-N-t(@c!<9^Pm51 jc-Xy3{DGa)hi>Kz%nY@%nw%^^ix@mz{an^LB{Ts57L8Cw literal 0 HcmV?d00001 diff --git a/Resources/Textures/Mobs/Customization/Markings/Genital/pregnant_bellies.rsi/belly_pregnant-2.png b/Resources/Textures/Mobs/Customization/Markings/Genital/pregnant_bellies.rsi/belly_pregnant-2.png new file mode 100644 index 0000000000000000000000000000000000000000..05a51a90cbecdb965589f260e7c447004e9718de GIT binary patch literal 209 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I3?%1nZ+ru!_yc@GT!HkB8#ms(dGj9(E;KDT z3lw543GxeO0Ex(4Py=bs@pN$viD-R$&5-Ya0SB{#!O#D*XQ#Zl)D#f2vU`1Uig>DG znvzn!OhfR`4h5;Qd6_>JFeLLl6O;LEeQx&I{md?LE-p_FcApKId$;TEji~5sYjxgz x*UA?w$|mw%I1&BN;RWvjafSUWA9*}U7w37-aJIBq@G#I`22WQ%mvv4FO#p9GRRRD2 literal 0 HcmV?d00001 diff --git a/Resources/Textures/Mobs/Customization/Markings/Genital/pregnant_bellies.rsi/belly_pregnant-3.png b/Resources/Textures/Mobs/Customization/Markings/Genital/pregnant_bellies.rsi/belly_pregnant-3.png new file mode 100644 index 0000000000000000000000000000000000000000..ce0ac033066a3e04ac355e32d7697c2c4be10e2b GIT binary patch literal 247 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I3?%1nZ+ru!_yc@GT!HkB8#ms(dGj9(E;KDT z3lw543GxeO0Ex(4Py=b6ab6my0(r%y6w{Ycdy&7o##Do_S@^9fIXt}_X-HYODjPZ+rRCLwWMlul6U+n=XaTOFL_zU zQU->)1!X~%N?sCfc8M=4)9#s_*^_HAUrKh(AA=XXX^!jjzV5jpYSKL6&3?z+e>``Q4c~pDkgpS33_Kl?v=DfG~)p(RKESd36)a$9ofbM1RboFyt=akR{ E0BYZFHvj+t literal 0 HcmV?d00001 diff --git a/Resources/Textures/Mobs/Customization/Markings/Genital/pregnant_bellies.rsi/meta.json b/Resources/Textures/Mobs/Customization/Markings/Genital/pregnant_bellies.rsi/meta.json new file mode 100644 index 00000000000..86b5dbe9827 --- /dev/null +++ b/Resources/Textures/Mobs/Customization/Markings/Genital/pregnant_bellies.rsi/meta.json @@ -0,0 +1,27 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "belly_pregnant-1,-2,-3,-4 by SeaborneProto on Github", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "belly_pregnant-1", + "directions": 4 + }, + { + "name": "belly_pregnant-2", + "directions": 4 + }, + { + "name": "belly_pregnant-3", + "directions": 4 + }, + { + "name": "belly_pregnant-4", + "directions": 4 + } + ] +} From 37d41ad29cb1d928563bc82c46b09e92098de29a Mon Sep 17 00:00:00 2001 From: SeaborneProto <163230048+SeaborneProto@users.noreply.github.com> Date: Sun, 17 May 2026 12:52:14 -0500 Subject: [PATCH 2/2] Update genitals.yml to have pregnancy markings 1-4! I couldn't find a much better pre-existing place to put these markings :p --- .../Mobs/Customization/Markings/genitals.yml | 37 +++++++++++++++++++ 1 file changed, 37 insertions(+) diff --git a/Resources/Prototypes/Entities/Mobs/Customization/Markings/genitals.yml b/Resources/Prototypes/Entities/Mobs/Customization/Markings/genitals.yml index cfc72b62b77..5618c809624 100644 --- a/Resources/Prototypes/Entities/Mobs/Customization/Markings/genitals.yml +++ b/Resources/Prototypes/Entities/Mobs/Customization/Markings/genitals.yml @@ -2849,5 +2849,42 @@ state: BRC-Knotted scale: 0.5 +# Pregnancy Markings. Not really genitals, but I couldn't find a better place to put these :p +- type: marking + id: Pregnant-1 + bodyPart: Chest + markingCategory: Chest + speciesRestriction: [Tajaran, Skrell, Vox, Avali, Resomi, Protogen, Thaven, Dwarf, Diona, Human, SlimePerson, Felinid, Oni, Harpy, Reptilian, Vulpkanin, Rodentia, Goblin, Sheleg, IPC, Feroxi, Moth, Arachnid, Kitsune, Chitinid, Synth, Shadekin, ProtoVulp, ProtoVox, ProtoThaven, ProtoSlimePerson, ProtoKin, ProtoResomi, ProtoReptile, ProtoMoth, ProtoHumie, ProtoFeline, ProtoDawi, ProtoDionae, ProtoAvali, ProtoArachnid] + sprites: + - sprite: Mobs/Customization/Markings/Genital/pregnant_bellies.rsi + state: belly_pregnant-1 + +- type: marking + id: Pregnant-2 + bodyPart: Chest + markingCategory: Chest + speciesRestriction: [Tajaran, Skrell, Vox, Avali, Resomi, Protogen, Thaven, Dwarf, Diona, Human, SlimePerson, Felinid, Oni, Harpy, Reptilian, Vulpkanin, Rodentia, Goblin, Sheleg, IPC, Feroxi, Moth, Arachnid, Kitsune, Chitinid, Synth, Shadekin, ProtoVulp, ProtoVox, ProtoThaven, ProtoSlimePerson, ProtoKin, ProtoResomi, ProtoReptile, ProtoMoth, ProtoHumie, ProtoFeline, ProtoDawi, ProtoDionae, ProtoAvali, ProtoArachnid] + sprites: + - sprite: Mobs/Customization/Markings/Genital/pregnant_bellies.rsi + state: belly_pregnant-2 + +- type: marking + id: Pregnant-3 + bodyPart: Chest + markingCategory: Chest + speciesRestriction: [Tajaran, Skrell, Vox, Avali, Resomi, Protogen, Thaven, Dwarf, Diona, Human, SlimePerson, Felinid, Oni, Harpy, Reptilian, Vulpkanin, Rodentia, Goblin, Sheleg, IPC, Feroxi, Moth, Arachnid, Kitsune, Chitinid, Synth, Shadekin, ProtoVulp, ProtoVox, ProtoThaven, ProtoSlimePerson, ProtoKin, ProtoResomi, ProtoReptile, ProtoMoth, ProtoHumie, ProtoFeline, ProtoDawi, ProtoDionae, ProtoAvali, ProtoArachnid] + sprites: + - sprite: Mobs/Customization/Markings/Genital/pregnant_bellies.rsi + state: belly_pregnant-3 + +- type: marking + id: Pregnant-4 + bodyPart: Chest + markingCategory: Chest + speciesRestriction: [Tajaran, Skrell, Vox, Avali, Resomi, Protogen, Thaven, Dwarf, Diona, Human, SlimePerson, Felinid, Oni, Harpy, Reptilian, Vulpkanin, Rodentia, Goblin, Sheleg, IPC, Feroxi, Moth, Arachnid, Kitsune, Chitinid, Synth, Shadekin, ProtoVulp, ProtoVox, ProtoThaven, ProtoSlimePerson, ProtoKin, ProtoResomi, ProtoReptile, ProtoMoth, ProtoHumie, ProtoFeline, ProtoDawi, ProtoDionae, ProtoAvali, ProtoArachnid] + sprites: + - sprite: Mobs/Customization/Markings/Genital/pregnant_bellies.rsi + state: belly_pregnant-4 +