buff replicanti dt mult

This commit is contained in:
IvarK 2018-08-14 20:09:01 +03:00
parent 3c2630ffcc
commit 953d667240

View File

@ -224,7 +224,7 @@ function replicationGlyph(glyph, effectAmount) {
break;
case "dtgain":
glyph.effects.dtgain = 0.0001 * Math.pow(glyph.level, 0.3) * Math.pow(glyph.strength, 0.65) // player.replicanti.e * x
glyph.effects.dtgain = 0.0003 * Math.pow(glyph.level, 0.3) * Math.pow(glyph.strength, 0.65) // player.replicanti.e * x
break;
case "glyphlevel":