Cargo crate fixes (#19401)
* locale additions, icon tweaks * soda count for consistency
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
id: FoodPizza
|
||||
icon:
|
||||
sprite: Objects/Consumable/Food/Baked/pizza.rsi
|
||||
state: margherita
|
||||
state: margherita-slice
|
||||
product: CrateFoodPizza
|
||||
cost: 450
|
||||
category: Food
|
||||
@@ -61,7 +61,7 @@
|
||||
- type: cargoProduct
|
||||
id: FoodSoftdrinks
|
||||
icon:
|
||||
sprite: Objects/Consumable/Drinks/beerglass.rsi
|
||||
sprite: Objects/Consumable/Drinks/cola.rsi
|
||||
state: icon
|
||||
product: CrateFoodSoftdrinks
|
||||
cost: 1200
|
||||
@@ -71,7 +71,7 @@
|
||||
- type: cargoProduct
|
||||
id: FoodSoftdrinksLarge
|
||||
icon:
|
||||
sprite: Objects/Consumable/Drinks/beerglass.rsi
|
||||
sprite: Objects/Consumable/Drinks/colabottle.rsi
|
||||
state: icon
|
||||
product: CrateFoodSoftdrinksLarge
|
||||
cost: 2400
|
||||
|
||||
@@ -14,14 +14,14 @@
|
||||
id: CrateFoodPizzaLarge
|
||||
parent: CratePlastic
|
||||
components:
|
||||
- type: StorageFill
|
||||
contents:
|
||||
- id: FoodBoxPizzaFilled
|
||||
amount: 16
|
||||
- id: KnifePlastic
|
||||
amount: 4
|
||||
- id: LidSalami
|
||||
prob: 0.04
|
||||
- type: StorageFill
|
||||
contents:
|
||||
- id: FoodBoxPizzaFilled
|
||||
amount: 16
|
||||
- id: KnifePlastic
|
||||
amount: 4
|
||||
- id: LidSalami
|
||||
prob: 0.04
|
||||
|
||||
- type: entity
|
||||
id: CrateFoodMRE
|
||||
@@ -109,37 +109,37 @@
|
||||
id: CrateFoodSoftdrinks
|
||||
parent: CratePlastic
|
||||
components:
|
||||
- type: StorageFill
|
||||
contents:
|
||||
- id: DrinkColaCan
|
||||
amount: 4
|
||||
- id: DrinkGrapeCan
|
||||
amount: 2
|
||||
- id: DrinkRootBeerCan
|
||||
amount: 2
|
||||
- id: DrinkIcedTeaCan
|
||||
amount: 2
|
||||
- id: DrinkLemonLimeCan
|
||||
amount: 2
|
||||
- id: DrinkFourteenLokoCan
|
||||
amount: 2
|
||||
- type: StorageFill
|
||||
contents:
|
||||
- id: DrinkColaCan
|
||||
amount: 4
|
||||
- id: DrinkGrapeCan
|
||||
amount: 2
|
||||
- id: DrinkRootBeerCan
|
||||
amount: 2
|
||||
- id: DrinkIcedTeaCan
|
||||
amount: 2
|
||||
- id: DrinkLemonLimeCan
|
||||
amount: 2
|
||||
- id: DrinkFourteenLokoCan
|
||||
amount: 2
|
||||
|
||||
- type: entity
|
||||
id: CrateFoodSoftdrinksLarge
|
||||
parent: CratePlastic
|
||||
components:
|
||||
- type: StorageFill
|
||||
contents:
|
||||
- id: DrinkColaCan
|
||||
amount: 8
|
||||
- id: DrinkGrapeCan
|
||||
amount: 4
|
||||
- id: DrinkRootBeerCan
|
||||
amount: 4
|
||||
- id: DrinkIcedTeaCan
|
||||
amount: 4
|
||||
- id: DrinkLemonLimeCan
|
||||
amount: 4
|
||||
- id: DrinkFourteenLokoCan
|
||||
amount: 4
|
||||
- type: StorageFill
|
||||
contents:
|
||||
- id: DrinkColaCan
|
||||
amount: 8
|
||||
- id: DrinkGrapeCan
|
||||
amount: 4
|
||||
- id: DrinkRootBeerCan
|
||||
amount: 4
|
||||
- id: DrinkIcedTeaCan
|
||||
amount: 4
|
||||
- id: DrinkLemonLimeCan
|
||||
amount: 4
|
||||
- id: DrinkFourteenLokoCan
|
||||
amount: 4
|
||||
|
||||
|
||||
Reference in New Issue
Block a user