summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNathanael Sensfelder <SpamShield0@MultiAgentSystems.org>2019-07-15 22:07:43 +0200
committerNathanael Sensfelder <SpamShield0@MultiAgentSystems.org>2019-07-15 22:07:43 +0200
commit1513c7918875ede6e0c0ae33d381fd4d18eaf4be (patch)
treec7ba678c71fc085b333053383e993d826089b60b /include/base_attributes.hrl
parent3f928c81070ab3c9efa5b0dfd2ae97ca7f7efcf6 (diff)
Starting work on an automatic balancer tool.
Diffstat (limited to 'include/base_attributes.hrl')
-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).