Add variant of megaseed servitor with no access locked (#10549)
This commit is contained in:
@@ -544,9 +544,10 @@
|
|||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
parent: VendingMachine
|
parent: VendingMachine
|
||||||
id: VendingMachineSeeds
|
id: VendingMachineSeedsUnlocked
|
||||||
name: MegaSeed Servitor
|
name: MegaSeed Servitor
|
||||||
description: For when you need seeds fast. Hands down the best seed selection on the station!
|
description: For when you need seeds fast. Hands down the best seed selection on the station!
|
||||||
|
suffix: Unlocked
|
||||||
components:
|
components:
|
||||||
- type: VendingMachine
|
- type: VendingMachine
|
||||||
pack: MegaSeedServitorInventory
|
pack: MegaSeedServitorInventory
|
||||||
@@ -569,12 +570,18 @@
|
|||||||
ejectUnshaded: true
|
ejectUnshaded: true
|
||||||
broken: true
|
broken: true
|
||||||
- type: WiresVisualizer
|
- type: WiresVisualizer
|
||||||
- type: AccessReader
|
|
||||||
access: [["Hydroponics"]]
|
|
||||||
- type: PointLight
|
- type: PointLight
|
||||||
radius: 1.5
|
radius: 1.5
|
||||||
energy: 1.6
|
energy: 1.6
|
||||||
color: "#326e3f"
|
color: "#326e3f"
|
||||||
|
|
||||||
|
- type: entity
|
||||||
|
parent: VendingMachineSeedsUnlocked
|
||||||
|
id: VendingMachineSeeds
|
||||||
|
suffix: Hyroponics
|
||||||
|
components:
|
||||||
|
- type: AccessReader
|
||||||
|
access: [["Hydroponics"]]
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
parent: VendingMachine
|
parent: VendingMachine
|
||||||
|
|||||||
Reference in New Issue
Block a user