Remove gondola donkpocket & change berry box description (#24655)
* Remove gondola & change berry box description * Removed map gondolas * Revert "Removed map gondolas" This reverts commit 42fcfb85f16e778df135d2a68b9cea08d794e28b. * Updated migration.yml to remove FoodBoxDonkpocketGondola * Replacing is better than removing * Changed description slightly
This commit is contained in:
@@ -14,7 +14,6 @@
|
||||
- FoodBoxDonkpocketSpicy
|
||||
- FoodBoxDonkpocketTeriyaki
|
||||
- FoodBoxDonkpocketPizza
|
||||
- FoodBoxDonkpocketGondola
|
||||
- FoodBoxDonkpocketBerry
|
||||
- FoodBoxDonkpocketHonk
|
||||
- FoodBoxDonkpocketDink
|
||||
|
||||
@@ -256,7 +256,7 @@
|
||||
name: berry-pocket
|
||||
parent: FoodDonkpocketBase
|
||||
id: FoodDonkpocketBerry
|
||||
description: A relentlessly sweet donk-pocket first created for use in Operation Iraqi Freedom.
|
||||
description: A relentlessly sweet donk-pocket. Made with 100% artificial flavoring.
|
||||
components:
|
||||
- type: FlavorProfile
|
||||
flavors:
|
||||
@@ -292,43 +292,6 @@
|
||||
- ReagentId: Sugar
|
||||
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
|
||||
name: dink-pocket
|
||||
parent: FoodDonkpocketBase
|
||||
|
||||
@@ -387,20 +387,6 @@
|
||||
- id: FoodDonkpocketPizza
|
||||
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
|
||||
parent: FoodBoxDonkpocket
|
||||
id: FoodBoxDonkpocketBerry
|
||||
|
||||
@@ -260,8 +260,6 @@
|
||||
orGroup: GiftPool
|
||||
- id: FoodBoxDonkpocketPizza
|
||||
orGroup: GiftPool
|
||||
- id: FoodBoxDonkpocketGondola
|
||||
orGroup: GiftPool
|
||||
- id: FoodBoxDonkpocketBerry
|
||||
orGroup: GiftPool
|
||||
- id: FoodBoxDonkpocketHonk
|
||||
|
||||
@@ -1480,14 +1480,6 @@
|
||||
solids:
|
||||
FoodDonkpocketBerry: 1
|
||||
|
||||
- type: microwaveMealRecipe
|
||||
id: RecipeDonkpocketGondola
|
||||
name: warm gondola-pocket recipe
|
||||
result: FoodDonkpocketGondolaWarm
|
||||
time: 5
|
||||
solids:
|
||||
FoodDonkpocketGondola: 1
|
||||
|
||||
- type: microwaveMealRecipe
|
||||
id: RecipeHotChili
|
||||
name: hot chili recipe
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 347 B |
Binary file not shown.
|
Before Width: | Height: | Size: 317 B |
@@ -22,12 +22,6 @@
|
||||
{
|
||||
"name": "dank"
|
||||
},
|
||||
{
|
||||
"name": "gondola"
|
||||
},
|
||||
{
|
||||
"name": "gondola-box"
|
||||
},
|
||||
{
|
||||
"name": "pizza"
|
||||
},
|
||||
|
||||
@@ -171,6 +171,9 @@ ClothingBackpackSecurityFilledDetective: ClothingBackpackFilledDetective
|
||||
ClothingBackpackDuffelSecurityFilledDetective: ClothingBackpackDuffelFilledDetective
|
||||
ClothingBackpackSatchelSecurityFilledDetective: ClothingBackpackSatchelFilledDetective
|
||||
|
||||
# 2024-01-28
|
||||
FoodBoxDonkpocketGondola: FoodBoxDonkpocketPizza
|
||||
|
||||
# 2024-01-31
|
||||
HandheldCrewMonitorEmpty: null
|
||||
HandheldCrewMonitor: null
|
||||
|
||||
Reference in New Issue
Block a user