Cargo crate fixes (#19401)

* locale additions, icon tweaks

* soda count for consistency
This commit is contained in:
EnDecc
2023-08-21 14:16:20 -04:00
committed by GitHub
parent 2f849d2ffb
commit 17ebf2a3ce
4 changed files with 58 additions and 40 deletions

View File

@@ -1,6 +1,9 @@
ent-FoodPizza = { ent-CrateFoodPizza } ent-FoodPizza = { ent-CrateFoodPizza }
.desc = { ent-CrateFoodPizza.desc } .desc = { ent-CrateFoodPizza.desc }
ent-FoodPizzaLarge = { ent-CrateFoodPizzaLarge }
.desc = { ent-CrateFoodPizzaLarge.desc }
ent-FoodMRE = { ent-CrateFoodMRE } ent-FoodMRE = { ent-CrateFoodMRE }
.desc = { ent-CrateFoodMRE.desc } .desc = { ent-CrateFoodMRE.desc }
@@ -12,3 +15,9 @@ ent-FoodDinnerware = { ent-CrateFoodDinnerware }
ent-FoodBarSupply = { ent-CrateFoodBarSupply } ent-FoodBarSupply = { ent-CrateFoodBarSupply }
.desc = { ent-CrateFoodBarSupply.desc } .desc = { ent-CrateFoodBarSupply.desc }
ent-FoodSoftdrinks = { ent-CrateFoodSoftdrinks }
.desc = { ent-CrateFoodSoftdrinks.desc }
ent-FoodSoftdrinksLarge = { ent-CrateFoodSoftdrinksLarge }
.desc = { ent-CrateFoodSoftdrinksLarge.desc }

View File

@@ -1,5 +1,8 @@
ent-CrateFoodPizza = Emergency pizza delivery ent-CrateFoodPizza = Emergency pizza delivery
.desc = Help do your part to end station hunger by distributing pizza to underfunded departments! .desc = Help do your part to end station hunger by distributing pizza to underfunded departments! Includes 4 pizzas.
ent-CrateFoodPizzaLarge = Disaster pizza delivery
.desc = In the ultimate event that all else has failed, Find comfort in that more pizza solves everything. Includes 16 pizzas.
ent-CrateFoodMRE = MRE crate ent-CrateFoodMRE = MRE crate
.desc = A military style meal fit to feed a whole department. .desc = A military style meal fit to feed a whole department.
@@ -12,3 +15,9 @@ ent-CrateFoodDinnerware = Kitchen dinnerware crate
ent-CrateFoodBarSupply = Bartending supplies crate ent-CrateFoodBarSupply = Bartending supplies crate
.desc = Extra Bar supplies, in case the clown was allowed in the bar unsupervised. .desc = Extra Bar supplies, in case the clown was allowed in the bar unsupervised.
ent-CrateFoodSoftdrinks = Softdrinks crate
.desc = A variety of sodas to complement a small party, without having to empty the soda machines. Includes 14 sodas.
ent-CrateFoodSoftdrinksLarge = Softdrinks bulk crate
.desc = Lots of sodas taken straight out of Centcomm's own vending machines, because you just can't leave your department. Includes 28 sodas.

View File

@@ -2,7 +2,7 @@
id: FoodPizza id: FoodPizza
icon: icon:
sprite: Objects/Consumable/Food/Baked/pizza.rsi sprite: Objects/Consumable/Food/Baked/pizza.rsi
state: margherita state: margherita-slice
product: CrateFoodPizza product: CrateFoodPizza
cost: 450 cost: 450
category: Food category: Food
@@ -61,7 +61,7 @@
- type: cargoProduct - type: cargoProduct
id: FoodSoftdrinks id: FoodSoftdrinks
icon: icon:
sprite: Objects/Consumable/Drinks/beerglass.rsi sprite: Objects/Consumable/Drinks/cola.rsi
state: icon state: icon
product: CrateFoodSoftdrinks product: CrateFoodSoftdrinks
cost: 1200 cost: 1200
@@ -71,7 +71,7 @@
- type: cargoProduct - type: cargoProduct
id: FoodSoftdrinksLarge id: FoodSoftdrinksLarge
icon: icon:
sprite: Objects/Consumable/Drinks/beerglass.rsi sprite: Objects/Consumable/Drinks/colabottle.rsi
state: icon state: icon
product: CrateFoodSoftdrinksLarge product: CrateFoodSoftdrinksLarge
cost: 2400 cost: 2400

View File

@@ -14,14 +14,14 @@
id: CrateFoodPizzaLarge id: CrateFoodPizzaLarge
parent: CratePlastic parent: CratePlastic
components: components:
- type: StorageFill - type: StorageFill
contents: contents:
- id: FoodBoxPizzaFilled - id: FoodBoxPizzaFilled
amount: 16 amount: 16
- id: KnifePlastic - id: KnifePlastic
amount: 4 amount: 4
- id: LidSalami - id: LidSalami
prob: 0.04 prob: 0.04
- type: entity - type: entity
id: CrateFoodMRE id: CrateFoodMRE
@@ -109,37 +109,37 @@
id: CrateFoodSoftdrinks id: CrateFoodSoftdrinks
parent: CratePlastic parent: CratePlastic
components: components:
- type: StorageFill - type: StorageFill
contents: contents:
- id: DrinkColaCan - id: DrinkColaCan
amount: 4 amount: 4
- id: DrinkGrapeCan - id: DrinkGrapeCan
amount: 2 amount: 2
- id: DrinkRootBeerCan - id: DrinkRootBeerCan
amount: 2 amount: 2
- id: DrinkIcedTeaCan - id: DrinkIcedTeaCan
amount: 2 amount: 2
- id: DrinkLemonLimeCan - id: DrinkLemonLimeCan
amount: 2 amount: 2
- id: DrinkFourteenLokoCan - id: DrinkFourteenLokoCan
amount: 2 amount: 2
- type: entity - type: entity
id: CrateFoodSoftdrinksLarge id: CrateFoodSoftdrinksLarge
parent: CratePlastic parent: CratePlastic
components: components:
- type: StorageFill - type: StorageFill
contents: contents:
- id: DrinkColaCan - id: DrinkColaCan
amount: 8 amount: 8
- id: DrinkGrapeCan - id: DrinkGrapeCan
amount: 4 amount: 4
- id: DrinkRootBeerCan - id: DrinkRootBeerCan
amount: 4 amount: 4
- id: DrinkIcedTeaCan - id: DrinkIcedTeaCan
amount: 4 amount: 4
- id: DrinkLemonLimeCan - id: DrinkLemonLimeCan
amount: 4 amount: 4
- id: DrinkFourteenLokoCan - id: DrinkFourteenLokoCan
amount: 4 amount: 4