diff options
Diffstat (limited to 'models/players/human_bsuit/locdamage.cfg')
| -rw-r--r-- | models/players/human_bsuit/locdamage.cfg | 16 | 
1 files changed, 14 insertions, 2 deletions
diff --git a/models/players/human_bsuit/locdamage.cfg b/models/players/human_bsuit/locdamage.cfg index 53545954..63a6264b 100644 --- a/models/players/human_bsuit/locdamage.cfg +++ b/models/players/human_bsuit/locdamage.cfg @@ -1,5 +1,8 @@ -// legs +// 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 @@ -7,8 +10,17 @@    modifier 0.5  } -// head  { +  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  | 
