ent-CrateVendingMachineRestockSmokes = { ent-CrateVendingMachineRestockSmokesFilled }
.desc = { ent-CrateVendingMachineRestockSmokesFilled.desc }
-ent-CrateVendingMachineRestockSnacks = { ent-CrateVendingMachineRestockSnacksFilled }
- .desc = { ent-CrateVendingMachineRestockSnacksFilled.desc }
-
ent-CrateVendingMachineRestockVendomat = { ent-CrateVendingMachineRestockVendomatFilled }
.desc = { ent-CrateVendingMachineRestockVendomatFilled.desc }
ent-CrateVendingMachineRestockHappyHonk = { ent-CrateVendingMachineRestockHappyHonkFilled }
.desc = { ent-CrateVendingMachineRestockHappyHonkFilled.desc }
+
+ent-CrateVendingMachineRestockGetmoreChocolateCorp = { ent-CrateVendingMachineRestockGetmoreChocolateCorpFilled }
+ .desc = { ent-CrateVendingMachineRestockGetmoreChocolateCorpFilled.desc }
+
+ent-CrateVendingMachineRestockChang = { ent-CrateVendingMachineRestockChangFilled }
+ .desc = { ent-CrateVendingMachineRestockChangFilled.desc }
+
+ent-CrateVendingMachineRestockDiscountDans = { ent-CrateVendingMachineRestockDiscountDansFilled }
+ .desc = { ent-CrateVendingMachineRestockDiscountDansFilled.desc }
+
+ent-CrateVendingMachineRestockDonut = { ent-CrateVendingMachineRestockDonutFilled }
+ .desc = { ent-CrateVendingMachineRestockDonutFilled.desc }
\ No newline at end of file
ent-CrateVendingMachineRestockSmokesFilled = ShadyCigs restock crate
.desc = Contains two restock boxes for the ShadyCigs vending machine.
-ent-CrateVendingMachineRestockSnacksFilled = Snack restock crate
- .desc = Contains four restock boxes, each covering a different snack vendor. Mr. Chang's, Discount Dans, Robust Donuts, and Getmore Chocolate are featured on the advertisement.
-
ent-CrateVendingMachineRestockVendomatFilled = Vendomat restock crate
.desc = Contains a restock box for a Vendomat vending machine.
ent-CrateVendingMachineRestockHappyHonkFilled = Happy honk restock crate
.desc = Contains a restock box for a happy honk dispenser.
+ent-CrateVendingMachineRestockGetmoreChocolateCorpFilled = Getmore Chocolate Corp restock crate
+ .desc = Contains a restock box for a Getmore Chocolate Corp dispenser.
+
+ent-CrateVendingMachineRestockChangFilled = Chang restock crate
+ .desc = Contains a restock box for a Mr. Chang dispenser.
+
+ent-CrateVendingMachineRestockDiscountDansFilled = Discount Dans restock crate
+ .desc = Contains a restock box for a Discount Dan's dispenser.
+
+ent-CrateVendingMachineRestockDonutFilled = Donut restock crate
+ .desc = Contains a restock box for a Monkin' Donuts dispenser.
\ No newline at end of file
category: Service
group: market
-- type: cargoProduct
- id: CrateVendingMachineRestockSnacks
- icon:
- sprite: Objects/Specific/Service/vending_machine_restock.rsi
- state: base
- product: CrateVendingMachineRestockSnacksFilled
- cost: 3000
- category: Service
- group: market
-
- type: cargoProduct
id: CrateVendingMachineRestockVendomat
icon:
cost: 2100
category: Service
group: market
+
+- type: cargoProduct
+ id: CrateVendingMachineRestockGetmoreChocolateCorp
+ icon:
+ sprite: Objects/Specific/Service/vending_machine_restock.rsi
+ state: base
+ product: CrateVendingMachineRestockGetmoreChocolateCorpFilled
+ cost: 1200
+ category: Service
+ group: market
+
+- type: cargoProduct
+ id: CrateVendingMachineRestockChang
+ icon:
+ sprite: Objects/Specific/Service/vending_machine_restock.rsi
+ state: base
+ product: CrateVendingMachineRestockChangFilled
+ cost: 1200
+ category: Service
+ group: market
+
+- type: cargoProduct
+ id: CrateVendingMachineRestockDiscountDans
+ icon:
+ sprite: Objects/Specific/Service/vending_machine_restock.rsi
+ state: base
+ product: CrateVendingMachineRestockDiscountDansFilled
+ cost: 1200
+ category: Service
+ group: market
+
+- type: cargoProduct
+ id: CrateVendingMachineRestockDonut
+ icon:
+ sprite: Objects/Specific/Service/vending_machine_restock.rsi
+ state: base
+ product: CrateVendingMachineRestockDonutFilled
+ cost: 1200
+ category: Service
+ group: market
\ No newline at end of file
- id: VendingMachineRestockSmokes
amount: 2
-- type: entity
- id: CrateVendingMachineRestockSnacksFilled
- parent: CratePlastic
- components:
- - type: StorageFill
- contents:
- - id: VendingMachineRestockChang
- - id: VendingMachineRestockDiscountDans
- - id: VendingMachineRestockDonut
- - id: VendingMachineRestockGetmoreChocolateCorp
-
- type: entity
id: CrateVendingMachineRestockVendomatFilled
parent: CratePlastic
contents:
- id: VendingMachineRestockHappyHonk
amount: 2
+
+- type: entity
+ id: CrateVendingMachineRestockGetmoreChocolateCorpFilled
+ parent: CratePlastic
+ components:
+ - type: StorageFill
+ contents:
+ - id: VendingMachineRestockGetmoreChocolateCorp
+ amount: 2
+
+- type: entity
+ id: CrateVendingMachineRestockChangFilled
+ parent: CratePlastic
+ components:
+ - type: StorageFill
+ contents:
+ - id: VendingMachineRestockChang
+ amount: 2
+
+- type: entity
+ id: CrateVendingMachineRestockDiscountDansFilled
+ parent: CratePlastic
+ components:
+ - type: StorageFill
+ contents:
+ - id: VendingMachineRestockDiscountDans
+ amount: 2
+
+- type: entity
+ id: CrateVendingMachineRestockDonutFilled
+ parent: CratePlastic
+ components:
+ - type: StorageFill
+ contents:
+ - id: VendingMachineRestockDonut
+ amount: 2
\ No newline at end of file