@@ -308,3 +308,65 @@
|
||||
Quantity: 1
|
||||
- ReagentId: Vitamin
|
||||
Quantity: 1
|
||||
|
||||
- type: entity
|
||||
id: CP14FoodApple
|
||||
parent: FoodInjectableBase
|
||||
categories: [ ForkFiltered ]
|
||||
name: apple
|
||||
description: A fruit for lovers of a quick snack.
|
||||
components:
|
||||
- type: Item
|
||||
size: Tiny
|
||||
- type: FlavorProfile
|
||||
flavors:
|
||||
- apple
|
||||
- type: SolutionContainerManager
|
||||
solutions:
|
||||
food:
|
||||
maxVol: 15
|
||||
reagents:
|
||||
- ReagentId: Nutriment
|
||||
Quantity: 10
|
||||
- ReagentId: Vitamin
|
||||
Quantity: 4
|
||||
- type: Sprite
|
||||
sprite: _CP14/Objects/Flora/Farm/apple.rsi
|
||||
layers:
|
||||
- state: base1
|
||||
- type: Extractable
|
||||
juiceSolution:
|
||||
reagents:
|
||||
- ReagentId: JuiceApple
|
||||
Quantity: 12
|
||||
- type: SliceableFood
|
||||
count: 4
|
||||
sliceTime: 1.5
|
||||
slice: CP14FoodAppleSlice
|
||||
|
||||
- type: entity
|
||||
id: CP14FoodAppleSlice
|
||||
parent: FoodInjectableBase
|
||||
categories: [ ForkFiltered ]
|
||||
name: apple slice
|
||||
description: Small slices to eat at one time.
|
||||
components:
|
||||
- type: Item
|
||||
size: Tiny
|
||||
- type: FlavorProfile
|
||||
flavors:
|
||||
- apple
|
||||
- type: Sprite
|
||||
sprite: _CP14/Objects/Flora/Farm/apple.rsi
|
||||
layers:
|
||||
- state: slice1
|
||||
- type: SolutionContainerManager
|
||||
solutions:
|
||||
food:
|
||||
maxVol: 4
|
||||
reagents:
|
||||
- ReagentId: Nutriment
|
||||
Quantity: 2.5
|
||||
- ReagentId: Vitamin
|
||||
Quantity: 1
|
||||
|
||||
BIN
Resources/Textures/_CP14/Objects/Flora/Farm/apple.rsi/base1.png
Normal file
BIN
Resources/Textures/_CP14/Objects/Flora/Farm/apple.rsi/base1.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 513 B |
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"version": 1,
|
||||
"license": "CLA",
|
||||
"copyright": "Created by artista.rar_furrista (Discord)",
|
||||
"size": {
|
||||
"x": 32,
|
||||
"y": 32
|
||||
},
|
||||
"states": [
|
||||
{
|
||||
"name": "base1"
|
||||
},
|
||||
{
|
||||
"name": "slice1"
|
||||
}
|
||||
]
|
||||
}
|
||||
BIN
Resources/Textures/_CP14/Objects/Flora/Farm/apple.rsi/slice1.png
Normal file
BIN
Resources/Textures/_CP14/Objects/Flora/Farm/apple.rsi/slice1.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 351 B |
Reference in New Issue
Block a user