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:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -118,6 +118,8 @@
|
||||
Quantity: 10
|
||||
- ReagentId: Theobromine
|
||||
Quantity: 3
|
||||
- ReagentId: CocoaPowder
|
||||
Quantity: 1
|
||||
|
||||
- type: entity
|
||||
name: energy bar
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user