From 8ab1dad2043fdc0dc73cf4eb467349adcd207667 Mon Sep 17 00:00:00 2001 From: Raikyr0 Date: Mon, 8 Jun 2026 04:36:35 +1000 Subject: [PATCH 1/7] Update animal.yml Signed-off-by: Raikyr0 --- Resources/Prototypes/Body/Organs/Animal/animal.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Resources/Prototypes/Body/Organs/Animal/animal.yml b/Resources/Prototypes/Body/Organs/Animal/animal.yml index 35b9dea064d..9efefa97618 100644 --- a/Resources/Prototypes/Body/Organs/Animal/animal.yml +++ b/Resources/Prototypes/Body/Organs/Animal/animal.yml @@ -91,13 +91,13 @@ - type: entity id: OrganMouseStomach parent: OrganAnimalStomach - name: mouse stomach # DeltaV + name: critter stomach # DeltaV categories: [ HideSpawnMenu ] components: - type: SolutionContainerManager solutions: stomach: - maxVol: 30 + maxVol: 10 # Euphoria - Critters shouldn't eat twice their body weight in food food: maxVol: 5 reagents: From 7ca92bc5f234889c825c5d127396872772a6e25d Mon Sep 17 00:00:00 2001 From: Raikyr0 Date: Mon, 8 Jun 2026 04:43:52 +1000 Subject: [PATCH 2/7] Update animal.yml Signed-off-by: Raikyr0 --- Resources/Prototypes/Body/Organs/Animal/animal.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Resources/Prototypes/Body/Organs/Animal/animal.yml b/Resources/Prototypes/Body/Organs/Animal/animal.yml index 9efefa97618..5fe077a7cdd 100644 --- a/Resources/Prototypes/Body/Organs/Animal/animal.yml +++ b/Resources/Prototypes/Body/Organs/Animal/animal.yml @@ -71,7 +71,7 @@ - type: SolutionContainerManager solutions: stomach: - maxVol: 40 + maxVol: 50 # Euphoria - Homogenised food: maxVol: 5 reagents: From 463b9321da0ab045e777bd79ac9e18df5329d3bf Mon Sep 17 00:00:00 2001 From: Raikyr0 Date: Mon, 8 Jun 2026 04:49:41 +1000 Subject: [PATCH 3/7] Added Mothroach Stomach Signed-off-by: Raikyr0 --- Resources/Prototypes/Body/Organs/moth.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/Resources/Prototypes/Body/Organs/moth.yml b/Resources/Prototypes/Body/Organs/moth.yml index 71d8fe3e465..ee19b165a92 100644 --- a/Resources/Prototypes/Body/Organs/moth.yml +++ b/Resources/Prototypes/Body/Organs/moth.yml @@ -27,3 +27,19 @@ groups: - id: Food - id: Drink + +- type: entity + id: OrganMothroachStomach + parent: OrganMothStomach + categories: [ HideSpawnMenu ] + name: mothroach stomach # Euphoria + components: + - type: SolutionContainerManager + solutions: + stomach: + maxVol: 10 + food: + maxVol: 5 + reagents: + - ReagentId: UncookedAnimalProteins + Quantity: 5 From e7314dc67e9280dd9bb8a6eedc061a4c0db8e214 Mon Sep 17 00:00:00 2001 From: Raikyr0 Date: Mon, 8 Jun 2026 04:50:22 +1000 Subject: [PATCH 4/7] Update mothroach.yml Signed-off-by: Raikyr0 --- Resources/Prototypes/Body/Prototypes/Specific/mothroach.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Resources/Prototypes/Body/Prototypes/Specific/mothroach.yml b/Resources/Prototypes/Body/Prototypes/Specific/mothroach.yml index ef5df769def..c7fd2fdf8ef 100644 --- a/Resources/Prototypes/Body/Prototypes/Specific/mothroach.yml +++ b/Resources/Prototypes/Body/Prototypes/Specific/mothroach.yml @@ -7,7 +7,7 @@ part: TorsoAnimal organs: lungs: OrganAnimalLungs - stomach: OrganMothStomach + stomach: OrganMothroachStomach # Euphoria - Critter Stomach liver: OrganAnimalLiver heart: OrganAnimalHeart kidneys: OrganAnimalKidneys From ed8014e921410f989d2f65f713cb828eed73d41d Mon Sep 17 00:00:00 2001 From: Raikyr0 Date: Mon, 8 Jun 2026 04:54:43 +1000 Subject: [PATCH 5/7] Update rodentia.yml Signed-off-by: Raikyr0 --- Resources/Prototypes/_DV/Body/Prototypes/rodentia.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Resources/Prototypes/_DV/Body/Prototypes/rodentia.yml b/Resources/Prototypes/_DV/Body/Prototypes/rodentia.yml index 0038f9a0a89..c14f3e59fbd 100644 --- a/Resources/Prototypes/_DV/Body/Prototypes/rodentia.yml +++ b/Resources/Prototypes/_DV/Body/Prototypes/rodentia.yml @@ -13,9 +13,9 @@ torso: part: TorsoRodentia organs: - heart: OrganHumanHeart #euphoria change. Rats can eat chocolate and drink tea. + heart: OrganHumanHeart # Euphoria - Rats can eat chocolate and drink tea. lungs: OrganHumanLungs - stomach: OrganAnimalStomach + stomach: OrganRodentiaStomach # Euphoria liver: OrganAnimalLiver kidneys: OrganHumanKidneys connections: From 5fcb24575676f10b90e6fe44fbea07d9650a517b Mon Sep 17 00:00:00 2001 From: Raikyr0 Date: Mon, 8 Jun 2026 04:55:10 +1000 Subject: [PATCH 6/7] Update rat.yml Signed-off-by: Raikyr0 --- Resources/Prototypes/Body/Organs/rat.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/Resources/Prototypes/Body/Organs/rat.yml b/Resources/Prototypes/Body/Organs/rat.yml index 9d1352c72f5..d6692943a35 100644 --- a/Resources/Prototypes/Body/Organs/rat.yml +++ b/Resources/Prototypes/Body/Organs/rat.yml @@ -22,3 +22,18 @@ Quantity: 5 - type: Sprite state: stomach + +- type: entity # Euphoria - Rodentia can eat more at once due to their hunger rate + id: OrganRodentiaStomach + parent: OrganRatStomach + suffix: "rodentia" + components: + - type: SolutionContainerManager + solutions: + stomach: + maxVol: 75 + food: + maxVol: 5 + reagents: + - ReagentId: UncookedAnimalProteins + Quantity: 5 From c50a3cd8ae06a1d789a871020978e1d3b5c060fe Mon Sep 17 00:00:00 2001 From: Raikyr0 Date: Mon, 8 Jun 2026 05:07:30 +1000 Subject: [PATCH 7/7] Update harpy.yml Signed-off-by: Raikyr0 --- Resources/Prototypes/_DV/Body/Prototypes/harpy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Resources/Prototypes/_DV/Body/Prototypes/harpy.yml b/Resources/Prototypes/_DV/Body/Prototypes/harpy.yml index 40e075f140b..046b42a7fd9 100644 --- a/Resources/Prototypes/_DV/Body/Prototypes/harpy.yml +++ b/Resources/Prototypes/_DV/Body/Prototypes/harpy.yml @@ -19,7 +19,7 @@ - left leg - head # Shitmed Change organs: - heart: OrganAnimalHeart + heart: OrganHumanHeart # Euphoria - They're more human then bird lungs: OrganHarpyLungs stomach: OrganAnimalStomach liver: OrganAnimalLiver