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
@@ -62,4 +62,13 @@ public class Light extends FlavourBuff {
public String toString() {
return "Illuminated";
}
@Override
public String desc() {
return "Even in the Darkest Dungeon, a steady light at your side is always comforting.\n" +
"\n" +
"Light helps keep darkness at bay, allowing you to see a reasonable distance despite the environment.\n" +
"\n" +
"The light will last for " + dispTurns() + ".";
}
}