From 76f732058ac34646db20b271c69e319dffd53525 Mon Sep 17 00:00:00 2001 From: DamianX Date: Fri, 20 Sep 2019 20:40:10 +0200 Subject: [PATCH] Added a bunch of things to vending machines (#354) --- Resources/Prototypes/VendingMachines/ammo.yml | 51 +++++++++++++++++++ .../Prototypes/VendingMachines/engivend.yml | 4 ++ Resources/Prototypes/VendingMachines/hats.yml | 20 ++++++++ .../Prototypes/VendingMachines/medical.yml | 3 ++ .../Prototypes/VendingMachines/shoes.yml | 5 ++ .../Prototypes/VendingMachines/suits.yml | 10 ++++ 6 files changed, 93 insertions(+) diff --git a/Resources/Prototypes/VendingMachines/ammo.yml b/Resources/Prototypes/VendingMachines/ammo.yml index abbb7023d3..fd39fd31e8 100644 --- a/Resources/Prototypes/VendingMachines/ammo.yml +++ b/Resources/Prototypes/VendingMachines/ammo.yml @@ -3,3 +3,54 @@ name: AmmoVend description: A generic ammunition vending machine. spriteName: ammo + startingInventory: + box_32: 3 + box_32f: 3 + box_32hv: 3 + box_32p: 3 + box_32r: 3 + + box_357: 3 + box_357f: 3 + box_357hv: 3 + box_357p: 3 + box_357r: 3 + + box_44: 3 + box_44f: 3 + box_44hv: 3 + box_44p: 3 + box_44r: 3 + + box_45: 3 + box_45f: 3 + box_45p: 3 + box_45r: 3 + + box_50: 3 + box_50f: 3 + box_50p: 3 + box_50r: 3 + + box_10mm: 3 + box_10mmf: 3 + box_10mmhv: 3 + box_10mmp: 3 + box_10mmr: 3 + + box_24mm: 3 + + box_556mm: 3 + box_556mmp: 3 + + box_65mm: 3 + box_65mmr: 3 + + box_762mm: 3 + + box_9mm: 3 + box_9mmf: 3 + box_9mmhv: 3 + box_9mmp: 3 + box_9mmr: 3 + diff --git a/Resources/Prototypes/VendingMachines/engivend.yml b/Resources/Prototypes/VendingMachines/engivend.yml index e891ec7e59..827161b9f8 100644 --- a/Resources/Prototypes/VendingMachines/engivend.yml +++ b/Resources/Prototypes/VendingMachines/engivend.yml @@ -4,3 +4,7 @@ description: Spare tool vending. What? Did you expect some witty description? animationDuration: 2.1 spriteName: engivend + startingInventory: + MesonGlasses: 4 + Multitool: 4 + PowerCellSmallHigh: 5 diff --git a/Resources/Prototypes/VendingMachines/hats.yml b/Resources/Prototypes/VendingMachines/hats.yml index 14f7663fc8..05b4783a4c 100644 --- a/Resources/Prototypes/VendingMachines/hats.yml +++ b/Resources/Prototypes/VendingMachines/hats.yml @@ -3,3 +3,23 @@ name: Hatlord 9000 description: A vending machine containing hats. spriteName: hats + startingInventory: + HatBandana: 3 + HatBandblack: 3 + HatBandblue: 3 + HatBandbotany: 3 + HatBandcamo: 3 + HatBandgreen: 3 + HatBandred: 3 + HatBandskull: 3 + HatBearpelt: 3 + HatBeret: 3 + HatBluesoft: 3 + HatBluesoftFlipped: 3 + HatBowler: 3 + HatBunny: 3 + HatCake: 3 + HatCargosoft: 3 + HatCentcom: 3 + HatChefhat: 3 + HatCowboy: 3 diff --git a/Resources/Prototypes/VendingMachines/medical.yml b/Resources/Prototypes/VendingMachines/medical.yml index d0e2376b37..804a8f2001 100644 --- a/Resources/Prototypes/VendingMachines/medical.yml +++ b/Resources/Prototypes/VendingMachines/medical.yml @@ -4,3 +4,6 @@ description: A vending machine containing medical supplies. animationDuration: 1.8 spriteName: medical + startingInventory: + Brutepack: 5 + Ointment: 5 diff --git a/Resources/Prototypes/VendingMachines/shoes.yml b/Resources/Prototypes/VendingMachines/shoes.yml index 603858242b..9fd8c885c2 100644 --- a/Resources/Prototypes/VendingMachines/shoes.yml +++ b/Resources/Prototypes/VendingMachines/shoes.yml @@ -3,3 +3,8 @@ name: Shoelord 9000 description: A vending machine containing footwear. spriteName: shoes + startingInventory: + WhiteShoes: 3 + ClownShoes: 3 + JackbootShoes: 3 + ShoesBrown: 3 diff --git a/Resources/Prototypes/VendingMachines/suits.yml b/Resources/Prototypes/VendingMachines/suits.yml index 33ebb76916..bd29d4ebe5 100644 --- a/Resources/Prototypes/VendingMachines/suits.yml +++ b/Resources/Prototypes/VendingMachines/suits.yml @@ -3,3 +3,13 @@ name: Suitlord 9000 description: A vending machine containing jumpsuits and dress garments. spriteName: suits + startingInventory: + JanitorUniform: 3 + UniformGrey: 3 + UniformEngineering: 3 + UniformAssistant: 3 + UniformClown: 3 + UniformSec: 3 + UniformChef: 3 + UniformCaptain: 3 +