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

#include "h-basic.hpp"

/**
 * Tactics descriptor.
 */
struct tactic_info_type
{
	s16b to_hit;
	s16b to_dam;
	s16b to_ac;
	s16b to_stealth;
	s16b to_saving;
	const char *name;
};