...
You can add additional items to this 2DA, BUT YOU MUST ADD ALL ASSOCIATED COLUMNS, indexing the Column Labe by one each time - Label5, ResRef5, DC5, CostGP5, etc. Furthermore, you MUST also change the value of the variable X2_CI_CRAFTING_ITEMS_PER_ROW on line 77 in x2_inc_craft.NSS to match the number of items +1. Thus, if you add one item, then the value of X2_CI_CRAFTING_ITEMS_PER_ROW would become 6. Finally, in the crafting conversation (x2_p_craftskills) you will need create additional lines, indexing the custom token numbers, as well as creating additional scripts for the new lines.
NOTE: The Column Label is used by the functions in x2_inc_craft.NSS and MUST be set up as defined above.
...