summaryrefslogtreecommitdiff
path: root/src/skill_flag_list.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/skill_flag_list.hpp')
-rw-r--r--src/skill_flag_list.hpp9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/skill_flag_list.hpp b/src/skill_flag_list.hpp
new file mode 100644
index 00000000..49cdc045
--- /dev/null
+++ b/src/skill_flag_list.hpp
@@ -0,0 +1,9 @@
+/**
+ * X-macro list of all the skill flags
+ */
+
+/* SKF(<tier>, <index>, <name>) */
+
+SKF(1, 0, HIDDEN ) /* Starts hidden */
+SKF(1, 1, AUTO_HIDE ) /* Tries to rehide at calc_bonus */
+SKF(1, 2, RANDOM_GAIN) /* Can be gained through Lost Sword quest */