Skip to content

Commit

Permalink
Merge pull request #67 from sTiKyt/vending-food-price-rework
Browse files Browse the repository at this point in the history
Re-balanced vending food and drinks prices
  • Loading branch information
Cheackraze authored Jul 23, 2023
2 parents 664ffb6 + f8fce06 commit 41e4cbe
Show file tree
Hide file tree
Showing 8 changed files with 29 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2154,6 +2154,8 @@
tags:
- Trash
- type: SpaceGarbage
- type: StaticPrice
price: 7.5

- type: entity
parent: DrinkRamen
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@
acts: [ "Destruction" ]
- type: TrashOnEmpty
solution: drink
- type: StaticPrice
price: 16

- type: entity
parent: DrinkBottleBaseFull
Expand Down Expand Up @@ -416,6 +418,8 @@
- type: Drink
- type: Sprite
sprite: Objects/Consumable/Drinks/limejuice.rsi
- type: StaticPrice
price: 13

- type: entity
parent: DrinkBottleBaseFull
Expand All @@ -433,6 +437,8 @@
- type: Drink
- type: Sprite
sprite: Objects/Consumable/Drinks/orangejuice.rsi
- type: StaticPrice
price: 13

- type: entity
parent: DrinkBottleBaseFull
Expand All @@ -450,6 +456,8 @@
- type: Drink
- type: Sprite
sprite: Objects/Consumable/Drinks/tomatojuice.rsi
- type: StaticPrice
price: 13

- type: entity
parent: DrinkBottleBaseFull
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@
- type: PhysicalComposition
materialComposition:
Steel: 50 #reduce, reuse, recycle
- type: StaticPrice
price: 5.5

- type: entity
parent: DrinkCanBaseFull
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@
types:
Blunt: 0
- type: ItemCooldown
- type: StaticPrice
price: 4.5

- type: entity
parent: DrinkBaseCup
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@
Quantity: 50
- type: TrashOnEmpty
solution: drink
- type: StaticPrice
price: 12.5

- type: entity
parent: DrinkBase
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@
- type: Item
sprite: Objects/Consumable/Food/Baked/donut.rsi
size: 1
- type: StaticPrice
price: 12
# Tastes like donut.

# The sprinkles are now an overlay, so you can put them on any donut! If we really
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
# Since this one is closed, the only way to insert liquid is with a syringe.
- type: InjectableSolution
solution: food
# Note NOT refillable.
# Note NOT refillable.
# It be a shame if it turned out ALL drinks were ALWAYS refillable.... ffs.
# Well its fixed now, but I want to share my pain.
- type: SolutionContainerManager
Expand All @@ -52,6 +52,8 @@
- type: PhysicalComposition
materialComposition:
Plastic: 50
- type: StaticPrice
price: 4.5

- type: entity
parent: BaseFoodCondimentPacket
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@
sprite: Objects/Consumable/Food/snacks.rsi
heldPrefix: packet
size: 3
- type: StaticPrice
price: 7.5
# Snacks

# "Snacks" means food in a packet. Down the line this stuff can have multiple
Expand Down Expand Up @@ -90,6 +92,8 @@
- id: FoodSnackChocolateBar
sound:
path: /Audio/Effects/unwrap.ogg
- type: StaticPrice
price: 7.5

- type: entity
name: chocolate bar
Expand Down Expand Up @@ -304,6 +308,8 @@
- id: FoodSnackNutribrickOpen
sound:
path: /Audio/Effects/unwrap.ogg
- type: StaticPrice
price: 7

- type: entity
id: FoodSnackNutribrickOpen
Expand Down Expand Up @@ -342,6 +348,8 @@
- id: FoodSnackMREBrownieOpen
sound:
path: /Audio/Effects/unwrap.ogg
- type: StaticPrice
price: 7


- type: entity
Expand Down

0 comments on commit 41e4cbe

Please sign in to comment.