Stardeus

Stardeus

Power Extended
dalestan 4 Dec, 2022 @ 5:49pm
Wall Sockets are 32-8, not 24-12
As mentioned in Dragon Fire's comment, the wall sockets don't override the 32-8 status they get from BaseWallSocket. One easy fix is to add
{ "Component": "EnergyConnector", "Properties": [ { "Key": "MaxConnections", "Int": 24 }, { "Key": "Range", "Int": 12 } ] }

to all three Components arrays.