Skip to content

Commit

Permalink
fix(balance): ✏️Increase x10 size of Fluid reserviours on Stella an…
Browse files Browse the repository at this point in the history
…d `KELT-6a`
  • Loading branch information
Krutoy242 committed May 27, 2024
1 parent fe5d796 commit 36801d8
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions scripts/mods/tweakedpetroleum.zs
Original file line number Diff line number Diff line change
Expand Up @@ -194,8 +194,8 @@ registerGasReservoir('Cobalt Slurry Reservoir (Terra Nova)', <gas:slurryCobalt>,
/*
Magic
*/
registerReservoir('Flux Goo Reservoir (Stella)', <liquid:flux_goo>, 750000, 1750000, 10, 200, 30, I , [], [114], [], []);
registerReservoir('Will Reservoir (Stella)' , <liquid:raw_will>, 85000 , 265000 , 0 , 60 , 20, II, [], [114], [], []);
registerReservoir('Flux Goo Reservoir (Stella)', <liquid:flux_goo>, 7500000, 17500000, 10, 200, 30, I , [], [114], [], []);
registerReservoir('Will Reservoir (Stella)' , <liquid:raw_will>, 850000 , 2650000 , 0 , 60 , 20, II, [], [114], [], []);

// Hubble ID=116
// Is not reachable with tpx command
Expand All @@ -221,11 +221,11 @@ registerReservoir('Hot Spring Water Reservoir (KELT-4ab)', <liquid:hot_spring_wa
/*
alien forest
*/
registerReservoir('Protein Reservoir (KELT-6a)' , <liquid:protein> , 265000 , 530000 , 0, 60, 30, I , [], [121], [], []);
registerReservoir('Resonant Ender Reservoir (KELT-6a)', <liquid:ender> , 2000000, 4500000, 50, 2000, 30, I , [], [121], [], []);
registerReservoir('Liquid DNA Reservoir (KELT-6a)' , <liquid:liquiddna>, 85000 , 265000 , 0, 60, 15, II , [], [121], [], []);
registerReservoir('Mutagen Reservoir (KELT-6a)' , <liquid:mutagen> , 85000 , 265000 , 0, 60, 15, II , [], [121], [], []);
registerReservoir('Will Reservoir (KELT-6a)' , <liquid:raw_will> , 850000 , 2650000, 30, 60, 20, III, [], [121], [], []);
registerReservoir('Protein Reservoir (KELT-6a)' , <liquid:protein> , 2650000 , 5300000 , 0, 60, 30, I , [], [121], [], []);
registerReservoir('Resonant Ender Reservoir (KELT-6a)', <liquid:ender> , 20000000, 45000000, 50, 2000, 30, I , [], [121], [], []);
registerReservoir('Liquid DNA Reservoir (KELT-6a)' , <liquid:liquiddna>, 850000 , 2650000 , 0, 60, 15, II , [], [121], [], []);
registerReservoir('Mutagen Reservoir (KELT-6a)' , <liquid:mutagen> , 850000 , 2650000 , 0, 60, 15, II , [], [121], [], []);
registerReservoir('Will Reservoir (KELT-6a)' , <liquid:raw_will> , 8500000 , 26500000, 30, 60, 20, III, [], [121], [], []);

// Kepler 0118 ID=122
/*
Expand Down

0 comments on commit 36801d8

Please sign in to comment.