summaryrefslogtreecommitdiff
path: root/assets/models/players/human_base/locdamage.cfg
blob: 3beeb1691a10ea86facccdfedaafa4c769080891 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
// 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
}