From EVEDev
[edit] Structure
ramTypeRequirements
| Extra items required by blueprints to build or research.
|
| Column
| Links to
| Used
| Note
|
| typeID
| invBlueprintTypes.blueprintTypeID
| *
| typeID of blueprint.
|
| activityID
| ramActivities.activityID
| *
| activity for which this material is needed.
|
| requiredTypeID
| invTypes.typeID
| *
| typeID of the required material.
|
| quantity
|
| *
| Quantity of required material.
|
| damagePerJob
|
| *
| How much of this material is used (from 0.0 to 1.0).
|
| recycle
|
| *
| When manufacturing, the components of this material (see invTypeMaterials) are subtracted from the product's materials. See also Bill of Materials.
|
[edit] Examples