Add Stonk Pockets (#24876)

* Added stonk pockets

* Give me a little credit

* Update Resources/Textures/Objects/Consumable/Food/Baked/donkpocket.rsi/meta.json

* Update Resources/Textures/Objects/Consumable/Food/Baked/donkpocket.rsi/meta.json

---------

Co-authored-by: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com>
This commit is contained in:
Tayrtahn
2024-02-02 20:55:02 -05:00
committed by GitHub
parent 641fb665b7
commit 765ea789cc
10 changed files with 79 additions and 4 deletions

View File

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

View File

@@ -14,6 +14,7 @@
- FoodBoxDonkpocketSpicy - FoodBoxDonkpocketSpicy
- FoodBoxDonkpocketTeriyaki - FoodBoxDonkpocketTeriyaki
- FoodBoxDonkpocketPizza - FoodBoxDonkpocketPizza
- FoodBoxDonkpocketStonk
- FoodBoxDonkpocketBerry - FoodBoxDonkpocketBerry
- FoodBoxDonkpocketHonk - FoodBoxDonkpocketHonk
- FoodBoxDonkpocketDink - FoodBoxDonkpocketDink

View File

@@ -292,6 +292,43 @@
- ReagentId: Sugar - ReagentId: Sugar
Quantity: 2 Quantity: 2
- type: entity
name: stonk-pocket
parent: FoodDonkpocketBase
id: FoodDonkpocketStonk
description: Tasty, but a sad reminder of the great crash of '24
components:
- type: FlavorProfile
flavors:
- profits
- cheap
- type: SolutionContainerManager
solutions:
food:
reagents:
- ReagentId: Nutriment
Quantity: 5
- type: Sprite
state: stonk
- type: entity
name: warm stonk-pocket
parent: FoodDonkpocketStonk
id: FoodDonkpocketStonkWarm
components:
- type: FlavorProfile
flavors:
- profits
- cheap
- type: SolutionContainerManager
solutions:
food:
reagents:
- ReagentId: Nutriment
Quantity: 10
- ReagentId: Omnizine
Quantity: 2
- type: entity - type: entity
name: dink-pocket name: dink-pocket
parent: FoodDonkpocketBase parent: FoodDonkpocketBase

View File

@@ -387,6 +387,20 @@
- id: FoodDonkpocketPizza - id: FoodDonkpocketPizza
amount: 6 amount: 6
- type: entity
parent: FoodBoxDonkpocket
id: FoodBoxDonkpocketStonk
name: box of limited edition stonk-pockets
components:
- type: Sprite
state: stonk-box
- type: Item
sprite: Objects/Consumable/Food/Baked/donkpocket.rsi
- type: StorageFill
contents:
- id: FoodDonkpocketStonk
amount: 6
- type: entity - type: entity
parent: FoodBoxDonkpocket parent: FoodBoxDonkpocket
id: FoodBoxDonkpocketBerry id: FoodBoxDonkpocketBerry

View File

@@ -260,6 +260,8 @@
orGroup: GiftPool orGroup: GiftPool
- id: FoodBoxDonkpocketPizza - id: FoodBoxDonkpocketPizza
orGroup: GiftPool orGroup: GiftPool
- id: FoodBoxDonkpocketStonk
orGroup: GiftPool
- id: FoodBoxDonkpocketBerry - id: FoodBoxDonkpocketBerry
orGroup: GiftPool orGroup: GiftPool
- id: FoodBoxDonkpocketHonk - id: FoodBoxDonkpocketHonk

View File

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

View File

@@ -1480,6 +1480,15 @@
solids: solids:
FoodDonkpocketBerry: 1 FoodDonkpocketBerry: 1
- type: microwaveMealRecipe
id: RecipeDonkpocketStonk
name: warm stonk-pocket recipe
result: FoodDonkpocketStonkWarm
time: 5
solids:
FoodDonkpocketStonk: 1
- type: microwaveMealRecipe - type: microwaveMealRecipe
id: RecipeHotChili id: RecipeHotChili
name: hot chili recipe name: hot chili recipe

View File

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 374 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 363 B