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
@@ -60,4 +60,14 @@ public class Barkskin extends Buff {
public String toString() {
return "Barkskin";
}
@Override
public String desc() {
return "Your skin is hardened, it feels rough and solid like bark.\n" +
"\n" +
"The hardened skin increases your effective armor, allowing you to better defend against physical attack. " +
"The armor bonus will decrease by one point each turn until it expires.\n" +
"\n" +
"Your armor is currently increased by " + level +".";
}
}