Add carp pocket (#24888)
* texture * add the item * add it to present and salv loot --------- Co-authored-by: deltanedas <@deltanedas:kde.org>
This commit is contained in:
@@ -329,6 +329,43 @@
|
||||
- ReagentId: Omnizine
|
||||
Quantity: 2
|
||||
|
||||
- type: entity
|
||||
name: carp-pocket
|
||||
parent: FoodDonkpocketBase
|
||||
id: FoodDonkpocketCarp
|
||||
description: A long-lost edition of donk pocket, made specifically for hard-working salvagers.
|
||||
components:
|
||||
- type: FlavorProfile
|
||||
flavors:
|
||||
- cheap
|
||||
- fishops
|
||||
- type: SolutionContainerManager
|
||||
solutions:
|
||||
food:
|
||||
reagents:
|
||||
- ReagentId: Nutriment
|
||||
Quantity: 5
|
||||
- type: Sprite
|
||||
state: carp
|
||||
|
||||
- type: entity
|
||||
name: warm carp-pocket
|
||||
parent: FoodDonkpocketCarp
|
||||
id: FoodDonkpocketCarpWarm
|
||||
components:
|
||||
- type: FlavorProfile
|
||||
flavors:
|
||||
- cheap
|
||||
- fishops
|
||||
- type: SolutionContainerManager
|
||||
solutions:
|
||||
food:
|
||||
reagents:
|
||||
- ReagentId: Nutriment
|
||||
Quantity: 10
|
||||
- ReagentId: Omnizine
|
||||
Quantity: 2
|
||||
|
||||
- type: entity
|
||||
name: dink-pocket
|
||||
parent: FoodDonkpocketBase
|
||||
|
||||
@@ -401,6 +401,18 @@
|
||||
- id: FoodDonkpocketStonk
|
||||
amount: 6
|
||||
|
||||
- type: entity
|
||||
parent: FoodBoxDonkpocket
|
||||
id: FoodBoxDonkpocketCarp
|
||||
name: box of carp-pockets
|
||||
components:
|
||||
- type: Sprite
|
||||
state: carp-box
|
||||
- type: StorageFill
|
||||
contents:
|
||||
- id: FoodDonkpocketCarp
|
||||
amount: 6
|
||||
|
||||
- type: entity
|
||||
parent: FoodBoxDonkpocket
|
||||
id: FoodBoxDonkpocketBerry
|
||||
|
||||
@@ -262,6 +262,8 @@
|
||||
orGroup: GiftPool
|
||||
- id: FoodBoxDonkpocketStonk
|
||||
orGroup: GiftPool
|
||||
- id: FoodBoxDonkpocketCarp
|
||||
orGroup: GiftPool
|
||||
- id: FoodBoxDonkpocketBerry
|
||||
orGroup: GiftPool
|
||||
- id: FoodBoxDonkpocketHonk
|
||||
|
||||
@@ -1003,3 +1003,8 @@
|
||||
id: profits
|
||||
flavorType: Complex
|
||||
description: flavor-complex-profits
|
||||
|
||||
- type: flavor
|
||||
id: fishops
|
||||
flavorType: Complex
|
||||
description: flavor-complex-fishops
|
||||
|
||||
@@ -27,6 +27,8 @@
|
||||
- proto: CloningPodMachineCircuitboard
|
||||
cost: 2
|
||||
- proto: CognizineChemistryBottle
|
||||
- proto: FoodBoxDonkpocketCarp
|
||||
prob: 0.5
|
||||
- proto: CrateSalvageEquipment
|
||||
cost: 3
|
||||
prob: 0.5
|
||||
|
||||
@@ -1488,6 +1488,14 @@
|
||||
solids:
|
||||
FoodDonkpocketStonk: 1
|
||||
|
||||
- type: microwaveMealRecipe
|
||||
id: RecipeDonkpocketCarp
|
||||
name: warm carp-pocket recipe
|
||||
result: FoodDonkpocketCarpWarm
|
||||
time: 5
|
||||
solids:
|
||||
FoodDonkpocketCarp: 1
|
||||
|
||||
|
||||
- type: microwaveMealRecipe
|
||||
id: RecipeHotChili
|
||||
|
||||
Reference in New Issue
Block a user