I really like the work you've done... I'm just curious if there is any way to create a conditional system in which all of the profiles could be combined, and then depending on the durability cap of the item you're trying to craft, it would select the appropriate section... e.g.
<If Condition="(CraftingManager.DurabilityCap = 35) or (CraftingManager.DurabilityCap = 40)">
<load a 35 & 40 Durability script...>
</If>
I've been trying to work on this but it seems that you're not able to use these "properties" as "conditions", ergo it gives errors and will not work (as-is).