-
Notifications
You must be signed in to change notification settings - Fork 0
DotNet.Ships.Class.ModuleCatalogue
EliteDangerousAlmanac / Ships / ModuleCatalogue
Defined in: dotnet/src/EliteDangerousAlmanac/Ships/ModuleCatalogue.cs:25
The outfitting registry — every fittable module, split by Frontier's four categories, with the lookups that turn a journal item string into a record.
Every lookup searches All by default. A journal item string does not say which category it belongs to, so a caller needs no category to find one, and a symbol is unique across all four.
The four category catalogues are for listing a category — an outfitting screen's hardpoint tab. They make poor narrowing arguments: no symbol and no display name is shared across categories, so passing one to a lookup can only make it miss.
staticAll:IReadOnlyList<OutfittingModule>
Defined in: dotnet/src/EliteDangerousAlmanac/Ships/ModuleCatalogue.cs:63
Every outfitting module: core, then internal, then hardpoint, then utility, each in Frontier's registry order.
staticCore:IReadOnlyList<OutfittingModule>
Defined in: dotnet/src/EliteDangerousAlmanac/Ships/ModuleCatalogue.cs:48
Every core internal module — the eight mounts every hull must fill — in Frontier's registry order. The armour variants here are the one ship-specific module.
staticHardpoint:IReadOnlyList<OutfittingModule>
Defined in: dotnet/src/EliteDangerousAlmanac/Ships/ModuleCatalogue.cs:54
Every hardpoint weapon and tool, in Frontier's registry order.
staticInternal:IReadOnlyList<OutfittingModule>
Defined in: dotnet/src/EliteDangerousAlmanac/Ships/ModuleCatalogue.cs:51
Every optional internal module, in Frontier's registry order.
staticUtility:IReadOnlyList<OutfittingModule>
Defined in: dotnet/src/EliteDangerousAlmanac/Ships/ModuleCatalogue.cs:57
Every utility-mount fitting, in Frontier's registry order.
staticBulkheadsForShip(ship,modules?):IReadOnlyList<OutfittingModule>
Defined in: dotnet/src/EliteDangerousAlmanac/Ships/ModuleCatalogue.cs:115
Every bulkhead a hull can be fitted with, in catalogue order.
string?
The hull's display name as the registry spells it, such as Anaconda. Leading and trailing whitespace and case are ignored; matching is otherwise exact.
IReadOnlyList<OutfittingModule>? = null
The subset to search. Bulkheads live in the core catalogue, so narrowing to any other category answers an empty list.
IReadOnlyList<OutfittingModule>
The hull's bulkheads — five variants, or six on the Caspian Explorer — or an empty list when none are carried for that hull.
Bulkheads are the only hull-specific module; everything else fits by slot size, so this does not answer "what else can this hull carry" — that is the hull's slot layout.
staticFindByName(name,modules?):IReadOnlyList<OutfittingModule>
Defined in: dotnet/src/EliteDangerousAlmanac/Ships/ModuleCatalogue.cs:93
Every module with one display name, in catalogue order.
string?
The display name as the registry spells it, such as Pulse Laser. Leading and trailing whitespace and case are ignored; matching is otherwise exact.
IReadOnlyList<OutfittingModule>? = null
The subset to search. Omit it to search every module.
IReadOnlyList<OutfittingModule>
The matches, in catalogue order.
A display name is shared across sizes, ratings and, for armour, hulls, so this answers a list. Use the symbol as the key when you want exactly one module.
staticFindBySymbol(symbol,modules?):OutfittingModule?
Defined in: dotnet/src/EliteDangerousAlmanac/Ships/ModuleCatalogue.cs:75
Finds a module by its internal symbol.
string?
The internal identifier, such as Hpt_PulseLaser_Fixed_Small. Leading and trailing whitespace and case are ignored, so the journal's lower-cased form resolves too.
IReadOnlyList<OutfittingModule>? = null
The subset to search. Omit it to search every module, which is also the only indexed path.
The module, or null when no module has that symbol.
staticInCategory(category):IReadOnlyList<OutfittingModule>
Defined in: dotnet/src/EliteDangerousAlmanac/Ships/ModuleCatalogue.cs:123
Every module in one outfitting category, in registry order.
The category to list.
IReadOnlyList<OutfittingModule>
The category's own catalogue.
Guides
Astronomy
Classes (16)
Records (29)
- AbsoluteBoxel
- AtmosphereComponent
- BodyComposition
- BodyParent
- BodyProperties
- BodyRing
- BodyScanEvent
- BoxelCodexRegion
- BoxelLetters
- CodexRegion
- CodexRegionBounds
- DecodedSystemAddress
- GalacticPlanePosition
- GalacticPosition
- HandAuthoredRegion
- HandAuthoredSphere
- MassStabilityAssessment
- NamingRegionOrigin
- Nebula
- NebulaNearby
- OrbitExtents
- PermitLock
- PermitLockedSystem
- RingDynamics
- RocheLimits
- SectorGridPosition
- SpinOrbitResonance
- SurfaceMaterial
- SystemNameParts
Commodities
Classes (2)
Records (1)
Enumerations (1)
Equipment
Classes (8)
Records (19)
- FittedPersonalModification
- FittedPersonalWeapon
- PersonalEngineeringIngredient
- PersonalModification
- PersonalModifier
- PersonalMount
- PersonalTool
- PersonalWeapon
- PersonalWeaponGrade
- PersonalWeaponMetrics
- ReloadTime
- ScopeMagnification
- Suit
- SuitGrade
- SuitIdentity
- SuitLoadout
- SuitLoadoutEvent
- SuitLoadoutImportOutcome
- SuitLoadoutModuleEvent
Materials
Classes (5)
Records (2)
Enumerations (4)
Ships
Classes (42)
- Ammunition
- Armour
- BlueprintCatalogue
- BlueprintCosts
- BlueprintJournal
- BuildMetrics
- BuildSlots
- CalculationResult\<T\>
- CalculationResult
- DefaultLoadouts
- Distributor
- Engineering
- EngineeringOptions
- ExperimentalEffectCatalogue
- ExperimentalEffectCosts
- Gunsights
- Heat
- JumpRange
- LoadoutCalculations
- LoadoutEditException
- LoadoutValidator
- Mobility
- MobilityCapacitor
- ModuleCapabilities
- ModuleCatalogue
- ModuleLimits
- ModuleStats
- OutfittingFamilies
- Power
- PreEngineeredCatalogue
- PreEngineeredStats
- Resistances
- ShieldCapacitor
- ShieldRecovery
- Shields
- ShipCatalogue
- ShipLoadout
- Slef
- SlotRestrictions
- SourcePurchase
- Weapons
- WeaponsCapacitor
Records (115)
- AmmunitionCapacity
- ApplyBlueprintOptions
- ArmourInput
- ArmourMetrics
- AvailableBlueprint
- Blueprint
- BlueprintCost
- BlueprintFeature
- BlueprintGrade
- BuildCost
- BuildCredits
- BuildLoad
- BuildMass
- BuildSlot
- BuildWeaponMetrics
- BulkheadParams
- CalculationIssue
- CellBankInput
- CellBankMetrics
- CellBankSummary
- CoreSlots
- DamageComponents
- DamageDistribution
- DamageSplit
- DamageTypeValues
- DefaultLoadout
- DefaultLoadoutModule
- DistributorCapacitorMetrics
- DistributorInput
- DistributorMetrics
- DistributorPips
- EngineeringAmbiguous
- EngineeringEditDetail
- EngineeringGradeEdit
- EngineeringMaterial
- EngineeringModifier
- EngineeringOptionGroup
- EngineeringRerolled
- EngineeringUnresolved
- ExperimentalContribution
- ExperimentalEffect
- ExperimentalEffectEdit
- FittedModule
- FittedWeaponMetrics
- FixedMountRepair
- FrameShiftDriveParams
- GunsightOffset
- GunsightPoint
- HardpointSlotSpec
- HeatInput
- HeatMetrics
- HeatState
- HeatWeapon
- HullReinforcementParams
- JumpRangeSummary
- LoadoutCalculationModule
- LoadoutEvent
- LoadoutExportOptions
- LoadoutFuelCapacity
- LoadoutImportOutcome
- LoadoutIssue
- LoadoutMass
- LoadoutModule
- LoadoutSlot
- LoadoutValidation
- LoadoutValidationInput
- MobilityCapacitorMetrics
- MobilityInput
- MobilityMetrics
- ModuleDefaulted
- ModuleEmptied
- ModuleEngineering
- ModuleFitProblem
- ModuleLimitEntry
- ModuleLimitIncrease
- ModuleLimitUsage
- ModuleReinforcementParams
- OptionalSlotSpec
- OutfittingModule
- ParsedSlot
- PowerBand
- PowerBudget
- PowerConsumer
- PowerConsumerResult
- PreEngineeredModifier
- PreEngineeredVariant
- ProjectileRangeBoundaries
- ShieldBoosterParams
- ShieldCapacitorInput
- ShieldCapacitorMetrics
- ShieldGeneratorParams
- ShieldInput
- ShieldMetrics
- ShieldRecoveryInput
- ShieldRecoveryMetrics
- Ship
- ShipSlots
- SlefDiagnostic
- SlefEntry
- SlefExportOptions
- SlefHeader
- SlefInspection
- SourceModuleValue
- SourcePurchaseRecord
- StandardLoadFigures
- ThrusterCurveParams
- ThrusterParams
- TotalRangeDetails
- UnpricedModule
- ValidationModule
- WeaponMetrics
- WeaponsCapacitorInput
- WeaponsCapacitorMetrics
- WeaponStats
- WeaponTotals
Interfaces (1)
Enumerations (35)
- BlueprintRoute
- CalculationField
- CalculationIssueReason
- CoreSlotType
- DamageType
- EngineeringEditCode
- EngineeringEditKind
- EngineeringGroupId
- FixedMountRepairStatus
- ImmovableReason
- LoadoutCredits
- LoadoutEditErrorCode
- LoadoutImportAction
- LoadoutIssueCode
- LoadoutIssueSeverity
- LoadoutModuleOrder
- ModifierMethod
- ModuleCategory
- ModuleExclusionGroup
- ModuleFitConstraint
- ModuleGuidance
- ModuleLimitGroup
- ModuleMount
- ModuleRating
- ModuleSlot
- ModuleStat
- OutfittingFamilyId
- PreEngineeredAcquisition
- ShipSize
- SlefConstraint
- SlefDiagnosticCode
- SlotKind
- SlotRestriction
- StandardLoad
- ThrusterLoad