Vending machines name case fix (#1086)

This commit is contained in:
AJCM-git
2020-06-09 06:35:13 -04:00
committed by GitHub
parent bbbe8d2cb1
commit e2c80b7a00
26 changed files with 27 additions and 27 deletions

View File

@@ -90,7 +90,7 @@
- type: entity - type: entity
parent: VendingMachine parent: VendingMachine
id: VendingMachineCigs id: VendingMachineCigs
name: Cigarette machine name: cigarette machine
components: components:
- type: VendingMachine - type: VendingMachine
pack: Cigarette machine pack: Cigarette machine
@@ -100,7 +100,7 @@
- type: entity - type: entity
parent: VendingMachine parent: VendingMachine
id: VendingMachineCoffee id: VendingMachineCoffee
name: Hot Drinks machine name: hot drinks machine
components: components:
- type: VendingMachine - type: VendingMachine
pack: Hot Drinks machine pack: Hot Drinks machine

View File

@@ -1,6 +1,6 @@
- type: vendingMachineInventory - type: vendingMachineInventory
id: AmmoVend id: AmmoVend
name: ammovend name: Ammovend
description: A generic ammunition vending machine. description: A generic ammunition vending machine.
spriteName: ammo spriteName: ammo
startingInventory: startingInventory:

View File

@@ -1,6 +1,6 @@
- type: vendingMachineInventory - type: vendingMachineInventory
id: Booze-O-Mat id: Booze-O-Mat
name: booze-o-mat name: Booze-O-Mat
description: A vending machine containing multiple drinks for bartending. description: A vending machine containing multiple drinks for bartending.
spriteName: boozeomat spriteName: boozeomat
startingInventory: startingInventory:

View File

@@ -1,6 +1,6 @@
- type: vendingMachineInventory - type: vendingMachineInventory
id: PietyVend id: PietyVend
name: pietyvend name: PietyVend
description: "A vending machine containing religious supplies and clothing. A label reads: \"A holy vendor for a pious man.\"" description: "A vending machine containing religious supplies and clothing. A label reads: \"A holy vendor for a pious man.\""
spriteName: chapel spriteName: chapel
startingInventory: startingInventory:

View File

@@ -1,6 +1,6 @@
- type: vendingMachineInventory - type: vendingMachineInventory
id: Robust Softdrinks id: Robust Softdrinks
name: robust softdrinks name: Robust Softdrinks
description: A softdrink vendor provided by Robust Industries, LLC. description: A softdrink vendor provided by Robust Industries, LLC.
animationDuration: 1.1 animationDuration: 1.1
spriteName: cola spriteName: cola

View File

@@ -1,6 +1,6 @@
- type: vendingMachineInventory - type: vendingMachineInventory
id: Dinnerware id: Dinnerware
name: dinnerware name: Dinnerware
description: A vending machine containing kitchen and restaurant equipment. description: A vending machine containing kitchen and restaurant equipment.
spriteName: dinnerware spriteName: dinnerware
startingInventory: startingInventory:

View File

@@ -1,6 +1,6 @@
- type: vendingMachineInventory - type: vendingMachineInventory
id: Discount Dan's id: Discount Dan's
name: discount dan's name: Discount Dan's
description: A vending machine containing discount snacks from the infamous 'Discount Dan' franchise. description: A vending machine containing discount snacks from the infamous 'Discount Dan' franchise.
spriteName: discount spriteName: discount
startingInventory: startingInventory:

View File

@@ -1,6 +1,6 @@
- type: vendingMachineInventory - type: vendingMachineInventory
id: Engi-Vend id: Engi-Vend
name: engi-vend name: Engi-Vend
description: Spare tool vending. What? Did you expect some witty description? description: Spare tool vending. What? Did you expect some witty description?
animationDuration: 2.1 animationDuration: 2.1
spriteName: engivend spriteName: engivend

View File

@@ -1,6 +1,6 @@
- type: vendingMachineInventory - type: vendingMachineInventory
id: Hatlord 9000 id: Hatlord 9000
name: hatlord 9000 name: Hatlord 9000
description: A vending machine containing hats. description: A vending machine containing hats.
spriteName: hats spriteName: hats
startingInventory: startingInventory:

View File

@@ -1,6 +1,6 @@
- type: vendingMachineInventory - type: vendingMachineInventory
id: MagiVend id: MagiVend
name: magivend name: MagiVend
description: A mystical vending machine containing magical garments and magic supplies. description: A mystical vending machine containing magical garments and magic supplies.
animationDuration: 1.5 animationDuration: 1.5
spriteName: magivend spriteName: magivend

View File

@@ -1,6 +1,6 @@
- type: vendingMachineInventory - type: vendingMachineInventory
id: NanoMed Plus id: NanoMed Plus
name: nanomed plus name: NanoMed Plus
description: A vending machine containing medical supplies. description: A vending machine containing medical supplies.
animationDuration: 1.8 animationDuration: 1.8
spriteName: medical spriteName: medical

View File

@@ -1,6 +1,6 @@
- type: vendingMachineInventory - type: vendingMachineInventory
id: Dwarven Mining Equipment id: Dwarven Mining Equipment
name: dwarven mining equipment name: Dwarven Mining Equipment
description: Get your mining equipment here, and above all keep digging! description: Get your mining equipment here, and above all keep digging!
spriteName: mining spriteName: mining
startingInventory: startingInventory:

View File

@@ -1,5 +1,5 @@
- type: vendingMachineInventory - type: vendingMachineInventory
id: NutriMax id: NutriMax
name: nutrimax name: NutriMax
description: A vending machine containing nutritional substances for plants and botanical tools. description: A vending machine containing nutritional substances for plants and botanical tools.
spriteName: nutri spriteName: nutri

View File

@@ -1,5 +1,5 @@
- type: vendingMachineInventory - type: vendingMachineInventory
id: Robotech Deluxe id: Robotech Deluxe
name: robotech deluxe name: Robotech Deluxe
description: A vending machine containing nutritional substances for plants and botanical tools. description: A vending machine containing nutritional substances for plants and botanical tools.
spriteName: robotics spriteName: robotics

View File

@@ -1,5 +1,5 @@
- type: vendingMachineInventory - type: vendingMachineInventory
id: Sales id: Sales
name: sales name: Sales
description: Buy, sell, repeat. description: Buy, sell, repeat.
spriteName: sale spriteName: sale

View File

@@ -1,6 +1,6 @@
- type: vendingMachineInventory - type: vendingMachineInventory
id: SecTech id: SecTech
name: sectech name: SecTech
description: "A vending machine containing Security equipment. A label reads \"SECURITY PERSONNEL ONLY\"." description: "A vending machine containing Security equipment. A label reads \"SECURITY PERSONNEL ONLY\"."
animationDuration: 1.4 animationDuration: 1.4
spriteName: sec spriteName: sec

View File

@@ -1,6 +1,6 @@
- type: vendingMachineInventory - type: vendingMachineInventory
id: MegaSeed Servitor id: MegaSeed Servitor
name: megaseed servitor name: MegaSeed Servitor
description: "A vending machine containing Security equipment. A label reads \"SECURITY PERSONNEL ONLY\"." description: "A vending machine containing Security equipment. A label reads \"SECURITY PERSONNEL ONLY\"."
animationDuration: 1.3 animationDuration: 1.3
spriteName: seeds spriteName: seeds

View File

@@ -1,6 +1,6 @@
- type: vendingMachineInventory - type: vendingMachineInventory
id: Shoelord 9000 id: Shoelord 9000
name: shoelord 9000 name: Shoelord 9000
description: A vending machine containing footwear. description: A vending machine containing footwear.
spriteName: shoes spriteName: shoes
startingInventory: startingInventory:

View File

@@ -1,5 +1,5 @@
- type: vendingMachineInventory - type: vendingMachineInventory
id: SmartFridge id: SmartFridge
name: smartfridge name: SmartFridge
description: A refrigerated storage unit for storing medicine and chemicals. description: A refrigerated storage unit for storing medicine and chemicals.
spriteName: smartfridge spriteName: smartfridge

View File

@@ -1,5 +1,5 @@
- type: vendingMachineInventory - type: vendingMachineInventory
id: Getmore Chocolate Corp id: Getmore Chocolate Corp
name: getmore chocolate corp name: Getmore Chocolate Corp
description: A vending machine containing snacks. description: A vending machine containing snacks.
spriteName: snack spriteName: snack

View File

@@ -1,6 +1,6 @@
- type: vendingMachineInventory - type: vendingMachineInventory
id: Suitlord 9000 id: Suitlord 9000
name: suitlord 9000 name: Suitlord 9000
description: A vending machine containing jumpsuits and dress garments. description: A vending machine containing jumpsuits and dress garments.
spriteName: suits spriteName: suits
startingInventory: startingInventory:

View File

@@ -1,5 +1,5 @@
- type: vendingMachineInventory - type: vendingMachineInventory
id: AutoDrobe id: AutoDrobe
name: autodrobe name: AutoDrobe
description: A vending machine containing costumes. description: A vending machine containing costumes.
spriteName: theater spriteName: theater

View File

@@ -1,5 +1,5 @@
- type: vendingMachineInventory - type: vendingMachineInventory
id: Vendomat id: Vendomat
name: vendomat name: Vendomat
description: A vending machine containing generic parts. description: A vending machine containing generic parts.
spriteName: vendomat spriteName: vendomat

View File

@@ -1,5 +1,5 @@
- type: vendingMachineInventory - type: vendingMachineInventory
id: Trader Supply id: Trader Supply
name: trader supply name: Trader Supply
description: Make much coin. description: Make much coin.
spriteName: vox spriteName: vox

View File

@@ -1,5 +1,5 @@
- type: vendingMachineInventory - type: vendingMachineInventory
id: NanoMed id: NanoMed
name: nanomed name: NanoMed
description: Wall-mounted medical equipment dispenser. description: Wall-mounted medical equipment dispenser.
spriteName: wallmed spriteName: wallmed

View File

@@ -1,6 +1,6 @@
- type: vendingMachineInventory - type: vendingMachineInventory
id: YouTool id: YouTool
name: youtool name: YouTool
description: "A vending machine containing standard tools. A label reads: \"Tools for tools.\"" description: "A vending machine containing standard tools. A label reads: \"Tools for tools.\""
animationDuration: 1.1 animationDuration: 1.1
spriteName: youtool spriteName: youtool