Skip to content

Commit

Permalink
docs: BCDice v2.06.00 で追加されたコマンドの説明を追記
Browse files Browse the repository at this point in the history
  • Loading branch information
blhsrwznrghfzpr committed Jun 15, 2020
1 parent ff67648 commit 1f36a48
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/app/component/chat-palette/chat-palette.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,8 @@ export class ChatPaletteComponent implements OnInit, OnDestroy {
+ ' choice[a,b,c]:列挙した要素から一つを選択表示。ランダム攻撃対象決定などに\n'
+ ' S3d6 : 各コマンドの先頭に「S」を付けると他人結果の見えないシークレットロール\n'
+ ' 3d6/2 : ダイス出目を割り算(切り捨て)。切り上げは /2U、四捨五入は /2R。\n'
+ ' 4D6KH3 : 大きな出目から3個取った後の和。大きな出目を取る KH、小さな出目を取る KL。\n'
+ ' 2D20DL1+1 : 小さな出目から1個除いた後の和+1。大きな出目を除く DH、小さな出目を除く DL。\n'
+ ' D66 : D66ダイス。順序はゲームに依存。D66N:そのまま、D66S:昇順。\n'
+ '===================================\n'
+ help;
Expand Down
2 changes: 2 additions & 0 deletions src/app/component/chat-window/chat-window.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,8 @@ export class ChatWindowComponent implements OnInit, OnDestroy, AfterViewInit {
+ ' choice[a,b,c]:列挙した要素から一つを選択表示。ランダム攻撃対象決定などに\n'
+ ' S3d6 : 各コマンドの先頭に「S」を付けると他人結果の見えないシークレットロール\n'
+ ' 3d6/2 : ダイス出目を割り算(切り捨て)。切り上げは /2U、四捨五入は /2R。\n'
+ ' 4D6KH3 : 大きな出目から3個取った後の和。大きな出目を取る KH、小さな出目を取る KL。\n'
+ ' 2D20DL1+1 : 小さな出目から1個除いた後の和+1。大きな出目を除く DH、小さな出目を除く DL。\n'
+ ' D66 : D66ダイス。順序はゲームに依存。D66N:そのまま、D66S:昇順。\n'
+ '===================================\n'
+ this.gameHelp;
Expand Down

0 comments on commit 1f36a48

Please sign in to comment.