summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rwxr-xr-xtools/vars.sh8
1 files changed, 8 insertions, 0 deletions
diff --git a/tools/vars.sh b/tools/vars.sh
new file mode 100755
index 0000000..e69e0ee
--- /dev/null
+++ b/tools/vars.sh
@@ -0,0 +1,8 @@
+#!/bin/bash
+
+# MAX_SKILL 1478 + 22 = 1500
+# MAX_SKILL_ID 10015 + 22 = 10037
+
+# can be used for custom skill id: 10016 - 10036
+
+export VARS="-DMAX_SKILL=1500 -DMAX_SKILL_ID=10037"