Skip to content

Commit

Permalink
update skills tooltip for clarity
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisinajar committed Jan 12, 2024
1 parent 49b7e13 commit 1ee1d2c
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/game/settings/skills.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,11 @@ export function SkillSettings({ hero }: { hero: Hero }): JSX.Element {
<div>
<Typography variant="h4">Skills</Typography>
<Typography sx={{ mb: 1 }}>
Select which skill you would like to improve, as well as how much of
your incoming experience you would like to devote to skills.
Select which skill you would like to improve, as well as percentage of
how devoted your character is to leveling it up as opposed to receiving
experience. This means that incoming experience is reduced by the
percentage, however the amount of experience you gain doesn't affect the
chances of gaining a skill level.
</Typography>

<FormControl sx={{ mb: 5 }}>
Expand Down

0 comments on commit 1ee1d2c

Please sign in to comment.