version 1.7 | | version 1.8 |
---|
| | |
int transmute; /* if defined, one of the formula ingredients is | | int transmute; /* if defined, one of the formula ingredients is |
* used as the basis for the product object */ | | * used as the basis for the product object */ |
int yield; /* The maximum number of items produced by the recipe */ | | int yield; /* The maximum number of items produced by the recipe */ |
linked_char *ingred; /* comma delimited list of ingredients */ | | linked_char *ingred; /* list of ingredients */ |
struct recipestruct *next; | | struct recipestruct *next; |
const char *keycode; /* keycode needed to use the recipe */ | | const char *keycode; /* keycode needed to use the recipe */ |
const char *skill; /* skill name used to make this recipe */ | | const char *skill; /* skill name used to make this recipe */ |