pierre-josselin / payday-2-ultimate-trainer-6

A revolutionary mod for PAYDAY 2.
https://www.unknowncheats.me/forum/payday-2-a/588542-payday-2-ultimate-trainer-6-a.html
GNU General Public License v3.0
163 stars 21 forks source link

Dodge chance and damage resistance options #98

Open snazzysissel opened 1 year ago

snazzysissel commented 1 year ago

I think it would be neat if you could add options to increase dodge chance or damage resistance. Godmode feels a bit too excessive and easy to detect, so dodging or having a damage resistance buff could help mask the fact that you're cheating.

I use this code as an addon to get increased dodge chance with my Leech build:

function PlayerManager:skill_dodge_chance()
    return 0.3 -- 30%
end

Works fine. Not sure how to do damage reduction though so this is why I'm asking for these.

pierre-josselin commented 1 year ago

Hi, thanks for sharing the code, I would add it in a future dev session