Add carp pocket (#24888)

* texture

* add the item

* add it to present and salv loot

---------

Co-authored-by: deltanedas <@deltanedas:kde.org>
(cherry picked from commit 604748534ebd72efafa11344ee33d563c2ff93c3)
This commit is contained in:
deltanedas
2024-02-03 08:12:56 +00:00
committed by Debug
parent f4098941af
commit 508568a6bb
10 changed files with 74 additions and 1 deletions

View File

@@ -166,6 +166,7 @@ flavor-complex-spaceshroom-cooked = like space umami
flavor-complex-lost-friendship = like lost friendship
flavor-complex-light = like a light gone out
flavor-complex-profits = like profits
flavor-complex-fishops = like the dreaded fishops
# Drink-specific flavors.

View File

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

View File

@@ -413,6 +413,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

View File

@@ -270,6 +270,8 @@
orGroup: GiftPool
- id: FoodBoxDonkpocketStonk
orGroup: GiftPool
- id: FoodBoxDonkpocketCarp
orGroup: GiftPool
- id: FoodBoxDonkpocketBerry
orGroup: GiftPool
- id: FoodBoxDonkpocketHonk

View File

@@ -998,3 +998,8 @@
id: profits
flavorType: Complex
description: flavor-complex-profits
- type: flavor
id: fishops
flavorType: Complex
description: flavor-complex-fishops

View File

@@ -27,6 +27,8 @@
- proto: CloningPodMachineCircuitboard
cost: 2
- proto: CognizineChemistryBottle
- proto: FoodBoxDonkpocketCarp
prob: 0.5
- proto: CrateSalvageEquipment
cost: 3
prob: 0.5

View File

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 492 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 321 B

View File

@@ -1,7 +1,7 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/c6e3401f2e7e1e55c57060cdf956a98ef1fefc24. Stonk pocket by Tayrtahn on GitHub",
"copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/c6e3401f2e7e1e55c57060cdf956a98ef1fefc24. Stonk pocket by Tayrtahn on GitHub. Carp pocket by deltanedas (GitHub).",
"size": {
"x": 32,
"y": 32
@@ -58,6 +58,12 @@
{
"name": "stonk"
},
{
"name": "carp-box"
},
{
"name": "carp"
},
{
"name": "inhand-left",
"directions": 4