mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2025-12-24 04:44:40 +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": "Останавливает работу сервера"
|
||||
},
|
||||
"talent": {
|
||||
"lower_16": "Некорректный уровень таланта. Уровень должен быть ниже 16.",
|
||||
"out_of_range": "🇺🇸Invalid talent level. Level should be in range of 1-15.",
|
||||
"set_id": "Уровень таланта %s - \"%s\" установлен на %s.",
|
||||
"id_desc": "Талант %s - \"%s\" - \"%s\"",
|
||||
"invalid_skill_id": "Некорректный ID способности.",
|
||||
|
||||
Reference in New Issue
Block a user