* bread

* apple

* sprite

* no bread

* eee
This commit is contained in:
Nim
2025-01-21 23:06:31 +02:00
committed by GitHub
parent f298396fe4
commit 988ab82208
4 changed files with 79 additions and 0 deletions

View File

@@ -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

Binary file not shown.

After

Width:  |  Height:  |  Size: 513 B

View File

@@ -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"
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 351 B