Mekanism Power Changes#6
Conversation
A starting point for mekanism power value changes. These WILL need to be tweaked as time goes on, but we need to start testing something. Lower values are easier to increase than the other way around.
I made a woopsie going to push them all together first
pupnewfster
left a comment
There was a problem hiding this comment.
I still need to look through the actual energy related changes, but left some comments relating to things that I don't understand why they are being changed, especially as they don't seem related to power.
| #Displayed temperature unit in Mekanism GUIs and network reader readings. | ||
| #Allowed Values: KELVIN, CELSIUS, RANKINE, FAHRENHEIT, AMBIENT | ||
| temperatureUnit = "KELVIN" | ||
| temperatureUnit = "CELSIUS" |
| #Displayed energy type in Mekanism GUIs and network reader readings. | ||
| #Allowed Values: JOULES, FORGE_ENERGY | ||
| energyType = "FORGE_ENERGY" | ||
| energyType = "JOULES" |
There was a problem hiding this comment.
I am fine with this, but the reason we initially changed it is that it just caused confusion for players with it having a different name
| #Storage size of Basic chemical tanks in mB. | ||
| #Range: 1 ~ 9223372036854775807 | ||
| basicStorage = 64000 | ||
| basicStorage = 5000 |
There was a problem hiding this comment.
Why are chemical tanks being adjusted? We redid their values in 10.1.0 and I am relatively happy with their updated values.
| #Storage size of Basic fluid tanks in mB. | ||
| #Range: > 1 | ||
| basicStorage = 32000 | ||
| basicStorage = 5000 |
There was a problem hiding this comment.
Why are fluid tanks being adjusted? We redid their values in 10.1.0 and I am relatively happy with their updated values.
| fluidPerTank = 8000 | ||
| #Amount of chemical (mB) that each block of the dynamic tank contributes to the volume. Max = volume * chemicalPerTank | ||
| #Range: 1 ~ 1581510980256305 | ||
| chemicalPerTank = 16000000 | ||
| chemicalPerTank = 8000 |
There was a problem hiding this comment.
Why are these being adjusted? We redid their values in 10.1.0 and I am relatively happy with their updated values.
| maxStorage = 10000 | ||
| #Rate at which Nutritional Paste can be transferred into a Canteen. | ||
| #Range: > 1 | ||
| transferRate = 128 | ||
| transferRate = 100 |
| maxGas = 24000 | ||
| maxGas = 10000 | ||
| #Amount of oxygen the Scuba Tank Gas Tank can accept per tick. | ||
| #Range: 1 ~ 9223372036854775807 | ||
| fillRate = 16 | ||
| fillRate = 10 |
| maxGas = 24000 | ||
| maxGas = 10000 | ||
| #Amount of hydrogen the Jetpack can accept per tick. | ||
| #Range: 1 ~ 9223372036854775807 | ||
| fillRate = 16 | ||
| fillRate = 10 |
This is a rather zealous overhaul, which MAY cause some early problems, but it is much easier to lowball and raise it up over time. Anyone depending on Mek for insane power will either need to readjust or put let me know that they'd like me to take a look.
Current problems to address Powah being Largely based on old values of Mek