Cyberpunk 2077
0 of 0

File information

Last updated

Original upload

Created by

Tron-117

Uploaded by

TII7

Virus scan

Safe to use

Tags for this mod

13 comments

  1. fade2black001
    fade2black001
    • premium
    • 0 kudos
    Hi, I need help. I installed the mod properly and even updated my file with the updated code provided and nothing happens. The weapons in the game are still their nerf versions.
  2. Metool
    Metool
    • premium
    • 29 kudos
    This mod was broken at some point. Here's the code you need to replace the content of "r6/tweaks/SaburoChange.yaml" for patch 2.12:

    #Satori Change
    Items.SaburoKatanaWeaponModAbility_inline0:
      localizedDescription: LocKey#Satori-Changed-Desc-Key

      # Hemorrage on bleed, not tanto bleed
    Items.SaburoKatanaWeaponModAbility_inline3:
      statusEffect: Bleeding

      # Equip attack causes bleed, not katana bleed
    Items.SaburoKatanaWeaponModAbility_inline8:
      statusEffect: BaseStatusEffect.Bleeding

      # Remove katana bleed overriding tanto bleed
    Items.SaburoKatanaWeaponModAbility:
      effectors:
        - !remove Items.SaburoKatanaWeaponModAbility_inline11

    #Nehan Change
    Items.SaburoTantoWeaponModAbility_inline0:
      localizedDescription: LocKey#Nehan-Changed-Desc-Key

      # Hemorrage on bleed, not Katana bleed
    Items.SaburoTantoWeaponModAbility_inline4:
      statusEffect: Bleeding

      # Throw attack causes bleed, not tanto bleed
    Items.SaburoTantoWeaponModAbility_inline8:
      statusEffect: BaseStatusEffect.Bleeding

      # Remove tanto bleed overriding katana bleed
    Items.SaburoTantoWeaponModAbility:
      effectors:
        - !remove Items.SaburoTantoWeaponModAbility_inline11

    #Nehan Nerf
    Items.SaburoTantoWeaponMod_RecoveryNerf:
        $type: gamedataConstantStatModifier_Record
        modifierType: Additive
        statType: BaseStats.ThrowRecovery
        value: 6

    Items.SaburoTantoWeaponMod.statModifiers:
      - !append-once Items.SaburoTantoWeaponMod_RecoveryNerf
    1. SeiryuAkuma
      SeiryuAkuma
      • member
      • 1 kudos
      What lines of code need to be added to prevent Nehan from being nerfed?
    2. Metool
      Metool
      • premium
      • 29 kudos
      Remove all the lines after:
      #Nehan Nerf
    3. KingFish5526
      KingFish5526
      • member
      • 0 kudos
      Does the bleeding from that capstone reflexes blade perk from any blade (where all bladed weapons automatically inflict bleeding) count as bleeding to proc nehan/satori? 

      I was trying it but it didn't seem to work for me.. 
  3. knightpea
    knightpea
    • member
    • 0 kudos
    is there gonna be a update for 2.11
  4. IntelligentDerp
    IntelligentDerp
    • member
    • 0 kudos
    i love to see this, alas it's too late for me to use it. my last V was specailized in throwing knives and i kinda just started using Satori for the health regen, ended up being informed by my friend that i had made a Genji build. the weapons served me pretty well through the game, but man it would've been much better had i seen this mod before.

    i'm still gonna install it because that V was probably the most fun to go on a Maxtac Rampage with lol.
  5. bilbo1602
    bilbo1602
    • member
    • 0 kudos
    Unrelated to this mod but could someone make a mod that makes the nehan have the stinger model
  6. spartancat02
    spartancat02
    • member
    • 0 kudos
    Any way to increase damage for Nehan from 85 on rank 5+ to maybe 110 or something? as 85 is a bit to weak compered to fang's 123,59
  7. 2001DanielHdz
    2001DanielHdz
    • member
    • 0 kudos
    Hey really great mod! 
    Here is a suggestion maybe youn can buff the ba xing chong and or restore its previos iconic effect it very under power now 
  8. Soresu
    Soresu
    • member
    • 3 kudos
    Thanks for making this mod, both Satori and Nehan need more love.
    Something about wielding classic Japanese swords in a sci-fi setting is always irresistible to me.
  9. Luf4rall
    Luf4rall
    • supporter
    • 0 kudos
    Pretty cool. It's too bad that there are other brute force damage methods that just render all the bleeding pretty useless in the endgame.
  10. bloodaxis
    bloodaxis
    • premium
    • 13 kudos
    Sweet, I remember seeing talk about this on the discord, glad you got it working!