Revert "Remove gondola donkpocket & change berry box description (#24655)"

This reverts commit e36844de47.

# Conflicts:
#	Resources/Prototypes/Entities/Markers/Spawners/Random/Food_Drinks/donkpocketbox.yml
#	Resources/Prototypes/Entities/Objects/Consumable/Food/Baked/donkpocket.yml
#	Resources/Prototypes/Entities/Objects/Consumable/Food/Containers/box.yml
#	Resources/Prototypes/Entities/Objects/Decoration/present.yml
#	Resources/Prototypes/Recipes/Cooking/meal_recipes.yml
#	Resources/migration.yml
This commit is contained in:
Remuchi
2024-03-27 21:30:32 +07:00
parent 96238b0fb8
commit dd7de0e833
9 changed files with 70 additions and 4 deletions

View File

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

View File

@@ -292,6 +292,43 @@
- ReagentId: Sugar - ReagentId: Sugar
Quantity: 2 Quantity: 2
- type: entity
name: gondola-pocket
parent: FoodDonkpocketBase
id: FoodDonkpocketGondola
description: The choice to use real gondola meat in the recipe is controversial, to say the least.
components:
- type: FlavorProfile
flavors:
- shocking
- cheap
- type: SolutionContainerManager
solutions:
food:
reagents:
- ReagentId: Nutriment
Quantity: 5
- type: Sprite
state: gondola
- type: entity
name: warm gondola-pocket
parent: FoodDonkpocketGondola
id: FoodDonkpocketGondolaWarm
components:
- type: FlavorProfile
flavors:
- shocking
- cheap
- type: SolutionContainerManager
solutions:
food:
reagents:
- ReagentId: Nutriment
Quantity: 10
- ReagentId: Omnizine
Quantity: 2
- type: entity - type: entity
name: stonk-pocket name: stonk-pocket
parent: FoodDonkpocketBase parent: FoodDonkpocketBase

View File

@@ -389,6 +389,20 @@
- id: FoodDonkpocketPizza - id: FoodDonkpocketPizza
amount: 6 amount: 6
- type: entity
parent: FoodBoxDonkpocket
id: FoodBoxDonkpocketGondola
name: box of gondola-flavoured donk-pockets
components:
- type: Sprite
state: gondola-box
- type: Item
sprite: Objects/Consumable/Food/Baked/donkpocket.rsi
- type: StorageFill
contents:
- id: FoodDonkpocketGondola
amount: 6
- type: entity - type: entity
parent: FoodBoxDonkpocket parent: FoodBoxDonkpocket
id: FoodBoxDonkpocketStonk id: FoodBoxDonkpocketStonk

View File

@@ -192,6 +192,8 @@
orGroup: GiftPool orGroup: GiftPool
- id: ViolaInstrument - id: ViolaInstrument
orGroup: GiftPool orGroup: GiftPool
- id: ClothingNeckCloakTrans
orGroup: GiftPool
- id: ClothingNeckCloakAdmin - id: ClothingNeckCloakAdmin
orGroup: GiftPool orGroup: GiftPool
- id: ToySkeleton - id: ToySkeleton
@@ -268,6 +270,8 @@
orGroup: GiftPool orGroup: GiftPool
- id: FoodBoxDonkpocketCarp - id: FoodBoxDonkpocketCarp
orGroup: GiftPool orGroup: GiftPool
- id: FoodBoxDonkpocketGondola
orGroup: GiftPool
- id: FoodBoxDonkpocketBerry - id: FoodBoxDonkpocketBerry
orGroup: GiftPool orGroup: GiftPool
- id: FoodBoxDonkpocketHonk - id: FoodBoxDonkpocketHonk

View File

@@ -1480,6 +1480,14 @@
solids: solids:
FoodDonkpocketBerry: 1 FoodDonkpocketBerry: 1
- type: microwaveMealRecipe
id: RecipeDonkpocketGondola
name: warm gondola-pocket recipe
result: FoodDonkpocketGondolaWarm
time: 5
solids:
FoodDonkpocketGondola: 1
- type: microwaveMealRecipe - type: microwaveMealRecipe
id: RecipeDonkpocketStonk id: RecipeDonkpocketStonk
name: warm stonk-pocket recipe name: warm stonk-pocket recipe
@@ -1496,7 +1504,6 @@
solids: solids:
FoodDonkpocketCarp: 1 FoodDonkpocketCarp: 1
- type: microwaveMealRecipe - type: microwaveMealRecipe
id: RecipeHotChili id: RecipeHotChili
name: hot chili recipe name: hot chili recipe

Binary file not shown.

After

Width:  |  Height:  |  Size: 347 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 317 B

View File

@@ -22,6 +22,12 @@
{ {
"name": "dank" "name": "dank"
}, },
{
"name": "gondola"
},
{
"name": "gondola-box"
},
{ {
"name": "pizza" "name": "pizza"
}, },

View File

@@ -157,9 +157,6 @@ ClothingHeadHelmetVoidParamed: null
# 2024-01-19 # 2024-01-19
DefaultStationBeaconTeslaEngine: null DefaultStationBeaconTeslaEngine: null
# 2024-01-28
FoodBoxDonkpocketGondola: FoodBoxDonkpocketPizza
# 2024-01-31 # 2024-01-31
SpyCrewMonitor: null SpyCrewMonitor: null
SpyCrewMonitorEmpty: null SpyCrewMonitorEmpty: null