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
@@ -58,4 +58,14 @@ public class Charm extends FlavourBuff {
Resistance r = ch.buff( Resistance.class );
return r != null ? r.durationFactor() : 1;
}
@Override
public String desc() {
return "A charm is manipulative magic that can make enemies temporarily adore eachother.\n" +
"\n" +
"Characters affected by charm are unable to directly attack the enemy they are charmed by. " +
"Attacking other targets is still possible however.\n" +
"\n" +
"The charm will last for " + dispTurns() + ".";
}
}