Advertisement
Guest User

Untitled

a guest
Jan 10th, 2022
27
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.23 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. 1.0,
  11. 0.75,
  12. 0.5,
  13. 0.25,
  14. 0.1,
  15. 0.05
  16. ],
  17. "Upgrade Price": [
  18. 0,
  19. 100,
  20. 200,
  21. 300,
  22. 400,
  23. 500
  24. ]
  25. },
  26. "Fuel (Default is 2.0 - Lower value means wood lasts longer when smelting)": {
  27. "Modifier": [
  28. 1.0,
  29. 0.7,
  30. 0.5,
  31. 0.3,
  32. 0.1
  33. ],
  34. "Upgrade Price": [
  35. 0,
  36. 100,
  37. 200,
  38. 300,
  39. 400,
  40. 500
  41. ]
  42. },
  43. "Output (Default is 1.0x - increases the output amount)": {
  44. "Modifier": [
  45. 1.0,
  46. 2.0,
  47. 3.0,
  48. 4.0,
  49. 5.0,
  50. 6.0
  51. ],
  52. "Upgrade Price": [
  53. 0,
  54. 100,
  55. 200,
  56. 300,
  57. 400,
  58. 500
  59. ]
  60. },
  61. "Sound Fx": {
  62. "Effects Enabled": true,
  63. "On Furnace Upgrade": "assets/bundled/prefabs/fx/build/promote_stone.prefab",
  64. "Not Enough Currency": "assets/bundled/prefabs/fx/notice/loot.copy.fx.prefab"
  65. }
  66. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement