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 --- assets/models/players/human_bsuit/locdamage.cfg | 29 +++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 assets/models/players/human_bsuit/locdamage.cfg (limited to 'assets/models/players/human_bsuit') diff --git a/assets/models/players/human_bsuit/locdamage.cfg b/assets/models/players/human_bsuit/locdamage.cfg new file mode 100644 index 00000000..63a6264b --- /dev/null +++ b/assets/models/players/human_bsuit/locdamage.cfg @@ -0,0 +1,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 +} -- cgit