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

#include "h-basic.h"

/**
 * Player background descriptor.
 */
struct hist_type
{
	char *info;                             /* Textual History */

	byte roll;			        /* Frequency of this entry */
	s16b chart;                             /* Chart index */
	s16b next;                              /* Next chart index */
	byte bonus;			        /* Social Class Bonus + 50 */
};