mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Medical - Increase pain from bullet-inflicted bruises (#9438)
increase bruise pain
This commit is contained in:
parent
08d0bd09c4
commit
8e464744a1
@ -97,8 +97,8 @@ class ACE_Medical_Injuries {
|
|||||||
weighting[] = {{0.35, 0}, {0.35, 1}};
|
weighting[] = {{0.35, 0}, {0.35, 1}};
|
||||||
// bruises caused by bullets hitting the plate are big
|
// bruises caused by bullets hitting the plate are big
|
||||||
sizeMultiplier = 3.2;
|
sizeMultiplier = 3.2;
|
||||||
// tone down the pain a tiny bit to compensate
|
// increase the pain to allow for bruises to actually knock out on repeated hits
|
||||||
painMultiplier = 0.8;
|
painMultiplier = 2.2;
|
||||||
};
|
};
|
||||||
class VelocityWound {
|
class VelocityWound {
|
||||||
// velocity wounds are only in the 0.35-1.5 range
|
// velocity wounds are only in the 0.35-1.5 range
|
||||||
|
Loading…
Reference in New Issue
Block a user