Skip to content

Commit

Permalink
Closes #1184
Browse files Browse the repository at this point in the history
  • Loading branch information
NielsPilgaard committed May 13, 2019
1 parent 4285fac commit 3705703
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions config/modularmachinery/modularmachinery.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -4,76 +4,76 @@ energyhatch {

tiny {
I:limit=1000000
I:size=25000
I:size=1000000
I:tier=5
}

small {
I:limit=1000000
I:size=50000
I:size=1000000
I:tier=5
}

normal {
I:limit=1000000
I:size=10000000
I:size=1000000
I:tier=5
}

reinforced {
I:limit=1000000
I:size=200000
I:size=1000000
I:tier=5
}

big {
I:limit=1000000
I:size=400000
I:size=1000000
I:tier=5
}

huge {
I:limit=1000000
I:size=800000
I:size=1000000
I:tier=5
}

ludicrous {
I:limit=1000000
I:size=1600000
I:size=1000000
I:tier=5
}

ultimate {
I:limit=1000000
I:size=3200000
I:size=1000000
I:tier=6
}

size {
# Energy storage size of the energy hatch. [range: 0 ~ 9223372036854775807, default: 32768]
S:BIG=400000
S:BIG=1000000

# Energy storage size of the energy hatch. [range: 0 ~ 9223372036854775807, default: 131072]
S:HUGE=800000
S:HUGE=1000000

# Energy storage size of the energy hatch. [range: 0 ~ 9223372036854775807, default: 524288]
S:LUDICROUS=1600000
S:LUDICROUS=1000000

# Energy storage size of the energy hatch. [range: 0 ~ 9223372036854775807, default: 8192]
S:NORMAL=100000
S:NORMAL=1000000

# Energy storage size of the energy hatch. [range: 0 ~ 9223372036854775807, default: 16384]
S:REINFORCED=200000
S:REINFORCED=1000000

# Energy storage size of the energy hatch. [range: 0 ~ 9223372036854775807, default: 4096]
S:SMALL=50000
S:SMALL=1000000

# Energy storage size of the energy hatch. [range: 0 ~ 9223372036854775807, default: 2048]
S:TINY=25000
S:TINY=1000000

# Energy storage size of the energy hatch. [range: 0 ~ 9223372036854775807, default: 2097152]
S:ULTIMATE=3200000
S:ULTIMATE=1000000
}

limit {
Expand Down

0 comments on commit 3705703

Please sign in to comment.