ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/include/recipe.h
(Generate patch)

Comparing deliantra/server/include/recipe.h (file contents):
Revision 1.8 by root, Tue May 6 16:55:26 2008 UTC vs.
Revision 1.9 by root, Thu Jan 1 11:41:17 2009 UTC

23 23
24/* 'recipe' and 'recipelist' are used by the alchemy code */ 24/* 'recipe' and 'recipelist' are used by the alchemy code */
25typedef struct recipestruct 25typedef struct recipestruct
26{ 26{
27 shstr title; /* distinguishing name of product */ 27 shstr title; /* distinguishing name of product */
28 //TODO: the next two should be a shstr vector
28 size_t arch_names; /* the size of the arch_name[] array */ 29 size_t arch_names; /* the size of the arch_name[] array */
29 char **arch_name; /* the possible archetypes of the final product made */ 30 char **arch_name; /* the possible archetypes of the final product made */
30 int chance; /* chance that recipe for this item will appear 31 int chance; /* chance that recipe for this item will appear
31 * in an alchemical grimore */ 32 * in an alchemical grimore */
32 int diff; /* alchemical dfficulty level */ 33 int diff; /* alchemical dfficulty level */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines