mirror of
https://github.com/VickScarlet/lifeRestart.git
synced 2025-07-13 15:52:44 +08:00
amend documentation
This commit is contained in:
10
repl/app.js
10
repl/app.js
@ -210,14 +210,18 @@ class App {
|
||||
case '/alloc':
|
||||
case '/allocate':
|
||||
case '/attrib':
|
||||
case '/attribute': return `分配属性点
|
||||
case '/attribute': return `分配或查看属性点
|
||||
a, alloc, allocate, attrib, attribute
|
||||
/alloc, /allocate, /attrib, /attribute 命令同等效果
|
||||
|
||||
Example: /allocate STR 1
|
||||
Example: /attribute
|
||||
/allocate STR 1
|
||||
/allocate INT -3
|
||||
/allocate CHR +5
|
||||
|
||||
效果 在属性分配时分配属性点
|
||||
在人生的过程中查看当前属性点
|
||||
|
||||
参数解释 /allocate <TAG> <[+/-]value>
|
||||
|
||||
<TAG> 表示要分配的属性标签
|
||||
@ -300,7 +304,7 @@ class App {
|
||||
/alloc
|
||||
/allocate
|
||||
/attrib
|
||||
/attribute 分配属性点 /allocate <TAG> <[+/-]value>
|
||||
/attribute 分配或查看属性点 /allocate <TAG> <[+/-]value>
|
||||
|
||||
n
|
||||
next
|
||||
|
Reference in New Issue
Block a user