Re-work Arrivals Shuttle to have un-interactable substation and APC (#41884)
* power fixes * no interactions * fix --------- Co-authored-by: ArtisticRoomba <145879011+ArtisticRoomba@users.noreply.github.com>
This commit is contained in:
parent
55fef2ab2e
commit
ccc70aef07
2 changed files with 220 additions and 591 deletions
File diff suppressed because it is too large
Load diff
|
|
@ -210,6 +210,24 @@
|
|||
guides:
|
||||
- ShuttleCraft
|
||||
|
||||
- type: entity
|
||||
parent: BaseGeneratorWallmount
|
||||
id: GeneratorWallmountAPULV
|
||||
name: shuttle LV APU
|
||||
description: An advanced auxiliary power unit for a shuttle.
|
||||
components:
|
||||
- type: NodeContainer
|
||||
examinable: true
|
||||
nodes:
|
||||
output:
|
||||
!type:CableDeviceNode
|
||||
nodeGroupID: Apc
|
||||
- type: PowerSupplier
|
||||
voltage: Apc
|
||||
supplyRate: 20000
|
||||
supplyRampRate: 500
|
||||
supplyRampTolerance: 500
|
||||
|
||||
# RTG - no fuel requirement
|
||||
|
||||
- type: entity
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue