Skip to content

Commit d77953a

Browse files
committed
Adjusted to 24 CWU/t from 48 CWU/t
1 parent de52eba commit d77953a

2 files changed

Lines changed: 11 additions & 12 deletions

File tree

kubejs/server_scripts/common/systems/gate_based/csg.js

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -20,65 +20,65 @@ ServerEvents.recipes(event => {
2020
'kubejs:csg_computational_matrix', '4x gtceu:zpm_sensor', '64x gtceu:fine_borosilicate_glass_wire'],
2121
['gtceu:indium_tin_lead_cadmium_soldering_alloy 864'],
2222
['kubejs:csg_chevron'],
23-
6000, 48, 48 * 600, GTValues.VHA[GTValues.ZPM], 'gtceu:exquisite_naquadic_netherite_gem', 'gtceu:data_orb');
23+
6000, 24, 24 * 600, GTValues.VHA[GTValues.ZPM], 'gtceu:exquisite_naquadic_netherite_gem');
2424

2525
researchBuilder(cpa, 'csg_reinforced_plating',
2626
['gtceu:dense_trinaquadalloy_plate', 'gtceu:zpm_electric_piston', 'gtceu:dense_naquadah_alloy_plate',
2727
'2x #gtceu:circuits/uv', 'gtceu:dense_enriched_naquadah_plate', '8x gtceu:yttrium_barium_cuprate_single_cable'],
2828
['gtceu:naquadria 288', 'gtceu:indium_tin_lead_cadmium_soldering_alloy 864'],
2929
['kubejs:csg_reinforced_plating'],
30-
6000, 48, 48 * 600, GTValues.VHA[GTValues.ZPM], 'gtceu:dense_trinaquadalloy_plate', 'gtceu:data_orb');
30+
6000, 24, 24 * 600, GTValues.VHA[GTValues.ZPM], 'gtceu:dense_trinaquadalloy_plate');
3131

3232
researchBuilder(cpa, 'csg_stellar_access_point',
3333
['gtceu:double_naquadah_plate', 'kubejs:csg_computational_matrix', '4x gtceu:prismalium_double_wire',
3434
'gtceu:polycarbonate_foil_ream', 'gtceu:polyphenylene_sulfide_foil_ream', 'gtceu:polyvinyl_chloride_foil_ream'],
3535
['gtceu:indium_tin_lead_cadmium_soldering_alloy 864', 'gtceu:polybenzimidazole 1296'],
3636
['kubejs:csg_stellar_access_point'],
37-
6000, 48, 48 * 600, GTValues.VHA[GTValues.ZPM], 'gtceu:yttrium_barium_cuprate_double_cable', 'gtceu:data_orb')
37+
6000, 24, 24 * 600, GTValues.VHA[GTValues.ZPM], 'gtceu:yttrium_barium_cuprate_double_cable')
3838

3939
researchBuilder(cpa, 'csg_energy_modulator',
4040
['gtceu:trinaquadalloy_frame', '1x gtceu:zpm_emitter', '4x gtceu:prismalium_foil', 'gtceu:energy_module',
4141
'4x kubejs:advanced_neutron_reflector', '4x gtceu:naquadah_alloy_foil'],
4242
['gtceu:pcb_coolant 250000', 'gtceu:indium_tin_lead_cadmium_soldering_alloy 864'],
4343
['kubejs:csg_energy_modulator'],
44-
6000, 48, 48 * 600, GTValues.VHA[GTValues.ZPM], 'gtceu:prismalium_foil', 'gtceu:data_orb');
44+
6000, 24, 24 * 600, GTValues.VHA[GTValues.ZPM], 'gtceu:prismalium_foil');
4545

4646
researchBuilder(cpa, 'csg_field_stabiliser',
4747
['2x gtceu:dense_enriched_naquadah_plate', '4x gtceu:zpm_field_generator', 'kubejs:csg_energy_modulator',
4848
'16x gtceu:fine_lumium_wire', '16x gtceu:fine_twinite_wire', '16x gtceu:fine_signalum_wire'],
4949
['gtceu:indium_tin_lead_cadmium_soldering_alloy 1296'],
5050
['kubejs:csg_field_stabiliser'],
51-
6000, 48, 48 * 600, GTValues.VHA[GTValues.ZPM], 'gtceu:fine_trinaquadalloy_wire', 'gtceu:data_orb');
51+
6000, 24, 24 * 600, GTValues.VHA[GTValues.ZPM], 'gtceu:fine_trinaquadalloy_wire');
5252

