Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions Resources/Prototypes/Body/Organs/Animal/animal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
- type: SolutionContainerManager
solutions:
stomach:
maxVol: 40
maxVol: 50 # Euphoria - Homogenised
food:
maxVol: 5
reagents:
Expand All @@ -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:
Expand Down
16 changes: 16 additions & 0 deletions Resources/Prototypes/Body/Organs/moth.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
15 changes: 15 additions & 0 deletions Resources/Prototypes/Body/Organs/rat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
part: TorsoAnimal
organs:
lungs: OrganAnimalLungs
stomach: OrganMothStomach
stomach: OrganMothroachStomach # Euphoria - Critter Stomach
liver: OrganAnimalLiver
heart: OrganAnimalHeart
kidneys: OrganAnimalKidneys
2 changes: 1 addition & 1 deletion Resources/Prototypes/_DV/Body/Prototypes/harpy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions Resources/Prototypes/_DV/Body/Prototypes/rodentia.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
Loading