|
Atrinik Server 2.5
|
#include <artifact.h>
Data Fields | |
| char * | parse_text |
| const char * | name |
| const char * | def_at_name |
| struct artifactstruct * | next |
| linked_char * | allowed |
| archetype | def_at |
| int | t_style |
| uint16 | chance |
| uint8 | difficulty |
The artifact structure.
Definition at line 31 of file artifact.h.
List of allowed archetypes.
Definition at line 46 of file artifact.h.
Chance.
Definition at line 57 of file artifact.h.
The base archetype object.
Definition at line 49 of file artifact.h.
| const char* artifactstruct::def_at_name |
We use this as marker for def_at is valid and quick name access.
Definition at line 40 of file artifact.h.
Difficulty.
Definition at line 60 of file artifact.h.
| const char* artifactstruct::name |
The fake arch name when chained to arch list.
Definition at line 37 of file artifact.h.
| struct artifactstruct* artifactstruct::next |
Next artifact in the list.
Definition at line 43 of file artifact.h.
Memory block with artifacts parse commands for loader.l.
Definition at line 34 of file artifact.h.
1.7.4