-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
195b285
commit a21a15c
Showing
2 changed files
with
26 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
{ | ||
"title":"角色卡栏位扩展", | ||
"ver":"1.0.0", | ||
"author":"安研色Shiki", | ||
"dice_build":607, | ||
"repo":"https://ghproxy.com/https://github.com/mystringEmpty/PC_Slots.git", | ||
"brief":"角色卡栏位扩展(状态栏、物品栏、法术栏、专长栏、笔记栏等)", | ||
"comment":"", | ||
"helpdoc":{ | ||
"物品栏":"【背包+/-品名*数量】或【物品+/-品名*数量】将物品放入/移出物品栏//数量为1时可省略,+-号可连用\n【加入物品 品名*数量】增加物品(不可连用)\n【删除物品】清空该物品的计数\n【查看物品】列出所有物品\n【清空物品】清空物品栏", | ||
"笔记栏":"【新建笔记 标题=内容】新建一页笔记并写下第一条内容\n【更新笔记 标题=内容】在笔记页写下新一条内容\n【查看笔记 标题】查看指定标题的笔记页\n【删除笔记 标题】删除指定标题的笔记页\n【笔记列表】列出每页笔记及最后一条\n【清空笔记】删除所有笔记页", | ||
"法术栏":"【法术+/-】法术栏增/减项目//+-号可连用\n【查看法术】列出所有法术\n【清空法术】清空法术栏", | ||
"专长栏":"【专长+/-】技能栏增/减项目//+-号可连用\n【查看专长】列出所有专长\n【清空专长】清空专长栏", | ||
"状态栏":"【状态+/-】状态栏增/减项目//+-号可连用\n【更新状态 原状态=新状态】替换原有状态\n【查看状态】列出所有状态\n【清空状态】清空状态栏" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"PC_Slots":{ | ||
"title":"角色卡栏位扩展", | ||
"ver":"1.0.0", | ||
"author":"安研色Shiki", | ||
"dice_build":607, | ||
"repo":"https://ghproxy.com/https://github.com/mystringEmpty/PC_Slots.git", | ||
"brief":"角色卡栏位扩展(状态栏、物品栏、法术栏、专长栏、笔记栏等)" | ||
} | ||
} |