|
Atrinik Server 2.5
|
#include <treasure.h>
Data Fields | |
| const char * | name |
| const char * | title |
| const char * | slaying |
| int | item_race |
| int | material |
| int | material_quality |
| int | material_range |
| int | quality |
| int | quality_range |
When a treasure got cloned from archlist, we want to perhaps change some default values. All values in this structure will override the default arch.
Definition at line 67 of file treasure.h.
Item's race
Definition at line 79 of file treasure.h.
The real, fixed material value
Definition at line 82 of file treasure.h.
Find a material matching this quality
Definition at line 85 of file treasure.h.
Using ::material_quality, find quality inside this range
Definition at line 88 of file treasure.h.
| const char* _change_arch::name |
If not NULL, copy this over the original arch name.
Definition at line 70 of file treasure.h.
Quality value. It overwrites the material default value
Definition at line 91 of file treasure.h.
Used for random quality range
Definition at line 94 of file treasure.h.
| const char* _change_arch::slaying |
If not NULL, copy this over the original arch slaying.
Definition at line 76 of file treasure.h.
| const char* _change_arch::title |
If not NULL, copy this over the original arch title.
Definition at line 73 of file treasure.h.
1.7.4