Advertisement
RustAdminZed

Untitled

Oct 28th, 2021
42
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.21 KB | None | 0 0
  1. {
  2. "Main Settings": {
  3. "Currency Type": "Item",
  4. "Currency Display Name": " Scrap",
  5. "Currency Item ID (only if type is Item)": -932201673,
  6. "Large Furnace Cost Multiplier - Default 1.0x": 1.25
  7. },
  8. "Speed (Default is 0.5 - Lowering value increases smelting speed)": {
  9. "Modifier": [
  10. 0.75,
  11. 0.5,
  12. 0.35,
  13. 0.2,
  14. 0.1
  15. ],
  16. "Upgrade Price": [
  17. 0,
  18. 100,
  19. 200,
  20. 300,
  21. 400,
  22. 500
  23. ]
  24. },
  25. "Fuel (Default is 2.0 - Lower value means wood lasts longer when smelting)": {
  26. "Modifier": [
  27. 1.0,
  28. 0.7,
  29. 0.5,
  30. 0.3,
  31. 0.1
  32. ],
  33. "Upgrade Price": [
  34. 0,
  35. 100,
  36. 200,
  37. 300,
  38. 400,
  39. 500
  40. ]
  41. },
  42. "Output (Default is 1.0x - increases the output amount)": {
  43. "Modifier": [
  44. 1.0,
  45. 1.5,
  46. 2.5,
  47. 3.75,
  48. 5.0
  49. ],
  50. "Upgrade Price": [
  51. 0,
  52. 100,
  53. 200,
  54. 300,
  55. 400,
  56. 500
  57. ]
  58. },
  59. "Sound Fx": {
  60. "Effects Enabled": true,
  61. "On Furnace Upgrade": "assets/bundled/prefabs/fx/build/promote_stone.prefab",
  62. "Not Enough Currency": "assets/bundled/prefabs/fx/notice/loot.copy.fx.prefab"
  63. }
  64. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement