Skip to content

Commit

Permalink
Pomegranate Juice & Slices
Browse files Browse the repository at this point in the history
  • Loading branch information
SleepyScarecrow committed Jul 16, 2024
1 parent 4d3564b commit 6fb25b0
Show file tree
Hide file tree
Showing 5 changed files with 53 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ reagent-desc-juice-orange = Both delicious AND rich in Vitamin C. What more do y
reagent-name-juice-pineapple = pineapple juice
reagent-desc-juice-pineapple = The delicious juice of a pineapple.
# Floofstation
reagent-name-juice-pomegranate = pomegranate juice
reagent-desc-juice-pomegranate = The sweet taste of pomegranate, minus the lust.
reagent-name-juice-potato = potato juice
reagent-desc-juice-potato = Juice of the potato. Bleh.
Expand Down
40 changes: 38 additions & 2 deletions Resources/Prototypes/Entities/Objects/Consumable/Food/produce.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1823,7 +1823,7 @@
tags:
- ClothMade

- type: entity # Floofttation
- type: entity # Floofstation
name: pomegranate
parent: FoodProduceBase
id: FoodPomegranate
Expand All @@ -1847,7 +1847,43 @@
- type: Produce
seedId: pomegranate
- type: Extractable
grindableSolutionName: food
juiceSolution:
reagents:
- ReagentId: JuicePomegranate
Quantity: 20
- type: SliceableFood
count: 2
slice: FoodPomegranateSlice
- type: Tag
tags:
- Fruit

- type: entity # Floofstation
name: pomegranate slice
parent: ProduceSliceBase
id: FoodPomegranateSlice
description: A delicious, sweet fruit, believed to have special properties.
components:
- type: FlavorProfile
flavors:
- sweet
- spooky
- type: Sprite
sprite: Floof/Objects/Specific/Hydroponics/pomegranate.rsi
- type: SolutionContainerManager
solutions:
food:
maxVol: 20
reagents:
- ReagentId: Pomelustine
Quantity: 15
- ReagentId: Nutriment
Quantity: 5
- type: Extractable
juiceSolution:
reagents:
- ReagentId: JuicePomegranate
Quantity: 10
- type: Tag
tags:
- Fruit
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
- type: reagent
id: JuicePomegranate
name: reagent-name-juice-pomegranate
parent: BaseJuice
desc: reagent-desc-juice-pomegranate
physicalDesc: reagent-physical-desc-sticky
flavor: sweet
color: "#660C21"
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,10 @@
"name": "produce"
},
{
"name": "seed"
"name": "seed"
},
{
"name": "slice"
},
{
"name": "stage-1"
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 6fb25b0

Please sign in to comment.