nail balance, difficulty ramp scaling

mod: rail road ties - nails are 40% bigger
This commit is contained in:
landgreen
2020-08-30 13:15:34 -07:00
parent 00859f15ed
commit a0db3ffa12
5 changed files with 51 additions and 33 deletions

View File

@@ -303,7 +303,7 @@ const mech = {
}
if (mod.isDeterminism) totalMods -= 3 //remove the bonus mods
if (mod.isSuperDeterminism) totalMods -= 2 //remove the bonus mods
totalMods = totalMods * 1.15 + 1 // a few extra to make it stronger
const totalGuns = b.inventory.length //count guns
function randomizeMods() {