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
@@ -94,4 +94,14 @@ public class Bleeding extends Buff {
return true;
}
@Override
public String desc() {
return "That wound is leaking a worrisome amount of blood.\n" +
"\n" +
"Bleeding causes damage every turn. Each turn the damage decreases by a random amount, " +
"until the bleeding eventually stops.\n" +
"\n" +
"The bleeding can currently deal " + level + " max damage.";
}
}