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.
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:
Works fine. Not sure how to do damage reduction though so this is why I'm asking for these.