summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/base_attributes.hrl8
1 files changed, 8 insertions, 0 deletions
diff --git a/include/base_attributes.hrl b/include/base_attributes.hrl
new file mode 100644
index 0000000..2ceb6f7
--- /dev/null
+++ b/include/base_attributes.hrl
@@ -0,0 +1,8 @@
+%%%%
+% Base value for character attributes.
+
+-define(BASE_DAMAGE_MODIFIER_ATTRIBUTE, 100).
+-define(BASE_MOVEMENT_POINTS_ATTRIBUTE, 32).
+-define(BASE_HEALTH_ATTRIBUTE, 100).
+-define(BASE_DODGE_ATTRIBUTE, 50).
+-define(BASE_DEFENSE_SCORE, 50).