v0.3.0: buff descriptions round 4 (almost done)
This commit is contained in:
@@ -103,6 +103,16 @@ public class CapeOfThorns extends Artifact {
|
||||
return "Thorns";
|
||||
}
|
||||
|
||||
@Override
|
||||
public String desc() {
|
||||
return "Your cape is radiating energy, surrounding you in a field of deflective force!\n" +
|
||||
"\n" +
|
||||
"All damage you receive is reduced while the thorns effect is active. Additionally, " +
|
||||
"if the attacker is next to you, the reduced amount is deflected back at the attacker.\n" +
|
||||
"\n" +
|
||||
"Your cape will continue radiating energy for " + dispTurns(cooldown) + ".";
|
||||
}
|
||||
|
||||
@Override
|
||||
public int icon() {
|
||||
if (cooldown == 0)
|
||||
|
||||
@@ -185,6 +185,11 @@ public class TalismanOfForesight extends Artifact {
|
||||
return "Foresight";
|
||||
}
|
||||
|
||||
@Override
|
||||
public String desc() {
|
||||
return "You feel very nervous, as if there is nearby unseen danger.";
|
||||
}
|
||||
|
||||
@Override
|
||||
public int icon() {
|
||||
if (warn == 0)
|
||||
|
||||
Reference in New Issue
Block a user