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