Skip to content

Commit

Permalink
Update vending_machines.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
VMSolidus committed May 11, 2024
1 parent e5b5765 commit bbc73ed
Showing 1 changed file with 36 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,10 @@
- type: Sprite
sprite: Structures/Machines/VendingMachines/empty.rsi
snapCardinals: true
noRot: true
- type: Physics
bodyType: Static
- type: Transform
noRot: false
noRot: true
- type: Fixtures
fixtures:
fix1:
Expand Down Expand Up @@ -206,6 +205,7 @@
ejectState: eject-unshaded
denyState: deny-unshaded
- type: Sprite
noRot: true
sprite: Structures/Machines/VendingMachines/cart.rsi
layers:
- state: "off"
Expand All @@ -221,6 +221,8 @@
color: "#ffb0b0"
- type: AccessReader
access: [["HeadOfPersonnel"]]
- type: Transform
noRot: false

- type: entity
parent: VendingMachine
Expand Down Expand Up @@ -272,6 +274,7 @@
pack: CigaretteMachineAds
- type: Speech
- type: Sprite
noRot: true
sprite: Structures/Machines/VendingMachines/cigs.rsi
layers:
- state: "off"
Expand All @@ -281,6 +284,8 @@
shader: unshaded
- state: panel
map: ["enum.WiresVisualLayers.MaintenancePanel"]
- type: Transform
noRot: false

- type: entity
parent: VendingMachine
Expand Down Expand Up @@ -365,6 +370,7 @@
pack: HotDrinksMachineAds
- type: Speech
- type: Sprite
noRot: true
sprite: Structures/Machines/VendingMachines/coffee.rsi
layers:
- state: "off"
Expand All @@ -381,6 +387,8 @@
radius: 1.5
energy: 1.3
color: "#ad7c4b"
- type: Transform
noRot: false

- type: entity
parent: VendingMachine
Expand All @@ -403,6 +411,7 @@
pack: RobustSoftdrinksAds
- type: Speech
- type: Sprite
noRot: true
sprite: Structures/Machines/VendingMachines/cola.rsi
layers:
- state: "off"
Expand All @@ -416,6 +425,8 @@
radius: 1.5
energy: 1.6
color: "#3c5eb5"
- type: Transform
noRot: false

- type: entity
parent: VendingMachineCola
Expand Down Expand Up @@ -646,6 +657,7 @@
- type: Advertise
pack: DinnerwareAds
- type: Sprite
noRot: true
sprite: Structures/Machines/VendingMachines/dinnerware.rsi
layers:
- state: "off"
Expand All @@ -661,6 +673,8 @@
radius: 1.5
energy: 1.6
color: "#4b93ad"
- type: Transform
noRot: false

- type: entity
parent: VendingMachine
Expand Down Expand Up @@ -736,6 +750,7 @@
ejectState: eject-unshaded
denyState: deny-unshaded
- type: Sprite
noRot: true
sprite: Structures/Machines/VendingMachines/engivend.rsi
layers:
- state: "off"
Expand All @@ -751,6 +766,8 @@
radius: 1.5
energy: 1.6
color: "#b89e2a"
- type: Transform
noRot: false

- type: entity
parent: VendingMachine
Expand Down Expand Up @@ -1124,6 +1141,7 @@
pack: VendomatAds
- type: Speech
- type: Sprite
noRot: true
sprite: Structures/Machines/VendingMachines/vendomat.rsi
layers:
- state: "off"
Expand All @@ -1137,6 +1155,8 @@
radius: 1.5
energy: 1.6
color: "#9dc5c9"
- type: Transform
noRot: false

- type: entity
parent: VendingMachine
Expand Down Expand Up @@ -1218,6 +1238,7 @@
- type: Advertise
pack: GoodCleanFunAds
- type: Sprite
noRot: true
sprite: Structures/Machines/VendingMachines/games.rsi
layers:
- state: "off"
Expand All @@ -1231,6 +1252,8 @@
radius: 1.5
energy: 1.6
color: "#326e3f"
- type: Transform
noRot: false

- type: entity
parent: VendingMachine
Expand Down Expand Up @@ -2023,6 +2046,7 @@
description: An exercise aid and nutrition supplement vendor that preys on your inadequacy.
components:
- type: Sprite
noRot: true
sprite: Structures/Machines/VendingMachines/fitness.rsi
layers:
- state: "off"
Expand All @@ -2042,6 +2066,8 @@
normalState: normal-unshaded
- type: Advertise
pack: FitnessVendAds
- type: Transform
noRot: true

- type: entity
id: VendingMachineHotfood
Expand All @@ -2050,6 +2076,7 @@
description: An old vending machine promising 'hot foods'. You doubt any of its contents are still edible.
components:
- type: Sprite
noRot: true
sprite: Structures/Machines/VendingMachines/hotfood.rsi
layers:
- state: "off"
Expand All @@ -2066,6 +2093,8 @@
normalState: normal-unshaded
- type: Advertise
pack: HotfoodAds
- type: Transform
noRot: false

- type: entity
id: VendingMachineSolsnack
Expand All @@ -2074,6 +2103,7 @@
description: A SolCentric vending machine dispensing treats from home.
components:
- type: Sprite
noRot: true
sprite: Structures/Machines/VendingMachines/solsnack.rsi
layers:
- state: "off"
Expand All @@ -2090,6 +2120,8 @@
normalState: normal-unshaded
- type: Advertise
pack: SolsnackAds
- type: Transform
noRot: false

- type: entity
id: VendingMachineWeeb
Expand All @@ -2115,3 +2147,5 @@
normalState: normal-unshaded
- type: Advertise
pack: WeebVendAds
- type: Transform
noRot: false

0 comments on commit bbc73ed

Please sign in to comment.