Medical - Increase pain from bullet-inflicted bruises (#9438)

increase bruise pain
This commit is contained in:
Grim 2023-09-28 15:17:42 -04:00 committed by GitHub
parent 08d0bd09c4
commit 8e464744a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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