diff options
Diffstat (limited to 'src/main/resources/data/ygasi/lang/en_us.json')
-rw-r--r-- | src/main/resources/data/ygasi/lang/en_us.json | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/src/main/resources/data/ygasi/lang/en_us.json b/src/main/resources/data/ygasi/lang/en_us.json index 2981ba0..fc68778 100644 --- a/src/main/resources/data/ygasi/lang/en_us.json +++ b/src/main/resources/data/ygasi/lang/en_us.json @@ -9,7 +9,7 @@ "commands.ygasi.skillpoints.get": "%s has %s unspent Skill Points and %s total Skill Points.", "commands.ygasi.config.reload": "Config reloaded.", - "gui.ygasi.branch.title": "Skill Points: %s", + "gui.ygasi.branch.title": "§3Skill Points: %s", "gui.ygasi.branch.mercenary.title": "§c§lMercenary", "gui.ygasi.branch.wizardry.title": "§5§lWizardry", "gui.ygasi.branch.druidry.title": "§a§lDruidry", @@ -18,8 +18,9 @@ "gui.ygasi.branch.info.main": "§6§lYgasi Skill Advancement System:\n§r§3When using Ygasi, every time you get an Advancement, you will get a §6Skill Point!§3 Then when you gather enough skill points throughout your journey you can unlock new interesting skills in the §6skill book§3 and improve your game experience, from protecting yourself from falling to summoning a horde of undead you can do everything with just a bit of patience, skill and fun!", "gui.ygasi.branch.reset.title": "§4§lReset", - "gui.ygasi.branch.reset.lore": "§8This will reset all your skills and give you back all of your skill points.", - "gui.ygasi.branch.reset.lore2": "§c§lThis action cannot be undone.", + "gui.ygasi.branch.reset.lore": "§8This will reset all your skills and give you back all of your skill points.", + "gui.ygasi.branch.reset.lore2": "§c§lThis action cannot be undone.", + "gui.ygasi.branch.reset.lore3": "§8Cost: %s §8Experience Levels", "gui.ygasi.branch.cost": "§3Cost: %s", "gui.ygasi.branch.unlock": "§aYou have unlocked the %s §abranch!", "gui.ygasi.branch.no.skill": "§cYou don't have enough skill points to unlock this branch!", @@ -29,15 +30,17 @@ "gui.ygasi.reset.confirm.lore": "§8Are you sure?", "gui.ygasi.reset.deny.title": "§c§lDeny", "gui.ygasi.reset.deny.lore": "§8Go back", - "gui.ygasi.reset.success": "§aYou have reset your skills!", + "gui.ygasi.reset.success": "§aYour skills have been reset!", "gui.ygasi.reset.fail": "§cYou don't have enough skill points to reset your skills!", "gui.ygasi.branches.fail": "§cYou have not unlocked this branch yet!", + "gui.ygasi.branches.no.skill": "§cYou don't have enough skill points to unlock this skill!", "config.ygasi.title": "§5§lYgasi Config", "config.ygasi.pointsRewarded.title": "Points rewarded per advancement", "config.ygasi.branchCost.title": "Branch Cost", "config.ygasi.enableSkillBook.title": "Enable Skill Book on first login", + "config.ygasi.resetCost.title": "The amount of experience levels it costs to reset your skills", "config.ygasi.T1Cost.title": "The cost for tier 1 skills", "config.ygasi.T2Cost.title": "The cost for tier 2 skills", "config.ygasi.T3Cost.title": "The cost for tier 3 skills", |