v0.3.0: buff descriptions round 2
This commit is contained in:
@@ -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() {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user