Rebalance LSA (#1591)

* Balance LSA

* Add changelog

* Add Parallel Hatch ability

* Trying to fix changelog

* Try again
This commit is contained in:
TomPlop 2025-08-11 16:44:22 -04:00 committed by GitHub
parent 35a84dde36
commit de8fe6ce78
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 9 additions and 8 deletions

View file

@ -340,7 +340,7 @@ const registerGTCEuMachines = (event) => {
.rotationState(RotationState.NON_Y_AXIS)
.generator(true)
.recipeType('large_solar_panel_tier3')
.noRecipeModifier()
.recipeModifiers(GTRecipeModifiers.PARALLEL_HATCH)
.appearanceBlock(() => Block.getBlock('tfg:casings/machine_casing_iron_desh'))
.pattern(definition => FactoryBlockPattern.start()
.aisle(" A A ", " A A ", " A A ", " S S ", " S S ", " S S ", " CCCCCCCCC ", " ", " ", " ", " ", " ", " ", " ")
@ -414,6 +414,7 @@ const registerGTCEuMachines = (event) => {
.where("I", Predicates.blocks("tfg:casings/machine_casing_iron_desh")
.or(Predicates.autoAbilities(definition.getRecipeTypes()))
.or(Predicates.abilities(PartAbility.MAINTENANCE).setExactLimit(1))
.or(Predicates.abilities(PartAbility.PARALLEL_HATCH).setMaxGlobalLimited(1))
)
.where(" ", Predicates.any())
.build()

View file

@ -173,7 +173,7 @@ const registerTFGMaterials = (event) => {
event.create('tfg:solar_coolant_tier2')
.gas(new GTFluidBuilder().state(GTFluidState.GAS).temperature(73))
.formula('(He³8O11H11)(Ar)(?)')
.formula('(He³8O11H11)8(Ar)(?)')
.color(0xfeff5d)
//end region