Increases power usage across the station (#6260)

This commit is contained in:
Peptide90
2022-02-04 23:17:11 +00:00
committed by GitHub
parent be867fc3a0
commit 55d190b33c
12 changed files with 32965 additions and 34708 deletions

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@@ -53,6 +53,7 @@
- type: AirlockVisualizer
- type: WiresVisualizer
- type: ApcPowerReceiver
powerLoad: 100
- type: ExtensionCableReceiver
- type: Wires
BoardName: "Airlock Control"

View File

@@ -6,6 +6,8 @@
parent: ComputerBase
components:
- type: ApcPowerReceiver
powerLoad: 1000
priority: Low
- type: ExtensionCableReceiver
- type: PointLight
radius: 1.5

View File

@@ -11,6 +11,7 @@
node: computer
- type: Computer
- type: ApcPowerReceiver
powerLoad: 500
- type: ExtensionCableReceiver
- type: Sprite
sprite: Structures/Machines/computers.rsi

View File

@@ -141,7 +141,7 @@
- key: enum.ResearchClientUiKey.Key
type: ResearchClientBoundUserInterface
- type: ApcPowerReceiver
powerLoad: 200
powerLoad: 1000
priority: Low
- type: ExtensionCableReceiver
- type: Computer
@@ -267,6 +267,9 @@
type: SolarControlConsoleBoundUserInterface
- type: Computer
board: SolarControlComputerCircuitboard
- type: ApcPowerReceiver
powerLoad: 200
priority: Low
- type: PointLight
radius: 1.5
energy: 1.6

View File

@@ -39,4 +39,5 @@
id: BaseMachinePowered
components:
- type: ApcPowerReceiver
powerLoad: 1000
- type: ExtensionCableReceiver

View File

@@ -42,6 +42,9 @@
- type: Wires
BoardName: "CloningPod"
LayoutId: CloningPod
- type: ApcPowerReceiver
powerLoad: 2500
priority: Low
- type: Appearance
visuals:
- type: GenericEnumVisualizer

View File

@@ -51,8 +51,8 @@
- !type:DoActsBehavior
acts: ["Breakage"]
- type: GravityGenerator
idlePower: 15
activePower: 500
idlePower: 50
activePower: 2500
lightRadiusMin: 0.75
lightRadiusMax: 2.5
- type: UserInterface

View File

@@ -12,6 +12,8 @@
- type: Rotatable
- type: SalvageMagnet
offset: 0, -32
- type: ApcPowerReceiver
powerLoad: 2500 # TODO change this to a HV power draw that really hits the grid hard WHEN active
# For Knightship
- type: entity

View File

@@ -62,8 +62,8 @@
input:
!type:CableDeviceNode
nodeGroupID: HVPower
- type: ApcPowerReceiver
- type: ExtensionCableReceiver
# - type: ApcPowerReceiver
# - type: ExtensionCableReceiver
- type: PowerSupplier
supplyRate: 0

View File

@@ -38,5 +38,6 @@
- !type:DoActsBehavior
acts: ["Destruction"]
- type: ApcPowerReceiver
powerLoad: 1000 # TODO if we keep this make it spike power draw when teleporting
- type: ExtensionCableReceiver
- type: CargoTelepad