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

#include "h-basic.h"

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