summaryrefslogtreecommitdiff
path: root/src/rune_spell.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/rune_spell.hpp')
-rw-r--r--src/rune_spell.hpp15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/rune_spell.hpp b/src/rune_spell.hpp
new file mode 100644
index 00000000..d04a8dc4
--- /dev/null
+++ b/src/rune_spell.hpp
@@ -0,0 +1,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 */
+};