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
@@ -63,4 +63,13 @@ public class Weakness extends FlavourBuff {
Resistance r = ch.buff( Resistance.class );
return r != null ? r.durationFactor() * DURATION : DURATION;
}
@Override
public String desc() {
return "Your gear suddenly feels a lot heavier.\n" +
"\n" +
"Weakening magic is affecting you, reducing your effective strength by 2 points.\n" +
"\n" +
"This weakness will last for " + dispTurns() + ".";
}
}