| summaryrefslogtreecommitdiff |
path: root/attributes.m4.conf
diff options
| author | nsensfel <SpamShield0@noot-noot.org> | 2019-09-12 17:43:48 +0200 |
|---|---|---|
| committer | nsensfel <SpamShield0@noot-noot.org> | 2019-09-12 17:43:48 +0200 |
| commit | 5267b264049c890fdbf689fe4bd247b7fb0a4198 (patch) | |
| tree | c3f490e2813e28a8264a059ff93603e2a6a636a7 /attributes.m4.conf | |
| parent | f57632243fc634b8564a413c964f720f518621ef (diff) | |
| parent | 69462b1eb363d386acb94f670067572f00e818d0 (diff) | |
Merge branch 'attributes_removal'
Still missing:
- Secondary weapons are not balanced.
Diffstat (limited to 'attributes.m4.conf')
| -rw-r--r-- | attributes.m4.conf | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/attributes.m4.conf b/attributes.m4.conf new file mode 100644 index 0000000..e0f03f6 --- /dev/null +++ b/attributes.m4.conf @@ -0,0 +1,16 @@ +m4_define(`__ATT_MAX_HEALTH_MIN', 1)m4_dnl +m4_define(`__ATT_MAX_HEALTH_MAX', 500)m4_dnl +m4_define(`__ATT_MOVEMENT_POINTS_MIN', 8)m4_dnl +m4_define(`__ATT_MOVEMENT_POINTS_MAX', 200)m4_dnl +m4_define(`__ATT_DODGE_MIN', 0)m4_dnl +m4_define(`__ATT_DODGE_MAX', 175)m4_dnl +m4_define(`__ATT_PARRY_MIN', 0)m4_dnl +m4_define(`__ATT_PARRY_MAX', 100)m4_dnl +m4_define(`__ATT_ACCURACY_MIN', 0)m4_dnl +m4_define(`__ATT_ACCURACY_MAX', 100)m4_dnl +m4_define(`__ATT_DOUBLE_HITS_MIN', 0)m4_dnl +m4_define(`__ATT_DOUBLE_HITS_MAX', 100)m4_dnl +m4_define(`__ATT_CRITICAL_HIT_MIN', 0)m4_dnl +m4_define(`__ATT_CRITICAL_HIT_MAX', 100)m4_dnl +m4_define(`__ATT_DAMAGE_MODIFIER_MIN', 0)m4_dnl +m4_define(`__ATT_DAMAGE_MODIFIER_MAX', 300)m4_dnl |


