forked from tomdodd4598/NuclearCraft
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPower Variables.txt
More file actions
41 lines (34 loc) · 889 Bytes
/
Power Variables.txt
File metadata and controls
41 lines (34 loc) · 889 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
The Power Variables are used to determine the amount of RF generated per tick:
powerGen = efficiency*fusionRF*size*powerVariable/100,
Where 'size' is the toroid size of the fusion reactor, 'fusionRF' is the fusion reactor's Power Generation config value, and 'efficiency' is the efficiency of the fusion reactor, calculated by the efficiency equation:
efficiency = 742*(e^(-t/h) + tanh(t/h) - 1),
where 't' is the current temperature of the fusion reactor and 'h' is the fuel combo's Heat Variable.
All of the values below are changeable in the Fusion config file.
H-H: 320
H-D: 240
H-T: 80
H-He: 80
H-B: 320
H-Li6: 120
H-Li7: 480
D-D: 560
D-T: 800
D-He: 640
D-B: 80
D-Li6: 600
D-Li7: 40
T-T: 240
T-He: 160
T-B: 40
T-Li6: 20
T-Li7: 40
He-He: 480
He-B: 20
He-Li6: 560
He-Li7: 120
B-B: 40
B-Li6: 20
B-Li7: 20
Li6-Li6: 20
Li6-Li7: 20
Li7-Li7: 20