From 1ee1d2c5a46c9af327252042085fa3f147417585 Mon Sep 17 00:00:00 2001 From: Chris Vickery Date: Fri, 12 Jan 2024 13:36:24 -0800 Subject: [PATCH] update skills tooltip for clarity --- src/game/settings/skills.tsx | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/game/settings/skills.tsx b/src/game/settings/skills.tsx index 996ae87..60520b7 100644 --- a/src/game/settings/skills.tsx +++ b/src/game/settings/skills.tsx @@ -40,8 +40,11 @@ export function SkillSettings({ hero }: { hero: Hero }): JSX.Element {
Skills - 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.