[Question] How to use the Formula for Reactors in ic² 1.7.10

  • I am sorry if this is the wrong place to put this question.


    I am working on a way to Generate the Formula in Nodejs to use the Reactor Formula in 1.7.10 that may be helpful for new people in the reator stuff and wandering what the formula is?

  • In my nodejs project i use

    Code
    C = Cell_Count //Number of Cells within the Reactor
    N = Nearby_Cells //Cells that are near Each other
    P = Pulses Per Tick
    H = Heat Per Tick
    E = Energy Generated Per Tick

    The Formula i Got from th FTB site about the Reactor said to use

    Code
    Single Cells
    P = 1 + N;
    H = 2 * P * (P + 1);
    E = 5 * P;
    
    Dual/Quad Cells
    P = 1 + (C / 2) + N;
    H = 2 * C * P * (P + 1);
    E = 5 * C * P;

    I wanted to make sure if that formula was correct or if there was another formula for the Reactors?

  • The Nuclear Reactor is a generator that produces EU by slowly breaking .As of IC2: Experimental, any setup of this nature is referred to as "EU ..... All Heat Switches work the same way: They calculate the % of heat stored in .