Cargo food crate adjustments (#38006)

* Adjusted cargo food prices; removed large pizza/softdrinks crates

* Adjusted salvage_rewards.yml and cargo_gifts.yml around the removal of large pizza/soda crates
This commit is contained in:
Hitlinemoss
2025-06-03 12:01:07 -04:00
committed by GitHub
parent b6af2dbaf8
commit 442094da5b
5 changed files with 13 additions and 68 deletions

View File

@@ -4,17 +4,7 @@
sprite: Objects/Consumable/Food/Baked/pizza.rsi
state: margherita-slice
product: CrateFoodPizza
cost: 450
category: cargoproduct-category-name-food
group: market
- type: cargoProduct
id: FoodPizzaLarge
icon:
sprite: Objects/Consumable/Food/Baked/pizza.rsi
state: margherita
product: CrateFoodPizzaLarge
cost: 1800
cost: 1600
category: cargoproduct-category-name-food
group: market
@@ -24,7 +14,7 @@
sprite: Objects/Consumable/Food/snacks.rsi
state: nutribrick
product: CrateFoodMRE
cost: 1000
cost: 1400
category: cargoproduct-category-name-food
group: market
@@ -64,17 +54,7 @@
sprite: Objects/Consumable/Drinks/cola.rsi
state: icon
product: CrateFoodSoftdrinks
cost: 1200
category: cargoproduct-category-name-food
group: market
- type: cargoProduct
id: FoodSoftdrinksLarge
icon:
sprite: Objects/Consumable/Drinks/colabottle.rsi
state: icon
product: CrateFoodSoftdrinksLarge
cost: 2400
cost: 1500
category: cargoproduct-category-name-food
group: market
@@ -94,7 +74,7 @@
sprite: Objects/Consumable/Food/burger.rsi
state: bigbite
product: CrateFoodHappyHonkBigBite
cost: 1400
cost: 2800
category: cargoproduct-category-name-food
group: market
@@ -104,7 +84,7 @@
sprite: Objects/Consumable/Food/frozen.rsi
state: sandwich
product: CrateFoodIceCream
cost: 1200
cost: 2000
category: cargoproduct-category-name-food
group: market
@@ -114,6 +94,6 @@
sprite: Objects/Consumable/Food/frozen.rsi
state: cone
product: CrateFoodSnowcone
cost: 1100
cost: 2000
category: cargoproduct-category-name-food
group: market

View File

@@ -12,20 +12,6 @@
- id: LidSalami
prob: 0.01
- type: entity
id: CrateFoodPizzaLarge
parent: CratePlastic
name: disaster pizza delivery
description: In the ultimate event that all else has failed, Find comfort in that more pizza solves everything. Includes 16 pizzas.
components:
- type: StorageFill
contents:
- id: FoodBoxPizzaFilled
amount: 15
- id: FoodBoxPizzaCotton
- id: LidSalami
prob: 0.04
- type: entity
id: CrateFoodMRE
parent: CratePlastic
@@ -141,31 +127,6 @@
- id: DrinkFourteenLokoCan
amount: 2
- type: entity
id: CrateFoodSoftdrinksLarge
parent: CratePlastic
name: softdrinks bulk crate
description: Lots of sodas taken straight out of Centcomm's own vending machines, because you just can't leave your department. Includes 32 sodas.
components:
- type: EntityStorage
capacity: 32 # Slightly over-sized CratePlastic to accomodate over 30 drink cans at once.
- type: StorageFill
contents:
- id: DrinkColaCan
amount: 8
- id: DrinkGrapeCan
amount: 4
- id: DrinkRootBeerCan
amount: 4
- id: DrinkIcedTeaCan
amount: 4
- id: DrinkLemonLimeCan
amount: 4
- id: DrinkLemonLimeCranberryCan
amount: 4
- id: DrinkFourteenLokoCan
amount: 4
- type: entity
id: CrateFoodGetMore
parent: CratePlastic

View File

@@ -63,9 +63,9 @@
description: cargo-gift-pizza-large
dest: cargo-gift-dest-bar
gifts:
FoodPizzaLarge: 1 # 16 pizzas
FoodPizza: 4 # 16 pizzas
FoodBarSupply: 1
FoodSoftdrinksLarge: 1
FoodSoftdrinks: 2 # 32 sodas
- type: entity
id: GiftsEngineering

View File

@@ -8,7 +8,7 @@
CrateMaterialSteel: 1.0
# things the station might want
CrateEngineeringAMEJar: 0.25
CrateFoodPizzaLarge: 0.25
CrateFoodPizza: 0.25
CrateFoodSoftdrinks: 0.25
CrateFunInstrumentsVariety: 0.25
CrateSalvageEquipment: 0.25

View File

@@ -644,3 +644,7 @@ CapacitorStockPart: MicroManipulatorStockPart
# 2025-05-30
SpawnHonkBot: SpawnMobHonkBot
# 2025-06-01
CrateFoodPizzaLarge: CrateFoodPizza
CrateFoodSoftdrinksLarge: CrateFoodSoftdrinks