|
Atrinik Server 2.5
|
#include <artifact.h>
Data Fields | |
| struct artifactliststruct * | next |
| struct artifactstruct * | items |
| uint16 | total_chance |
| sint16 | type |
Artifact list structure.
Definition at line 64 of file artifact.h.
Items in this artifact list.
Definition at line 70 of file artifact.h.
Next list.
Definition at line 67 of file artifact.h.
Sum of chance for all artifacts on this list.
Definition at line 73 of file artifact.h.
Object type that this list represents. -1 are "Allowed none" items.
Definition at line 78 of file artifact.h.
1.7.4