Crossfire Server, Trunk  1.75.0
recipelist Struct Reference

List of recipes with a certain number of ingredients. More...

#include <recipe.h>

+ Collaboration diagram for recipelist:

Data Fields

recipeitems
 Pointer to first recipe in this list. More...
 
recipelistnext
 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...
 

Detailed Description

List of recipes with a certain number of ingredients.

Definition at line 37 of file recipe.h.

Field Documentation

◆ items

◆ next

◆ number

int recipelist::number

Number of recipes in this list.

Definition at line 39 of file recipe.h.

Referenced by dump_alchemy_costs(), init_formulae(), and init_recipelist().

◆ total_chance

int recipelist::total_chance

Total chance of the recipes in this list.

Definition at line 38 of file recipe.h.

Referenced by dump_alchemy_costs(), get_random_recipe(), get_random_recipelist(), init_formulae(), init_recipelist(), and make_formula_book().


The documentation for this struct was generated from the following file: