Cyberpunk 2077
0 of 0

File information

Last updated

Original upload

Created by

Zilbest

Uploaded by

zilbest

Virus scan

Safe to use

Tags for this mod

About this mod

This is a very simple mod that change Killer Instinct perk from +25% Stealth Damage to +75%. Definitely, 'cheaty'.

Requirements
Permissions and credits
UPDATE: I made mistake in the 2nd line. I already update the file. For those who don't want to download again, you can simply change it yourself using any text editor:

Change this:

TweakDB:SetFlat("NewPerks.Cool_Right_Milestone_1_inline5.value.value", 0.75)

into this: 

TweakDB:SetFlat("NewPerks.Cool_Right_Milestone_1_inline5.value", 0.75)


-----

This is a very simple mod that change Killer Instinct perk from +25% Stealth Damage to +75%. 

If you want to make it bigger, just simply change the number yourself by opening the init.lua file with any text editor.

For example, if you want it to be +150%:

Change:

TweakDB:SetFlat("NewPerks.Cool_Right_Milestone_1_inline5.value", 0.75)

to: 

TweakDB:SetFlat("NewPerks.Cool_Right_Milestone_1_inline5.value", 1.5)

and change the UI line into this:

TweakDB:SetFlat("NewPerks.Cool_Right_Milestone_1_inline0.floatValues", {150})

In case you want to learn more about simple modding for Cyberpunk 2077, I've made a beginner tutorial in my blog: Cyberpunk 2077 Modding Tutorial – Beginner Level.

On the other hand, if you are more interested in cheating the game using Save Editor, I've made a Tutorial with Player Stats and Weapon Stats tables on my blog.