0 of 0

File information

Last updated

Original upload

Created by

AleksXAA

Uploaded by

aleksxaa

Virus scan

Safe to use

16 comments

  1. frztdmn
    frztdmn
    • member
    • 1 kudos
    Please tell me how I can make it more effective when using it in conjunction with the Swallow's Potion.
    1. aleksxaa
      aleksxaa
      • member
      • 8 kudos
      Change multiplier
      vitality *= 0.5; in script WhiteRaffardDecoction.ws. This is the ratio between the vanilla value (100%) and the resulting value (50% by mod default).
    2. frztdmn
      frztdmn
      • member
      • 1 kudos
      Due to having mods that significantly reduce food vitality regeneration and stamina recovery, I want to modify this mod to make Raffard’s Decoction 80% effective if consumed after Golondrina. If I change the value in the mentioned line to 0.8, will I achieve my desired result?
    3. aleksxaa
      aleksxaa
      • member
      • 8 kudos
      Yes, a value of 0.8 in this line will give 80% of the vanilla vitality amount that Raffard adds.
  2. neonprime
    neonprime
    • supporter
    • 2 kudos
    It's doesn't seem compatible with Wticher 2 potion lenght

    https://www.nexusmods.com/witcher3/mods/205/

    What can be done?
    1. aleksxaa
      aleksxaa
      • member
      • 8 kudos
      There are no compatibility issues between these two mods. Use Script Merger.
    2. neonprime
      neonprime
      • supporter
      • 2 kudos
      I have merged them from start and still White Raffard overwrites Swallow. What I could have been done wrong?
    3. aleksxaa
      aleksxaa
      • member
      • 8 kudos
      Do you use any other mods? I checked and the merger went through automatically without any problems. Everything in the game worked as intended.
    4. neonprime
      neonprime
      • supporter
      • 2 kudos
      All right. Redone all my merges from the scratch and now it's seems to work. Sorry for bring this up. 
    5. frztdmn
      frztdmn
      • member
      • 1 kudos
      The Witcher 2 Potion Length mod already has a similar function. It prevents the White Raffard decoction from canceling the effect of the Swallow potion. Check the sticky post in the comments for the change log.

      Witcher 2 Potion Length at The Witcher 3
  3. jjjexorcist8
    jjjexorcist8
    • member
    • 0 kudos
    Thank you for your mod.
    Can  I nerf White raffard decoction 50% everytimes (with or without Swallow).
    1. aleksxaa
      aleksxaa
      • member
      • 8 kudos
      If this is the question, then yes, it is possible. I suppose the easiest way for you would be to find line
              if( thePlayer.GetBuff(EET_Swallow) )        //modSimultaneousWhiteRaffardAndSwallow
      in WhiteRaffardDecoction.ws and delete it. The next line should remain.
    2. jjjexorcist8
      jjjexorcist8
      • member
      • 0 kudos
      vitAtt = GetAttributeRandomizedValue(min, max);
      vitality = target.GetStatMax(BCS_Vitality) * vitAtt.valueMultiplicative + vitAtt.valueAdditive;
      vitality *= 0.5;//modSimultaneousWhiteRaffardAndSwallow
      target.GainStat(BCS_Vitality, vitality);


      I it correct?
    3. aleksxaa
      aleksxaa
      • member
      • 8 kudos
      Yes.
    4. jjjexorcist8
      jjjexorcist8
      • member
      • 0 kudos
      Thank you. It works great.
  4. ElementaryLewis
    ElementaryLewis
    • premium
    • 654 kudos
    Instant Endorse.
    Nice thinking for balance.