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
@@ -41,4 +41,15 @@ public class Blindness extends FlavourBuff {
public String toString() {
return "Blinded";
}
@Override
public String desc() {
return "Blinding turns the surrounding world into a dark haze.\n" +
"\n" +
"While blinded, a character can't see more than one tile infront of themselves, rendering ranged " +
"attacks useless and making it very easy to lose track of distant enemies. Additionally, a blinded " +
"hero is unable to read scrolls or books.\n" +
"\n" +
"The blindness will last for " + dispTurns() + ".";
}
}