amend documentation

This commit is contained in:
Nathan Du
2021-10-02 15:09:57 +08:00
committed by 神戸小鳥
parent b8fcb7203d
commit 25d1d4f4bc

View File

@ -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