File information

Last updated

Original upload

Created by

WhiteCamellia

Uploaded by

WhiteCamellia

Virus scan

Safe to use

69 comments

  1. ki1556kkii
    ki1556kkii
    • member
    • 0 kudos
    can you make black handle ver?
  2. gulen11sh
    gulen11sh
    • member
    • 0 kudos
    is there any way to increase or decrease the damage?
    1. WhiteCamellia
      WhiteCamellia
      • premium
      • 160 kudos
      Yep! Navigate to "Cyberpunk 2077\r6\tweaks\WhiteCamellia\Vergil's Yamato" and open "Items.Camellia_Yamato.yaml".

      scroll down until you find this:
      StatModifierGroups.YamatoStats:
        $type: gamedataStatModifierGroup_Record
        statModifiers:
        - $type: gamedataConstantStatModifier_Record
          value: 2
          modifierType: Additive
          statType: BaseStats.AttackSpeed

      and paste this underneath the line that ends with "AttackSpeed":
        - $type: gamedataConstantStatModifier_Record
          value: 0
          modifierType: Additive
          statType: BaseStats.DPS

      Make sure you copy all the spaces before each line too!
      Then replace the 0 with whatever you want to add to the base value. base value is 73, replacing the 0 with a 7 will bump it to 80, replacing it with a -3 will bring it down to 70. i'm afraid you'll have to play around until you find a value that suits you since there's quite a few calculations between this value and the final "damage per hit" stat in-game. Hope that helps! ^-^
    2. gulen11sh
      gulen11sh
      • member
      • 0 kudos
      thank you very much! ^-^
    3. gulen11sh
      gulen11sh
      • member
      • 0 kudos
      Hmm, when I increase yamato's damage, the attack speed drops from 4.6 to 2.1. Is there any way to fix this?
    4. WhiteCamellia
      WhiteCamellia
      • premium
      • 160 kudos
      oh delete this from the section you added (inbetween the AttackSpeed line and the line that starts "- $type"):
        $type: gamedataStatModifierGroup_Record
        statModifiers:

      i didn't mean to include that part aha, i've edited the original reply too. let me know if that fixes it! :]
    5. gulen11sh
      gulen11sh
      • member
      • 0 kudos
      Yes, it helped. Thanks!
  3. nintenvalberk
    nintenvalberk
    • member
    • 0 kudos
    for some reason my yamato is just randomizing sword designs? is there anyway to fix it?
    1. WhiteCamellia
      WhiteCamellia
      • premium
      • 160 kudos
      Sounds like the .archive and .xl files aren't able to be found by the .yaml file.If you're using the optional "Byakko effect" file, do you also have the main file installed? also are the hud icon and inventory icons loading in or are those defaulting to vanilla assets too? Also double-check your dependancy mods are up to date. ArchiveXL, TweakXL etc.
  4. marmock
    marmock
    • member
    • 0 kudos
    Could you tell me what mod for clothes for V is depicted in the photos?
    1. WhiteCamellia
      WhiteCamellia
      • premium
      • 160 kudos
      Jacket is from this mod
      Skirt is from this mod
      Shoes are from this mod
      I think the jacket in the 5th pic is from this mod

      I'm afraid I don't know any of the other pieces~ I hope that helps ^-^
    2. marmock
      marmock
      • member
      • 0 kudos
      Thanks :)
  5. KuroVP
    KuroVP
    • member
    • 0 kudos
    Very clean looking blade! Love it.
    Personally though, it swings too fast for me. I'd rather it be slower in attack speed, similar to the Byakko. Plenty op enough.

    Looking at the yaml, I haven't found any direct mentions of the value you set for AttackSpeed (4.6), only this:

    Since the default base you used for the Yamato also has 2.1 AttackSpeed, I wondered how exactly this works.

    - $type: gamedataConstantStatModifier_Record
    value: 2
    modifierType: Additive
    statType: BaseStats.AttackSpeed

    Changing the value (to 1) had no visible effect. Deleting the entire segment did however restore the 2.1 default AttackSpeed for the Yamato (so I'm good!)

    However, I'm still curious what exactly the value does change. Since I already ahead went and changed the code, might as well ask to understand what I even deleted lol.

    Ofc only if you have the spare time. Happy Holidays and thanks again.
    1. WhiteCamellia
      WhiteCamellia
      • premium
      • 160 kudos
      I'm glad you like it! ^-^

      Yea I'm not really a fan of the increased attack speed either but since nobody mentioned it (until now aha) I figured i'd just leave it there. It was initially meant to mimic the increased attack speed of the byakko effect while having the scapel effect so it would stand out as a little different while not feeling sluggish compared to the Byakko. But everyone uses the byakko effect anyway so it's a bit redundant ehe

      That stat just adds a value of 2 to the BaseStats.AttackSpeed, which I think has a value of 1 in the default katana's statmodifier_record. I don't really understand the calcs tbh, but the values in the yaml and in game aren't always 1:1. Looking at the Overture firerate, it's "CycleTimeBase" is 0.4 which is equal to a 2.5 attack speed in-game. But yea, it just increases the attack speed. It's completely safe to remove, deleting it or setting the value to 0 will revert the change. Since it's an "additive" modifier, it gets added onto the value already included with the "$base..." line at the top, which imports all the stats from another weapon.

      Side Note: The BaseStats.AttackSpeed isn't a great stat to edit for attack speed anyway tbh. It doesn't/hardly affects the other melee weapons for some reason and has weird interactions with the attack speed perks. Like, I don't think any of the perks affected my Yamato's attack speed when I last tested it, but I think the byakko buff did. Anyway, I couldn't find a better way to change it although I might've just missed something obvious. It's not like katana's really need the buff anyway though aha
    2. KuroVP
      KuroVP
      • member
      • 0 kudos
      I see, thanks for the insight. I figured the "additive" part meant I'd already see changes lowering the value from 2 to just 1, that's why I was confused when ingame it had no visible or readable effect on the stats. Turns out it's not quite that straightforward lol
    3. bruhmoment3639
      bruhmoment3639
      • member
      • 0 kudos
      Really nice thread, it felt wayyy to broken with 4.2 attack speed. Lowered the value to .3 which turned in game AS to 2.7 (much more reasonable but not as sluggish as regular katanas). Really good find.
      Also, to the author of the mod. Absolute banger, from cosmetics to the weapon itself. Really nice to have some alternative to the satori when it comes to classical blades. Also feels much better than satori which is mid at best (despite being quite pretty).
  6. JognyVn
    JognyVn
    • member
    • 0 kudos
    This mod is amazing!!! And its actually good combained with Enhanced Byakko mod without any issues. 
    Thanks a lot!!
  7. lFistl
    lFistl
    • member
    • 4 kudos
    Hi, great mod, thanks, what about dynamic holster ?
  8. dadspunk15
    dadspunk15
    • member
    • 1 kudos
    Awesome mod! Is it possible to change de appearence of the katana on hip to satori? Or is there a way where i can make it for my personal use? I really want the katana on hip but satori, because thats the katana what i use.
    Sorry, English is not my native language.
    Love your mod!
  9. bigwinboy
    bigwinboy
    • member
    • 0 kudos
    Is it possible to make a version with no electronic damage that just comes with a bleed effect and two plugin slots?
  10. Mybunshin
    Mybunshin
    • supporter
    • 21 kudos
    Thank you so much! :D
    By the way, isn't there a way to modify it so that this weapon can add 2 mod slots?
    1. tlsalsrl21
      tlsalsrl21
      • member
      • 2 kudos
      +1