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

#include "h-basic.h"

/**
 * Runecrafter prefered spells
 */
struct rune_spell
{
	char name[30];          /* name */

	s16b type;              /* Type of the spell(GF) */
	s16b rune2;             /* Modifiers */
	s16b mana;              /* Mana involved */
};