mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2025-12-23 20:34:51 +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": "Detiene el servidor"
|
||||
},
|
||||
"talent": {
|
||||
"lower_16": "Nivel de talento inválido. El nivel debe ser menor que 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": "ID de habilidad inválido.",
|
||||
|
||||
Reference in New Issue
Block a user