Skip to content

Commit b40bea4

Browse files
authored
Merge pull request #589 from Nxer/adjust
adjust Information Horizon Intervention Shell recipe, decrease Transcendent Metal nanites consumption
2 parents c66a1eb + 2fff16d commit b40bea4

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

src/main/java/com/Nxer/TwistSpaceTechnology/recipe/specialRecipe/CosmicProcessorCircuitRecipePool.java

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -197,11 +197,12 @@ public void loadRecipes() {
197197
.metadata(RESEARCH_TIME, 24 * HOURS)
198198
.itemInputs(
199199
MaterialsUEVplus.TranscendentMetal.getNanite(1),
200-
GTCMItemList.ParticleTrapTimeSpaceShield.get(32),
200+
GTCMItemList.ParticleTrapTimeSpaceShield.get(64),
201+
GTCMItemList.ParticleTrapTimeSpaceShield.get(64),
201202
ItemList.EnergisedTesseract.get(2),
202203
GT_OreDictUnificator.get(OrePrefixes.itemCasing, MaterialsUEVplus.TranscendentMetal, 16))
203204
.fluidInputs(MaterialsUEVplus.Time.getMolten(36), CELESTIAL_TUNGSTEN.getFluidStack(36))
204-
.itemOutputs(GTCMItemList.InformationHorizonInterventionShell.get(16))
205+
.itemOutputs(GTCMItemList.InformationHorizonInterventionShell.get(64))
205206
.eut(RECIPE_UMV)
206207
.duration(20 * 30)
207208
.addTo(GT_RecipeConstants.AssemblyLine);
@@ -210,14 +211,13 @@ public void loadRecipes() {
210211
.itemInputs(
211212
GTCMItemList.MatterRecombinator.get(0),
212213
ItemUtils.simpleMetaStack(ModItems.itemStandarParticleBase, 17, 1),
213-
Laser_Lens_Special.get(1),
214-
GTCMItemList.ParticleTrapTimeSpaceShield.get(64),
214+
GTCMItemList.ParticleTrapTimeSpaceShield.get(128),
215215
ItemList.EnergisedTesseract.get(4),
216216
GT_OreDictUnificator.get(OrePrefixes.itemCasing, MaterialsUEVplus.TranscendentMetal, 32))
217217
.fluidInputs(MaterialsUEVplus.Time.getMolten(144))
218-
.itemOutputs(GTCMItemList.InformationHorizonInterventionShell.get(32))
218+
.itemOutputs(GTCMItemList.InformationHorizonInterventionShell.get(128))
219219
.eut(RECIPE_UMV)
220-
.duration(20 * 240)
220+
.duration(20 * 120)
221221
.addTo(GTCMRecipe.MiracleTopRecipes);
222222

223223
// EnergyFluctuationSelfHarmonizer

src/main/java/com/Nxer/TwistSpaceTechnology/system/DysonSphereProgram/machines/TST_DSPLauncher.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -507,8 +507,8 @@ protected GT_Multiblock_Tooltip_Builder createTooltip() {
507507
.addStructureInfo(Tooltip_Details)
508508
.addStructureInfo(Tooltip_DSPLauncher_2_01)
509509
// #tr Tooltip_DSPLauncher_2_01_OverloadParameterCalculation
510-
// # Overload Parameter = t^( 1 / (1000*900/t + 5) ) ; t = Overload Time (second)
511-
// #zh_CN 过载模式参数 = t^( 1 / (1000*900/t + 5) ) ; t = 过载模式时间 (秒)
510+
// # Overload Parameter = t ^ [ 1 / (1000*900/t + 5) ] ; t = Overload Time (second)
511+
// #zh_CN 过载模式参数 = t ^ [ 1 / (1000*900/t + 5) ] ; t = 过载模式时间 (秒)
512512
.addStructureInfo(TextEnums.tr("Tooltip_DSPLauncher_2_01_OverloadParameterCalculation"))
513513
.addStructureInfo(Tooltip_DSPLauncher_2_02)
514514
.addStructureInfo(Tooltip_DSPLauncher_2_03)

src/main/resources/assets/gtnhcommunitymod/lang/en_US.lang

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1406,4 +1406,4 @@ Tooltip_MicroSpaceTimeFabricatorio_05=Can provide space-time seeds in dedicated
14061406
Tooltip_MicroSpaceTimeFabricatorio.structure.SpecialInputBus.name=Input Bus of The Seed of Space and Time
14071407
Tooltip_MicroSpaceTimeFabricatorio.structure.SpecialInputBus.location=Replace the casing at the front of controller block
14081408
TST_DSPLauncher.getInfoData.02=Speed Up :
1409-
Tooltip_DSPLauncher_2_01_OverloadParameterCalculation=Overload Parameter = t^( 1 / (1000*900/t + 5) ) ; t = Overload Time (second)
1409+
Tooltip_DSPLauncher_2_01_OverloadParameterCalculation=Overload Parameter = t ^ [ 1 / (1000*900/t + 5) ] ; t = Overload Time (second)

src/main/resources/assets/gtnhcommunitymod/lang/zh_CN.lang

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1406,4 +1406,4 @@ Tooltip_MicroSpaceTimeFabricatorio_05=可以在专用输入总线内提供时空
14061406
Tooltip_MicroSpaceTimeFabricatorio.structure.SpecialInputBus.name=时空之种输入总线
14071407
Tooltip_MicroSpaceTimeFabricatorio.structure.SpecialInputBus.location=替换主方块正前方结构方块
14081408
TST_DSPLauncher.getInfoData.02=速度倍率:
1409-
Tooltip_DSPLauncher_2_01_OverloadParameterCalculation=过载模式参数 = t^( 1 / (1000*900/t + 5) ) ; t = 过载模式时间 (秒)
1409+
Tooltip_DSPLauncher_2_01_OverloadParameterCalculation=过载模式参数 = t ^ [ 1 / (1000*900/t + 5) ] ; t = 过载模式时间 (秒)

0 commit comments

Comments
 (0)