Extend talent command "all" (#1850)

* Extend talent command "all":
Added talent option to set all talents (n, e, q) at once
Modified error message to cover edge cases when player entered talent level lower than 1

* Update src/main/java/emu/grasscutter/command/commands/TalentCommand.java

some suggested changes

Co-authored-by: Luke H-W <Birdulon@users.noreply.github.com>
This commit is contained in:
natsu
2022-10-13 09:16:59 +07:00
committed by GitHub
parent ec3cdc040f
commit 953272489d
11 changed files with 33 additions and 12 deletions

View File

@@ -292,7 +292,7 @@
"description": "Stops the server"
},
"talent": {
"lower_16": "Invalid talent level. Level should be lower than 16.",
"out_of_range": "Invalid talent level. Level should be in range of 1-15.",
"set_id": "Set talent %s - \"%s\" to %s.",
"id_desc": "Talent %s - \"%s\" - \"%s\"",
"invalid_skill_id": "Invalid skill ID.",