name "DT_Fuel" every tick do input fe:: from interface output fe:: to each tag_power each side end every 1 tick do input fe:: from interface output fe:: to each tag_power each side end every 2 tick do input fe:: from interface output fe:: to each tag_power each side end every 20 ticks do -- water to oxygen - hydro gas input fluid::water from interface output fluid::water to Large_ES1 south side Forget input gas:: from Large_ES1_Gas each side output gas:: to interface Forget -- heavy water to oxygen - deuterium input fluid::heavy* from interface output fluid::heavy* to Large_ES2 south side Forget input gas:: from Large_ES2_Gas each side output gas:: to interface Forget -- DT FUEL gas input gas::tritium from interface output gas::tritium to CI_DTFUEL top side Forget input gas::deuterium from interface output gas::deuterium to CI_DTFUEL bottom side Forget --- DT Fuel extract input gas::fusion* from CI_DTFUEL south side output gas::fusion* to interface End