Crossfire Server, Branches 1.12
R18729
|
#include <map.h>
Data Fields | |
int | index |
const char * | name |
const char * | name_pl |
sint8 | strength |
int | typenum |
Shop-related information for a map. This is one item type the shop will deal in, and the price-chance.
int shopitem::index |
Being the size of the shopitems array.
Definition at line 332 of file map.h.
Referenced by describe_shop(), parse_shop_string(), print_shop_string(), and shop_specialisation_ratio().
const char* shopitem::name |
Name of the item in question, null if it is the default item.
Definition at line 327 of file map.h.
Referenced by describe_shop(), parse_shop_string(), and print_shop_string().
const char* shopitem::name_pl |
Plural name.
Definition at line 328 of file map.h.
Referenced by describe_shop(), and parse_shop_string().
sint8 shopitem::strength |
The degree of specialisation the shop has in this item, as a percentage from -100 to 100.
Definition at line 330 of file map.h.
Referenced by describe_shop(), parse_shop_string(), print_shop_string(), and shop_specialisation_ratio().
int shopitem::typenum |
Itemtype number we need to match, 0 if it is the default price.
Definition at line 329 of file map.h.
Referenced by parse_shop_string(), print_shop_string(), and shop_specialisation_ratio().