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