Advertisement
Guest User

Untitled

a guest
Sep 22nd, 2019
169
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.79 KB | None | 0 0
  1. [Balance]
  2.  
  3. # Toggles 3D printer and Cauldron item dupe fix by giving the item directly instead of dropping it on the ground.
  4. PrinterCauldronFix = false
  5.  
  6. # Toggles item sharing for dead players.
  7. DeadPlayersGetItems = false
  8.  
  9. # Toggles override of the scalar of interactables (chests, shrines, etc) that spawn in the world to your configured credit.
  10. OverridePlayerScaling = false
  11.  
  12. # If player scaling via this mod is enabled, the amount of players the game should think are playing in terms of chest spawns.
  13. InteractablesCredit = 0
  14.  
  15. # Toggles override of the scalar of boss loot drops to your configured balance.
  16. OverrideBossLootScaling = false
  17.  
  18. # Specifies the amount of boss items dropped when boss drop override is true.
  19. BossLootCredit = 1
  20.  
  21. [Settings]
  22.  
  23. # Toggles mod.
  24. ModEnabled = true
  25.  
  26. # Toggles money sharing.
  27. MoneyShared = false
  28.  
  29. # Toggles item sharing for common items.
  30. WhiteItemsShared = false
  31.  
  32. # Toggles item sharing for rare items.
  33. GreenItemsShared = false
  34.  
  35. # Toggles item sharing for legendary items.
  36. RedItemsShared = false
  37.  
  38. # Toggles item sharing for equipment.
  39. EquipmentShared = false
  40.  
  41. # Toggles item sharing for Lunar items.
  42. LunarItemsShared = false
  43.  
  44. # Toggles item sharing for boss items.
  45. BossItemsShared = false
  46.  
  47. # Toggles money scalar.
  48. MoneyScalarEnabled = false
  49.  
  50. # Modifies player count used in calculations of gold earned when money sharing is on.
  51. MoneyScalar = 1
  52.  
  53. # Items (by index) that you do not want to share, comma separated. Please find the item indices at: https://github.com/risk-of-thunder/R2Wiki/wiki/Item-&-Equipment-IDs-and-Names
  54. ItemBlacklist = 53
  55.  
  56. # Equipment (by index) that you do not want to share, comma separated. Please find the indices at: https://github.com/risk-of-thunder/R2Wiki/wiki/Item-&-Equipment-IDs-and-Names
  57. EquipmentBlacklist =
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement