Skip to content

Commit

Permalink
fix(recipes): ✏️[Gas Turbine Controller] buff energy output x4
Browse files Browse the repository at this point in the history
  • Loading branch information
Krutoy242 committed Apr 14, 2024
1 parent da2356f commit b3c272d
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions config/AdvGenerators/overrides/turbine-materials.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ cfg TurbineMaterials {
// Iron is special, do not remove or disable items - stuff will break
Tier = 1
InertiaMultiplier = 1 // Higher - will take longer to spin up and slow down
MaxMJPerTick = 30 // Energy produced (steam/fuel calculated from that)
MaxMJPerTick = 120 // Energy produced (steam/fuel calculated from that)
RegisterBlade = Yes // Enables registration of blade item (default)
RegisterRotor = Yes // Enables registration of blade item (default)
RegisterKit = No // Disables registration of upgrade kit item
Expand All @@ -12,41 +12,41 @@ cfg TurbineMaterials {
Tier = 2
ReqOreDict = ingotBronze
InertiaMultiplier = 1.2
MaxMJPerTick = 50
MaxMJPerTick = 200
}
cfg Gold {
Tier = 3
InertiaMultiplier = 1.3
MaxMJPerTick = 75
MaxMJPerTick = 300
}
cfg Steel {
Tier = 4
ReqOreDict = ingotSteel
InertiaMultiplier = 1.3
MaxMJPerTick = 110
MaxMJPerTick = 440
}
cfg Adv_Alloy {
Tier = 5
ReqMod = ic2
InertiaMultiplier = 1.4
MaxMJPerTick = 120
MaxMJPerTick = 480
}
cfg Manyullyn {
Tier = 6
ReqMod = tconstruct
InertiaMultiplier = 1.6
MaxMJPerTick = 200
MaxMJPerTick = 800
}
cfg Enderium {
Tier = 7
ReqOreDict = ingotEnderium
InertiaMultiplier = 1.9
MaxMJPerTick = 450
MaxMJPerTick = 1800
}
cfg Vibrant {
Tier = 8
ReqOreDict = ingotVibrantAlloy
InertiaMultiplier = 1.99
MaxMJPerTick = 600
MaxMJPerTick = 2400
}
}

0 comments on commit b3c272d

Please sign in to comment.