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:
@@ -165,6 +165,7 @@ flavor-complex-glue = like glue
|
||||
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
|
||||
|
||||
# Drink-specific flavors.
|
||||
|
||||
|
||||
@@ -14,6 +14,7 @@
|
||||
- FoodBoxDonkpocketSpicy
|
||||
- FoodBoxDonkpocketTeriyaki
|
||||
- FoodBoxDonkpocketPizza
|
||||
- FoodBoxDonkpocketStonk
|
||||
- FoodBoxDonkpocketBerry
|
||||
- FoodBoxDonkpocketHonk
|
||||
- FoodBoxDonkpocketDink
|
||||
|
||||
@@ -292,6 +292,43 @@
|
||||
- ReagentId: Sugar
|
||||
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
|
||||
name: dink-pocket
|
||||
parent: FoodDonkpocketBase
|
||||
|
||||
@@ -387,6 +387,20 @@
|
||||
- id: FoodDonkpocketPizza
|
||||
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
|
||||
parent: FoodBoxDonkpocket
|
||||
id: FoodBoxDonkpocketBerry
|
||||
|
||||
@@ -260,6 +260,8 @@
|
||||
orGroup: GiftPool
|
||||
- id: FoodBoxDonkpocketPizza
|
||||
orGroup: GiftPool
|
||||
- id: FoodBoxDonkpocketStonk
|
||||
orGroup: GiftPool
|
||||
- id: FoodBoxDonkpocketBerry
|
||||
orGroup: GiftPool
|
||||
- id: FoodBoxDonkpocketHonk
|
||||
|
||||
@@ -998,3 +998,8 @@
|
||||
id: light
|
||||
flavorType: Complex
|
||||
description: flavor-complex-light
|
||||
|
||||
- type: flavor
|
||||
id: profits
|
||||
flavorType: Complex
|
||||
description: flavor-complex-profits
|
||||
|
||||
@@ -1379,7 +1379,7 @@
|
||||
name: cat cake recipe
|
||||
result: MobCatCake
|
||||
time: 15
|
||||
reagents:
|
||||
reagents:
|
||||
Milk: 15
|
||||
Cognizine: 5
|
||||
solids:
|
||||
@@ -1480,6 +1480,15 @@
|
||||
solids:
|
||||
FoodDonkpocketBerry: 1
|
||||
|
||||
- type: microwaveMealRecipe
|
||||
id: RecipeDonkpocketStonk
|
||||
name: warm stonk-pocket recipe
|
||||
result: FoodDonkpocketStonkWarm
|
||||
time: 5
|
||||
solids:
|
||||
FoodDonkpocketStonk: 1
|
||||
|
||||
|
||||
- type: microwaveMealRecipe
|
||||
id: RecipeHotChili
|
||||
name: hot chili recipe
|
||||
|
||||
@@ -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",
|
||||
"copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/c6e3401f2e7e1e55c57060cdf956a98ef1fefc24. Stonk pocket by Tayrtahn on GitHub",
|
||||
"size": {
|
||||
"x": 32,
|
||||
"y": 32
|
||||
@@ -46,12 +46,18 @@
|
||||
{
|
||||
"name": "teriyaki-box"
|
||||
},
|
||||
{
|
||||
{
|
||||
"name": "dink-box"
|
||||
},
|
||||
{
|
||||
{
|
||||
"name": "dink"
|
||||
},
|
||||
{
|
||||
"name": "stonk-box"
|
||||
},
|
||||
{
|
||||
"name": "stonk"
|
||||
},
|
||||
{
|
||||
"name": "inhand-left",
|
||||
"directions": 4
|
||||
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 374 B |
Binary file not shown.
|
After Width: | Height: | Size: 363 B |
Reference in New Issue
Block a user