Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
NielsPilgaard committed Jan 6, 2025
1 parent 9bfe764 commit 2ebb2cc
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions config/replication/replication.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
[ReplicationConfig.Disintegrator]
# Default: 40
# Range: > 1
MAX_PROGRESS = 40
# Default: 1500
# Range: > 1
POWER_USAGE = 1500

[ReplicationConfig.RecipeCalculation]
# Default: 50
# Range: > 1
MAX_VISITED_RECIPES = 50

[ReplicationConfig.MatterPipe]
# Default: 2560
# Range: > 1
POWER_TRANSFER = 2560

[ReplicationConfig.IdentificationChamber]
#The progress shown in game will be double
# Default: 100
# Range: > 1
MAX_PROGRESS = 100
# Default: 5000
# Range: > 1
POWER_USAGE = 5000

[ReplicationConfig.Replicator]
#The progress shown in game will be double
# Default: 100
# Range: > 1
MAX_PROGRESS = 100
# Default: 80
# Range: > 1
POWER_TICK = 80

0 comments on commit 2ebb2cc

Please sign in to comment.