blob: 63a6264b39fc3fea88d49c83e75ee6b2d3b5f93f (
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
|
// 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
}
|