Rebalance LSA (#1591)
* Balance LSA * Add changelog * Add Parallel Hatch ability * Trying to fix changelog * Try again
This commit is contained in:
parent
35a84dde36
commit
de8fe6ce78
4 changed files with 9 additions and 8 deletions
|
|
@ -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()
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue