Added a bunch of things to vending machines (#354)

This commit is contained in:
DamianX
2019-09-20 20:40:10 +02:00
committed by Pieter-Jan Briers
parent a4aab7dbd1
commit 76f732058a
6 changed files with 93 additions and 0 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -4,3 +4,6 @@
description: A vending machine containing medical supplies.
animationDuration: 1.8
spriteName: medical
startingInventory:
Brutepack: 5
Ointment: 5

View File

@@ -3,3 +3,8 @@
name: Shoelord 9000
description: A vending machine containing footwear.
spriteName: shoes
startingInventory:
WhiteShoes: 3
ClownShoes: 3
JackbootShoes: 3
ShoesBrown: 3

View File

@@ -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