From EVEDev
[edit] Structure
ramAssemblyLines
| List of assembly lines.
|
| Column
| Links to
| Used
| Note
|
| assemblyLineID
|
| *
| Unique ID of line. Should be primary key.
|
| assemblyLineTypeID
| ramAssemblyLineTypes.assemblyLineTypeID
| *
| Type of assembly line.
|
| containerID
| staStations.stationID
| *
| ID of station on which this assembly line is installed.
|
| nextFreeTime
|
|
| Next free time for line. Not used in static dump.
|
| UIGroupingID
|
| *
| UI internal group of assembly line.
|
| costInstall
|
| *
| Cost of installing job.
|
| costPerHour
|
| *
| Cost per hour of running job.
|
| restrictionMask
|
|
| Unknown.
|
| discountPerGoodStandingPoint
|
| *
| Discount (in percents) per each point of positive standing with owning corporation.
|
| surchargePerBadStandingPoint
|
| *
| Surcharge (in percents) per each point of negative standing with owning corporation.
|
| minimumStanding
|
| *
| Minimum standing with owning corporation need to use this line.
|
| minimumCharSecurity
|
| *
| Minimum security status of character need to use this line.
|
| minimumCorpSecurity
|
| *
| Minimum security status of player's corporation need to use this line.
|
| maximumCharSecurity
|
| *
| Maximum security status of character need to use this line.
|
| maximumCorpSecurity
|
| *
| Maximum security status of player's corporation need to use this line.
|
| ownerID
| chrNPCCorporations.corporationID
| *
| ID of owning corporation.
|
| oldContainerID
|
|
| Unknown.
|
| oldOwnerID
|
|
| Unknown.
|
| activityID
| ramActivities.activityID
| *
| Which activity this line supports.
|
[edit] Examples