From 88c39bf12d96fa4a9e64d6d1b5d1391d59693335 Mon Sep 17 00:00:00 2001 From: Swept Date: Sun, 7 Mar 2021 19:17:58 +0000 Subject: [PATCH] Readds Ammovend (#3542) * Initial * Maint Panel * Woops --- .../Constructible/Power/vending_machines.yml | 28 +++++++++++++++- .../Power/VendingMachines/ammo.rsi/broken.png | Bin 0 -> 444 bytes .../Power/VendingMachines/ammo.rsi/meta.json | 31 ++++++++++++++++++ .../ammo.rsi/normal-unshaded.png | Bin 0 -> 642 bytes .../Power/VendingMachines/ammo.rsi/off.png | Bin 0 -> 323 bytes .../Power/VendingMachines/ammo.rsi/panel.png | Bin 0 -> 132 bytes .../VendingMachines/boozeomat.rsi/meta.json | 3 ++ .../VendingMachines/boozeomat.rsi/panel.png | Bin 0 -> 146 bytes 8 files changed, 61 insertions(+), 1 deletion(-) create mode 100644 Resources/Textures/Constructible/Power/VendingMachines/ammo.rsi/broken.png create mode 100644 Resources/Textures/Constructible/Power/VendingMachines/ammo.rsi/meta.json create mode 100644 Resources/Textures/Constructible/Power/VendingMachines/ammo.rsi/normal-unshaded.png create mode 100644 Resources/Textures/Constructible/Power/VendingMachines/ammo.rsi/off.png create mode 100644 Resources/Textures/Constructible/Power/VendingMachines/ammo.rsi/panel.png create mode 100644 Resources/Textures/Constructible/Power/VendingMachines/boozeomat.rsi/panel.png diff --git a/Resources/Prototypes/Entities/Constructible/Power/vending_machines.yml b/Resources/Prototypes/Entities/Constructible/Power/vending_machines.yml index 76812ded3b..99f7ecda82 100644 --- a/Resources/Prototypes/Entities/Constructible/Power/vending_machines.yml +++ b/Resources/Prototypes/Entities/Constructible/Power/vending_machines.yml @@ -53,6 +53,32 @@ - type: Anchorable - type: Pullable +- type: entity + parent: VendingMachine + id: VendingMachineAmmo + name: Liberation Station + description: An overwhelming amount of ancient patriotism washes over you just by looking at the machine. +# Ads cause I remember somebody was working on these +# product_slogans = "Liberation Station: Your one-stop shop for all things second amendment!;Be a patriot today, pick up a gun!;Quality weapons for cheap prices!;Better dead than red!" +# product_ads = "Float like an astronaut, sting like a bullet!;Express your second amendment today!;Guns don't kill people, but you can!;Who needs responsibilities when you have guns?" + components: + - type: VendingMachine + pack: AmmoVend + - type: Sprite + sprite: Constructible/Power/VendingMachines/ammo.rsi + layers: + - state: "off" + map: ["enum.VendingMachineVisualLayers.Unlit"] + - state: "off" + map: ["enum.VendingMachineVisualLayers.BaseUnshaded"] + shader: unshaded + - type: Appearance + visuals: + - type: VendingMachineVisualizer + normalUnshaded: true + broken: true + - type: WiresVisualizer + - type: entity parent: VendingMachine id: VendingMachineBooze @@ -68,7 +94,7 @@ - state: "off" map: ["enum.VendingMachineVisualLayers.BaseUnshaded"] shader: unshaded - - texture: Constructible/Power/VendingMachines/maintenance_panel.png + - state: panel map: ["enum.WiresVisualLayers.MaintenancePanel"] - type: Appearance visuals: diff --git a/Resources/Textures/Constructible/Power/VendingMachines/ammo.rsi/broken.png b/Resources/Textures/Constructible/Power/VendingMachines/ammo.rsi/broken.png new file mode 100644 index 0000000000000000000000000000000000000000..bd323d456b4e48a254b832fa30bcafdda3afcc26 GIT binary patch literal 444 zcmV;t0Ym?f-vt=fOx|p6zO$l*i>k*L8h`InaUrG60K*bI!QJ*aQYE5ofA# z*BVl!9UhN?!Pes+OMqsDcVN0qxTncpcShVAxRGu_I=F`Ut^rTnd-C{YmdwwZ16EFm zXR>LnQSM!UZbYR_m=_16) z!570p0D~;B8#r#lYiq%KWDS5o$RBMGBz7JHSl=*&qyc m;9Cc&EYuEt)xbY=-}wUx(JN!0SrpFz0000Nkl0L?RH4MoDG8cW@4T;}KY0Zl@btMPkSD#>i%~-0>Af0bSQ2 z7K<6%gCZpBo9Z)Wq)74W*Z zCbt5F&H;^30OkNo4se-`Y*hk*fbpHKm&$#FwJTO%Yab8_g{Z2k#&^12!kR{+i3D3w z!W3|KHVlXH2ROQHgQ2T9?bdYwS@!{`08te%O$f}kx}k@3*4@{3?|aSqhAM#9#!~>x z%pO&RpnKmZ>c1p^>}4~~KX z5WojV!2k&0gQH*o1n|L8FaQGh;3yaX0eo;2=>y=hR><-`z&s8V=1h>IaMLN^w{M4~S3oWBeL#)(0SJO12!bF8 cA|n9s0gR4nDFe5=xBvhE07*qoM6N<$f>~F!rN4nyY6p z2Zh^IE6^DQ7C*=0V5<|hDL@@y;i6gq2KUF4FRg;#uzg$*Ul(x0y08)~;5*EMmi(ds zASE0ZI1dGos)7U*_9*xB0^gzR$|y+4kXq39X2L7M3T8nRiWy)FsnFU`1%(4hn>V02 VEOI?PGDQFY002ovPDHLkV1h*;d&K|% literal 0 HcmV?d00001 diff --git a/Resources/Textures/Constructible/Power/VendingMachines/ammo.rsi/panel.png b/Resources/Textures/Constructible/Power/VendingMachines/ammo.rsi/panel.png new file mode 100644 index 0000000000000000000000000000000000000000..b266b9101c6c2d04bd8ed0057844c58c487ab658 GIT binary patch literal 132 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnF3?v&v(vJfv{s5m4*8>L*ESoQ*l(tyV` boRN(o%81eXp2GEhpmGLJS3j3^P6L*sH&SCBNk-^(L z*2gtXoba%qckkU&5EDX0UF>Y1NbiD;s&EV