mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-13 19:52:38 +03:00
Tweak RunOver damage scaling again
This commit is contained in:
@@ -240,7 +240,7 @@ if (_damage > 0.4) then {
|
||||
//End body part scale
|
||||
//???????????
|
||||
if (!(player == _source) && (_isPlayer or (_isMan && !_isZombieHit))) then { //Scale shots from AI units the same as shots from players
|
||||
dayz_sourceBleeding = _source; //Used for death messages
|
||||
dayz_sourceBleeding = _source; //Used in player_death
|
||||
_scale = _scale + 800;
|
||||
if (_isHeadHit) then {
|
||||
if (_ammo in MeleeAmmo) then {
|
||||
@@ -260,7 +260,7 @@ if (_damage > 0.4) then {
|
||||
//Zombies
|
||||
case 3: {_scale = getNumber (configFile >> "CfgVehicles" >> _sourceType >> "damageScale"); if (dayz_DamageMultiplier > 1) then {_scale = _scale * dayz_DamageMultiplier;};};
|
||||
//RunOver
|
||||
case 4: {_scale = 50}; //Based on 12k blood for run over with SUV at 70km/h
|
||||
case 4: {_scale = 10}; //Based on 12k blood for run over with SUV at 70km/h
|
||||
//Dragged
|
||||
case 5: {_scale = 25};
|
||||
//Crash
|
||||
|
||||
Reference in New Issue
Block a user