~richardson183/tremulous/trunk

« back to all changes in this revision

Viewing changes to assets/models/players/human_base/locdamage.cfg

  • Committer: tma
  • Date: 2009-10-03 11:45:33 UTC
  • Revision ID: svn-v4:fa00571f-6d07-0410-8660-cfe97aa2585a:trunk:1600
* Move all non-source-code to assets directory

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
// These regions must cover the entire body and cannot overlap otherwise
 
2
// the non-locational damage calculation will not be correct!
 
3
 
 
4
{
 
5
  name "legs"
 
6
  minHeight 0.0
 
7
  maxHeight 0.5
 
8
  minAngle 0
 
9
  maxAngle 360
 
10
  modifier 0.5
 
11
}
 
12
 
 
13
{
 
14
  name "torso"
 
15
  minHeight 0.5
 
16
  maxHeight 0.9
 
17
  minAngle 0
 
18
  maxAngle 360
 
19
  modifier 1.0
 
20
}
 
21
 
 
22
{
 
23
  name "head"
 
24
  minHeight 0.9
 
25
  maxHeight 1.0
 
26
  minAngle 0
 
27
  maxAngle 360
 
28
  modifier 1.5
 
29
}
 
30
 
 
31
{
 
32
  name "legs crouch"
 
33
  minHeight 0.0
 
34
  maxHeight 0.3
 
35
  minAngle 0
 
36
  maxAngle 360
 
37
  modifier 0.5
 
38
  crouch
 
39
}
 
40
 
 
41
{
 
42
  name "torso crouch"
 
43
  minHeight 0.3
 
44
  maxHeight 0.86
 
45
  minAngle 0
 
46
  maxAngle 360
 
47
  modifier 1.0
 
48
  crouch
 
49
}
 
50
 
 
51
{
 
52
  name "head crouch"
 
53
  minHeight 0.86
 
54
  maxHeight 1.0
 
55
  minAngle 0
 
56
  maxAngle 360
 
57
  modifier 1.5
 
58
  crouch
 
59
}
 
60