v0.3.0: buff descriptions round 2

This commit is contained in:
Evan Debenham
2015-05-13 01:54:54 -04:00
parent ccf6249b8f
commit 508c23b9a4
9 changed files with 90 additions and 2 deletions
@@ -151,6 +151,18 @@ public class Burning extends Buff implements Hero.Doom {
return r != null ? r.durationFactor() * DURATION : DURATION;
}
@Override
public String desc() {
return "Few things are more distressing than being engulfed in flames.\n" +
"\n" +
"Fire will deal damage every turn until it is put out by water, expires, or it is resisted. " +
"Fire can be extinquished by stepping into water, or from the splash of a shattering potion. \n" +
"\n" +
"Additionally, the fire may ignite flammable terrain or items that it comes into contact with.\n" +
"\n" +
"The burning will last for " + dispTurns() + ", or until it is resisted or extinquished.";
}
@Override
public void onDeath() {