From 947d079b94b7cfb2cf42d612ede728c34552d373 Mon Sep 17 00:00:00 2001 From: Tim Angus Date: Sat, 3 Oct 2009 12:45:33 +0000 Subject: * Move all non-source-code to assets directory --- models/players/human_base/locdamage.cfg | 60 --------------------------------- 1 file changed, 60 deletions(-) delete mode 100644 models/players/human_base/locdamage.cfg (limited to 'models/players/human_base/locdamage.cfg') diff --git a/models/players/human_base/locdamage.cfg b/models/players/human_base/locdamage.cfg deleted file mode 100644 index 7dfb6fea..00000000 --- a/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.9 - minAngle 0 - maxAngle 360 - modifier 1.0 -} - -{ - name "head" - minHeight 0.9 - 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.86 - minAngle 0 - maxAngle 360 - modifier 1.0 - crouch -} - -{ - name "head crouch" - minHeight 0.86 - maxHeight 1.0 - minAngle 0 - maxAngle 360 - modifier 1.5 - crouch -} - -- cgit