Advertisement
Nocturnalverse

Torched Valheim: Keezy's Better Wolves CFG

Mar 15th, 2021
760
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 1.02 KB | None | 0 0
  1. ## Settings file was created by plugin Keezy's Better Wolves v0.2.1.0
  2. ## Plugin GUID: KeezyBetterWolves
  3.  
  4. [Wolves.Damage]
  5.  
  6. ## Reduce damage on tamed wolves from all non-player sources from a percentage range of 0 to 100.
  7. # Setting type: Int32
  8. # Default value: 70
  9. TamedWolfDamageReduction = 0
  10.  
  11. ## Reduce damage on tamed wolves by players from a percentage range of 0 to 100.
  12. # Setting type: Int32
  13. # Default value: 95
  14. TamedWolfPlayerDamageReduction = 50
  15.  
  16. [Wolves.Sound]
  17.  
  18. ## Set this key to true or false to mute all tamed wolves howl entirely.
  19. # Setting type: Boolean
  20. # Default value: true
  21. TamedHowlMute = true
  22.  
  23. ## Instead of muting all tamed wolves howl entirely, you could also specify a range from 0 to 100 to allow only some howls of the wolves to go through. Example: 20 = 80% howl rate per wolf.
  24. # Setting type: Int32
  25. # Default value: 100
  26. TamedHowlMutePercent = 99
  27.  
  28. ## Adjust the volume of all tamed wolf howls by a range of 0 to 100.
  29. # Setting type: Int32
  30. # Default value: 100
  31. TamedHowlVolumePercent = 100
  32.  
  33.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement