mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2025-12-22 03:45:10 +01:00
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:
@@ -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.",
|
||||
|
||||
Reference in New Issue
Block a user