From EVEDev
[edit] Structure
ramAssemblyLineTypes
| List of assembly lines types.
|
| Column
| Links to
| Used
| Note
|
| assemblyLineTypeID
|
| *
| Unique ID of type. Should be primary key.
|
| assemblyLineTypeName
|
| *
| Name of type.
|
| description
|
| *
| Description of type.
|
| baseTimeMultiplier
|
| *
| Base time multiplier for lines of this type.
|
| baseMaterialMultiplier
|
| *
| Base material multiplier for lines of this type.
|
| volume
|
|
| Unknown.
|
| activityID
| ramActivities.activityID
| *
| Which activity line of this type supports.
|
| minCostPerHour
|
| *
| Minimal cost per hour for lines of this type.
|
[edit] Examples