Skip to content
Closed
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
29 changes: 29 additions & 0 deletions Resources/Prototypes/Body/Organs/Animal/animal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
parent: BaseItem
abstract: true
components:
- type: Produce
- type: Organ
- type: Edible
- type: Sprite
Expand Down Expand Up @@ -60,6 +61,8 @@
reagents:
- ReagentId: UncookedAnimalProteins
Quantity: 5
- ReagentId: Nutriment
Quantity: 5
- type: Item
size: Small
heldPrefix: lungs
Expand All @@ -82,6 +85,8 @@
reagents:
- ReagentId: UncookedAnimalProteins
Quantity: 5
- ReagentId: Nutriment
Quantity: 5
- type: Stomach
- type: Metabolizer
maxReagents: 3
Expand Down Expand Up @@ -120,6 +125,14 @@
- type: Sprite
state: liver
- type: Organ
- type: SolutionContainerManager
solutions:
food:
reagents:
- ReagentId: UncookedAnimalProteins
Quantity: 5
- ReagentId: Nutriment
Quantity: 5
- type: Metabolizer
maxReagents: 1
metabolizerTypes: [ Animal ]
Expand All @@ -138,6 +151,14 @@
- type: Sprite
state: heart-on
- type: Organ
- type: SolutionContainerManager
solutions:
food:
reagents:
- ReagentId: UncookedAnimalProteins
Quantity: 5
- ReagentId: Nutriment
Quantity: 5
- type: Metabolizer
maxReagents: 2
metabolizerTypes: [ Animal ]
Expand All @@ -160,6 +181,14 @@
- state: kidney-l
- state: kidney-r
- type: Organ
- type: SolutionContainerManager
solutions:
food:
reagents:
- ReagentId: UncookedAnimalProteins
Quantity: 5
- ReagentId: Nutriment
Quantity: 5
- type: Metabolizer
maxReagents: 5
metabolizerTypes: [ Animal ]
Expand Down
Loading