[REQUEST] tweaking difficulty
i tried to script my own "+145" difficulty.In payday 1 it was the hardest difficulty.
I began to buff the sniper using this script.
But for some reason it dont seems to do anything.
What i have to add that i can buff the sniper?
Also, how can i buff the overkill difficulty, for example spawning more cops, using the charactertweakdata.luac?
If some one can look over my script, would be awesome!
Code:
CharacterTweakData._init_sniper = function(l_9_0, l_9_1)
l_9_0.sniper = deep_clone(l_9_1.base)
l_9_0.sniper.experience = {}
l_9_0.sniper.weapon = l_9_1.weapon.sniper
l_9_0.sniper.detection = l_9_1.detection.sniper
l_9_0.sniper.HEALTH_INIT = 40
l_9_0.sniper.headshot_dmg_mul = l_1_0.sniper.HEALTH_INIT / 2
l_9_0.sniper.move_speed = l_9_1.move_speed.normal
l_9_0.sniper.shooting_death = false
l_9_0.sniper.suppression = l_9_1.suppression.easy
l_9_0.sniper.ecm_vulnerability = 0.5
l_9_0.sniper.ecm_hurts = {ears = {min_duration = 1, max_duration = 3}}
l_9_0.sniper.weapon_voice = "1"
l_9_0.sniper.experience.cable_tie = "tie_swat"
l_9_0.sniper.speech_prefix_p1 = "l"
l_9_0.sniper.speech_prefix_p2 = "n"
l_9_0.sniper.speech_prefix_count = 4
l_9_0.sniper.priority_shout = "f34"
l_9_0.sniper.access = "sniper"
l_9_0.sniper.no_retreat = true
l_9_0.sniper.no_arrest = true
l_9_0.sniper.chatter = l_9_1.enemy_chatter.no_chatter
end