summaryrefslogtreecommitdiff
path: root/src/obj_theme.hpp
blob: 13f185e8ddede5526b58af166370009e6e5c52f9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#pragma once

#include "h-basic.h"

/**
 * Object theme. Probability in percent for each class of
 * objects to be dropped.
 */
struct obj_theme
{
	byte treasure;
	byte combat;
	byte magic;
	byte tools;
};