![]() |
Crossfire Server, Trunk
1.75.0
|
List of recipes with a certain number of ingredients. More...
#include <recipe.h>
Data Fields | |
recipe * | items |
Pointer to first recipe in this list. More... | |
recipelist * | next |
Pointer to next recipe list. More... | |
int | number |
Number of recipes in this list. More... | |
int | total_chance |
Total chance of the recipes in this list. More... | |
recipe* recipelist::items |
Pointer to first recipe in this list.
Definition at line 40 of file recipe.h.
Referenced by check_formulae(), check_recipes(), dump_alchemy(), dump_alchemy_costs(), find_recipe(), free_all_recipes(), get_random_recipe(), init_formulae(), init_recipelist(), knowledge_alchemy_get_recipe(), and make_formula_book().
recipelist* recipelist::next |
Pointer to next recipe list.
Definition at line 41 of file recipe.h.
Referenced by check_formulae(), check_recipes(), dump_alchemy(), dump_alchemy_costs(), free_all_recipes(), get_formulalist(), get_random_recipelist(), init_formulae(), and init_recipelist().
int recipelist::number |
Number of recipes in this list.
Definition at line 39 of file recipe.h.
Referenced by dump_alchemy(), dump_alchemy_costs(), init_formulae(), and init_recipelist().
int recipelist::total_chance |
Total chance of the recipes in this list.
Definition at line 38 of file recipe.h.
Referenced by dump_alchemy(), dump_alchemy_costs(), get_random_recipe(), get_random_recipelist(), init_formulae(), init_recipelist(), and make_formula_book().