aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/data
diff options
context:
space:
mode:
authorMaximusbarcz <maxim.baranek@gmail.com>2023-01-15 18:40:24 +0100
committerMaximusbarcz <maxim.baranek@gmail.com>2023-01-15 18:40:24 +0100
commitd115e4365d0a5a492a55e56a7a4dcf034419e1b4 (patch)
treee9aec4f8b180c4a6b90d194f31e95a8df8863bb4 /src/main/resources/data
parent5bcb1830298caad87a63f44c4e7f1553074cf4c8 (diff)
downloadygasi-d115e4365d0a5a492a55e56a7a4dcf034419e1b4.tar.gz
ygasi-d115e4365d0a5a492a55e56a7a4dcf034419e1b4.tar.bz2
ygasi-d115e4365d0a5a492a55e56a7a4dcf034419e1b4.zip
More stuff! The Mercenary gui is basically done other than the translations, I tried and failed to add modrinth publishing thing to gradle, I redid some stuff, I added stuff, I removed stuff and mainly... I broke the reset command (it works but says it broke) and I have no idea how to fix it!
Diffstat (limited to 'src/main/resources/data')
-rw-r--r--src/main/resources/data/ygasi/lang/en_us.json11
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",