Add a new command "nostamina" (#877)

* Add a new command " nostamina\

* Fix

* Fix 2

* Renamed some names.

* Update zh-CN.json

Fix an existing language expression error.
This commit is contained in:
tiantian520
2022-05-15 07:06:48 +08:00
committed by GitHub
parent 5c3d99800e
commit 5b3c05a9a0
5 changed files with 61 additions and 2 deletions

View File

@@ -173,6 +173,10 @@
"success": "Godmode is now %s for %s.",
"description": "Prevents you from taking damage. Defaults to toggle."
},
"nostamina": {
"success": "NoStamina is now %s for %s.",
"description": "Keep your endurance to the maximum."
},
"heal": {
"success": "All characters have been healed.",
"description": "Heal all characters in your current team."

View File

@@ -145,6 +145,10 @@
"invalid_amount_or_playerId": "无效的数量/玩家ID。",
"description": "给予所有物品"
},
"nostamina": {
"success": "NoStamina %s 对于 %s.",
"description": "保持你的体力处于最高状态。"
},
"giveArtifact": {
"usage": "用法giveart|gart [玩家] <圣遗物ID> <主词条ID> [<副词条ID>[,<强化次数>]]... [等级]",
"id_error": "无效的圣遗物ID。",