Update Config Override Thermal Configs (#1141)

[SKIP]
This commit is contained in:
Integer Limit 2024-12-08 21:32:34 +11:00 committed by GitHub
parent 24abb5896c
commit 4961b40747
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 16 additions and 20 deletions

View File

@ -60,14 +60,14 @@ Device {
}
XpCollector {
B:Enable=true
B:Enable=false
# Adjust this value to change the capture radius for the Insightful Condenser. [range: 2 ~ 16, default: 5]
I:Radius=5
}
Diffuser {
B:Enable=true
B:Enable=false
# Adjust this value to change the area effect radius when Lingering Potion fluid is used in a Decoctive Diffuser. [range: 2 ~ 16, default: 8]
I:LingeringPotionRadius=8
@ -120,7 +120,7 @@ Dynamo {
B:Upgradable=true
# If TRUE, Dynamos can be upgraded in a Crafting Grid using Kits. If Classic Crafting is enabled, only the Creative Conversion Kit may be used in this fashion.
B:UpgradeKitCrafting=true
B:UpgradeKitCrafting=false
##########################################################################################################
# AugmentSlots
@ -292,7 +292,7 @@ Machine {
B:Upgradable=true
# If TRUE, Machines can be upgraded in a Crafting Grid using Kits. If Classic Crafting is enabled, only the Creative Conversion Kit may be used in this fashion.
B:UpgradeKitCrafting=true
B:UpgradeKitCrafting=false
##########################################################################################################
# AugmentSlots
@ -407,7 +407,7 @@ Machine {
Crucible {
# Adjust this value to change the Energy consumption (in RF/t) for a Magma Crucible. This base value will scale with block level and Augments. [range: 10 ~ 5000, default: 40]
I:BasePower=40
B:Enable=true
B:Enable=false
}
Refinery {
@ -419,7 +419,7 @@ Machine {
Transposer {
# Adjust this value to change the Energy consumption (in RF/t) for a Fluid Transposer. This base value will scale with block level and Augments. [range: 10 ~ 5000, default: 20]
I:BasePower=20
B:Enable=true
B:Enable=false
}
Charger {
@ -458,7 +458,7 @@ Machine {
Enchanter {
# Adjust this value to change the Energy consumption (in RF/t) for an Arcane Ensorcellator. This base value will scale with block level and Augments. [range: 10 ~ 5000, default: 20]
I:BasePower=50
B:Enable=true
B:Enable=false
}
Precipitator {
@ -642,7 +642,7 @@ Storage {
B:Securable=true
# If TRUE, Energy Cells can be upgraded in a Crafting Grid using Kits. If Classic Crafting is enabled, only the Creative Conversion Kit may be used in this fashion.
B:UpgradeKitCrafting=true
B:UpgradeKitCrafting=false
}
Tank {
@ -717,5 +717,3 @@ Upgrades {
Version {
S:Identifier=5.5.7
}

View File

@ -60,14 +60,14 @@ Device {
}
XpCollector {
B:Enable=true
B:Enable=false
# Adjust this value to change the capture radius for the Insightful Condenser. [range: 2 ~ 16, default: 5]
I:Radius=5
}
Diffuser {
B:Enable=true
B:Enable=false
# Adjust this value to change the area effect radius when Lingering Potion fluid is used in a Decoctive Diffuser. [range: 2 ~ 16, default: 8]
I:LingeringPotionRadius=8
@ -120,7 +120,7 @@ Dynamo {
B:Upgradable=true
# If TRUE, Dynamos can be upgraded in a Crafting Grid using Kits. If Classic Crafting is enabled, only the Creative Conversion Kit may be used in this fashion.
B:UpgradeKitCrafting=true
B:UpgradeKitCrafting=false
##########################################################################################################
# AugmentSlots
@ -292,7 +292,7 @@ Machine {
B:Upgradable=true
# If TRUE, Machines can be upgraded in a Crafting Grid using Kits. If Classic Crafting is enabled, only the Creative Conversion Kit may be used in this fashion.
B:UpgradeKitCrafting=true
B:UpgradeKitCrafting=false
##########################################################################################################
# AugmentSlots
@ -407,7 +407,7 @@ Machine {
Crucible {
# Adjust this value to change the Energy consumption (in RF/t) for a Magma Crucible. This base value will scale with block level and Augments. [range: 10 ~ 5000, default: 40]
I:BasePower=40
B:Enable=true
B:Enable=false
}
Refinery {
@ -419,7 +419,7 @@ Machine {
Transposer {
# Adjust this value to change the Energy consumption (in RF/t) for a Fluid Transposer. This base value will scale with block level and Augments. [range: 10 ~ 5000, default: 20]
I:BasePower=20
B:Enable=true
B:Enable=false
}
Charger {
@ -458,7 +458,7 @@ Machine {
Enchanter {
# Adjust this value to change the Energy consumption (in RF/t) for an Arcane Ensorcellator. This base value will scale with block level and Augments. [range: 10 ~ 5000, default: 20]
I:BasePower=50
B:Enable=true
B:Enable=false
}
Precipitator {
@ -642,7 +642,7 @@ Storage {
B:Securable=true
# If TRUE, Energy Cells can be upgraded in a Crafting Grid using Kits. If Classic Crafting is enabled, only the Creative Conversion Kit may be used in this fashion.
B:UpgradeKitCrafting=true
B:UpgradeKitCrafting=false
}
Tank {
@ -717,5 +717,3 @@ Upgrades {
Version {
S:Identifier=5.5.7
}