From 2ebb2cc105a31fcab51723599edc21f5953101d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20Pilgaard=20Gr=C3=B8ndahl?= Date: Mon, 6 Jan 2025 19:23:30 +0100 Subject: [PATCH] #324 --- config/replication/replication.toml | 35 +++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 config/replication/replication.toml diff --git a/config/replication/replication.toml b/config/replication/replication.toml new file mode 100644 index 00000000..f1ac6d2f --- /dev/null +++ b/config/replication/replication.toml @@ -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