Clean up vending machines and port their visualizer (#10465)

This commit is contained in:
Andreas Kämper
2022-08-31 14:12:09 +02:00
committed by GitHub
parent 6b0e03e0d7
commit 42f3155c85
62 changed files with 873 additions and 850 deletions

View File

@@ -1,7 +1,5 @@
- type: vendingMachineInventory
id: AmmoVendInventory
name: Ammovend
spriteName: ammo
startingInventory:
MagazineBoxCaselessRifle: 3
MagazineBoxCaselessRifleHighVelocity: 3

View File

@@ -1,7 +1,5 @@
- type: vendingMachineInventory
id: AtmosDrobeInventory
name: AtmosDrobe
spriteName: atmosdrobe
startingInventory:
ClothingBackpackDuffelEngineering: 2
ClothingBackpackSatchelEngineering: 2

View File

@@ -1,7 +1,5 @@
- type: vendingMachineInventory
id: BarDrobeInventory
name: BarDrobe
spriteName: bardrobe
startingInventory:
ClothingHeadHatTophat: 2
ClothingEyesGlassesBeer: 2

View File

@@ -1,7 +1,5 @@
- type: vendingMachineInventory
id: BoozeOMatInventory
name: Booze-O-Mat
spriteName: boozeomat
startingInventory:
DrinkGlass: 30 #Kept glasses at top for ease to differentiate from booze.

View File

@@ -1,7 +1,5 @@
- type: vendingMachineInventory
id: CargoDrobeInventory
name: CargoDrobe
spriteName: cargodrobe
startingInventory:
AppraisalTool: 3
ClothingUniformJumpsuitCargo: 3

View File

@@ -1,7 +1,5 @@
- type: vendingMachineInventory
id: PTechInventory
name: PTech
spriteName: cart
startingInventory:
PassengerPDA: 5
ClearPDA: 5

View File

@@ -1,8 +1,5 @@
- type: vendingMachineInventory
id: ChangInventory
name: Mr. Chang
animationDuration: 2.1
spriteName: cigs
startingInventory:
FoodCondimentPacketSoy: 5
FoodSnackCookieFortune: 5
@@ -10,4 +7,4 @@
DrinkHellRamen: 3
FoodSnackChowMein: 3
FoodSnackDanDanNoodles: 3
# rice?
# rice?

View File

@@ -1,7 +1,5 @@
- type: vendingMachineInventory
id: PietyVendInventory
name: PietyVend
spriteName: chapel
startingInventory:
ClothingUniformJumpsuitChaplain: 2
ClothingUniformJumpskirtChaplain: 2

View File

@@ -1,7 +1,5 @@
- type: vendingMachineInventory
id: ChefDrobeInventory
name: ChefDrobe
spriteName: chefdrobe
startingInventory:
ClothingHeadsetService: 2
ClothingOuterApronChef: 3

View File

@@ -1,7 +1,5 @@
- type: vendingMachineInventory
id: ChemDrobeInventory
name: ChemDrobe
spriteName: chemdrobe
startingInventory:
ClothingUniformJumpsuitChemistry: 2
ClothingUniformJumpskirtChemistry: 2

View File

@@ -1,8 +1,5 @@
- type: vendingMachineInventory
id: CigaretteMachineInventory
name: cigarette machine
animationDuration: 2.1
spriteName: cigs
startingInventory:
CigPackGreen: 2
CigPackRed: 2

View File

@@ -1,6 +1,5 @@
- type: vendingMachineInventory
id: ClothesMateInventory
name: ClothesMate
startingInventory:
ClothingBackpack: 5
ClothingBackpackDuffel: 5

View File

@@ -1,8 +1,5 @@
- type: vendingMachineInventory
id: HotDrinksMachineInventory
name: Hot drinks machine
animationDuration: 3.4
spriteName: coffee
startingInventory:
DrinkHotCoffee: 10
DrinkTeacup: 10

View File

@@ -1,8 +1,5 @@
- type: vendingMachineInventory
id: RobustSoftdrinksInventory
name: Robust Softdrinks
animationDuration: 1.1
spriteName: cola
startingInventory:
DrinkColaCan: 2
DrinkEnergyDrinkCan: 2

View File

@@ -1,7 +1,5 @@
- type: vendingMachineInventory
id: DetDrobeInventory
name: DetDrobe
spriteName: detdrobe
startingInventory:
ClothingUniformJumpsuitDetective: 2
ClothingUniformJumpskirtDetective: 2

View File

@@ -1,7 +1,5 @@
- type: vendingMachineInventory
id: DinnerwareInventory
name: Dinnerware
spriteName: dinnerware
startingInventory:
ButchCleaver: 1
KitchenKnife: 5

View File

@@ -1,7 +1,5 @@
- type: vendingMachineInventory
id: DiscountDansInventory
name: Discount Dan's
spriteName: discount
startingInventory:
FoodSnackCheesie: 3
FoodSnackChips: 3

View File

@@ -1,7 +1,5 @@
- type: vendingMachineInventory
id: DonutInventory
name: Donut
spriteName: donut
startingInventory:
FoodDonutChocolate: 5
FoodDonutApple: 3

View File

@@ -1,4 +1,2 @@
- type: vendingMachineInventory
id: EmptyVendingMachineInventory
name: Empty vending machine
spriteName: empty

View File

@@ -1,7 +1,5 @@
- type: vendingMachineInventory
id: EngiDrobeInventory
name: EngiDrobe
spriteName: engidrobe
startingInventory:
ClothingBackpackDuffelEngineering: 3
ClothingBackpackSatchelEngineering: 3

View File

@@ -1,8 +1,5 @@
- type: vendingMachineInventory
id: EngiVendInventory
name: Engi-Vend
animationDuration: 2.1
spriteName: engivend
startingInventory:
ClothingEyesGlassesMeson: 4
ClothingHeadHatWelding: 4

View File

@@ -1,8 +1,5 @@
- type: vendingMachineInventory
id: GoodCleanFunInventory
name: Good Clean Fun
animationDuration: 1.3
spriteName: games
startingInventory:
DiceBag: 4
Paper: 8

View File

@@ -1,7 +1,5 @@
- type: vendingMachineInventory
id: GeneDrobeInventory
name: GeneDrobe
spriteName: genedrobe
startingInventory:
ClothingShoesColorWhite: 2
ClothingOuterCoatLab: 2

View File

@@ -1,7 +1,5 @@
- type: vendingMachineInventory
id: HyDrobeInventory
name: HyDrobe
spriteName: hydrobe
startingInventory:
ClothingBackpackHydroponics: 2
ClothingBackpackSatchelHydroponics: 2

View File

@@ -1,7 +1,5 @@
- type: vendingMachineInventory
id: JaniDrobeInventory
name: JaniDrobe
spriteName: janidrobe
startingInventory:
ClothingUniformJumpsuitJanitor: 2
ClothingUniformJumpskirtJanitor: 2

View File

@@ -1,7 +1,5 @@
- type: vendingMachineInventory
id: LawDrobeInventory
name: LawDrobe
spriteName: lawdrobe
startingInventory:
ClothingUniformJumpsuitLawyerBlue: 1
ClothingUniformJumpsuitLawyerPurple: 1

View File

@@ -1,8 +1,5 @@
- type: vendingMachineInventory
id: MagiVendInventory
name: MagiVend
animationDuration: 1.5
spriteName: magivend
startingInventory:
ClothingHeadHatWizard: 3
ClothingOuterWizard: 3

View File

@@ -1,8 +1,5 @@
- type: vendingMachineInventory
id: NanoMedPlusInventory
name: NanoMed Plus
animationDuration: 1.8
spriteName: medical
startingInventory:
HandheldHealthAnalyzer: 3
Brutepack: 5

View File

@@ -1,7 +1,5 @@
- type: vendingMachineInventory
id: MediDrobeInventory
name: MediDrobe
spriteName: medidrobe
startingInventory:
ClothingBackpackDuffelMedical: 4
ClothingBackpackMedical: 4
@@ -17,4 +15,4 @@
ClothingOuterWinterPara: 2
ClothingHeadHelmetVoidParamed: 1
ClothingOuterHardsuitVoidParamed: 1

View File

@@ -1,7 +1,5 @@
- type: vendingMachineInventory
id: NutriMaxInventory
name: NutriMax
spriteName: nutri
startingInventory:
HydroponicsToolSpade: 2
HydroponicsToolMiniHoe: 2

View File

@@ -1,7 +1,5 @@
- type: vendingMachineInventory
id: RoboDrobeInventory
name: RoboDrobe
spriteName: robodrobe
startingInventory:
ClothingOuterCoatLab: 2
ClothingShoesColorBlack: 2

View File

@@ -1,7 +1,5 @@
- type: vendingMachineInventory
id: RobotechDeluxeInventory
name: Robotech Deluxe
spriteName: robotics
startingInventory:
#TO DO: add missing prototypes
ClothingOuterCoatLab: 4

View File

@@ -1,7 +1,5 @@
- type: vendingMachineInventory
id: SalvageEquipmentInventory
name: Salvage Equipment
spriteName: mining
startingInventory:
Crowbar: 2
Pickaxe: 4

View File

@@ -1,7 +1,5 @@
- type: vendingMachineInventory
id: SciDrobeInventory
name: SciDrobe
spriteName: scidrobe
startingInventory:
ClothingBackpackScience: 3
ClothingBackpackSatchelScience: 3

View File

@@ -1,8 +1,5 @@
- type: vendingMachineInventory
id: SecTechInventory
name: SecTech
animationDuration: 2.8
spriteName: sec
startingInventory:
Handcuffs: 8
GrenadeFlashBang: 4

View File

@@ -1,7 +1,5 @@
- type: vendingMachineInventory
id: SecDrobeInventory
name: SecDrobe
spriteName: secdrobe
startingInventory:
ClothingBackpackSecurity: 3
ClothingBackpackSatchelSecurity: 3

View File

@@ -1,8 +1,5 @@
- type: vendingMachineInventory
id: MegaSeedServitorInventory
name: MegaSeed Servitor
animationDuration: 1.3
spriteName: seeds
startingInventory:
AloeSeeds: 3
AmbrosiaVulgarisSeeds: 3

View File

@@ -1,4 +1,2 @@
- type: vendingMachineInventory
id: SmartFridgeInventory
name: SmartFridge
spriteName: smartfridge

View File

@@ -1,8 +1,5 @@
- type: vendingMachineInventory
id: GetmoreChocolateCorpInventory
name: Getmore Chocolate Corp
animationDuration: 0.5
spriteName: snack
startingInventory:
FoodSnackRaisins: 3
FoodSnackChocolate: 3

View File

@@ -1,6 +1,4 @@
- type: vendingMachineInventory
id: BodaInventory
name: BODA
spriteName: sovietsoda
startingInventory:
DrinkColaCan: 10 #typically hacked product. Default product is "soda"

View File

@@ -1,15 +1,11 @@
- type: vendingMachineInventory
id: TankDispenserEVAInventory
name: tank dispenser
spriteName: tankdispenser
startingInventory:
OxygenTankFilled: 5
NitrogenTankFilled: 5
- type: vendingMachineInventory
id: TankDispenserEngineeringInventory
name: tank dispenser
spriteName: tankdispenser
startingInventory:
PlasmaTankFilled: 5
OxygenTankFilled: 5
OxygenTankFilled: 5

View File

@@ -1,7 +1,5 @@
- type: vendingMachineInventory
id: AutoDrobeInventory
name: AutoDrobe
spriteName: theater
startingInventory:
ClothingOuterWinterClown: 1
ClothingOuterWinterMime: 1

View File

@@ -1,4 +1,2 @@
- type: vendingMachineInventory
id: VendomatInventory
name: Vendomat
spriteName: vendomat

View File

@@ -1,7 +1,5 @@
- type: vendingMachineInventory
id: ViroDrobeInventory
name: ViroDrobe
spriteName: virodrobe
startingInventory:
ClothingShoesColorWhite: 2
ClothingOuterCoatLab: 2

View File

@@ -1,7 +1,5 @@
- type: vendingMachineInventory
id: NanoMedInventory
name: NanoMed
spriteName: wallmed
startingInventory:
Brutepack: 5
Ointment: 5

View File

@@ -1,8 +1,5 @@
- type: vendingMachineInventory
id: YouToolInventory
name: YouTool
animationDuration: 1.1
spriteName: youtool
startingInventory:
CableApcStack: 5
Crowbar: 5