v0.3.0: first round of buff descriptions

This commit is contained in:
Evan Debenham
2015-05-07 20:48:59 -04:00
parent 42af14f98a
commit 82a428233b
15 changed files with 173 additions and 21 deletions
@@ -36,4 +36,13 @@ public class Cripple extends FlavourBuff {
public String toString() {
return "Crippled";
}
@Override
public String desc() {
return "You're pretty sure legs aren't meant to bend that way.\n" +
"\n" +
"Crippled halves movement speed, making moving a tile usually take two turns instead of one.\n" +
"\n" +
"This cripple will last for " + dispTurns() + ".";
}
}