ISXEQ2:recipe (Data Type)
From ISMods Wiki
Contents |
[edit]
ISXEQ2 information for ISXEQ2:recipe (Data Type) has moved
[edit]
Please see: http://eq2.isxgames.com/wiki for up-to-date content.
[edit]
Description
This DataType includes all of the data available to ISXEQ2 that is related to tradeskill recipes.
[edit]
Members
- string Name
- string Description
- string Device
- string RecipeBook
- string Technique
- string Knowledge
- uint ID
- int Level
- int NumClasses
- class Class[#]
- # is an integer between 1 and NumClasses
- string PrimaryComponent
- component BuildComponent1
- component BuildComponent2
- component BuildComponent3
- component BuildComponent4
- component Fuel
[edit]
NOTES
- A component with a quantity of zero is not used. Logical, I know, but is an important concept when scripting.
[edit]
Methods
- Create
- Examine
[edit]
Returns
[edit]
Inherits
[edit]
