v0.8.0: monks now take 30% longer to regain focus

This commit is contained in:
Evan Debenham 2019-12-18 18:09:26 -05:00
parent cf9f12b191
commit 539bccd7bd

View File

@ -117,8 +117,7 @@ public class Monk extends Mob {
return super.defenseVerb(); return super.defenseVerb();
} else { } else {
f.detach(); f.detach();
//TODO this might be a bit too fast focusCooldown = Random.NormalFloat( 6, 7 );
focusCooldown = Random.NormalFloat( 4, 6 );
return Messages.get(this, "parried"); return Messages.get(this, "parried");
} }
} }