Search results

    1. PartyAlarm

      Some Random Thoughts on Resource Management

      What sounds cool on paper doesn't necessarily translate into good gameplay, and what is fun to you may not be fun to a large segment of the population. Mods like Tekkit are kinda niche, I know a lot of people that hate mods like that. Not saying that crafting can't be improved! I just think...
    2. PartyAlarm

      Current Maths

      A few equations can be found in the block behavior config files. Shield generation is defined as shieldCapacity = ((totalUnitShieldCapacity*ShieldCapacityPreMul)^ShieldCapacityPow)*ShieldCapacityTotalMul It's an exponential function, so you can do a lot of tweaking. Shield regen uses prettty...