* new

* tag

---------

Co-authored-by: Ed <96445749+TheShuEd@users.noreply.github.com>
This commit is contained in:
Nim
2025-02-17 09:46:09 +02:00
committed by GitHub
parent 9e32136cd0
commit 970dc7bb1f
6 changed files with 115 additions and 1 deletions

View File

@@ -34,6 +34,9 @@
count: 4
sliceTime: 1.5
slice: CP14FoodCabbageSlice
- type: Tag
tags:
- CP14FarmFood
- type: entity
id: CP14FoodCabbageSlice
@@ -106,6 +109,9 @@
count: 5
sliceTime: 2
slice: CP14FoodPumpkinSlice
- type: Tag
tags:
- CP14FarmFood
- type: entity
id: CP14FoodPumpkinSlice
@@ -176,6 +182,9 @@
Quantity: 2
- type: CP14Seed
plantProto: CP14PlantPotato #TODO sliceable potato
- type: Tag
tags:
- CP14FarmFood
- type: entity
id: CP14FoodCucumber
@@ -212,6 +221,9 @@
Quantity: 2
- ReagentId: Water
Quantity: 3
- type: Tag
tags:
- CP14FarmFood
- type: entity
id: CP14FoodTomatoes
@@ -277,6 +289,9 @@
damage:
types:
Blunt: 1
- type: Tag
tags:
- CP14FarmFood
- type: entity
id: CP14FoodTomatoesSlice
@@ -343,6 +358,9 @@
count: 4
sliceTime: 1.5
slice: CP14FoodAppleSlice
- type: Tag
tags:
- CP14FarmFood
- type: entity
id: CP14FoodAppleSlice

View File

@@ -20,4 +20,5 @@
base2: ""
- type: Tag
tags:
- CP14Wheat
- CP14Wheat
- CP14FarmFood

View File

@@ -0,0 +1,78 @@
- type: entity
name: sack
id: CP14SackFarming
parent: BaseStorageItem
description: A bag for various fruits, vegetables, plants and anything else that grows in the bed.
categories: [ ForkFiltered ]
components:
- type: Sprite
sprite: _CP14/Objects/Storage/sack.rsi
state: icon
- type: Item
size: Ginormous
- type: Storage
maxItemSize: Normal
grid:
- 0,0,6,3
quickInsert: true
areaInsert: true
whitelist:
tags:
- CP14FarmFood
- CP14FitInMortar
- type: Dumpable
- type: entity
id: CP14SackFarmingVegetables
parent: CP14SackFarming
categories: [ ForkFiltered ]
suffix: Vegetables
components:
- type: StorageFill
contents:
- id: CP14Wheat
amount: 4
- id: CP14FoodCabbage
orGroup: LargeVegetables
amount: 3
- id: CP14FoodPumpkin
orGroup: LargeVegetables
amount: 3
- id: CP14FoodPotato
amount: 3
- id: CP14FoodCucumber
amount: 3
- id: CP14FoodTomatoes
amount: 3
- type: entity
id: CP14SackFarmingApple
parent: CP14SackFarming
suffix: Apple
components:
- type: StorageFill
contents:
- id: CP14FoodApple
amount: 6
- id: CP14FoodApple
amount: 5
prob: 0.6
- id: CP14FoodApple
amount: 5
prob: 0.4
- type: entity
id: CP14SackFarmingWheat
parent: CP14SackFarming
suffix: Wheat
components:
- type: StorageFill
contents:
- id: CP14Wheat
amount: 8
- id: CP14Wheat
amount: 5
prob: 0.6
- id: CP14Wheat
amount: 5
prob: 0.4

View File

@@ -106,5 +106,8 @@
- type: Tag
id: CP14PlatePie
- type: Tag
id: CP14FarmFood
- type: Tag
id: CP14AlchemicalHerbals

Binary file not shown.

After

Width:  |  Height:  |  Size: 475 B

View File

@@ -0,0 +1,14 @@
{
"version": 1,
"license": "All right reserved",
"copyright": "Created by Artista",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
}
]
}