v0.3.0: buff descriptions round 3 plus some tweaks to displaying remaining turns.
This commit is contained in:
@@ -59,4 +59,15 @@ public class Levitation extends FlavourBuff {
|
||||
public String toString() {
|
||||
return "Levitating";
|
||||
}
|
||||
|
||||
@Override
|
||||
public String desc() {
|
||||
return "A magical force is levitating you over the ground, making you feel weightless.\n" +
|
||||
"\n " +
|
||||
"While levitating you ignore all ground-based effects. Traps won't trigger, water won't put out fire, " +
|
||||
"plants won't be trampled, roots will miss you, and you will hover right over pits. " +
|
||||
"Be careful, as all these things can come into effect the second the levitation ends!\n" +
|
||||
"\n" +
|
||||
"You are levitating for " + dispTurns() + ".";
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user