v2.0.0: fixed various small textual errors in v2.0

This commit is contained in:
Evan Debenham
2023-01-27 11:52:25 -05:00
parent 7b28b02a89
commit fdaa3279ec
2 changed files with 5 additions and 3 deletions

View File

@@ -519,7 +519,7 @@ actors.hero.heroclass.huntress_unlock=To unlock the Huntress _hit enemies with t
actors.hero.heroclass.duelist=Duelist
actors.hero.heroclass.duelist_desc_short=The Duelist is a weapons master who can use her weapon to trigger a _special weapon ability._ This special ability is _different for every weapon._
actors.hero.heroclass.duelist_desc=The Duelist starts with a _unique rapier_ with a special ability that recharges over time.\n\nEvery weapon in the game has a _different special ability_ that the Duelist can use.\n\nThe duelist also starts with _two throwing spikes_, cloth armor, a waterskin, and a velvet pouch.\n\nThe Duelist automatically identifies:\n_-_ Scrolls of Identify\n_-_ Potions of Strength\n_-_ Scrolls of Mirror Image
actors.hero.heroclass.duelist_desc=The Duelist starts with a _unique rapier_ with a special ability that recharges over time.\n\nEvery weapon in the game has a _different special ability_ that the Duelist can use.\n\nThe Duelist also starts with _two throwing spikes_, cloth armor, a waterskin, and a velvet pouch.\n\nThe Duelist automatically identifies:\n_-_ Scrolls of Identify\n_-_ Potions of Strength\n_-_ Scrolls of Mirror Image
actors.hero.heroclass.duelist_unlock=To unlock the Duelist _equip a tier 2 or higher weapon with no strength penalty._
actors.hero.herosubclass.berserker=berserker
@@ -877,7 +877,7 @@ actors.hero.talent.elimination_match.desc=_+1:_ If the Duelist challenges again
#universal
actors.hero.talent.heroic_energy.title=heroic energy
actors.hero.talent.heroic_energy.rat_title=ratroic energy
actors.hero.talent.heroic_energy.desc=_+1:_ The hero's armor ability has a _13% reduced_ charge cost.\n\n_+2:_ The hero's armor ability has a _24% reduced_ charge cost.\n\n_+3:_ The hero's armor ability has a _34% reduced_ charge cost.\n\n_+4:_ The hero's armor ability has a _43% reduced_ charge cost
actors.hero.talent.heroic_energy.desc=_+1:_ The hero's armor ability has a _12% reduced_ charge cost.\n\n_+2:_ The hero's armor ability has a _23% reduced_ charge cost.\n\n_+3:_ The hero's armor ability has a _32% reduced_ charge cost.\n\n_+4:_ The hero's armor ability has a _40% reduced_ charge cost
actors.hero.talent.ratsistance.title=ratsistance
actors.hero.talent.ratsistance.desc=_+1:_ Hostile ratmogrified enemies deal _-10% damage_.\n\n_+2:_ Hostile ratmogrified enemies deal _-19% damage_.\n\n_+3:_ Hostile ratmogrified enemies deal _-27% damage_.\n\n_+4:_ Hostile ratmogrified enemies deal _-35% damage_.

View File

@@ -87,7 +87,7 @@ public class v2_X_Changes {
"\n" +
"_The Champion_ is a master of melee weapons who can equip a secondary weapon in addition to her primary one!\n" +
"\n" +
"_The Monk_ is a master of psychical technique, _but has not been finished yet._ Look out for the second subclass very soon!"));
"_The Monk_ is a master of physical technique, _but has not been finished yet._ Look out for the second subclass very soon!"));
changes.addButton(new ChangeButton(HeroSprite.avatar(HeroClass.DUELIST, 6), "Duelist Armor Abilities",
"_The Duelist has three lategame armor abilities, with 3 more talents each!_\n" +
@@ -222,6 +222,8 @@ public class v2_X_Changes {
changes.addButton( new ChangeButton(new ItemSprite(ItemSpriteSheet.RING_TOPAZ), "Item Buffs",
"I'm making several buffs to various items that could be performing a little better:\n" +
"\n" +
"_- Pickaxe_ can now benefit from upgrades enchantments and augmentation, if you feel like using it for fun.\n" +
"\n" +
"_- Ring of Energy_ now also applies a recharging boost to hero armor abilities. All the boosts it gives are now standardized to +15%.\n" +
"_- Ring of Arcana_ enchantment boost up to +17.5% per level, from +15%\n" +
"\n" +