Initial commit

This commit is contained in:
2026-08-19 08:38:25 +00:00
parent f62b516d3d
commit 2b5c3cec50
722 changed files with 605332 additions and 0 deletions

View File

@@ -0,0 +1,41 @@
#Config for metaphysics
[Metaphysics]
#Defines energy to fuel rate
# Default: 575
# Range: > 575
energyToFuelRate = 575
enableWeakAutomataCore = true
enableEndAutomataCore = true
enableHusbandryAutomataCore = true
#Defines max warp point stored in warp core. Mostly need to not allow NBT overflow error
# Default: 64
# Range: > 1
endAutomataCoreWarpPointLimit = 64
#Chance that overpowered automata will break after rotation cycle
# Default: 0.002
# Range: 0.0 ~ 1.0
overpoweredAutomataBreakChance = 0.002
# Default: 2
# Range: 1 ~ 64
tier1AutomataCoreInteractionRadius = 2
# Default: 2
# Range: 1 ~ 32
tier1AutomataCoreMaxFuelConsumptionRate = 2
# Default: 4
# Range: 1 ~ 64
tier2AutomataCoreInteractionRadius = 4
# Default: 3
# Range: 1 ~ 32
tier2AutomataCoreMaxFuelConsumptionRate = 3
# Default: 4
# Range: 1 ~ 64
overpoweredTier1AutomataCoreInteractionRadius = 4
# Default: 3
# Range: 1 ~ 32
overpoweredTier1AutomataCoreMaxFuelConsumptionRate = 3
# Default: 6
# Range: 1 ~ 64
overpoweredTier2AutomataCoreInteractionRadius = 6
# Default: 4
# Range: 1 ~ 32
overpoweredTier2AutomataCoreMaxFuelConsumptionRate = 4