DotNet.Ships.Record.EngineeringMaterial - Elite-Dangerous-Almanac/Almanac-Core GitHub Wiki
EliteDangerousAlmanac / Ships / EngineeringMaterial
Defined in: dotnet/src/EliteDangerousAlmanac/Ships/Engineering.cs:48
One material an engineering step consumes.
new EngineeringMaterial(
Symbol,Name,Count)
string
The material's Frontier symbol, such as ChemicalManipulators. It is the key into the material catalogue for the material's own grade and category.
string
The display name, such as Chemical Manipulators.
int
How many of this material the step consumes.
Count:
int
How many of this material the step consumes.
Name:
string
The display name, such as Chemical Manipulators.
Symbol:
string
The material's Frontier symbol, such as ChemicalManipulators. It is the key into the material catalogue for the material's own grade and category.