Advertisement
codewo

GatherManager 1000x

Jul 30th, 2022 (edited)
286
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.85 KB | None | 0 0
  1. GatherManager.json > config
  2.  
  3. },
  4. "Options": {
  5. "ExcavatorBeltSpeedMax": 0.1,
  6. "ExcavatorResourceModifiers": {},
  7. "ExcavatorResourceTickRate": 3.0,
  8. "ExcavatorTimeForFullResources": 120.0,
  9. "GatherDispenserModifiers": {
  10. "Tree": 1.0,
  11. "Ore": 1000.0
  12. },
  13. "GatherResourceModifiers": {
  14. "Wood": 1000.0,
  15. "Stones": 1000.0,
  16. "Metal Ore": 1000.0,
  17. "Sulfur Ore": 1000.0
  18.  
  19. },
  20. "MiningQuarryResourceTickRate": 1000.0,
  21. "PickupResourceModifiers": {
  22. "Wood": 1000.0,
  23. "Stones": 1000.0,
  24. "Metal Ore": 1000.0,
  25. "Sulfur Ore": 1000.0
  26. },
  27. "QuarryResourceModifiers": {
  28. "Stones": 1000.0
  29. },
  30. "SurveyResourceModifiers": {
  31. "Metal Ore": 1000.0
  32. }
  33. },
  34. "Settings": {
  35. "ChatPrefix": "Gather Manager",
  36. "ChatPrefixColor": "#008000ff"
  37. }
  38. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement