Add cocoa cultivation (#18366)

* Add cocoa cultivation

* fix

* Fix 2

* fix 3

Co-authored-by: Pieter-Jan Briers <pieterjan.briers@gmail.com>

---------

Co-authored-by: Pieter-Jan Briers <pieterjan.briers@gmail.com>
This commit is contained in:
Vladislav Kadira
2023-08-13 17:35:58 +03:00
committed by GitHub
parent 0c7dd30ba5
commit 229df7c5ec
22 changed files with 190 additions and 0 deletions

View File

@@ -620,3 +620,32 @@
- type: Tag
tags:
- Trash
- type: entity
name: cocoa beans
parent: FoodProduceBase
id: FoodCocoaBeans
description: You can never have too much chocolate!
components:
- type: FlavorProfile
flavors:
- chocolate
- type: Sprite
sprite: Objects/Specific/Hydroponics/cocoa.rsi
state: produce-beans
- type: SolutionContainerManager
solutions:
food:
maxVol: 14
reagents:
- ReagentId: Nutriment
Quantity: 2
- ReagentId: Vitamin
Quantity: 1
- ReagentId: CocoaPowder
Quantity: 2
- type: Extractable
juiceSolution:
reagents:
- ReagentId: CocoaPowder
Quantity: 2

View File

@@ -579,6 +579,36 @@
- ReagentId: JuiceApple
Quantity: 10
- type: entity
name: cocoa pod
parent: FoodProduceBase
id: FoodCocoaPod
description: You can never have too much chocolate!
components:
- type: FlavorProfile
flavors:
- chocolate
- type: SolutionContainerManager
solutions:
food:
maxVol: 14
reagents:
- ReagentId: Nutriment
Quantity: 2
- ReagentId: Vitamin
Quantity: 1
- ReagentId: CocoaPowder
Quantity: 1
- type: Sprite
sprite: Objects/Specific/Hydroponics/cocoa.rsi
- type: Produce
seedId: cocoa
- type: SpawnItemsOnUse
items:
- id: FoodCocoaBeans
sound:
path: /Audio/Effects/packetrip.ogg
- type: entity
name: ear of corn
parent: FoodProduceBase

View File

@@ -118,6 +118,8 @@
Quantity: 10
- ReagentId: Theobromine
Quantity: 3
- ReagentId: CocoaPowder
Quantity: 1
- type: entity
name: energy bar

View File

@@ -384,4 +384,14 @@
seedId: grape
- type: Sprite
sprite: Objects/Specific/Hydroponics/grape.rsi
- type: entity
parent: SeedBase
name: packet of cocoa seeds
id: CocoaSeeds
components:
- type: Seed
seedId: cocoa
- type: Sprite
sprite: Objects/Specific/Hydroponics/cocoa.rsi