summaryrefslogtreecommitdiff
path: root/src/randart_gen_type.hpp
blob: 09aedcd9b578889a640a945ed5a0317377b907a9 (plain)
1
2
3
4
5
6
7
8
9
#pragma once

struct randart_gen_type
{
	int chance;             /* Chance to have that number of powers */
	int dd;
	int ds;
	int plus;               /* xdy+plus power */
};