v0.3.0: buff descriptions round 5, all descriptions added

This commit is contained in:
Evan Debenham
2015-05-22 12:00:52 -04:00
committed by Evan Debenham
parent 33616a1ce2
commit b707123f69
5 changed files with 55 additions and 2 deletions
@@ -82,4 +82,13 @@ public class MagicalSleep extends Buff {
public String toString() {
return "Magical Sleep";
}
@Override
public String desc() {
return "This character has fallen into a deep magical sleep which they will not wake from naturally.\n" +
"\n" +
"Magical sleep is similar to regular sleep, except that only damage will cause the target to wake up. \n" +
"\n" +
"For the hero, magical sleep has some restorative properties, allowing them to rapidly heal while resting.";
}
}