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
@@ -47,4 +47,13 @@ public class Fury extends Buff {
public String toString() {
return "Furious";
}
@Override
public String desc() {
return "You are angry, enemies won't like you when you're angry.\n" +
"\n" +
"A great rage burns within you, increasing the damage you deal with physical attacks by 50%. \n" +
"\n" +
"This rage will last as long as you are injured below 40% health.\n";
}
}