diff options
author | Paweł Redman <trem.redman@gmail.com> | 2013-09-07 20:16:57 +0200 |
---|---|---|
committer | Paweł Redman <trem.redman@gmail.com> | 2013-09-07 20:16:57 +0200 |
commit | 5b6289ef53d06d005e94b20b3d45f7726588de99 (patch) | |
tree | 9a61fc125eff3ace17465b8115474482d5514590 /assets/models/players/human_bsuit | |
parent | ed92617e5b10f80ff5b7263ec15033ecc241b99e (diff) |
0.1.1 and asset cleanup
Diffstat (limited to 'assets/models/players/human_bsuit')
-rwxr-xr-x | assets/models/players/human_bsuit/locdamage.cfg | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/assets/models/players/human_bsuit/locdamage.cfg b/assets/models/players/human_bsuit/locdamage.cfg deleted file mode 100755 index a2ed6d9..0000000 --- a/assets/models/players/human_bsuit/locdamage.cfg +++ /dev/null @@ -1,29 +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 -} |