local bonusCyberwareCapacity = 1500.0 -- bonus cyberware capacity (default 50.0) local healthReduction = 0.0 -- max health reduction per point over capacity (default 0.5) local furyChance = 0.00003 -- percent (as decimal) chance per point over capacity to enter fury (default 0.001) local furyDuration = 60.0 -- fury duration in seconds (default 12.0) local furyDamageMultiplier = 1.5 -- fury base damage multiplier (default 1.1) local furyCritChance = 100.0 -- fury percent bonus crit chance (default 30.0) local furyCritDamage = 150.0 -- fury percent bonus crit damage (default 50.0)
TweakDB:SetFlat("NewPerks.Tech_Master_Perk_3_inline3.value", bonusCyberwareCapacity) TweakDB:SetFlat("NewPerks.Tech_Master_Perk_3_inline5.value", healthReduction) TweakDB:SetFlat("NewPerks.Tech_Master_Perk_3_inline6.value", healthReduction) -- same as inline5? TweakDB:SetFlat("NewPerks.Tech_Master_Perk_3_inline11.value", furyChance)
Could you update this mod, please? Doesn't seem to work in the latest version of the game (2.13). Not sure if that patch changed how the Edgerunners perk worked or if something else is going on. Even with the 100% .lua file installed, I'm not getting Fury when killing enemies at all.
EDIT: Scratch that, it's fine now. Just had to slap on some more cyberware to get past the limit. I was already there at one point, then there might've been a story event (or a glitch) that caused my capacity to change and put me below the threshold.
This mod increases the chance of fury/cyberpyschosis per point over max cyberware with the edge runners perk.... It does what you just asked. It's difficult to understand what you're trying to say, If you're trying to say you want to extend the amount of points over max cyberware capacity Edgerunner perk gives you then edit the lua file and add this line
Oh bro this is a gameplay thing. You want to have the fury/pyschosis chance to happen regardless of edgerunner perk. Um... yeah I can do that give me a few days due to being busy.
Edit: btw maybe you're wanting an increase of the cw capacity on the perk? In the case check my previous comment.
registerForEvent("onInit", function() TweakDB:SetFlat("NewPerks.Tech_Master_Perk_50_inline15.value", 1.000) end) This is what I have going on but overpowered and upgraded AF, even playing with MaxTac 5 stars wanted does nothing... I don't know what inline means and I'm not fully versed in any type of coding especially modding. I've only PC gamed since June 23.
got a similar problem I've cheated in so many cyberware capacity tokens that I can't even get into the red zone where you're over capacity and helped by the perk, how do I lower my cyberware capacity back down, and what lua do I use to replace with the line your first reply to turn the golden capacity to red
I have to remember myself, as I want to set this up on my current character. For now, what mods and cheats have you been using cos I just found the file I think I edited to make it work.
Thank for the mod. IMO 5% chance per kill is too random for level 20 perk. Can I ask for a +5% damage, +15% Crit Chance, +25% Crit Damage combined with 50% chance version (20% increased from original perk)? The reason behind this "more chance, less bonus" request is, I think Tech level 20 perk being toned down is acceptable for balancing with how OP Tech tree already is.
24 comments
copy paste overwrite the ini: (kudos to Sythiex)
added a line (TweakDB:SetFlat("NewPerks.Tech_Master_Perk_3_inline15.value", 0.00003)) from this mod to the code above from better edgerunner mod
EDIT: Scratch that, it's fine now. Just had to slap on some more cyberware to get past the limit. I was already there at one point, then there might've been a story event (or a glitch) that caused my capacity to change and put me below the threshold.
I have all slots filled pretty much with extras slot mods
Current level has a max cyber allowance of 316
I'm at 64 fully upgraded.
Is there a way for me to be a psycho with this mod? I'll never reach the danger level though or go over it
TweakDB:SetFlat("NewPerks.Tech_Master_Perk_3_inline3.value", 50.0)
With 50.0 being the default.
What does the inline bit do?
I've used this console command, so most of my cyberwear cost 0
Game.AddToInventory("Items.CWCapacityPermaReward_Legendary", 1)
Edit: btw maybe you're wanting an increase of the cw capacity on the perk? In the case check my previous comment.
registerForEvent("onInit", function()
TweakDB:SetFlat("NewPerks.Tech_Master_Perk_50_inline15.value", 1.000)
end)
This is what I have going on but overpowered and upgraded AF, even playing with MaxTac 5 stars wanted does nothing...
I don't know what inline means and I'm not fully versed in any type of coding especially modding. I've only PC gamed since June 23.
For now, what mods and cheats have you been using cos I just found the file I think I edited to make it work.
I did notice that my tool tip didn't upgrade in the cyberware screen. Is that a bug, or did I not install correctly
TweakDB:SetFlat("NewPerks.Tech_Master_Perk_3_inline0.floatValues", {50.0, 0.5, 0.001 * 100, 1.1 * 100 - 100, 30.0, 50.0, 12.0, 3.0})
Change the 0.001 value to whatever mod you picked here. This should work but I haven't tested it.
TweakDB:SetFlat("BaseStatusEffect.Tech_Master_Perk_3_Buff_inline4.value", 30.0) -- crit chance
TweakDB:SetFlat("BaseStatusEffect.Tech_Master_Perk_3_Buff_inline5.value", 50.0) -- crit damage
TweakDB:SetFlat("BaseStatusEffect.Tech_Master_Perk_3_Buff_inline6.value", 1.1) -- damage multi
Just change those defaults numbers to whatever it is you want.