Advertisement
Dannydjdk

create additions common

Jun 3rd, 2021
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.87 KB | None | 0 0
  1.  
  2. #Wires
  3. [wires]
  4. #Connector max input in FE/t (Energy transfer).
  5. #Range: > 0
  6. connector_max_input = 2048
  7. #Loss per block in gold wire (Not implemented, currently no loss).
  8. #Range: 0.0 ~ 0.5
  9. gold_wire_loss = 0.005
  10. #Connector internal capacity in FE.
  11. #Range: > 0
  12. connector_capacity = 4096
  13. #Loss per block in copper wire (Not implemented, currently no loss).
  14. #Range: 0.0 ~ 0.5
  15. copper_wire_loss = 0.02
  16. #Connector max output in FE/t (Energy transfer).
  17. #Range: > 0
  18. connector_max_output = 2048
  19.  
  20. #General Settings
  21. [general]
  22. #Baseline stress factor for the Alternator and Electric Motor.
  23. #Range: > 0
  24. generator_stress = 4096
  25. #Forge Energy conversion rate (in FE/t at max RPM).
  26. #Range: > 0
  27. fe_conversion = 800
  28.  
  29. #Charger
  30. [charger]
  31. #Charger max input in FE/t (Energy transfer).
  32. #Range: > 0
  33. charger_max_input = 8192
  34. #Charger charge rate in FE/t.
  35. #Range: > 0
  36. charger_charge_rate = 8192
  37. #Charger internal capacity in FE.
  38. #Range: > 0
  39. charger_capacity = 32000
  40.  
  41. #Electric Motor
  42. [electric_motor]
  43. #Electric Motor internal capacity in FE.
  44. #Range: > 0
  45. motor_capacity = 32768
  46. #Electric Motor minimum required energy consumption in FE/t.
  47. #Range: > 0
  48. motor_min_consumption = 100
  49. #Electric Motor max input in FE (Energy transfer not consumption).
  50. #Range: > 0
  51. motor_max_input = 32768
  52. #Electric Motor min/max RPM.
  53. #Range: 1 ~ 256
  54. motor_rpm_range = 256
  55.  
  56. #Heater
  57. [heater]
  58. #Enable Induction Heater when attached to a Furnace Engine.
  59. heater_furnace_engine_enable = false
  60. #Induction Heater internal capacity in FE.
  61. #Range: > 0
  62. heater_capacity = 2048
  63. #Induction Heater max input in FE (Energy transfer not consumption).
  64. #Range: > 0
  65. heater_max_input = 2048
  66. #Induction Heater normal consumption rate in FE/t.
  67. #Range: > 0
  68. heater_normal_consumption = 16
  69. #Induction Heater when attached to a Furnace Engine consumption rate in FE/t.
  70. #Range: > 0
  71. heater_furnace_engine_consumption = 400
  72.  
  73. #Alternator
  74. [alternator]
  75. #Alternator efficiency relative to base conversion rate.
  76. #Range: 0.01 ~ 1.0
  77. generator_efficiency = 0.75
  78. #Alternator internal capacity in FE.
  79. #Range: > 0
  80. generator_capacity = 32768
  81. #Alternator max input in FE (Energy transfer not generation).
  82. #Range: > 0
  83. generator_max_output = 32768
  84.  
  85. #Accumulator
  86. [accumulator]
  87. #Accumulator internal capacity in FE.
  88. #Range: > 0
  89. accumulator_capacity = 4196000
  90. #Accumulator max output in FE/t (Energy transfer).
  91. #Range: > 0
  92. accumulator_max_output = 8192
  93. #Accumulator max input in FE/t (Energy transfer).
  94. #Range: > 0
  95. accumulator_max_input = 8192
  96.  
  97. #Rolling Mill
  98. [rolling_mill]
  99. #Rolling Mill duration in ticks.
  100. #Range: > 0
  101. rolling_mill_processing_duration = 100
  102. #Rolling Mill base stress impact.
  103. #Range: 0 ~ 1024
  104. rolling_mill_stress = 16
  105.  
  106. #Misc
  107. [misc]
  108. #Diamond Grit Sandpaper durability (number of uses).
  109. #Range: > 3
  110. diamond_grit_sandpaper_uses = 1024
  111.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement