Revert "Increases power usage across the station (#6260)" (#6462)

This reverts commit 55d190b33c.
This commit is contained in:
Moony
2022-02-04 19:43:42 -06:00
committed by GitHub
parent 12da219d15
commit 3d3a3c857b
12 changed files with 36604 additions and 34861 deletions

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

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

View File

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

View File

@@ -11,7 +11,6 @@
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: 1000
powerLoad: 200
priority: Low
- type: ExtensionCableReceiver
- type: Computer
@@ -267,9 +267,6 @@
type: SolarControlConsoleBoundUserInterface
- type: Computer
board: SolarControlComputerCircuitboard
- type: ApcPowerReceiver
powerLoad: 200
priority: Low
- type: PointLight
radius: 1.5
energy: 1.6

View File

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

View File

@@ -42,9 +42,6 @@
- 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: 50
activePower: 2500
idlePower: 15
activePower: 500
lightRadiusMin: 0.75
lightRadiusMax: 2.5
- type: UserInterface

View File

@@ -12,8 +12,6 @@
- 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,6 +38,5 @@
- !type:DoActsBehavior
acts: ["Destruction"]
- type: ApcPowerReceiver
powerLoad: 1000 # TODO if we keep this make it spike power draw when teleporting
- type: ExtensionCableReceiver
- type: CargoTelepad