v2.0.0: fixed some minor text errors

This commit is contained in:
Evan Debenham
2023-02-28 11:27:44 -05:00
parent 83a017409e
commit c01b22c393
2 changed files with 2 additions and 2 deletions

View File

@@ -1354,7 +1354,7 @@ items.wands.wandofregrowth$dewcatcher.desc=Dewcatchers are wondrous plants that
items.wands.wandofregrowth$seedpod.name=Seed Pod
items.wands.wandofregrowth$seedpod.desc=Seed Pods are magical plants that produce seeds from other plant types, rather than any seeds of their own. They somehow manage to spread despite having no seed of their own.
items.wands.wandofregrowth$lotus.name=Golden Lotus
items.wands.wandofregrowth$lotus.desc=The golden lotus is a mystical plant that can only be conjured by a powerful wand of regrowth. Its aura enhances all plants and plant effects, but it burns through its energy and dies after a short time.\n\nThis lotus was produced by a _+%1$d_ wand of regrowth. All plants in its effect will _instantly trigger_ if they are planted on a character. Plants will also have a _%2$d%% chance_ to drop their seed, and tipped darts gain _%3$d%% extra durability_.
items.wands.wandofregrowth$lotus.desc=The golden lotus is a mystical plant that can only be conjured by a powerful wand of regrowth. Its aura enhances all plants and plant effects, but it burns through its energy and dies after a short time.\n\nThis lotus was produced by a _+%1$d_ wand of regrowth. All plants in its effect will _instantly trigger_ if they are planted on a character. Plants will also have a _%2$d%% chance_ to drop their seed, and tipped darts will use _%3$d%% less durability_.
items.wands.wandoftransfusion.name=wand of transfusion
items.wands.wandoftransfusion.staff_name=staff of transfusion

View File

@@ -35,7 +35,7 @@ public class RingOfArcana extends Ring {
if (isIdentified()){
return Messages.get(this, "stats", Messages.decimalFormat("#.##", 100f * (Math.pow(1.175f, soloBuffedBonus()) - 1f)));
} else {
return Messages.get(this, "typical_stats", Messages.decimalFormat("#.##", 175f));
return Messages.get(this, "typical_stats", Messages.decimalFormat("#.##", 17.5f));
}
}