v0.3.0: buff descriptions round 4 (almost done)

This commit is contained in:
Evan Debenham
2015-05-21 01:02:23 -04:00
parent 624277ef97
commit a2c4e2474b
8 changed files with 71 additions and 3 deletions
@@ -51,4 +51,13 @@ public class Roots extends FlavourBuff {
public String toString() {
return "Rooted";
}
@Override
public String desc() {
return "Roots(magical or natural) grab at the feet, forcing them down to the ground.\n" +
"\n" +
"Roots lock a target in place, making it impossible for them to move, but other actions are not affected.\n" +
"\n" +
"The roots will last for " + dispTurns() + ".";
}
}