Skip to content

Commit

Permalink
Fix minor typo in Hero class descriptions (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
martindale authored Jan 7, 2024
1 parent 259f1f0 commit 49b7e13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/app-bar-hero-stats.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ const ClassDescrptions: { [x in HeroClasses]?: string } = {
"Brand new heroes gain bonus experience until they find their niche.",
[HeroClasses.JackOfAllTrades]: "You gain +50% in all stats.",
[HeroClasses.Gambler]:
"Gamblers gain an additional level of crit, random amounts of their luck added to accuracy and dodge, +20% to dexteriry wisdom and luck and +10% to all other stats",
"Gamblers gain an additional level of crit, random amounts of their luck added to accuracy and dodge, +20% to dexterity wisdom and luck and +10% to all other stats",
[HeroClasses.Fighter]:
"Fighters gain +50% strength, +30% to dexterity, and +20% to willpower",
[HeroClasses.Berserker]:
Expand Down

0 comments on commit 49b7e13

Please sign in to comment.