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
@@ -42,4 +42,13 @@ public class Amok extends FlavourBuff {
public String toString() {
return "Amok";
}
@Override
public String desc() {
return "Amok causes a state of great rage and confusion in its target.\n" +
"\n" +
"When a creature is amoked, they will attack whatever is near them, whether they be friend or foe.\n" +
"\n" +
"The amok will last for " + dispTurns() + ".";
}
}