summaryrefslogtreecommitdiff
path: root/src/power_activation.hpp
blob: d4624632a31825af19c372c8940396a945fd0698 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#pragma once

#include "h-basic.hpp"

struct power_activation {

	byte level;             /* Min level */
	byte cost;              /* Mana/Life cost */
	byte stat;              /* Stat used */
	byte diff;              /* Difficulty */

};