Skip to content

Commit b2fa66e

Browse files
authored
[CFG] Initial Thermal Innovation configs
1 parent e57ea4c commit b2fa66e

File tree

2 files changed

+51
-0
lines changed

2 files changed

+51
-0
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Configuration file
2+
3+
Version {
4+
S:Identifier=0.1.0
5+
}
6+
7+
Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
# Configuration file
2+
3+
Item {
4+
5+
Drill {
6+
# Adjust this value to change the amount of Energy (in RF) stored by a Basic Fluxbore. This base value will scale with item level. [range: 8000 ~ 200000, default: 40000]
7+
I:BaseCapacity=40000
8+
9+
# Adjust this value to change the amount of Energy (in RF/t) that can be received by a Basic Fluxbore. This base value will scale with item level. [range: 100 ~ 10000, default: 1000]
10+
I:BaseReceive=1000
11+
B:Enable=true
12+
}
13+
14+
Saw {
15+
# Adjust this value to change the amount of Energy (in RF) stored by a Basic Fluxsaw. This base value will scale with item level. [range: 8000 ~ 200000, default: 40000]
16+
I:BaseCapacity=40000
17+
18+
# Adjust this value to change the amount of Energy (in RF/t) that can be received by a Basic Fluxsaw. This base value will scale with item level. [range: 100 ~ 10000, default: 1000]
19+
I:BaseReceive=1000
20+
B:Enable=true
21+
}
22+
23+
Magnet {
24+
# Adjust this value to change the amount of Energy (in RF) stored by a Basic Fluxomagnet. This base value will scale with item level. [range: 8000 ~ 200000, default: 40000]
25+
I:BaseCapacity=40000
26+
27+
# Adjust this value to change the amount of Energy (in RF/t) that can be received by a Basic Fluxomagnet. This base value will scale with item level. [range: 100 ~ 10000, default: 1000]
28+
I:BaseReceive=1000
29+
B:Enable=true
30+
}
31+
32+
Injector {
33+
# Adjust this value to change the amount of Fluid (in mb) stored by a Basic Hypoinfuser. This base value will scale with item level. [range: 400 ~ 10000, default: 2000]
34+
I:BaseCapacity=2000
35+
}
36+
37+
}
38+
39+
40+
Version {
41+
S:Identifier=0.1.0
42+
}
43+
44+

0 commit comments

Comments
 (0)