summaryrefslogtreecommitdiff
path: root/assets/models/players/human_base/locdamage.cfg
diff options
context:
space:
mode:
author/dev/humancontroller <devhc@example.com>2015-03-28 01:51:54 +0100
committer/dev/humancontroller <devhc@example.com>2017-01-26 07:16:58 +0100
commit1f9321552c2a5a609c6d2a2cb6ed41b90a37f684 (patch)
tree6cc572e86317dbdf5ceae734b71a584890172d6d /assets/models/players/human_base/locdamage.cfg
parent8e5c2cef12baa5dfafa5bfa15b743e5f6de9893f (diff)
remove most asset and configuration files from the source tree
Diffstat (limited to 'assets/models/players/human_base/locdamage.cfg')
-rw-r--r--assets/models/players/human_base/locdamage.cfg60
1 files changed, 0 insertions, 60 deletions
diff --git a/assets/models/players/human_base/locdamage.cfg b/assets/models/players/human_base/locdamage.cfg
deleted file mode 100644
index 3beeb169..00000000
--- a/assets/models/players/human_base/locdamage.cfg
+++ /dev/null
@@ -1,60 +0,0 @@
-// These regions must cover the entire body and cannot overlap otherwise
-// the non-locational damage calculation will not be correct!
-
-{
- name "legs"
- minHeight 0.0
- maxHeight 0.5
- minAngle 0
- maxAngle 360
- modifier 0.5
-}
-
-{
- name "torso"
- minHeight 0.5
- maxHeight 0.8
- minAngle 0
- maxAngle 360
- modifier 1.0
-}
-
-{
- name "head"
- minHeight 0.8
- maxHeight 1.0
- minAngle 0
- maxAngle 360
- modifier 1.5
-}
-
-{
- name "legs crouch"
- minHeight 0.0
- maxHeight 0.3
- minAngle 0
- maxAngle 360
- modifier 0.5
- crouch
-}
-
-{
- name "torso crouch"
- minHeight 0.3
- maxHeight 0.7
- minAngle 0
- maxAngle 360
- modifier 1.0
- crouch
-}
-
-{
- name "head crouch"
- minHeight 0.7
- maxHeight 1.0
- minAngle 0
- maxAngle 360
- modifier 1.5
- crouch
-}
-