========================
crafting.2da Definition
========================
Overview: 
This defines the NWN2 crafting recipes.
crafting.2da and crafting_index.2da should not be modified manually as this may causes referential integrity errors.

See the crafting module for information on how to generate the 2da's programatically. (available on NWVault for the community)

Noteworthy scripts:
ginc_crafting


Modification history:
ChazM - 3/22/07 - created


 Column  Column Name	 
+-------+---------------
| A	| *blank*
+-------+---------------
Row id

+-------+---------------
| B	| CATEGORY
+-------+---------------
Category is a set of recipes.  This is the column that is indexed in crafting_index.2da
a number indicates a spell id used by Magical Arms & Armor Crafting or Wondrous Item Crafting
a tag indicates an item used  Mundane Crafting
"ALC" is used for all Alchemy Crafting
"DIS" is used for all Distillation

+-------+---------------
| C	| REAGENTS
+-------+---------------
An alphabetically sorted, comma delimited list of item tags.  These items are consumed by the recipe


+-------+---------------
| D	| TAGS
+-------+---------------
The items that can be affected
This will either be a number representing an Item category or a list preceded with a "B" indicated a list of Base Item Types

+-------+---------------
| E	| EFFECTS
+-------+---------------
An encoded effect.  The first number represents the itemproperty to apply, the folllowing numbers are the parameters specific to that function.
See script x2_inc_itemprops for the mappings between constants and specific ItemProperty functions.
Recipes may only have EFFECTS or OUTPUT, not both

+-------+---------------
| F	| OUTPUT
+-------+---------------
The ResRef of an item to create.
Recipes may only have EFFECTS or OUTPUT, not both

+-------+---------------
| G	| SKILL
+-------+---------------
Magical/Wondrous - not used
Mundane - Skill to check (usually 25 or 26)
Alchemy - not used
Distillation - not used

+-------+---------------
| H	| LEVEL
+-------+---------------
Magical/Wondrous - Caster Level required
Mundane - Required skill level of previous column (SKILL)
Alchemy - Alchemy Skill required
Distillation - Alchemy Skill required

	