From aa37c0121a67bb2b027d7f25c4b04c22f65f27d4 Mon Sep 17 00:00:00 2001 From: Soundwavesghost Date: Thu, 13 Feb 2020 11:58:19 -0500 Subject: [PATCH] Fill vending machines (#648) --- .../Prototypes/VendingMachines/boozeomat.yml | 20 ++++++++++++++++++- .../Prototypes/VendingMachines/chapel.yml | 18 ++++++++++++++++- .../Prototypes/VendingMachines/coffee.yml | 5 ++++- Resources/Prototypes/VendingMachines/cola.yml | 11 +++++++++- .../Prototypes/VendingMachines/dinnerware.yml | 17 +++++++++++++++- .../Prototypes/VendingMachines/discount.yml | 17 +++++++++++++++- .../Prototypes/VendingMachines/mining.yml | 4 +++- 7 files changed, 85 insertions(+), 7 deletions(-) diff --git a/Resources/Prototypes/VendingMachines/boozeomat.yml b/Resources/Prototypes/VendingMachines/boozeomat.yml index 267b0b6cc7..5757502826 100644 --- a/Resources/Prototypes/VendingMachines/boozeomat.yml +++ b/Resources/Prototypes/VendingMachines/boozeomat.yml @@ -1,5 +1,23 @@ -- type: vendingMachineInventory +- type: vendingMachineInventory id: Booze-O-Mat name: Booze-O-Mat description: A vending machine containing multiple drinks for bartending. spriteName: boozeomat + startinginventory: + DrinkAbsintheBottleFull: 3 + DrinkAlcoGreenFull: 3 + DrinkAleBottleFull: 3 + DrinkCognacBottleFull: 3 + DrinkGinBottleFull: 3 + DrinkGoldschlagerBottleFull: 3 + DrinkKahluaBottleFull: 3 + DrinkPatronBottleFull: 3 + DrinkRumbottleFull: 5 + DrinkTequilabottleFull: 1 + DrinkVermouthBottleFull: 3 + DrinkVodkaBottleFull: 4 + DrinkWhiskeyBottleFull: 2 + DrinkWineBottleFull: 3 + DrinkBeer: 10 + + diff --git a/Resources/Prototypes/VendingMachines/chapel.yml b/Resources/Prototypes/VendingMachines/chapel.yml index 54e092966b..bccf5d0bde 100644 --- a/Resources/Prototypes/VendingMachines/chapel.yml +++ b/Resources/Prototypes/VendingMachines/chapel.yml @@ -1,5 +1,21 @@ -- type: vendingMachineInventory +- type: vendingMachineInventory id: PietyVend name: PietyVend description: "A vending machine containing religious supplies and clothing. A label reads: \"A holy vendor for a pious man.\"" spriteName: chapel + startinginventory: + OuterclothingChaplainhoodie: 1 + OuterclothingAcolyte: 4 + OuterclothingBedsheet: 4 + OuterclothingBlackhoodie: 1 + OuterclothingChurchcoat: 1 + OuterclothingCultrobes: 1 + OuterclothingCultrobesalt: 1 + OuterclothingCultarmour: 1 + OuterclothingNun: 2 + HatChaplainHood: 1 + HatCulthood: 1 + HatCultHelmet: 1 + HatCultHoodalt: 1 + HatHasturhood: 1 + HatMagus: 1 diff --git a/Resources/Prototypes/VendingMachines/coffee.yml b/Resources/Prototypes/VendingMachines/coffee.yml index e348922c0b..f9ccfe180e 100644 --- a/Resources/Prototypes/VendingMachines/coffee.yml +++ b/Resources/Prototypes/VendingMachines/coffee.yml @@ -1,6 +1,9 @@ -- type: vendingMachineInventory +- type: vendingMachineInventory id: Hot Drinks machine name: Hot Drinks machine description: A vending machine that dispenses hot drinks. animationDuration: 3.4 spriteName: coffee + startinginventory: + DrinkHotCoffee: 20 + DrinkTeaGlass: 20 diff --git a/Resources/Prototypes/VendingMachines/cola.yml b/Resources/Prototypes/VendingMachines/cola.yml index f6b1ca09ce..41dc303c37 100644 --- a/Resources/Prototypes/VendingMachines/cola.yml +++ b/Resources/Prototypes/VendingMachines/cola.yml @@ -1,6 +1,15 @@ -- type: vendingMachineInventory +- type: vendingMachineInventory id: Robust Softdrinks name: Robust Softdrinks description: A softdrink vendor provided by Robust Industries, LLC. animationDuration: 1.1 spriteName: cola + startinginventory: + DrinkFoodContainerColaCanUnopened: 10 + DrinkFoodContainerIceTeaCanUnopened: 10 + DrinkFoodContainerLemonLimeCanUnopened: 10 + DrinkFoodContainerPurpleCanUnopened: 10 + DrinkFoodContainerSpaceMountainWindCanUnopened: 10 + DrinkFoodContainerSpaceUpCanUnopened: 10 + DrinkFoodContaineStarkistCanUnopened: 10 + DrinkFoodContaineThirteenLokoCanUnopened: 10 diff --git a/Resources/Prototypes/VendingMachines/dinnerware.yml b/Resources/Prototypes/VendingMachines/dinnerware.yml index ce787030d7..f6bcfda6be 100644 --- a/Resources/Prototypes/VendingMachines/dinnerware.yml +++ b/Resources/Prototypes/VendingMachines/dinnerware.yml @@ -1,5 +1,20 @@ -- type: vendingMachineInventory +- type: vendingMachineInventory id: Dinnerware name: Dinnerware description: A vending machine containing kitchen and restaurant equipment. spriteName: dinnerware + startinginventory: + ButchCleaver: 1 + DrinkBaseCup: 10 + DrinkPitcher: 1 + DrinkMug: 5 + DrinkMugBlack: 2 + DrinkMugBlue: 2 + DrinkMugGreen: 2 + DrinkMugHeart: 1 + DrinkMugMetal: 2 + DrinkMugMoebius: 1 + DrinkMugOne: 1 + DrinkMugRainbow: 2 + DrinkMugRed: 2 + diff --git a/Resources/Prototypes/VendingMachines/discount.yml b/Resources/Prototypes/VendingMachines/discount.yml index 20a700c23d..7606257a16 100644 --- a/Resources/Prototypes/VendingMachines/discount.yml +++ b/Resources/Prototypes/VendingMachines/discount.yml @@ -1,5 +1,20 @@ -- type: vendingMachineInventory +- type: vendingMachineInventory id: Discount Dan's name: Discount Dan's description: A vending machine containing discount snacks from the infamous 'Discount Dan' franchise. spriteName: discount + startinginventory: + Food4NoRaisins: 10 + FoodCandy: 10 + FoodCandyCorn: 2 + FoodCheesieHonkers: 5 + FoodChips: 5 + FoodCookie: 2 + FoodDonut: 1 + FoodFrostedDonut: 1 + FoodHotDog: 2 + FoodLiquidFood: 1 + FoodSosJerky: 5 + FoodSpaceTwinkie: 3 + FoodSyndiCakes: 2 + diff --git a/Resources/Prototypes/VendingMachines/mining.yml b/Resources/Prototypes/VendingMachines/mining.yml index 6c8b78d98d..76f3d0f12f 100644 --- a/Resources/Prototypes/VendingMachines/mining.yml +++ b/Resources/Prototypes/VendingMachines/mining.yml @@ -1,5 +1,7 @@ -- type: vendingMachineInventory +- type: vendingMachineInventory id: Dwarven Mining Equipment name: Dwarven Mining Equipment description: Get your mining equipment here, and above all keep digging! spriteName: mining + startinginventory: + Pickaxe: 4