5353
researchBuilder(cpa, 'csg_stellar_dialer',
5454
['gtceu:dense_enriched_naquadah_plate', 'gtceu:computer_monitor_cover', 'kubejs:csg_computational_matrix',
5555
'gtceu:dragonsteel_bolt'],
5656
['gtceu:indium_tin_lead_cadmium_soldering_alloy 864'],
5757
['kubejs:csg_stellar_dialer'],
58-
6000, 48, 48 * 600, GTValues.VHA[GTValues.ZPM], 'gtceu:computer_monitor_cover', 'gtceu:data_orb')
58+
6000, 24, 24 * 600, GTValues.VHA[GTValues.ZPM], 'gtceu:computer_monitor_cover')
5959

6060
researchBuilder(assline, 'quantum_core',
6161
['gtceu:weapon_grade_naquadah_frame', '4x kubejs:csg_energy_modulator', '16x gtceu:quantum_star', '2x gtceu:zpm_field_generator',
6262
'6x gtceu:trinium_spring', '4x gtceu:zpm_electric_pump', '16x gtceu:fine_prismalium_wire', '16x gtceu:osthendah_foil',
6363
'8x gtceu:naquadah_alloy_plate', '4x gtceu:osmiridium_bolt'],
6464
['gtceu:nether_star_concentrate 864', 'gtceu:polybenzimidazole 1296'],
6565
['kubejs:quantum_core'],
66-
6000, 48, 48 * 600, GTValues.VHA[GTValues.ZPM], 'gtceu:quantum_star', 'gtceu:data_orb');
66+
6000, 24, 24 * 600, GTValues.VHA[GTValues.ZPM], 'gtceu:quantum_star');
6767

6868
researchBuilder(assline, 'crystal_interface',
6969
['gtceu:trinaquadalloy_frame', '16x gtceu:prismalium_hex_wire', '6x kubejs:csg_reinforced_plating',
7070
'kubejs:csg_stellar_access_point', 'kubejs:csg_energy_modulator', '64x gtceu:fine_dragonsteel_wire', '64x gtceu:fine_dragonsteel_wire'],
7171
['gtceu:indium_tin_lead_cadmium_soldering_alloy 3888', 'gtceu:polycarbonate 2592'],
7272
['sgjourney:crystal_interface'],
73-
6000, 48, 48 * 600, GTValues.VHA[GTValues.ZPM], 'start_core:zpm_64a_energy_converter', 'gtceu:data_orb');
73+
6000, 24, 24 * 600, GTValues.VHA[GTValues.ZPM], 'start_core:zpm_64a_energy_converter');
7474

7575
researchBuilder(assline, 'csg_dimensional_supercomputer',
7676
['3x gtceu:trinaquadalloy_frame', '8x kubejs:csg_computational_matrix', 'kubejs:quantum_core', '64x #gtceu:circuits/uv',
7777
'8x gtceu:prismalium_foil_ream', '24x gtceu:enriched_naquadah_small_fluid_pipe', '36x gtceu:silicone_rubber_ring',
7878
'48x gtceu:polycarbonate_tiny_fluid_pipe'],
7979
['gtceu:polybenzimidazole 3888', 'gtceu:indium_tin_lead_cadmium_soldering_alloy 2592', 'gtceu:naquadria 576'],
8080
['kubejs:csg_dimensional_supercomputer'],
81-
6000, 48, 48 * 600, GTValues.VHA[GTValues.ZPM], 'gtceu:crystal_processor_mainframe', 'gtceu:data_orb')
81+
6000, 24, 24 * 600, GTValues.VHA[GTValues.ZPM], 'gtceu:crystal_processor_mainframe')
8282

8383
lcr(id('csg_enscription_plate'))
8484
.itemInputs('gtceu:naquadah_wafer', '48x gtceu:aerogel_foil', '1x #gtceu:circuits/uv')

kubejs/server_scripts/utils/helpers/recipe_helpers.js

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -274,8 +274,8 @@ global.getDataItem = (cwu) => (cwu >= 320) ? 'start_core:component_data_core' :
274274

275275
ServerEvents.recipes(event => {
276276

277-
global.researchBuilder = (machineType, recId, inputsI, inputsF, outputsI, duration, cwuT, totalCWU, euT, researched, otherDataItem) => {
278-
const dataItem = otherDataItem || global.getDataItem(cwuT);
277+
global.researchBuilder = (machineType, recId, inputsI, inputsF, outputsI, duration, cwuT, totalCWU, euT, researched) => {
278+
const dataItem = global.getDataItem(cwuT);
279279
const id = global.id;
280280

281281
let mainRecipe = event.recipes.gtceu[machineType](id(recId));
@@ -295,7 +295,6 @@ ServerEvents.recipes(event => {
295295
.stationResearch(
296296
researchRecipeBuilder => researchRecipeBuilder
297297
.researchStack(Item.of(researched))
298-
.dataStack(Item.of(dataItem))
299298
.CWUt(cwuT)
300299
.EUt(euT)
301300
)

0 commit comments

Comments
 (0)