Vending machines name case fix (#1086)
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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:
|
||||||
|
|||||||
@@ -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:
|
||||||
|
|||||||
@@ -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:
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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:
|
||||||
|
|||||||
@@ -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:
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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:
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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:
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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:
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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:
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user