Skip to content

DotNet.Ships.Record.DistributorInput

github-actions[bot] edited this page Sep 20, 2026 · 11 revisions

EliteDangerousAlmanac / Ships / DistributorInput

Record: DistributorInput

Defined in: dotnet/src/EliteDangerousAlmanac/Ships/Distributor.cs:17

Everything a distributor calculation needs about one power distributor.

Remarks

Every capacity and recharge rate must be finite and zero or more. Each pip allocation runs from zero through four, may be fractional, and defaults to four.

Constructors

new DistributorInput()

new DistributorInput(SystemsCapacity, SystemsRecharge, EnginesCapacity, EnginesRecharge, WeaponsCapacity, WeaponsRecharge)

Parameters

SystemsCapacity

double

The SYS-capacitor capacity, in megajoules.

SystemsRecharge

double

The four-SYS-pip recharge rate, in megajoules per second.

EnginesCapacity

double

The ENG-capacitor capacity, in megajoules.

EnginesRecharge

double

The four-ENG-pip recharge rate, in megajoules per second.

WeaponsCapacity

double

The WEP-capacitor capacity, in megajoules.

WeaponsRecharge

double

The four-WEP-pip recharge rate, in megajoules per second.

Properties

EnginesCapacity

EnginesCapacity: double

The ENG-capacitor capacity, in megajoules.

EnginesPips

EnginesPips: double

Defined in: dotnet/src/EliteDangerousAlmanac/Ships/Distributor.cs:29

The pips assigned to ENG, from zero through four.

EnginesRecharge

EnginesRecharge: double

The four-ENG-pip recharge rate, in megajoules per second.

SystemsCapacity

SystemsCapacity: double

The SYS-capacitor capacity, in megajoules.

SystemsPips

SystemsPips: double

Defined in: dotnet/src/EliteDangerousAlmanac/Ships/Distributor.cs:26

The pips assigned to SYS, from zero through four.

SystemsRecharge

SystemsRecharge: double

The four-SYS-pip recharge rate, in megajoules per second.

WeaponsCapacity

WeaponsCapacity: double

The WEP-capacitor capacity, in megajoules.

WeaponsPips

WeaponsPips: double

Defined in: dotnet/src/EliteDangerousAlmanac/Ships/Distributor.cs:32

The pips assigned to WEP, from zero through four.

WeaponsRecharge

WeaponsRecharge: double

The four-WEP-pip recharge rate, in megajoules per second.

.NET

Guides
Astronomy
Classes (16)
Records (29)
Enumerations (6)
Commodities
Classes (2)
Records (1)
Enumerations (1)
Equipment
Classes (8)
Records (19)
Enumerations (8)
GalaxyMap
Classes (1)
Records (1)
Localization
Classes (2)
Enumerations (1)
Materials
Classes (5)
Records (2)
Enumerations (4)
Ships
Classes (42)
Records (115)
Interfaces (1)
Enumerations (35)

Clone this wiki locally