Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pomegranate Downsized #32

Merged
merged 2 commits into from
Jul 18, 2024
Merged
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
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
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.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading